.header-top__nav li {
    position: relative;
    display: inline-block;	
}

.header-top__nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    list-style: none;
    min-width: 150px;
    border-radius: 5px;
	z-index: 951;
}

.header-top__nav .dropdown:hover .dropdown-menu {
    display: block;
}

.header-top__nav .dropdown-menu li {
    padding: 5px 15px;
}

.header-top__nav .dropdown-menu li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.header-top__nav .dropdown-menu li a:hover {
    color: var(--primary-color) !important;
}


/*owl-carusel*/


.recommends-menu-slider.owl-carousel .owl-dot.active{
	    background: #ea4e1d;
}

.recommends-menu-slider.owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(153, 153, 153, 0.5);
    margin-left: 8px;
    margin-right: 8px;
}

.recommends-menu-slider.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.recommends-menu-slider.owl-carousel .owl-nav div {
    position: absolute;
    font-size: 0;
    /*width: 24px;
    height: 24px;*/
    top: 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0 0;
    margin-top: -24px;
}


.recommends-menu-slider.owl-carousel .owl-prev {
    left: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='24' viewBox='0 0 14 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.750479 13.9576L9.50606 23.1812C10.5424 24.2729 12.1863 24.2729 13.2227 23.1812C14.2591 22.0894 14.2591 20.3576 13.2227 19.2659L6.32546 12L13.2227 4.73412C14.2591 3.64235 14.2591 1.91059 13.2227 0.818824C12.1863 -0.272941 10.5424 -0.272941 9.50606 0.818824L0.750479 10.08C-0.25016 11.1341 -0.25016 12.9035 0.750479 13.9576Z' fill='%23999999'/%3E%3C/svg%3E%0A");
}


.recommends-menu-slider.owl-carousel .owl-next {
    right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='24' viewBox='0 0 14 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.2495 10.0424L4.49394 0.818822C3.45756 -0.272943 1.81366 -0.272943 0.777283 0.818822C-0.259092 1.91059 -0.259092 3.64235 0.777282 4.73412L7.67454 12L0.777281 19.2659C-0.259094 20.3576 -0.259094 22.0894 0.777281 23.1812C1.81366 24.2729 3.45756 24.2729 4.49394 23.1812L13.2495 13.92C14.2502 12.8659 14.2502 11.0965 13.2495 10.0424Z' fill='%23999999'/%3E%3C/svg%3E%0A");
    background-position: 100% 0 !important;
}



/***SNIPPETS***/
.content-block-text,
.content-block-video,
.content-block-photo,
.content-block-card,
.content-block-accent,
.content-block-list,
.content-block-top,
.content-block-product {
    margin-top: 32px;
}

.content-block-text:first-child,
.content-block-video:first-child,
.content-block-photo:first-child,
.content-block-card:first-child,
.content-block-accent:first-child,
.content-block-list:first-child,
.content-block-top:first-child,
.content-block-product:first-child {
    margin-top: 0;
}

p + .content-block-text,
p + .content-block-video,
p + .content-block-photo,
p + .content-block-card,
p + .content-block-accent,
p + .content-block-list,
p + .content-block-top,
p + .content-block-product {
    margin-top: 14px;
}

.content-block-video > iframe {
    width: 100%;
    height: -moz-calc(1176px * 0.56);
    height: -webkit-calc(1176px * 0.56);
    height: calc(1176px * 0.56);
}

.container-ws .content-block-video > iframe {
    height: -moz-calc((100vw - 64px) * 0.56);
    height: -webkit-calc((100vw - 64px) * 0.56);
    height: calc((100vw - 64px) * 0.56);
}

.container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe {
    height: -moz-calc((83.33333333vw - 64px - 24px) * 0.56);
    height: -webkit-calc((83.33333333vw - 64px - 24px) * 0.56);
    height: calc((83.33333333vw - 64px - 24px) * 0.56);
}


.content-block-photo > img {
    width: 100%;
    height: auto;
}

.content-block-card {
    display: flex;
}

.content-block-card-text {
    width: 60%;
}

.content-block-card-photo {
    width: -moz-calc(40% - 32px);
    width: -webkit-calc(40% - 32px);
    width: calc(40% - 32px);
    display: flex;
    flex-direction: column;
    margin-right: 32px;
}

