/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/ /* Examples (uncomment to use):*/ /* Expand site width */ /* body .wrapper { max-width: 1400px !important; } */ /* Set site background image */ /* body { background: url(image_source) top no-repeat; } /* Hide compare button */ /* a.compare_item { display: none !important; }*/
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-cost .bx-soa-pp-list-description { display:none !important;}


.items .wrap_tizer .text {
color: #fff;
}


.TIZERS-PAGE .item-views.tizers.top {
    padding: 0;
}

.TIZERS-PAGE .item-views.tizers .item-wrapper > .item  {
    padding-bottom: 0;
}

section.section {
padding: 50px 0;
}
.section--blue {
    background-color: #26448c;
}
body section.section .top_block {
   margin-top: 0;
   padding-top: 0;
    }

.two-blocks {
    display: flex;
}

.two-blocks__left {
    flex: 1;
    width: 50%;
    height: 100vh;
    max-height: 500px;
    border-radius: 4px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.two-blocks__right {
    flex: 1;
    padding-left: 41px;
}

.MIDDLE_ADV .item-views.float_banners.type2 {
padding-bottom: 0;
}

.BOTTOM_BANNERS_CUSTOM .maxwidth-theme:not(.BANNER_IMG_TEXT) .item-views.bottom_banners {
padding: 0;
}

.MIDDLE_ADV_CATALOG .item-views.float_banners.type2 .item .inner-text .previewtext {
    max-height: 180px;
    opacity: 1;
}
.top_big_banners .item .item_inner .text .section {
    opacity: 1;
}

.top_big_banners.short_block .items .item .darken-bg-animate:before {
opacity: 0.3;
}

.section--blue .maxwidth-theme {
background-color: inherit;
}

.section--blue .form_head h4 {
    color: #fff;
}

.section--blue .form_footer .btn {
    color: #26448c;
    background-color: #fff;
}
.section--blue .form.horizontal label, .section--blue .form.horizontal .form_body div.form-control {
    background: #26448c;
    color: #fff;
}

#main .section--blue .onoff input[type="checkbox"] + label {
    color: #fff;
}



body .section--blue a {
    color: #fff !important;
}

#main .section--blue .onoff input[type="checkbox"]:checked + label:before {
    background-color: #fff;
}
#main .onoff input[type="checkbox"]:checked + label:after {
    background-color: #26448c;
}

.section--about .maxwidth-theme.wide {
padding: 0;
}

.section--about .video-block .image .play:before {
        border-left: 30px solid #26448c;
}

.section--about .company-block {
    background-color: rgba(0, 0, 0, 0.2);
}

.section--about .video-block .image .play:after {
border-color: #26448c;
border-style: solid;
border-width: 1px;
background-color: #fff;
}
.section--about .item-views.company .item.video-block .image {
background-size: unset;
background-position: center;

}

.section--about .item-views.company.company_light_text .item-inner .text {
    padding-left: 15px;
}

@media (min-width: 992px) {
    .section--about .with-padding.company .item.video-block {
        padding-top: 0px;
    }

    
}

.top_slider_wrapp .main-slider .main-slider__wrapper .main-slider__item {
    position: relative;
    
}
.top_slider_wrapp .main-slider .main-slider__wrapper .main-slider__item::before {
    content: ''; /* Это обязательное свойство */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width:767px) {
    .TIZERS.TIZERS-PAGE .item-views.tizers .mobile-list.row {
        flex-direction: column;
        gap: 10px;
    }

    .section--feedback .two-blocks {
        flex-direction: column;
        align-items: center;
    }

    .section--feedback .two-blocks__left {
        width: 100%;
        padding-bottom: 50%;
        order: 2;
        margin-top: 32px;
    }

    .section--feedback .two-blocks__right {
        padding-left: 0px;
    }

    .section--sales .sale-card__wrapper {
        flex-direction: column;
        align-items: center;
    }
    .section--form .form.horizontal .form_body .form_controls,
    .section--form .form.horizontal form {
        flex-direction: column;
    }

    .section--form .form.horizontal .form_body .form_controls .clearboth {
        display: none;
    }
    
    .section--form .form.horizontal .form_footer button {
        margin-top: 0;
    }
}
