

/* Start:/windows/okna-pexay/css/style.css?17471721386528*/
.banner_top_border{
    border-top:1px solid #E3E4E5;
    border-bottom:1px solid #E3E4E5;
}
.let30{
    position: absolute;
    top: 10px;
    right: 22px;
    height: 12%;
}
.banner_top_border h1{
    font-size: 34px;
}
.advantages-item__top{
    padding: 24px;
    font-size: 18px;
    font-weight: bold;
    height: 110px;
}
.advantages-item__bottom{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.pexay-solutions{
    position: sticky;
    top: 160px;
}
.pexay-solutions li{
    margin-bottom: 40px;
}
.pexay-solutions__item{
    border-radius: 4px;
    border: 1px solid #E3E4E5;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.pexay-solutions__item.selected{
    border: 1px solid #C5C5C5;
    background: #C5C5C5;
}
.pexay-solutions__item .icon_chevron{
    margin-left: auto;
    height: 24px;
    width: 24px;
    background-image: url("/imgs/icons/chevron-down.svg");
    transition: .3s;
}
.pexay-solutions__item.selected .icon_chevron{
    transform: rotate(180deg);
}
.pexay-solutions li img{
    margin-right: 16px;
}
.solution-description__box{
    border-left: 1px solid #E3E4E5;
    width: 100%;
}
.solution-description__box.hidden{
    display: none;
}
.pexay-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pexay-pagination .swiper-pagination-bullet{
    background: #D7D8D8;
    width: 8px;
    height: 8px;
    opacity: 1;
}
.pexay-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #C5C5C5;
    width: 10px;
    height: 10px;
}
.pexay-solutions-example__item{
    display: flex;
    align-items: center;
    padding: 24px 0;
    justify-content: space-between;
    border-bottom: 1px solid #C5C5C5;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
.pexay-solutions-example__item .icon_chevron{
    margin-left: auto;
    height: 24px;
    width: 24px;
    background-image: url("/imgs/icons/chevron-down.svg");
    transition: .3s;
}
.pexay-solutions-example__item.selected .icon_chevron{
    transform: rotate(180deg);
}
.pexay-solutions-example__content{
    padding: 24px 0;
    border-bottom: 1px solid #C5C5C5;
    max-width: 100%;
    display: flex;
}
.pexay-solutions-example__content.hidden{
    display: none;
}
.pexay-solutions-example__content>div{
    display: flex;
    align-items: center;
    margin-right: 5%;
}
.pexay-solutions-example__content img{
    width: 100%;
}
.pexay-solutions-example__content .s1{
    max-height: 110px;
}
.pexay-solutions-example__content .s2{
    max-height: 140px;
}
.pexay-solutions-example__content .s3{
    max-height: 160px;
}
.pexay-solutions-example__content div:last-child{
    margin-right: 0;
}
.solution-compl{
    position: relative;
    font-size: 12px;
}
.solution-compl .solution-compl__text1{
    position: absolute;
    top: 4%;
    left: 3%;
    width: 30%;
}
.solution-compl .solution-compl__text1>div,.solution-compl .solution-compl__text1>ul{
    background: #FCFCFC;
    border-radius: 4px;
}
.solution-compl .solution-compl__text1>div{
    margin-bottom: 4%;
    padding: 12px 24px;
}
.solution-compl .solution-compl__text2{
    position: absolute;
    top: 4%;
    right: 3%;
    width: 34%;
}
.solution-compl .solution-compl__text2>div,.solution-compl .solution-compl__text2>ul{
    background: #FCFCFC;
    border-radius: 4px;
}
.solution-compl .solution-compl__text2>div{
    padding: 12px 24px;
    margin-bottom: 4%;
}
.solution-compl ul{
    list-style: disc;
    padding: 12px 48px;
}

.solution-compl .solution-compl__text5{
    position: absolute;
    top: 2.5%;
    left: 3%;
    width: 30%;
}
.solution-compl .solution-compl__text5>div,.solution-compl .solution-compl__text5>ul{
    background: #FCFCFC;
    border-radius: 4px;
}
.solution-compl .solution-compl__text5>div{
    margin-bottom: 4%;
    padding: 12px 24px;
}

.solution-compl .solution-compl__text4{
    position: absolute;
    top: 2.5%;
    right: 3%;
    width: 34%;
}
.solution-compl .solution-compl__text4>div,.solution-compl .solution-compl__text4>ul{
    background: #FCFCFC;
    border-radius: 4px;
}
.solution-compl .solution-compl__text4>div{
    padding: 12px 24px;
    margin-bottom: 4%;
}

.solution-compl .solution-compl__text3{
    position: absolute;
    top: 44.2%;
    left: 3%;
    width: 30%;
}
.solution-compl .solution-compl__text3>div,.solution-compl .solution-compl__text3>ul{
    background: #FCFCFC;
    border-radius: 4px;
}
.solution-compl .solution-compl__text3>div{
    padding: 12px 24px;
    margin-bottom: 4%;
}
.text-rachet{
    max-width: 237px;
}
.solution-compl_img{
    position: relative;
}
@media (min-width: 992px) {
    .pexay-solutions__content .pexay-solutions__item{
        display: none;
    }
}
@media (max-width: 1399px) {
    .banner_content h1{
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .let30{
        right: 10px;
    }
    .solution-description__box{
        border-left: 0;
    }
    .banner_content h1{
        font-size: 24px;
    }
    .banner_content .btn-blue{
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .pexay-solutions-example__content{
        flex-wrap: wrap;
    }
    .pexay-solutions-example__content>div{
        margin-bottom: 14px;
    }
    .text-rachet{
        max-width: 100%;
    }
    .solution-compl{
        background: #E3E4E5;
        padding: 16px;
    }
    .solution-compl .solution-compl__text{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        background: #FCFCFC;
        border-radius: 4px;
        width: 100%;
        margin-top: 16px;
    }
    .solution-compl .solution-compl__text>div{
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    .solution-compl .solution-compl__text>div>img{
        border: 1px solid #E3E4E5;
        border-radius: 50%;
        margin-right: 8px;
    }
    .solution-compl .solution-compl__text>ul{
        padding-top: 0;
    }
    .pexay-solutions-example__content .s1{
        max-height: 84px;
    }
    .pexay-solutions-example__content .s2{
        max-height: 125px;
    }
    .pexay-solutions-example__content .s3{
        max-height: 140px;
    }
}
/* End */


/* Start:/parts/related_products/style.css?1746998684777*/
.related_products_box{
    border: 1px solid #E3E4E5;
}
.related_products_box img{
    width: 100%;
}
.related_products_content{
    border-top: 1px solid #E3E4E5;
    padding: 24px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.related_products_title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}
.related_products-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.related_products-pagination .swiper-pagination-bullet{
    background: #D7D8D8;
    width: 8px;
    height: 8px;
    opacity: 1;
}
.related_products-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #C5C5C5;
    width: 10px;
    height: 10px;
}
/* End */


/* Start:/parts/feedback/style.css?17471763192123*/
.slider_feedback{
    position: relative;
}
.slider_feedback .swiper-slide{
    background: #FCFCFC;
}
.slider_feedback video{
    width: 100%;
}
.slider_btns{
    display: flex;
    align-items: center;
}
.slider_btns div{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E3E4E5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.slider_btns div::before{
    content: "";
    background-image: url("/imgs/icons/chevron-right.svg");
    height: 24px;
    width: 24px;
}
.slider_btns .slider_btn_prev::before{
    transform: rotate(-180deg);
}
.slider_btns .slider_btn_prev{
    margin-right: 16px;
}
.slider_btns div:hover{
    background: #D7D8D8;
    cursor: pointer;
}
.slider_feed_controls{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 200;
    width: 58%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feed_fio{
    font-size: 16px;
}
.feed_company{
    font-size: 18px;
    font-weight: bold;
}
.feed_title{
    font-size: 24px;
    font-weight: bold;
}
.feed_content{
    height: 100%;
    padding-bottom: 60px;
}
.slider_feedback-pagination{
    display: none;
    justify-content: center;
    align-items: center;
}
.slider_feedback-pagination .swiper-pagination-bullet{
    background: #D7D8D8;
    width: 8px;
    height: 8px;
    opacity: 1;
}
.slider_feedback-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #C5C5C5;
    width: 10px;
    height: 10px;
}
@media (max-width: 991px) {
    .feed_content{
        margin-top: 10px;
    }
    .slider_feed_controls{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .slider_feedback-pagination{
        display: flex;
    }
    .feed_content{
        padding-bottom: 85px;
    }
    .slider_btns{
        display: none;
    }
    .slider_feed_controls{
        display: flex;
        flex-direction: column;
    }
    .slider_feed_controls .btn{
        width: 100%;
    }
}
/* End */


/* Start:/parts/forms/payment_req.css?17471760983256*/
.footer-form__title{
    font-weight: bold;
    font-size: 34px;
}
.footer-form__subtitle{
    font-size: 16px;
    margin-top: 16px;
}
#footer-form{
    margin-top: 60px;
}
.footer-form__image{
    position: relative;
    overflow: hidden;
    border: 1px solid #E2E2E4;
    display: flex;
    justify-content: center;
}
#footer-form .form-control{
    border-radius: 0;
    height: 50px;
    padding: 13px 24px;
    border-color: #E3E4E5;
}
#footer-form .form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: #D7D8D8;
    background-color: transparent;
    border-width: 2px!important;
}
#footer-form .btn-brand-#919399{
    border-radius: 4px!important
}
#footer-form .form-label{
    font-size: 16px;
}
#footer-form .form-check-input{
    background-color: #fcfcfc;
    border-color: #1B1C20;
}
#footer-form .form-check-input:focus{
    outline: none;
    box-shadow: none;
}
#footer-form .form-check-input:checked[type=checkbox]{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231B1C20' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.footer-form__file{
    color: #E2E2E4;
    transition: .3s;
    cursor: pointer;
    position: absolute;
    left: 24px;
    bottom: 5px;
}
.footer-form__file:hover{
    color: #DB1F35;
}
#footer-form .privacy_box{
    color: #2C2F36;
}
.footer-form__image img{
    width: 100%;
}
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #919399!important;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #919399!important;
    opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #919399!important;
    opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #919399!important;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color:    #919399!important;
}

