@charset "UTF-8";
@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Regular'), local('Gilroy-Regular'),
		url('fonts/Gilroy/Gilroy-Regulard41d.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gilroy/Gilroy-Regular.woff') format('woff'),
		url('fonts/Gilroy/Gilroy-Regular.woff2') format('woff2'),
		url('fonts/Gilroy/Gilroy-Regular.eot') format('embedded-opentype');
		;
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Light'), local('Gilroy-Light'),
		url('fonts/Gilroy/Gilroy-Lightd41d.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gilroy/Gilroy-Light.eot') format('embedded-opentype'),
		url('fonts/Gilroy/Gilroy-Light.woff') format('woff'),
		url('fonts/Gilroy/Gilroy-Light.html') format('woff2'),
		url('fonts/Gilroy/Gilroy-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Medium'), local('Gilroy/Gilroy-Medium'),
		url('fonts/Gilroy/Gilroy-Mediumd41d.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gilroy/Gilroy-Medium.eot') format('embedded-opentype'),
		url('fonts/Gilroy/Gilroy-Medium.woff') format('woff'),
		url('fonts/Gilroy/Gilroy-Medium.html') format('woff2'),
		url('fonts/Gilroy/Gilroy-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Gilroy';
	src: local('Gilroy Bold'), local('Gilroy/Gilroy-Bold'),
		url('fonts/Gilroy/Gilroy-Boldd41d.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gilroy/Gilroy-Bold.eot') format('embedded-opentype'),
		url('fonts/Gilroy/Gilroy-Bold.woff') format('woff'),
		url('fonts/Gilroy/Gilroy-Bold.woff2') format('woff2'),
		url('fonts/Gilroy/Gilroy-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
    font-display: swap;
}
@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: 'Gilroy', sans-serif;
	font-weight: 300;
	color: #000000;
   	font-size: 15px;
	line-height: 120%;
	width: 100%;
	margin: 0;
	padding: 0;
    overflow-x: hidden;
}
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;
}
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 {    
    font-size: 36px;
    font-family: inherit;
    margin: 0px;
    line-height: 44px;
}
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;
}
.pragmatica {
    color: #e93f32;
    text-align: center;
}
.pragmatica::after {
    content: "";
    display: block;
    width: 58px;
    height: 51px;
    margin: 18px auto 0;
    background: url(../../../icon/art.png) 50% 50% no-repeat;
    background-size: contain;
}
.goldtext, .goldtext:hover, .goldtext:focus, .goldtext:active {
    color: #e93f32;
}
.red {
    color: #f00;    
}
.green {
    color: #52C138;    
}
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: 50px;
    border-radius: 4px;
    border: 1px solid #ededed;
    overflow: hidden;
    text-transform: uppercase;
    background: #fff;
}

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

.btn-primary {
    background: linear-gradient(92.57deg, #0CE6DF 7.38%, #83f5f2 98.71%);
    color: #fff;
    border: none;
    border-bottom: 2px solid #83f5f2;
    font-weight: 600;
    text-align: center;
}

.btn-primary:hover, .btn-primary:focus {
    background: linear-gradient(92.57deg, #83f5f2 7.38%, #0CE6DF 98.71%);
    color: #fff;
}
.form-block {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}

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(../../../icon/i-check.svg) 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: 1170px;
    padding: 0px 15px;
    margin: auto;
}
.hidden {
	display: none !important;
}
.bold {
    font-weight: bold;
}
.center-text {
    text-align: center;
}
main {    
    min-height: 600px;
    margin-top: 5px;
}





.header {	
    
}
.header__top-menu {}
.header__top-menu-wrap {	
    
}
.header__top-menu-list {	
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px -10px;
}
.header__top-menu-item {
	position: relative;
}
.header__top-menu-item-dropdown {
    padding: 0px 10px 0px 10px;

}

.header__top-menu-link {
    font-size: 14px;
    font-weight: 500;
    color: #585858;
    padding: 14px 10px 14px 10px;
    display: block;
}
.header__top-menu-item-dropdown > .header__top-menu-link {
    display: inline-block;
    padding: 14px 0px 14px 0;
	
}
.header__top-menu-item:hover > .header__top-menu-link, .header__top-menu-item.active > .header__top-menu-link, .header__top-menu-item-dropdown-item:hover > .header__top-menu-link, .header__top-menu-item-dropdown-item.active > .header__top-menu-link {
    color: #e93f32;
}
.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: #e93f32;
}
.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 {}
.header__top-menu-link--dropdown {	
    padding: 6px 12px;
}






