

/* Start:/local/templates/sberfactoring/components/bitrix/news.detail/product/style.css?1768566934329*/
.product-advantages__item_545 .product-advantages__item-text {
	max-width: 500px;
}
.product-advantages__item_517 .product-advantages__item-text {
	max-width: 490px;
}
.product-advantages__item_834 .product-advantages__item-text {
	max-width: 460px;
}
.product-banner__after {
	margin-top: 30px;
	font-size: 22px;
}

/* End */


/* Start:/local/templates/sberfactoring/app/css/product-steps-form.css?178634571614904*/
.product-steps-form {
    margin-top: 48px;        
}
.product-steps-form__head {
    background: #ECEFF2;
    padding: 48px;
    padding-top: 42px;
    padding-bottom: 82px;
    border-radius: 16px 16px 0 0;
}
.product-steps-form__steps {
    display: flex;
    align-items: center;
    width: 960px;
    max-width: 100%;
    margin: auto;
}
.product-steps-form__steps-item {
    position: relative;
    width: 48px;
    min-width: 48px;
    height: 48px;
}
.product-steps-form__steps-item-circle {
    border-radius: 100%;
    background-color: #fff;
    height: 100%;
    border: 6px solid #fff;
    color: #71777D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    padding-top: 2px;
    transition: all 0.3s;
}
.product-steps-form__steps-item.active .product-steps-form__steps-item-circle,
.product-steps-form__steps-item.filled .product-steps-form__steps-item-circle {
    background-color: #21BA70;
    color: #fff;
}
.product-steps-form__steps-item-title {
    color: #71777D;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    margin-top: 6px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
}
.product-steps-form__steps-item.active .product-steps-form__steps-item-title,
.product-steps-form__steps-item.filled .product-steps-form__steps-item-title {
    color: #1F1F22;
}
.product-steps-form__steps-line {
    background-color: #fff;
    height: 10px;
    flex-grow: 1;
    position: relative;
}
.product-steps-form__steps-line-bar {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 4px;
    width: 0;
    border-radius: 1000px;
    background-color: #21BA70;
    transition: width 0.5s ease;
}
.product-steps-form__steps-item.active + .product-steps-form__steps-line .product-steps-form__steps-line-bar {
    width: calc(50% - 3px);
}
.product-steps-form__steps-item.filled + .product-steps-form__steps-line .product-steps-form__steps-line-bar {
    width: calc(100% - 6px);
}
.product-steps-form__body {
    padding: 44px 40px;
    padding-bottom: 40px;
    border-radius: 0 0 16px 16px;
    background: #F0F3F6;
}

.product-steps-form__step {
    display: none;
}
.product-steps-form__step.active {
    display: block;
}
.product-steps-form__title {
    color: #1F1F22;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}
.product-steps-form__fields {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.product-steps-form__col {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 21px;
}
.product-steps-form__col_3 {
    width: 33.33%;
}
.product-steps-form__col_2 {
    width: 50%;
    margin-top: 24px;
}
.product-steps-form__field {
    position: relative;
}
.product-steps-form__field-label {
    color: #71777D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-steps-form__field-value {
    position: relative;
    margin-top: 6px;
}
.product-steps-form__field-input {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #E4E4E4;
    padding: 16px 20px;
    padding-bottom: 14px;
    color: #1F1F22;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-steps-form__field-dropdown .product-steps-form__field-input {
    padding-right: 42px;
    text-overflow: ellipsis;
}
.product-steps-form__field-input::-webkit-input-placeholder { 
  color: #71777D;
}
.product-steps-form__field-input:-ms-input-placeholder { 
  color: #71777D;
}
.product-steps-form__field-input::-moz-placeholder { 
  color: #71777D;
  opacity: 1;
}
.product-steps-form__field-input:-moz-placeholder { 
  color: #71777D;
  opacity: 1;
}

.product-steps-form__radio {
    
    margin-top: 18px;
}
.product-steps-form__radio-item {
    margin-top: 12px;
    
}
.product-steps-form__radio-item:first-child {
    margin-top: 0;
}
.product-steps-form__radio-item-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    padding-left: 3px;
}
.product-steps-form__radio-item-input {
    display: none;
}
.product-steps-form__radio-item-box {
    margin-right: 11px;
    width: 14px;
    min-width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid #E4E4E4;
    background: #FFF;
    position: relative;
    transition: all 0.3s;
}
.product-steps-form__radio-item-box:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #21BA70;
    opacity: 0;
    transition: all 0.3s;
}
.product-steps-form__radio-item-input:checked + .product-steps-form__radio-item-box {
    border-color: #21BA70;
}
.product-steps-form__radio-item-input:checked + .product-steps-form__radio-item-box:after {
    opacity: 1;
}
.product-steps-form__radio-item-text {
    color: #1F1F22;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; 
}
.product-steps-form__radio-item-hidden {
    margin-top: 13px;
    display: none;
}
.product-steps-form__edo-other {
    margin-top: 13px;
    display: none;
}
.product-steps-form .js-psf-paper-block {
    display: none;
}
.product-steps-form .js-psf-paper-block.is-open {
    display: block;
}
.product-steps-form__field-input_dropdown[readonly] {
    cursor: pointer;
    caret-color: transparent;
}

