@charset "UTF-8";

@import url("fonts.css");


@keyframes animArrow {
    0% {
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    50% {-webkit-transform:translateX(3px);
        transform:translateX(3px)
    }
    100% {-webkit-transform:translateX(0);
        transform:translateX(0)
    }
}



@-webkit-keyframes et-marquee-scrolling {
    from {
        -webkit-transform:translat3d(0,0,0);
        transform:translat3d(0,0,0)
    }
    to {
        -webkit-transform:translate3d(calc(-100% - 50px),0,0);
        transform:translate3d(calc(-100% - 50px),0,0)
    }
}

@keyframes et-marquee-scrolling {
    from {
        -webkit-transform:translat3d(0,0,0);
        transform:translat3d(0,0,0)
    }
    to {
        -webkit-transform:translate3d(calc(-100% - 50px),0,0);
        transform:translate3d(calc(-100% - 50px),0,0)
    }
}

@keyframes product-loading{0%{transform:translateX(-100%)}to{transform:translateX(50%)}}
@keyframes hover{
    0%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}
    15%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
    100%{top:8px;left:7px;opacity:1}
}
@keyframes click{
    0%{top:8px;left:7px}
    15%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}
    70%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
    100%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}
}
@keyframes showBlock {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes mySpin {
  from {transform: translate(-50%, -50%) rotate(0deg);}
  to {transform: translate(-50%, -50%) rotate(360deg);}
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    /*overflow-x: hidden;*/
    width: 100%;
}
body {
    font-family: 'Roboto', sans-serif;    
	font-weight: 300;
	color: #000000;
   	font-size: 19px;
	line-height: 25px;
	width: 100%;
	margin: 0;
	padding: 0;
    overflow-x: hidden;
}
body ::-webkit-scrollbar-thumb{
    background: #bbb;
}
body ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background: #e1e1e1;
}
::selection {
    background: #f2f2f2;
}
html.modal-open, html.modal-open body {
    overflow: hidden;
}
html.main-menu-open body, html.top-menu-open body {
    overflow: hidden;
    position: fixed;
    right: 0;
    left: 0;
}
strong {
    font-weight: 700;
}
ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
a, a:focus, a:active {
    color: #171717;
    text-decoration: none;
    outline: none;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
h1, .h1 {    
    margin: 0px;
    font-family: "Unbounded", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 55px;
    color: #222222;
    text-align: center;
}
.page-header--category h1 {
    margin-right: 10px;
}
h2, .h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 27px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.h3, h3 {
    font-size: 24px;
    line-height: 1.1;
}

.h3:hover {
    color: #16C8D2;
}

.h3:hover a {
    color: #16C8D2;
}

.heading-with-art:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 5px;
    background: url(/image/catalog/icon/art.png?v=1) 50% 50% no-repeat;
    background-size: contain;
}

.pragmatica {
    color: #16C8D2;
    text-align: center;
}
.pragmatica::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin: 18px auto 0;
    background: url(/image/catalog/icon/art.png?v=1) 50% 50% no-repeat;
    background-size: contain;
}
.goldtext, .goldtext:hover, .goldtext:focus, .goldtext:active {
    color: #16C8D2;
}

.bluetext, .bluetext:hover, .bluetext:focus, .bluetext:active {
    color: #16C8D2;
}
.red {
    color: #f00;    
}
.green {
    color: #52C138;    
}

.module__heading, .module-heading {    
    margin: 0 0 32px;
    font-family: "Montserrat", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #222222;
}

button {
	font-family: 'Gilroy', sans-serif;
    color: inherit;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}

.btn {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0;
    padding: 0 5px;
    min-width: 140px;
    width: auto;
    height: 39px;
    border-radius: 4px;
    border: 1px solid #ededed;
    overflow: hidden;
    text-transform: uppercase;
    background: transparent;
    font-family: 'Gilroy', sans-serif;
    font-size: 14px;
}

.btn-default {
    color: #16C8D2;
    border: 1px solid #16C8D2;
}

.btn-primary {
    background: #16C8D2;
    color: #fff;
    border: none;
    font-weight: 600;
    text-align: center;
}

.btn-primary:hover, .btn-primary:focus {
    background: #16C8D2B0;
    color: #fff;
}
.form-block {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}
.section-module {    
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f4ec;
}

.module-product {    
    margin-top: 50px;
}
.content-center .module-product:nth-child(2) {    
    margin-top: 0px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

input, textarea {
	font-family: 'Gilroy', sans-serif;
    font-size: 14px;
	box-shadow: none;
	outline: none;
}

input[type="text"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"] {
	display: block;
    margin: 0;
    padding: 0 15px 0 15px;
    float: none;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    box-sizing: border-box;
}
textarea {
    display: block;
    margin: 0;
    padding: 15px;
    float: none;
    width: 100%;
    height: 150px;
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    box-sizing: border-box;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
}
input[type="checkbox"]:checked {
    background: #fff url(/image/catalog/icon/i-check.svg?v=1) center center no-repeat;
    background-size: 12px;
}
select, textarea, input {
    font-size: 16px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; 
}
input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}
label.checkbox {
    display: flex;
    align-items: center;
}
input[type="text"].error, input[type="tel"].error, input[type="password"].error, input[type="search"].error, textarea.error {
	border-color:#f00;
}
/*p {
    margin: 0 0 10px;
}*/

.container {
    max-width: 1440px;
    padding: 0px 15px;
    margin: auto;
}
.hidden {
	display: none !important;
}
.bold {
    font-weight: bold;
}
.center-text {
    text-align: center;
}
main {    
    min-height: 600px;
}



.header {
    position: relative;
    z-index: 3;
}
.header__top-menu {
    font-size: 14px;
    line-height: 42px;    
    height: 42px;
    background-color: #16C8D2;
    font-family: 'Hanken Grotesk', sans-serif;
}
.header__top-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__top-menu-contact-block {
    display: flex;
    align-items: center;
    justify-content: start;
}

.header__top-menu-address {
    margin-right: 20px;
    padding-right: 0px;
    position: relative;
    color: #fff;
}

.header__top-menu-address a {
    color: #fff;
    font-weight: 500;
    pointer-events: none;
}

.header__top-menu-address svg {
    width: 14px;
    height: 14px;
    fill: #FFFFFF;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.header__top-menu-telephone {

}
.header__top-menu-telephone a {
    color: #fff;
    font-weight: 500;
}
.header__top-menu-telephone svg {
    width: 14px;
    height: 14px;
    fill: #FFFFFF;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.elementor-item {
    position: relative;

}
.elementor-item:after {
    content: "";
    background-color: #FFFFFF;
    height: 3px;    
    transition: .3s;
    width: 0;
    opacity: 0;
    display: block;
    position: absolute;
    right: 0px;
    bottom: -2px;
    transform: scale(1);
}

.elementor-item:hover:after {
    width: 100%;
    opacity: 1;
}
.header__top-menu-links-block {}

.header__top-menu-list {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header__top-menu-item {
    padding-right: 18px;
    margin-right: 13px;
    position: relative;
    color: #fff;
}
.header__top-menu-item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header__top-menu-link, .header__top-menu-link:active, .header__top-menu-link:hover, .header__top-menu-link:focus {    
    color: #fff;
}

.header__top-menu-item-dropdown-toggle {
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
}
.header__top-menu-item:hover .header__top-menu-item-dropdown-toggle {
    color: #fff;
}
.header__top-menu-item-dropdown-list {
    display: none;
    box-shadow: 0 4px 4px rgb(190 190 190 / 25%);
    padding-left: 0;
    list-style: none;
    position: absolute;
    background: white;
    z-index: 1;
    top: 32px;
    min-width: 148px;
    padding: 5px;
}
.header__top-menu-item-dropdown-item {
    color: #fff;
}
.header__top-menu-link--dropdown {
    padding: 6px 12px;
}





.header__main-block {
    
    
}
.common-home .header__main-block {  
}
.header__top-menu-layer {
    background-color: #16C8D287; 
    /*background-color: #84e2e7;*/     
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); 

}
.header__main-block-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 60px;
}
.header__logo-block {
    max-width: 210px; 
    width: 100%;
}
.header__logo {}
.header__logo img {
    max-width: 210px;
    height: auto;
    display: block;
    width: 100%;
}

.header__middle-block {
    height: 100%;
    width: calc(100% - 200px);
    font-family: 'Hanken Grotesk', sans-serif;
    
}

.header__main-menu-navbar-wrap {
    height: 100%;
}
.main-menu {}
.main-menu__close {}
.header__main-menu-navbar {
    height: 100%;
}
.header__main-menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.header__main-menu-item {
    padding: 0px 0px;
    line-height: 24px;
    height: 100%;
}