.header__main-block {	
    padding-bottom: 15px;
    padding-top: 5px;
}
.header__main-block-wrap {	
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__logo-block {}
.header__logo {
    width: 107px;
    margin: 0 20px 0 0;
}
.header__logo img {
	width: 100%;
    height: auto;
}
.header__middle-block {	
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    margin-right: 25px;
}
.header__shop-info {
	min-width: 200px;

    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #5B5B5B;
    margin-right: 15px;
    margin-left: 1px;
}

.header__headwork-block {
    margin-top: 5px;
}
.header__headwork-block--mob {
    display: none;
}
.header__headwork-title {
    font-size: 11px;
    font-weight: bold;
}
.header__headwork-description {}
.header__headwork-description-list {
    padding-left: 10px;
    list-style: disc;
    font-size: 11px;
}
.header__headwork-description-list li {
    position: relative;
    color: #e93f32;
}
.header__headwork-description-list li span {
    color: #5B5B5B;    
}

.header__search-block {
	width: 100%;
}
.header__search-input-group {	
    height: 50px;
    width: 100%;
    display: flex;
}
.header__search-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 50px;
    cursor: pointer;
    background: none;
    border: none;
    position: absolute;
    right: 0px;

}
.header__search-button svg {    
    width: 20px;
    height: 20px;
}
.header__search-input {
    height: 100%;
    max-width: calc(100% - 218px);
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    padding: 0 60px 0 15px;
    box-sizing: border-box;
    outline: none;
    transition: all 0.4s ease;
    position: absolute;
    right: 0px;

}
.header__search-input:focus {
	position: absolute;
	right: 0px;
    max-width: 100%;
}


.header__search-input:focus::-webkit-input-placeholder {
	color: transparent;
}
.header__search-input:focus::-moz-placeholder {
	color: transparent;
}
.header__search-input:focus:-moz-placeholder {
	color: transparent;
}
.header__search-input:focus:-ms-input-placeholder {
	color: transparent;
}
.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-img {
    width: 100%;
    height: auto;
}
.search-block__autocomplete-item-name {}
.search-block__autocomplete-item-title {
    font-weight: 400;
}
.search-block__autocomplete-button {

} 
.search-block__autocomplete-button a {
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    background-color: #e93f32;
    display: block;
    padding: 5px 0px;    
}





.header__action-block {	
    display: flex;
    align-items: center;
}
.header__search-toggle {
	display: none;
}
.header__wishlist-block {
	display: none;
}
.header__contacts-block {
    width: 180px;
    position: relative;
}
.header__contact-telephone {	
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}
.header__contact-telephone-mobile {
	display: none;
}
.header__contact-telephone-dropdown-toggle {	
    margin-left: 5px;
    display: none;
}
.header__contact-info {}

.header__contacts-dropdown-block {
	position: absolute;
    z-index: 10;
    top: -9px;
    left: -20px;
    width: 260px;
    padding: 2px;
    border: 2px solid #f7f5f7;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 4px 16px rgb(29 0 52 / 5%);
    display: none;
}
.header__contacts-block.open .header__contacts-dropdown-block {
	display: block;	
}

.header__contacts-item {
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px 16px;
    color: #999;
    font-size: 14px;
    line-height: 14px;
    position: relative;
}
a.header__contacts-item:hover .header__contacts-val {
	color: #e93f32;
}
.header__contacts-item--callback, .header__contacts-item--telegram, .header__contacts-item--viber, .header__contacts-item--instagram, .header__contacts-item--whatsapp {
    min-height: 48px;
    padding-left: 62px;
    cursor: pointer;
}
.header__contacts-val {
	margin-top: 2px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.header__contacts-item--callback:hover .header__contacts-val, .header__contacts-item--email a:hover {
    color: #e93f32;
}

.header__contacts-item--address .header__contacts-val, .header__contacts-item--email .header__contacts-val {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.header__contacts-item--callback:before, .header__contacts-item--telegram:before, .header__contacts-item--viber:before, .header__contacts-item--instagram:before, .header__contacts-item--whatsapp:before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 6px;
    position: absolute;
    top: calc(50% - 20px);
    left: 16px;
}
.header__contacts-item--whatsapp:before {
    background: url(../../../icon_soc/whatsapp.svg) no-repeat;
}
.header__contacts-item--telegram:before {
    background: url(../../../icon_soc/telegram.svg) no-repeat;
}
.header__contacts-item--viber:before {
    background: url(../../../icon_soc/viber.svg) no-repeat;
}
.header__contacts-item--instagram:before {
    background: url(../../../icon_soc/instagram.svg) no-repeat;
}
.header__contacts-item--callback:before {
    background: url(../../../icon_soc/callback.svg) no-repeat;
}


.header__account-block {
	position: relative;
}
.header__login-button {	
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: none;
    font-weight: 500;
}

.header__login-button svg, .header__login-button img {
    margin-right: 7px;
    width: 24px;
}

.header__account-block:hover .header__login-button {
	color: #e93f32;
}

.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;
}	