.product-steps-form__buttons {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 52px;
}
.product-steps-form__buttons_center {
    justify-content: center;
}
.product-steps-form__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 314px;
    max-width: 48%;
    cursor: pointer;
    border-radius: 35px;
    background: #E1E5E8;    
    padding: 18px 32px;
    padding-top: 19px;
    padding-bottom: 17px;
}
.product-steps-form__button svg {
    display: block;
}
.product-steps-form__button span {
    color: #1F1F22;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    top: 1px;
}

.product-steps-form__button_prev svg {
    margin-right: 12px;
}
.product-steps-form__button_next {
    background-color: #21BA70;
}
.product-steps-form__button_next svg {
    margin-left: 12px;
}
.product-steps-form__button_next span {
    color: #fff;
}
.product-steps-form__infotext {
    margin-top: 16px;
    color: #71777D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-steps-form__infotext a {
    text-decoration: underline;
    color: inherit;
}

.product-steps-form__field-value_fromto {
    display: flex;
    margin-left: -4px;
    margin-right: -4px;
    width: 378px;
    max-width: 100%;
}
.product-steps-form__field-value-col {
    width: 50%;
    padding-left: 4px;
    padding-right: 5px;
}
.product-steps-form__field-input_fromto {
    text-align: center;
}
.product-steps-form__radio-item-box_checkbox {
    width: 15px;
    min-width: 15px;
    height: 15px;
    border-radius: 4px;
}
.product-steps-form__radio-item-box_checkbox:after {
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.66667 0C1.22464 0 0.800716 0.175595 0.488155 0.488155C0.175595 0.800716 0 1.22464 0 1.66667V13.3333C0 13.7754 0.175595 14.1993 0.488155 14.5118C0.800716 14.8244 1.22464 15 1.66667 15H13.3333C13.7754 15 14.1993 14.8244 14.5118 14.5118C14.8244 14.1993 15 13.7754 15 13.3333V1.66667C15 1.22464 14.8244 0.800716 14.5118 0.488155C14.1993 0.175595 13.7754 0 13.3333 0H1.66667ZM11.625 5.66333C11.7814 5.50708 11.8693 5.2951 11.8693 5.07404C11.8694 4.85299 11.7817 4.64095 11.6254 4.48458C11.4692 4.32822 11.2572 4.24033 11.0361 4.24025C10.8151 4.24017 10.603 4.32791 10.4467 4.48417L6.32167 8.60917L4.55417 6.84167C4.4768 6.76424 4.38493 6.70281 4.28382 6.66089C4.18271 6.61897 4.07434 6.59737 3.96488 6.59733C3.74382 6.59725 3.53178 6.68499 3.37542 6.84125C3.21905 6.99751 3.13116 7.20948 3.13108 7.43054C3.131 7.6516 3.21874 7.86363 3.375 8.02L5.67333 10.3183C5.75846 10.4035 5.85953 10.4711 5.97077 10.5172C6.08202 10.5632 6.20125 10.587 6.32167 10.587C6.44208 10.587 6.56132 10.5632 6.67256 10.5172C6.7838 10.4711 6.88487 10.4035 6.97 10.3183L11.625 5.66333Z' fill='%2321BA70'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}

.product-steps-form__field-dropdown {
    position: relative;
    z-index: 100;
}
.product-steps-form__field-dropdown:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 5.75L8 10.25L12.5 5.75' stroke='%231F1F22' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 18px;
    right: 20px;
    transition: all 0.3s;
    cursor: pointer;
}
.product-steps-form__field-dropdown.open:after {
    transform: rotate(180deg);
}
.product-steps-form__field-dropdown.open {
    z-index: 9999;
}
.product-steps-form__field-input_dropdown {
    cursor: pointer;
}
.product-steps-form__field-dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #E4E4E4;
    overflow: auto;
    max-height: 254px;
    display: none;
}
.product-steps-form__field-dropdown.open .product-steps-form__field-dropdown-list {
    display: block;
}
.product-steps-form__field-dropdown-item {
    padding: 16px 20px;
    padding-bottom: 14px;
    background-color: #fff;
    color: #71777D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s;
    cursor: pointer;
    border-top: 1px solid #E4E4E4;
}
.product-steps-form__field-dropdown-item:first-child {
    border-color: transparent;
}
.product-steps-form__field-dropdown-item:hover {
    color: #fff;
    background-color: #21BA70;
}
.product-steps-form__button_submit {
    color: #fff;
    background-color: #21BA70;
    transition: all 0.3s;
}
.product-steps-form__success {
    display: none;
}
.product-steps-form__success-text {
    margin-top: 16px;
    color: #1F1F22;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}
.product-steps-form__captcha {
    margin-top: 24px;
    width: 463px;
    max-width: 100%;
}
.product-steps-form__captcha .smart-captcha {
    display: block;
    width: 100% !important;
    max-width: 100%;
    zoom: 1;
}
.product-steps-form__captcha .smart-captcha iframe {
    width: 100% !important;
    max-width: 100%;
}
.product-steps-form__captcha-error {
    display: none;
    margin-top: 8px;
    color: #F74D4D;
    font-size: 13px;
    line-height: 110%;
}
.product-steps-form__captcha.error .js-psf-captcha-error {
    display: block;
}
.js-validate-form-field.error .product-steps-form__field-label {
    color: #F74D4D;
}
.js-validate-form-field.error .product-steps-form__field-input {
    border-color: #F74D4D;
}
.main-form__field-error {
    background-color: #fff;
    padding: 3px;
    border-radius: 3px;
    z-index: 10;
}

@media (max-width: 1300px) {
    .product-steps-form__steps-item-title {
        /* max-width: 100px; */
        white-space: normal;
        font-size: 10px;
    }
    .product-steps-form__steps-item-title br {
        display: none;
    }
}

@media (max-width: 1024px) {
    .product-steps-form__col_3,
    .product-steps-form__col_2 {
        width: 50%;
    }
    .product-steps-form__steps-item-title {
        white-space: normal;
        width: 90px;
        
    }
}

@media (max-width: 768px) {
    .product-steps-form__head {
        display: none;
    }
    .product-steps-form {
        margin-top: 32px;
    }
    .product-steps-form__head {
        padding: 24px 16px 64px;
        border-radius: 12px 12px 0 0;
    }
    .product-steps-form__steps {
        width: 100%;
    }
    .product-steps-form__steps-item {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }
    .product-steps-form__steps-item-circle {
        border-width: 4px;
        font-size: 14px;
        line-height: 28px;
        padding-top: 0;
    }
    .product-steps-form__steps-item-title {
        width: 72px;
        font-size: 11px;
        margin-top: 8px;
        line-height: 120%;
    }
    .product-steps-form__steps-line {
        height: 8px;
    }
    .product-steps-form__steps-line-bar {
        top: 2px;
        left: 2px;
        height: 4px;
    }
    .product-steps-form__body {
        padding: 28px 16px 24px;
        border-radius: 0 0 12px 12px;
    }
    .product-steps-form__title {
        font-size: 24px;
    }
    .product-steps-form__col_3,
    .product-steps-form__col_2 {
        width: 100%;
        margin-top: 34px;
    }
    .main-form__field-error {
        font-size: 10px;
       
    }
    .product-steps-form__field-value_fromto {
        width: 100%;
    }
    .product-steps-form__buttons {
        flex-direction: column-reverse;
        gap: 12px;
        margin-top: 32px;
    }
    .product-steps-form__button {
        width: 100%;
        max-width: 100%;
    }
    .product-steps-form__captcha {
        width: 100%;
    }
    .product-steps-form__success-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .product-steps-form__steps-item-title br {
        display: none;
    }
    .product-steps-form__steps-item-title {
        width: 64px;
        font-size: 10px;
    }
    .product-steps-form__field-input {
        padding: 14px 16px;
        font-size: 15px;
    }
    .product-steps-form__radio-item-text {
        font-size: 15px;
    }
}
/* End */
/* /local/templates/sberfactoring/components/bitrix/news.detail/product/style.css?1768566934329 */
/* /local/templates/sberfactoring/app/css/product-steps-form.css?178634571614904 */
