/*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;  }*/
/*Затемнение при наведении*/
/*.sections-list__item-text-wrapper a.sections-list__item-link--absolute:hover, .sections-list__item-text-wrapper a.sections-list__item-link--absolute:focus{*/
/*	color: unset;*/
/*}*/
.dark-block-hover:before {
    display: none;
}

.sections-list__item--has-bg:hover .sections-list__item-additional-text-wrapper {
    /*opacity: 1;*/
}

.sections-list__item--has-additional-text:hover .sections-list__item-text-wrapper {
    /*opacity: 0;*/
}

/**/
.info-item-footer {
    color: #7e7e7e;
}

/*Комплекты*/
.btn-reset {
    border-bottom: 1px dotted;
    border-bottom-color: rgba(68, 108, 189, .4);
    color: #446cbd;
    cursor: pointer;
    font-weight: 700;
}

.complect-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

/*add 23.10.23*/
.complect-header .btn-reset {
    color: var(--theme-base-color);
}

/*end add*/
.complect .complect__item-expand:first-child .complect__item {
    border-radius: 4px 4px 0 0
}

.complect .complect__item:last-child {
    border-radius: 0 0 4px 4px
}

.complect__item {
    background: #fff;
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 15px 15px 15px 20px;
    min-height: 65px;
    cursor: pointer;
}

.complect__item svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 15px
}

.complect__item svg path {
    fill: #eee;
    transition: all .3s ease
}

.complect__item.active svg path {
    fill: #6cbd45
}

.active .complect__item svg path {
    fill: #6cbd45
}

.complect__item-button {
    text-align: right;
    margin-top: 10px;
}

.complect__item-button .btn-sm {
    text-transform: none;
    letter-spacing: 0;
    padding: 7px 10px 8px;
    min-width: 100%
}

.complect__item-price {
    font-weight: 600;
}

.complect__item-icon {
    float: left;
}

.complect__item .complect__item-title {
    margin-left: 31px;
}

.complect__item-title {
    margin-bottom: 10px
}

.complect__item-title:empty, .complect__item-options .complect__item-icon {
    display: none
}

.complect__item-price {
    opacity: .6;
    transition: opacity .3s ease;
}

.complect__item-price {
    padding-right: 15px;
    white-space: nowrap;
}

.active .complect__item-price {
    opacity: 1
}

.complect__item-selected .empty-line {
    height: 5px;
    width: 75%;
    background-color: #eee;
    margin-bottom: 5px
}

.complect__item-selected .empty-line:nth-child(even) {
    width: 55%
}

.complect__item-selected .empty-line:last-child {
    margin-bottom: 0
}

.complect__item:hover .complect__item-button .btn { /*color: #569936;border-color:#569936;*/
}

.complect__item-options {
    padding: 25px 15px 25px 20px;
    background: #f0f0f0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.expanded .complect__item {
    box-shadow: none !important;
    position: relative;
    border-bottom-color: transparent;
}

.expanded .complect__item:before {
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.3);
    content: ' ';
    position: absolute;
    left: -7px;
    width: calc(100% + 14px);
    z-index: 101;
    height: 20px;
    top: calc(100% - 20px);
}