.header__main-menu-item:after {
    content: "/";
    display: inline-block;
    padding: 0px 10px;
}
.header__main-menu-item:last-child:after {
    display: none;
}
.header__main-menu-item-dropdown {}

.header__main-menu-link {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    background-color: transparent;
    color: #000;
    white-space: nowrap;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    display: inline-block;    
    height: 100%;
}

.header__main-menu-link .elementor-item {    
    display: inline-block; 
    padding: 17px 0px;
}

.header__main-menu-link:hover, .header__main-menu-link:focus, .header__main-menu-link:active {
    color: #fff;
}
.header__main-menu-link:hover .elementor-item:after {
    width: 100%;
    opacity: 1;
}

.header__main-menu-item-dropdown-toggle {}
.header__main-menu-item-dropdown-toggle--desktop {}
.header__main-menu-item-dropdown-toggle--mobile {
    display: none;
}
.header__main-menu-item-dropdown-toggle-icon {}
.header__main-menu-item-dropdown-menu {
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    box-shadow: 0px 4px 4px rgb(190 190 190 / 25%);
    border-radius: 3px;
    background: #fff;    
    background-color: #84e2e7;


    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .1s linear,transform .1s linear;
    transition: opacity .1s linear,transform .1s linear;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    z-index: 3;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.header__main-menu-item-dropdown-menu-wrap {    
    display: flex;
    align-items: stretch;
    width: 100%;
}
.header__main-menu-item-dropdown-menu-list {
    margin: 20px 0;
    border-right: 1px solid #E5EAEC;
}
.header__main-menu-item-dropdown-menu-list:last-child {
    border: 0;
}
.dropdown-menu-columns-1 .header__main-menu-item-dropdown-menu-list {
    width: 100%;

}
.dropdown-menu-columns-2 .header__main-menu-item-dropdown-menu-list {
    width: calc(100% / 2);

}
.dropdown-menu-columns-3 .header__main-menu-item-dropdown-menu-list {
    width: calc(100% / 3);
}
.dropdown-menu-columns-4 .header__main-menu-item-dropdown-menu-list {
    width: calc(100% / 4);

}
.header__main-menu-item-dropdown-menu.dropdown-menu-columns-4 {        
    left: 0px;
    width: 100%;
}
.header__main-menu-item-dropdown-menu.dropdown-menu-columns-3 {    
    right: 0px;
    width: calc(100% /4 * 3);
}

.header__main-menu-item-dropdown-menu.dropdown-menu-columns-2 {    
    right: 0px;
    width: calc(100% /4 * 2);
}
.header__main-menu-item-dropdown-menu.dropdown-menu-columns-1 {    
    width: calc(100% /4 * 1);
}

.header__main-menu-item-dropdown-menu-item {}
.header__main-menu-item-dropdown-menu-item-title {
    display: block;
    text-align: left;
    padding: 3px 0 3px 25px;
    font-weight: 600;
    font-size: 14px;
}
.header__main-menu-item-dropdown-menu-item-title--link {
    font-weight: 400;
    color: #000;
}

.header__main-menu-item-dropdown-menu-item:hover > .header__main-menu-item-dropdown-menu-item-title--link {
    color: #fff;
}

.header__main-menu-item.nolink .header__main-menu-link {
    pointer-events: none;
    cursor: pointer;
}

.header__main-menu-item-dropdown-menu-item-count {}

.header__action-block {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 10px;
}
.header__user-link-item {
    font-size: 20px;
    position: relative;
    top: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 15px;
}
.header__user-link-item:hover {
    color: #fff;
}
.header__user-link-item:hover .header__user-link {
    color: #fff;
}
.header__wishlist-info {
}
.header__user-link {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
}

.feather-heart {}
.header__user-link-count {
    position: absolute;
    top: -5px;
    left: calc(50% + 3px);
    min-width: 17px;
    height: 17px;
    line-height: 17px;    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 10px;
    padding: 0px 5px;
}
.wishlist-count {}
.element-count {}
.header__cart-info {
}

.header__cart-dropdown {
    display: none;
    position: absolute;
    right: 5px;
    top: calc(100% - 13px);
    z-index: 2;
}
.header__cart-info:hover .header__cart-dropdown {
    display: block;
}
.header__cart-dropdown:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 19px;
}
.cart-dropdown {
    box-shadow: 0px 4px 4px rgb(190 190 190 / 25%);
    margin: 19px 0 0;
    padding: 25px 20px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    width: 461px;
    font-size: 14px;
    color: #000;

}
.cart-dropdown__wrap {}
.cart-dropdown__title {
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    text-transform: uppercase;
}
.cart-dropdown__list {}
.cart-dropdown__table {    
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cart-dropdown__table td {  
    padding-top: 10px;
    padding-bottom: 10px;

}
.cart-dropdown__col-image {
    width: 100px;
    text-align: left;
}
.cart-dropdown__col-image a {
    display: block;
}
.cart-dropdown__col-image img {
    width: 100%;
}
.cart-dropdown__col-name {
    font-size: 13px;
    width: 135px;
    padding-left: 10px;
    font-weight: 400;

}
.cart-dropdown__col-name a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000;

}
.cart-dropdown__col-quantity {}
.cart-dropdown__price { 
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin: auto;
    color: #000;
    margin-bottom: 5px;
}
.cart-dropdown__quantity {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cart-dropdown__quantity-group {
    font-size: 17px;
    text-align: center;
    display: flex;
}
.cart-dropdown__quantity-btn {
    background: #f4f4f4;
    border: 0;
    height: 36px;
}
.js_cart-btn-minus {
    border-radius: 6px 0 0 6px;
}

.cart-dropdown__quantity-input {
    min-width: initial;
    width: 38px !important;
    box-shadow: initial;
    padding: 18px 0px !important;
    background: #f4f4f4 !important;
    border: 0 !important;
    height: 36px !important;
    text-align: center;
}
.js_cart-btn-plus {
    border-radius: 0 6px 6px 0;
}
.cart-dropdown__items {
    width: 100%;
    text-align: center;
}
.cart-dropdown__col-remove {
    width: 22px;
    position: relative;
}
.cart-dropdown__col-remove button {
    border: 0;
    background: transparent;
    position: absolute;
    top: 10px;
    right: -5px;

}

.cart-dropdown__button {}
.cart-dropdown__button a {
    margin-top: 15px;
    line-height: 27px;
    width: 237px;
    width: 100%;
    display: flex;
}

.cart-dropdown__text-empty {
    margin: 13px 0;
    font-weight: 500;
    text-align: center;
}

.header__account-block {}
.header__login-button {
    border: none;
    box-shadow: none;
    background: none;
    outline: none;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.header__user-link-item:hover .header__login-button {
    color: #fff;
}
.header__account-button {}
.header__account-link-list {
    position: absolute;
    z-index: 10;
    width: 200px;
    background: #fff;
    padding: 10px;
    display: none;
    right: -10px;
    flex-direction: column;
    top: 100%;
    color: #000;
    box-shadow: 0px 4px 4px rgb(190 190 190 / 25%);
    border-radius: 5px;
    font-size: 14px;
}
.header__account-block:hover .header__account-link-list {
    display: flex;
    cursor: pointer;
}
.header__account-link {
    color: #000;
    padding: 5px 0px;
    display: flex;
    align-items: center;
}
.header__account-link svg {
    margin-right: 10px;
    width: 15px;
}
.header__account-link:hover, .header__account-link.active {
    color: #fff;
}
.header__account-link-text {}

.header__search-toggle {}
.header__search-toggle-button {
    border: none;
    box-shadow: none;
    background: none;
    outline: none;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
.header__user-link-item:hover .header__search-toggle-button {
    color: #fff;
}
.header__search-block {
    position: absolute;
    width: 0px;
    top: 5px;
    right: 175px;
    overflow: hidden;
    transition: all 0.4s ease;
}
.header__search-block.open {
    width: calc(100% - 350px);
    transition: all 0.4s ease;
    overflow: inherit;
    height: 90px;
}
.header__search-input-group {
    position: relative;
}
.header__search-input {}
.header__search-button {
    background: none;
    outline: none;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    width: 50px;
}
.search-block__autocomplete {    
    display: none;
    position: absolute;
    right: 0px;
    max-width: 100%;
    width: 100%;
    z-index: 10;
}
.header__search-block.open .search-block__autocomplete {
    display: block;
}
.search-block__autocomplete-wrap {
    box-shadow: 0 4px 16px rgb(29 0 52 / 5%);
    background: #fff;
    width: 100%;
}
.search-block__autocomplete-list {
    padding: 10px 10px;
    padding-bottom: 0px;
    width: 100%;
}
.search-block__autocomplete-item {
    width: 100%;
    margin-bottom: 10px;
}
.search-block__autocomplete-item-link {
    display: flex;
    align-items: center;
}
.search-block__autocomplete-item-image {
    margin-right: 15px;
    width: 48px;
    height: 48px;
}
.search-block__autocomplete-item-name {
}
.search-block__autocomplete-item-img {
    width: 100%;
    height: auto;
}
.search-block__autocomplete-item-title {
    font-weight: 400;
}
.search-block__autocomplete-button a {
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    background-color: #16C8D2;
    display: block;
    padding: 5px 0px;
}

.content-section {
    background-color: #f5f4ec;
    padding-top: 30px;
    padding-bottom: 30px;
}
.content-section-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}
.left-content {
    width: 330px;
    display: flex;
    align-self: stretch;

}

.content-section-wrap.left-close.left-fix .left-content {
    position: initial;
}
.content-section-wrap.left-close .left-content {
    width: 100%;
}
.main-content {
    width: 100%;
    padding-bottom: 50px;
}
.main-content--l, .main-content--r {
    width: calc(100% - 360px);
}

.main-content--lr {
    width: calc(100% - 530px);
}

.content-section-wrap.left-close .main-content--l {
    width: 100%;
}

.top-section {    
    background: #FBFBFB;
    padding: 12px 0 19px;
    margin-bottom: 25px;
}


.breadcrumb {
    background: 0 0;
    margin-bottom: 0;
    overflow: auto;
    padding: 0px;
    color: #171717;
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap;
}
.breadcrumb__list {
    display: flex;
    align-items: center;
}
.breadcrumb__item {
    font-family: "Montserrat", Sans-serif;
}
.breadcrumb__item:after {
    content: ">";
    margin: 0 3px;
}
.breadcrumb__item:last-child:after {
    display: none;
}
.breadcrumb__item:last-child {    
    font-family: "Unbounded", Sans-serif;
    font-weight: 500;
}
.breadcrumb__link {
    color: inherit;
    text-decoration: none;
}
.breadcrumb__link:hover {
    text-decoration: none;
}
.breadcrumb__link--nolink {
    text-decoration: none;
}

.page-header {
    display: inline-flex;
    position: relative;
    align-items: center;

}
.page-header__back-to-shop {
    font-size: 0;
    cursor: pointer;
    color: #000;
    margin-right: 10px;
}
.page-header__back-to-shop:before {
    content: "\23";
    font-family: ElegantIcons;
    font-size: 40px;
    line-height: 55px;
}
.page-header__title-heading {}
.category-items-counter {
    color: #16C8D2;
    margin-top: 8px;
}




.product-card-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.list__columns-5 .list__column {
    width: calc(100%/5);
}
.list__columns-4 .list__column {
    width: calc(100%/4);
}
.list__columns-3 .list__column {
    width: calc(100%/3);
}
.list__columns-2 .list__column {
    width: calc(100%/2);
}
.list__columns-1 .list__column {
    width: 100%;
}

.list__columns {
    display: flex;
    flex-wrap: wrap;
}


.product-card-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.product-more-block {
    
}
.product-more-block-button {
    display: none;
}
.catalog__interim-result {    
    width: 100%;
    border-color: #999;
    border-style: solid;
    border-width: 1px 0;
    margin: 0px 15px;
    margin-bottom: 20px;
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}


.catalog__loading-result {
    height: 30px;
    width: 100%;
}
.catalog__loading-result-wrap {
    width: max-content;
    margin: auto;
    height: 20px;
    display: flex;
    align-items: center;
    position: relative;
    color: #16C8D2;
    font-weight: 400;
}
.catalog__loading-result-wrap:before {
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%208A7.999%207.999%200%201%201%200%208h2.002a5.998%205.998%200%201%200%2011.996%200H16z%22%20fill%3D%22%23d0a66f%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-animation: product-loading .5s linear infinite;
    animation: mySpin .5s linear infinite;
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    top: 10px;
}


.products-similar-title {
    padding: 16px;
    border-radius: 5px;
    width: 100%;
    margin: 0px 15px;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    background: #efefef;
}
.catalog-list-empty-text {

    margin: 0 0 24px;
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    width: 100%;
}
.product-card {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 34px;
}
.list__column {}
.product-card__wrapper {
    position: relative;
    border: 0;
    margin-bottom: 0;
    background: transparent;
    border-radius: 0px;
    width: 100%;
    overflow: hidden;
    padding: 10px 10px;
}
.product-card__wrapper:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}


.main-content.loading .product-card__wrapper:after, .main-content.loading .product-card__wrapper:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.main-content.loading .product-card__wrapper:before {
    width: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

/*.main-content.loading .product-card__wrapper:after {
    width: 200%;
    background: linear-gradient(120deg,transparent,transparent 40%,hsla(0,0%,100%,.8) 50%,transparent 60%,transparent);
    -webkit-animation: product-loading .5s linear infinite;
    animation: product-loading .5s linear infinite;
}*/


.product-card__img {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}
.product-card__img-wrap.load:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 100%);
    display: block;
    z-index: 2;
}