.content-block-card-text + .content-block-card-photo {
    margin-right: 0;
    margin-left: 32px;
}

.content-block-card-photo > img {
    width: 100%;
    height: auto;
}

.content-block-accent {
    padding: 64px 48px;
    background: #f1f6f7;
}

.content-block-list ul,
.content-block-list ol {
    margin: 24px 0 0 24px;
    padding: 0;
    list-style: none;
}

.content-block-list > ol {
    counter-reset: step-counter;
}

.content-block-list > ul > li,
.content-block-list > ol > li {
    padding: 4px 0 1px 24px;
    position: relative;
}

.content-block-list > ol > li {
    padding-left: 46px;
}

.content-block-list > ul > li:before,
.content-block-list > ol > li:after {
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #6639b6;
}

.content-block-list > ol > li:before {
    position: absolute;
    left: 17px;
    counter-increment: step-counter;
    content: counters(step-counter, ".") ". ";
}

.content-block-list ul li + li,
.content-block-list ol li + li {
    margin-top: 24px;
}

.content-block-list ul ul,
.content-block-list ol ol {
    margin-left: 18px;
}

.content-block-top-title {
    display: flex;
    align-items: center;
}

.content-block-top-place {
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
   /* font-family: "Museo Sans Cyrl 500", sans-serif;*/
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background: #6639b6;
}

.content-block-top-place-val {
    font-size: 30px;
    line-height: 36px;
}

.content-block-top-place-title {
    margin-top: -4px;
    font-size: 14px;
    line-height: 17px;
}

.content-block__title {
   /* font-family: "Museo Sans Cyrl 500", sans-serif;*/
    font-size: 24px;
    line-height: 29px;
}

.content-block-accent-plus .content-block__title {
    font-size: 30px;
    text-align: center;
    line-height: 36px;
}

.content-block-top .content-block__title {
    font-size: 30px;
    line-height: 36px;
}

.content-block__text {
    margin-top: 24px;
}

.content-block-accent-plus .content-block__text {
    font-size: 24px;
    text-align: center;
    line-height: 29px;
}

.content-block__text > p:last-child {
    padding-bottom: 0;
}

.content-block__caption {
    margin-top: 12px;
    font-size: 14px;
    color: #78909c;
    text-align: center;
    line-height: 17px;
}

.ctl-item__img {
    height: auto !important;
}

.ctl-item__body--brand {
    border: none !important;
}
.ctl-item__img > img {
    height: 150px !important;
    padding:15px;
}

.category-one-image__image img {
    object-fit: contain !important;
}

@media (max-width: 1024px) {
    .category-one-image__image img {
        height: 130px !important;
    }
}

.title-spoiler-block__title {
    color: #705EA9 !important;
}


.category-one-image__image img {
    min-height: auto !important;
}

.ctl-item__brand-name {
    margin: 0 !important;
}

.ctl-scn-result__item .ctl-item__brand-img img {
    height: 120px !important;
}

.ctl-item__body {
    padding: 0 15px 15px 15px !important;
}

.ctl-scn-result__item {
    border: 1px solid #ccc !important;
}

.mobile-top-bar {
    border-bottom: 1px solid #705EA9 !important;
}

.content-block-card-photo > .content-block__caption {
    text-align: left;
}

.content-block-card-text + .content-block-card-photo > .content-block__caption {
    text-align: right;
}