.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-text {
	
}
.header__account-link svg {
    margin-right: 10px;
    width: 15px;
}
.header__account-link:hover, .header__account-link.active {
    color: #e93f32;
}

.header__top-menu-toggle {
	display: none;
}








.header__main-menu-block {	
    box-shadow: 1px 1px 9px #ec574c;
    position: relative;
    z-index: 9;
    background: #fff;
}
.header__main-menu-wrap {	
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header__main-menu-navbar-wrap {
    width: calc(100% - 85px);
}
.header__main-menu-navbar {
    width: 100%;
}
.header__main-menu-list {	
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    width: 100%;
}
.header__main-menu-item {    
    display: block;
    height: 100%;
    width: 100%;
}
.header__main-menu-item-dropdown {}
.header__main-menu-link {
	padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: #171717;
    text-transform: uppercase;
    display: block;
    padding-right: 30px;
    white-space: nowrap;
}
.header__main-menu-link {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: #171717;
    text-transform: uppercase;
    display: block;
    padding-right: 30px;
    white-space: nowrap;
}
.header__main-menu-block.fixed .header__main-menu-link {
    padding-right: 25px;
}

.header__main-menu-item:nth-last-child(-n+2) .header__main-menu-link {
    /*padding-right: 0px;*/
}
.header__main-menu-item.menu_actions .header__main-menu-link {  
    
}
.header__main-menu-item-dropdown-toggle {    
    width: 12px;
    height: 8px;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}
.header__main-menu-item-dropdown-toggle--desktop {    

}
.header__main-menu-item-dropdown-toggle--mobile {    
	display: none;
}
.header__main-menu-item:hover .header__main-menu-item-dropdown-toggle {
	color: #e93f32;
}
.header__main-menu-item:hover > .header__main-menu-link, .header__main-menu-item.active > .header__main-menu-link {
	color: #e93f32;
}
.header__main-menu-item.menu_actions:hover .header__main-menu-link {    
    
}

.header__main-menu-item-dropdown-menu {    
    display: none;
    position: absolute;
    top: calc(100% + 0px);
    box-shadow: 0px 4px 4px rgb(190 190 190 / 25%);
    border-radius: 3px;
    background: #fff;
}

.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: 10px 0 10px 25px;
    font-weight: 700;
    font-size: 15px;
}
.header__main-menu-item-dropdown-menu-item-title--link {
    font-weight: 500;
}
.header__main-menu-item-dropdown-menu-item-title--link:hover, .header__main-menu-item-dropdown-menu-item.active .header__main-menu-item-dropdown-menu-item-title--link {
    color: #e93f32;
}
.header__main-menu-item.nolink .header__main-menu-link {
    pointer-events: none;
    cursor: pointer;
}
.header__main-menu-item-dropdown-menu-item-count {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em;
}






.header__user-links-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 30px;
    min-width: 85px;
    padding-right: 10px;
}
.header__user-link-item--telephone {
    display: none;
}
.header__user-link-item {	
}
.header__user-link {
	display: block;
	width: 24px;
    height: 24px;
    transition: transform .15s;
    position: relative;
}
.header__user-link svg {	
    height: 100%;
}

.header__user-link-item:hover .header__user-link {
    transform: scale(1.25);
}

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

}

.header__cart-dropdown {
    display: none;
    position: absolute;
    right: 5px;
    top: calc(100% - 13px);
}
.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;
}
.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;

}
.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;
    font-size: 17px;
    line-height: 27px;
    width: 237px;
    text-transform: none;
}

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




.module-advantages {}
.advantages {
    margin-top: 50px;
}