.product-card__img-wrap.load:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 20px/2);
    right: calc(50% - 20px/2);
    animation: mySpin .9s linear 0s infinite;
    z-index: 3;
}

.product-card .product-card__img-wrap.load:after {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%208A7.999%207.999%200%201%201%200%208h2.002a5.998%205.998%200%201%200%2011.996%200H16z%22%20fill%3D%22%23d0a66f%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.product-card .product-card__img-wrap.load::after {
    width: 40px;
    height: 40px;
    background-position: center bottom;
    background-size: contain;
    background-color: transparent;
    left: auto;
    right: calc(50% - 40px);
    top: calc(50% - 10px);
}

.product-card__img .product-card__img-link {
    display: block;
    width: 100%;
    position: relative;
}
.product-card__img .product-card__img-link img {
    width: 100%;
    height: auto;
    display: block;
}


.product-card__stick-box {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: left;
    z-index: 1;
}
.product-card__stick-box.new-year {
    top: 14px;
    right: 18px;
    left: auto;
}
.product-card__stick-box.new-year img {
    width: 36px;
    height: 36px;
}
.stick-box {}
.stick-box__stick {
    font-size: 10px;
    text-transform: uppercase;
    padding: 6px 10px 3px;
    border-radius: 5px;
    font-weight: bold;
    background: #16C8D2;
    color: #fff;
    font-family: "Unbounded", Sans-serif;
    line-height: 15px;
}
.stick-box__stick--outofstock {
    background: #fa133d;
}
.stick-box__stick--action {
    background: #DFA76B;
}
.stick-box__stick--hit {
    background: #51D0DB;
}
.stick-box__stick--new {
    background: #23AD5A;
}



.product-card__hover-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}
.product-card__wrapper:hover .product-card__hover-layer {
    display: block;
}
.product-card__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.product-card__overlay--gold {
    background: linear-gradient(to right, rgba(201,155,103,0.8) 0%,rgba(255,233,164,0.8) 100%);
}
.product-card__attributes {
    position: absolute;
    width: 100%;
    border-radius: 0;
    left: 0;
    padding: 35px 10px 0px 10px;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 1;
    font-size: 13px;
    line-height: 15px;
}
.product-card__attribute-group {}
.product-card__attribute-group-name {
    color: #16C8D2;
    margin: 10px 0 5px 0;
}
.product-card__attribute-list {
    display: flex;
    margin-bottom: 30px;
}
.product-card__attribute {
    padding-left: 30px;
    margin-right: 30px;
    white-space: nowrap;
    color: #fff;
    position: relative;
    font-weight: normal;
}

.product-card__attribute-14 {
    padding: 0px;
    white-space: normal;
}

.product-card__attribute-15::before {
    background-image: url(/image/catalog/icon/diameter.svg);
}

.product-card__attribute-13::before {
    background-image: url(/image/catalog/icon/height.svg);
}