/***PHONES***/
@media (max-width: 1042px) {
    .contacts-item-map {
        height: auto !important;
    }

    /***SNIPPETS***/
    .content-block-video > iframe,
    .container-ws .content-block-video > iframe,
    .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe {
        height: -moz-calc((100vw - 36px) * 0.56);
        height: -webkit-calc((100vw - 36px) * 0.56);
        height: calc((100vw - 36px) * 0.56);
    }

    .content-block-card {
        flex-direction: column;
    }

    .content-block-card-text,
    .content-block-card-photo {
        width: 100%;
    }

    .content-block-card-photo {
        margin-right: 0;
        margin-bottom: 32px;
    }

    .content-block-card-text + .content-block-card-photo {
        margin-left: 0;
        margin-top: 32px;
        margin-bottom: 0;
    }

    .content-block-accent {
        padding: 32px 24px;
    }

    .content-block-list ul,
    .content-block-list ol {
        margin-top: 18px;
    }

    .content-block__text {
        margin-top: 18px;
    }

    .content-block__caption {
        margin-top: 8px;
    }

    .content-block-card-photo > .content-block__caption,
    .content-block-card-text + .content-block-card-photo > .content-block__caption {
        text-align: center;
    }
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media (min-width: 1043px) {
    /***SNIPPETS***/
    .slide-menu-interface-2-0-1-inner .container-ws .content-block-video > iframe,
    .slide-menu-option-2 .container-ws .content-block-video > iframe {
        height: -moz-calc((100vw - 72px - 64px) * 0.56);
        height: -webkit-calc((100vw - 72px - 64px) * 0.56);
        height: calc((100vw - 72px - 64px) * 0.56);
    }
}

@media (min-width: 1043px) and (max-width: 1103px) {
    /***SNIPPETS***/
    .content-block-video > iframe {
        height: -moz-calc(946px * 0.56);
        height: -webkit-calc(946px * 0.56);
        height: calc(946px * 0.56);
    }

    .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe {
        height: -moz-calc((66.66666667vw - 64px - 24px) * 0.56);
        height: -webkit-calc((66.66666667vw - 64px - 24px) * 0.56);
        height: calc((66.66666667vw - 64px - 24px) * 0.56);
    }

    .slide-menu-interface-2-0-1-inner .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe,
    .slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe {
        height: -moz-calc((66.66666667vw - 72px - 64px - 24px) * 0.56);
        height: -webkit-calc((66.66666667vw - 72px - 64px - 24px) * 0.56);
        height: calc((66.66666667vw - 72px - 64px - 24px) * 0.56);
    }
}

@media (min-width: 1104px) and (max-width: 1271px) {
    /***SNIPPETS***/
    .content-block-video > iframe {
        height: -moz-calc(946px * 0.56);
        height: -webkit-calc(946px * 0.56);
        height: calc(946px * 0.56);
    }

    .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe {
        height: -moz-calc((75vw - 64px - 24px) * 0.56);
        height: -webkit-calc((75vw - 64px - 24px) * 0.56);
        height: calc((75vw - 64px - 24px) * 0.56);
    }

    .slide-menu-interface-2-0-1-inner .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe,
    .slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe {
        height: -moz-calc((75vw - 72px - 64px - 24px) * 0.56);
        height: -webkit-calc((75vw - 72px - 64px - 24px) * 0.56);
        height: calc((75vw - 72px - 64px - 24px) * 0.56);
    }
}

@media (min-width: 1272px) {
    /***SNIPPETS***/
    .smart-filter-view-left-active .container-ws .content-block-video > iframe {
        height: -moz-calc((100vw - 324px - 64px) * 0.56);
        height: -webkit-calc((100vw - 324px - 64px) * 0.56);
        height: calc((100vw - 324px - 64px) * 0.56);
    }

    .slide-menu-interface-2-0-1-inner.smart-filter-view-left-active .container-ws .content-block-video > iframe,
    .slide-menu-option-2.smart-filter-view-left-active .container-ws .content-block-video > iframe {
        height: -moz-calc((100vw - 72px - 324px - 64px) * 0.56);
        height: -webkit-calc((100vw - 72px - 324px - 64px) * 0.56);
        height: calc((100vw - 72px - 324px - 64px) * 0.56);
    }
}

@media (min-width: 1272px) and (max-width: 1379px) {
    /***SNIPPETS***/
    .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe {
        height: -moz-calc((75vw - 64px - 24px) * 0.56);
        height: -webkit-calc((75vw - 64px - 24px) * 0.56);
        height: calc((75vw - 64px - 24px) * 0.56);
    }

    .slide-menu-interface-2-0-1-inner .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe,
    .slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe {
        height: -moz-calc((75vw - 72px - 64px - 24px) * 0.56);
        height: -webkit-calc((75vw - 72px - 64px - 24px) * 0.56);
        height: calc((75vw - 72px - 64px - 24px) * 0.56);
    }
}

@media (min-width: 1380px) and (max-width: 1545px) {
    /***SNIPPETS***/
    .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe {
        height: -moz-calc((80vw - 64px - 24px) * 0.56);
        height: -webkit-calc((80vw - 64px - 24px) * 0.56);
        height: calc((80vw - 64px - 24px) * 0.56);
    }

    .slide-menu-interface-2-0-1-inner .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe,
    .slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe {
        height: -moz-calc((80vw - 72px - 64px - 24px) * 0.56);
        height: -webkit-calc((80vw - 72px - 64px - 24px) * 0.56);
        height: calc((80vw - 72px - 64px - 24px) * 0.56);
    }
}

@media (min-width: 1546px) {
    /***SNIPPETS***/
    .slide-menu-option-1-active .container-ws .content-block-video > iframe {
        height: -moz-calc((100vw - 324px - 64px) * 0.56);
        height: -webkit-calc((100vw - 324px - 64px) * 0.56);
        height: calc((100vw - 324px - 64px) * 0.56);
    }

    .slide-menu-option-1-active.smart-filter-view-left-active .container-ws .content-block-video > iframe {
        height: -moz-calc((100vw - 324px - 324px - 64px) * 0.56);
        height: -webkit-calc((100vw - 324px - 324px - 64px) * 0.56);
        height: calc((100vw - 324px - 324px - 64px) * 0.56);
    }
}

@media (min-width: 1546px) and (max-width: 1701px) {
    /***SNIPPETS***/
    .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe {
        height: -moz-calc((80vw - 64px - 24px) * 0.56);
        height: -webkit-calc((80vw - 64px - 24px) * 0.56);
        height: calc((80vw - 64px - 24px) * 0.56);
    }

    .slide-menu-option-1-active .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe {
        height: -moz-calc((75vw - 324px - 64px - 24px) * 0.56);
        height: -webkit-calc((75vw - 324px - 64px - 24px) * 0.56);
        height: calc((75vw - 324px - 64px - 24px) * 0.56);
    }

    .slide-menu-interface-2-0-1-inner .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe,
    .slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe {
        height: -moz-calc((80vw - 72px - 64px - 24px) * 0.56);
        height: -webkit-calc((80vw - 72px - 64px - 24px) * 0.56);
        height: calc((80vw - 72px - 64px - 24px) * 0.56);
    }
}

@media (min-width: 1702px) {
    /***SNIPPETS***/
    .slide-menu-option-1-active .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe {
        height: -moz-calc((80vw - 324px - 64px - 24px) * 0.56);
        height: -webkit-calc((80vw - 324px - 64px - 24px) * 0.56);
        height: calc((80vw - 324px - 64px - 24px) * 0.56);
    }

    .slide-menu-interface-2-0-1-inner .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe,
    .slide-menu-option-2 .container-ws .bx-catalog-element .col-ws-left .content-block-video > iframe {
        height: -moz-calc((83.33333333vw - 72px - 64px - 24px) * 0.56);
        height: -webkit-calc((83.33333333vw - 72px - 64px - 24px) * 0.56);
        height: calc((83.33333333vw - 72px - 64px - 24px) * 0.56);
    }
}

.sale__container {
    display: block;
}

.sale__container .sale__items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px -16px;
}