.advantages__slider-wrap {
    position: relative;
    padding-top: 40px;
}
.advantages__slider {}
.advantages__slider-wrapper {
    display: flex;
}
.advantages__item {
    max-width: calc(25% - 25px);
    margin-right: 25px;
}
.advantages__item-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
    align-items: center;
}
.advantages__item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49px;
    height: 49px;
    border: 1px solid #e93f32;
    border-radius: 50%;
    color: #e93f32;
}
.advantages__item-icon img {
    width: 35px;
    height: 35px;
}
.advantages__item-heading {
    width: calc(100% - 75px);
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #e93f32;
}
.advantages__item-desc {
    font-size: 12px;
    line-height: 15px;
    color: #5B5B5B;
    text-align: center;
}
.advantages__swiper-button {

}
.advantages__swiper-button-prev {
   
}
.advantages__swiper-button-next {
 
}







.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 {}
.breadcrumb__item:after {
    content: ">";
    margin: 0 3px;
}
.breadcrumb__item:last-child:after {
    display: none;
}
.breadcrumb__link {
    color: inherit;
    text-decoration: underline;
}
.breadcrumb__link:hover {
    text-decoration: none;
}
.breadcrumb__link--nolink {
    text-decoration: none;
}

.page-header-block {}
.page-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 0;
}
.page-header__back {    
    background: url(../../../icon/modal-callback-arrow.svg) 0 50% no-repeat;
    border: none;
    font-size: 0;
    height: 20px;
    width: 25px;
    display: none;
}
.page-header h1 {
}
.page-header--category h1 {
    margin-right: 10px;

}
.category-items-counter {
    color: #e93f32;
    margin-top: 8px;
}
.catalog-filters-control {
    margin: 10px 0 0;
}
.catalog-filters-content {
    
}
.filter-box {
    display: none;
} 
.filter-box:hover .filter-box__popup-btn {  
    color: #e93f32;
}
.sort-box {
    position: relative;
}
.sort-box__dropdown-btn {    
    background: url(../../../icon/sort.svg) 10px center no-repeat;
    background-size: 15px;
    padding: 10px 10px 10px 35px;
    font-size: 16px;
    border: 0;
    outline: 0;
    box-shadow: none;
    color: #e93f32;
}
.sort-box:hover .sort-box__dropdown-btn {  
    color: #e93f32;
}
.sort-box__input-sort {    
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 0px 5px;
    cursor: pointer;
}









.content-section {
}
.content-section-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}
.left-content {
    width: 265px;
    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%;
}
.main-content--l, .main-content--r {
    width: calc(100% - 295px);
}

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

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

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

.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: #e93f32;
    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%23e93f32%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: 15px;
    padding-left: 15px;
    margin-bottom: 34px;
}
.list__column {}
.product-card__wrapper {
    position: relative;
    border: 0;
    margin-bottom: 0;
    box-shadow: 0px 4px 4px #f7f7f7;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}
.product-card__wrapper:hover {
    box-shadow: 1px 1px 9px #ec574c;
}


.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: 10px 10px 0 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%23e93f32%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: 18px;
    left: 18px;
    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: 12px;
    text-transform: uppercase;
    padding: 6px 10px 4px;
    border-radius: 5px;
    font-weight: bold;
    background: #e93f32;
    color: #fff;
}
.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: 55px 20px 0px 20px;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    font-weight: 800;
    z-index: 1;
}
.product-card__attribute-group {}
.product-card__attribute-group-name {
    color: #e93f32;
    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(../../../icon/diameter.svg);
}

.product-card__attribute-13::before {
    background-image: url(../../../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: 20px 7px 7px;
    width: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgb(190 190 190 / 25%);
    z-index: 2;    
    overflow-y: auto;
    max-height: 100%;
}
.product-card__options.show {
    display: block;
}
.product-card__choose-option {
    color: #e93f32;
    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 6px 10px;
    width: 100%;
    border: 1px solid #E5EAEC;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
.product-card__options-label:hover {
    border-color: #e93f32;
    font-weight: 700;
}
.product-card__options-label input {
    display: none;
}
.product-card__options-price {}





.product-card__caption {
    padding: 0 20px 16px;
}
.product-card__name {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border-bottom: 8px solid transparent;
    box-shadow: 0 1px 0 0 #e5eaec;

    margin: 7px 0 15px;
    height: 50px !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card__name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
    color: #5B5B5B;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-card__cashback-wrap {
    height: 17px;
    margin-bottom: 10px;
}
.product-card__cashback {
    background-color: #e93f32;
    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;
}
.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;
}
.product-card__price--action {
    display: block;
}
.product-card__price .price-new {
    font-weight: bold;
    display: block;
    margin: 0 0 0;
    text-align: center;
    color: #171717;
    font-size: 18px;
}
.product-card__price--action .price-new {
    color: #ef0601;
}
.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;
}
.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: 25px;
}
.add-to-cart {}
.add-to-cart:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../../../icon/cart-white.svg) 50% no-repeat;
    margin-right: 8px;
}
.add-to-cart.active:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../../../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: #e93f32;
}
.kamehameha {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.kamehameha span {
    pointer-events: none;
    display: block;
    width: 6px;
    height: 6px;
    background: #E12A50;
    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;
}



.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;
}