.product-card__attribute::before {
    position: absolute;
    left: 0;
    content: " ";
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-card__predzak {
    font-weight: 700;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    display: block;
    position: absolute;
    width: 145px;
    height: 145px;
    padding: 66px 0 65px;
    border-radius: 50%;
    background: #fff;
    top: calc(50% - 72.5px);
    left: calc(50% - 72.5px);
    z-index: 1;
}


.product-card__options {
    display: none;
    position: absolute;
    background: #fff;
    top: 5px;
    right: 5px;
    left: 5px;
    padding: 5px 7px 7px;
    width: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgb(190 190 190 / 25%);
    border: 1px solid #ddd;
    z-index: 2;    
    overflow-y: auto;
    max-height: 100%;
}
.product-card__options.show {
    display: block;
}
.product-card__choose-option {
    color: #16C8D2;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}
.product-card__options-wrap {}
.product-card__options-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-card__options-item {
    width: calc(50% - 3px);
    margin-top: 6px;
}
.product-card__options-label {
    display: block;
    margin: 0;
    padding: 11px 5px 10px;
    width: 100%;
    border: 1px solid #E5EAEC;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    line-height: 15px;
}
.product-card__options-label:hover {
    border-color: #16C8D2;
    font-weight: 700;
}
.product-card__options-label input {
    display: none;
}
.product-card__options-price {}





.product-card__caption {
    padding: 0 0px 16px;
}
.product-card__name {
    font-weight: 500;
    text-align: center;
    margin: 5px 0 5px;
    height: 50px !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", Sans-serif;
    line-height: 20px;
    font-size: 16px;
}

.product-card__name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
    color: rgb(34, 34, 34);
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-card__cashback-wrap {
    height: 17px;
    margin-bottom: 10px;
}
.product-card__cashback {
    background-color: #16C8D2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    width: fit-content;
    padding: 0px 10px;
    height: 20px;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 10px;
    font-family: 'Hanken Grotesk', sans-serif;
}
.product-card__cashback-block {
    margin-left: 5px;
}
.product-card__cashback-val {}
.product-card__cashback-val.opt:before {
    content: "от ";
}
.product-card__price {
    display: flex;
    justify-content: center;
    margin: 0;
    color: #444;
    height: 35px;
    margin-top: 15px;
}
.product-card__price--action {
    display: block;
}
.product-card__price .price-new {
    display: block;
    margin: 0 0 0;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    line-height: 20px;
}
.product-card__price--action .price-new {
    color: #ef0601;
    font-size: 15px;
}
.product-card__price span.price-new.opt:before {
    content: "от ";
}
.product-card__price .price-old {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500;
    color: #959595;
    margin: 0;
    display: block;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    line-height: 20px;
}
.product-card__price .price-title {
    color: #171717;
    font-weight: normal;
}
.product-card__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-top: 0;
    background-color: transparent;
    overflow: visible;
    margin: 0 auto;
    padding-bottom: 15px;
}

.add-to-cart {}
.add-to-cart:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(/image/catalog/icon/cart-white.svg) 50% no-repeat;
    margin-right: 8px;
}
.add-to-cart.active:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(/image/catalog/icon/check.svg) 50% no-repeat;
    margin-right: 8px;
}