.complect-selector {
    cursor: pointer;
    margin-top: -1px;
    padding: 6px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.complect-selector__item label {
    margin: 0;
}

.complect-selector__item {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.complect-selector__price {
    padding-left: 15px;
}

.complect-selector .radio-styled input + label:after {
    width: 6px;
    height: 6px;
    left: 6px;
    top: 9px;
}

.complect-selector label {
    font-weight: 500;
    cursor: pointer
}

.complect-selector .radio-styled {
    padding: 0
}

.complect-selector .checkbox-styled input, .complect-selector .radio-styled input {
    position: absolute;
}

.complect-selector__title {
    margin: 0 0 10px;
}

.complect-selector + .complect-selector__title {
    margin-top: 20px;
}

.expanded .complect__item-more-expand, .complect__item-more-expanded {
    display: none
}

.expanded .complect__item-more-expanded {
    display: block
}

/*add 23.10.23*/
.expanded .complect__item::before {
    box-shadow: 0 8px 8px -8px rgba(255, 255, 255, 0.3);
}

/*end add*/
.complect__item-delete, .active .complect__item-add {
    display: none
}

/*change 23.10.23*/
.active .complect__item-delete {
    display: grid;
    grid-template-columns: 24px auto;
    align-items: center;
    text-decoration: none;
    border: 1px solid white;
    --white_text_black: var(--light, #333) var(--dark, white);
}

/*end change*/
/*add 23.10.23*/
.complect__item {
    background: unset;
    --black_bg_black: var(--light, #fff) var(--dark, #1b1b1b);
}

.complect__item:hover .complect__item-button .btn-link.complect__item-delete {
    border-color: white;
}

.complect__item:hover .complect__item-button .btn-link.complect__item-delete:hover {
    border-color: green;
}

#main .complect-block .disabled {
    opacity: 1;
}

/*end add*/
.complect__item:hover .complect__item-button .btn-link {
    border-color: transparent
}

.complect__item-button .btn-link .material-icons {
    color: #c00
}

.complect__item-button .btn-link .pseudo {
    color: #333;
    font-weight: normal;
}

/*add 23.10.23*/
.complect__item-button.disabled {
    opacity: 1;
}

.complect__item-button .complect__item-delete .pseudo {
    color: white;
}

/*end add*/
.complect__item-options .complect__item-holder {
    -ms-flex-align: start;
    align-items: flex-start;
}

.complect__item-options .btn-link, .complect__item-options .btn-link:hover {
    background: transparent;
    border-color: transparent
}

/*add 23.10.23*/
.complect__item-options {
    background: unset;
    --black_bg_black: var(--light, #f0f0f0) var(--dark, #1b1b1b);
}

/*end add*/
.active .complect__item-button-change, .expanded .complect__item-button-close {
    display: inline-block
}

.complect__item-button-close, .complect__item-button-change, .active .complect__item-button-add, .expanded .complect__item-button-change, .expanded .complect__item-button-add {
    display: none
}

.complect__item_more:hover {
    box-shadow: none
}

.complect__item_more .material-icons {
    color: #6cbd45;
    vertical-align: middle;
    margin-top: -2px
}

.complect__item-title sup {
    font-size: 14px;
    padding-left: 5px;
}

.complect__more {
    font-size: 16px;
    line-height: 28px;
}

@media (min-width: 768px) {
    /*change 23.10.23*/
    .complect__item:hover {
        box-shadow: inset 0 0 10px 0 rgb(255, 255, 255, 0.3);
    }

    /*end change*/
    .complect__item-title:empty, .complect__item-options .complect__item-icon {
        display: block
    }

    .complect__item .complect__item-title {
        margin-left: 0;
    }

    .complect__item-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        -ms-flex-align: center;
        align-items: center;
    }

    .complect__item-icon {
        -ms-flex: 0 0 31px;
        flex: 0 0 31px;
        float: none
    }

    .complect__item-title {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        padding-right: 15px;
        margin-bottom: 0
    }

    .complect__item-selected {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-right: 15px;
        margin-top: 0;
    }

    .complect__item-button {
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
        margin-top: 0;
    }

    .complect__item-price {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.complect-block {
    flex-basis: calc(100% - 250px);
    flex-shrink: 0;
    flex-grow: 1;
    padding-bottom: 15px;
}

/*change 23.10.23*/
.option-label {
    display: block;
    max-width: 250px;
    /* max-width: min-content; */
    white-space: wrap;
    white-space: pre-wrap;
    margin-left: 20px;
}

/*end change*/
/*change 23.10.23*/
.complect-block {
    --black_bg_black: var(--light, #f6f6f6) var(--dark, #1b1b1b);
    padding: 10px;
    margin-bottom: 50px;
}

/*end change*/
/**/
.breadcrumbs {
    display: flex;
    overflow: auto;
    padding-bottom: 8px;
}

.breadcrumbs .breadcrumbs__item-name {
    /*white-space: nowrap;*/
}

.catalog-detail__main {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .catalog-detail__gallery__thmb {
        display: initial !important;
    }

    .catalog-detail__gallery-slider .owl-dots {
        display: none;
    }

    .btn-reset {
        margin-bottom: 10px;
    }

    body .catalog-detail__top-info {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .catalog-detail__gallery-slider.thmb .owl-item {
        /*width: 108px!important;
        height: 108px!important;*/
    }

    .catalog-detail__gallery__item--thmb {
        /*width: 108px!important;*/
        /*height: 108px!important;*/
    }

    .detail .catalog-detail__gallery-slider .catalog-detail__gallery__item--thmb img {
        /*max-width: 100px;
        max-height: 100px;*/
    }

    .catalog-detail__gallery-slider.thmb {
        /*max-width: 272px !important;*/
    }

    .mobile-detail__info-tc {
        display: block !important;
    }

    .catalog-detail__main .catalog-detail__info-tc {
        display: none;
    }

    .skidka {
        left: 0px;
    }
}

.mobile-detail__info-tc {
    display: none;
}

body {
    /*
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    */
}

#footer {
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.tags .active .landings-list__name {
    background-color: var(--theme-base-color);
    color: white;
}

.strana {
    top: 0px;
    right: 10px;
    left: auto;
    background: none;
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    background-image: none;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    z-index: 5;
}

.skidka {
    float: left;
    top: 25px;
    right: auto;
    position: absolute;
    z-index: 50;
    left: -2px;
}

.number {
    color: #FFFFFF;
    text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 0px -2px 0 #000;
    background: none !important;
    font-size: 26px !important;
    font-weight: bold;
    letter-spacing: 4px;
    top: 5px !important;
    left: 5px !important;
    z-index: 90;
}

/*@media (min-width: 1200px){
	.catalog-detail__gallery-outer&gt;.sticker {
		top: 14px;
	}
}*/
/*.catalog-detail__gallery {
	--sizeImage: 100% !important;
}
.detail .catalog-detail__gallery-slider .catalog-detail__gallery__item img {
	width:100%;
}*/
.properties {
    /*background-color: white !important;*/
}

@media (max-width: 450px) {
    .sticker {
        top: -15px;
    }

    .skidka {
        /*top: 10px;*/
    }
}

.tags a {
    padding: 5px;
}

.tags {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.tags .landings-list__item {
    margin-right: 10px;
}

.catalog-detail__gallery__item--big .video img {
    cursor: pointer !important;
}

.fotorama__video-play {
    background: url(/local/templates/aspro-allcorp3/images/fotorama.png) no-repeat;
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 1;
    position: absolute;
}

/**/
@media (max-width: 767px) {
    .banners-big--adaptive-3 .banners-big__img-wrapper, .banners-big--adaptive-3 .banners-big__text& gt

;:not(.banners-big__buttons), .banners-big--adaptive-3 .main-slider__item:not(.started) .play.btn-video, .banners-big--adaptive-3 .main-slider__item:not(.vvideo) .banners-big__buttons {
     display: block !important;
 }

    .banners-big__text-block {
        font-size: 12px;
    }

    .banners-big--adaptive-3 .banners-big__img-wrapper, .banners-big--adaptive-3 .banners-big__text& gt

;:not(.banners-big__buttons), .banners-big--adaptive-3 .main-slider__item:not(.started) .play.btn-video, .banners-big--adaptive-3 .main-slider__item:not(.vvideo) .banners-big__buttons {
     display: flex !important;
     flex-wrap: wrap;
     flex-direction: row;
 }

    .banners-big__text-wrapper--row .banners-big__text-block {
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
    }

    .banners-big--adaptive-3 .banners-big__item {
        height: 350px;
    }
}

/*мобилка для баннеров*/
@media screen and (max-width: 500px) {
    .gallery-small .item {
        padding-top: 67%;
    }

    .banners-big--adaptive-1 .banners-big__text:not(.banners-big--adaptive-1 .direction-column .banners-big__text), .banners-big--adaptive-3 .banners-big__text {
        align-items: start;
        text-align: start;
        width: 50%;
    }

    .banners-big .main-slider .main-slider__item:nth-child(3) {
        background-position-x: -368px;
    }

    .banners-big__buttons {
        justify-content: unset;
    }

    .mobilemenu__item .line-block {
        margin: 0 16px;
    }

    /**/
    .banners-big__wrapper .slider-solution.swiper {
        height: calc(100vw * 0.68);
    }

    .banners-big--adaptive-1 .banners-big__depend-height {
        max-height: calc(100vw * 0.68);
    }

    .banners-big .main-slider .main-slider__item {
        background-image: unset;
    }

    .banners-big .main-slider .main-slider__item .banners-big__adaptive-img {
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    .banners-big--adaptive-1 .banners-big__title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }

    .banners-big--adaptive-1 .banners-big__text-block {
        /*font-size: 12px;*/
        /*line-height: 20px;*/
        font-size: 10px;
        line-height: 10px;
        font-weight: 100;
    }

    .banners-big--adaptive-1 .banners-big__text-block {
        -webkit-line-clamp: unset;
    }

    .banners-big__tizers {
        display: block;
    }

    /*.banners-big__tizers{*/
    /*	margin-left: 0;*/
    /*	margin-top: 10px;*/
    /*}*/
    .banners-big .banners-tizers__item .switcher-title {
        font-weight: 500;
        width: 70px;
        margin-bottom: auto;
        margin-top: auto;
    }

    .banners-tizers__top-text {
        font-size: 12px;
        line-height: 10px;
    }

    .banners-tizers__desc-text--large.font_14 {
        font-size: 9px;
        line-height: 10px;
        margin-left: 5px;
        margin-top: unset;
        max-width: 115px;
    }

    .banners-big__text-wrapper--row .banners-big__tizers {
        margin-left: 0;
        margin-top: 10px;
    }

    .banners-big__text-wrapper--row .banners-big__tizers .banners-tizers .flexbox {
        flex-direction: column;
    }

    .banners-big__text-wrapper--row .banners-big__tizers .banners-tizers .flexbox .banners-tizers__item {
        display: flex;
        flex-direction: row;
    }

    .banners-big__text-wrapper--row .banners-big__tizers .banners-tizers .flexbox .col-xs-6 {
        width: 100%;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .banners-big__buttons .btn {
        padding: 3px 8px;
        font-size: 10px;
        line-height: 17px;
    }

    .banners-big__top-text {
        display: block;
        margin-bottom: 5px;
        font-size: 9px;
        line-height: 10px;
    }
}

@media screen and (max-width: 400px) {
    .banners-big--adaptive-1 .banners-big__title {
        font-size: 14px;
        line-height: 18px;
    }

    .banners-big--adaptive-1 .banners-big__text-block {
        margin-top: 5px;
    }

    .banners-big__buttons {
        margin-top: 10px;
    }
}

/**/
.breadcrumbs {
    display: initial;
}

.catalog-detail__gallery__item {
    background-color: var(--black_bg_black) !important;
}

.tags a:hover {
    color: #000000;
    background-color: #e4ea08;
}

.btn.btn-default {
    /*color:#000000 !important;*/
}

.SERVICES .grid-list .services-list__item-text-top-part .services-list__item-section {
    display: none;
}

.services-list__item-childs-item-name {
    display: none;
}

.services-list__item-link .fill-theme svg * {
    /*fill: unset !important;*/
}

.services-list__item-image {
    width: 90px;
    height: 60px;
}

.services-list__item-image {
    width: 90px;
    height: 60px;
}

.services-list__item-link {
    width: 90px !important;
    height: 60px !important;
}

.sections-list__wrapper .srollbar-custom {
    display: none;
}

.catalog-block__item .strana {
    top: 5px !important;
    right: 5px !important;
    width: 50%;
    max-width: 100px;
}

/*.active .catalog-detail__gallery__picture {*/
/*	height: 100%;*/
/*}*/

.image-list__link img {
    height: 100%;
    margin: 0;
}

.image-list-wrapper {
    padding-top: var(--paddingImage, 80%);
}

@media (max-width: 768px) {
    .catalog-block__item .strana svg {
        width: 80px;
    }
}

.sections-list__item--has-bg:hover .sections-list__item-additional-text-wrapper {
    opacity: 1 !important;
}

.owl-item .catalog-detail__gallery__item--thmb img {
    height: auto;
}

.catalog-detail__gallery__item--no-image > span, .catalog-detail__gallery__item > a {
    height: auto !important;
}

.detail-block table ul {
    padding-left: 40px;
}


.btn-default {
    color: #000000 !important;
}

.btn.btn-transparent-border {
    color: #FFFFFF !important;
}

.btn.btn-transparent-border:hover {
    color: #000000 !important;
}

.active .bg-theme-active-child, .bg-theme-active.active {
    color: #000000 !important;
}

.bg-theme-hover:hover, .bg-theme-parent-hover:hover .bg-theme-target {
    color: #000000 !important;
}

.catalog-detail__gallery__thmb-wrapper .video-block__play:before {
    border-left: 10px solid #000;
}

.video-block__play:before {
    border-left: 25px solid #000;
}

a.scroll-to-top {
    background-position: center -70px !important;
}

.popup-result-link .arrow-all i {
    stroke: #000000 !important;
}

.popup-result-link .arrow-all span {
    background-color: #000000 !important;
}

.arrow-all--light-stroke * {
    stroke: #020202;
}

body .owl-carousel__button:hover path {
    stroke: #000000 !important;
}

.active .complect__item svg path {
    fill: var(--theme-base-color);
}

.complect__item_more .material-icons {
    color: var(--theme-base-color);
}

.catalog-detail__gallery-slider i:hover {
    background-color: var(--theme-base-color) !important;
}

.info-buttons__item--question:hover svg {
    stroke: black;
}

@keyframes checkbox-check {
    0% {
        border-color: #000 !important;
    }

    100% {
        border-color: #000 !important;
    }
}

.form-checkbox__input:checked + .form-checkbox__label .form-checkbox__box:before {
    border-right: 2px solid black !important;
    border-bottom: 2px solid black !important;
    top: -6px !important;
}

.swiper-button-prev:hover:after {
    background-position: 0px -65px;
}

.swiper-button-next:hover:after {
    background-position: -10px -65px;
}


.company-item--IMG_SIDE .company-item__info {
    /*height:100%;*/
}

.company-item--IMG_SIDE .company-item__picture-wrapper {
    /*height:100%;*/
}

.company-item--IMG_SIDE .company-item__picture-wrapper .company-item__picture {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.company-item--IMG_SIDE iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*@media (max-width: 992px) {
	.company-item--IMG_SIDE .company-item__picture-wrapper .company-item__picture {
		height:100%;
	}
}*/

.ytp-cued-thumbnail-overlay-image {
    background-size: contain !important;
}

#main .company-item__picture-wrapper {
    padding-top: initial !important;
}

.catalog-block .catalog-block__info-inner .js-popup-title {
    z-index: 10;
    position: relative;
}

/*скрываем капчу*/
.grecaptcha-badge {
    /*visibility: hidden;*/
}

/*увеличение размера кнопок в шаблоне на мобилке*/
/*@media screen and (min-width: 500px) {*/
/*	.sticky-block {*/
/*		overflow-y: scroll;*/
/*		max-height: 100vh;*/
/*	}*/

/*	.sticky-block::-webkit-scrollbar {*/
/*		display: none;*/
/*	}*/
/*}*/

div.share {
    /*display: none;*/
}

/*увеличение размера кнопок в шаблоне на мобилке*/

@media screen and (max-width: 500px) {
    /*кнопки слайдера на главной*/
    .banners-big__buttons .btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .banners-big__buttons {
        margin-top: unset;
    }

    .banners-big__buttons {
        /*margin: 10px -5px -5px;*/
    }

    .banners-big__buttons-item {
        margin: 3px;
    }

    /*табы Каталога на главной*/
    .tab-nav__item {
        padding: 10px 22px 12px 22px;
    }

    /*кнопка заказать на главной*/
    .btn.btn-md {
        padding: 14px 23px 17px;
        /*padding: 18px 30px 22px;*/
    }

    /* текст над картой на главной*/
    .main .map-container .map-detail-items__item-title a {
        font-size: 15px;
    }

    .main .map-container .map-detail-items__item-title {
        line-height: 20px;
    }

    .map-detail-items__item {
        padding-left: 20px;
        padding-right: 20px;

    }

    .map-detail-items__item {
        padding: 20px 32px;
    }

    /**/
    /*кнопки комплектации на деталке каталога*/
    .complect__item-button .btn-sm {
        padding: 14px 20px 16px;
    }

    /*моб меню*/
    .mobilemenu__button .btn {
        padding: 16px 20px 17px;
    }

    /*изменение ширины кнопки*/
    .banner-first-btn {
        min-width: 180px;
    }

    .banner-second-btn {
        min-width: 180px;
    }

    .banners-big__top-text {
        display: none;
    }

    .banners-big__title--middle {
        display: none;
    }

    .banners-big__text-wrapper--row {
        display: none;
    }

    .banners-big__buttons {
        margin-top: 170px;
    }

    body .banners-big .main-slider .owl-carousel__dots {
        margin-left: 40px;
    }

    /*	*/
}

.strana img {
    width: 100%;
}

@media screen and (max-width: 400px) {
    .banners-big__buttons {
        margin-top: 140px;

    }

}

.status-icon.order {
    color: var(--theme-base-color);
}

.status-icon.order:before {
    background-color: var(--theme-base-color);
    border-color: var(--theme-base-color);
}

.catalog-detail__main-part--right .char-side {
    display: none !important;
}

.front_company-template .index-block__btn {
    margin: 30px -10px -10px;
    display: flex;
    flex-wrap: wrap;
}

.front_company-template .index-block__btn .btn {
    margin: 10px;
}

.mli-search-results {
    z-index: 7000 !important;
}


.header_slogan_main {
    text-transform: uppercase;
    color: var(--theme-base-color);
    font-weight: 500;
    margin-top: -5px;
}

.mobile_slogan_text {
    max-width: 100px;
}

@media (min-width: 1900px) {
    .header_slogan_main {
        display: none;
    }
}

@media (max-width: 1900px) {
    .slogan_block {
        display: none;
    }
}

.header_slogan_mobile {
    text-transform: uppercase;
    color: var(--theme-base-color);
    font-weight: 500;
    margin-top: -5px;
    padding-left: 55px;
    margin-bottom: 5px;
}

.mobile_slogan_text {
    font-size: 12px;
    max-width: 70%;
}

.properties_absolute {
    padding-right: 0 !important;
}

.sticky-overflow {
    position: sticky;
    overflow-y: auto;
    height: 200px;
    top: 112px;
}

.right-sidebar-wrapper {
    display: none;
}

/*скрытие слогана*/

.header__top-item .slogan .slogan__text {
    opacity: 0;
}

.catalog-detail__detailtext p, .catalog-detail__detailtext div, .catalog-detail__detailtext span {
    color: var(--basic_text_black) !important;
}

@media (max-width: 764px) {
    .properties-absolute-outer {
        z-index: initial !important;
    }
}

/*страница 404*/
.page_not_found .description .descr_text404 .btn {
    font-size: 4em;
}

@media (max-width: 600px) {
    .page_not_found .description .subtitle404 {
        font-size: 22px;
        line-height: 32px;
    }

    .page_not_found .description .descr_text404 .btn {
        font-size: 3.5em;
    }

    .descr_text404 {
        display: flex;
        justify-content: center;
    }
}

/**/

.btn-pdf {
    display: inline-block;
    margin-top: 12px;
}

/*изменение заголовка на деталке товара*/
@media all and (max-width: 600px) {
    .catalog-detail__item h1.switcher-title {
        font-size: 2em;
    }
}

/**/


/*Стили для видео rutube*/
.product-rutube-video {
    aspect-ratio: 16 / 9;
}

.product-rutube-video iframe {
    width: 100%;
    height: 100%;
}

/**/

/*скрытие описания каталога на главной*/
@media all and (max-width: 600px) {
    .CATALOG_SECTIONS .index-block__preview {
        display: none;
    }

    .CATALOG_SECTIONS .index-block__title-wrapper {
        margin-bottom: 20px;
    }
}

/**/

/*баннеры на главной*/
#main .banners-big__wrapper .swiper-lazy:not(.swiper-lazy-loaded) {
    background-size: cover;
}

#main .banners-big__wrapper .swiper-lazy:not(.swiper-lazy-loaded) > div {
    opacity: 1;
}

/**/