.sale__item-content {
    margin: 0px -16px;
}

.sale__container .sale__item {
    width: 50%;
    padding: 0px 16px;
    margin: 0px 0px 56px;
}

.sale__container .sale__item-content .sale__item {
    width: 100%;
}

.sale__container .sale__item .sale__item-btn {
    display: block;
    text-decoration: none;
}

.sale__container .sale__item .sale__item-img {
    width: 100%;
}

.sale__container .sale__item .sale__item-date {
    padding: 0px;
    margin: 24px 0px 0px;
    /*font-family: 'Cera Pro';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #E74E1E;
    display: flex;
    align-items: center;
}

.sale__container .sale__item .sale__item-date:before {
    content: '';
    background-image: url(img/i.png);
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
}

.sale__container .sale__item .sale__item-title {
    margin: 11px 0px 0px;
    padding: 0px;
    /*font-family: 'Cera Pro';*/
    font-style: normal;
    font-weight: 500;
    font-size: 29px;
    line-height: 36px;
    color: #000000;
}

.sale__container .sale__item .sale__item-description {
    padding: 0px;
    margin: 14px 0px 0px;
    /*font-family: 'Cera Pro';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
}

.sale__container  .sale__item .sale__item-link {
    padding: 0px;
    margin: 25px 0px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 254px;
    height: 50px;
    background: #E74E1E;
    border-radius: 8px;
    /*font-family: 'Cera Pro';*/
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 10px;
}