.form-control::placeholder {
    color: #919399!important;
}
.city-dropdown {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 165px;
    overflow-y: auto;
    background: #FCFCFC;
    border: 1px solid #E3E4E5;
    z-index: 10;
    font-size: 16px;
    transition: .3s;
    padding: 24px;
    margin-top: -1px;
    box-shadow: 0px 5px 5px #00000052;
}
.city-dropdown.active {
    opacity: 1;
    pointer-events: auto;
}
.city-dropdown_list{
    border-bottom: 1px solid #E3E4E5;
    margin-bottom: 8px;
}
.city-dropdown_list li{
    margin-bottom: 8px;
}
.city-dropdown_list li:hover{
    cursor: pointer;
    color: #DB1F35;
}
#footer-form .btn-brand-red.none-target{
    background: #FADDE1!important;
    border-color: #FADDE1!important;
    opacity: 1;
}
#footer-form .btn{
    height: 50px;
    border-radius: 4px!important;
}
@media (max-width: 991px) {
    .footer-form__image{
        max-height: 200px;
    }
    .footer-form__image img{
        width: auto;
        height: 200px;
    }
}

/* End */
/* /windows/okna-pexay/css/style.css?17471721386528 */
/* /parts/related_products/style.css?1746998684777 */
/* /parts/feedback/style.css?17471763192123 */
/* /parts/forms/payment_req.css?17471760983256 */