.heading-with-art:before {
    content: '';
    display: block;
    width: 58px;
    height: 51px;
    margin: 0 auto 5px;
    background: url(../../../icon/art.png) 50% 50% no-repeat;
    background-size: contain;
}

section {
    clear: both;
    position: relative;
}
.section-module {
    margin-top: 50px;
}
.module-heading {
    margin: 0 0 32px;    
}
.module-product {    
    margin-top: 50px;
}
.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: #e93f32;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    transition: .15s;
    margin-right: 16px;
    margin-bottom: 16px;
}

.content-center .module-product:first-child {    
    margin-top: 0px;
}
.content-center.product-card-list .module-product {    
    margin: 0 15px;
}
.module-product__heading {    
    margin: 0 0 32px;
}

.module-product__button {

}
.module-product__button .btn {
    font-size: 13px;
    line-height: 72px;
    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: 12px 32px 16px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;


}
.nav-tab.active {
    color: #e93f32;
}
.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: #e93f32;
    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 #e93f32;
    color: #e93f32;
    font-weight: 500;
}

.module-otkritka {
    position: relative;
    margin-top: 50px;
    padding: 0;
}
.module-otkritka .free-message-block {
    background: url(../../../otkritka/free-message_new.webp) 80% 0 no-repeat;
    padding: 40px 5.5% 40px 10%;
    min-height: 251px;
    margin-bottom: 40px;
    border-radius: 16px;
}
.module-otkritka .free-message-block .free-message-block__heading {
    font-weight: 700;
    font-size: 27.3575px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #e93f32;
    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-kakzakazat {
    margin-top: 60px;
}
.kakzakazat {}
.kakzakazat__heading {
    font-weight: 700;
    font-size: 24px;
    color: #e93f32;
    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: #e93f32;
}
.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: bold;
    font-size: 18px;
}
.kakzakazat-section-item-descr {
    margin-top: 26px;
}



.free-message-block__desc p {
    margin: 0 0 16px;
}

.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: #e93f32;
    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: 20px;
    border-radius: 50%;
    border: 1px solid #e93f32;
    text-align: center;
    color: #e93f32;
    font-size: 22px;
}
.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: #e93f32;

}

.not-found__block-content {
    padding-top: 189px;
    background: url(../../../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: 15px;
}

.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: #fff;
    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: #e93f32;
    border-color: #e93f32;
    box-shadow: 1px 1px 9px #ec574c;
}






.footer {
    margin-top: 30px;
    padding: 45px 0 20px;
    background-color: #171717;
    border: 0;
    line-height: 1.5;
    color: #fff;
    clear: both;
    overflow: hidden;
    font-weight: 300;
}
.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: #e93f32;
    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 {
    border-radius: 0px 3px 3px 0px;    
}

.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(../../../icon/i-close-white.svg);
    background-repeat: no-repeat;
    display: none;
}

.delivery-module {
    margin-bottom: 15px;
}
.delivery-module__form-group {}
.delivery-module__form-control {}
.delivery-module__info {}
.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;
}
.delivery-info__mkad-block .title {    
    background: linear-gradient(90.16deg, #CA9C68 7.33%, #FEE7A6 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: 58px;
    height: 51px;
    background: url(../../../icon/art.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 55px;
    left: calc( (100% - 58px) / 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: #e93f32;
    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(../../../icon/%c3%90%c2%be%c3%90%c2%ba.html) no-repeat;
}

.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: #e93f32 !important;
    outline: none;
}
.time-module__time-price {
    position: absolute;
    right: 0px;
    color: #e93f32;
}
.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;
}

.module-city {}
.module-city__heading {}
.module-city__wrap {}
.module-city__list {
    display: flex;
    flex-wrap: wrap;
}
.module-city__layout {
    width: 25%;
    margin-bottom: 25px;
}
.module-city__caption {
    text-align: center;
}
.module-city__caption .h4 {
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.module-city__caption .city-name {
    color: #5B5B5B;
}




.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: #F5C298;
    margin-bottom: 13px;
}
.yandex-rating__widget {}

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

}
.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: #E4942A;
}

