/*general*/
h1, h2, h3, h4 {font-family: Manrope, Tahoma, sans-serif; line-height: 150%; letter-spacing: 0px; text-transform: none;}
h1.h1_text_main {font-size: 24px !important; font-weight: 600; margin-bottom: 20px; text-align: center}
h2 {font-size: 20px; font-weight: 300;}
body, .wrap, ul, ol, p, span, a { font-family: Manrope, Tahoma, sans-serif;}
body, .wrap {background: #fff;}

.btn { display: inline-block; font-size: 16px; font-family: 'Manrope', Tahoma, sans-serif; line-height: 20px; font-weight: 300; padding: 10px 20px; border: none; border-radius: 50px; cursor: pointer; color: #FFFFFF; background-color: #DAA752;}
.btn:hover { background-color: #BC8E3D; }
.btn.btn-stroke { color: #DAA752; border: 1px solid #DAA752; background-color: transparent;}
.btn.btn-stroke:hover {background: #DAA752; color: #fff}
.btn.btn-stroke-grey { color: #231F20; border: 1px solid #231F20; background: #fff}
.btn.btn-light-grey { background-color: #F5F5F5; color: #231F20;}
.btn.btn-light-grey:hover { background-color: #D9D9D9; color: #231F20;}
.btn.btn-big { padding: 10px 58px;}

.btn.btn-stroke i {font-style: normal; font-size: 2em;}

.d-flex {display: flex}
.d-flex-inline {display: inline-flex}
.d-flex-align-center {align-items: center}
.d-flex-align-start {align-items: flex-start}
.d-flex-align-end {align-items: flex-end}

.gap10 {gap: 10px}

input[type=checkbox] {appearance: none; position: relative; width: 30px; height: 30px; padding: 14px; background: #FFF; border-radius: 10px; border: 1px solid #D9D9D9; transition: 500ms;}
input[type=checkbox]::after {content: ""; background: url("../icons/checkbox.svg") center center no-repeat; position: absolute; top: 0; left: 0; width: 0; height: 0; font-size: 26px; overflow: hidden;}
input[type=checkbox]:checked::after {width: 28px; height: 28px;}
input[type=checkbox]:checked {background: #DAA752;}

.bx_breadcrumbs {background: #FAFAFA; padding: 4px 0;}
.bx_breadcrumbs ul {margin: 0; background: none;}
.bx_breadcrumbs ul li {padding: 0 10px 0 15px; position: relative; margin: 0}
.bx_breadcrumbs ul li:first-child {padding-left: 0}
.bx_breadcrumbs ul li span {color: #DAA752; font-size: 14px; line-height: 28px; font-family: Manrope, Tahoma, sans-serif; font-weight: 300; padding: 0 !important}
.bx_breadcrumbs ul li:before {content: '/'; position: absolute; color: #AAAFB2; left: 0; line-height: 28px;}
.bx_breadcrumbs ul li:first-child:before {display: none}
.bx_breadcrumbs ul li a {background: none; padding: 0;}
.bx_breadcrumbs ul li a span {color: #AAAFB2}

/*catalog.section.list*/
.section_list {display:flex; flex-wrap: wrap; gap: 20px 10px; margin-bottom: 60px; padding: 0 10px;}
.section_list .item {width: calc(50% - 5px)}
.section_list .item .gallery {margin-bottom: 10px; touch-action: pan-y;padding-top: 150%; width: 100%; position: relative;}
.section_list .item .gallery img {max-width: 100%; height: auto; display: none; position: absolute;top: 0;left: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center;}
.section_list .item .gallery img.active {display: block;}
.section_list .item .name {font-weight: 300; font-size: 18px; line-height: 150%; letter-spacing: 0px; text-align: center;}
.section_list .item:hover .name {text-decoration: underline}

@media (min-width: 992px) {
    #bx_eshop_wrap {margin-top:5px}
    h1.h1_text_main {font-size: 30px !important; font-weight: 500; margin-bottom: 40px; line-height: normal;}
    h2 {font-size: 24px;}
    .bx_breadcrumbs {background: none; margin: 6px 0;}
    .section_list {margin-bottom: 90px; padding: 0; gap: 40px 20px;}
    .section_list .item {width: calc(25% - 15px)}
}

/*catalog.section*/
.page-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 20px;
}
.page-navigation .btn-group__navi {
    display: flex;
    gap: 10px;
}
.page-navigation .btn-group__navi a,
.page-navigation .btn-group__navi span {
    display: flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    box-sizing: border-box;
}
.page-navigation .btn-group__navi a.navi__prev {
    transform: rotate(180deg);
}
.page-navigation .btn-group__navi span.navi--active {
    border: 1px solid #AAAFB2;
    border-radius: 50%;
}

.product_page {margin-bottom: 90px}
.top .banner {margin-bottom: 20px}
.top .banner img {max-width: 100%; height: auto; display: block; }
.top h1, .top .h1 {font-family: Manrope, Tahoma, sans-serif; font-weight: 600; font-size: 24px !important; line-height: 150%; letter-spacing: 0px; margin-bottom: 20px; text-transform: none; text-align: center; display: block;}
.top .description {margin: 0 10px 20px; position: relative; font-size: 16px;}
.top .description.cover {
    height: 92px;
    overflow: hidden;
}
.top .description.cover::before {
    content: 'Раскрыть';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #FFFFFF 24.53%, rgba(255, 255, 255, 0) 100%);

    display: flex;
    box-sizing: border-box;
    align-items: flex-end;
    justify-content: center;
    color: #231F20;
    font-weight: 300;
    font-size: 14px;
    text-decoration: underline dotted;
    cursor: pointer;
}
.product_page .tags {display: flex; flex-wrap: nowrap; overflow-y: scroll; gap: 10px; margin: 0 10px;}
.product_page .tags a { border-radius: 50px; border: 1px solid #D9D9D9; padding: 3px 20px; margin: 0 0 5px;
    font-family: Manrope, Tahoma, sans-serif; font-weight: 300; font-size: 14px; white-space: nowrap;}
.product_page .catalog__description {margin: 0 10px;}

/*video*/
.product_list .item.item-video__block {
    display: block;
}
.item-video__desc {
    padding: 0 15px 20px;
    font-style: italic;
    font-size: 22px;
    line-height: 1.22;
    box-sizing: border-box;
    color: #231F20;

}
.item-video__wrapper {
    margin-left: -10px;
    margin-right: -10px;
}
.item-video__inner {
    position: relative;
    padding-top: 57%;
    width: 100%;
}
.item-video__inner::after {
    content: '';
    display: block;
}
.item-video__block video,
.item-video__block .video-overlay,
.item-video__block .video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.item-video__block video {

}
.item-video__block .video-poster {
    z-index: 1;
}
.item-video__block .video-poster img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    object-position: 60%
}
.item-video__block .video-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2;
}
.item-video__block .video-overlay button {
    width: 80px;
    height: 80px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(245, 245, 245, .8);
    border-radius: 50%;
}
.item-video__block .video-overlay button svg {
    position: relative;
    right: -3px;
}
.item-video__block .playing .video-overlay,
.item-video__block .playing .video-poster {
    display: none;
}
/*/video*/

.service {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 10px 10px;
}
.service .filter-block {order: 1}
.service .filtered-show {order: 4; width: 100%; font-size: 16px; color: #8C8CA1; line-height: 1;}
.service .sort-block {order: 2}
.service .view-block {order: 3}

.service .filter,
.service .sort {
    border: 1px solid #D9D9D9;
    height: 40px;
    border-radius: 50px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}
.service .filter span,
.service .sort span {
    font-size: 14px;
    line-height: 19px;
    color: #231F20; font-family: Manrope, Tahoma, sans-serif;
}
.service .filter.active::before {
    content: attr(data-filter-params-cnt);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: -12px;
    background-color: #D9D9D9;
    font-size: 12px;
    color: #000;
    border-radius: 50%;
}
.service .filter.active::after {
    background-image: url("../icons/filter-active.svg");
}
.service .filter::after,
.service .sort::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.service .filter::after {
    background-image: url("../icons/filter.svg");
}
.service .smart-filter .btn-light-grey {font-size: 14px}
.service .sort::after {
    background-image: url("../icons/sort.svg");
}
.service .sort-block {
    position: relative;
}
.service .sort-block .sort-list {
    position: absolute;
    top: 42px;
    left: 0;
    width: auto;
    /*display: inline-block;*/
    list-style: none;
    margin: 0;
    white-space: nowrap;
    z-index: 1;
    border: 1px solid #D9D9D9; background: #fff;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    display: none;
}
.service .sort-block .sort-list li {
    padding: 0;
    margin: 0;
}
.service .sort-block .sort-list li a,
.service .sort-block .sort-list li span {
    padding: 7px 20px;
    display: block;
}
.service .sort-block .sort-list li a:hover,
.service .sort-block .sort-list li span {
    background-color: #FAFAFA;
}
.service .sort-block .sort-list li:first-child a,
.service .sort-block .sort-list li:first-child span{
    border-radius: 16px 16px 0 0;
}
.service .sort-block .sort-list li:last-child a,
.service .sort-block .sort-list li:last-child span {
    border-radius: 0 0 16px 16px;
}
.service .sort-block .sort.active + .sort-list {
    display: inline-block;
}

.service .view-block {
    margin-left: auto;
}
.service .view-block button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border:none;
    padding: 0;
    margin: 0;
    background-color: unset;
    color: #D9D9D9;
}
.service .view-block button.card {
    color: #8C8CA1;
}
.product_page--line .service .view-block button {
    color: #D9D9D9;
}
.product_page--line .service .view-block button.line {
    color: #8C8CA1;
}

.product_list {display: flex; flex-wrap: wrap; gap: 30px 10px; margin: 0 10px 40px; width: calc(100% - 20px)}
.product_list .item {width: calc(50% - 5px); background: #FAFAFA; display: flex; flex-wrap: wrap; gap: 10px; flex-direction: column; justify-content: space-between;}
.product_page--line .product_list .item {width: 100%; /*display: block*/}
.product_list .item .part {display: flex; flex-wrap: wrap; gap: 10px; flex-direction: column;}
.product_list .item .image {position: relative}
.product_list .item .image .gallery {/*height: 220px;*/}
.product_list .item .image img {width: 100%; height: 100%; display: none; object-fit: cover}
.product_list .item .image img.active {display: block;}

/*.product_list .item .image .gallery {
    height: auto;
    padding-top: 120%;
    position: relative;
    margin-bottom: 10px;
}
.product_list .item .image img {
    position: absolute;
    top: 0;
    left: 0;
}
.product_list .item .part:first-child {display: block; margin-bottom: 10px;}*/

.product_list .item .labels {position: absolute; top: 10px; left: 10px}
.product_list .item .labels .label {background: #fff; border-radius: 15px; padding: 3px 10px; margin-bottom: 10px; display: table; border: 1px solid #FF581B; }
.product_list .item .name {text-align: left; margin: 0 10px; font-size: 16px; font-weight: 400; min-height: 44px;}
.product_list .item .articul {color:#AAAFB2; font-size: 13px; font-weight: 300; margin: 0 10px}
.product_list .item .buy {background: rgba(170, 175, 178, 0.1); height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 10px; box-sizing: border-box;}
.product_list .item .buy .price {color:#231F20; font-size: 20px; font-weight: 600; }
.product_list .item .buy .price .new {color: #C64949}
.product_list .item .buy .price .old {color: #AAAFB2; font-size: 16px; font-weight: 300; text-decoration: line-through;}
.product_list .item .card-btn {
    width: 36px;
    height: 36px;
    /*background-color: #DAA752;*/
    background-color: #BC8E3D;
    background-image: url("../icons/basket.svg");
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    font-size: 0;
    text-indent: 10000px;
    border: none;
    border-radius: 50%; cursor: pointer;
}
.product_list .item .card-btn.addToBasket {
    background-color: #DAA752;
}
.product_list .item .card-btn.addToBasket:hover {
    background-color: #BC8E3D;
}
.product_list__tools__favorites {cursor: pointer; padding: 10px}
.product_list__tools__favorites.on path{
    fill: #DAA752
}

.product_list .item.item--full-width {
    width: 100%;
    background-color: transparent;
}
.item__video-wrapper {
    position: relative;
}
.item__video-wrapper video {
    width: 100%;
    height: auto;
}

/*slider general*/
.flexslider--no-direction-nav .flex-direction-nav {
    display: none;
}
.flexslider--dots-style-line ol,
.flexslider--dots-style-line ol li,
.flexslider--dots-style-line ul,
.flexslider--dots-style-line ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.flexslider--dots-style-line .flexslider__dots {
    margin-top: 10px;
}
.flexslider--dots-style-line .flexslider__dots .flex-control-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.flexslider--dots-style-line .flex-control-nav a{
    height: 3px;
    width: 95px;
    font-size: 1px;
    text-indent: 1000000px;
    color: transparent;
    display: block; padding: 10px 5px; position: relative; cursor: pointer;
}
.flexslider--dots-style-line .flex-control-nav a::before {position: absolute; content:""; position: absolute; left: 5px; height: 3px; background: #AAAFB2; width: calc(100% - 10px); }
.flexslider--dots-style-line .flex-control-nav a.flex-active::before {background: #DAA752}

.product_list .slides .item {
    width: 100%;
}
/*/slider general*/

/*slider gallery*/

.item-slider-gallery__wrapper {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.item.item-slider-gallery .item-slider-gallery__wrapper, .item.item-muse .item-muse__wrapper {
    max-width: calc(100vw - 10px); 
    margin: 0 auto;
}
.item-slider-gallery__flexslider .slides {
    height: 210px;
    overflow: hidden;
}
.item-slider-gallery__flexslider ul,.item-slider-gallery__flexslider li {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
}
.item-slider-gallery__slider__item {
    position: relative;
    height: 100%;
    display: block;
}
.item-slider-gallery__slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.item-slider-gallery__slider__item span {
    display: none;
}
/* /slider gallery*/

/*slider interest*/
.item-slider-interest {
    margin: 30px 0 58px;
}
.item-slider-interest__wrapper {
    overflow: hidden;
}
.item-slider-interest__title {
    color: #231F20;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
}
.item-slider-interest__desc {
    color: #231F20;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
}
.item-slider-interest__flexslider {
    margin-left: -5px;
    margin-right: -5px;
}
.item-slider-interest__flexslider__wrapper {position: relative}
.item-slider-interest .slides li {
    padding: 0 5px;
}
/*/slider interest*/

/*blog*/
.item-blog {
    background-color: transparent;
}
.item-blog__wrapper {
    margin-left: -10px;
    margin-right: -10px;
}
.item-blog__inner {

}
.item-blog__preview {
    height: 233px;
}
.item-blog__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-blog__text {
    background-color: #F5F5F5;
    padding: 15px 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
}
.item-blog__label {
    font-weight: 200;
    color: #DAA752;
    font-size: 16px;
    line-height: 22px;
}
.item-blog__title {
    font-size: 18px;
    line-height: 25px;
}
.item-blog__desc {
    font-size: 14px;
    line-height: 20px;
}
.item-blog__more {
    align-self: center;
}
/*/blog*/

/*muse*/
.item-muse__wrapper {
    margin-left: -10px;
    margin-right: -10px;
}
.item-muse__title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
.item-muse__inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.item-muse__inner .gp{
    display: flex;
    width: 100%;
    gap: 12px;
}
.item-muse__inner .gp__sub{
    display: flex;
    flex-direction: column;
    width: calc(50% - 6px);
    gap: 12px;
}
.item-muse__inner .gp__item {
    height: 190px;
}
.item-muse__inner .gp__item.gp__item--height {
    height: 253px;
}
.item-muse__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-muse__inner .gp__item.gp__item--height img{
    /*object-position: top;*/
}

/*/muse*/
@media (min-width: 767px) {
    .service .view-block {display: none;}
}
@media (min-width: 992px) {
    .top h1, .top .h1 {font-size: 30px !important; font-weight: 500;}
    .bx_breadcrumbs {background: none; margin: 6px 0;}

    .product_list {gap: 40px 20px; width: 100%; margin-left: 0; margin-right: 0}
    .product_list .item, .product_page--line .product_list .item:not(.item--full-width) {width: calc(25% - 15px); display: flex};
    .product_list .item .name {font-size: 18px; font-weight: 300;}
    .product_list .item .articul {font-size: 16px;}
    .product_list .item .buy .price {font-size: 24px; }
    .product_list .item .image .gallery {/*height: 340px;*/}

    .product_list .item--full-width {
        width: 100%;
        background-color: transparent;
    }

    .product_list .item.item-video__block {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
    .product_list .item.item-video__block > div {
        width: calc(50% - 10px);
        height: 350px;
    }
    .item-video__desc {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 100px;
        font-size: 32px;
    }
    .item-video__wrapper {
        margin: 0;
    }
    .item-video__inner {
        padding: 0;
        height: 100%;
    }

    .product_page .tags {margin: 0; flex-wrap: wrap; overflow: auto;}
    .product_page .catalog__description {margin: 0;}
    .service {gap: 20px;margin: 30px 0;}
    .service .filtered-show {order: 2; width: auto;}
    .service .sort-block {order: 3; margin-left: auto;}

    .item-slider-gallery__wrapper {margin-left: 0; margin-right: 0;}
    .item-slider-gallery__flexslider .slides {height: 460px;}
    .item-slider-gallery__slider__item span {
        display: block;
        position: absolute;
        bottom: 63px;
        left: 51px;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
    }
    .item-slider-gallery__slider__item img {object-position: top}

    .item-blog__wrapper {margin-left: 0; margin-right: 0;}
    .item-blog__inner {display: flex; }
    .item-blog__preview {flex-basis: 385px; flex-shrink: 0}
    .item-blog__preview img {object-position: top}
    .item-blog__text {padding: 20px 15px 20px 22px; width: 100%}
    .item-blog__more {margin-top: auto; align-self: flex-end}

    .item-slider-interest__wrapper {padding: 20px 0 36px; border: 1px solid #D9D9D9; position: relative}
    .item-slider-interest__flexslider {max-width: 915px; margin: 0 auto;}
    .item-slider-interest__wrapper.flexslider--no-direction-nav .flex-direction-nav {display: block;}
    .flexslider--dots-style-line .flexslider__dots {margin-top: 10px;}
    .item-slider-interest__wrapper .flex-direction-nav a {
        position: absolute;
        font-size: 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #D9D9D9;
        color: #AAAFB2;
        top: 50%;
        margin-top: -63px;
        left: 46px;

    }
    .item-slider-interest__wrapper .flex-direction-nav a.flex-next {
        right: 46px;
        left: unset;
    }
    .item-slider-interest__wrapper .flex-direction-nav a::before {
        content: "";
        display: block;
        width: 9px;
        height: 15px;
        background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.70703 0.5L0.707007 7.5L7.70703 14.5' stroke='%23AAAFB2' stroke-linecap='round'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .item-slider-interest__wrapper .flex-direction-nav a.flex-next::before {
        transform: rotate(180deg);
    }

    .item-muse__wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .item-muse__inner {
        flex-direction: row;
        gap: 20px;
    }
    .item-muse__inner .gp,
    .item-muse__inner .gp__sub{
        gap: 20px
    }
    .item-muse__inner .gp__item {height: 285px}
    .item-muse__inner .gp__item.gp__item--height {height: 380px}
}

.vertical-multilevel-menu a.root-item, .footer_wrap_container .bx_topnav li a, 
p.about_h1, .you_see_h1, .like_product_h1 {font-family: Manrope, Tahoma, sans-serif;}

/*mobile menu*/
body.menu--open {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
body.menu--open .header .header__nav.flex ul.dropdown {
    display: none;
}
body.menu--open .header .header__nav.flex ul.dropdown.is-active {
    display: flex;
}
body.menu--open .dropdown--current {
    overflow-y: auto;
    height: calc(100% - 120px);
}
/* /mobile menu*/


/*mainpage*/
/*body, .wrap {background: #fff}
body, .wrap, ul, ol, span {font-family: Manrope, Tahoma, sans-serif;}
#navigation, .h1_text_main {display: none}

.btn {     display: inline-block; font-size: 16px; font-family: 'Manrope', Tahoma, sans-serif; line-height: 20px; font-weight: 300; padding: 10px 20px; border: none; border-radius: 50px; cursor: pointer; color: #FFFFFF; background-color: #DAA752;}
.btn.btn-stroke { color: #DAA752; border: 1px solid #DAA752; border-radius: 50px;}
.btn.btn-stroke:hover {background: #DAA752; color: #fff}
.btn.btn-stroke-grey { color: #231F20; border: 1px solid #231F20; border-radius: 50px; background: #fff}*/

.nice-select {border: 1px solid #D9D9D9; border-radius: 50px}
.nice-select.open .list {width: 100%}
.nice-select .option {margin: 0; padding: 5px 15px; box-sizing: border-box; font-size: 18px}

.main_page {font-family: Manrope, Tahoma, sans-serif; margin: 0 10px}
.main_page img {max-width: 100%; height: auto}
.main_page .title {font-weight: 300; font-size: 32px; color: #231F20; text-align: center; margin-bottom: 30px}
.main_page section {margin-bottom: 50px}

.top_banner .slides li {margin: 0; list-style-type: none;}
.top_banner .item-slider-gallery__slider__item {display: block; position: relative}
.top_banner .item-slider-gallery__slider__item span, .main_page .item-slider-gallery__slider__item span {position: absolute; top: calc(50% - 28px); left: 10px; font-family: Manrope, Tahoma, sans-serif; font-weight: 300; font-size: 28px; line-height: 100%; text-align: left}

.flexslider--no-direction-nav .flex-direction-nav { display: none;}
.flexslider--dots-style-line ol, .flexslider--dots-style-line ol li, .flexslider--dots-style-line ul, .flexslider--dots-style-line ul li { list-style: none; padding: 0; margin: 0;}
.flexslider--dots-style-line .flexslider__dots { margin-top: 10px;}
.flexslider--dots-style-line .flexslider__dots .flex-control-nav { display: flex; justify-content: center; gap: 10px; overflow: hidden}
.flexslider--dots-style-line .flex-control-nav a{ height: 3px; width: 95px; font-size: 1px; text-indent: 1000000px; color: transparent; display: block; padding: 10px 5px; position: relative; cursor: pointer;}
.flexslider--dots-style-line .flex-control-nav a::before {position: absolute; content:""; position: absolute; left: 5px; height: 3px; background: #AAAFB2; width: calc(100% - 10px); }
.flexslider--dots-style-line .flex-control-nav a.flex-active::before {background: #DAA752}

.main_page .item-slider-gallery__wrapper { margin-left: -10px; margin-right: -10px; overflow: hidden;}
.main_page .item-slider-gallery__flexslider .slides {height: 680px; overflow: hidden;}
.main_page .item-slider-gallery__flexslider ul,.item-slider-gallery__flexslider li { padding: 0; margin: 0; list-style: none; height: 100%;}
.main_page .item-slider-gallery__slider__item { position: relative; height: 100%; display: block;}
.main_page .item-slider-gallery__slider__item img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0;}
.main_page .item-slider-gallery__slider__item span {display: block; left: 0; bottom: 60px; top: auto; font-size: 32px; width: 100%; text-align: center; color:#231F20}


.simple-filter {background: url(../img/filter_bg.png) 0 0 no-repeat; padding: 45px 10px; margin-left: -10px; margin-right: -10px; background-size: cover;}
.simple-filter .parametrs {display: flex; flex-wrap: wrap; gap: 30px;}
.simple-filter .item, .filter select {width: 100%}
.simple-filter .btn {margin: 0 auto}
.simple-filter .nice-select {width: 100%; font-size: 20px}

.product_list .slides li {padding: 0 5px;}
.product_list .item.item-slider-gallery .slides li {padding: 0;}
.product_list .item {width: calc(50% - 5px); background: #FAFAFA; display: flex; flex-wrap: wrap; gap: 10px; flex-direction: column; justify-content: space-between;}
.product_list .slides .item, .product_page--line .product_list .slides .item:not(.item--full-width) {width: 100%;}
.product_list .item .part {display: flex; flex-wrap: wrap; gap: 10px; flex-direction: column;}
.product_list .item .image {position: relative}
.product_list .item .image .gallery {height: 220px;}
.product_page--line .product_list .item .image .gallery {height: auto;}
.product_list .item .image img {width: 100%; height: 100%; display: none; object-fit: cover}
.product_list .item .image img.active {display: block;}
.product_list .item .labels {position: absolute; top: 10px; left: 10px}
.product_list .item .labels .label {background: #fff; border-radius: 15px; padding: 3px 10px; margin-bottom: 10px; display: table; border: 1px solid #FF581B; }
.product_list .item .name {text-align: left; margin: 0 10px; font-size: 16px; font-weight: 400; }
.product_list .item .articul {color:#AAAFB2; font-size: 13px; font-weight: 300; margin: 0 10px}
.product_list .item .buy {background: rgba(170, 175, 178, 0.1); height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 10px}
.product_list .item .buy .price {color:#231F20; font-size: 20px; font-weight: 600; }
.product_list .item .buy .price .new {color: #C64949}
.product_list .item .buy .price .old {color: #AAAFB2; font-size: 16px; font-weight: 300; text-decoration: line-through;}
.product_list .item .card-btn { width: 36px; height: 36px; background-color: #DAA752; background-image: url("../icons/basket.svg"); background-repeat: no-repeat; background-position: center; color: transparent; font-size: 0; text-indent: 10000px; border: none; border-radius: 50%; cursor: pointer;}
.product_list .item .card-btn:hover {background-color: #BC8E3D}
.product_list__tools { position: absolute; top: 5px; right: 5px;}
.product_list__tools__favorites input {display: none;}
.product_list__tools__favorites input:checked + svg path{fill: #DAA752}

.section .descr { font-size: 16px; margin-bottom: 30px; text-align: center;}
.section .img {margin-bottom: 30px; overflow: hidden}
.section .img img { max-width: 100%; margin: 0;}
.main_page .section .img img {max-width: 136%; margin: 0 -18%;}

.btn-group__more {text-align: center}
.footer__social_linnks {clear: both}

.fancybox-inner {position: absolute}
.fancybox-infobar span {color: #ccc}
.fancybox-is-open .fancybox-bg {background: #fff; opacity: .4}
.fancybox-image {border: 10px solid #fff; box-shadow: 0 10px 25px rgba(0, 0, 0, .5); border-radius: 5px;}
body * {outline: none}

.slick-slider,
.slick-list,
.slick-track,
.slick-slide, .slick-slide img {
  touch-action: pan-y !important;
}

@media (min-width: 992px) {
    .worakarea_wrap_container {width: calc(100% - 40px)}
    .main_page {margin: 0}
    .main_page section {margin-bottom: 90px}
    .main_page .item-slider-gallery__wrapper {margin-left: 0; margin-right: 0;}
    .main_page .item-slider-gallery__flexslider .slides {height: 635px;}
    .main_page .top_banner .item-slider-gallery__slider__item span {left: 10px; bottom: calc(50% - 42px); text-align: left; font-size: 42px;}

    .product_list .item {width: calc(25% - 15px)};
    .product_list .item .name {font-size: 18px; font-weight: 300;}
    .product_list .item .articul {font-size: 16px;}
    .product_list .item .buy .price {font-size: 24px; }
    .product_list .item .image .gallery {height: 340px;}
    .product_list .item-slider-gallery .slides li {padding: 0}

    .simple-filter {margin-left: 0; margin-right: 0; padding: 120px 0}
    .simple-filter .parametrs {gap: 30px 20px}
    .simple-filter .item {width: calc(33% - 10px)}
}

@media (min-width: 1200px) {
    .worakarea_wrap_container {width: 1200px}
    .main_page .item-slider-gallery__wrapper, .simple-filter {margin-left: calc(600px - 50vw); margin-right: calc(608px - 50vw); }
    .main_page .top_banner .item-slider-gallery__slider__item span {left: calc(50% - 600px)}
}
/* /mainpage*/