@import url("disable-browser-styles.css");
@import url("bootstrap-grid.luto.css");
@import url("mousewheel-classic.css");
@import url("fancybox.min.css");
@import url("owl.carousel.min.css");
@import url("luto.css");
/*_CUSTOM*/
.s-header {
    position: relative;
    z-index: 9;
}
.header-top {
    background-color: #EDEDED;
    position: relative;
    z-index: 5;
}
ul.main-menu.header-top-menu {
    margin-left: -10px;
    margin-right: -10px;
}
ul.main-menu.header-top-menu>li {
    padding-left: 0;
    padding-right: 0;
}
ul.main-menu.header-top-menu>li>.__link {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    padding: 6px 10px;
    color: #202020;
}
ul.main-menu.header-top-menu>li.li-dropper>.__link {
    padding-right: 20px;
}
ul.main-menu.header-top-menu>li.li-dropper>.__link .b-dropper:after {
    border-color: #202020;
}
ul.main-menu.header-top-menu>li._active>a.__link .dashed,
ul.main-menu.header-top-menu>li._active>a.__link:hover .dashed,
ul.main-menu.header-top-menu>li>a.__link:hover .dashed {
    border-bottom-color: #cecece;
}
.w-header-phone .w-icon-left {
    padding-left: 35px;
}
.w-header-phone .w-icon-left>.icon {
    width: 24px;
    height: 24px;
}
.w-header-phone .phone__link {
    font-size: 20px;
}
.row-header-middle>.col-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 224px;
    flex: 0 0 224px;
    max-width: 224px;
}
.row-header-middle>.col-search {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 224px - 300px);
    -ms-flex: 0 0 calc(100% - 224px - 300px);
    flex: 0 0 calc(100% - 224px - 300px);
    max-width: calc(100% - 224px - 300px);
}
.row-header-middle>.col-header-btns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
}
@media (min-width: 1410px) {
    .row-header-middle>.col-search {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.w-search .w-search-dropper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    padding-top: 15px;
}
.w-search .w-search-dropper>.frame {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    padding: 20px;
    max-height: calc(100vh - 250px);
    overflow: auto;
}
.w-search-dropper .w-search-product-item {
    padding-top: 15px;
}
.row-search-product-item .col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
}
.row-search-product-item .col-image ~ .col-content {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 160px);
    -ms-flex: 0 0 calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
}
.w-search-product-item .image>.frame {
    background-color: #fff;
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.w-search-product-item .image>.frame .r-box {
    border-radius: 10px;
    overflow: hidden;
}
.w-search-product-item .name a:hover .dashed {
    border-bottom-color: #c77395;
}
.w-header-fav .icon {
    position: relative;
}
.w-header-fav .icon .count {
    display: block;
    background-color: #AD3968;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    min-width: 21px;
    border-radius: 11px;
    padding: 5px 2px;
    position: absolute;
    top: -5px;
    right: -11px;
    z-index: 2;
    transition: all ease 0.2s;
}
.w-header-fav .icon svg path {
    transition: all ease 0.2s;
}
.w-header-fav .icon svg path.border {
    fill: #202020;
}
.w-header-fav .icon svg path.inset {
    fill: transparent;
}
.w-header-fav a:hover .icon svg path.inset {
    fill: #AD3968;
}
.w-header-fav a:hover .icon .count {
    background-color: #76113a;
}
.cart__link {
    color: #202020;
    text-decoration: none;
}
.w-header-cart-cloud .frame {
    border: 2px solid #202020;
    border-radius: 30px;
    transition: all ease 0.2s;
}
.w-header-cart-cloud .w-icon-left {
    padding: 10px 10px 10px 65px;
    min-height: 48px;
}
.w-header-cart-cloud .w-icon-left>.icon {
    left: 15px;
    width: 41px;
    height: 41px;
}
.w-header-cart-cloud .w-icon-left>.icon svg path {
    fill: #202020;
    transition: all ease 0.2s;
}
.w-header-cart-cloud .count {
    display: block;
    background-color: #AD3968;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    min-width: 21px;
    border-radius: 11px;
    padding: 5px 2px;
    position: absolute;
    top: 0;
    right: -3px;
    z-index: 2;
    transition: all ease 0.2s;
}
.w-header-cart-cloud .text {
    font-size: 20px;
    transition: all ease 0.2s;
}
.cart__link .color-purple {
    transition: all ease 0.2s;
}
a.cart__link:hover .w-header-cart-cloud .frame {
    border-color: #AD3968;;
    background-color: #AD3968;;
}
a.cart__link:hover .w-header-cart-cloud .w-icon-left>.icon svg path {
    fill: #fff;
}
a.cart__link:hover .w-header-cart-cloud .count {
    background-color: #76113a;
}
a.cart__link:hover {
    color: #fff;
}
a.cart__link:hover .text,
a.cart__link:hover .text .bold,
a.cart__link:hover .text .color-purple {
    color: #fff;
}
.header-bottom {
    background-color: #000;
    background-color: #b14a74;
}
ul.main-menu.header-bottom-menu {
    margin-left: -10px;
    margin-right: -10px;
}
ul.main-menu.header-bottom-menu>li {
    padding-left: 0;
    padding-right: 0;
}
ul.main-menu.header-bottom-menu>li+li {
    border-left: 1px solid rgba(255,255,255,0.1);
}
ul.main-menu.header-bottom-menu>li>.__link {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
}
ul.main-menu.header-bottom-menu>li>.__link.flex {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}
ul.main-menu.header-bottom-menu>li>.__link.flex .content.short {
    max-width: 70px;
}
ul.main-menu.header-bottom-menu>li>.__link.flex .content {
    max-width: 90px;
}
ul.main-menu.header-bottom-menu>li>.__link.flex .content.wide {
    max-width: 90px;
}
ul.main-menu.header-bottom-menu>li>.__link.flex .content.inherit {
    max-width: inherit;
}
ul.main-menu.header-bottom-menu>li.li-dropper>.__link {
    padding-right: 25px;
}
ul.main-menu.header-bottom-menu>li.li-dropper>.__link .b-dropper:after {
    border-color: #fff;
}
ul.main-menu.header-bottom-menu>li._active:hover>a.__link,
ul.main-menu.header-bottom-menu>li._active>a.__link:hover,
ul.main-menu.header-bottom-menu>li._active>a.__link {
    background-color: #AD3968;
    background-color: #811c45;
}
ul.main-menu.header-bottom-menu>li>a.__link:hover  {
    background-color: #606060;
    background-color: rgba(0,0,0,0.2);
}
ul.main-menu.header-bottom-menu>li._active,
ul.main-menu.header-bottom-menu>li._active>a.__link:hover .dashed,
ul.main-menu.header-bottom-menu>li>a.__link:hover .dashed {
    border-bottom-color: transparent;
}
.mobile-btn__link.search {
    padding: 5px 5px 5px 5px;
}
.mobile-btn__link.cart {
    padding: 0px 4px 6px 4px;
}

.owl-carousel .owl-nav [class*=owl-] {
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    border-color: transparent;
}
.owl-carousel .owl-nav [class*=owl-]:after {
    border-color: #cecece;
}
.owl-carousel .owl-nav [class*=owl-]:hover:after {
    border-color: #000;
}
.s-index-slider .desktop {display: none;}
.s-index-slider .mobile {display: block;}
@media (min-width: 768px) {
    .s-index-slider .desktop {display: block;}
    .s-index-slider .mobile {display: none;}
}
.s-index-slider .slider__link,
.s-index-slider .container-for-link {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.s-index-slider img {
    transition: all ease 0.2s;
}
.s-index-slider .container-for-link:hover ~ .w-image img {
    opacity: 0.9;
}
.owl-index-slider.owl-carousel .owl-dots {
    text-align: left;
}
.owl-carousel .owl-dots .owl-dot span {
    border-radius: 50%;
    background-color: #ececec;
    border-color: #ececec;
}
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #cecece;
    border-color: #cecece;
}
.owl-carousel .owl-dots .owl-dot.curent:hover span,
.owl-carousel .owl-dots .owl-dot.curent span {
    background-color: #000;
    border-color: #000;
}
.w-index-category-list-item {
    position: relative;
}
.w-index-category-list-item .frame {
    border-radius: 10px;
    overflow: hidden;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.w-index-category-list-item .row-text-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.w-index-category-list-item.small>.frame,
.w-index-category-list-item.small .row-text-content {
    height: 247px;
}
.w-index-category-list-item.big>.frame,
.w-index-category-list-item.big .row-text-content {
    height: 522px;
}
.w-index-category-list-item .content>*+* {
    margin-top: 15px;
}
.w-index-category-list-item.small .content {
    padding-left: 30px;
    padding-right: 30px;
}
.w-index-category-list-item.big .content {
    padding-left: 45px;
    padding-right: 45px;
}
.w-index-category-list-item .description {
    max-width: 250px;
}
.s-peach-bg {
    background-color: #FBF4F1;
}
.s-index-absout-us-article {
    position: relative;
    overflow: hidden;
}
.s-index-absout-us-article .decorated-flower-on-bg {
    position: absolute;
    right: 0;
    top: -350px;
    z-index: 2;
    pointer-events: none;
}
@media (max-width: 1850px) {
    .s-index-absout-us-article .decorated-flower-on-bg {display: none;}
}
.w-index-about-us-links-list-item .block__link>.frame {
    background-color: #fff;
    border: 1px solid rgba(124, 159, 81, 0.3);
    padding: 15px 15px 15px 15px;
    border-radius: 25px;
    transition: all ease 0.2s;
    text-align: center;
    width: 100%;
}
@media (min-width: 1410px) {
    .w-index-about-us-links-list-item .block__link>.frame {
        min-width: 217px;
    }
}
.w-index-about-us-links-list-item .w-icon-left {
    display: inline-block;
    padding-left: 55px;
    text-align: left;
}
.w-index-about-us-links-list-item .w-icon-left>.icon {
    width: 42px;
    height: 42px;
}
.w-index-about-us-links-list-item .w-icon-left .row-name {
    min-height: 42px;
}
.w-index-about-us-links-list-item a.block__link:hover {
    position: relative;
    z-index: 2;
}
.w-index-about-us-links-list-item a.block__link:hover>.frame {
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 0 10px rgb(96 15 48 / 70%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.w-catalog-list-item .image .frame {
    background-color: #fff;
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.w-catalog-list-item .image .frame .r-box {
    border-radius: 10px;
    overflow: hidden;
}
.w-catalog-list-item .name a:hover .dashed {
    border-bottom-color: #cecece;
}
.w-catalog-list-item .name {
    font-size: 20px;
    line-height: 24px;
    min-height: 48px;
}
.w-catalog-list-item .button.btn-to-cart {
    padding-left: 15px;
    padding-right: 15px;
}
.btn-to-cart .w-icon-left {
    padding-left: 45px;
}
.btn-to-cart .w-icon-left>.icon {
    width: 32px;
    height: 32px;
}
.btn-to-cart .icon svg path {
    fill: #202020;
    transition: all ease 0.2s;
}
.btn-to-cart .icon svg path.plus {
    display: block;
}
.btn-to-cart .icon svg path.check {
    display: none;
}
.btn-to-cart._active .icon svg path.plus {
    display: none;
}
.btn-to-cart._active .icon svg path.check {
    display: block;
}
.button.transparent.btn-to-cart:hover .icon svg path {
    fill: #fff;
}
.button.purple.btn-to-cart._active,
.button.purple.btn-to-cart._active:hover,
.button.transparent.btn-to-cart._active,
.button.transparent.btn-to-cart._active:hover {
    border-color: #44a74a;
    background-color: #44a74a;
    color: #fff;
}
.button.transparent.btn-to-cart._active .icon svg path,
.button.transparent.btn-to-cart._active:hover .icon svg path {
    fill: #fff;
}
.price.old {
    text-decoration: line-through;
}
.btn-to-cart.purple .icon svg path {
    fill: #fff;
}
.button.transparent.btn-to-cart._active,
.button.transparent.btn-to-cart._active:hover {
    border-color: #44a74a;
    background-color: #44a74a;
    color: #fff;
}
.button.transparent.btn-to-cart._active .icon svg path,
.button.transparent.btn-to-cart._active:hover .icon svg path {
    fill: #fff;
}
.btn-one-klick .w-icon-left {
    padding-left: 35px;
}
.btn-one-klick .w-icon-left>.icon {
    width: 28px;
    height: 28px;
}
.btn-one-klick .icon svg path {
    stroke: #fff;
    transition: all ease 0.2s;
}
.w-catalog-list-item.short-view .name {
    font-size: 14px;
    line-height: 18px;
    min-height: 36px;
}
.w-catalog-list-item.short-view .price._h3 {
    font-size: 24px;
}
.fav-btn-checkbox .label,
.fav-btn-checkbox {
    width: 48px;
    height: 48px;
}
.fav-btn-checkbox .icon.fav svg path.border {
    fill: #000;
}
.fav-btn-checkbox .icon.fav svg path.inset {
    fill: transparent;
}
.fav-btn-checkbox .pointer:hover .icon.fav svg path.border {
    fill: #ad3968;
}
.fav-btn-checkbox .pointer:hover .icon.fav svg path.inset {
    fill: transparent;
}
.fav-btn-checkbox .selector:checked ~ .custom .icon.fav svg path.border {
    fill: #AD3968;
}
.fav-btn-checkbox .selector:checked ~ .custom .icon.fav svg path.inset {
    fill: #AD3968;
}
.fav-btn-checkbox .pointer:hover .selector:checked ~ .custom .icon.fav svg path.border {
    fill: #AD3968;
}
.fav-btn-checkbox .pointer:hover .selector:checked ~ .custom .icon.fav svg path.inset {
    fill: #c95584;
}
.s-index-category-slider-bg {
    background-image: url('../i/s-index-category-slider-bg.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.owl-index-category-slider .owl-item {
    transition: all ease 0.2s;
    transform: scale(0.6);
}
.owl-index-category-slider .owl-item.center {
    transform: scale(1);
}
.owl-carousel.owl-index-category-slider .owl-stage-outer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.owl-index-category-slider .image {
    border-radius: 10px;
    transition: all ease 0.2s;
    overflow: hidden;
}
.owl-index-category-slider .r-box:before {
    padding-top: 115%;
}
.owl-index-category-slider .image__link:hover .image {
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
}
.owl-index-category-slider .image__link:hover .r-img {
    background-color: #fff;
    opacity: 0.9;
}
.row-index-category-names>.col-title {

}
.slider-custom-btn {
    cursor: pointer;
    opacity: 0.9;
    width: 45px;
    height: 45px;
    transition: all ease 0.2s;
}
.slider-custom-btn:hover {
    opacity: 1;
}
.slider-custom-btn.next {
    transform: scaleX(-1);
}
@media (max-width: 767px) {
    .w-catalog-list.index .row-catalog-list>.col:nth-child(n+3) {
        display: none;
    }
}
.w-index-benefits-list-item {
    position: relative;
}
.w-index-benefits-list-item:before {
    content: "";
    width: 90%;
    height: 90%;
    top: 3%;
    left: 1%;
    position: absolute;
    transform-origin: top left;
    transform: rotate(-8deg);
    background-color: #AD3968;
    border-radius: 4px;
    transition: all ease 0.2s
}
.w-index-benefits-list-item:hover:before {
    transform: rotate(0deg);
}
.w-index-benefits-list-item,
.w-index-benefits-list-item>.frame {
    height: 100%;
}
.w-index-benefits-list-item>.frame {
    position: relative;
    z-index: 2;
    background-color: #EEEDEE;
    background-position: center;
    background-size: cover;
    padding: 30px 35px 65px 35px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.w-index-benefits-list-item>.frame .number {
    color: rgba(124, 159, 81, 0.3);
    position: absolute;
    left: 40px;
    bottom: -2px;
    font-size: 64px;
    line-height: 50px;
    font-weight: 700;
    pointer-events: none;
}
.title-centered__link {
    display: inline-block;
}
.w-instagram-images .image {
    border-radius: 10px;
    overflow: hidden;
}
.w-news-list-item a:hover .r-img {

}
.w-news-list-item .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.w-news-list-item .image .date {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 8px;
    color: #fff;
    background-color: #AD3968;
    border-radius: 4px;
    z-index: 2;
}
@media (max-width: 1199px) and (min-width: 768px) {
    .w-news-list.index .row-news-list>.col:nth-child(n+4) {
        display: none;
    }
}
.w-feedbacks-slider {
    margin: 15px -15px 15px -15px;
    overflow: hidden;
}
.w-feedbacks-slider .owl-stage-outer {
    overflow: visible;
}
.w-more-btn-next .owl-carousel.owl-feedbacks-slider .owl-dots {
    position: relative;
    margin: 15px 0;
}
.owl-carousel.custom-rose-dotts .owl-dots .owl-dot span,
.owl-carousel.owl-feedbacks-slider .owl-dots .owl-dot span {
    background-color: #D8D8D8;
    border-color: #D8D8D8;
    height: 6px;
    width: 22px;
    border-radius: 6px;
    transition: all ease 0.2s;
}
.owl-carousel.custom-rose-dotts .owl-dots .owl-dot:hover span,
.owl-carousel.owl-feedbacks-slider .owl-dots .owl-dot:hover span {
    background-color: #cecece;
    border-color: #cecece;
}
.owl-carousel.custom-rose-dotts .owl-dots .owl-dot.curent:hover span,
.owl-carousel.custom-rose-dotts .owl-dots .owl-dot.curent span,
.owl-carousel.owl-feedbacks-slider .owl-dots .owl-dot.curent:hover span,
.owl-carousel.owl-feedbacks-slider .owl-dots .owl-dot.curent span {
    background-color: #AD3968;
    border-color: #AD3968;
    width: 100px;
}
@media (min-width: 768px) {
    .w-more-btn-next .owl-carousel.owl-feedbacks-slider .owl-dots {
        margin: 25px 0 0 0;
    }
    .w-more-btn-next ~ .w-more-btn {
        position: relative;
        z-index: 2;
        pointer-events: none;
        margin-top: -50px;
    }
    .w-more-btn-next ~ .w-more-btn .button {
        pointer-events: all;
    }
    .w-more-btn-next .owl-carousel.owl-feedbacks-slider .owl-dots {
        padding-left: 205px;
        padding-right: 205px;
    }
}
.w-feedback-slide-item {
    padding: 15px;
    padding-top: 75px;
}
.w-feedback-slide-item>.frame {
    background-color: #fff;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    position: relative;
    min-height: 245px;
}
.w-feedback-slide-item .row-name>.col-name {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 90px);
    -ms-flex: 0 0 calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
}
.w-feedback-slide-item .row-name>.col-name {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 90px);
    -ms-flex: 0 0 calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
}
.w-feedback-slide-item .row-name>.col-name ~ .col-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
}
.w-feedback-slide-item .w-name {
    padding-left: 76px;
}
.w-feedback-slide-item .name {
    display: inline-block;
    border-radius: 25px;
    color: #fff;
    background-color: #AD3968;
    padding: 5px 20px 5px 85px;
}
.w-feedback-slide-item .date {
    padding-top: 6px;
    text-align: right;
}
.w-feedback-slide-item .image {
    position: absolute;
    z-index: 2;
    top: -70px;
    left: 20px;
    width: 152px;
    height: 152px;
    border-radius: 50%;
    overflow: hidden;
}
.s-rss-bg .container {
    background-image: url('../i/s-rss-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.s-gray-bg {
    background-color: #D9D9D9;
}
.s-purple-bg {
    background-color: #AD3968;
}
.w-rss {
    position: relative;
}
.w-rss .input__default {
    padding-right: 70px;
}
.w-rss .btn {
    position: absolute;
    width: 60px;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.w-rss .button {
    padding: 0;
    padding-right: 5px;
    height: 50px;
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.w-rss .button .icon {
    display: block;
}
.w-rss .button .text {
    display: none;
}
@media (min-width: 576px) {
    .w-rss .input__default {
        padding-right: 170px;
    }
    .w-rss .btn {
        position: absolute;
        width: 160px;
    }
    .w-rss .button {
        padding-right: 0px;
    }

    .w-rss .button .icon {
        display: none;
    }
    .w-rss .button .text {
        display: block;
    }
}
.w-rss .button:active {
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
    transform: none;
}
.s-footer {
    background-color: #EEEDEE;
}
.w-icon-left.w-footer-contacts-item {
    padding-left: 36px;
}
.w-icon-left.w-footer-contacts-item>.icon {
    width: 26px;
    height: 26px;
}
.ul-footer-nav li {
    margin-bottom: 15px;
}
.ul-footer-nav .__link {
    display: block;
    color: #202020;
    text-decoration: none;
}
@media (min-width: 1200px) {
    .w-catalog-filters-group {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }
}
.w-togglable-item.w-filter-item+.w-togglable-item.w-filter-item {
    border-top: 1px solid #000;
    border-top: 1px solid #ececec;
}
.w-togglable-item.w-filter-item .mobile-toggle-button__link {
    font-size: 20px;
    line-height: 25px;
    padding: 12px 50px 12px 20px;
    background-color: #fff;
    color: #202020;
}
.w-togglable-item.w-filter-item .mobile-toggle-button__link:hover .b-dropper {
    border-color: #ad3968;
    background-color: #ad3968;
    border-color: #404040;
    background-color: #404040;
}
.w-togglable-item.w-filter-item .mobile-toggle-button__link:hover .b-dropper:after {
    border-color: #fff;
}
.w-togglable-item.w-filter-item .mobile-toggle-button__link .b-dropper {
    width: 30px;
    height: 30px;
    right: 10px;
    top: calc(50% - 15px);
    background-color: #fff;
    border: 1px solid #202020;
    border-radius: 50%;
}
.w-togglable-item.w-filter-item .mobile-toggle-button__link .b-dropper:after {
    border-color: #202020;
    right: 10px;
}
.w-togglable-item.w-filter-item .mobile-toggle-button__link._toggled {
    background-color: #000;
    background-color: #b14a74;
    color: #fff;
}
.w-togglable-item.w-filter-item .mobile-toggle-button__link._toggled .b-dropper {
    background-color: #000;
    background-color: #b14a74;
    border-color: #fff;
}
.w-togglable-item.w-filter-item .mobile-toggle-button__link._toggled .b-dropper:after {
    border-color: #fff;
}
.w-togglable-item.w-filter-item .inset>.frame {
    background-color: #FBF4F1;
    padding-left: 20px;
    padding-right: 20px;
}
.w-catalog-filters-group ~ .w-bottom-buttons .button {
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}
.button.transparent.clear-btn:hover {
    background-color: #f7dddd;
    border-color: #c37f7f;
    color: #af3131;
}
@media (min-width: 992px) {
    .row-catalog-category-list .col-lg-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.w-catalog-category-list-item>.frame {
    border-radius: 10px;
    overflow: hidden;
}
.w-catalog-category-list-item .absolute-name,
.w-catalog-category-list-item a {
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.w-catalog-category-list-item .r-box:before {
    padding-top: 90%;
}
.w-catalog-category-list-item .absolute-name {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px 15px 10px;
    transition: all ease 0.2s;
}
.w-catalog-category-list-item .overlay {
    z-index: 1;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.4), rgba(0,0,0,0.2), rgba(0,0,0,0.1));
}
.w-catalog-category-list-item a:hover .absolute-name {
    padding-bottom: 20px;
}
.button.btn-filters .w-icon-left {
    display: inline-block;
    padding-left: 38px;
}
.button.btn-filters .w-icon-left>.icon {
    width: 30px;
    height: 30px;
}
.button.btn-filters .w-icon-left>.icon svg path {
    fill: #fff;
}
.w-filters .row-price .col-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
}
.w-filters .row-price .col-input .input__default {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.ui-rangeSlider .ui-rangeSlider-innerBar {
    height: 10px;
}
.ui-rangeSlider .ui-rangeSlider-bar {
    height: 10px;
    background-color: #AD3968;
}
.ui-rangeSlider-label,
.ui-rangeSlider .ui-rangeSlider-handle {
    background-color: #AD3968;
}
.ul-aside-category-catalog .filter-category-list-item__link {
    color: #202020;
    text-decoration: none;
    display: block;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 20px;
}
.ul-aside-category-catalog ._active>.filter-category-list-item__link {
    padding-left: 30px;
    position: relative;
}
.ul-aside-category-catalog ._active>.filter-category-list-item__link:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #ad3968;
    border-radius: 50%;
    top: 13px;
    left: 12px;
}
.owl-more-products-slider.owl-carousel .owl-dots {
    position: relative;
    margin: 25px 0 0 0;
    display: none;
}
.owl-more-products-slider.owl-carousel .owl-nav [class*=owl-] {
    top: 120px;
}
.w-product-main-image .owl-carousel .owl-nav .owl-prev,
.owl-more-products-slider.owl-carousel .owl-nav .owl-prev {
    left: -30px;
}
.w-product-main-image .owl-carousel .owl-nav .owl-next,
.owl-more-products-slider.owl-carousel .owl-nav .owl-next {
    right: -30px;
}
.w-product-page-controll-buttons .pcscontrolls {
    width: 160px;
}
.w-product-page-controll-buttons .btn-to-cart {
    padding-left: 10px;
    padding-right: 15px;
}
@media (max-width: 992px) and (min-width: 768px) {
    .w-product-page-controll-buttons .btn-one-klick,
    .w-product-page-controll-buttons .btn-to-cart,
    .w-product-page-controll-buttons .pcscontrolls {
        width: 245px;
        text-align: left;
    }
    .w-product-page-controll-buttons .btn-one-klick .w-icon-left,
    .w-product-page-controll-buttons .btn-to-cart .w-icon-left {
        padding-left: 40px;
    }
    .w-product-page-controll-buttons .btn-one-klick {
        padding-left: 15px;
        padding-right: 10px;
    }
}
.w-product-tags-list .tag {
    display: block;
    color: #AD3968;
    text-decoration: none;
    padding: 6px 10px 5px;
    border: 1px solid #AD3968;
    border-radius: 4px;
}
.w-product-tags-list a.tag:hover {
    background-color: #AD3968;
    border-color: #AD3968;
    color: #fff;
}
.w-product-page-delivery-frame>.frame {
    padding: 25px 25px 15px;
    border-radius: 20px;
}
.w-product-page-delivery-frame .w-icon-left {
    padding-left: 65px;
}
.w-product-page-delivery-frame .w-icon-left>.icon {
    width: 53px;
    height: 33px;
}
@media (min-width: 768px) {
    ._js-product-mobile-description {
        display: none;
    }
}
.w-product-material-slider .frame {
    padding: 15px;
    border-radius: 20px;
    overflow: hidden;
}
.row-product-material-slider-item>.col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 162px;
    flex: 0 0 162px;
    max-width: 162px;
}
.row-product-material-slider-item>.col-image ~ .col-content {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 162px);
    -ms-flex: 0 0 calc(100% - 162px);
    flex: 0 0 calc(100% - 162px);
    max-width: calc(100% - 162px);
}
.w-product-material-slider .image {
    border-radius: 20px;
    overflow: hidden;
}
.w-product-material-slider .image .r-box:before {
    padding-top: 90%;
}
.w-product-material-slider .w-top {
    min-height: 88px;
}
.w-product-material-slider .button.btn-to-cart {
    padding-left: 10px;
    padding-right: 15px;
}
.w-product-material-slider .button.btn-to-cart .w-icon-left {
    padding-left: 40px;
}
@media (max-width: 991px) and (min-width: 0px) {
    .w-product-material-slider .button.btn-to-cart {
        font-size: 12px;
    }
}
.owl-carousel.owl-product-material-slider .owl-dots {
    position: relative;
    margin: 10px 0 0 0;
}
.w-product-top-frame-info>.frame {
    padding: 20px 25px 20px;
    border-radius: 20px;
    border: 1px solid #202020;
}
.w-product-top-frame-info>.frame hr {
    background-color: #202020;
}
.s-contacts-map {
    position: relative;
}
@media (min-width: 1200px) {
    .s-contacts-map .ymap {
        height: 600px;
    }
}
/*@media (min-width: 768px) {
	.s-contacts-map {
		padding-top: 500px;
		padding-bottom: 125px;
	}
	.s-contacts-map .ymap.absolute {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		max-height: 100%;
	}
}*/
.s-contacts-map .s-contacts-feedback-form {
    position: relative;
    z-index: 3;
}
.s-contacts-map .s-contacts-feedback-form .container {
    background-image: url('../i/contacts-callback-flowers-bg.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 47%;
}
.w-input-attach {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.w-input-attach .w-icon-left {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
}
.w-input-attach .w-icon-left>.icon {
    width: 25px;
    height: 25px;
}
.s-purple-bg .w-input-attach .w-icon-left>.icon svg path {
    fill: #fff;
}
.w-input-attach .dashed {
    border-bottom: 1px solid transparent;
    transition: all ease 0.2s;
}
.s-purple-bg .w-input-attach .pointer:hover .dashed {
    border-bottom-color: #fff;
}
._js-input-file-name,
.w-input-attach .dashed {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.w-404 {
    text-align: center;
}
.w-404 .w-image {
    position: relative;
}
.w-404 .number {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 130px;
    line-height: 1;
}

.w-cart-list .w-cart-list-item:nth-child(1) {
    border-top: 1px solid #000;
}
.w-cart-list .w-cart-list-item {
    border-bottom: 1px solid #000;
}
.row-cart-list-item .col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
}
.row-cart-list-item .col-product {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 170px - 600px - 60px);
    -ms-flex: 0 0 calc(100% - 170px - 600px - 60px);
    flex: 0 0 calc(100% - 170px - 600px - 60px);
    max-width: calc(100% - 170px - 600px - 60px);
}
.row-cart-list-item .col-controlls {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
    max-width: 600px;
}
.row-cart-list-item .col-price {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - (160px / 2));
    -ms-flex: 0 0 calc(50% - (160px / 2));
    flex: 0 0 calc(50% - (160px / 2));
    max-width: calc(50% - (160px / 2));
    text-align: right;
}
.row-cart-list-item .col-pcs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    padding-top: 11px;
}
@media (min-width: 576px) {
    .row-cart-list-item .col-pcs .pcscontrolls {
        margin-left: auto;
        margin-right: auto;
    }
}
.row-cart-list-item .col-close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
}
.w-cart-list-item .image .frame {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}
.w-cart-list-item .image .frame .r-box {
    border-radius: 10px;
    overflow: hidden;
}
.w-cart-list-item .close {
    width: 30px;
    height: 30px;
}
.w-cart-list-item .close:after,
.w-cart-list-item .close.close:before {
    width: 34px;
    right: calc(50% - 15.8px);
}
.w-cart-list-item .price.new {
    color: #35a143;
}

.w-cart-order-form .s-name .w-icon-left {
    padding-left: 60px;
}
.w-cart-order-form .s-name .w-icon-left>.icon {
    width: 47px;
    height: 47px;
}

.custom-selector .framed-selector {
    position: relative;
    padding: 15px 25px;
}

.custom-selector .framed-selector .absolute-frame {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #cecece;
    border-color: #CC5599;
    border-radius: 8px;
}
.custom-selector .framed-selector .selector:checked ~ .absolute-frame {
    border-color: #CC5599;
}
.custom-selector .framed-selector .styled-figure {
    top: calc(50% - 10.5px);
    left: 22px;
}
.custom-selector .row-price-right-aside>.col-content {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
}
.custom-selector .row-price-right-aside>.col-price-aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    text-align: right;
}
.custom-selector .col-content>.row {
    min-height: 40px;
}

.w-cart-form-total-frame>.frame {
    padding: 25px 25px 10px 25px;
    border-radius: 20px;
}
.w-cart-form-total-frame hr.vertical {
    width: 1px;
    height: 20px;
    background-color: #000;
}

.s-callback-bg {
    background-position: left top;
    background-image: url('../i/s-callback-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
}


.w-one-click-buy-pop .image .frame {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
}
.w-one-click-buy-pop .image .frame .r-box {
    border-radius: 10px;
    overflow: hidden;
}
.w-product-main-image .top .w-default-sticker,
.w-catalog-list-item .w-default-sticker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    padding: 10px;
    z-index: 2;
}
.w-product-main-image .top {
    position: relative;
}
.w-product-main-image .top .w-default-sticker {

}
.w-default-sticker>.row {
    margin-left: -5px;
    margin-right: -5px;
}
.w-default-sticker>.row>.col {
    padding-left: 5px;
    padding-right: 5px;
}
.w-default-sticker .default-sticker {
    display: block;
    background-color: #000;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    pointer-events: all;
}
.w-default-sticker .default-sticker .bordered {
    padding: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    padding: 6px 2px 9px;
    min-width: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
}
.w-default-sticker .default-sticker.color001 {
    background-color: #44a74a;
}
.w-default-sticker .default-sticker.color002 {
    background-color: #b14a74;
}
.w-default-sticker .default-sticker.color003 {
    background-color: #8f4ab1;
}
.w-default-sticker .default-sticker.upper .bordered {
    padding: 9px 2px;
}
.w-default-sticker .default-sticker.percent .bordered {
    font-size: 20px;
    line-height: 20px;
}

.w-index-categorys-list-default-item>.block__link>.frame {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}
.w-index-categorys-list-default-item .row-title {
    min-height: 48px;
}
/*.w-index-categorys-list-default-item .w-button .button {
	font-size: 13px;
	padding: 5px 15px;
}*/
.w-index-categorys-list-default-item .w-image .img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
@media (min-width: 992px) {
    .col-aside .w-index-categorys-list-default-item .w-image .img {
        aspect-ratio: 3 / 2;
    }
    .col-center .w-index-categorys-list-default-item .w-image .img {
        aspect-ratio: 3 / 2.85;
    }
}
@media (min-width: 1200px) {
    .col-aside .w-index-categorys-list-default-item .w-image .img {
        aspect-ratio: 3 / 2;
    }
    .col-center .w-index-categorys-list-default-item .w-image .img {
        aspect-ratio: 3 / 2.73;
    }
}
@media (min-width: 1410px) {
    .col-aside .w-index-categorys-list-default-item .w-image .img {
        aspect-ratio: 3 / 2;
    }
    .col-center .w-index-categorys-list-default-item .w-image .img {
        aspect-ratio: 3 / 2.6;
    }
}

.w-index-categorys-list-default-item .w-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.owl-carousel.owl-product-material-slider.custom-rose-dotts .owl-dots .owl-dot {
    margin: 2px 4px;
    position: relative;
}
.owl-carousel.owl-product-material-slider.custom-rose-dotts .owl-dots .owl-dot:before {
    position: absolute;
    content: "";
    display: block;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
}
.owl-carousel.owl-product-material-slider.custom-rose-dotts .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
}
.owl-carousel.owl-product-material-slider.custom-rose-dotts .owl-dots .owl-dot.curent span,
.owl-carousel.owl-product-material-slider.custom-rose-dotts .owl-dots .owl-dot.curent:hover span {
    width: 6px;
    height: 6px;
}

