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

.content-block-card-photo >

.content-block__caption {
    text-align: left;
}
.main-logo.mobile{
    display: none;
}
.content-block-card-text+.content-block-card-photo >

.content-block__caption {
    text-align: right;
}

/***PHONES***/
@media(max-width: 1042px) {
    /***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;
    }
}

@media(max-width:576px) {
    .slider-item__pic>

    img {
        object-fit: unset;
    }
}

/***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);
    }
}

.catalog-section-link__img,
.catalog-section-link img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.row.catalog-sections.categories-min {
    gap: 6px;
}

.slider .slider-item,
.slider-wrapper .slider-item__pic {
    background: transparent !important;

   
}
.slider-wrapper {
    margin-top: 0 !important;
}
.slider .slider-item:before {
    display: none !important;
}

.slider-item__pic>img {
    height: auto !important;
}

.slider .owl-dots {

    top: -72px;
}

.promotions-detail-tabs-block.fixed {
    position: static !important;
}

.catalog-menu li {
    /*position: relative !important;*/
}

.catalog-menu .catalog-menu-dropdown-menu .catalog-menu-dropdown-menu {
    /* display: block !important; */
}

.horizontal-multilevel-menu>li>a {
    gap: 8px;
}

.top-panel.fixed {
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 300;
    max-width: 1500px;
}

@media (max-width: 1042px) {
    .catalog-menu.active {
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }

    .catalog-menu.active .catalog-menu-dropdown-menu {
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }

    .catalog-menu.active li {
        position: relative;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }

    .catalog-menu.active .catalog-menu-dropdown-menu .catalog-menu-dropdown-menu {
        display: block !important;
    }

    [data-entity="dropdown-menu"] [data-entity="title"] .catalog-menu-back,
    [data-entity="dropdown-menu"] [data-entity="title"] .catalog-menu-title {
        display: none;
    }

    .active>.catalog-menu-dropdown-menu[data-entity="dropdown-menu"]>ul>li[data-entity="title"] {
        position: absolute !important;
        padding: 0 !important;
        right: 0;
        width: 54px;
        height: 24px;
        z-index: 10;
    }

}


.product_category_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.product_category_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.25s !important;
}

.product_category_name {
    padding: 25px 15px;
    display: block;
    color: #263238;
    text-decoration: none;
}

a.product_category_item {
    display: block;
    text-decoration: none !important;
    color: #263238;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e8edef;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: height .15s ease 0s, top .15s ease 0s, box-shadow .15s ease 0s;
    -moz-transition: height .15s ease 0s, top .15s ease 0s, box-shadow .15s ease 0s;
    -o-transition: height .15s ease 0s, top .15s ease 0s, box-shadow .15s ease 0s;
    transition: height .15s ease 0s, top .15s ease 0s, box-shadow .15s ease 0s;
    overflow: hidden;
}

a.product_category_item:hover {
    -webkit-box-shadow: 0 0 36px rgba(85, 104, 110, .18);
    -moz-box-shadow: 0 0 36px rgba(85, 104, 110, .18);
    box-shadow: 0 0 36px rgba(85, 104, 110, .18);
}

a.product_category_item:hover img {
    transform: scale(1.2);
}

.product-item-image-list {
    display: flex;
    height: 222px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item-image-list>* {
    flex: 1 0 auto;
    width: 1px;
    opacity: 0;
}

.product-item-image-pagination {
    display: flex;
    margin-top: 0px;
    gap: 4px;
}

.product-item-image-bullet {
    flex: 1 0 auto;
    width: 1px;
    height: 2px;
    background-color: #e3ecef;
    border-radius: 20px;
}

.product-item-image-bullet.active {
    background: #286bc6;
}

.product-item-brand {
    bottom: 20px;
    pointer-events: none;
}

.tpwidget {
    position: fixed;
    bottom: 20px;
    left: 20px;
    /* overflow: hidden; */
    z-index: 999;
}

.tpwidget__button {
    padding: 12px;
    border: none;
    background: #43d854;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    color: white !important;
    position: relative;
}

.tpwidget__button::before,
.tpwidget__button::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #43d854;
    transform-origin: center;
    transform-box: fill-box;
    animation: flyBorder1 6s linear infinite;
}

