

/* Start:/local/components/all4it/leasing/templates/.default/style.css?173882372815240*/
.leasing-container {
    --container-max-width-native: 1800px;
    justify-content: space-between;
    padding-top:29px;
}
.leasing-page__content {
    width: calc(100% - 350px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.leasing-page-header{
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    padding-left: 65px;
}
.configuration-options {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #191919;
}
.webform-title{
    margin-bottom: 1%;
}
.configuration-option{
    margin-top:1%;
}
.webform-total-price{
    margin-top: 2%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #191919;
}
.configuration-options strong {

    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F6DA1;

}

.leasing-page-header__title {
    margin-block: 0;
    font-size: 32px;
    font-weight: 700;
    color: #0f6da1;
}
.leasing-wrapper {
    margin-top:30px;
}

.leasing-wrapper .leasing-product-card {
    overflow: hidden;
    display:flex;
    width: 1226px;
    height: 185px;
    border-radius: 20px;
    box-shadow: 0px 4px 8px 0px #0F6DA10F;
    background-color: #FFFFFF;
    align-items: center;
}

.leasing-wrapper .leasing-product-card .leasing-card-img {
    width: 167px;
    height: 153px;
    margin-left:3%

}

.leasing-wrapper .leasing-product-card .leasing-card-info {
    width: 536px;
    height:97px;
    margin-left:6%
}

.leasing-wrapper .leasing-product-card .leasing-card-info .leasing-card-title {
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color:#0F6DA1;
    word-break: break-all;
}

.leasing-wrapper .leasing-product-card .leasing-card-info .leasing-card-description {
    width:536px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #636363;
    margin-top: 2%;
    word-break: break-all;
    white-space: nowrap;
}

.leasing-wrapper .leasing-product-card .leasing-price-info {
    margin-left:8%;
    margin-bottom: 2%;
}

.leasing-wrapper .leasing-product-card .leasing-price-info .leasing-price-head {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #636363;
}

.leasing-wrapper .leasing-product-card .leasing-price-info .leasing-card-price {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #636363;
    margin-top:3%;
}

.leasing-wrapper .leasing-product-card .leasing-price-info .leasing-price-foot {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #636363;
    margin-top:3%;
}

.leasing-wrapper .leasing-calculator-wrapper{
    display: flex;
    width: 1226px;
    height: 326px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 4px 8px 0px #0F6DA10F;
    overflow: hidden;
}

.leasing-wrapper .leasing-calculator-wrapper .calculator {
    width:828px;
    margin-left: 3%;
}
.leasing-wrapper .leasing-calculator-wrapper .calculator .title {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color:#0F6DA1;
    margin-top:5%;
}
.leasing-wrapper .leasing-calculator-wrapper .order-wrapper {
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
    width: 398px;
    height: 335px;
}
.leasing-wrapper .leasing-calculator-wrapper .order-wrapper .content-wrapper {
    margin-left: 11%;
    margin-top: 10%;
    margin-right: 8%;
}
.leasing-wrapper .term-wrapper {
    display:flex;
    margin-top:9%;
}
.leasing-wrapper .term-wrapper .term-title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color:#191919;

}
.leasing-wrapper .term-wrapper .term-buttons {
    display: flex;
    margin-left:2%;
    margin-top: -0.5%;
}

.leasing-wrapper .term-wrapper .term-buttons .term-button {
    width: 92px;
    height: 28px;
    border-radius: 3px;
    margin-left: 1%;
    background: #FFFFFF; /* Дефолтный цвет фона */
    color: #0F6DA1; /* Дефолтный цвет текста */
    border: 1px solid #0F6DA1; /* Дефолтная граница */
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: center;
    transition: background 0.3s, color 0.3s; /* Плавное изменение цвета фона и текста */
}

.leasing-wrapper .term-wrapper .term-buttons .term-button:active {

}

.leasing-wrapper .term-wrapper .term-buttons .active {
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%); /* Фон при нажатии */
    color: #FFFFFF; /* Цвет текста при нажатии */
    border: none; /* Убираем границу при нажатии */
}
.leasing-calculator-wrapper .order-wrapper .content-wrapper .order-title {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 10%;
}
.leasing-calculator-wrapper .order-wrapper .content-wrapper .order-options {

}
.leasing-calculator-wrapper .order-wrapper .content-wrapper .order-option {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top:6%;
}
.leasing-calculator-wrapper .order-wrapper .content-wrapper .order-option .option-separator{
    flex-grow: 1;
    height: 1ch;
    border-bottom: 1px dashed #FFFFFF4D;
}
.leasing-calculator-wrapper .order-wrapper .content-wrapper .order-option .option-text,
.leasing-calculator-wrapper .order-wrapper .content-wrapper .order-option .option-value {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color:#FFFFFF;
}