.footer__payment {
    color: #F5C298;
}
.footer__payment-heading {
    margin-bottom: 11px;
}
.footer__payment-list-wrap {
    color: #e93f32;
}
.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: #E4942A;
}
.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: #E5EAEC;
}
.footer__copy-links ul li {
    margin-bottom: 6px;
}


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

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

















@media (min-width: 1024px) {

    .header__main-menu-block-wrap {
        height: 50px;
    }
    .header__main-menu-block.fixed {  
        position: fixed;
        width: 100%;
        top: 0px;
        background: #fff;
        box-shadow: 1px 10px 14px #ec574c;
    }

    .header__main-menu-block.fixed .header__main-menu-item-dropdown-menu {
        top: calc(100% + -2px);
    }

    .header__main-menu-item:hover .header__main-menu-item-dropdown-menu {  
        display: block;    
    }
    
	.header__top-menu-item:hover .header__top-menu-item-dropdown-list {	
	    display: block;
	}
	.header__top-menu-item:hover .header__top-menu-item-dropdown-toggle {
	    transform: rotate(180deg);
	}
	.header__contacts-block:hover .header__contacts-dropdown-block {
		display: block;	
	}

    .header__main-menu-block.fixed .header__user-links-block {        
        margin-left: 15px;
        min-width: 135px;
    }
    .header__main-menu-block.fixed .header__user-link-item--telephone {        
        position: relative;
        right: -5px;
        display: block;
    }
    .header__main-menu-item-hidden-mob {
        display: none !important;
    }
    .menu_actions--mob {
        display: none !important;
    }
    .main-menu__close {
        display: none;
    }
    .main-menu__header {
        display: none;
    }

    .breadcrumb__list {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 768px) {

    .wa-quick-link {        
        position: fixed;
        z-index: 1;
        bottom: 77px;
        right: 29px;
        display: block;
        width: 48px;
        height: 48px;
        box-shadow: 0px 2px 6px #ccc;
        border-radius: 40px;
    }
	
    .btn-quick-nav {        
        position: fixed;
        z-index: 1;
        bottom: 10px;
        right: 29px;
        color: #525252;
        border: 1px solid #c7c7c7;
        border-radius: 48px;
        min-width: 48px;
        height: 48px;
        background: #fff;
    }

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

    .btn-quick-nav svg {
        transform: rotate(180deg);
        width: 24px;
        height: 24px;
    }
}






















@media (max-width: 1199px) {
    .header__main-menu-link {
        padding-right: 0px;
    }
    .header__main-menu-block.fixed .header__main-menu-link {
        padding-right: 0px;
    }
    .header__main-menu-item {
        display: block;
        height: 100%;
        width: auto;
    }
    .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: 1023px) {

    .header {
        /*height: 70px;*/
        height: auto;
    }

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

	.header__top-menu-list {
	    display: block;
	}
	.header__top-menu-link {
	    padding: 10px 10px 10px 10px;
        font-size: 16px;
	}
	.header__top-menu-item-dropdown > .header__top-menu-link {
	    padding: 10px 0px 10px 0;
	}

	.header__top-menu-item.open .header__top-menu-item-dropdown-list {	
	    display: block;
	}

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

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


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

	.header__logo {
	    width: 60px;
	}
	.header__main-block {
	    padding-bottom: 10px;
	    padding-top: 10px;
	    box-shadow: 1px 1px 9px #ec574c;
	}
	

	

	.header__account-block {
		display: none;
	}
	.header__contact-info {
		display: none;
	}
	.header__top-menu-toggle {
		
	    display: flex;
	    align-items: center;
	}

	.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 {
		background: none;
	    border: none;
	}
	.header__top-menu-toggle-button.open {
		background: none;
	    border: none;
	}

	.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__contact-telephone-dropdown-toggle {	
    	display: initial;
	}
	
	.header__contacts-block {
	    width: 170px;
	}
	.header__contacts-dropdown-block {	 
		width: 220px;
    	top: -17px;
	}
	

	.header__wishlist-block {
		display: block;
   		margin-right: 15px;
	}
	.header__wishlist-block-link { 
	    display: block;
	    position: relative;
    	height: 24px;
	}
	.header__wishlist-block-link svg {
		width: 24px;
    	height: 24px;

    	
	}
	.header__wishlist-block-link-count {

	}


	.header__user-links-block {
		display: none;
	}
    .header__main-menu-navbar-wrap {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: #fff;
        height: calc(100% - 65px);
        z-index: 9;
    }

    .header__main-menu-navbar-wrap.open {
        display: block;
    }

    .header__main-menu-navbar-wrap .main-menu__header {
        padding: 24px 15px 16px;
    }

    .header__main-menu-navbar-wrap .main-menu__title { 
        padding-right: 24px;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
    }

    .main-menu__close {
        top: 27px !important;
    }

    .header__main-menu-navbar {    
        width: auto;
        height: 100%;
    }

    .header__main-menu-list {
        display: block;
        height: calc(100% - 70px);
        overflow: auto;
    }
    .header__main-menu-item {
        display: block;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #f6f6f6;
    }
    .header__main-menu-link {
        width: 100%;
        padding: 15px 15px 15px 15px;
    }
    .header__main-menu-item-dropdown .header__main-menu-link {
        width: auto;
        padding: 10px 0px 10px 15px;
        line-height: 35px;
    }

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

    .header__main-menu-item.open .header__main-menu-item-dropdown-toggle--mobile {
        transform: rotate(180deg);
    }

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

    .menu_actions {
        display: none;
    }


    .header__main-menu-item.open .header__main-menu-item-dropdown-menu {        
        display: block;
        position: initial;
        box-shadow: none;
    }

    .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-list {
        margin: 0px 0;
        padding-left: 20px;
        border-right: none;
    }

    .header__main-menu-item-dropdown-menu-wrap {
        flex-wrap: wrap;
    }

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

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

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

    .dropdown-menu-columns-1 .header__main-menu-item-dropdown-menu-list {
        width: calc(100% - 20px);
    }

    .header__main-menu-item-dropdown-menu-item-title {
        padding: 10px 0 10px 0px;
    }

    .header__main-menu-item-dropdown-menu-item-count {
        display: none;
    }
    .header__main-menu-item-dropdown-menu-item {
        list-style: disc;
        margin-left: 15px;
    }
    .header__main-menu-item-dropdown-menu-item--title {
        list-style: none;  
        margin-left: 0px;      
    }

    .advantages__item {
        max-width: calc(100%/3 - 25px);
        margin-right: 25px;
    }

    .breadcrumb__list {
        scrollbar-width: none;
        -ms-overflow-style: none;
        overflow: auto;
    }


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


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

    .pagination-wrap-left {
        width: 100%;
    }
    .pagination-wrap-right {
        width: 100%;
        text-align: left;
    }

    .header__main-menu-item:hover > .header__main-menu-link {
        color: #171717;
    }

    .header__main-menu-item.active > .header__main-menu-link {
        color: #e93f32;
    }









    .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: 150;
	}

	.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: #e93f32;
	}

	.footer-fixed-menu__item svg {
		height: 20px;
	}


	.footer-fixed-menu__item-name {
		margin-top: 4px;
	    font-size: 12px;
	    font-style: normal;
	    font-weight: 500;
	    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-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%;
    }

    .advantages__item {
        max-width: calc(100%/2 - 25px);
        margin-right: 25px;
    }

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

    .module-otkritka .free-message-block {
        padding: 40px 28px;
        background: url(../../../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%;
    }

    .header__shop-info {
        min-width: 150px;
        max-width: 150px;
    }

    .header__search-input {
        max-width: calc(100% - 168px);
    }
}