.tpwidget__button::after {
    animation: flyBorder2 3s linear infinite;
    border: 1px solid #43d854;
}

@keyframes flyBorder1 {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0;
        transform: scale(2);
    }

    99% {
        opacity: 0;
    }
}

@keyframes flyBorder2 {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0;
        transform: scale(2);
    }

    99% {
        opacity: 0;
    }
}

.tpwidget__button svg {
    fill: currentColor;
    color: inherit;
    animation: rotateWidgetSvg 3s linear infinite;
}

@keyframes rotateWidgetSvg {

    0%,
    100% {
        transform: scaleX(0) scaleY(0.5);
    }

    50% {
        transform: scaleX(1) scaleY(1)
    }
}

.tpwidget__button-icon--opened {
    display: none;
}

.tpwidget__button--open svg,
.tpwidget__button--open::before,
.tpwidget__button--open::after {
    animation: none;
}

.tpwidget__button--open .tpwidget__button-icon--opened {
    display: block;
    width: 24px;
    height: 24px;
}

.tpwidget__button--open .tpwidget__button-icon--closed {
    display: none;
}

.tpwidget__list {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.tpwidget__list--open {
    display: flex;
}

.tpwidget__list svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
    color: white;
}

.tpwidget__list>* {
    width: 64px;
    height: 64px;
    background-color: #43d854;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
}

@media screen and (max-width: 1042px) {
    .catalog-section .product_category {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 602px) {
    .catalog-section .product_category {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .sale-image img {
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

.product-item-image>img {
    max-width: 100% !important;
}

.slide-panel-cart {
    /* width: 450px !important; */
}

.slide-panel {
    right: -450px;
}

.scroll-wrapper>.scroll-content {
    padding: 0 30px;
}

.slide-panel-basket-footer,
.slide-panel-basket-object-footer {
    /* width: 450px; */
}

a.sale-image>img {
    margin: 0 auto;
    display: inherit;
    width: 100%;
}

@media (max-width: 991px) {
    .catalog-menu-dropdown-menu.scrollbar-inner.scroll-content.scroll-scrolly_visible {
        max-height: unset !important;
    }

    .catalog-menu-dropdown-menu.active,
    .catalog-menu>li>.catalog-menu-dropdown-menu.active {
        left: 0;
        position: relative !important;
    }
}

@media (max-width: 767px) {
    .scroll-wrapper>.scroll-content {
        padding: 0;
    }

    .catalog-menu-icon,
    .catalog-menu-pic {
        width: 40px;
        height: 40px;
    }

    .catalog-menu-icon>img,
    .catalog-menu-pic>img {
        max-width: 40px;
        max-height: 40px;
    }
}

@media (min-width: 1702px) {

    .slide-menu-interface-2-0-1 .container-ws .catalog-section.card [class*=col-],
    .slide-menu-option-1-active .container-ws .catalog-section.card [class*=col-],
    .smart-filter-view-left-active .container-ws .catalog-section.card [class*=col-] {
        width: 25% !important;
    }
}



/* НАСТРОЙКИ СЛАЙДЕРА В САЙДБАРЕ */
.banner_filter .owl-item {
    display: flex;
    flex-flow: column;
}

.banner_filter .owl-stage {
    display: flex;
}

.banner_filter .slide {
    height: 100%;
    display: flex;
    flex-flow: column;
}

.banner_filter .slide a {
    height: 100%;
    display: flex;
    flex-flow: column;
}

.banner_filter .product {
    height: 100%;
    display: flex;
    flex-flow: column;
}

.product .btn.btn-buy {
    margin-top: auto;
}

.product-item-detail-pay-complect-item {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    padding: 4px;
}

.product-item-detail-pay-complect-item img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.product-item-detail-pay-complect-item-image {
    display: block;
    height: 100%;
}

.product-item-detail-pay-complect-items>* {
    padding: 4px !important;
}
@media(max-width: 576px){
    .main-logo.mobile{
        display: block;
    }
    .main-logo.desktop{
        display:  none;
    }
}

.annoce-tag a {
	background-color: #fff;
	border: 2px solid #e3ecef;
	height: 50px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	border-radius: 15px !important;
	text-decoration: none;
	color: #263238;
	gap: 7px;
	transition: all 0.3s ease-in-out;
}