.leasing-calculator-wrapper .order-wrapper .content-wrapper .order-option .option-value-main {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: right;
    color:#FFFFFF;
}
.leasing-calculator-wrapper .order-wrapper .content-wrapper .order-button {
    width: 255px;
    height: 56px;
    border-radius: 40px;
    background-color: #FFFFFF;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color:#0F6DA1;
    border: 1px #0F6DA1;
    margin-top:8%;
    margin-left: -2%;
}


.leasing-calculator-wrapper .slider-container {
    margin-top:5%;
    width: 732px;
    height: 64px;
}

.leasing-calculator-wrapper .slider-container label {
    margin-bottom: -2%;
    margin-top: 3%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #191919;
    display: flex;
}

.leasing-calculator-wrapper .slider-container input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 30px 0;
    border: none;
    height:3px;
    outline: none; /* Убираем обводку при фокусе */
    -moz-appearance: none; /* Убираем стандартную стилизацию для Firefox */
    appearance: none;
}

.leasing-calculator-wrapper .slider-container input[type=range]:focus {
    outline: none;
}

.leasing-calculator-wrapper .slider-container input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #2FAE96 var(--progress, 0%), #B2BECB var(--progress, 0%));
    border: none;
}

.leasing-calculator-wrapper .slider-container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #2FAE96;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #2FAE96;
    cursor: pointer;
    margin-top: -8px;
    box-shadow: inset 0 0 0px 5px #fff;
}

.leasing-calculator-wrapper .values {
    margin-top: -15px;
    display: flex;
    justify-content: space-between;
}

.leasing-calculator-wrapper .values .min-value,
.leasing-calculator-wrapper .values .max-value {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color:#636363;

}
.leasing-calculator-wrapper .current-value {
    margin-left: auto;
}

.leasing-wrapper .leasing-facilities {
    margin-top:3%;
    display:flex;
}

.leasing-wrapper .leasing-facilities .facility {
    width: 307px;
    height: 200px;
    border-radius: 20px;
    background-color:#FFFFFF;
    box-shadow: 0px 4px 8px 0px #0F6DA10F;

}
.leasing-wrapper .leasing-facilities .facility:not(:first-child) {
    margin-left:1%
}
.leasing-wrapper .leasing-facilities .facility .facility-head {
    margin-top:10%;
    display:flex;
    justify-content: center;
}

.leasing-wrapper .leasing-facilities .facility .facility-head svg {
    fill: none;
    width: 48px;
    height: 48px;
    display:block;

}

.leasing-wrapper .leasing-facilities .facility .facility-footer {
    display:flex;
    justify-content: center;
    margin-top:5%;
}

.leasing-wrapper .leasing-facilities .facility .facility-footer .facility-desc {
    width: 171px;
    height: 40px;
    display:block;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color:#0F6DA1;
}

.leasing-wrapper .leasing-text-block{
    margin-top:6%;
    width: 1223px;
    height: 87px;
}

.leasing-wrapper .leasing-text-block .title {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color:#0F6DA1;

}


.leasing-wrapper .leasing-text-block .description {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color:#636363;
    margin-top: 3%;
}

.leasing-wrapper .leasing-steps {
    width:1226px;
    height:234px;
    display:flex;
    justify-items: center;
    margin-top: 8%;
}

.leasing-wrapper .leasing-steps .step {
    width: 234px;
    height: 234px;
    border-radius: 20px;
    border: 1px solid #D0E5F0;
    box-shadow: 0px 4px 8px 0px #0F6DA10F;
}

.leasing-wrapper .leasing-steps .step:not(:first-child) {
    margin-left:1%;
}

.leasing-wrapper .leasing-steps .step .step-head {
    margin-top:12%;
    display:flex;
    justify-content: center;
}

