@charset "UTF-8";
.br {
    display: block;
}

.b-products-article--title {
    margin-bottom: 48px;
}

.b-products-article--documents---margin {
    margin-bottom: 80px;
}

.b-cover--title {
    max-width: 540px;
    font-size: 50px;
    line-height: 60px;
}
.b-cover---dark .b-cover--title {
    max-width: 640px;
	color:#FFF;
}
.b-cover---dark .b-cover--description {
	font-size:18px;
	line-height:27px; margin-top:18px;
	color:#FFF;
}
.b-products-article {
    margin-top: -10px;
}

.b-cover--background---fix-1 {
    opacity: 1;
    margin-left: -490px;
}

.b-select--current, .b-range--field {
    border-radius: 6px;
}

.b-eq-item {
    margin-top: 30px;
}

.b-eq-item:first-child {
    margin-top: 0;
}

.b-eq-item.b-accordion---opened {
}

.b-eq-item--top {
    background: #f5f5f5;
    padding: 30px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 6px;
}

.b-eq-item.b-accordion---opened .b-eq-item--top {
    border-radius: 6px 6px 0 0;
}

.b-eq-item--bot {
    display: none;
    background: #fafafa;
    border-radius: 0 0 6px 6px;
    padding: 30px;
}

.b-eq-item.b-accordion---opened .b-eq-item--bot {
    display: block;
}

.b-eq-item--title {
    font-weight: 700;
    font-size: 30px;
    line-height: 54px;
    color: #333;
}

.b-eq-item--subtitle {
    margin-top: 10px;
    margin-bottom: 25px;
}

.b-eq-item--row {
    display: flex;
}

.b-eq-item--row-2 {
    display: flex;
    flex-wrap: wrap;
}

.b-eq-item--row-3 {
    display: flex;
}