.sale__container .sale__item .sale__item-link:hover {
    background: #dd4110;
}

.sale__container-title {
    margin: 48px 0px;
    padding: 0px;
    /*font-family: 'Cera Pro';*/
    font-style: normal;
    font-weight: 500;
    font-size: 29px;
    line-height: 36px;
    color: #000000;
}

/* section start */
.section__content {
    width: 100%;
}

.section__content .section__items{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.section__content .section__items .section__item{
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.section__content .section__items .section__item .section__item-link{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #e8edef;
    border-radius: 15px;
    overflow: hidden;
}

.section__content .section__items .section__item .section__item-link:before{
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 10;
}

.section__content .section__items .section__item .section__item-img{
    width: 100%;
    transition: transform 0.45s ease 0s;
}

.section__content .section__items .section__item .section__item-imgm{
    display: none;
    margin-right: 3px;
    width: 24px;
}

.section__content .section__items .section__item .section__item-link:hover .section__item-img {
    transform: scale(1.1);
}

.section__content .section__items .section__item .section__item-title{
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 11;
    font-size: 20px;
    line-height: 25px;
    /*font-family: "CeraPro-Bold";*/
    font-weight: normal;
    width: 70%;
}

@media (max-width: 1200px) {
    .section__content .section__items .section__item .section__item-title {
        font-size: 18px;
        line-height: 25px;
        width: 100%;
        padding: 15px;
    }
}

@media (max-width: 992px) {
    .sale__container .sale__item .sale__item-title {
        font-size: 22px;
        line-height: 30px;
    }

    .sale__container .sale__item .sale__item-description {
        margin: 12px 0px 0px;
        font-size: 14px;
        line-height: 25px;
    }

    .sale__container .sale__item .sale__item-link {
        margin: 19px 0px 0px;
        width: 230px;
        height: 45px;
        font-size: 16px;
        line-height: 23px;
    }

    .sale__container .sale__item {
        margin: 0px 0px 50px;
    }

    .sale__container-title {
        margin: 33px 0px;
        font-size: 24px;
    }

    .section__content .section__items .section__item {
        width: 33.3%;
    }
}

@media (max-width: 750px) {
    .sale__container .sale__item {
        width: 100%;
    }

    .navigation-wrapper .container {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .section__content .section__items .section__item {
        width: 50%;
        padding: 0px 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .sale__container .sale__item .sale__item-date {
        margin: 20px 0px 0px;
        font-size: 14px;
    }

    .sale__container .sale__item .sale__item-title {
        font-size: 18px;
        line-height: 23px;
    }

    .sale__container .sale__item .sale__item-description {
        margin: 9px 0px 0px;
        font-size: 12px;
        line-height: 21px;
    }

    .sale__container .sale__item .sale__item-link {
        margin: 16px 0px 0px;
        width: 188px;
        height: 38px;
        font-size: 14px;
        line-height: 23px;
    }

    .sale__container .sale__item {
        margin: 0px 0px 38px;
    }

    .sale__container-title {
        margin: 24px 0px;
        font-size: 22px;
    }

    .section__content .section__items .section__item {
        width: 100%;
        padding: 0px 10px;
        margin-bottom: 0px;
    }

    .section__content .section__items .section__item .section__item-link {
        text-decoration: none;
        justify-content: flex-start;
        padding: 20px 0;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #ededed;
    }

    .section__content .section__items .section__item .section__item-img {
        display: none;
    }

    .section__content .section__items .section__item .section__item-imgm{
        display: block;
    }

    .section__content .section__items .section__item .section__item-title {
        font-size: 18px;
        line-height: 18px;
        width: 100%;
        padding: 15px;
        font-weight: 400;
        font-size: 15px;
        color: #263238;
        position: unset;
        padding: 0;
        text-align: left;
        /*font-family: "Cera Pro";*/
    }

    .section__content .section__items .section__item .section__item-link:before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
        z-index: 10;
    }

    .section__content .section__items .section__item .section__item-link:before {
        display: none;
    }

    .section__content .section__items {
        margin-top: -30px;
    }
}

.articles-item-background:after {
    background: -moz-linear-gradient(top,rgba(217,51,36,0) 0%,#e95329 69%,#e95329 100%) !important;
    background: -webkit-linear-gradient(top,rgba(217,51,36,0) 0%,#e95329 69%,#e95329 100%) !important;
    background: linear-gradient(to bottom,rgba(217,51,36,0) 0%,#e95329 69%,#e95329 100%) !important;
}

.articles-item-detail-marker {
    background: #e95329 !important;
}

.articles-item-detail-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.review__form .form-group select, .review__form .form-control {
    border: none !important;
    border-bottom: 1px solid #ced9db !important;
    padding: 0 0px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.review__form .has-error .form-control-feedback {
    display: none !important;
}

.review__form .btn-primary {
    background-color: #ea4e1d !important;
}

.section__content .section__items .section__item .section__item-img {
    width: 100%;
    transition: transform 0.45s ease 0s;
    max-height: 212px;
    min-height: 212px;
    object-fit: cover;
}

@media (max-width: 320px) {
    .ctl-item__body {
        padding: 0 8px 8px 8px !important;
    }
}

.container-add-product-from-section{
    text-align: left;
    margin: 20px 0 20px 0;
}

.container-add-product-from-section .btn, .container-add-product-from-section .btn-default, .btn-accent {
    padding: 10px 20px 10px 15px;
    border: 1px solid var(--accent-color);
    border-radius: 60px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.container-add-product-from-section .btn, .container-add-product-from-section .btn-default, .btn-accent {
    background-color: var(--accent-color);
    color: #fff;
    font-size: 14px;
    font-weight: normal;

}

.container-add-product-from-section .btn:hover, .container-add-product-from-section .btn-default:hover, btn-accent:hover {
    color: var(--accent-color);
    background-color: #fff;
}

.container-btn-accent {
    margin: 10px 0;
}

.container-btn-accent a {
    display:flex;
    width: 100%;
    justify-content: center;
    padding:14px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
}
@media (min-width: 320px) and (max-width: 959px) {
    .container-btn-accent a {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
}

/* about page styles */
.mainbanner-about .blog .mainbanner-body {
    width: 1350px;
    margin: 0 auto;
    height: 350px;
}
.mainbanner-about .mainbanner-about-text {
    display: block;
}

.mainbanner-about .blog .blog__items {
    gap: 0;
}

.mainbanner-about .business__items .breadcrumbs {
    display: none;
}

.mainbanner-about .mainbanner-title {
    margin: 70px 0 20px 0;
    max-width: 100%;
    padding: 0 60px;

}

.mainbanner-about .mainbanner-text {
    max-width: 100%;
    padding: 0 60px 0 60px;
}

.about-page .vacancies__left {
    background: none;
    max-width: 953px;
    padding: 40px 25px 55px 0;
}

.about-page .vacancies__showcase-advantages {
    display: flex;
}

.about-page .vacancies__showcase-advantage  {
    max-width: 170px;
}

.about-page .vacancies__showcase-text {
    max-width: 600px;
}

.production .timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    /*max-width: 800px;*/
    margin: 20px 0 0 0;
	width: 100%;
	overflow: hidden;
}

.production .event {
    display: grid;
    grid-template-columns: 100px 100px 1fr;
    align-items: center;
    padding: 10px;
    /*border: 1px solid #ccc;*/
    /*border-radius: 10px;*/
    margin: 0 0 30px 0;
    gap: 30px;

}

.production .year {
    font-weight: bold;
    text-align: center;
    font-size: 33px;
    font-weight: 900;
    color: var(--accent-color);
    white-space: nowrap;
}

.production .image-container {
    width: 100px;
    height: 100px;
    background-color: #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.production .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.production .description {
    padding: 0 20px;
}

.production .blurred .description {
    color: #aaa;
}

/* .obogrev-rezervuarov-block */

.production button, .obogrev-rezervuarov-block button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.production button.ctl-item-btn__btn, .obogrev-rezervuarov-block  button.ctl-item-btn__btn {
    margin: 20px auto 0 auto;
}

.production .blurred, .obogrev-rezervuarov-block .blurred {
    opacity: 0.3;
}

.production .contacts-row__title-header, .obogrev-rezervuarov-block .contacts-row__title-header {
    position: relative;
    width: 100%; /* Устанавливаем ширину контейнера на всю ширину */
    text-align: center; /* Центрируем изображение */
    padding: 10px 0; /* Добавляем отступы сверху и снизу для линии */
}

.production .contacts-row__title-header img, .obogrev-rezervuarov-block .contacts-row__title-header img {
    display:block;
    margin: 0 auto;
    border-radius: 60px;
    box-shadow: 0px 0px 16px rgb(77 77 77 / 25%);
}

.production .decor-image {
    width: 50px; /* Увеличиваем размер изображения */
    height: auto; /* Сохраняем пропорции */
    display: inline-block; /* Делаем изображение строчным блоком для центрирования */
}

.production .line-background, .obogrev-rezervuarov-block  .line-background{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px; /* Толщина линии */
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, #6C509A 50%, rgba(0,0,0,0) 100%); /* Градиент для затенения краев */
    z-index: -1; /* Помещаем линию под изображение */
    transform: translateY(-50%); /* Выравнивание линии по вертикали */
}

.production .line-background.delimiter {
    position: initial;
    margin-bottom: 20px;
}




.production .about-btn-more .btn, .obogrev-rezervuarov-block .about-btn-more .btn1 {
    width: 54px;
    height: 54px;
    background-color: #fff;
    background-image: url('https://obogrev.ru/local/templates/new/img/icon/swiper-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 60px;
    box-shadow: 0px 0px 16px rgb(77 77 77 / 25%);
    margin: 0 auto;
    rotate: 90deg;
    transition: 300ms;
}

.production .about-btn-more.active .btn, .obogrev-rezervuarov-block .about-btn-more.active .btn1 {
    rotate: -90deg;
}



.production .container {
    width: 1350px;
    margin: 0 auto;
    padding: 20px;
}

.production .rounded {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 10px 10px 0;
}

/*.production .main-image {*/
/*    height: auto;*/
/*}*/

.production .mixed-row {
    display: flex;
}

.production .text-block {
    padding: 20px;
    background-image: url('https://obogrev.ru/images/circle-purple.png');
    background-repeat: repeat;
    border-radius: 15px;
    background-position: 10px 10px;
    color: #fff;
    width: 70%;
}

.production h3, .production h4 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 30px 0;
    padding: 0 20px 0 0;
}

.production h4 {
    font-size: 23px;
    font-weight: 400;
}

.production p {
    font-size: 16px;
    font-weight: 400;
    padding: 0 25px 25px 0;
}

.production .image-row {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.production .image-row img {

    flex: 1;
}

.production .image-row img.firstpic {
    flex: 1.5;
}

@media (max-width: 400px) {
    .production .image-row {
        flex-direction: column;
    }

    .production .image-row img {
        margin-bottom: 10px;
    }
}

.production .certs {
    display: none;
    max-width: 800px;
}

.production .certs h4 {
    font-weight: 400;
    font-size: 33px;
    padding: 0 20px 0 0;
}

.production .certs .container1 {
    display: flex;
    justify-content: start;
}

.production .certs .container1 div.text-block1{
    flex:1;
    margin-bottom:10px;
}

.production .image-row1 {
    display: flex;
    justify-content: start;
    gap: 10%;
}

.production .image-row1 img {
    margin: 10px;
}

/*.production .contacts-tabs-swiper .tab-btn {*/
/*    height: 30px;*/
/*}*/

.production .swiper-wrapper {
    height: auto;
}

.production .delivery__blocks .item-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin: 0;
    width: fit-content;
}

.production .delivery__blocks a:hover {
    text-decoration:none;
}

.production .tovarline {
    margin: 100px 0 80px 0;
}

.production .tovarline .descr {
    font-weight: 400;
    font-size: 16px;
    height: 70px;

}

.production .brands__items {
    border:none;
    padding: 10px 40px 44px 0;

}

.production p {
    max-width: 700px;
}

.production .ctl-scn-result__item {
    width: 220px;
}

.production.brands img {
    width: auto;
    height: auto;
}

.production .container-montage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

/*.production .container-montage.montage1 {*/
/*    background: url('/images/about/montage1.png') 0 0 no-repeat;*/
/*}*/


.production .block {
    flex: 0 1 calc(50% - 15px);
    padding: 40px 20px 20px;
    box-sizing: border-box;
    border-radius: 15px;
    /*background-color: #F5F5F7;*/
    height: 235px;
    color:#fff;
}

.blog.mainbanner-about .mainbanner-body {
    background-image:url(/images/about/about-banner.jpg);
}

.production .montage1.block {
    background: url('/images/about/montage1.png') 0 0 no-repeat;
}

.production .montage2.block {
    background: url('/images/about/montage2.png') 0 0 no-repeat;
}

.production .montage3.block {
    background: url('/images/about/montage3.png') 0 0 no-repeat;
}


.production .montage4.block {
    background: url('/images/about/montage4.png') 0 0 no-repeat;
}


.production .block h4 {
    margin-top: 0;
    font-weight: 700;
    font-size: 19px;
    margin: 0 0 20px 0;
}


.production .block ul {
    list-style: disc;
    padding-left: 40px;
}

.production .block ul li {
    list-style: disc;
}

.production .ctl-item__body {
    border: none;
}

.production .tab-control {
    justify-content: center;
}

.production .ctl-item-header {
    flex: none;
}

@media screen and (max-width: 1100px) {
    .production .delivery__blocks .item-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .production .text-block {
        width: 40%;
    }

    .production .image-row {
        width: 72%;
    }
}

@media screen and (max-width: 980px) {
    .about-page .vacancies__showcase-advantages {
        flex-wrap: nowrap;
    }

    .mainbanner.mainbanner-about {
        margin-bottom: 40px;
    }

    .production .container {
        width: 100%;
    }

    .production h3, .production h4 {
        font-size: 20px;
    }

    .production h4 {
        font-size: 18px;
    }

    .production p {
        font-size: 14px;
    }

    .production .contacts-tabs-swiper .swiper-wrapper.tab-control {
        flex-direction: row;
        gap: 10px;
    }

    .production .delivery__blocks .item-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .production .block ul{
        padding-left: 20px;
    }

    .production .block h4 {
        font-size: 16px;
    }

    .production .block {
        font-size: 14px;
    }

    .production .image-row {
        width: 100%;
    }

    .production .image-row img {
        flex: 1;
    }

    .production .image-row img.firstpic {
        flex: 2;
        width: 100%;
    }

}

@media screen and (max-width: 500px) {
    .about-page .vacancies__showcase-advantages {
        flex-wrap: wrap;
    }

    .about-page .vacancies__showcase-advantage {
        max-width: 150px;
    }

    .production .mixed-row, .production .image-row {
        flex-direction: column;
        width: calc(100% - 10px);
    }

    .production .text-block {
        width: calc(100% - 10px);
    }

    .production .image-row img.firstpic {
        flex: 1;
        width: calc(100% - 10px);
    }

    .production .delivery__blocks .item-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .production .ctl-scn-result__item {
        width: auto;
    }

    .production .block {
        flex: 0 1 calc(100% - 15px);
    }

    .production .year {
        font-size: 18px;
    }

    .production .event {
        display: block;
        text-align: center;
        padding: 10px 0;
    }

    .production .tovarline {
        margin: 20px 0 80px 0;
    }

    .mainbanner-about .mainbanner-text, .mainbanner-about .mainbanner-title {
        padding: 0;
    }

    .production .image-container {
    margin: 10px auto;
    }

    #body .tovarline .ctl-scn-result__item {
        width: 100%;
    }

    .production .block {
        padding: 20px;
    }

    .production .contacts-tabs-swiper .swiper-wrapper.tab-control {
        flex-direction: column;
    }

    .contacts-tabs-swiper {
        padding: 0;
    }

}




/* end about page styles */