.leasing-wrapper .leasing-steps .step .step-head .step-number {
    display:flex;
    justify-content: center;
    width: 56px;
    height: 56px;
}
.leasing-wrapper .leasing-steps .step .step-number svg {
    display:block;
    width: 56px;
    height: 56px;
    fill:none;
}

.leasing-wrapper .leasing-steps .step .step-title {
    display:block;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color:#0F6DA1;
    margin-top:6%;

}

.leasing-wrapper .leasing-steps .step .step-desc {
    margin-left: 8%;
    margin-top: 5%;
    width: 190px;
    height: 40px;
    display:block;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color:#636363;

}

.leasing-wrapper .leasing-steps .step .step-desc a {
    color:#0F6DA1;
    text-decoration: underline;
}

.leasing-wrapper .leasing-benefits {
    margin-top:5%;
    display:flex;
    justify-content: space-between;
    width:100%;
    border-bottom: 1px solid #D0E5F0;
}

.leasing-wrapper .product-links-item {
    display:flex;
    margin-top:6%
}

.leasing-wrapper .product-links {
    margin-top: 2%;

}
.leasing-wrapper .product-links svg{
    fill:none;

}
.leasing-wrapper .product-links-item__text {
    margin-left:2%;
    margin-top: 2%;
    font-size: 14px;
    font-weight: 400;
    color: #0f6da1;
}
.leasing-wrapper .product-links-item__icon {
    margin-left: -10%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0c8bb1), to(#03cdd0));
    background-image: linear-gradient(180deg, #0c8bb1, #03cdd0);
}




.leasing-wrapper .leasing-benefits .benefits-title{
    margin-bottom:6%;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color:#0F6DA1;

}

.leasing-wrapper .leasing-benefits .benefit {
    display:flex;

}

.leasing-wrapper .leasing-benefits .benefit:not(:first-child) {
    margin-top: 2.5%;
}

.leasing-wrapper .leasing-benefits .benefit:last-child {
    margin-bottom: 8%;
}


.leasing-wrapper .leasing-benefits .benefit svg {
    width: 12px;
    height: 7px;
    fill: none;
    margin-top: 1.5%;
}

.leasing-wrapper .leasing-benefits .benefit .benefit-text {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color:#636363;
    margin-left: 7px;
}

.leasing-wrapper .leasing-documents {
    display:flex;
    width:100%;
    margin-top: 3%;
}

.leasing-wrapper .leasing-documents svg {
    width: 31px;
    height: 40px;
    fill:none;
    margin-top: 0.5%;
}

.leasing-wrapper .leasing-documents .documents-text {
    width: 220px;
    margin-left: 2%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color:#636363;
}

.leasing-wrapper .leasing-documents .download-document-button {
    width: 198px;
    height: 44px;
    border-radius: 40px;
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color:#FFFFFF;
    border: none;
    margin-left: 4%;
}

.leasing-wrapper {
    display: flex;
    gap: 32px;
}

.leasing-wrapper__body {
    flex-grow: 1;
}

.leasing-wrapper__sidebar {
    flex-basis: 398px;
}
h1 {
    margin-block: 0 !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #0f6da1 !important;
}
/* End */


/* Start:/local/templates/westcomp/components/bitrix/breadcrumb/.default/style.min.css?1738823728467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/components/all4it/webform.window/templates/.default/style.css?17531142076922*/
.processing {
    width: 80%;
    height: 100%;
    text-align: center;
    padding-top: 150px;
    position: absolute;
    z-index: 9999;
    display: none;
    pointer-events: none;
    user-select: none;
}

.processing img {
    display: inline-block;
}

.modal-wrapper .button-select {
    background: var(--primary-default) !important;
    border-radius: 8px !important;
    color: white !important;
}

.file_input::-webkit-file-upload-button {
    display: none;
}

.file_input::file-selector-button {
    display: none;
}

.headers_webform {
    margin-bottom: 7px;
    font-weight: bold;
}

.file_input {

    max-width: -webkit-fill-available;
}

.modal__wrap .j_dropdown {
    max-width: -webkit-fill-available;
    margin: auto !important;
}

.modal__wrap .j_dropdown:not(:last-child) {

    margin-bottom: 14px !important;

}

.modal__wrap .dropdown__placeholder {
    width: 85% !important;
}


.popup {
    display: flex;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(15, 109, 161, 0.5);

}

.hidden {
    display: none
}

.visible {
    display: flex;
}


.popup-content {
    position: fixed;
    top: 22%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    /*margin: 15% auto;*/
    /*padding: 20px;*/
    /*width: 568px;*/
    /*max-width: 568px;*/
    /*border-radius: 48px;*/
    /*animation: fadeIn 0.5s;*/

}

@media screen and (max-width: 768px) {
    .popup-content input[type=text], .popup-content input[type=tel], .popup-content input[type=email], .popup-content input[type=submit], .popup-content textarea {

        width: 100% !important;
    }

    .popup-content {
        width: 100%;
        position: unset;
        transform: unset;
        border-radius: 20px;
        height: 100%;
        max-height: 600px;
        margin-top: 25%;
    }

    .popup-content label {
        margin-left: 0 !important;
    }
}

.popup-content label {
    display: inline-block;
}

/*.popup-content h2 {*/
/*    font-family: Montserrat;*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    line-height: 25px;*/
/*    letter-spacing: 0em;*/
/*    text-align: center;*/
/*    color: #0F6DA1;*/
/*    margin-top: 10%;*/
/*}*/

/*.popup-content p {*/
/*    font-family: Montserrat;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 20px;*/
/*    letter-spacing: 0em;*/
/*    text-align: center;*/
/*    color: #636363;*/
/*}*/

/*.popup-content a.link.special {*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 18px;*/
/*    letter-spacing: 0em;*/
/*    text-align: left;*/
/*    text-decoration: underline;*/
/*    text-decoration-skip-ink: none;*/
/*    color: #0F6DA1;*/

/*}*/

/*.popup-content a.link {*/
/*    color: black;*/
/*    text-decoration: none;*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 18px;*/
/*    letter-spacing: 0em;*/
/*    text-align: left;*/
/*}*/


/*.popup-content .close {*/
/*    color: #aaa;*/
/*    float: right;*/
/*    font-size: 22px;*/
/*    border: none;*/
/*    background: none;*/
/*    text-decoration: none;*/

/*}*/


/*.popup-content input[type=text], .popup-content input[type=tel], .popup-content input[type=email], .popup-content input[type=submit] {*/

/*    width: 380px;*/
/*    font-family: Montserrat, Arial serif;*/
/*    padding: 12px 20px;*/
/*    margin: 32px auto;*/
/*    display: block;*/
/*    box-sizing: border-box;*/
/*    height: 48px;*/
/*    border-radius: 5px;*/
/*    border: 1px solid #B2BECB*/


/*}*/

/*.popup-content textarea {*/
/*    width: 380px;*/
/*    max-width: 380px;*/
/*    font-family: Montserrat, Arial serif;*/
/*    padding: 12px 20px;*/
/*    margin: 32px auto;*/
/*    display: block;*/
/*    box-sizing: border-box;*/
/*    height: 48px;*/
/*    min-height: 50px;*/
/*    max-height: 50px;*/
/*    border-radius: 5px;*/
/*    border: 1px solid #B2BECB*/
/*}*/


/*.popup-content input[type=submit] {*/
/*    border-radius: 40px;*/
/*    gap: 10px;*/
/*    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);*/
/*    font-family: Montserrat;*/
/*    font-size: 15px;*/
/*    line-height: 23px;*/
/*    letter-spacing: 0.03em;*/
/*    color: #FFFFFF;*/
/*    margin-bottom: 3%;*/


/*}*/

/*.popup-content input[type=checkbox] {*/
/*    vertical-align: middle;*/
/*    position: relative;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    margin-right: 10px;*/
/*    margin-top: 1%;*/
/*    margin-left: -1.5%*/
/*}*/


/*.popup-content label {*/
/*    margin-left: 15.5%;*/
/*    width: 380px !important;*/
/*    font-family: Montserrat !important;*/
/*    font-size: 12px !important;*/
/*    font-weight: 400 !important;*/
/*    line-height: 18px !important;*/
/*    letter-spacing: 0em !important;*/
/*    display: flex;*/
/*    gap: 10px;*/
/*    margin: 32px auto;*/
/*}*/

/*.popup-content label br + span {*/
/*    margin-left: 19.5%;*/
/*    display: inline-block;*/
/*}*/

/*.popup-content input[type=submit]:hover {*/
/*    opacity: 0.8;*/
/*}*/

.popup-container {
    z-index: 1;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 109, 161, 0.5);
    justify-content: center;
    align-items: center;

}