.b-eq-item--left {
    width: calc(100% - 265px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.b-eq-item--right {
    width: 265px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.b-eq-item--right .b-button---gray {
    margin-top: 10px;
    background: #adadad;
    color: #fff;
}

.b-eq-item--right .b-button---gray:hover {
    background: #666;
}

.b-eq-item--item {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.b-eq-item--row-4 {
    display: flex;
    flex-wrap: wrap;
}

.b-eq-item--row-4 > div {
    width: 33.333333%;
}

.b-eq-item--label {
}

.b-eq-item--text {
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.2;
}

.b-eq-item--button {
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    height: 24px;
    line-height: 24px;
    padding-left: 34px;
    position: relative;
    cursor: pointer;
    color: #1a4a80;
    font-size: 14px;
    display: block;
}

.b-eq-item--button:before {
    content: '';
    transition: .4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #174882 url(https://sdm.ru/i/b-accordion-opener.svg) no-repeat 50% calc(50% + 1px);
    background-size: 10px 6px;
    border-radius: 999px;
}

.b-eq-item.b-accordion---opened .b-eq-item--button {
}

.b-eq-item.b-accordion---opened .b-eq-item--button:before {
    background-color: #dce1e1;
    transform: rotate(180deg);
}

.b-contents .payments {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.b-contents .payments li {
    display: block;
    padding: 0;
    margin-left: 30px;
}

.b-contents .payments li:before {
    display: none;
}

.b-contents .payments li:first-child {
    margin-left: 0;
}

.b-contents .payments--visa {
    width: 78px;
    height: 25px;
    background: url(https://sdm.ru/i/payment-systems/visa.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.b-contents .payments--mastercard {
    width: 60px;
    height: 47px;
    background: url(https://sdm.ru/i/payment-systems/mastercard.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.b-contents .payments--mir {
    width: 80px;
    height: 23px;
    background: url(https://sdm.ru/i/payment-systems/mir.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.b-calc {
    margin-top: -60px;
    position: relative;
    z-index: 4;
}

.b-calc--profits {
    background: #164883;
    color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 50px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .25);
}



.b-calc--profits--item {
    font-size: 16px;
    width: calc(33.3333% - 20px);
    line-height: 1.6;
}

.b-calc--profits--text-1 {
    font-size: 30px;
    font-weight: 400;
}

.b-calc--profits--text-2 {
    font-weight: 700;
}

.b-calc--profits--text-3 {
    font-size: 14px;
}

.b-calc--big {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .25);
    border-radius: 6px;
    overflow: hidden;
    margin-top: 35px;
}

.b-calc--top {
    padding: 50px;
}

.b-calc--bot {
    background: #f5f5f5;
    padding: 50px;
}

.b-calc--title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.b-calc--row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.b-calc--col {
    width: 49%;
}

.b-calc--label {
    color: #808080;
    font-size: 14px;
    margin-top: 20px;
}

.b-calc--items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

.b-calc--item {
    font-size: 16px;
    line-height: 1.4;
}

.b-calc--one {
}

.b-calc--two {
    font-size: 30px;
}

.b-calc--button {
    height: 66px;
    font-size: 14px;
}

.b-calc .b-select {
    height: 60px;
}

.b-calc .b-select--current {
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size: 20px;
}

.b-calc .b-select--current:before {
    top: 50%;
    margin-top: -3px;
}

.b-calc .b-range--field {
    height: 60px;
}

.b-calc .b-range--field--entity {
    height: 60px;
    line-height: 60px;
}

.b-calc .b-range--field--description {
    height: 60px;
    line-height: 60px;
}

.b-calc .noUi-target {
    top: 57px;
}

.b-contents .pays-wrapper {
    overflow: hidden;
}

.b-contents .pays {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

.b-contents .pays li {
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    border-radius: 6px;
    width: 175px;
    height: 175px;
    margin-right: 22px;
    margin-bottom: 22px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 30px;
    padding: 0;
}

.b-contents .pays li:before {
    display: none;
}

.b-contents .pays .pays--visa {
    background-image: url(https://sdm.ru/i/payment-systems/visa.png);
}

.b-contents .pays .pays--mastercard {
    background-image: url(https://sdm.ru/i/payment-systems/mastercard.png);
    background-size: auto 50px;
}

.b-contents .pays .pays--mir {
    background-image: url(https://sdm.ru/i/payment-systems/mir.png);
}

.b-contents .pays .pays--apple {
    background-image: url(/i/payment-systems/1.svg);
    background-size: auto 40px;
}

.b-contents .pays .pays--google {
    background-image: url(/i/payment-systems/2.svg);
    background-size: auto 40px;
}

.b-contents .pays .pays--samsung {
    background-image: url(/i/payment-systems/3.svg);
    background-size: auto 40px;
}

.b-contents .pays .pays--mirpay {
    background-image: url(/i/payment-systems/4.png);
    background-size: auto 60px;
}

.b-contents .pays---white li {
    border: none;
    background-color: #fff;
}

@media (max-width: 1024px) {

    .product-factoring .b-calc {
        margin-top: -123px;
    }

    .product-factoring .b-cover--description {
        line-height: 25px;
        margin-top: 15px;
        max-width: 260px;
        width: 100%;
    }

    .product-factoring .b-cover--action {
        margin-top: 20px;
    }

    .b-products-article {
        margin-top: 0;
    }

    .b-eq-item {
    }

    .b-eq-item.b-accordion---opened {
    }

    .b-eq-item--top {
    }

    .b-eq-item.b-accordion---opened .b-eq-item--top {
    }

    .b-eq-item--bot {
    }

    .b-eq-item.b-accordion---opened .b-eq-item--bot {
    }

    .b-eq-item--title {
    }

    .b-eq-item--subtitle {
    }

    .b-eq-item--row {
        flex-direction: column;
        position: relative;
        padding-bottom: 60px;
    }

    .b-eq-item--row-2 {
        padding-bottom: 0;
        width: calc(100% + 10px);
        position: relative;
        left: -5px;
    }

    .b-eq-item--row-3 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .b-eq-item--row---no-button {
        padding-bottom: 0;
    }

    .b-eq-item--left {
        width: 100%;
    }

    .b-eq-item--right {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .b-eq-item--right .b-button---wide {
        width: calc(50% - 5px);
        margin: 0;
    }

    .b-eq-item--item {
        padding: 0 5px;
    }

    .b-eq-item--row-4 > div {
        width: 50%;
    }

    .b-eq-item--label {
    }

    .b-eq-item--text {
    }

    .b-eq-item--button {
    }

    .b-eq-item--button:before {
    }

    .b-eq-item.b-accordion---opened .b-eq-item--button {
    }

    .b-eq-item.b-accordion---opened .b-eq-item--button:before {
    }

    .b-contents .payments {
    }

    .b-contents .payments li {
    }

    .b-contents .payments li:before {
    }

    .b-contents .payments li:first-child {
    }

    .b-contents .payments--visa {
    }

    .b-contents .payments--mastercard {
    }

    .b-contents .payments--mir {
    }

    .b-calc {
    }

    .b-calc--profits {
        flex-wrap: wrap;
        padding: 40px 30px;
        padding-top: 10px;
    }

    .b-calc--profits--item {
        width: calc(50% - 10px);
        margin-top: 20px;
    }

/*    .b-calc--profits--item:nth-child(3) {
	width: calc(100% - 20px);
    }*/

    .b-calc--profits--text-1 {
    }

    .b-calc--profits--text-2 {
    }

    .b-calc--profits--text-3 {
        font-size: 14px;
    }

    .b-calc--big {
    }

    .b-calc--top {
        padding: 30px;
    }

    .b-calc--bot {
        padding: 30px;
    }

    .b-calc--title {
        margin-bottom: 0;
    }

    .b-calc--row {
        margin-top: 30px;
    }

    .b-calc--col {
        width: 48.5%;
    }

    .b-calc--label {
        font-size: 12px;
    }

    .b-calc--items {
        flex-wrap: wrap;
    }

    .b-calc--item {
        width: 50%;
        margin-top: 30px;
    }

    .b-calc--one {
    }

    .b-calc--two {
    }

    .b-calc--button {
        height: 50px;
        font-size: 12px;
    }

    .b-calc .b-select {
        height: 50px;
    }

    .b-calc .b-select--current {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .b-calc .b-select--current:before {
    }

    .b-calc .b-range--field {
        height: 50px;
    }

    .b-calc .b-range--field--entity {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    .b-calc .b-range--field--description {
        height: 50px;
        line-height: 50px;
    }

    .b-calc .noUi-target {
        top: 47px;
    }

    .b-contents .pays {
        width: calc(100% + 30px);
    }

    .b-contents .pays---white li {
        width: 155px;
        height: 155px;
    }

    .b-cover--title {
        max-width: 390px;
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 480px) {
    .product-factoring .b-cover--description {
        line-height: 21px;
    }

    .l-content--section---wide-mob {
        width: 100%;
        max-width: 375px;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }

    .b-cover--title {
        font-size: 30px;
        line-height: 36px;
        max-width: 240px;
        font-weight: 700;
    }

    .b-products-article--title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .b-eq-item--title {
        font-size: 20px;
    }

    .b-eq-item {
    }

    .b-eq-item:first-child {
    }

    .b-eq-item.b-accordion---opened {
    }

    .b-eq-item--top {
        font-size: 13px;
        line-height: 18px;
        padding: 20px;
    }

    .b-eq-item.b-accordion---opened .b-eq-item--top {
    }

    .b-eq-item--bot {
        padding: 20px;
    }

    .b-eq-item.b-accordion---opened .b-eq-item--bot {
    }

    .b-eq-item--title {
        font-size: 20px;
        line-height: 24px;
    }

    .b-eq-item--subtitle {
    }

    .b-eq-item--row {
        padding-bottom: 50px;
    }

    .b-eq-item--row-2 {
    }

    .b-eq-item--row-3 {
    }

    .b-eq-item--left {
    }

    .b-eq-item--right {
        flex-direction: column;
    }

    .b-eq-item--right .b-button {
        height: 40px;
        line-height: 40px;
        width: 100%;
    }

    .b-eq-item--right .b-button---wide {
        margin-top: 0;
    }

    .b-eq-item--right .b-button---gray {
        margin-top: 10px;
    }

    .b-eq-item--item {
    }

    .b-eq-item--label {
    }

    .b-eq-item--text {
        font-size: 16px;
    }

    .b-eq-item--button {
        font-size: 13px;
    }

    .b-eq-item--button:before {
    }

    .b-eq-item.b-accordion---opened .b-eq-item--button {
    }

    .b-eq-item.b-accordion---opened .b-eq-item--button:before {
    }

    .b-eq-item--bot ul li {
        font-size: 14px;
        margin-top: 5px;
    }

    .b-eq-item--bot ul li:first-child {
        margin-top: 0;
    }

    .b-products-article .b-contents ul li {
        font-size: 14px;
        margin-top: 5px;
    }

    .b-products-article .b-contents ul li:first-child {
        margin-top: 0;
    }


    .b-contents .payments {
        justify-content: space-between;
    }

    .b-contents .payments li {
        margin: 0;
        background-size: contain;
    }

    .b-contents .payments li:before {
    }

    .b-contents .payments li:first-child {
    }

    .b-contents .payments--visa {
        height: 20px;
    }

    .b-contents .payments--mastercard {
        height: 40px;
    }

    .b-contents .payments--mir {
        height: 20px;
    }

    .b-calc {
    }

    .b-calc--profits {
        padding: 0 15px 30px 24px;
    }

    .b-calc--profits--item {
        font-size: 14px;
        padding-right: 20px;
        box-sizing: border-box;
        line-height: 1.4;
    }

    .b-calc--profits--text-1 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .b-calc--profits--text-2 {
    }

    .b-calc--profits--text-3 {
        font-size: 14px;
    }

    .b-calc--big {
    }

    .b-calc--top {
        padding: 25px;
    }

    .b-calc--bot {
        padding: 25px;
    }

    .b-calc--title {
        font-size: 20px;
    }

    .b-calc--row {
        flex-direction: column-reverse;
    }

    .b-calc--col {
        width: 100%;
    }

    .b-calc--col:first-child {
        margin-top: 30px;
    }

    .b-calculator--form--label {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .b-calc--items {
        width: calc(100% + 10px);
    }

    .b-calc--item {
        font-size: 14px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .b-calc--one {
    }

    .b-calc--two {
        font-size: 20px;
    }

    .b-calc--button {
    }

    .b-calc .b-select {
    }

    .b-calc .b-select--current {
    }

    .b-calc .b-select--current:before {
    }

    .b-calc .b-range--field {
    }

    .b-calc .b-range--field--entity {
    }

    .b-calc .b-range--field--description {
    }

    .b-calc .noUi-target {
    }

    .b-products-article .b-contents .pays li {
        width: 90px;
        height: 90px;
        margin-right: 0;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .b-products-article .b-contents .pays .pays--visa {
        background-size: auto 22px;
    }

    .b-products-article .b-contents .pays .pays--mastercard {
        background-size: auto 40px;
    }

    .b-products-article .b-contents .pays .pays--mir {
        background-size: auto 18px;
    }

    .b-contents .pays .pays--apple {
        background-size: auto 28px;
    }

    .b-contents .pays .pays--google {
        background-size: auto 28px;
    }

    .b-contents .pays .pays--samsung {
        background-size: auto 28px;
    }

    .b-contents .pays .pays--mirpay {
        background-size: auto 48px;
    }

    .b-contents .pays {
        width: 100%;
        justify-content: space-between;
    }

    .b-products-article .b-contents .pays---white li {
        width: 80px;
        height: 80px;
    }

    .b-contents.inner-page .pays---white li {
        width: 90px;
        height: 90px;
    }

    .b-cover--title + .b-cover--action {
        bottom: auto;
        margin-top: 30px;
    }

    .b-calc--items {
        margin-bottom: 30px;
    }
}

@media (max-width: 340px) {
    .l-content--section---wide-mob {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.b-breadcrumbs {
    overflow: initial;
}

.b-contents.inner-page .pays---white li {
    border: 1px solid #F5F5F5;
}

.l-content[data-service-pack-id="211"] .b-cover {
    background: #fff2e1;
}

.l-content[data-service-pack-id="469200"] .b-cover {
    background: #daecf8;
}

.b-anchor-menu--clause--link {
    line-height: 16px;
}

.b-anchor-menu--clause::before {
    height: 63px;
}

.styles-2 .b-cover--title {
    font-size: 45px;
    line-height: 1.2;
}

.styles-2 .benefits-section {
    z-index: 4;
}

.types-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 25px;
    line-height: 1.4;
}

.types-2:before {
    content: '';
    background: #c8d6e3;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
}

.types-2--item {
    font-size: 25px;
    line-height: 1.4;
    color: #1c487e;
    width: 50%;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.benefits-item---black {
    color: #212529;
}

.benefits-icon {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    display: block;
    margin-bottom: 20px;
}

.benefits---icon-1 {
    background-image: url(/i/sdm2/1.svg);
}

.benefits---icon-2 {
    background-image: url(/i/sdm2/2.svg);
}

.benefits---icon-3 {
    background-image: url(/i/sdm2/3.svg);
}

.benefits---icon-4 {
    background-image: url(/i/sdm2/4.svg);
}

.b-eq-item {
    color: #212529;
}

.b-contents---first {
    margin-bottom: 48px;
}

.styles-2 .margin-top {
    margin-top: 80px;
}

.styles-2 .margin-bottom {
    margin-top: 40px;
}

.b-eq-item--hr {
    height: 1px;
    background: #dce1e1;
    margin: 40px 0;
}

.b-eq-item--subtitle {
    line-height: 1.4;
}

.styles-2 .b-cover--background {
    top: -40px;
}

@media (max-width: 1024px) {
    .styles-2 .b-cover--title {
        font-size: 35px;
    }

    .styles-2 .b-cover--title .br {
        display: inline;
    }

    .types-2 {
        margin-top: 30px;
    }

    .types-2:before {
        width: 100%;
        height: 1px;
        left: 0;
        top: 0;
    }

    .types-2--item {
        width: 100%;
        font-size: 20px;
        padding: 0;
        margin-top: 40px;
    }

    .b-eq-item--title {
        line-height: 1.2;
    }

    .styles-2 .b-cover--background {
        margin-left: -500px;
        top: 0;
    }
}

@media (max-width: 480px) {
    .styles-2 {
        overflow: hidden;
    }

    .styles-2 .b-cover--background {
        opacity: 1;
        height: 260px;
        width: auto;
        margin-left: -630px;
        top: auto;
        bottom: 0;
    }

    .styles-2 .l-content--section {
        margin: 0 auto;
        width: 100%;
    }

    .styles-2 .b-cover--inside {
        height: 480px;
        width: 315px;
        padding-left: 20px;
    }

    .styles-2 .b-cover--description {
        margin-top: 16px;
    }

    .types-2--item {
        font-size: 14px;
        margin-top: 30px;
    }

    .styles-2 .b-products-article {
        padding: 0 25px;
    }

    .b-eq-item--row-4 {
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
    }

    .b-eq-item--row-4 > div {
        padding: 0 10px;
    }

    .styles-2 .margin-top {
        margin-top: 40px;
    }

    .benefits-icon {
        width: 32px;
        height: 32px;
        margin-bottom: 10px;
    }

    .b-contents---first {
        margin-bottom: 24px;
    }

    .b-eq-item--hr {
        margin: 22px 0;
    }

    .styles-2 .b-eq-item--row {
        padding-bottom: 0;
    }

    .styles-2 .benefits-section {
        margin-top: -30px;
        width: calc(100% - 50px);
    }
}

.b-contents .pays .pays--sbp {
    background-image: url(/i/payment-systems/sbp.png);
    /*background-size: auto 60px;*/
}

/* 08.07.21 */

.product-factoring .b-calc--profits {
    box-shadow: none;
}

.product-factoring .b-calc {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .25);
    border-radius: 8px;
}

.product-factoring .b-cover--background {
    top: auto;
    bottom: 30px;
    height: auto;
}

@media (max-width: 1024px) {
    .product-factoring .b-cover--background {
        bottom: 123px;
        width: 880px;
    }
}

@media (max-width: 480px) {
    .product-factoring .b-cover--background {
        bottom: 0;
        margin-left: -440px;
    }

    .product-factoring .l-content--section---wide-mob {
        padding: 0;
        margin: -70px auto 30px;
        width: 270px;
    }
}

.product-factoring .b-products-article--details--contents {
    margin-top: 0;
}

@media (max-width: 768px) {
    .b-cover--background {
        margin-left: -420px;
        opacity: 1;
    }
}

.product-factoring .b-cover--inside {
    height: 411px;
}

@media (max-width: 480px) {
    .product-factoring .b-cover {
        overflow: hidden;
    }
    .product-factoring .b-cover--inside {
        height: 442px;
    }
    .b-cover--background {
    }
    .b-cover--inside {
        padding-top: 25px;
    }
    .b-cover--description {
        margin-top: 10px;
    }
    .b-cover--action {
        position: relative;
        bottom: auto;
        margin-top: 30px;
    }
}

.product-factoring .b-get-mortgage {
    margin-top: 95px;
}

@media (max-width: 1024px) {
    .product-factoring .b-get-mortgage {
        margin-top: 80px;
    }
}

@media (max-width: 480px) {
    .product-factoring .b-get-mortgage {
        margin-top: 45px;
    }
}

.product-factoring .b-calc--profits {
    background: #fff;
    border-radius: 8px 8px 0 0;
}

.product-factoring .b-calc--profits--text-1 {
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 9px;
    color: #164883;
}

.product-factoring .b-calc--profits--text-3 {
    color: #000;
}

.product-factoring .b-contents ul {
    margin-top: 0;
}

@media (max-width: 480px) {
    .product-factoring .b-contents ul {
        margin: 0 -100px;
        padding: 0 90px;
    }
}

.factoring-solutions-block {
    padding: 45px 40px 60px;
    background-color: #F1F9FC;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

@media (max-width: 480px) {
    .factoring-solutions-block {
        padding: 30px;
    }
}

.factoring-solutions--title {
    text-align: center;
    margin-bottom: 45px;
}

.factoring-solutions--title:last-child {
    margin-bottom: 0;
}

.factoring-solutions--title .text {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .factoring-solutions--title {
        margin-bottom: 30px;
    }

    .factoring-solutions--title .text {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .factoring-solutions--title {
        margin-bottom: 25px;
    }

    .factoring-solutions--title .text {
        font-size: 16px;
    }
}

.factoring-solutions--list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1024px) {
    .factoring-solutions--list-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.factoring-solutions--list {
    width: 50%;
    text-align: center;
    border-right: 1px solid #C8D6E3;
}

.factoring-solutions--list:last-child {
    border-right: none;
}

@media (max-width: 1024px) {
    .factoring-solutions--list {
        width: 100%;
        border-right: 0;
        margin-bottom: 30px;
    }

    .factoring-solutions--list:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .factoring-solutions--list {
        margin-bottom: 20px;
    }
}

.factoring-solutions--list---item {
    margin: 40px 0 60px;
}

@media (max-width: 1024px) {
    .factoring-solutions--list---item {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .factoring-solutions--list---item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .factoring-solutions--list---item {
        margin-bottom: 20px;
    }
}

.factoring-solutions--list---link {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 25px;
    color: #1C487E;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.factoring-solutions--list---link:hover {
    color: #225FA4;
}

@media (max-width: 1024px) {
    .factoring-solutions--list---link {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .factoring-solutions--list---link {
        font-size: 14px;
    }
}

.factoring-advantages-block {
    margin-top: 60px;
}

@media (max-width: 480px) {
    .factoring-advantages-block {
        margin-top: 40px;
    }
}

.factoring-advantages-block:last-child {
    margin-bottom: 0;
}

.factoring-advantages--title {
    margin-bottom: 30px;
}

.factoring-advantages--title .text {
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #333333;
}

@media (max-width: 1024px) {
    .factoring-advantages--title {
        margin-bottom: 35px;
    }

    .factoring-advantages--title .text {
        font-size: 35px;
    }
}

@media (max-width: 480px) {
    .factoring-advantages--title {
        margin-bottom: 30px;
    }

    .factoring-advantages--title .text {
        font-size: 26px;
    }
}

.factoring-advantages--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

@media (max-width: 1024px) {
    .factoring-advantages--wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -212.5px;
        padding: 0 200px;
    }
}

@media (max-width: 480px) {
    .factoring-advantages--wrapper {
        margin: 0 -208px;
    }
}

.factoring-advantages--item::before {
    display: none;
}

.factoring-advantages--item {
    width: -webkit-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
    margin: 0 10px 20px;
    background: #FFFFFF;
    border: 1px solid #E6EAEA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 25px;
    height: 200px;
}

@media (max-width: 1024px) {
    .factoring-advantages--item {
        margin: 0 12.5px;
        width: 270px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (max-width: 480px) {
    .factoring-advantages--item {
        margin: 0 8px !important;
    }

    .factoring-card--item---button .b-button {
        width: 100%;
        box-sizing: border-box;
    }

    .b-offers .slick-list {
        overflow: visible;
    }
}

.factoring-advantages--item---image {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.factoring-advantages--item---image:last-child {
    margin-bottom: 0;
}

.factoring-advantages--item---image .image {
    width: 40px;
}

@media (max-width: 480px) {
    .factoring-advantages--item---image {
        margin-bottom: 25px;
    }
}

.factoring-advantages--item---text .text {
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.4;
    color: #000;
}

.factoring-card-block {
    margin-top: 80px;
}

@media (max-width: 480px) {
    .factoring-card-block {
        margin-top: 56px;
    }
}

.factoring-card-block:last-child {
    margin-bottom: 0;
}

.factoring-card--item {
    margin-bottom: 30px;
    background: #F5F5F5;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 30px 40px;
}

@media (max-width: 480px) {
    .factoring-card--item {
        padding: 25px;
    }
}

.factoring-card--item:last-child {
    margin-bottom: 0;
}

.factoring-card--item---title {
    margin-bottom: 20px;
}

.factoring-card--item---title .text {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Raleway', Arial, sans-serif;
    color: #333333;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .factoring-card--item---title .text {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .factoring-card--item---title .text {
        font-size: 18px;
    }
}

.factoring-card--item---text {
    margin-bottom: 40px;
}

.factoring-card--item---text:last-child {
    margin-bottom: 0;
}

.factoring-card--item---text .text {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

@media (max-width: 1024px) {
    .factoring-card--item---text {
        margin-bottom: 30px;
    }

    .factoring-card--item---text .text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .factoring-card--item---text {
        margin-bottom: 25px;
    }

    .factoring-card--item---text .text {
        font-size: 12px;
    }
}

/*01.01.2022*/
.product-sodeystviye .b-calc {
  margin-top: 60px;
}
.product-sodeystviye .b-calculator---deposits .b-calculator--form--fieldset---currency {
  width: 136px;
}
.product-sodeystviye .b-calculator---deposits .b-switcher {
  width: 130px;
  display: flex;
}
.product-sodeystviye .b-calculator---deposits .b-calculator--form .b-switcher---double .b-switcher--clause {
  width: 50%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  flex-wrap: nowrap;
}
.product-sodeystviye .b-calculator---deposits .b-calculator--header .b-accordion--opener--conditions--clause {
  width: 33.3333%;
}
.product-sodeystviye .b-calculator---deposits .b-calculator--form--fieldset---amount {
  width: 440px;
  max-width: 100%;
}
.product-sodeystviye .b-calculator---deposits .b-calculator--form--fieldset---limitation {
  width: 440px;
  max-width: 100%;
}
@media (max-width: 1024px) {
    .product-sodeystviye .b-calculator---deposits .b-calculator--form--fieldset---amount {
        margin-top: 4px;
        display: inline-block;
        vertical-align: middle;
        /*width: calc(100% - 100px);*/
    }    
}
@media (max-width: 480px) {
    .product-sodeystviye .b-calculator---deposits .b-calculator--form--fieldset---amount {
        margin-left: 0;
        /*width: calc(100% - 70px);*/
    }
}