@media (max-width: 767px) {

    .container {
        padding: 0px 10px;
    }

    .header__logo {
        margin: 0 10px 0 0;
    }

    .header__shop-info {
        margin-right: 0px;
    }

    .header__headwork-block {
        display: none;
    }
    .header__headwork-block--mob {
        display: block;
        padding-left: 15px;
    }

    .header__middle-block {
        margin-right: 5px;
    }
    
	.header__search-block {
	    display: none;
	}
	.header__search-toggle {
		display: block;
    	margin-right: 15px;
    	height: 36px;
	}
	.header__search-toggle-button {
		background: none;
    	border: none;
	}
	.header__search-toggle-button svg {
    	height: 36px;
        width: 24px;
	}

	.header__search-input {
	    max-width: 100%;
	}

	.header__contacts-block {
	    width: auto;
	    margin-right: 15px;
	}
	.header__contact-telephone {
		display: none;
	}
	.header__contact-telephone-mobile {
		display: block;
    	height: 34px;
	}

    .module-advantages {
        min-height: 162px;
    }

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

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

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

    h1, .h1 {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        display: block;
    }

    .category-items-counter {
        margin-top: 4px;
        font-size: 12px;

    }

    .filter-box {
        display: block;
    } 

    .sort-box__dropdown-btn {
        background: url(../../../icon/sort.svg) left center no-repeat;
        background-size: 14px;
        padding: 0px 0px 0px 20px;
        font-size: 14px;
    }

    .sort-box__input-sort {
        padding: 0px;
    }
    
    .filter-box__popup-btn {
        background: url(../../../icon/filter.svg) left 10px center no-repeat;
        background-size: 14px;
        padding: 7px 10px 7px 35px;
        font-size: 14px;
        border: 0;
        outline: 0;
        box-shadow: none;
        border: 1px solid #e93f32;
        border-radius: 6px;
        color: #e93f32;
        display: flex;
        height: 32px;
    }

    .filter-box__qty {
        background: #e93f32;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        margin-left: 4px;
        font-size: 10px;
        font-weight: 500;
    }

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

    .catalog__interim-result {
        font-size: 12px;
    }

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

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

    .product-card__stick-box.new-year { 
        top: 3px;
        right: 3px;
        left: auto;
    }

    

    .product-card__options {
        padding: 5px;
    }

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

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

    .product-card__caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-card__name {
        font-size: 16px;
    }

    .add-to-wish { 
        margin-left: 8px;
    }
    .add-to-wish svg {
        width: 22px;
        height: 22px;
    }

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

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

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


    .page-header-wrap {
        flex-wrap: wrap;
    }

    .page-header {
        width: 100%;
    }

    .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);
    }



    .left-content {
        width: 100%;
    }

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

    .main-content--l, .main-content--r {
        width: 100%;
    }

    .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%;
    }

    .module-review__nav-tab {
        padding: 12px 20px 16px;
        font-size: 17px;
    }

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

    .container .module-product {
        margin: 0px -5px;
        margin-top: 50px;
    }

    .oplata-block-section-elements-container {
        display: block;
    }
    .oplata-block-section-elements {
        margin-left: auto;
        margin-right: auto;
    }
    .oplata-block-section-elements {
        margin-top: 40px;
    }
    .oplata-block-section-elements-text-container-imgs {
        justify-content: flex-start;
    }
    .oplata-block-section-elements-text-container-imgs {
        flex-wrap: wrap;
    }
    .oplata-block-section-elements-text-container-imgs img {
        margin-bottom: 5px;
    }
    .oplata-block-section-attention-image {
        margin-right: 15px;
    }
    .oplata-block-section-attention-text {
        font-size: 15px;
        line-height: 24px;
    }

    .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;
    }

    .module-city__layout {
        width: calc(100%/3);
    }

    .advantages {
        margin-top: 25px;
    }


    .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;
    }

    

	



}

