

/* Start:/local/components/all4it/catalog.element/templates/.default/style.css?174721377710864*/
single-product-page__title.product-hero-buttons__item-favorite {
    padding: 0;
    border: none;
    outline: none;
    color: #0f6da1;
    background: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.single-product-page__title{
    margin-block: 0 0 !important;
}
.product-hero-buttons__item-favorite svg {
    width: 18px;
    height: 18px;
    fill: #fff;
    stroke: #0f6da1;
    -webkit-transition: fill .2s ease-in;
    transition: fill .2s ease-in
}

.product-page .product-hero-buttons__item-favorite:focus-visible svg, .product-page .product-hero-buttons__item-favorite:hover svg, .product-page .product-hero-buttons__item-favorite.favorite svg {
    fill: #0f6da1
}

.single-product-page-body-badges__item.badge_in-stock {
    background-color: #3FCEB3; /* Пример цвета для 'В наличии' */
}
.single-product-page-body-badges__item.badge_discount {
    background-color: #EE5D00; /* Пример цвета для 'Скидка' */
}
.single-product-page-body-badges__item.badge_on-the-way {
    background-color: #3AA2D0; /* Пример цвета для 'В пути' */
}
.single-product-page-body-badges__item.badge_vat {
    background-color: #BE53FF; /* Пример цвета для 'НДС' */
}
.single-product-page-body-badges__item.badge_leasing {
    background-color: #EDC150; /* Пример цвета для 'Лизинг' */
}
.single-product-page-body-badges__item.badge_new {
    background-color: #4986E2; /* Пример цвета для 'Новинка' */
}
.single-product-page-body-badges__item.badge_by {
    background-color: #349D54 ; /* Пример цвета для 'б/у' */
}
.badge_in-stock {
    background-color: #3FCEB3 ; /* Пример цвета для 'В наличии' */
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
}
.badge_discount {
    background-color: #D93A90; /* Пример цвета для 'Скидка' */
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
}
.badge_on-the-way {
    background-color: #3AA2D0 ; /* Пример цвета для 'В пути' */
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
}
.badge_vat {
    background-color: #BE53FF; /* Пример цвета для 'НДС' */
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
}
.badge_leasing {
    background-color: #EDC150; /* Пример цвета для 'Лизинг' */
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
}
.badge_warranty {
    background-color: #2370ff; /* Пример цвета для 'Гарантия' */
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
}
.badge_new {
    background-color: #3FC76C; /* Пример цвета для 'Новинка' */
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
}
.badge_by {
    background-color: #4986E2; /* Пример цвета для 'б/у' */
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 5px) 100%, 0 100%);
}
.hidden {
    display:none !important;
}
.product-page .product-config__price-wrapper {
    justify-content: space-between!important;
}
.product-page .order_button {
    margin-top: 3%;
    border:none;
    width:250px;
    height:60px;
    background: linear-gradient(180deg, #0f6da1, #41a4db);;
    border-radius:30px;
    color:white;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px!important;
    font-weight: 500!important;
    line-height: 28px!important;
    letter-spacing: 0em!important;
}

.product-page .back_button {
    margin-top: 3%;
    background-color: white;
    border:1px solid #0F6DA1;
    width:250px;
    height:60px;
    border-radius:30px;
    color:#0f6da1;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px!important;
    font-weight: 500!important;
    line-height: 28px!important;
    letter-spacing: 0em!important;
}

.button_container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.hidden {
    display: none !important;
}

.links-on-docs {
    display: flex;
}

.link-on-specifically, .link-on-configuration {
    display: flex;
    align-items: flex-end;
    font-weight: normal;
    margin-left: 47px;
    margin-top: 20px
}

.link-on-specifically svg, .link-on-configuration svg {
    margin-right: 10px;
    font-size: 29px;
}

.link-on-specifically a, .link-on-configuration a {
    color: #0F6DA1;
}

.product-page .product-tabs__button.active {
    max-width: 50% !important;
}
.sticker{
    font-size: 12px !important;
    color: #0F6DA1 !important;
    height: 30px !important;
    width: 150px!important;
}
.sticker:hover{
    color: #ffffff !important;
}
.sticker span {
    margin-left: 4%!important;
}
.sticker svg.plus {
    display: block!important;
    position: absolute!important;
    right: 0px!important;
    top: -1px!important;
    width: 5px!important;
    height: 5px!important;
    fill: var(--blue)!important;
}
.sticker svg.gear {
    margin-bottom: 5px !important;
    width: 12px;
    height: 12px;
}

.add-warranty {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: grey;
    font-family: Montserrat;
    margin: 20px auto;
    text-align: center;
    width: 500px;
}

.product-page .product-config {
    padding-block: 40px 20px !important;
    border: 2px solid #41a4db;
    border-radius: 48px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 22.3px 0 rgba(37, 174, 250, .35);
    box-shadow: 0 0 22.3px 0 rgba(37, 174, 250, .35);
}

.product-specification-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    font-family: Montserrat, Arial;
}