.success-popup {
    z-index: 99999;
    text-align: center;
    border-radius: 48px;
    background-color: white;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.success-popup h2 {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin-top: 20%;
}

.success-popup .message {
    margin-top: -1.5%;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #636363;

}

.close-btn {
    font-family: Montserrat;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-top: 8%;
    width: 380px;
    height: 48px;
    border-radius: 40px;
    border: none;
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
}


#open-popup-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

#open-popup-btn:hover {
    background-color: #45a049;
}

/*#form-submit {*/
/*    margin-left: 74px !important;*/
/*}*/

/*.__text {*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    color: #636363;*/
/*    margin: 32px 74px !important;*/
/*    width: 380px !important;*/
/*}*/


/*.popup-content .form-title {*/
/*    font-family: Montserrat;*/
/*    font-size: 28px;*/
/*    font-weight: 600;*/
/*    line-height: 25px;*/
/*    letter-spacing: 0em;*/
/*    margin-left: 74px;*/
/*    color: #000000;*/
/*    text-align: left;*/
/*}*/

/* End */


/* Start:/local/components/all4it/webform.window/templates/leasing/style.css?17531142078013*/
.processing {
    width: 80%;
    height: 100%;
    text-align: center;
    padding-top: 150px;
    position: absolute;
    z-index: 9999;
    display: none;
    pointer-events: none;
    user-select: none;
}