.w-product-conponents-list .row-product-conponents-list {
    margin-left: -5px;
    padding-right: -5px;
}
.w-product-conponents-list .row-product-conponents-list .col {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.w-product-conponents-list .tag-item-btn {
    padding: 3px 10px;
    border-radius: 13px;
    background-color: #ececec;
    color: #202020;
    text-decoration: none;
    display: block;
}
.w-product-conponents-list a.tag-item-btn:hover {
    background-color: #AD3968;
    color: #fff;
}






/*_CUSTOM END*/

@media (max-width: 1409px) {

    .owl-carousel.nav-outside .owl-stage-outer {padding-bottom: 60px;}
    .owl-carousel.nav-outside .owl-nav .owl-prev {left: auto;right: 50px;}
    .owl-carousel.nav-outside .owl-nav [class*=owl-] {top:auto;bottom: 10px;}

    ul.main-menu.header-bottom-menu {
        margin-left: -5px;
        margin-right: -5px;
    }
    ul.main-menu.header-bottom-menu>li>.__link {padding-left: 5px;padding-right: 5px;font-size: 14px;line-height: 16px;}
    ul.main-menu.header-bottom-menu>li.li-dropper>.__link {
        padding-right: 20px;
    }

    .w-index-category-list-item.small>.frame,
    .w-index-category-list-item.small .row-text-content {height: 220px;}
    .w-index-category-list-item.big>.frame,
    .w-index-category-list-item.big .row-text-content {height: 470px;}
    .w-index-category-list-item.small .content {padding-left: 20px;padding-right: 20px;}
    .w-index-category-list-item.big .content {padding-left: 25px;padding-right: 25px;}
    .w-index-category-list-item .description {max-width: 200px;}
    .w-index-category-list-item .button {padding: 10px 15px;}
    .w-index-category-list-item .button.transparent {background-color: #AD3968;border-color: #AD3968;color: #fff;}
    .w-index-category-list-item .button.transparent:hover {background-color: #D25B8B;border-color: #D25B8B;color: #fff;}
    .w-index-benefits-list-item>.frame {padding: 20px 15px 50px 15px;}
    .w-index-benefits-list-item .title._h5 {font-size: 16px;}
    .s-rss-bg .container {background-image: none;}
    .s-rss-bg {background-image: url('../i/s-rss-bg.png');background-repeat: no-repeat;background-position: center;background-size: cover;}
    .w-feedback-slide-item {padding: 15px;padding-top: 21px;}
    .w-feedback-slide-item .image {top: -20px;left: 20px;width: 75px;height: 75px;}
    .w-feedback-slide-item .w-name {padding-left: 36px;}
    .w-feedback-slide-item .name {padding: 5px 20px 5px 45px;}
    .w-catalog-list-item.short-view .col-cart-btn {flex-grow: 0;flex-shrink: 0;flex-basis: calc(100% - 48px);-ms-flex: 0 0 calc(100% - 48px);flex: 0 0 calc(100% - 48px);max-width: calc(100% - 48px);}
    .w-catalog-list-item.short-view .col-fav-btn {-webkit-box-flex: 0;-ms-flex: 0 0 48px;flex: 0 0 48px;max-width: 48px;padding-left: 0;padding-right: 0;}
    .owl-more-products-slider.owl-carousel .owl-nav [class*=owl-] {top: 93px;}
    .s-contacts-map .s-contacts-feedback-form .container {background-size: 41%;}

}

@media (max-width: 1199px) {

    ._js-b-mobile-search .close {background-color: red;border-radius: 4px;width: 16px;height: 16px;display: none;}
    ._mobile-search-toggled ._js-b-mobile-search .close {display: block;}
    ._js-b-mobile-search .close:before,
    ._js-b-mobile-search .close:after {width: 10.5px;top: 7px;right: 3px;}
    .s-header {background-color: #fff;position: fixed;top: -200px;transition: all ease 0.2s;left: 0;right: 0;z-index: 8;box-shadow: 0 0 10px rgb(0 0 0 / 20%);pointer-events: none;}
    body:not(._mobile-search-toggled) .s-header .w-search .w-search-dropper {display: none !important;}
    ._mobile-search-toggled .s-header {top: 0;pointer-events: all;}
    .row-header-middle>.col-search {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
    .w-index-category-list-item.small>.frame,
    .w-index-category-list-item.small .row-text-content {height: 280px;}
    .w-index-category-list-item.big>.frame,
    .w-index-category-list-item.big .row-text-content {height: 650px;}
    .w-catalog-list-item {height: 100%;position: relative;padding-bottom: 110px;}
    .w-catalog-list-item.short-view {padding-bottom: 105px;}
    .w-catalog-list-item .name {font-size: 15px;line-height: 20px;min-height: 40px;}
    .w-catalog-list-item .w-controlls {position: absolute;bottom: 0;left: 0;right: 0;margin-top: 0;}
    .w-catalog-list-item .w-controlls .price._h3 {font-size: 18px;}
    .w-catalog-filters-group {padding: 15px;}
    .w-togglable-item.w-filter-item .inset>.frame {padding-left: 15px;}
    .w-togglable-item.w-filter-item .mobile-toggle-button__link {padding-left: 15px;}
    .w-catalog-filters-group ~ .w-bottom-buttons {padding-left: 15px;padding-right: 15px;}
    .w-filters .row-price .col-input {-webkit-box-flex: 0;-ms-flex: 0 0 80px;flex: 0 0 80px;max-width: 80px;}
    .w-filters .row-price .col-input .input__default {border-radius: 8px;height: 40px;}
    .owl-more-products-slider.owl-carousel .owl-nav [class*=owl-] {top: 132px;}
    .s-contacts-map .s-contacts-feedback-form .container {background-image: none;}
    .s-contacts-map .s-contacts-feedback-form {background-image: url(../i/contacts-callback-flowers-bg.png);background-position: center right -80px;background-repeat: no-repeat;background-size: 41%;}


    .row-cart-list-item .col-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }
    .row-cart-list-item .col-product {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 200px - 30px);
        -ms-flex: 0 0 calc(100% - 200px - 30px);
        flex: 0 0 calc(100% - 200px - 30px);
        max-width: calc(100% - 200px - 30px);
    }
    .row-cart-list-item .col-controlls {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        order: 4;
    }
    .row-cart-list-item .col-price.single {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
        text-align: left;
    }
    .row-cart-list-item .col-price.total {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 200px - 160px);
        -ms-flex: 0 0 calc(100% - 200px - 160px);
        flex: 0 0 calc(100% - 200px - 160px);
        max-width: calc(100% - 200px - 160px);
        text-align: left;
        padding-left: 30px;
    }
    .row-cart-list-item .col-pcs {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        max-width: 160px;
    }
    .row-cart-list-item .col-close {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
        padding-left: 0;
        padding-right: 0;
        order: 3;
        position: static;
    }
    .row-cart-list-item {
        position: relative;
    }
    .row-cart-list-item .col-close .close.relative {
        position: absolute;
        top: 10px;
        right: 10px;
        left: auto;
        bottom: auto;
        z-index: 2;
        border: 1px solid #ececec;
        background-color: rgba(255,255,255,0.5);
        border-radius: 4px;
    }
    .w-cart-list-item .close:after, .w-cart-list-item .close.close:before {
        width: 14px;
        right: calc(50% - 6.8px);
    }



}

@media (max-width: 991px) {

    article img {width: auto !important; height: auto !important;}
    .img-article-left,
    .img-article-right {float: none !important;}
    .owl-more-products-slider.owl-carousel .owl-nav [class*=owl-] {top: 90px;}
    .s-contacts-map .s-contacts-feedback-form {background-size: 33%;}

}

@media (max-width: 767px) {

    .owl-index-slider.owl-carousel .owl-dots {position: relative;text-align: center;margin: 25px auto 0 auto;}
    .w-index-category-list-item {height: 100%;background-color: #fff;box-shadow: 0 0 10px rgb(0 0 0 / 20%);border-radius: 10px;overflow: hidden;}
    .w-index-category-list-item>.frame {border-radius: 10px 10px 0 0;}
    .w-index-category-list-item.small>.frame {height: 200px;}
    .w-index-category-list-item.big>.frame {height: 400px;}
    .w-index-category-list-item.small .row-text-content,
    .w-index-category-list-item.big .row-text-content,
    .w-index-category-list-item .row-text-content {height: auto;position: relative;bottom: auto;}
    .w-index-category-list-item .content {text-align: center;padding: 10px 5px 15px 5px;}
    .w-index-category-list-item .content>*+* {margin-top: 8px;}
    .w-index-category-list-item .description {max-width: 250px;margin-left: auto;margin-right: auto;}
    .row-index-category-names>.col-title {flex-grow: 0;flex-shrink: 0;flex-basis: calc(100% - 110px);-ms-flex: 0 0 calc(100% - 110px);flex: 0 0 calc(100% - 110px);max-width: calc(100% - 110px);}
    .s-index-category-slider-bg {background-image: none;}
    .w-catalog-category-list {margin-left: -15px;margin-right: -15px;padding-left: 15px;padding-right: 15px;overflow: auto;}
    .w-catalog-category-list .w-catalog-category-list-item {width: 110px;}
    .w-catalog-category-list .row-catalog-category-list {-webkit-flex-wrap: nowrap;-moz-flex-wrap: nowrap;-ms-flex-wrap: nowrap;-o-flex-wrap: nowrap;flex-wrap: nowrap;}
    .w-catalog-category-list-item .absolute-name {font-size: 12px;padding: 0 2px 7px 2px;}
    .owl-more-products-slider.owl-carousel .owl-nav [class*=owl-] {top: 110px;}
    .s-contacts-map .s-contacts-feedback-form {background-image: none;}
    .w-404 .w-image .image {opacity: 0.6;}
    .w-404 .number {font-size: calc(50px + (120 - 50) * ((100vw - 320px) / (767 - 360)));font-weight: bold;}

    .s-callback-bg {
        background-image: none;
    }

}

@media (max-width: 575px) {

    .w-index-category-list-item.big>.frame {height: calc(79vw - 30px);}
    .w-index-category-list-item.small>.frame {height: calc(40vw - 30px);}
    .w-catalog-list-item.short-view .row-btns .button.btn-to-cart {font-size: 11px;padding: 10px 15px 10px 5px;}
    .w-catalog-list-item.short-view .row-btns .button.btn-to-cart .w-icon-left {padding-left: 38px;}
    .owl-more-products-slider.owl-carousel .owl-nav [class*=owl-] {display: none;}
    .owl-more-products-slider.owl-carousel .owl-dots {display: block;}
    .w-product-main-image .bottom .owl-carousel .owl-nav [class*=owl-] {display: none;}

    .row-cart-list-item .col-price.total {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
    }

    .w-cart-list-item .w-total-price-mobile {
        margin-top: 5px;
        padding-top: 8px;
        border-top: 1px solid #ececec;
    }
    .row-cart-list-item .col-pcs {
        padding-top: 5px;
    }
    .w-catalog-list-item .w-default-sticker {
        padding: 5px;
    }
    .w-default-sticker .default-sticker {
        padding: 2px;
    }
    .w-default-sticker .default-sticker .bordered {
        padding: 2px;
        font-size: 12px;
        line-height: 16px;
        padding: 7px 2px;
        min-width: 32px;
    }
    .w-default-sticker .default-sticker.percent .bordered {
        font-size: 16px;
        line-height: 16px;
    }
    .w-default-sticker .default-sticker.upper .bordered {
        padding: 7px 2px;
    }


}

@media (max-width: 419px) {

    .w-index-category-list-item .title._h2 {font-size: 18px;}
    .w-catalog-list-item .image .frame {padding: 0;}
    .w-catalog-list-item .button.btn-to-cart {padding: 10px 10px 10px 5px;}
    .w-catalog-list-item .btn-to-cart .w-icon-left {padding-left: 40px;}
    .w-catalog-list-item .button.btn-to-cart .w-icon-left {display: inline-block;}

    .row-cart-list-item .col-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px;
    }
    .row-cart-list-item .col-product {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 150px);
        -ms-flex: 0 0 calc(100% - 150px);
        flex: 0 0 calc(100% - 150px);
        max-width: calc(100% - 150px);
        padding-left: 0;
    }
    .row-cart-list-item .col-price.single {
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px;
        padding-right: 5px;
    }
    .row-cart-list-item .col-pcs {
        padding-left: 0;
    }
    .w-cart-list-item .price._h3 {
        font-size: 16px;
    }
    .w-cart-list-item .price._h5 {
        font-size: 13px;
    }

    .w-index-categorys-list-default-item .w-button .button {
        font-size: 13px;
        padding: 8px 16px;
    }




}

@media (max-width: 379px) {

    .w-catalog-list-item.short-view .row-btns .button.btn-to-cart .w-icon-left {padding-left: 28px;}
    .w-catalog-list-item.short-view .row-btns .button.btn-to-cart .w-icon-left>.icon {width: 24px;height: 24px;}
    .w-catalog-list-item.short-view .row-btns .button.btn-to-cart .w-icon-left>.icon svg {width: 24px !important;height: 24px !important;}

}

@media (max-width: 359px) {

}