.spec-key {
    margin-right: 5px;
    white-space: nowrap;
}

.spec-dots {
    flex-grow: 1;
    margin: 0 5px;
    background: repeating-linear-gradient(90deg, #000, #000 1px, transparent 1px, transparent 5px);
    height: 1px;
    position: relative;
    top: 0.5em;
}

.spec-value {
    white-space: pre-line;
    font-style: italic;
    padding: 5px;
}


@media (max-width: 600px) {
    .button_container {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
    }

    .add-warranty {
        display: flex;
        justify-content: center;
        font-size: 12px;
        color: grey;
        font-family: Montserrat;
        margin: 20px auto;
        text-align: center;
        width: 300px;
    }


    .product-page .product-config__price-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: unset !important;
        row-gap: 20px;
    }

    .product-specification-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
        font-family: Montserrat, Arial;
        font-size: 12px;
    }

    .product-page .product-tabs .tabs-contents {
        padding: 40px !important;
    }

}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px;
    border: 1px solid #999;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-size: 16px;
    color:#0F6DA1;
    width: 235px;
}

select:hover {
    border-color: #0F6DA1;
}

select:focus {
    outline: none;
    border-color: #333;
}

option {
    padding: 8px;
    font-size: 16px;
}

select::-ms-expand {
    display: none;
}
.garanty-text {
    font-size: 15px;
    font-weight: 500;
    color: #636363;
}
.select-wrapper {
    position: relative;
    display: inline-block;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
}

.select-wrapper::after {
    content: '\25BC';
    color:#0F6DA1;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    pointer-events: none;
}

.webform-popup {
    display: flex;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);

}

.webform-content {
    position: fixed;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    width: 568px;
    height: 900px;
    max-width: 568px;
    border-radius: 48px;
    animation: fadeIn 0.5s;
}

.webform-title {
    margin-left: 3%;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #191919;
    margin-top: 2%;
    margin-bottom: 3%;
}

.configuration-options {
    margin-left: 5%;
    max-height: 100px;
    overflow-y: auto;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #191919;
    margin-bottom: 2%;
}

.configuration-options strong {

    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #0F6DA1;

}

.configuration {
    margin-left: 3%;
    margin-bottom: 3%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #191919;
}

.webform-total-price {
    margin-left: 3%;
    margin-top: 5%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #191919;
}
.configurator {
    background-color: unset!important;
}




/* End */


/* Start:/local/templates/westcomp/components/bitrix/breadcrumb/catalog.element/style.min.css?1738823728547*/
.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: Montserrat !important;
    font-size: 13px;
    white-space: normal
}

.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: 0
}
/* End */


/* Start:/local/components/all4it/webform.window/templates/umni-configurator/style.css?17508666666326*/
.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;
}



.config-list .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;
}


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

}
@media screen and (max-width: 768px) {
    .config-list .popup-content {
        width: 100%;
        position:unset;
        transform:unset;
        border-radius: 20px;
        height: 100%;
        max-height: 600px;
        margin-top: 25%;
    }
    .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 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 input[type=text]:focus-visible,
.popup-content input[type=tel]:focus-visible,
.popup-content input[type=email]:focus-visible,
.popup-content input[type=submit]:focus-visible {
    outline: none;
}

.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;
}
.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: 5;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    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;
}


/* End */


/* Start:/local/components/all4it/webform.window/templates/.default/style.css?17389215556104*/
.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 .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;
}
.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;
}
.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;
}


/* End */


/* Start:/local/components/all4it/webform.window/templates/catalog-element/style.css?17389215557245*/
.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;
}



.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;
    height: 800px;
    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 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;

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

.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;
}
.webform-info {
    margin-left: 3%;
    margin-bottom: 1%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #191919;
}
.webform-total-price.price, .webform-total-price.warranty, .webform-total-price.leasing {
    margin-left: 3%;
    margin-top: 1%;
}

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

}
/* End */
/* /local/components/all4it/catalog.element/templates/.default/style.css?174721377710864 */
/* /local/templates/westcomp/components/bitrix/breadcrumb/catalog.element/style.min.css?1738823728547 */
/* /local/components/all4it/webform.window/templates/umni-configurator/style.css?17508666666326 */
/* /local/components/all4it/webform.window/templates/.default/style.css?17389215556104 */
/* /local/components/all4it/webform.window/templates/catalog-element/style.css?17389215557245 */