.processing img {
    display: inline-block;
}

.modal-wrapper .button-select {
    background: var(--primary-default) !important;
    border-radius: 8px !important;
    color: white !important;
}

.file_input::-webkit-file-upload-button {
    display: none;
}

/*.popup-content .form-title {*/
/*    font-family: Montserrat;*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
/*    line-height: 25px;*/
/*    letter-spacing: 0em;*/
/*    text-align: center;*/
/*    color: #0F6DA1;*/
/*    margin: 10% 0 1.5rem;*/
/*}*/

.file_input::file-selector-button {
    display: none;
}

.headers_webform {
    margin-bottom: 7px;
    font-weight: bold;
}

.file_input {

    max-width: -webkit-fill-available;
}

.modal__wrap .j_dropdown {
    max-width: -webkit-fill-available;
    margin: auto !important;
}

.modal__wrap .j_dropdown:not(:last-child) {

    margin-bottom: 14px !important;

}

.modal__wrap .dropdown__placeholder {
    width: 85% !important;
}


.configurator-webform .popup {
    display: flex;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(15, 109, 161, 0.5);

}

.hidden {
    display: none !important;
}

.visible {
    display: flex;
}


/* Popup Content */
.configurator-webform .popup-content {
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    /*margin: 15% auto;*/
    /*padding: 20px;*/
    /*width: 568px;*/
    /*max-width: 568px;*/
    /*border-radius: 48px;*/
    /*animation: fadeIn 0.5s;*/
}

@media screen and (max-width: 768px) {
    .configurator-webform .popup-content input[type=text], .configurator-webform .popup-content input[type=tel], .configurator-webform .popup-content input[type=email], .configurator-webform .popup-content input[type=submit], .configurator-webform .popup-content textarea {

        width: 100% !important;
    }

    .configurator-webform .popup-content {
        margin-top: 30%;
        width: 100%;
        position: unset;
        transform: unset;
        border-radius: 20px;
        height: 100%;
        max-height: 750px;
    }

    .configurator-webform .popup-content label {
        margin-left: 0 !important;
    }
}

.configurator-webform .popup-content h2 {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin-top: 2%;
}

.configurator-webform .webform-title {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F6DA1;
    margin-top: 5%;
}

.configurator-webform .webform {
    z-index: 2;
}

/*.configurator-webform .popup-content p {*/
/*    font-family: Montserrat;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    line-height: 20px;*/
/*    letter-spacing: 0em;*/
/*    text-align: center;*/
/*    color: #636363;*/
/*}*/