.add-to-wish {
    position: relative;
    border: 0;
    background: 0;
    padding: 0;
    margin-left: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-to-wish.active svg path.fill-wish {
    fill: #16C8D2;
}
.kamehameha {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.kamehameha span {
    pointer-events: none;
    display: block;
    width: 6px;
    height: 6px;
    background: #16C8D2;
    opacity: 0;
    border-radius: 6px;
    position: absolute;
}
.add-to-wish:hover .kamehameha span {
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.add-to-wish.active .kamehameha {
    -webkit-animation-name: beat;
    animation-name: beat;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.add-to-wish.active .kamehameha span {
    -webkit-animation-name: click;
    animation-name: click;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0s!important;
    animation-delay: 0s!important;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.kamehameha .i1 {
    top: -20px;
    left: 5px;
    background: #D0CFB6;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.kamehameha .i2 {
    top: -14px;
    left: 28px;
    background: #96E0DC;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.kamehameha .i3 {
    top: 6px;
    left: 35px;
    background: #9997CA;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.kamehameha .i4 {
    top: 27px;
    left: 31px;
    background: #D4D3BD;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.kamehameha .i5 {
    top: 37px;
    left: 8px;
    background: #B993E5;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.kamehameha .i6 {
    top: 30px;
    left: -15px;
    background: #9d6cd5;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.kamehameha .i7 {
    top: 7px;
    left: -18px;
    background: #D7A4BE;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.kamehameha .i8 {
    top: -16px;
    left: -13px;
    background: #e7d9a7;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.catalog-filters-control {
    margin-bottom: 20px;
}
.module-product .catalog-filters-control {
    display: none;
}
.module-product:first-child .catalog-filters-control {
    display: block;
}
.catalog-filters-content {
    display: flex;
    justify-content: space-between;
}
.catalog-filters-content-left {}
.filter-box {
    
}
.filter-box__popup-btn {}
.filter-box__qty {}
.catalog-filters-content-right {
    display: flex;
    align-items: center;
}


.sort-box {
    position: relative;
    margin-left: 10px;
}

.sort-box__input-sort {
    position: absolute;
    right: 0px;
    top: 4px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 100%;
    cursor: pointer;
    z-index: 2;
    background-color: #fff;
    transform: translate3d(0px, 36px, 0px);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
    padding: 10px;
}

.sort-box__input-sort.open {
    opacity: 1;
    visibility: visible;
        position: absolute;
    transform: translate3d(0px, 36px, 0px);
    top: 4px;
    left: 0px;
    will-change: transform;
    background-color: #f5f4ec;
}

.sort-box__input-sort li {    
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}
.sort-box__input-sort li:hover {    
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 400;
    color: #16C8D2;
}

.sort-box__dropdown-btn {
    outline: 0;
    box-shadow: none;
    border: 1px solid #000;
    display: inline-block;
    line-height: 35px;
    padding: 0 20px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    background: none;
}



.grid-box {
    display: flex;
    align-items: start;
    justify-content: space-between;
    border: 1px solid #e1e1e1;
    background: #f5f4ec;
    padding: 8px 30px 8px 10px;
    width: auto;
}
.grid-box__item {
    cursor: pointer;
}

.grid-box-3 {
    margin-right: 10px;
}
.grid-box .grid-box-3 .icon-column {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 19px;
    height: 19px;
}
.grid-box .layer {
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: space-between;
}
.grid-box .layer span {
    background: #cecece;
    display: block;
    width: 5px;
    height: 5px;
}
.grid-box .first {}
.grid-box .middle {}
.grid-box .last {}
.grid-box-4 {}
.grid-box .grid-box-4 .icon-column {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 26px;
    height: 19px;
}

.grid-box-4 {
    margin-right: 10px;
}

.grid-box-5 {}
.grid-box .grid-box-5 .icon-column {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 33px;
    height: 19px;
}
.grid-box__item:hover .layer span {
    background: #000;
}

.grid-box__item.active .layer span {
    background: #000;
}



.list__columns-4 .list__column {
    width: calc(100%/4);
}
.list__columns-3 .list__column {
    width: calc(100%/3);
}
.list__columns-2 .list__column {
    width: calc(100%/2);
}
.list__columns-1 .list__column {
    width: 100%;
}

.list__columns {
    display: flex;
    flex-wrap: wrap;
}


.module-product__button .btn {
    font-size: 13px;
    line-height: 21px;
    display: flex;
    align-items: center;
    width: 170px;
    margin: auto;
}










































.nav-tabs {
    display: flex;
    align-items: flex-end;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0;
}

.nav-tabs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.nav-tab {
    padding: 15px 32px 15px;
    position: relative;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #02010105;
    transition: background .3s,border .3s,box-shadow .3s,transform .4s;

}
.nav-tab.active {
    color: #fff;
    background: #16C8D2;
}
.nav-tab:hover {
    color: #fff;
    background: #16C8D2;
}
.nav-tab a {
    color: inherit;
    pointer-events: none;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.tab-content {
    margin-top: 40px;
    width: 100%;
}

.module-review__nav-tab:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    border-radius: 2px 2px 0 0;
    background: #16C8D2;
    transition: .15s;
    height: 4px;
}

.module-review__nav-tab.active:after {
    left: 0;
    width: 100%;
}
.module-review__tab-content-nav {
    position: relative;
}
.module-review__tab-content-nav:before {    
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #e1e1e5;
}

.module-review__iframe {
    display: flex; 
    justify-content: center
}
.module-review__iframe iframe {
    max-width:1180px;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}
.module-review__iframe-link {
    text-decoration: none;
    color: rgb(179, 179, 179);
    font-size: 10px;
    font-family: "YS Text", sans-serif;
    padding: 0px 20px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    left: 0px;
}

.module-review__swiper-wrapper {

}
.module-review__slide {}
.module-review__link {
    display: block;
    padding: 0px 10px;
}
.module-review__img {
    width: 100%;
    height: auto;
}

.module-review__whatsapp {    
    margin-top: 40px;
}
.module-review__whatsapp-button-block {    
    text-align: center;
    margin-top: 25px;
}
.module-review__whatsapp-button {
    border: 2px solid #16C8D2;
    color: #16C8D2;
    font-weight: 500;
}

.module-otkritka {
    position: relative;
    margin-top: 50px;
    padding: 0;
}
.module-otkritka .free-message-block {
    background: url(/image/catalog/otkritka/free-message_new.webp) 80% 0 no-repeat;
    padding: 40px 5.5% 40px 10%;
    min-height: 310px;
    margin-bottom: 40px;
    border-radius: 16px;
    background-size: 100%;
}
.module-otkritka .free-message-block .free-message-block__heading {
    font-weight: 700;
    font-size: 27.3575px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #16C8D2;
    margin-bottom: 12px;
}
.module-otkritka .free-message-block .free-message-block__desc {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.47;
    color: #686868;
    max-width: 680px;
    text-align: justify;
}





.module-why {
    background-color: #f5f4ec;
    /*border-radius: 50px 50px 50px 50px;*/
   
}
.module-why__wrap {}
.module-why__body {}
.module-why__tab-content-nav {}
.module-why__nav-tabs {
    justify-content: space-between;
}
.module-why__nav-tab {
    font-weight: 500;
    width: calc((100% / 4) - 10px);
    border-radius: 50px 50px 50px 50px;
    font-size: 16px;
}

.module-why__tab-content {}
.module-why__tab-pane {
    justify-content: space-between;
    align-items: start;
}
.module-why__tab-pane.active {    
    display: flex !important;
}
.module-why__content {
    width: 45%;
}
.module-why__content ul {
    
    list-style-type: disc;
    padding-inline-start: 40px;
}
.module-why__onas {}
.module-why__content-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #222222;
    line-height: 32px;
}
.module-why__slider {
    width: 50%;
}
.module-why__slider .swiper {
    max-width: 534px;
}


.module-why__slider-image img {
    width: 100%;
}

.module-why__slider-item {}
.module-why__slider-image {}
.module-why__slider-info {
    position: absolute;
    width: 100%;
    /*opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: -100px;
    transition-delay: .6s;*/
    display: block;    
    top: 30%;
    /*-webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
    text-align: center;
}
.swiper-slide-active .module-why__slider-info {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.module-why__slider-title {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 300;
    color: #575555;
    background-color: #ffffffc9;
    padding: 5px 10px;
}
.module-why__slider-link {
    background-color: #16C8D2;
    line-height: 43px;
    padding: 0px 30px 0px 30px;
    fill: #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
}
.module-why__slider-link:after {
    content: "\e948";
    top: 2px;
    position: relative;
    margin-left: 7.5px;
    font-family: xstore-icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.module-why__slider-link:hover {
    background-color: #53ced5;
    color: #fff;
}


.module-why__slider .swiper {
    padding-bottom: 0px;
}

.module-product-category {
    margin-bottom: 30px;
}

.module-product-categories {
    cursor: grab;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 10px;
}
.module-product-categories::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}
.module-product-categories-item, .module-product-categories-item:hover, .module-product-categories-item:focus, .module-product-categories-item:active {
    padding: 9px 12px;
    border-radius: 6px;
    background: #16C8D2;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    transition: .15s;
    margin-right: 16px;
    margin-bottom: 16px;
}








.module-running-line {
}
.running-line {
    width: 100%;
    overflow: hidden; 
    white-space: nowrap;
    background: #F8F8F8;
    position: relative;
    height: 70px;

    --et-marquee-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    gap: 50px;
    max-width: 100vw;
}
.running-line__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 50px;
    min-width: 100%;
    white-space: nowrap;
    -webkit-animation: 60s linear infinite normal running et-marquee-scrolling;
    animation: 60s linear infinite normal running et-marquee-scrolling;
}
.running-line__item {
    display: inline-block;
    color: #16C8D2;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
}
.running-line__item p {
    margin: 0;
}
.running-line__item_sep {
    fill: #16C8D2;
}

.running-line__item_sep svg {
    width: 1em;
    height: 1em;
}











.footer {
    margin-top: 0px;
    border: 0;
    line-height: 1.5;
    color: #fff;
    clear: both;
    overflow: hidden;
    font-weight: 300;
    font-family: 'Hanken Grotesk', sans-serif;
}
.footer__block {
    background-color: #16C8D2;
    padding: 45px 0 20px;

}
.footer__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
    width: 50%;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}
.footer__nav-column {
    width: 49%;

}


.footer a {
    color: inherit;
    text-decoration: none;
    font-weight: 300;
}
.footer a:hover, .footer a:active, .footer a:focus {
    color: #fff;
    text-decoration: none;
}
.footer__info {
    width: calc(50% - 25px);
}
.footer__subscribe {
    margin-bottom: 16px;
}

.footer__subscribe-success {        
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 30px;
}
.footer__subscribe-success-image {
    margin-right: 25px;
}
.footer__subscribe-success-content {}
.footer__subscribe-success-content-text {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}
.footer__subscribe-form-text {
    text-align: left;

}
.footer__subscribe-form-discount {
    font-size: 19px;    
}


.newsletter-block__form {
    display: flex;
    align-items: center;
}
.newsletter-block__form-field {    
    margin: 0 0 22px;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}
.newsletter-block__error {

    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #CD4B53;
    text-align: left;
}

input.newsletter-block__form-field-input {
    padding: 0 21px;
    background: #FFFFFF;
    border: 1px solid #E5EAEC;
    border-radius: 3px 0px 0px 3px;
}
input.newsletter-block__form-field.error input.newsletter-block__form-field-input {    
    border-color: #CD4B53;
}
.newsletter-block__form-button, .newsletter-block__form-button:hover, .newsletter-block__form-button:focus {
    border-radius: 0px 3px 3px 0px;     
    background: #fff;
    color: #16C8D2;
    border: 1px solid #16C8D2;
    border-top: none;
    border-bottom: none;  
    height: 50px; 
}


.module-kakzakazat {
    margin-top: 60px;
}
.kakzakazat {
    font-size: 16px;
}
.kakzakazat__heading {
    font-weight: 700;
    font-size: 24px;
    color: #16C8D2;
    text-align: center;
    margin: 32px 0;
    text-transform: none;
}
.kakzakazat-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.kakzakazat-section-item {
    width: 25%;
    position: relative;
}
.kakzakazat-section-item-number {
    position: relative;
    color: white;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    padding: 7px;
    background-color: #16C8D2;
    z-index: 1;
    line-height: 20px;
}
.kakzakazat-section-item::after {
    content: " ";
    width: 100%;
    position: absolute;
    border: 1px solid rgb(230,230,230);
    z-index: -1;
    top: 14px;
}
.kakzakazat-section-item.last::after {
     display: none;
} 
.kakzakazat-section-item-title {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
}
.kakzakazat-section-item-descr {
    margin-top: 26px;
}

.question-control {
    position: relative;
    display: inline-block;
    top: 2px;
}
.question-control__icon {
    display: block;
    cursor: pointer;
}
.question-control__hover {
    font-weight: normal;
    left: 0px;
    width: 245px;
    font-size: 14px;
    height: auto;
    bottom: 20px;
    padding: 11px 16px;
    position: absolute;
    z-index: 1;
    border-radius: 8px;
    background-color: #f8f8f8;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 16%), 1px 1px 2px 0 rgb(0 0 0 / 8%), -1px -1px 2px 0 rgb(0 0 0 / 8%);
    display: none;
}
.question-control:hover .question-control__hover {
    display: block;
}
.question-control__hover p {
    margin-bottom: 2px;
}
.question-control__hover b {
    margin-bottom: 5px;
    display: block;
}
.question-control__close {
    position: absolute;
    background-color: transparent;
    border: none;
    outline: none;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    background-image: url(/image/catalog/icon/i-close-white.svg);
    background-repeat: no-repeat;
    display: none;
}

.module-delivery {
    margin-top: 0px;
    margin-bottom: 0px;
}
.delivery-module {
    margin-bottom: 15px;
}
.delivery-module__form-group {}
.delivery-module__form-control {}
.delivery-module__info {
    font-size: 14px;
    line-height: 20px;
}
.delivery-module__question {}
.delivery-module__distance {
    margin-top: 16px;
    margin-bottom: 2px;
    font-weight: 500;
}
.delivery-module__price {
    position: relative;
    font-weight: 500;

}
#delivery-module__message-errors {    
    color: #f00;
    margin-top: 10px;
    font-weight: 400;
}
#delivery-module__map {
    width: 100%;
    height: 400px;
    padding: 0;
    margin: 0;
    position: relative;
    display: none;
    margin-top: 10px;
    overflow: hidden;
    z-index: 1;
}


.delivery-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.delivery-info__left {
    width: 55%;
}
.delivery-info__mkad-blocks {
    display: flex;
    justify-content: space-between;
}
.delivery-info__mkad-block {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(190 190 190 / 25%);
    border-radius: 3px;
    height: 400px;
    width: 47%;
    margin-bottom: 30px;
    padding-bottom: 40px;
    font-size: 17px;
}
.delivery-info__mkad-block .title {    
    background: linear-gradient(90.16deg, #16C8D2 7.33%, #16C8D2 99.84%);
    border-radius: 3px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    padding: 15px 0;
    position: relative;
    margin-bottom: 80px;
}
.delivery-info__mkad-block .title::after {
    content: '';
    display: block;
    width: 40px;
    height: 36px;
    background: url(/image/catalog/icon/art.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 55px;
    left: calc((100% - 40px) / 2);
}
.delivery-info__mkad-block span {
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.delivery-info__right {
    width: calc(45% - 30px);
}
.delivery-info__conditions {}

.delivery-info__conditions .title {
    color: #16C8D2;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 20px;
}
.delivery-info__conditions ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 15px;
}

.delivery-info__conditions ul li::before {
    content: "";
    display: block;
    width: 17px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: 0px;
    background: url(/image/catalog/icon/ok.png?v=1) no-repeat;
}

.module-time {

    margin-top: 0px;
    margin-bottom: 0px;
}
.time-module__date {}
.time-module__date-form-group {}
.time-module__date-input-group {
    display: flex;
    max-width: 255px;
}
.time-module__date-form-control {
    border-radius: 4px 0px 0px 4px !important;
}
.time-module__date-input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px;
    border-left: 0;
    width: 37px;
    cursor: pointer;
}
.time-module__date-calendar {}
.time-module__calendar-error {
    color: #f00;
    margin-top: 10px;
}
.time-module__time-block-wrap {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
}
.time-module__time-title {
    border-bottom: 1px solid #e0e0e0;
    padding: 17px 0px 17px 0px;
    font-weight: 500;
}
.time-module__time-block {
    padding: 15px 15px 15px 0px;
}
.time-module__time-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 500; 
    cursor: pointer;
}
.time-module__time-radio {    
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 4px solid #e3e3e3 !important;
    border-radius: 50%;
    margin: 0;
    margin-right: 8px;
    cursor: pointer;
}
.time-module__time-radio:checked { 
    border-color: #16C8D2 !important;
    outline: none;
}
.time-module__time-price {
    position: absolute;
    right: 0px;
    color: #16C8D2;
}
.time-module__date-input-group .ui-datepicker-trigger {
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px;
    border-left: 0;
    width: 45px;
    cursor: pointer;
}
.time-module__date-input-group .ui-datepicker-trigger img {
    width: 15px;
    height: auto;
}

.time-module__weather-info {    
    margin-top: 5px;
    color: #ff0000;
}

.oplata-block-section {
    margin-top: 55px;
}
.oplata-block-section-descr {
    max-width: 440px;
    margin: -10px auto 7px auto;
    font-size: 18px;
    line-height: 1.4em;
}
.oplata-block-section-elements {
    margin-top: 80px;
}
.oplata-block-section-elements-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.oplata-block-section-elements {
    width: 33%;
}
.oplata-block-section-elements-text-container {
    color: #16C8D2;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2em;
}
.oplata-block-section-elements {
    display: flex;
}
.oplata-block-section-elements-number-container {
    min-width: 60px;
    margin-right: 20px;
}
.oplata-block-section-elements-number {
    padding: 16px;
    border-radius: 50%;
    border: 1px solid #16C8D2;
    text-align: center;
    color: #16C8D2;
    font-size: 18px;
}
.oplata-block-section-elements-text-container-imgs {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.oplata-block-section-elements-text-container-imgs img {
    max-height: 22px;
    margin-right: 7px;
}

.oplata-block-section-attention {
    display: flex;
    align-items: center;
    width: max-content;
    margin: auto;
    margin-top: 50px;
}
.oplata-block-section-attention-image {
    margin-right: 30px;
}
.oplata-block-section-attention-text {
    font-size: 21px;
    font-weight: 500;
    line-height: 33px;
    color: #16C8D2;

}

.not-found__block-content {
    padding-top: 189px;
    background: url(/image/catalog/not_found.jpg) -48px -72px no-repeat;
}
.not-found__block {}
.not-found__block h1 {
    text-align: center !important;
    margin-bottom: 25px;
    font-size: 32px !important;
}
.not-found__buttons {}
.not-found__buttons a {
    margin: auto;
    display: block;
    width: 250px;
    padding: 8px;
}

.pagination-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}
.pagination-wrap-left {
    width: 50%;
}
.pagination-wrap-right {
    width: auto;
    text-align: right;
    padding-top: 10px;
}

.pagination {
    text-align: center;
}
.pagination li {
    display: inline-block;
    height: 43px;
    margin-bottom: 20px;

    
}
.pagination li span, .pagination li a { 
    font-weight: 500;
    color: #959595;
    background-color: transparent;
    position: relative;
    padding: 12px 0;
    width: 45px;
    text-align: center;
    margin-right: 10px;
    text-decoration: none;
    border: 1px solid #E5EAEC;
    border-radius: 3px;
    font-size: 14px;
    line-height: 19px;
    display: block;
    
}
.pagination li span {
    color: #16C8D2;
    border-color: #16C8D2;
    box-shadow: 1px 1px 9px #f3e2cb;
}




.footer__contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3px;
}
.footer__contacts-list {
    width: calc(50% - 10px);
}
.footer__contacts-list-item {    
    margin-bottom: 18px;
}

.footer__social-links {    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3px;
}
.footer__yandex-widget {
    width: calc(50% - 10px);
}
.yandex-rating {}
.yandex-rating__title {    
    color: #fff;
    margin-bottom: 13px;
}
.yandex-rating__widget {}

.footer__social {
    margin-bottom: 30px;
    color: #fff;
    width: calc(50% - 10px);
}
.footer__social-heading {
    margin-bottom: 13px;
}
.footer__social-list-wrap {
    color: #fff;

}
.footer__social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer__social-list-item {
    margin: 5px 14px 5px 0;
}
.footer__social-list-item a svg {
    height: 20px;
}
.footer__social-list-item a:hover {
    color: #fff;
}

.footer__payment {
    color: #fff;
}
.footer__payment-heading {
    margin-bottom: 11px;
}
.footer__payment-list-wrap {
    color: #fff;
}
.footer__payment-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -5px;
}
.footer__payment-list-item {
    margin: 5px;
}
.footer__payment-list-item:hover {
    color: #fff;
}
.footer__copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
}
.footer__copy-text, .footer__copy-links {
    width: 49%;
}
.footer__copy-text {
    max-width: 260px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}
.footer__copy-links ul li {
    margin-bottom: 6px;
}


.footer-fixed-menu {
    display: none;
}

.grecaptcha-badge {
    display: none !important;
}

footer .elementor-item:after {
    height: 1px;
}








@media (min-width: 768px) {
    .wa-quick-link {
        position: fixed;
        z-index: 1;
        bottom: 80px;
        right: 29px;
        justify-content: center;
        align-items: center;
        display: flex;
        width: 48px;
        height: 48px;
        border: 1px solid #fff;
        border-radius: 40px;
        background-color: #fff;
        fill: #6EC1E4;
        transition: all .3s;
    }

    .wa-quick-link:hover {
        background-color: #6EC1E4;
        fill: #fff;
        transition: all .3s;
    }
    .wa-quick-link img {
        width: 24px;
    }
    .wa-quick-link svg {
        padding: .1em;
    }
    .btn-quick-nav {        
        position: fixed;
        z-index: 1;
        bottom: 20px;
        right: 29px;
        color: #525252;
        -webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
        box-shadow: inset 0 0 0 1px #e1e1e1;
        border: none;
        border-radius: 50%;
        width: 46px;
        height: 46px;
        background: #fff;
        padding: 0px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

    .btn-quick-nav:not(.backIn) {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    .btn-quick-nav:hover {
        background: #fff;
        border-color: #303030;
    }

    .btn-quick-nav span {        
        transform: rotate(270deg);
        position: absolute;
        top: 13px;
        left: 13px;
        font-size: 20px;
    }

    .btn-quick-nav:hover span:before {
        display: inline-block;
        -webkit-animation: animArrow 1s infinite;
        animation: animArrow 1s infinite;
    }

    .btn-quick-nav svg path {
        stroke: #222;
        stroke-width: 4;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

    .btn-quick-nav svg {
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        margin: -1px;
    }
}






@media (min-width: 1024px) {
    .header__main-block {
        height: 60px;
    }
    .header__main-menu-block-wrap.fixed {  
        position: fixed;
        width: 100%;
        top: 0px;        
        border-bottom: 1px solid #D5D5B4;
        z-index: 9;
    }
    .header__top-menu-item:hover .header__top-menu-item-dropdown-toggle {
        transform: rotate(180deg);
    }

    .header__top-menu-item:hover .header__top-menu-item-dropdown-list {
        display: block;
        background-color: #16C8D2;
    }


    .header__button-menu-block {
        display: none;
    }

    .main-menu__header {
        display: none;
    }

    .header__main-menu-item-hidden-mob {
        display: none !important;
    }

    .header__main-menu-item:hover .header__main-menu-item-dropdown-menu {
        display: block;
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: translate(0) !important;
        transform: translate(0) !important;
    }
    .header__telephone-button {
        display: none;
    }

    .main-menu__close {
        display: none;
    }
    .header__main-menu-item-dropdown-menu-head {
        display: none;
    }
}

@media (max-width: 1199px) {
 
    .list__columns-5-max-1199 .list__column {
        width: calc(100%/5);
    }
    .list__columns-4-max-1199 .list__column {
        width: calc(100%/4);
    }
    .list__columns-3-max-1199 .list__column {
        width: calc(100%/3);
    }
    .list__columns-2-max-1199 .list__column {
        width: calc(100%/2);
    }
    .list__columns-1-max-1199 .list__column {
        width: 100%;
    }

    .oplata-block-section-elements {
        width: 100%;
        max-width: 335px;
    }

    .oplata-block-section-attention {
        width: auto;
    }
  
    
}

@media (max-width: 1099px) {
    .header__top-menu-item {
        padding-right: 10px;
        margin-right: 9px;
    }

    .header__main-menu-link {
        font-size: 16px;
    }
    .header__main-menu-item:after {
        padding: 0px 8px;
    }
}


@media (max-width: 1023px) {

    h1, .h1 {
        font-size: 30px;
    }

    .top-section {
        padding: 12px 0 0px;
        margin-bottom: 0px;
    }

    .header__top-menu-layer {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .header__top-menu {
        display: none;
    }

    .header__logo img {
        max-width: 180px;
        height: auto;
    }

    .header__top-menu.open {
        display: block;
        position: fixed;
        z-index: 9;
        top: 57px;
        width: 100%;
        height: calc(100% - 120px);
        background: #fff;
        overflow: auto;
    }

    .header__top-menu-list {
        display: block;
    }

    .header__top-menu-link {
        padding: 10px 10px 10px 10px;
        font-size: 14px;
        color: #000;
    }

    .header__top-menu-link:active, .header__top-menu-link:hover, .header__top-menu-link:focus {
        color: #16C8D2;
    }

    .header__main-menu-link:hover, .header__main-menu-link:focus, .header__main-menu-link:active {
        color: #16C8D2;        
    }

    .header__main-menu-link:hover .elementor-item:after {
        background-color: #16C8D2;
    }

    .header__top-menu-item-dropdown > .header__top-menu-link {
        padding: 10px 0px 10px 10px;
    }

    .header__top-menu-item-dropdown-toggle {
        margin-left: 5px;
        padding: 0px 11px;
    }

    .header__top-menu-item:hover .header__top-menu-item-dropdown-toggle {
        color: #000;
    }

    .header__top-menu-item.open .header__top-menu-item-dropdown-toggle {
        transform: rotate(180deg);
        color: #000;
    }

    .header__top-menu-item.open .header__top-menu-item-dropdown-list {
        display: block;
        padding-left: 20px;
    }

    .header__top-menu-item-dropdown-list {
        position: initial;
        box-shadow: none;
    }
    .header__top-menu-contact-block {
        display: none;
    }

    .header__top-menu-links-block {
        width: 100%;
    }

    .header__top-menu-item:before {
        display: none;
    }

    .header__button-menu-toggle {        
        border: none;
        background: none;
    }
    .top-menu-button__burger {}
    .top-menu-button__burger-line {
        position: relative;
        display: block;
        width: 17px;
        height: 2px;
        margin: 0 1px;
        transition: transform .3s,background-color .3s;
        background-color: #171717;
    }
    .top-menu-button__burger-line:not(:first-child) {
        margin-top: 4px;
    }

    .header__top-menu-toggle-button.open .top-menu-button__burger-line:first-child {
        transform: translateY(6px) translateZ(0) rotate(45deg);
    }

    .header__top-menu-toggle-button.open .top-menu-button__burger-line:nth-child(2) {
        transition: opacity .3s;
        opacity: 0;
    }

    .header__top-menu-toggle-button.open .top-menu-button__burger-line:nth-child(3) {
        transform: translateY(-6px) translateZ(0) rotate(-45deg);
    }

    .header__main-menu-navbar-wrap.open {
        display: block;
    }
    .header__main-menu-navbar-wrap {
        background-color: #f5f4ec;
        height: auto;
    }
    .header__main-block-wrap {
        height: 57px;
    }

    .header__user-link-item {
        margin-left: 10px;
    }

    .header__account-block {
        margin-left: 0px;
    }
   
    
    .header__button-menu-block {
        width: 120px;
        display: flex;

    }
    .header__action-block {
        width: 120px;
    }
    .header__logo-block {
        width: 180px;
    }

    .header__action-block .header__search-toggle {
        display: none;
    }

    .header__middle-block {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        width: 280px;
        z-index: 999999;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        border-width: 1px 0 0 1px;
        -webkit-transform: translate3d(-280px,0,0);
        transform: translate3d(-280px,0,0);
        -webkit-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }

    .header__middle-block.active {
        visibility: visible;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 1px 12px 2px hsl(0deg 0% 56% / 30%);
    }
    .header__middle-block .main-menu__close {
        position: absolute;
        height: 30px;
        width: 30px;
        right: 6px;
    }

    .header__main-menu-item:after {
        display: none;
    }

    .header__main-menu-link .elementor-item {
        padding: 0px 0px;
    }



    .main-menu__header {
        display: flex;
        align-items: center;
        justify-content: end;
        padding: 15px 15px;
    }
    .main-menu__logo {
        width: 100%;
        text-align: center;
    }
    .main-menu__title {
        color: #fff;
        text-transform: uppercase;
        margin-right: 10px;
    }
    .header__main-menu-list {
        display: block;
    }
    .header__main-menu-navbar {
        height: 100%;
        padding: 0px 10px;
    }

    .header__main-menu-item {
        border-bottom: 1px solid hsla(0,0%,90%,.5);
        padding: 10px 6px;

        display: block;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .header__main-menu-item-dropdown > a {       
        display: block;
    }

    .header__main-menu-item:hover .header__main-menu-link:before, .header__main-menu-item.active .header__main-menu-link:before {
        opacity: 0;
        visibility: hidden;
    }

    .header__main-menu-item-dropdown .header__main-menu-link:after {
        content: "";
    }

    .header__main-menu-item-dropdown-toggle--mobile {
        display: block;
        width: 65px;
        height: 25px;
        padding: 15px 20px;
        margin: 0;
        position: relative;
    }

    .header__main-menu-item-dropdown-toggle--mobile:after {
        content: "";
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        border-color: rgba(0,0,0,.3);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        right: 5px;
    }

    .header__main-menu-item-dropdown-toggle--desktop {
        display: none;
    }

    .header__main-menu-item-dropdown-menu {
        display: none;
    }
    .header__main-menu-item-dropdown.open .header__main-menu-item-dropdown-menu {
        display: block;
        top: 34px;
        left: 0px;
        z-index: 1;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border-radius: 0px;
        height: auto;
        background: none;
        background-color: #f5f4ec;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .header__main-menu-item-dropdown-menu-item:hover > .header__main-menu-item-dropdown-menu-item-title--link {
        color: #16C8D2;
    }

    .header__main-menu-item-dropdown-menu-item:hover > .header__main-menu-item-dropdown-menu-item-title--link .elementor-item:after {
        background-color: #16C8D2;
    }

    .header__main-menu-item-dropdown-menu-wrap {
        display: block;
    }

    .dropdown-menu-columns-1 .header__main-menu-item-dropdown-menu-list {
        width: 100%;
    }
    .dropdown-menu-columns-2 .header__main-menu-item-dropdown-menu-list {
        width: 100%;
    }
    .dropdown-menu-columns-3 .header__main-menu-item-dropdown-menu-list {
        width: 100%;
    }
    .dropdown-menu-columns-4 .header__main-menu-item-dropdown-menu-list {
        width: 100%;
    }

    .header__main-menu-item-dropdown-menu.dropdown-menu-columns-1 {
        width: 100%;
    }
    .header__main-menu-item-dropdown-menu.dropdown-menu-columns-2 {
        width: 100%;
    }
    .header__main-menu-item-dropdown-menu.dropdown-menu-columns-3 {
        width: 100%;
    }
    .header__main-menu-item-dropdown-menu.dropdown-menu-columns-4 {
        width: 100%;
    }

    .header__main-menu-item-dropdown-menu-list {
        margin: 0px 0;
        border-right: none;
    }

    .header__main-menu-item-dropdown-menu-head {        
        position: relative;
        color: #000;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        padding: 20px 0px;
    }

    .header__main-menu-item-dropdown-menu-head:before {
        content: "";
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 23px;
        right: auto;
        border-color: rgba(0,0,0,.3);
    }
    .header__search-block.open {
        display: none;
    }

    .header__top-menu-item {
        color: #000;
    }

    .module-why__nav-tabs {
        flex-wrap: wrap;
    }
    .nav-tab.module-why__nav-tab {
        padding: 15px 15px 15px;
        font-size: 14px;
    }

    .module-why__slider-title {
        font-size: 35px;    
    }









    .footer__info {
        width: 100%;
        margin-top: 25px;
    }
    .footer__nav {
        width: calc(100% - 330px);
    }

    .header__cart-info:hover .header__cart-dropdown {
        display: none;
    }
    .grid-box {
        display: none;
    }

    .sort-box__dropdown-btn {        
        font-size: 12px;
    }
    .sort-box__input-sort {   
        font-size: 12px;

    }













    .footer {
        padding: 45px 0 100px;
    }
    .footer__nav {
        width: 100%;
    }
    .footer__info {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer__copy {
        width: 100%;
    }

    .footer__subscribe {
        margin-bottom: 30px;
    }


    .footer__social-links {

    }
    .footer__yandex-widget {
        margin-bottom: 13px;
        
    }
    .footer__social {
        margin-bottom: 13px;
    }


    .footer__payment-list {
        justify-content: start;
    }
    .footer__payment-list-item {
        margin-right: 20px;
    }

    

    .footer-fixed-menu {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: 67px;
        border-top: 0.5px solid #e1e1e5;
        background: #fff;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        left: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 1;
    }

    .footer-fixed-menu__item, .footer-fixed-menu__item:focus, .footer-fixed-menu__item:hover {
        display: flex;
        flex: 1 1 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 47px;
        padding: 0px;
        outline: 0!important;
        color: #333;
        text-align: center;
        text-decoration: none;
        transition: .15s;
        position: relative;
        cursor: pointer;
        background: none;
        border: none;
    }

    .footer-fixed-menu__item:active, .footer-fixed-menu__item_active, .footer-fixed-menu__item_active:focus, .footer-fixed-menu__item_active:hover, .footer-fixed-menu__item.open {
        /*color: #16C8D2;*/
    }

    .element-count {
        position: absolute;
        top: -4px;
        left: calc(50% + 3px);
        background: #16C8D2;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        color: #fff;
        padding: 0px 5px;
        font-size: 10px;
        height: 18px;
        min-width: 18px;
        font-weight: bold;
        z-index: 1;
    }

    .footer-fixed-menu__item svg {
        height: 20px;
        color: #16C8D2;
        fill: #16C8D2;
    }

    .footer-fixed-menu__item svg.e-fab-whatsapp {
        height: 23px;
    }

    .footer-fixed-menu__item i {
        font-size: 20px;
        color: #16C8D2;
        border-color: #16C8D2;
    }


    .footer-fixed-menu__item-name {
        margin-top: 4px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 11px;
    }

    .footer-fixed-menu__item-count {
        top: -2px;
        left: calc(50% + 1px);
    }

    .wa-quick-link {
        display: none !important;
    }

    .btn-quick-nav {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .list__columns-5-max-991 .list__column {
        width: calc(100%/5);
    }
    .list__columns-4-max-991 .list__column {
        width: calc(100%/4);
    }
    .list__columns-3-max-991 .list__column {
        width: calc(100%/3);
    }
    .list__columns-2-max-991 .list__column {
        width: calc(100%/2);
    }
    .list__columns-1-max-991 .list__column {
        width: 100%;
    }

    .kakzakazat-section-item {
        padding-right: 10px;
    }

    .module-otkritka .free-message-block {
        padding: 40px 28px;
        background: url(/image/catalog/otkritka/free-message_new.webp) 94% 0 no-repeat;
        border-radius: 16px;
    }
    .module-otkritka .free-message-block .free-message-block__heading {
        font-size: 18px;
    }
    .module-otkritka .free-message-block .free-message-block__desc {        
        max-width: 473px;
        font-size: 12px;
    }

    .delivery-info__left {
        width: 100%;
    }

    .delivery-info__right {
        width: 100%;
    }

    .delivery-info__mkad-block {
        width: 49%;
    }
}

@media (max-width: 767px) {

    body {
        font-size: 14px;
    }

    .container {
        padding: 0px 10px;
    }

    .product-card-list {
        margin: 0 -5px;
    }

    .left-content {
        width: 100%;
    }

    .content-section-wrap.left-fix .left-content {
        position: initial;
    }

    .main-content--l, .main-content--r {
        width: 100%;
    }
    .list__columns-5-max-767 .list__column {
        width: calc(100%/5);
    }
    .list__columns-4-max-767 .list__column {
        width: calc(100%/4);
    }
    .list__columns-3-max-767 .list__column {
        width: calc(100%/3);
    }
    .list__columns-2-max-767 .list__column {
        width: calc(100%/2);
    }
    .list__columns-1-max-767 .list__column {
        width: 100%;
    }

    .kakzakazat-section-item::after {
        display: none;
    }
    .kakzakazat-section-item.last, .kakzakazat-section-item {        
        width: 50%;
        margin-bottom: 10px;
    }

    .kakzakazat-section {
        flex-wrap: wrap;
    }

    .module-otkritka .free-message-block .free-message-block__desc {
        max-width: 236px;
    }
    .module-otkritka .free-message-block {
        background-size: cover;
    }

    .question-control__hover {
        width: 100%;
        min-width: 270px;
        background-color: #000000;
        border: none;
        height: auto;
    }

    .question-control:hover .question-control__hover {
        display: none;
    }

    .question-control.open .question-control__hover {
        display: block;
    }


    .question-control__hover p {
        color: #ffffff;
        margin-right: 24px;
    }

    .question-control__close {
        display: block;
    }

    .delivery-module__question .question-control__hover {
        left: -130px;
    }

    #delivery-module__map {
        height: 200px;
    }

    .delivery-info__mkad-block {
        width: 100%;
        height: auto;
    }

    .delivery-info__mkad-blocks {
        flex-wrap: wrap;
    }

    .product-card {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 40px;
    }

    .product-card__buttons {
        padding: 0 10px 0px;
        flex-wrap: initial;
    }

    .product-card__stick-box {
        top: 3px;
        left: 3px;
    }
    .product-card__options {
        padding: 5px;
    }

    .product-card__options-item {
        width: 100%;
    }

    .product-card__wrapper:hover .product-card__hover-layer {
        display: none;
    }

    .product-card__choose-option {
        font-size: 12px;
    }

    .product-card__options-label {
        padding: 7px 6px 6px;
        font-size: 11px;
    }

    .add-to-cart {
        font-size: 10px;
        padding: 0 10px;
    }

    .product-card__buttons .add-to-cart {
        width: 100%;
        min-width: auto;
    }

    .add-to-cart:before {
        display: none;    }

    .add-to-wish {
        margin-left: 8px;
    }

    .module-why__nav-tab {
        width: 100%;
        margin-bottom: 10px;
    }

    .module-why__tab-pane {
        justify-content: space-between;
        align-items: start;
        flex-wrap: wrap;
    }

    .module-why__content {
        width: 100%;
    }

    .module-why__slider {
        width: 100%;
    }

    .module-why {
    }

    .module-why__slider-title {
        font-size: 30px;    
    }

    .module-why__content-title {
        font-size: 24px;
    }


    .footer {
        padding-top: 25px;
        text-align: center;
    }

    .footer a {
        line-height: 35px;
    }

    .footer__nav-column {
        width: 100%;
    }

    .footer__subscribe-success {
        display: block;
    }
    .footer__subscribe-success-image {
        margin-right: 0px; 
    }

    .footer__contacts-list {
        width: 100%;
    }
    .footer__social-list {
        justify-content: center;
    }
    .footer__social-links {
        justify-content: center;
    }
    .footer__social {
        width: 100%;
    }
    .footer__yandex-widget {
        width: 100%;
    }
    .footer__payment-list {
        justify-content: center;
    }
    .footer__payment-list-item {
        margin-left: 9px;
        margin-right: 9px;
    }

    .footer__copy {
        width: 100%;
    }

    .footer__copy-text, .footer__copy-links {
        width: 100%;
        max-width: 100%;
    }

    .footer__copy-text {
        margin-bottom: 20px;
    }

    .catalog-filters-control {
        width: 100%;
    }

    .catalog-filters-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .catalog-filters-control.fixed {
        height: 48px;
    }

    .catalog-filters-control.fixed .catalog-filters-content {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 2;
        background: #fff;
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 0 3px 0 rgb(0 0 0 / 6%);
        padding: 13px 10px;
        transform: translateY(-100%);
        transition: transform .4s;
    }

    .catalog-filters-control.fixed.show .catalog-filters-content {
        transform: translateY(0);
    }
}


@media (max-width: 480px) {
    .module-otkritka .free-message-block {
        padding: 38px 12px;
        background: url(/image/catalog/otkritka/free-message-new-mob.webp) 94% center no-repeat;
        border-radius: 10px;
        background-size: cover;
    }
}