@media (max-width: 519px) {
    .header__shop-info {
        min-width: 105px;
        max-width: 105px;
    }
    .advantages__item {
        max-width: 100%;
        margin-right: 0px;
    }

    .advantages__item-top {
        flex-direction: column;
    }

    .advantages .advantages__item-icon {
        margin-bottom: 10px;
    }

    .advantages__item-top .advantages__item-heading {
        width: 100%;
        text-align: center;
    }

    .advantages__item-desc {
        text-align: center;
    }

    .advantages__heading {
        display: none;
    }

    .advantages__slider-wrap {
        padding-top: 0px;
    }

    .advantages__swiper-button {
        top: 50%  !important;
        z-index: 1;
    }
    .advantages__swiper-button-prev {
        background: #fff url(../../../icon/slider-left.svg) center center no-repeat;
        background-size: 10px;
        left: 10px !important;       
    }
    .advantages__swiper-button-next {
        background: #fff url(../../../icon/slider-right.svg) center center no-repeat;
        background-size: 10px;
        right: 10px !important;  
        transform: none !important;    
    }

    .advantages__swiper-button svg {
        display: none;
    }

    .advantages__swiper-button:after {
        display: none;
    }

    .module-city__layout {
        width: calc(50%);
    }
}

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

@media (max-width: 400px) {
    .module-main-banners {
        height: 357px;

    }
    .main-banners__slider-item img {
        display: block;
        width: 100%;
        height: 357px;
        object-fit: cover;
        object-position: 50% 60%;
    }

}

@media (max-width: 374px) {
    
    .header__middle-block {
        display: none;
    }

    .product-card__cashback {
        font-size: 10px;
    }

    .product-card__price .price-new {
        font-size: 16px;
    }

}