/*.configurator-webform .popup-content a.link.special {*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 18px;*/
/*    letter-spacing: 0em;*/
/*    text-align: left;*/
/*    text-decoration: underline;*/
/*    text-decoration-skip-ink: none;*/
/*    color: #0F6DA1;*/

/*}*/

/*.configurator-webform .popup-content a.link {*/
/*    color: black;*/
/*    text-decoration: none;*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 18px;*/
/*    letter-spacing: 0em;*/
/*    text-align: left;*/
/*}*/


/*.configurator-webform .popup-content .close {*/
/*    color: #aaa;*/
/*    float: right;*/
/*    font-size: 22px;*/
/*    border: none;*/
/*    background: none;*/
/*    text-decoration: none;*/

/*}*/


.configurator-webform .popup-content input[type=text], .configurator-webform .popup-content input[type=tel], .configurator-webform .popup-content input[type=email], .configurator-webform .popup-content input[type=submit] {

    /*width: 380px;*/
    /*font-family: Montserrat, Arial serif;*/
    /*padding: 12px 20px;*/
    /*margin: 32px auto;*/
    /*display: block;*/
    /*box-sizing: border-box;*/
    /*height: 48px;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #B2BECB*/


}

/*.configurator-webform .popup-content textarea {*/
/*    width: 380px;*/
/*    max-width: 380px;*/
/*    font-family: Montserrat, Arial serif;*/
/*    padding: 12px 20px;*/
/*    margin: 32px auto;*/
/*    display: block;*/
/*    box-sizing: border-box;*/
/*    height: 48px;*/
/*    min-height: 50px;*/
/*    max-height: 50px;*/
/*    border-radius: 5px;*/
/*    border: 1px solid #B2BECB*/
/*}*/


/*.configurator-webform .popup-content input[type=submit] {*/
/*    border-radius: 40px;*/
/*    gap: 10px;*/
/*    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);*/
/*    font-family: Montserrat;*/
/*    font-size: 15px;*/
/*    line-height: 23px;*/
/*    letter-spacing: 0.03em;*/
/*    color: #FFFFFF;*/
/*    margin-bottom: 3%;*/


/*}*/

.configurator-webform .popup-content input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 1%;
    margin-left: -1.5%
}

.configurator-webform .popup-content input[type=submit]:hover {
    opacity: 0.8;
}

.configurator-webform .popup-container {
    z-index: 5;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 109, 161, 0.5);
    justify-content: center;
    align-items: center;

}

.configurator-webform .success-popup {
    z-index: 99999;
    text-align: center;
    border-radius: 48px;
    background-color: white;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.configurator-webform .success-popup h2 {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #0F6DA1;
    margin-top: 20%;
}

.configurator-webform .success-popup .message {
    margin-top: -1.5%;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #636363;

}

.configurator-webform .close-btn {
    font-family: Montserrat;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-top: 8%;
    width: 380px;
    height: 48px;
    border-radius: 40px;
    border: none;
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
}


#open-popup-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

#open-popup-btn:hover {
    background-color: #45a049;
}

/*#form-submit {*/
/*    margin-left: 74px !important;*/
/*}*/

/*.__text {*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    color: #636363;*/
/*    margin: 32px 74px !important;*/
/*    width: 380px !important;*/
/*}*/


/*.popup-content .form-title {*/
/*    font-family: Montserrat;*/
/*    font-size: 28px;*/
/*    font-weight: 600;*/
/*    line-height: 25px;*/
/*    letter-spacing: 0em;*/
/*    margin-left: 74px;*/
/*    color: #000000;*/
/*    text-align: left;*/
/*}*/

.configuration-options strong {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
}
.configuration-option{
    margin-left:74px;
}
.close-btn {
    font-family: Montserrat;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-top: 8%;
    width: 380px;
    height: 48px;
    border-radius: 40px;
    border: none;
    background: linear-gradient(180deg, #0F6DA1 0%, #41A4DB 100%);
}
/* End */
/* /local/components/all4it/leasing/templates/.default/style.css?173882372815240 */
/* /local/templates/westcomp/components/bitrix/breadcrumb/.default/style.min.css?1738823728467 */
/* /local/components/all4it/webform.window/templates/.default/style.css?17531142076922 */
/* /local/components/all4it/webform.window/templates/leasing/style.css?17531142078013 */
