html, body{
	height:100%;
}
body {
	overflow: auto !important;
}
body{
	font:300 16px/24px 'Roboto', sans-serif;
	min-width:320px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-size: 26px;
	line-height: normal;
	color: #000;
	text-align: center;
	font-weight: 400;
	margin: 0 0 50px;
}
h1 a, .h1 a{
	transition: color ease .2s;
}
h1 a:hover, .h1 a:hover{
	color: #12b6c8;
}
h1 span, .h1 span, h1 a, .h1 a, h3 span, .h3 span{
	display: inline-block;
}
h1 span:after, .h1 span:after, h1 a:after, .h1 a:after, h3 span:after, .h3 span:after{
	content: "";
	display: block;
	height: 1px;
	width: 99%;
	background: #434343;
	margin: 5px auto 0;
	transition: background ease .2s;
}
h1 a:hover:after, .h1 a:hover:after{
	background: #12b6c8;
}
h2, .h2{
	text-align: left;
	font-size: 22px;
	margin: 0 0 38px;
}
h3, .h3{
	font-size: 18px;
	text-align: left;
	margin: 0 0 20px;
}
em{
	font-style: italic;
}
a{
	color: #000;
	text-decoration: none;
	-webkit-transition: color ease .2s;
	-o-transition: color ease .2s;
	transition: color ease .2s;
}
.wrap{
	max-width: 1395px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.clear:after{
	content:"";
	display:block;
	overflow:hidden;
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.hidden{
	display:none;
}
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.container{
	overflow:hidden;
	display: table;
    table-layout: fixed;
    width: 100%;
	height: 100%;
	padding: 0;
}
.productItem .container{
	overflow: visible;
}
.container-inner{
	display:table-row;
	height:100%;
}
.bitrix-panel-top{
	position: absolute;
    width: 100%;
    top: 0;
	left: 0;
	z-index: 99999999;
}
.tfl-define-popup + a{
	display: none;
}

/* header */
.header{
	background: #fff;
	width: 100%;
}
.header__top{
	background: #12b6c8;
	font-size: 13px;
	line-height: 26px;
	color: #fff;
	padding: 3px 0 2px;
}
.header__top .whatsapp-header{
	display: none;
}
.header__top .whatsapp-header br{
	display: none;
}
.header__top a{
	color: #fff;
}
.header__top-location{
	padding: 0 0 0 20px;
	background: url(images/top-header-location.png) no-repeat 0 2px;
	margin-right: 20px;
}
.header__top-location a:hover{
	text-decoration: none;
}
.header__top-menu__sub{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: #12b6c8;
	padding: 12px 20px 10px;
    z-index: 10;
}
.header__top-menu__sub:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	top: 2px;
	left: 0;
}
.header__top-menu__more{
	display: none;
	height: 26px;
}
.header__top-menu__more span{
    vertical-align: middle;
	display: inline-block;
    width: 16px;
    height: 14px;
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
    margin-right: 11px;
    position: relative;
	top: -1px;
}
.header__top-menu__more span:before{
	content: "";
    display: block;
    width: 11px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
}
.header__top-menu a, .header__mid-right a{
	text-decoration: none;
}
.header__top-menu a:hover, .header__mid-right a:hover, .header__top-menu__sub a:hover{
	text-decoration: underline;
}
.header__top-menu a:not(:last-child):after, .header__top-menu__sub a:not(:last-child):after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 11px;
	background: #fff;
	margin: 0 8px 0 9px;
	position: relative;
	top: 1px;
}
.header__top-phone{
	font-size: 16px;
	font-weight: 500;
	display: none;
}
.menu-button{
	width: 16px;
	height: 14px;
	border-top: #2e2e2e 2px solid;
	border-bottom: #2e2e2e 2px solid;
	position: relative;
	margin: 0 16px 0 0;
	display: none;
}
.mobile-phone{
    background: url(images/mobile-phone-ico.svg) no-repeat center / cover;
    width: 23px;
    height: 23px;
    display: none;
}
.menu-button:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #2e2e2e;
	top: 4px;
	left: 0;
}
.mobile-search-button{
	width: 23px;
	height: 22px;
	background: url(images/mobile-search-ico.png) no-repeat center;
	display: none;
}
.header__logo-bg{
	width: 79px;
    height: 51px;
    background: #ec008c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}
.header__logo-bg img{
	width: 63px;
}
.mobile-logo{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: -2px;
	display: none;
}
.mobile-logo img{
	max-width: 97px;
}
.header__mid{
	padding: 10px 0;
	border-bottom: #e9e9e9 1px solid;
}
.header__mid-left{
	max-width: 688px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.bx-ie .header__mid-left, .bx-ie .header__search, .bx-ie .footer__right, .bx-ie .footer-subscription, .bx-ie .footer__menu, .bx-ie .in-touch{
	max-width: none;
}
.bx-ie .in-touch{
	position: relative;
	left: -40px;
}
.bx-ie .footer__right{
	padding: 0 20px 0 0;
}
.bx-ie .categories-tiles__item-name{
	transition: opacity ease .8s;
}
.bx-ie .categories-tiles__item:hover .categories-tiles__item-name{
	opacity: 0;
}
.index-catalog__left .categories-tiles__item.for-gift-card{
	width: 100%;
	margin: 13px 0 0;
}
.header__logo{
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	width: 172px;
	margin: 0 30px 0 0;
}
.header__logo span{
	margin: 0 0 0 16px;
	position: relative;
	top: 2px;
}
.header__search{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 450px;
	position: relative;
	margin: 0 20px 0 0;
}
.header__search-input{
	font-size: 13px;
	border: #e9e9e9 1px solid;
	border-radius: 50px;
	padding: 6px 60px 4px 20px;
	width: 100%;
}
.bx-ie .header__search-input{
	padding: 6px 60px 13px 20px;
}
.header__search-input::-webkit-input-placeholder {color:#000;}
.header__search-input::-moz-placeholder          {color:#000;}
.header__search-input:-moz-placeholder           {color:#000;}
.header__search-input:-ms-input-placeholder      {color:#000;}

.footer-subscription__input::-webkit-input-placeholder {color:#000;}
.footer-subscription__input::-moz-placeholder          {color:#000;}
.footer-subscription__input:-moz-placeholder           {color:#000;}
.footer-subscription__input:-ms-input-placeholder      {color:#000;}

.header__search-button{
	cursor: pointer;
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(images/icons_search_white.svg) no-repeat center;
}
.header__mid-right{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 646px;
}
.header__auth{
	padding: 0 0 0 20px;
	background: url(images/icons_person_black.svg) no-repeat 0 2px;
	min-width: 133px;
	white-space: nowrap;
}
.header__mid-nav a{
	-webkit-transition: color ease .2s;
	-o-transition: color ease .2s;
	transition: color ease .2s;
}
.header__mid-nav a:hover{
	text-decoration: none;
	color: #12b6c8;
}
.header__mid-right a, .header__actions a{
	color: #000;
	white-space: nowrap;
}
.header__auth a:not(:last-child):after{
	content: "";
	width: 1px;
	height: 12px;
	background: #000;
	display: inline-block;
	position: relative;
	top: 2px;
	margin: 0 1px 0 5px;
}
.header__mid-nav{
	max-width: 520px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.header__actions{
	padding: 0 0 0 40px;
	background: url(images/header-fav.png) no-repeat 0 0;
	margin: 0 0 0 6.1%;
	position: relative;
}
.header__top-phone-watsapp{
	display: none;
}
.watsapp-button .header__actions{
	margin: 0 0 0 3.1%;
}
.header__actions-basket{
	padding: 0 0 0 35px;
	background: url(images/header-basket.svg) no-repeat 0 3px;
}
.header__actions .count{
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	top: -8px;
	left: 12px;
	background: #ec008c;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3px 2px 2px 2px;
	font-style: normal;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: normal;
	font-size: 15px;
	font-weight: 400;
}
.header__actions-basket .count{
	left: 11px;
}
.header__callback{
	line-height: normal;
	text-align: right;
}
.header__phone{
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 1px;
}
.header__phone a{
	color: #373737;
}
.header__callorder{
	font-size: 13px;
}
.header__bot{
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	z-index: 150;
}
.header__bot .wrap{
	position: static;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.mobile-phone + .whatsapp-header{
	display: none;
}
a.whatsapp-header{
	font-size: 13px;
	line-height: normal;
	margin: 0 0 0 3.4%;
	white-space: normal;
}
.whatsapp-header img{
	margin: -3px 10px 0 0;
}
.top-menu{
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	margin: 0 -10px;
}
.top-menu > li > a, .mobile-menu a{
	display: inline-block;
	text-decoration: none;
	color: #000;
	padding: 13px 10px 15px;
	position: relative;
	z-index: 2;
	-webkit-transition: color ease .2s;
	-o-transition: color ease .2s;
	transition: color ease .2s;
	white-space: nowrap;
}
.top-menu .hover a{
	color: #12b6c8;
}
.show-submenu > a:before, .show-submenu > a:after{
	content: "";
	position: absolute;
	border-bottom: #e1e1e1 9px solid;
	border-left: transparent 10px solid;
	border-right: transparent 10px solid;
	bottom: -1px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.show-submenu > a:after{
	border-bottom: #fff 8px solid;
	border-left-width: 9px;
	border-right-width: 9px;
	z-index: 1;
}
.top-menu__more i{
	width: 16px;
	height: 14px;
	position: relative;
	top: 2px;
	display: inline-block;
	border-top: #2e2e2e 2px solid;
	border-bottom: #2e2e2e 2px solid;
	margin: 0 11px 0 0;
}
.top-menu__more i:after{
	content: "";
	position: absolute;
	width: 11px;
	height: 2px;
	background: #2e2e2e;
	top: 4px;
}
.top-menu__sub{
	padding: 30px 0 34px;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background: #fff;
	-webkit-box-shadow: 1.254px 11.934px 16.74px 1.26px rgba(0, 0, 0, 0.21);
	        box-shadow: 1.254px 11.934px 16.74px 1.26px rgba(0, 0, 0, 0.21);
	border-top: #e1e1e1 1px solid;
	border-bottom: #e1e1e1 1px solid;
	line-height: 16px;
	display: none;
	z-index: 1;
}
.top-menu__sub-culmns{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 917px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.top-menu__sub-culmns ul{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	border-right: #e6e6e6 1px solid;
	padding: 20px 4% 24px;
	width: 100%;
	max-width: 238px;
}
.top-menu__sub-culmns ul:first-child{
	padding-left: 0;
}
.top-menu__sub-culmns li:not(:last-child){
	margin: 0 0 16px;
}
.top-menu__sub a{
	text-decoration: none;
	color: #000;
	-webkit-transition: color ease .2s;
	-o-transition: color ease .2s;
	transition: color ease .2s;
}
.top-menu__sub a:hover{
	color: #12b6c8;
}
.top-menu__sub-picture{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	min-width: 380px;
	height: 150px;
	text-align: center;
	margin: 0 0 -24px;
}
.top-menu__sub-picture img{
	/* max-width: 100%; */
	height: 100%;;
}
.top-menu__sub-picture img:not(:first-child){
	display: none;
}
.mobile-menu a{
	width: 100%;
	padding: 15px 32px;
}
.button, .main_button.quickbuybutton, .button_for_ajax #main_button, .btn.btn-lg.btn-success{
	min-height: 40px;
	display: inline-block;
	border: #dadada 1px solid;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	line-height: normal;
	padding: 12px 12px 10px;
	transition: border-color ease .2s, color ease .2s, background ease .2s;
	position: relative;
	border-radius: 50px;
}
.btn.btn-lg.btn-success{
	border-radius: 32px;
    background: #13b6c9;
    border-color: #13b6c9;
    color: #fff;
    transition: background ease .2s;
    min-width: 200px;
    margin: 20px 0;
}
.loader01, .fa.fa-circle-o-notch.fa-spin{
	width: 16px;
    height: 16px;
    border: 3px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    animation: loader-rotate 1s linear infinite;
    top: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: -7px 0 0 -4px;
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.main_button.quickbuybutton, .button_for_ajax #main_button{
	min-width: 141px;
}
.main_button.quickbuybutton{
	margin: 0 10px 0 0;
}
.button:hover, , .main_button.quickbuybutton:hover, .button_for_ajax #main_button:hover{
	border-color: #13b6c9;
	color: #13b6c9;;
}
.button.flood, .button_for_ajax #main_button{
    background: #13b6c9;
	border-color: #13b6c9;
	color: #fff;
	transition: background ease .2s;
}
.button.large{
	font-size: 16px;
	padding: 14px 20px 15px;
	min-height: 50px;
}
.button.middle{
	font-size: 14px;
	padding: 12px;
	min-height: 0;
	min-width: 170px;
	transition: background ease .2s;
}
.button.middle:hover{
	background-color: #10a1b1;
}
.button.flood:hover, .btn.btn-lg.btn-success:hover {
	background: #02DAF3 !important;
	border-color: #02DAF3 !important;
}
.button.reset-button, .button.disabled-button{
	background: #9ba3af;
	border-color: #9ba3af;
	transition: background ease .2s, border-color ease .2s;
}
a.button.reset-button:hover, button.button.reset-button:hover{
	background: #79808b;
	border-color: #79808b;
}
.button.disabled-button{
	cursor: default;
}
.button.disabled-button:hover{
	background: #9ba3af;
	border-color: #9ba3af;
}

/* main-slider */
.main-slider{
	position: relative;
	min-height: auto;
}
.main-slider__slide{
	max-height: 700px;
}
.section-foto-in .main-slider__slide{
	max-height: 401px;
}
.main-slider__slide a{
	display: block;
}
.main-slider__slide img{
	width: 100%;
	height: auto;
}
.main-slider__slide.slick-active img{
	position: relative;
}
.slick-dots{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 25px;
	left: 0;
}
.slick-dots li{
	display: inline-block;
	cursor: pointer;
	text-indent: -999px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px;
	background: #fff;
	-webkit-transition: background ease .2s;
	-o-transition: background ease .2s;
	transition: background ease .2s;
}
li.slick-active, .slick-dots li:hover{
	background: #3a3a3b;
}
.slick-arrow{
	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .4);
	top: 50%;
	left: 61px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	z-index: 1;
	-webkit-transition: background ease .2s;
	-o-transition: background ease .2s;
	transition: background ease .2s;
}
.slick-next{
	left: auto;
	right: 61px;
	-webkit-transform: scale(-1, 1) translate(0, -50%);
	    -ms-transform: scale(-1, 1) translate(0, -50%);
	        transform: scale(-1, 1) translate(0, -50%);
}
.slick-arrow:hover{
	background: rgba(255, 255, 255, 1);
}
.slick-arrow:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: #444 2px solid;
	border-left: #444 2px solid;
	top: 50%;
	left: 20px;
    transform: translate(0,-50%) rotate(-45deg);
}
/* index-catalog */
.index-catalog{
	background: #f7f9fc;
	font-size: 14px;
	line-height: 20px;
	padding: 25px 0 0;
}
.index-catalog .wrap{
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.index-catalog__left{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	padding: 0 13px 0 0;
	width: 333px;
}
.ajax-target .index-catalog__left{
	width: 100%;
}
.index-catalog .ajax-target{
	width: 333px;
}
.index-catalog__right{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.index-catalog__right .block-title, .index-catalog__left .block-title{
	display: none;
}
.stock-slider{
	width: 100%;
	border: #ebebeb 1px solid;
	background: #fff;
}
.stock-slider .slick-dots{
	bottom: 28px;
}
.stock-slider .slick-dots li:not(.slick-active){
	background: #f6f6f6;
}
.stock-slider__item{
	height: 570px;
	padding: 50px 0 0;
	position: relative;
}
.stock-slider__item-pic{
	display: block;
	height: 263px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 0 0 -54px;
}
.stock-slider__item-pic img{
	max-height: 100%;
	margin: 0 auto;
}
.product-label{
	position: absolute;
	width: 50px;
	height: 50px;
	background: red;
	z-index: 1;
	top: 10px;
	left: 10px;
}
img.product-label{
	background: none;
}
.product-label__sale:not(img){
	background: url(images/Sale.svg) no-repeat center / cover;
}
.product-label__new:not(img){
	background: url(images/New.svg) no-repeat center / cover;
}
.stock-slider__item-inner{
	padding: 0 35px;
}
.vendor-code{
	display: inline-block;
	border-radius: 8px;
	background: #cc2a00;
	color: #fff;
	font-size: 12px;
	line-height: normal;
	padding: 4px 11px 5px;
	margin: 0 0 22px;
}
.vendor-code span{
	font-weight: 400;
}
.stock-slider__item-name{
	margin: 0 0 20px;
}
.stock-slider__item-name a{
	font-size: 20px;
	line-height: normal;
	color: #202020;
	text-decoration: none;
	font-weight: 400;
	line-height: normal;
	transition: color ease .2s;
}
.stock-slider__item-name span{
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin: 4px 0 0;
}
.stock-slider__item-price{
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px;
}
.stock-slider__item-price span{
	font-weight: 400;
	text-decoration: line-through;
}
.more-link{
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: 400
}
.more-link:not(.no-arrow):after{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	vertical-align: middle;
	margin: 0 0 0 3px;
	-webkit-transition: border-color ease .2s;
	-o-transition: border-color ease .2s;
	transition: border-color ease .2s;
}
.more-link:hover, .store-advantages__list a:hover, .stock-slider__item-name a:hover{
	color: #12b6c8;
}
.more-link:hover:after{
	border-color: #12b6c8;
}
/* categories-tiles */
.categories-tiles{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.categories-tiles__item{
	width: 32.4%;
	min-height: 182px;
	font-weight: 400;
	cursor: default;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	position: relative;
    /* -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s; */
	margin: 0 1.2% 13px 0;
}
.categories-tiles__item-wrap{
	background: #fff;
	border: #ebebeb 1px solid;
	display: flex;
	flex: 1;
	position: relative;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.categories-tiles__item:nth-child(3n+3) {
	margin-right: 0;
}
.categories-tiles__item:not(.sub-empty):hover .categories-tiles__item-wrap{
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-transition-delay: .15s;
         -o-transition-delay: .15s;
            transition-delay: .15s;
}
.categories-tiles__item.for-gift-card .flipper-front, .categories-tiles__item.for-gift-card:hover .flipper-front{
	background: url(images/mini-gift-card.jpg) no-repeat center / cover;
	color: #fff;
}
.categories-tiles__item.for-gift-card__menu .flipper-front, .categories-tiles__item.for-gift-card__menu:hover .flipper-front{
	background: url(images/mini-gift-card2.jpg) no-repeat center / cover;
}
.flipper-front{
	background: #fff;
	padding: 28px 26px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.bx-ie .flipper-front{
	height: 180px;
}
.flipper-back{
	position: absolute;
	z-index: -1!important;
	background: #fff;
    top: 0;
    left: 0;
    overflow: auto;
	height: 100%;
	width: 100%;
    -webkit-transform: rotateY(-180deg) translateZ(1px);
            transform: rotateY(-180deg) translateZ(1px);
    -webkit-transition: z-index 1.2s;
    -o-transition: z-index 1.2s;
    transition: z-index 1.2s;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	padding: 7px 7px 10px 31px;
}
.bx-ie .flipper-back{
	backface-visibility: visible;
}
.flipper-back a:hover{
	color: #12b6c8;
}
.flipper-back__scroll{
	height: 100%;
	overflow: hidden;
	padding: 10px;
}
.categories-tiles__item-pic{
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 166px;
	max-height: 166px;
	top: 0;
	right: 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.categories-tiles__item-pic img{
	max-width: 100%;
	height: auto;
}
.categories-tiles__item-name{
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 9px;
	position: relative;
	z-index: 1;
}
.categories-tiles__item-num{
	font-size: 14px;
	color: #6d6d6d;
}
.categories-tiles__item .more-link{
	position: absolute;
	bottom: 21px;
	left: 26px;
}
.mCSB_scrollTools{
	width: 4px;
	opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width: 4px;
}
.mCSB_scrollTools .mCSB_draggerRail, .mCustomScrollBox:hover>.mCSB_scrollTools, .mCSB_scrollTools .mCSB_draggerContainer{
	background: #eef2f5;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #d8dde0;
    border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
	background: #d8dde0;
    border-radius: 0;
}

/* catalog-sliders */
.catalog-sliders{
	padding: 66px 0 0;
	position: relative;
}
.catalog-sliders:hover{
	z-index: 1;
}
.catalog-slider{
	margin: 0 -3px -100px -7px;
}
.catalog-slider__item-wrap{
	height: 547px;
}
.catalog-slider__item{
	width: 95.7%;
	margin: 0 auto;
	background: #fff;
	min-height: 444px;
	border: #ebebeb 1px solid;
	padding: 37px 15px 16px;
	position: relative;
	-webkit-transition: border-color ease .2s, margin-bottom ease .2s;
	-o-transition: border-color ease .2s, margin-bottom ease .2s;
	transition: border-color ease .2s, margin-bottom ease .2s;
}
.catalog-slider__item:hover{
	border-color: #02daf2;
}
.catalog-slider__item-pic{
	height: 192px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 0 13px;
}
.catalog-slider__item-pic img{
	max-width: 100%;
}
.catalog-slider__item .product-label{
	top: 10px;
	left: 10px;
}
.alx_reviews_elem_vote{
	margin: 0;;
}
.catalog-slider__item-rate{
	position: relative;
	z-index: 1;
	margin: 20px 0 8px;
	min-height: 24px;
}
.catalog-slider__item-name{
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	font-weight: 400;
	height: 40px;
	overflow: hidden;
}
.catalog-slider__item-vendor{
	font-size: 14px;
	margin: 0 0 10px;
}
.catalog-slider__item-price{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 19px;
	margin: 0 0 20px;
}
.catalog-slider__item-price .saving-block {
    margin: 0 0 10px;
}
.catalog-slider__item-price .old{
	font-size: 14px;
	font-weight: 300;
	text-decoration: line-through;
	margin: 0 0 1px;
}
.catalog-slider__item-buttons{
	max-width: 211px;
	margin: 0 auto;
	padding: 0 0 9px;
	display: none;
}
.but_blue{
	position: relative;
}
.button.to-basket, .but_blue.to-basket, .mobile .button.to-basket, .mobile .but_blue.to-basket, .bx-android .button.to-basket, .bx-android .but_blue.to-basket, .bx-ios .button.to-basket, .bx-ios .but_blue.to-basket, .but_blue[href="/cart/"], .button[onclick="location.href=/cart/"], .button[href="/cart/"]{
	background: #67fb0e !important;
	border-color: #67fb0e !important;
	color: #000 !important;
}
.button.to-basket:hover{
	border-color: #13b6c9;
}
.but_blue.to-basket:hover, .button.flood.to-basket:hover{
	border: 1px solid #12b6c8;
	background-color: #10a1b1;
    color: #fff;
}
.catalog-slider__item-buttons .button{
	width: 100%;
	border-radius: 50px;
}
.catalog-slider__item-buttons .button:not(:last-child):hover {
	border-color: #02daf2;
	color: #02daf2;
}
.catalog-slider__item-buttons .button:not(:last-child){
	margin: 0 0 8px;
}
.ico-fav{
	cursor: pointer;
	position: absolute;
	width: 23px;
	height: 28px;
	top: 10px;
	right: 14px;
}
.ico-fav i{
	display: none;
	font-style: normal;
	font-size: 14px;
	color: #9da5b1;
	transition: color ease .3s;
	white-space: nowrap;
	font-weight: 300;
	padding: 0 0 0 27px;
	transition: color ease .3s;
}
.ico-fav:hover i, .favorite_del + i{
	color: #000;
}
.ico-fav svg{
	fill: #fff;
	stroke: #9ba3af;
	transition: stroke ease .3s;
}
.ico-fav:hover svg, .favorite_del svg{
	stroke: #ec008c;
}
.ico-fav a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.block-title{
	text-align: center;
	font-size: 24px;
	line-height: normal;
	font-weight: 400;
	margin: 0 0 40px;
}
.block-title span, .block-title a{
	border-bottom: #000 1px solid;
	padding: 0 0 12px;
	display: inline-block;
	transition: color ease .2s;
}
.block-title a:hover{
	color: #12b6c8;
}
.catalog-slider .slick-arrow{
	top: 50%;
	left: -9px;
	transform: translate(0, -50%);
    margin: -48px 0 0;
	background: rgba(239, 239, 239, .4);
}
.catalog-slider .slick-next{
	transform: scale(-1, 1) translate(0, -50%);
	left: auto;
	right: -10px;
}
.catalog-slider .slick-arrow:hover{
	background: rgba(239, 239, 239, 1);
}
/* index-blog */
.index-grey{
	background: #f7f9fc;
	margin: 71px 0 0;
	padding: 68px 0 121px;
}
.blog-tags__list-popup{
	position: absolute;
    right: 0;
    top: 100%;
    padding: 20px 20px 16px;
    background: #fff;
    max-width: 300px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    z-index: 1;
	margin: 4px 0 0;
	display: none;
}
.blog-tags__list-popup li{
	display: inline-block !important;
	margin: 0 2px 4px 2px
}
.blog-tags{
	align-items: flex-end;
	margin: 0 0 28px;
	position: relative;
}
.blog-tags__list{
	text-transform: lowercase;
	margin: 0 -2px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	/* max-width: 1247px; */
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
			justify-content: flex-start;
	flex-wrap: wrap;
}
.blog-tags__list li{
	margin: 0 2px 4px;
	white-space: nowrap;
}
.blog-tags__list a, .blog-tags__list-popup a, .view-all-pots{
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
	padding: 8px 16px;
}
.view-all-pots{
	margin: 0 0 4px;
}
.blog-tags__list-popup a{
	background: #f7f9fc;
}
.blog-tags__list-more{
	font-size: 16px;
	font-weight: 400;
	padding: 0 15px 0 0;
	margin: 0 0 0 10px;
	display: inline-block;
	background: url(images/more-arrow-down.png) no-repeat right 7px;
}
/* simple-slider */
.simple-slider{
	margin: 0 -15px 69px;
}
.for-blog.simple-slider{
	margin-bottom: 50px;
}
.blog_main_box .text-center{
	margin: 0 0 50px;
}
.text-center a:hover{
	color: #12b6c8;
}
.simple-slider__item{
	width: 92.3%;
	min-height: 434px;
	border: #ebebeb 1px solid;
	background: #fff;
	margin: 0 auto;
}
.for-blog .simple-slider__item{
	height: 570px;
	position: relative;
}
/* .for-blog .simple-slider__item-data{
	position: absolute;
	bottom: 20px;
	left: 24px;
} */
.simple-slider__item-pic{
	display: block;
	height: 320px;
}
.blog-list__item-pic{
	height: 320px;
	display: block;
}
.simple-slider__item-pic img, .blog-list__item-pic img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.simple-slider__item-inner, .blog-list__item-inner{
	padding: 15px 24px;
	line-height: 20px;
}
.simple-slider__item-name, .blog-list__item-name{
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 13px;
	-webkit-transition: color ease .2s;
	-o-transition: color ease .2s;
	transition: color ease .2s;
}
a.simple-slider__item-name:hover, a.blog-list__item-name:hover{
	color: #12b6c8;
}
.for-blog .simple-slider__item-name, .blog-list__item-name{
	height: 40px;
	overflow: hidden;
	display: block;
}
.for-blog .simple-slider__item-text, .blog-list__item-text{
	height: 80px;
	overflow: hidden;
}
.simple-slider__item-text, .blog-list__item-text{
	font-size: 14px;
	margin: 0 0 15px;
}
.blog-list__item.item-empty{
	border: none !important;
	height: 0 !important;
	margin-bottom: 0 !important;
}
/* .blog-list__item-text{
	max-height: 60px;
	overflow: hidden;
} */
.count-likes, .count-comments, .blog-answer{
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 26px;
	color: #2e2e2e;
}
.blog-detail .simple-slider__item-data .count-likes{
	color: #2e2e2e !important;
}
.blog-detail h1{
	text-align: left;
	font-size: 22px;
    margin: 0 0 40px;
}
.blog-detail .simple-slider__item-data .count-likes:hover{
	text-decoration: none;
}
.blog-answer{
	background: url(images/blog-answer.svg) no-repeat 0 3px;
	font-size: 13px;
	color: #9fa3a7;
}
.count-likes{
	background: url(images/ico-likes.svg) no-repeat 0 1px;
}
.count-likes.active{
	background: url(images/ico-likes-active.svg) no-repeat 0 1px;
}
.count-likes.empty{
	background-image: url(images/ico-likes-grey.svg);
}
.count-comments{
	background: url(images/ico-comments.svg) no-repeat 0 1px;
}
.simple-slider__item-data .count-likes, .blog-list__item-data .count-likes{
	margin: 0 22px 0 0;
}
.simple-slider__item-inner .more-link, .blog-list__item-inner .more-link{
	margin: 0 0 19px;
}
.simple-slider .slick-arrow{
	background: rgba(239, 239, 239, .4);
	margin: -12px 0 0;
	left: 0;
}
.simple-slider .slick-arrow:hover{
	background: rgba(239, 239, 239, 1);
}
.simple-slider .slick-next{
	left: auto;
	right: -2px;
}
/* index-news */
.index-news{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 55px 0 0;
}
.index-news__item{
	width: 23.444%;
}
.index-news__item-date{
	color: #6a737e;
	font-size: 12px;
	margin: 0 0 14px;
}
.index-news__item-title{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 7px;
	transition: color ease .2s;
}
.index-news__item-title:hover{
	color: #12b6c8;
}
.index-news__item-text{
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 1px;
}
/* product-video */
.product-video{
	padding: 97px 0 102px;
	border-bottom: #dde2e6 1px solid;
	min-height: 500px;
	position: relative;
}
.product-video .wrap{
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.product-video__left{
	width: 470px;
}
.product-video__left a:not(.button){
	color: #13b6c9 !important;
	text-decoration: none !important;
}
.product-video__left a:not(.button):hover{
	text-decoration: underline !important;
}
.product-video__left-title{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 39px;
}
.product-video__left-text{
	height: 260px;
	overflow: hidden;
	margin: 0 0 56px;
}
.product-video__left-price{
	font-weight: 400;
	margin: 0 0 22px;
}
.product-video__left-price span{
	font-size: 24px;
}
.product-video__left .button{
	width: 100%;
	max-width: 202px;
}
.product-video__right{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 0 0 7.2%;
}
.product-video__right iframe{
	height: 100%;
	width: 100%;
}
/* store-addresses */
.store-addresses{
	padding: 75px 0;
}
.store-addresses__wrap{
	overflow: hidden;
	height: 501px;
	border: #eee 1px solid;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.store-addresses__map{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
#map{
	height: 100%;
}
.store-addresses__list{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 348px;
	padding: 37px 21px 35px 30px;
}
.store-addresses__list-city{
	font-size: 18px;
	font-weight: 400;
	margin: 20px 0 25px;
}
.store-addresses__list-city:first-child{
	margin-top: 0;
}
.store-addresses__list-city__list{
	/* height: 378px; */
	height: 100%;
	overflow: hidden;
}
.store-addresses__list-city__list li:not(:last-child){
	margin: 0 0 12px;
}
.cluster-length{
	font-size: 10px;
	font-weight: 600;
	position: relative;
	top: -6px;
}
.ymaps-2-1-76-ground-pane{
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
}
/* about-store */
.about-store{
	padding: 80px 0;
    border-bottom: #dde2e6 1px solid;
}
.about-store__title{
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 23px;
}
.about-store .more-link{
	margin: 9px 0 0;
	/* display: none; */
}
.about-store .loaded + .more-link{
	display: inline-block;
}
.about-store__hidden{
	display: none;
}
.about-store ul{
    list-style-type: disc;
    margin: 10px 0 10px 30px;
}
/* store-advantages */
.store-advantages{
	padding: 33px 0 43px;
	background: #f7f9fc;
}
.store-advantages__list{
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}
.store-advantages__list a{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: end;
	    -ms-flex-align: end;
			align-items: flex-end;
	-webkit-transition: color ease .2s;
	-o-transition: color ease .2s;
	transition: color ease .2s;
}
.store-advantages__list img{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	margin: 0 17px 0 0;
}

/* quickbuypopup */
.quickbuypopup_box {
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
.quickbuypopup_box.on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.quickbuypopup {
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	color: #000;
	z-index: 100000;
	width: 435px;
	position: relative;
}
.quickbuypopup .inner {
	padding-bottom: 26px;
}
.quickbuypopup .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	padding-top: 17px;
	padding-left: 23px;
	cursor: pointer;
}
.quickbuypopup .title {
	text-align: center;
	font-size: 22.5px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 78px;
}
.quickbuypopup .line {
	height: 1px;
	background: #ecf1f5;
	width: 100%;
	position: absolute;
	left: 0;
	top: 82px;
}
.quickbuypopup .input_box {
	position: relative;
	margin-bottom: 40px;
}
.quickbuypopup input {
	border: 1px solid #d3d7d7;
	margin-left: 12px;
	height: 43px;
	width: 93.5%;
	border-radius: 3px;
	padding-left: 14px;
}
.quickbuypopup input:focus {
	border-color: #25daf0;
}
.quickbuypopup input.error {
	border-color: red;
}
.quickbuypopup span.error {
	display: none;
	position: absolute;
	color: red;
	left: 27px;
	top: 42px;
	font-size: 12px;
}
.quickbuypopup input.error + span.error {
	display: block;
}
.quickbuypopup .input_box label {
	position: absolute;
	top: 9px;
	left: 27px;
	color: #9ba3ae;
	font-size: 14.5px;
	transition: 0.4s;
	cursor: text;
}
.quickbuypopup .checkbox span a {
	color: #1eb2c3;
	text-decoration: none;
}
.quickbuypopup .checkbox{
	cursor: pointer;
	margin-left: 37px;
	font-size: 14.3px;
	color: #9ba3af;
	width: 290px;
	display: inline-block;
}
.quickbuypopup .checkbox span{
	position: relative;
}
.quickbuypopup .checkbox span:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 17px;
	margin: 0 9px 0 0;
	background: url(images/checked_new.png) no-repeat center;
	position: absolute;
	left: -27px;
	top: 1px;
}
.quickbuypopup .checkbox span:after{
	content: "";
	position: absolute;
	left: -26px;
	top: 1px;
	width: 23px;
	height: 17px;
	background: url(images/unchecked_new.png) no-repeat center;
	opacity: 0;
	-webkit-transition: opacity ease .2s;
	-o-transition: opacity ease .2s;
	transition: opacity ease .2s;
}
.quickbuypopup .checkbox input{
	display: none;
}
.quickbuypopup .checkbox input:checked + span:after{
	opacity: 1;
}
.quickbuypopup .checkbox input.error + span:after{
	background: url(images/unchecked_error_new.png) no-repeat center;
}
.quickbuypopup .button {
	font-size: 14px;
	margin-top: 37px;
	width: 93%;
	margin-left: 14px;
	padding-bottom: 15px;
}
.quickbuypopup_msg {
display: none;
width: 450px;
min-height: 270px;
height: auto;
position: fixed;
top: 50%;
left:50%;
margin-left:-225px;
margin-top:-259px;
background: #fff;
padding: 20px 30px;
text-align: left;
color: #000;
}
.quickbuypopup_msg.on {
display: block;
z-index: 99999;
}
.quickbuypopup_msg .close  {
cursor: pointer;
position: absolute;
float: right;
width: 20px;
height: 20px;
top: 20px;
right: 25px;
background-size: contain;
}
.quickbuypopup_msg img {
 margin-top: 35px;
 margin-left: 150px;
}
.quickbuypopup svg {
width: 20px;
height: 20px;
}
.quickbuypopup_msg p {
font-size: 25px;
width: 100%;
text-align: center;
margin-top: 28px;
}

.quickbuypopup .input_box.password a {
	position: absolute;
	text-align: right;
	top: 51px;
	right: 15px;
	color: #1db2c3;
	font-size: 14.1px;
}
.authForm .quickbuypopup .inner {
	padding-bottom: 16px;
}
.authForm .quickbuypopup .button {
	font-size: 14px;
	margin-top: 24px;
}
.authForm .quickbuypopup .eye {
	position: absolute;
	top: 3px;
	right: 20px;
	background: url(/local/templates/fissman_fast/images/eye_close.png) no-repeat center;
	width: 30px;
	height: 37px;
	background-size: 80%;
	cursor: pointer;
}
.authForm .quickbuypopup .eye.open {
	background: url(/local/templates/fissman_fast/images/eye_open.png) no-repeat center;
	background-size: 80%;
}
.authForm .quickbuypopup .text_reg {
	display: block;
	margin-top: 28px;
	font-size: 14px;
	font-weight: 300;
	line-height: 17px;
	text-align: center;
}
.authForm .quickbuypopup .text_reg a {
	color: #1db2c3;
	font-weight: 300;
	font-size: 14.4px;
}
.authForm .error_box {
	display: none;
	margin-top: -30px;
	margin-bottom: 39px;
	border: 1px solid red;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	background: #ff000038;
	color: #a60000;
}
.authForm button:disabled {
	background: #9c9c9c;
	border-color: #9c9c9c
}

/* styled checkbox */

.checkbox input {
    width: 15px;
    height: 15px;
    font-size: 18px;
    display: inline-block;
}

.city {
    color: #13b6c8;
    cursor: pointer;
}

.notactive {
	pointer-events: none;
	cursor: default;
}

.notactive .main_button
{
	background: #c8c9cb !important;
}
.blanket {
    display: none;
    background-color: rgba(0, 0, 0, 0.62); /*more rights*/
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.blanket_blur {
	display: none;
	background-color: rgba(0, 0, 0, 0.62); /*more rights*/
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backdrop-filter: blur(5px);
	        backdrop-filter: blur(5px);
}

/* AJAX CUSTOM PRELOADER */
#win8_wrapper{
    display: none;
    background: #000;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 150;
    top: 0;
    left: 0;
}
.windows8 {
    /*position: relative;
    width: 50px;
    height:50px;
    margin:auto;*/
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.windows8 .wBall {
    position: absolute;
    width: 47px;
    height: 47px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.3225s infinite;
    -o-animation: orbit 3.3225s infinite;
    -ms-animation: orbit 3.3225s infinite;
    -webkit-animation: orbit 3.3225s infinite;
    -moz-animation: orbit 3.3225s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(255,255,255);
    left:0px;
    top:0px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.windows8 #wBall_1, .windows8 .wBall_1 {
    animation-delay: 0.726s;
    -o-animation-delay: 0.726s;
    -ms-animation-delay: 0.726s;
    -webkit-animation-delay: 0.726s;
    -moz-animation-delay: 0.726s;
}

.windows8 #wBall_2,.windows8 .wBall_2 {
    animation-delay: 0.143s;
    -o-animation-delay: 0.143s;
    -ms-animation-delay: 0.143s;
    -webkit-animation-delay: 0.143s;
    -moz-animation-delay: 0.143s;
}

.windows8 #wBall_3, .windows8 .wBall_3 {
    animation-delay: 0.2865s;
    -o-animation-delay: 0.2865s;
    -ms-animation-delay: 0.2865s;
    -webkit-animation-delay: 0.2865s;
    -moz-animation-delay: 0.2865s;
}

.windows8 #wBall_4, .windows8 .wBall_4 {
    animation-delay: 0.4295s;
    -o-animation-delay: 0.4295s;
    -ms-animation-delay: 0.4295s;
    -webkit-animation-delay: 0.4295s;
    -moz-animation-delay: 0.4295s;
}

.windows8 #wBall_5, .windows8 .wBall_5 {
    animation-delay: 0.583s;
    -o-animation-delay: 0.583s;
    -ms-animation-delay: 0.583s;
    -webkit-animation-delay: 0.583s;
    -moz-animation-delay: 0.583s;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
                transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
                transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
                transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
                transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
                transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
                transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
                transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

/* .votes_bar{
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px 0 0;
} */
.votes_bar .vote_action {
    /* float: left;
    margin-left: 15px; */
}

/* .votes_bar .vote_action button {
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 25px;
    height: 16px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 26px;
    color: #2e2e2e;
    font-size: 16px;
    margin: -2px 0 0;
}

.votes_bar .vote_action button.like {
    background-image: url(./images/ico-likes-grey.svg);
}

.votes_bar .vote_action button.dislike {
    background-image: url(dislike.svg);
}

.votes_bar .vote_action button.like.is-active {
    background-image: url(./images/ico-likes.svg);
}

.votes_bar .vote_action button.dislike.is-active {
    background-image: url(dislike-active.svg);
} */
.counter.js-like-counter{
    /* position: relative;
    top: 1px; */
}
.notify_auth, .notify_auth_2 {
    border: 1px solid red;
    width: 353px;
    margin-top: 10px;
    position: absolute;
    bottom: -50px;
    z-index: 9999;
    background: #ffffff;
    display: none;
    font-size: 18px !important;
    padding: 15px 30px;
}
.notify_auth .notify_auth__close, .notify_auth_2 .notify_auth__close {
    display: inline-block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 6px;
    cursor: pointer;
}
.notify_auth .notify_auth__close svg, .notify_auth_2 .notify_auth__close svg {
    zoom: 0.7;
    display: inline-block;
    width: 21px;
    height: 21px;
}
.notify_auth .notify_auth__link, .notify_auth_2 .notify_auth__link {
    text-decoration: underline;
}
.fx_up_user .showAuthForm span{
	display: none;
}
/* AJAX CUSTOM PRELOADER END */

/* footer */
.box_about-store_and_store-advantages {min-height:441px;position: relative;}
.footer{
	padding: 43px 0 0;
	background: #343844;
	color: #fff;
	min-height: 350px;
	position: relative;
}
.footer .wrap{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	text-decoration: underline;
}
.footer__right{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 915px;
}
.footer__menu-title{
	font-size: 16px;
	margin: 0 0 6px;
}
.footer__menu, .in-touch{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 233px;
	font-size: 14px;
	padding: 0 10px 0 0;
}
.footer__menu li{
	max-width: 205px;
	line-height: 18px;
}
.footer__menu li:not(:last-child){
	margin: 0 0 8px;
}
.footer__menu li a{
	color: #b7b7b7;
}
.footer__menu li a:hover, .in-touch__phone a:hover{
	text-decoration: none;
	color: #fff;
}
.footer__social-link {
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}
.in-touch a{
	font-size: 16px;
}
a.in-touch__button{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-size: 14px;
	color: #343844;
	line-height: 14px;
	font-weight: 400;
	background: rgba(233, 233, 233, .9);
	border-radius: 5px;
	padding: 10px 9px;
	margin: 5px 0 34px;
	-webkit-transition: background ease .2s;
	-o-transition: background ease .2s;
	transition: background ease .2s;
}
.in-touch__button span{
	position: relative;
	top: 2px;
}
.in-touch__phone{
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 35px;
	margin: 0 0 22px;
	background: url(./images/phone-footer.png) no-repeat 0 center;
	-webkit-background-size: auto 90%;
	     -o-background-size: auto 90%;
	        background-size: auto 90%;
}
.in-touch__phone a{
	color: #b7b7b7;
}
a.cbform-trigger{
	display: inline-block;
	background: url(./images/email-footer.png) no-repeat 0 2px;
	padding: 0 0 0 39px;
	color: #b7b7b7;
}
a.in-touch__button:hover{
	background: rgba(233, 233, 233, 1);
	text-decoration: none;
}
.in-touch__title, .footer-subscription__title{
	margin: 0 0 5px;
	font-size: 14px;
}
.in-touch__button-ico{
	width: 31px;
	margin: 0 12px 0 0;
}
.in-touch__button-ico img{
	display: block;
}
.in-touch__button.phone{
	font-size: 16px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 0 14px;
}
.footer-subscription__wrap{
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	font-size: 14px;
	overflow: hidden;
	border-radius: 2px !important;
	margin: 0 0 5px;
}
.footer-subscription__input{
	border-radius: 0;
	background: #fff;
	line-height: 16px;
	padding: 7px 14px 4px;
}
.footer-subscription__input.error{
	background: #ffe1e1;
}
.footer-subscription__button{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 115px;
	line-height: 16px;
	padding: 7px 10px 4px;
	color: #fff;
	background: #13b6c9;
	cursor: pointer;
}
.checkbox{
	cursor: pointer;
}
.checkbox span{
	position: relative;
}
.checkbox span:before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 2px;
	margin: 0 9px 0 0;
	position: relative;
    top: 2px;
}
.checkbox span:after{
	content: "";
	position: absolute;
	width: 15px;
	height: 18px;
	background: url(images/checked.png) no-repeat center;
	left: 2px;
	top: -6px;
	opacity: 0;
	-webkit-transition: opacity ease .2s;
	-o-transition: opacity ease .2s;
	transition: opacity ease .2s;
}
.checkbox input{
	display: none;
}
.checkbox input:checked + span:after{
	opacity: 1;
}
.checkbox{
	font-size: 12px;
	line-height: normal;
}
.checkbox a{
	text-decoration: underline;
}
.checkbox a:hover{
	text-decoration: none;
}
.footer__social{
	margin: 23px 0 0;
}
.footer__social-title{
	font-size: 14px;
	margin: 0 0 9px;
}
.footer__social a{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 36px;
	height: 36px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border: #7c7e86 1px solid;
	vertical-align: top;
	border-radius: 4px;
	padding: 4px 3px;
	transition: all ease .2s;
}
.footer__social a:not(:last-child){
	margin: 0 7px 0 0;
}
.footer__social img{
	max-width: 100%;
	max-height: 100%;
}
.footer__social-link__ig img{
	max-width: 21px;
}
.footer__social-link__vk img{
	max-width: 27px;
}
.footer__social-link__fb img, .footer__social-link__ok img{
	max-width: 12px;
}
.footer__social-link__ok img{
	max-width: 14px;
}
.footer__social-link__yt img{
	max-width: 20px;
}
.footer__social-link__ig img{
	max-width: 22px;
}
.footer__social-link__tw img, .footer__social-link__tl img{
	max-width: 23px;
}
.footer__social-link__ig:hover{
	background: #833AB4;
	border-color: #833AB4;
}
.footer__social-link__vk:hover{
	background: #4E7EB5;
	border-color: #4E7EB5;
}
.footer__social-link__fb:hover{
	background: #37589C;
	border-color: #37589C;
}
.footer__social-link__yt:hover{
	background: #C51D20;
	border-color: #C51D20;
}
.footer__social-link__ok:hover{
	background: #F89400;
	border-color: #F89400;
}
.footer__social-link__tw:hover{
	background: #15A6DF;
	border-color: #15A6DF;
}
.footer__social-link__tl:hover{
	background: #2DA5DB;
	border-color: #2DA5DB;
}
.footer__bottom{
	padding: 41px 0 0;
	line-height: normal;
}
.footer__bottom-inner{
	position: relative;
	color: #b7b7b7;
	font-size: 14px;
	border-top: #71747c 1px solid;
	padding: 23px 0 20px;
}
.footer__app{
	position: absolute;
	top: 17px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.footer__app img{
	max-width: 100px;
}
.footer__app a:nth-child(2){
	margin: 0 11px;
}
.footer__country img{
	margin: 0 0 0 5px;
}
.footer__bottom-mobile{
	display: none;
	margin: 26px 0 0;
	border-top: #494c57 1px solid;
}
.footer__bottom-mobile .footer__app{
	padding: 32px 15px;
}



/* blog */
.breadcrumbs{
	padding: 13px 0 8px;
	margin: 0 0 25px;
	border-bottom: #eee 1px solid;
	line-height: normal;
}
.page-banner .breadcrumbs{
	margin: 0;
}
.breadcrumbs li{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #9ba3af;
	white-space: nowrap;
}
.breadcrumbs li:not(:last-child):after{
	content: "/";
	display: inline;
	position: relative;
	margin: 0 -2px 0 0;
}
.breadcrumbs a{
	color: #9ba3af;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.breadcrumbs span{
	font-weight: 400;
}
.blog-wrap{
	padding: 0 0 40px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.showmore{
	border-radius: 50px;
}
.blog-left{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.blog-filter{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0 0 44px;
}
.blog-filter__left{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.blog-filter__mobile{
	display: none;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
}
.blog-filter__mobile-button{
	display: block;
	border: #d4d8d8 1px solid;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	padding: 9px 18px;
	position: relative;
}
.blog-filter__mobile-button span{
	vertical-align: middle;
	position: relative;
	top: 1px;
}
.blog-filter__mobile-button:before{
	content: "";
	display: inline-block;
	width: 21px;
	height: 23px;
	background: url(images/ico-filter.png) no-repeat center;
	vertical-align: middle;
	margin: 0 15px 0 0;
}
.blog-filter__mobile-content{
	display: none;
	position: absolute;
	background: #fff;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 100%;
	margin: -1px 0 0;
	border: #d4d8d8 1px solid;
}
.blog-filter__type-content{
	padding: 6px 15px 31px;
	display: none;
}
.blog-filter__type:not(:last-child){
	border-bottom: #d4d8d8 1px solid;
}
.checkbox-styler{
	display: block;
	margin: 0 0 22px;
}
.checkbox-styler:last-child{
	margin: 0;
}
.checkbox-styler input{
	display: none;
}
.blog-filter__type-button{
	padding: 17px 15px 16px;
	display: block;
	position: relative;
}
.blog-filter__col{
	width: 320px;
	/* width: 31.5%; */
}
.select{
	width: 100%;
	border-radius: 2px;
	position: relative;
	font-size: 14px;
	line-height: normal;
	font-weight: 400;
}
.select__hint{
	border: #d4d8d8 1px solid;
	padding: 13px 33px 11px 15px;
	cursor: pointer;
	position: relative;
}
.select__hint:after, .blog-filter__mobile-button:after, a.blog-filter__type-button:after{
	content: "";
	position: absolute;
	border-top: #4a4a4a 4px solid;
	border-left: transparent 4px solid;
	border-right: transparent 4px solid;
	top: 20px;
	right: 13px;
	-webkit-transition: -webkit-transform ease .2s;
	transition: -webkit-transform ease .2s;
	-o-transition: transform ease .2s;
	transition: transform ease .2s;
	transition: transform ease .2s, -webkit-transform ease .2s;
}
.blog-filter__mobile-button:after, a.blog-filter__type-button:after{
	right: 18px;
}
a.blog-filter__type-button:after{
	top: 25px;
}
.blog-filter__type-button.active:after, .blog-filter__mobile-button.active:after{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.select ul{
	z-index: 100;
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	border: #d4d8d8 1px solid;
	margin: -1px 0 0;
	padding: 14px 15px 18px;
	display: none;
}
.select li, .checkbox-styler{
	padding: 9px 0px 9px 26px;
	position: relative;
	cursor: pointer;
	-webkit-transition: color ease .2s;
	-o-transition: color ease .2s;
	transition: color ease .2s;
}
.checkbox-styler{
	padding: 0 0 0 26px;
}
.select i, .checkbox-styler i{
	position: absolute;
	border: #000 1px solid;
	border-radius: 2px;
	width: 15px;
	height: 15px;
	left: 0;
	-webkit-transition: border-color ease .2s;
	-o-transition: border-color ease .2s;
	transition: border-color ease .2s;
}
.select .selected, .select li:hover, .checkbox-styler:hover, input[type=checkbox]:checked + i + span{
	color: #04b2c5;
}
.select .selected i, .select li:hover i, .checkbox-styler:hover i, .checkbox-styler input[type=checkbox]:checked + i{
	border-color: #04b2c5;
}
.select i:after, .checkbox-styler i:after{
	content: "";
	position: absolute;
	width: 16px;
	height: 12px;
	background: url(images/selected.svg) no-repeat center / cover;
	opacity: 0;
	left: 4px;
	bottom: 2px;
	-webkit-transition: opacity ease .2s;
	-o-transition: opacity ease .2s;
	transition: opacity ease .2s;
}
.select .selected i:after, .checkbox-styler input[type=checkbox]:checked + i:after{
	opacity: 1;
}
.blog-sidebar{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 348px;
	padding: 0 0 0 28px;
}
.blog__search{
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.blog-filter__mobile .blog__search{
	padding: 0 14px 24px;
}
.blog__search-input, .input-text{
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	border: #d4d8d8 1px solid;
	border-right: none;
	line-height: normal;
	padding: 13px 33px 11px 15px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	border-radius: 2px 0 0 2px;
}
.input-text{
	border: #d4d8d8 1px solid;
}
.blog__search-input::-webkit-input-placeholder {color:#000;}
.blog__search-input::-moz-placeholder          {color:#000;}
.blog__search-input:-moz-placeholder           {color:#000;}
.blog__search-input:-ms-input-placeholder      {color:#000;}

.input-text::-webkit-input-placeholder {color:#000;}
.input-text::-moz-placeholder          {color:#000;}
.input-text:-moz-placeholder           {color:#000;}
.input-text:-ms-input-placeholder      {color:#000;}

.blog__search-button{
	width: 47px;
	background: #12b6c8 url(images/icons_search.svg) no-repeat center;
	border-radius: 0 2px 2px 0;
	cursor: pointer;
	transition: background ease .2s;
}
.blog__search-button:hover{
	background-color: #10a1b1;
}
.blog-list{
	/* -webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start; */
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	margin: 0 0 64px;
}
.blog-list__item{
	width: 322px;
	height: 570px;
	position: relative;
	border-radius: 2px;
	border: #ebebeb 1px solid;
	margin: 0 0 28px 0;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
/* .blog-list__item .blog-list__item-data{
	position: absolute;
	bottom: 20px;
	left: 28px;
} */
.blog-list__item:nth-child(3n+3){
	margin-right: 0;
}
.pagination{
	text-align: right;
	font-size: 15px;
	font-weight: 400;
	border-bottom: #ecf1f5 1px solid;
	padding: 0 0 9px;
	margin: 0 0 65px;
}
.pagination a{
	margin: 0 9px;
	position: relative;
	-webkit-transition: color ease .2s;
	-o-transition: color ease .2s;
	transition: color ease .2s;
}
.pagination a:hover, .pagination .active{
	color: #04b2c5;
}
a.pagination-arrow{
	margin: 0 10px 0 0;
}
.pagination-arrow.next{
	margin: 0 0 0 10px;
}
.pagination-arrow:after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: #020202 2px solid;
	border-bottom: #020202 2px solid;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: border-color ease .2s;
	-o-transition: border-color ease .2s;
	transition: border-color ease .2s;
}
.pagination-arrow:hover:after{
	border-color: #04b2c5;
}
.pagination li{
	display: inline-block;
	margin: 0 9px;
}
.pagination li a{
	margin: 0;
}
.current{
	color: #04b2c5;
}
.pagination__button{
	position: relative;
}
.pagination__button:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: #000 2px solid;
	border-bottom: #000 2px solid;
	transform: rotate(-45deg);
	transition: border-color ease .2s;
}
.pagination__button:hover:after{
	border-color: #04b2c5;
}
.prev-page.pagination__button:after{
	transform: rotate(135deg);
}
.write-button{
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	background: #12b6c8;
	border-radius: 50px;
	width: 100%;
	display: inline-block;
	padding: 8px 15px 10px;
	margin: 0 0 0 28px;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 320px;
	transition: background ease .2s;
}
.write-button.empty{
	background: none;
	padding: 0;
}
.write-button:not(.empty):hover{
	background: #10a1b1;
}
.write-button:not(.empty):before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(images/ico-write.png) no-repeat center;
	vertical-align: middle;
	margin: 0 11px 0 0;
}
.write-button span{
	position: relative;
	top: 3px;
}
.comments{
	border: #ebebeb 1px solid;
	border-radius: 2px;
	margin: 0 0 43px;
}
.comments__title{
	font-size: 22px;
	font-weight: 400;
	padding: 28px 35px 26px;
	border-bottom: #ebebeb 1px solid;
}
.comments__item{
	padding: 31px 34px;
	border-bottom: #ebebeb 1px solid;
	font-size: 14px;
	line-height: 20px;
	color: #2e2e2e;
}
.comments__item:last-child{
	border: none;
}
.comments__item-name{
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 16px;
}
.comments__item-name img{
	vertical-align: middle;
	width: 17px;
	height: 17px;
    object-fit: cover;
    border-radius: 50%;
	margin: 0 3px 0 0;
}
.blog-detail .comments__item-name img{
    width: 50px;
    height: 50px;
}
.comments__item-name span, .comments__item-name a{
	vertical-align: middle;
	position: relative;
	top: 2px;
}
.comments__item-text{
	margin: 0 0 22px;
}
.comments__item-post{
	font-weight: 400;
	display: inline-block;
	text-decoration: underline;
	margin: 0 0 15px;
	color: #2e2e2e;
}
.to-answer{
	font-weight: 400;
	color: #2e2e2e;
	-webkit-text-decoration: dashed;
	        text-decoration: dashed;
	-webkit-transition: color ease .2s;
	-o-transition: color ease .2s;
	transition: color ease .2s;
}
.comments__item-post:hover, .to-answer:hover{
	text-decoration: none;
}
.to-answer:hover{
	color: #12b6c8;
}
.sidebar-title{
	font-size: 22px;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 20px;
}
.blog-sidebar .blog__search{
	margin: 0 0 23px;
}
.blog-sidebar .blog-tags__list, .blog-filter__mobile .blog-tags__list{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.blog-sidebar .blog-tags__list a, .blog-filter__mobile .blog-tags__list a{
	background: #f7f9fc;
	padding: 8px 8.6px;
	margin: 0 0 5px;
	text-transform: lowercase;
}
.blog-sidebar .blog-tags__list a{
	white-space: normal;
	max-width: 320px;
}
.blog-filter__mobile .blog-tags__list{
	padding: 6px 13px 10px 14px;
}
.blog-filter__mobile .blog-tags__list a{
	margin: 0 0 8px;
}
.blog-video{
	position: relative;
	margin: 40px 0;
}
.blog-video .blog-video__ig{
	max-width: 598px;
	height: 800px;
}
.blog-video i{
	position: absolute;
	width: 70px;
	height: 48px;
	border-radius: 13px;
	background: #e52b25;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	margin: 1px;
}
.blog-video i:after{
	content: "";
	position: absolute;
	border-left: #fff 24px solid;
	border-top: transparent 13px solid;
	border-bottom: transparent 13px solid;
	top: 10px;
	left: 25px;
}
.blog-video img{
	max-width: 100%;
	display: block;
}
.blog-detail__text{
	padding: 0 7px;
}
.fw400{
	font-weight: 400;
}
.blog-detail p{
	max-width: 880px;
}
.blog-detail p img {
	max-width: 91%;
	max-height: 500px;
}
.blog-detail a:not(.button), .blog-detail a span{
	color: #12b6c8 !important;
}
.blog-detail a:not(.button):hover{
	text-decoration: underline;
}
.blog-detail__tags a:not(.button){
	color: #000 !important;
}
.blog-detail__table{
	margin: 57px 0 0;
}
.blog-detail__table table{
	width: 100%;
	max-width: 425px;
	margin: 0 0 22px;
	line-height: normal;
}
.blog-detail__table td{
	padding: 0 0 5px;
}
.blog-detail__table td:first-child{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.blog-detail__table td span{
	background: #fff;
}
.blog-detail__table td:first-child:after{
	content: "";
	border-bottom: #000 1px dotted;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
	bottom: 4px;
	margin: 0 2px;
}
.blog-detail__tags{
	text-transform: lowercase;
	font-size: 12px;
	margin: 20px 0;
}
.blog-detail__tags span{
	font-size: 14px;
	font-weight: 400;
}
.blog-detail__tags a:hover{
	text-decoration: underline;
}
.blog-detail__author{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 37px 0 40px;
}
.blog-detail__tags + .blog-detail__author{
	margin-top: 0;
}
.blog-detail__author .comments__item-name{
	margin: 0 30px 0 0;
	line-height: normal;
}
.blog-detail__author .simple-slider__item-data{
	line-height: normal;
}
.blog-detail__comments{
	background: #f7f9fc;
	margin: 73px 0 0;
	border-top: #e9e9e9 1px solid;
	margin: 0 0 46px;
}
.blog-detail__comments-title{
	font-size: 22px;
	line-height: normal;
	font-weight: 400;
	padding: 27px 41px 29px;
	border-bottom: #e9e9e9 1px solid;
	margin: 0 0 85px;
}
.blog-detail__comments-title span{
	background: #12b6c8;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
	padding: 5px;
	min-width: 29px;
	text-align: center;
	border-radius: 12px;
	text-indent: -1px;
	vertical-align: middle;
	margin: 0 0 0 8px;
}
.blog-detail__comments-inner{
	padding: 0 116px 50px 85px;
}
.need-auth{
	text-align: center;
	margin: -35px 0 0;
}
.blog-detail__comments-item{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 44px;
}
.blog-detail__comments-item .blog-detail__comments-item{
	margin: 25px 0 0 40px;
}
.blog-detail__comments-photo{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	margin: 6px 0 0;
}
.blog-detail__comments-photo img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.blog-detail__comments-text{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0 0 0 28px;
	padding: 0 0 45px;
	border-bottom: #e9e9e9 1px solid;
}
.blog-detail__comments-inner > .blog-detail__comments-item:last-child{
	margin: 0;
	padding: 0;
}
.blog-detail__comments-item:last-child .blog-detail__comments-text{
	border: none;
	padding: 0;
}
.blog-detail__comments-text .blog-detail__comments-text{
	padding: 0;
	border: none;
}
.blog-detail__comments-author{
	margin: 0 0 14px;
}
.blog-detail__comments-author .name{
	font-weight: 400;
	font-size: 16px;
}
.blog-detail__comments-author .date{
	font-size: 12px;
	color: #9fa3a7;
}
.blog-detail__comments-text p{
	margin: 0 0 17px;
}
.blog-detail__comments-text .simple-slider__item-data{
	line-height: 20px;
}
.text-input{
	background: #fff;
	width: 100%;
	resize: none;
	border: #d4d8d8 1px solid;
	border-radius: 2px;
	font-size: 14px;
	color: #9fa3a7;
	margin: 0 0 23px;
}
textarea.text-input{
	height: 133px;
	padding: 21px 31px;
	display: block;
}
.add-comment{
	margin: 21px 0;
	padding: 0;
}
.products-article__item{
	padding: 19px 37px 20px 10px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	border-bottom: #ebebeb 1px solid;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}
.products-article__item:last-child{
	border: none;
}
.products-article__item-text{
	padding: 0 0 0 10px;
}
.products-article__item-pic{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 83px;
	height: 90px;
}
.products-article__item-pic img{
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.products-article__item-name{
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
	margin: 0 0 6px;
	height: 51px;
}
.products-article__item-price{
	max-width: 162px;
	margin: 0 0 8px;
}
.products-article__item-price .old{
	font-size: 14px;
	text-decoration: line-through;
}
.products-article__item-price .new{
	font-weight: 500;
}
.products-article__item .button{
	width: 100%;
}
.blog-left iframe{
	width: 100%;
	max-width: 907px;
	height: 510px;
}

/* blog new post */
.blog__new-post{
	max-width: 900px;
	margin: 0 auto 100px;
}
.button.border-button{
	border-color: #12b6c8;
	color: #12b6c8;
	font-size: 14px;
	padding: 13px 12px 11px;
	min-width: 203px;
	transition: background ease .2s, border-color ease .2s, color ease .2s;
}
.button.border-button:hover{
	background: #10a1b1;
	border-color: #10a1b1;
	color: #fff;
}
.blog__new-post__inner{
	padding: 62px 0 0;
}
.blog__new-post__inner h2{
	margin: 0 0 28px;
}
.new-post__preview{
	position: relative;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 0 34px;
}
.new-post__preview-picture{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 320px;
	height: 210px;
	background: #f7f9fc url(images/new-blog-photo.svg) no-repeat center / 77px 65px;
}
.new-post__preview-picture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new-post__preview-picture__text{
	padding: 0 0 0 29px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.new-post__preview-picture__text p{
	margin: 0 0 24px;
}
.new-post__upload-preview{
	font-weight: 400;
	color: #12b6c8;
	text-decoration: underline;
}
.new-post__upload-preview:hover{
	text-decoration: none;
}
.new-post__upload-preview:before{
	content: "";
	display: inline-block;
	width: 32px;
	height: 18px;
	background: url(images/upload-image.svg) no-repeat center / contain;
	vertical-align: top;
	margin: 0 11px 0 0;
	position: relative;
	top: 1px;
}
.blog-file-upload{
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.new-post-data h3{
	margin: 0 0 17px;
}
.new-post-data__line{
	margin: 0 0 34px;
	position: relative;
}
.error-text{
	display: none;
	position: absolute;
	bottom: -25px;
    left: 16px;
    color: #ed145b;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.error-block .error-text{
	display: block;
}
.error-block .input-text, .error-block .select__hint, .error-block .trumbowyg-editor{
	border-color: #ed145b;
}
.trumbowyg-editor{
	font-size: 16px;
	font-weight: 400;
	border: #d4d8d8 1px solid;
	min-height: 200px;
}
.trumbowyg-box, .trumbowyg-button-pane{
	border: none;
	background: none;
	min-height: 0;
	padding: 0;
}
.trumbowyg-button-pane{
	margin: 0 0 7px;
}
.trumbowyg-button-pane::after{
	background: none;
}
.trumbowyg-button-pane .trumbowyg-button-group::after{
	width: 2px;
	height: 22px;
	background: #9ba3af;
	vertical-align: middle;
}
.trumbowyg-button-pane button{
	width: auto;
	margin: 0 22px;
	padding: 0 !important;
}
.trumbowyg-button-group:first-child button:first-child{
	margin-left: 0;
}
.trumbowyg-button-pane svg{
	display: none;
}
button.trumbowyg-strong-button{
	width: 15px;
	background: url(images/editor-bold.png) no-repeat center / contain;
}
button.trumbowyg-em-button{
	width: 16px;
	background: url(images/editor-italic.png) no-repeat center / contain;
}
button.trumbowyg-underline-button{
	width: 17px;
	background: url(images/editor-underline.png) no-repeat center / contain;
}
button.trumbowyg-backColor-button{
	width: 18px;
	background: url(images/editor-backcolor.png) no-repeat center / contain;
}
.trumbowyg-button-pane .trumbowyg-open-dropdown::after{
	display: none;
}
button.trumbowyg-justifyLeft-button, button.trumbowyg-justifyCenter-button, button.trumbowyg-justifyRight-button, button.trumbowyg-justifyFull-button{
	width: 22px;
	background: url(images/editor-left.png) no-repeat center / contain;
}
button.trumbowyg-justifyCenter-button{
	background: url(images/editor-center.png) no-repeat center / contain;
}
button.trumbowyg-justifyRight-button{
	background: url(images/editor-right.png) no-repeat center / contain;
}
button.trumbowyg-justifyFull-button{
	background: url(images/editor-full.png) no-repeat center / contain;
}
button.trumbowyg-image-button {
	width: 20px;
	height: 20px;
	background: url(images/editor-image.png) no-repeat center / contain;
}
button.trumbowyg-link-button {
	width: 20px;
	height: 20px;
	background: url(images/editor-link.png) no-repeat center / contain;
}
.add-post-action{
	text-align: center;
	margin: 50px 0 0;
}
.add-post-action .button, .popup-action .button{
	font-size: 13px;
	padding: 14px 12px 12px;
	min-width: 202px;
}
.add-post-action .button:nth-child(2){
	margin: 0 26px;
}
.popup-overlay{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	background: rgba(28, 18, 15, .2);
}
.popup-overlay__inner{
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.fissman-popup{
	display: none;
	width: 90%;
	max-width: 730px;
	min-height: 150px;
	background: #fff;
	font-weight: 400;
	padding: 0 0 20px;
	position: relative;
}
.fissman-popup__title{
	font-size: 22px;
	line-height: normal;
	text-align: center;
	font-weight: 400;
	padding: 31px 15px 24px;
	border-bottom: #ecf1f5 1px solid;
}
.fissman-popup__inner{
	padding: 31px;
	background: #f7f9fc;
}
.drop-file{
	background: #fff;
	border: #d4d8d8 1px dashed;
	max-width: 590px;
	margin: 0 auto;
	padding: 49px 20px 52px;
	color: #afb6ba;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
	position: relative;
}
.drop-file p{
	margin: 0 0 20px;
}
.drop-file span{
	display: inline-block;
	background: #ebebeb;
	color: #000;
	padding: 5px 44px;
	border-radius: 2px;
}
.popup-hint-action{
	max-width: 640px;
	margin: 0 auto;
	color: #afb6ba;
	line-height: normal;
	padding: 24px 30px;
	font-size: 16px;
}
.popup-action{
	padding: 37px 0 0;
}
.popup-action .button{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 280px;
	padding: 13px 12px;
}
.popup-close{
	width: 12px;
	height: 12px;
	position: absolute;
	top: 16px;
	right: 16px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.popup-close:before, .popup-close:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	left: 0;
	margin: -1px 0 0;
	background: #939598;
}
.popup-close:after{
	width: 2px;
	height: 100%;
	margin: 0 0 0 -1px;
	top: 0;
	left: 50%;
}

.preloader_box_img {
	margin: 0 auto;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: white;
	z-index: 1;
}
.preloader_img {
	margin: 0 auto;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ajax-target{
	min-height: 300px;
	width: 100%;
	position: relative;
}
.ajax-target.loaded{
	min-height: 0;
}

.cooking {
	position: relative;
	margin: -250px auto -130px;
	transform: scale(0.5);
	top: 0;
	width: 75vh;
	height: 75vh;
	overflow: hidden;
  }
 .cooking .bubble {
	position: absolute;
	border-radius: 100%;
	box-shadow: 0 0 0.25vh #12b6c8;
	opacity: 0;
  }
  .cooking .bubble:nth-child(1) {
	margin-top: 2.5vh;
	left: 58%;
	width: 2.5vh;
	height: 2.5vh;
	background-color: #12b6c8;
	animation: bubble 2s cubic-bezier(0.53, 0.16, 0.39, 0.96) infinite;
  }
  .cooking .bubble:nth-child(2) {
	margin-top: 3vh;
	left: 52%;
	width: 2vh;
	height: 2vh;
	background-color: #12b6c8;
	animation: bubble 2s ease-in-out .35s infinite;
  }
  .cooking .bubble:nth-child(3) {
	margin-top: 1.8vh;
	left: 50%;
	width: 1.5vh;
	height: 1.5vh;
	background-color: #12b6c8;
	animation: bubble 1.5s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.55s infinite;
  }
  .cooking .bubble:nth-child(4) {
	margin-top: 2.7vh;
	left: 56%;
	width: 1.2vh;
	height: 1.2vh;
	background-color: #12b6c8;
	animation: bubble 1.8s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.9s infinite;
  }
  .cooking .bubble:nth-child(5) {
	margin-top: 2.7vh;
	left: 63%;
	width: 1.1vh;
	height: 1.1vh;
	background-color: #12b6c8;
	animation: bubble 1.6s ease-in-out 1s infinite;
  }
  .cooking .area {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 50%;
	background-color: transparent;
	transform-origin: 15% 60%;
	animation: flip 2.1s ease-in-out infinite;
  }
  .cooking .area .sides {
	position: absolute;
	width: 100%;
	height: 100%;
	transform-origin: 15% 60%;
	animation: switchSide 2.1s ease-in-out infinite;
  }
  .cooking .area .sides .handle {
	position: absolute;
	bottom: 18%;
	right: 80%;
	width: 35%;
	height: 20%;
	background-color: transparent;
	border-top: 1vh solid #12b6c8;
	border-left: 1vh solid transparent;
	border-radius: 100%;
	transform: rotate(20deg) rotateX(0deg) scale(1.3, 0.9);
  }
  .cooking .area .sides .pan {
	position: absolute;
	bottom: 20%;
	right: 30%;
	width: 50%;
	height: 8%;
	background-color: #12b6c8;
	border-radius: 0 0 1.4em 1.4em;
	transform-origin: -15% 0;
  }
  .cooking .area .pancake {
	position: absolute;
	top: 24%;
	width: 100%;
	height: 100%;
	transform: rotateX(85deg);
	animation: jump 2.1s ease-in-out infinite;
  }
  .cooking .area .pancake .pastry {
	position: absolute;
	bottom: 26%;
	right: 37%;
	width: 40%;
	height: 45%;
	background-color: #12b6c8;
	box-shadow: 0 0 3px 0 #12b6c8;
	border-radius: 100%;
	transform-origin: -20% 0;
	animation: fly 2.1s ease-in-out infinite;
  }

  @keyframes jump {
	0% {
	  top: 24%;
	  transform: rotateX(85deg);
	}
	25% {
	  top: 10%;
	  transform: rotateX(0deg);
	}
	50% {
	  top: 30%;
	  transform: rotateX(85deg);
	}
	75% {
	  transform: rotateX(0deg);
	}
	100% {
	  transform: rotateX(85deg);
	}
  }
  @keyframes flip {
	0% {
	  transform: rotate(0deg);
	}
	5% {
	  transform: rotate(-27deg);
	}
	30%,
	50% {
	  transform: rotate(0deg);
	}
	55% {
	  transform: rotate(27deg);
	}
	83.3% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(0deg);
	}
  }
  @keyframes switchSide {
	0% {
	  transform: rotateY(0deg);
	}
	50% {
	  transform: rotateY(180deg);
	}
	100% {
	  transform: rotateY(0deg);
	}
  }
  @keyframes fly {
	0% {
	  bottom: 26%;
	  transform: rotate(0deg);
	}
	10% {
	  bottom: 40%;
	}
	50% {
	  bottom: 26%;
	  transform: rotate(-190deg);
	}
	80% {
	  bottom: 40%;
	}
	100% {
	  bottom: 26%;
	  transform: rotate(0deg);
	}
  }
  @keyframes bubble {
	0% {
	  transform: scale(0.15, 0.15);
	  top: 80%;
	  opacity: 0;
	}
	50% {
	  transform: scale(1.1, 1.1);
	  opacity: 1;
	}
	100% {
	  transform: scale(0.33, 0.33);
	  top: 60%;
	  opacity: 0;
	}
  }
  @keyframes pulse {
	0% {
	  transform: scale(1, 1);
	  opacity: .25;
	}
	50% {
	  transform: scale(1.2, 1);
	  opacity: 1;
	}
	100% {
	  transform: scale(1, 1);
	  opacity: .25;
	}
  }

.gift-ico{
	position: fixed;
	top: 40%;
	left: 20px;
	width: 41px;
	height: 41px;
	background: url('images/gift-ico.png') no-repeat center;
	margin: -20px 0 0;
	font-family: Lato,Arial;
}
.gift-ico__wrap{
	width: 41px;
	height: 41px;
	background: url('images/gift-ico.png') no-repeat center;
	cursor: pointer;
}
.gift-ico span{
	font-size: 14px;
    line-height: 18px;
    color: #fff;
    background-color: #959797;
    position: absolute;
    width: 152px;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    padding: 5px 0 5px 18px;
    left: -180px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: -1;
}
.gift-ico__wrap:hover span{
	top: 6px;
    left: calc(100% - 10px);
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
}

.black-freeday .header__bot, .black-freeday .catalog-slider__item-buttons .button.flood:not(.to-basket), .black-freeday .catalog-item__actions .button.flood:not(.to-basket), .black-freeday .but_blue, .black-freeday .seria .button.flood, .black-freeday .products-article__item .button, .black-freeday .header__top, .black-freeday .header__top a{
	background: #ffdb00;
	border-color: #ffdb00;
	color: #000;
}
.black-freeday .header__top-menu a:not(:last-child):after{
	background: #000;
}
.black-freeday .header__top a, .black-freeday .header__top-location{
	font-weight: bold;
	letter-spacing: -0.3px;
}
.black-freeday .button.flood:not(.to-basket):hover, .black-freeday .catalog-item__actions .button.flood:not(.to-basket):hover, .black-freeday .but_blue:not(.to-basket):hover{
	background: #ffec00 !important;
	border-color: #ffec00 !important;
	color: #000;
}
.page-top-banner{
	display: block;
	width: 100%;
	margin: 0 0 68px;
}
.page-banner h2, .page-banner .h2{
	font-size: 20px;
	margin: 0 0 26px;
}
.page-banner-content{
	padding: 40px 0 112px;
}
.page-banner-content p{
	margin: 0 0 24px;
}
.list-num{
	list-style: decimal inside;
	margin: 0 0 70px;
}
.list-dot{
	margin: 0 0 48px;
}
.list-dot li:before{
	content: "";
	width: 3px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	background: #000;
	position: relative;
    top: -1px;
	margin: 0 4px 0 0;
}
.page-banner-content a{
	color: #12b6c8;
}

.page404 {
    max-width: 1398px;
    margin: 0 auto;
    min-height: calc(100vh - ( 57px + 145px + 312px )) !important;
    text-align: center;
    font: 15px/25px "PT Sans Caption", Arial, sans-serif;
	padding: 0 0 50px;
}
.page404 .image {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding-top: 60px;
}
.page404 .img-responsive {
    display: block;
    width: 740px;
    height: auto;
	max-width: 100%;
}
.page404 .body404 {
    margin: 41px 0 0 0;
}
.page404 .body404 .title {
    margin: 0 0 17px 0;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.3125em;
    color: #333;
}
.page404 .body404 .description {
    margin: 0;
}
.page404 .button {
    margin-top: 35px;
	padding: 14px 24px;
	font-size: 16px;
}

.cards-wrap {
	background: #f7f9fc;
	padding: 0 0 40px;
}
.cards-wrap .wrap{
	justify-content: flex-start;
}
.cards-wrap .wrap:before{
	content: "";
	padding: 0 13px 0 0;
    width: 333px;
	box-sizing: border-box;
}
.cards-wrap .categories-tiles__item{
	/* max-width: 332px; */
}
.cards-wrap__categories-tiles{
	flex: 1;
    justify-content: flex-start;
}

.product-rating{
	position: relative;
    top: 6px;
    justify-content: flex-start;
    line-height: normal;
    font-size: 14px;
    min-height: 36px;
    color: #9ba3af;
}
.middle-rating {
    padding: 0 0 0 22px;
    background: url(images/yellowstar.svg) no-repeat 0 0;
    margin: 0 10px 19px 0;
}
.middle-rating-empty {
    background: none;
    display: none;
}
.category-control, .type-view-tile .alx_reviews_block + .list_panel {
	/*margin-top: 20px;*/
}
.product-count-review, .product-count-sale {
    color: #9ba3af;
    margin: 0 0 19px 0;
    transition: color ease .2s;
}
.product-count-review {
	padding-right: 10px;
}
.product-count-sale {
    color: #000;
    margin: 0 0 19px 0;
	font-weight: 400;
}
.product-count-sale:first-child{
	margin-left: 0;
}

.mob-menu__sub-item:nth-child(2) .mob-menu__item-ico img, .mob-menu__sub-item:nth-child(7) .mob-menu__item-ico img{
	max-width: 22px;
}
.mob-menu__sub-item:nth-child(4) .mob-menu__item-ico img{
	max-width: 23px;
}
.mob-menu__sub-item:nth-child(8) .mob-menu__item-ico img{
	max-width: 16px;
}
.mob-menu__sub-item:nth-child(9) .mob-menu__item-ico img{
	max-width: 20px;
}
.mob-menu__sub-item:nth-child(14) .mob-menu__item-ico img{
	max-width: 20px;
}
.mob-menu__sub-item .mob-menu__item-ico{
	width: 27px;
	text-align: center;
}

.in-touch .medal{
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	padding: 10px 0 0;
	justify-content: flex-start;
}
.in-touch .medal span{
	margin: 0 0 0 17px;
	max-width: 95px;
}

.sale_block {
    /* margin: 5px 0 0; */
}
.font_xxs {
    font-size: 11px;
    line-height: 13px;
    font-weight: 100;
}
.sale_block .sale-number {
    display: inline-block;
    padding: 0;
    border: #ffd83a 1px solid;
    background: #ffd83a;
    white-space: nowrap;
    border-radius: 10px;
    overflow: hidden;
}
.sale_block .value {
    display: inline-block;
    padding: 0px 3px 0px 5px;
    color: #333;
    background: #ffd83a;
}
.sale_block .inner-sale {
    background: #fff8db;
    display: inline-block;
    padding: 1px 5px 2px;
    border-radius: 1px;
}

.notify-modal{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 470px;
    text-align: center;
	z-index: 99999;
	width: 90%;
	background: #fff;
    border-radius: 4px;
    box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 14%);
    border: #dadada 1px solid;
	padding: 30px 31px;
}
.modalwin-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 12px;
    right: 12px;
    transform: rotate(45deg);
}
.modalwin-close:before, .modalwin-close:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.modalwin-close:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.notify-modal__title{
    text-align: center;
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    margin: 0 0 30px;
}
.notify-modal p{
	font-size: 14px;
    line-height: normal;
    margin: 0 0 30px;
}
.notify-overlay{
    background-color: rgba(0, 0, 0, 0.62);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.saving-block{
	min-height: 21px;
	margin: 5px 0 4px;
}

@media screen and (max-width: 1364px){
	.blog-list__item{
		width: 31.5%;
		margin: 0 2.7% 28px 0;
	}
	.blog-filter__col {
		width: 31.5%;
	}
}

@media screen and (max-width: 1320px){
	.header__top-location {
		/* font-size: 0; */
		text-indent: -91px;
    	overflow: hidden;
	}
	.header__top-location a {
		/* font-size: 12px; */
		margin: 0 0 0 24px;
		white-space: nowrap;
	}
}

@media screen and (max-width: 1280px){
	.header__auth a[href="/register.php"]{
		display: none;
	}
	.header__auth a:not(:last-child):after{
		display: none;
	}
	.header__auth{
		min-width: 65px;
	}
	.wrap{
		max-width: 1170px;
	}
	.header__mid-left{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		/* max-width: 476px; */
	}
	.header__logo{
		margin: 0 7% 0 0;
	}
	.header__search{
		max-width: 570px;
	}
	.header__mid-right{
		max-width: 568px;
	}
	.top-menu__sub{
		padding: 30px 0 7px;
	}
	.top-menu__more .top-menu__sub{
		padding: 30px 0 33px;
	}
	.top-menu__sub-culmns ul{
		max-width: 179px;
		padding: 20px 14px 24px;
	}
	.top-menu__sub-picture{
		height: 110px;
		min-height: 0;
		margin: 0;
	}
	.top-menu__sub-picture img{
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
	}
	.main-slider__slide, .main-slider{
		height: auto;
	}
	.index-catalog{
		padding: 25px 0 0;
	}
	.index-catalog__left, .index-catalog .ajax-target, .cards-wrap .wrap:before{
		width: 261px;
	}
	.ajax-target .index-catalog__left{
		width: 100%;
	}
	.stock-slider__item{
		height: 474px;
	}
	.stock-slider__item-pic{
		height: 203px;
		margin: 0;
	}
	.stock-slider__item-inner{
		padding: 0 14px 0 27px;
	}
	.vendor-code{
		margin: 0 0 18px;
	}
	.stock-slider__item-name a{
		font-size: 18px;
		line-height: normal;
	}
	.stock-slider__item-price{
		margin: 0 0 12px;
	}
	.stock-slider .slick-dots {
		bottom: 18px;
	}
	.categories-tiles__item{
		min-height: 150px;
	}
	.flipper-front{
		padding: 24px 22px;
	}
	.categories-tiles__item-pic{
		max-width: 106px;
	}
	.flipper-back{
		padding: 7px 6px 8px 23px;
	}
	.flipper-back__scroll{
		padding: 9px 0;
	}
	.categories-tiles__item .more-link{
		bottom: 17px;
	}
	.catalog-slider__item{
		width: 91%;
	}
	.simple-slider__item{
		width: 89.8%;
	}
	.index-news__item {
		width: 22.9%;
	}
	.product-video{
		padding: 73px 0 68px;
	}
	.product-video__left{
		width: 455px;
	}
	.product-video__right {
		padding: 0 0 0 3.9%;
	}
	.store-addresses{
		padding: 64px 0 42px;
	}
	.store-addresses__map{
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		width: 100%;
		max-width: 748px;
	}
	.store-addresses__list{
		width: auto;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	/*.about-store{
		padding: 28px 0 42px;
	}*/
	.footer-subscription{
		max-width: 264px;
	}
	.footer-subscription__input{
		width: 149px;
	}
	.footer__right{
		max-width: 814px;
	}
	.footer__menu{
		max-width: 179px;
	}
	.blog-sidebar{
		width: 294px;
		padding: 0 0 0 29px;
	}
	.write-button{
		width: 263px;
		margin: 0 0 0 29px;
	}
	.blog-filter__col {
		width: 30.97%;
	}
	.blog-list__item{
		width: 30.97%;
		margin: 0 3.54% 28px 0;
	}
	.comments__title{
		padding: 28px 10px 26px 24px;
	}
	.comments__item{
		padding: 28px 17px 36px;
	}
	.products-article__item{
		padding: 19px 11px 20px 1px;
	}
	.blog__new-post{
		max-width: 750px;
	}
	.add-post-action .button{
		min-width: 164px;
	}
	.blog__new-post > .border-button{
		min-width: 0;
		max-width: 300px;
		width: 100%;
	}
	.blog-detail p img {
		max-width: 100%;
	}
}
@media screen and (max-width: 1120px){
	/* .watsapp-button .whatsapp-header span{
		display: none;
	} */
}
@media screen and (max-width: 1100px){
	.store-addresses__map{
		max-width: 627px;
	}
	#map{
		width: 627px;
	}
	.blog-sidebar{
		width: 332px;
		padding: 0 0 0 31px;
	}
	.write-button{
		width: 217px;
		margin: 0 0 0 30px;
	}
	.blog-filter__col {
		width: 31.12%;
	}
	.write-button.empty{
		display: none;
	}
	.blog-list{
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: 0 0 30px;
	}
	.blog-list__item{
		width: 47.94%;
		margin: 0 0 30px;
	}
	.products-article__item{
		padding: 19px 47px 20px 2px;
	}
	.blog-detail__comments-title{
		padding: 27px 23px 29px;
	}
	.blog-detail__comments-inner{
		padding: 0 23px;
	}
	.blog-detail__comments-item .blog-detail__comments-item{
		margin: 25px 0 0 34px;
	}
	.need-auth{
		padding: 0 0 50px;
	}
}
@media screen and (max-width: 1100px){
	.cards-wrap .wrap{
		justify-content: center;
	}
	.cards-wrap .wrap:before{
		display: none;
	}
	.cards-wrap__categories-tiles{
		justify-content: space-between;
	}
	.cards-wrap .categories-tiles__item:first-child{
		width: 31.4%;
	}
	.cards-wrap .categories-tiles__item{
		margin: 0;
		width: 33.1%;
	}
	.watsapp-button .header__actions{
		margin: 0 0 0 14.1%;
	}
	.header__mid-right .watsapp-button a:last-child{
		margin: 0 0 0 15px;
	}
	.main-slider__slide img{
		max-width: none;
		width: 100%;
		height: 600px;
		object-fit: cover;
	}
	.catalog-content .main-slider__slide img{
		height: auto;
	}
	/* .header__top-location{
		font-size: 0;
	}
	.header__top-location a{
		font-size: 12px;
	} */
	.header__phone a{
		/* font-weight: normal; */
	}
	.catalog-slider__item-buttons{
		display: block !important;
	}

	.catalog-slider{
		margin-bottom: 0;
	}
	.wrap{
		max-width: 988px;
	}
	.header__top-menu a:not(:last-child):after{
		margin: 0 5px 0 6px;
	}
	.header__auth a, .header__mid-right span, .index-news__item:last-child{
		display: none;
	}
	.header__auth{
		height: 21px;
		min-width: 0;
	}
	.header__mid-right a{
		height: 21px;
		margin: 0 0 0 13px;
	}
	.header__mid-right a:last-child{
		margin: 0 0 0 22px;
	}
	.header__mid-right .header__actions-fav{
		padding: 0 0 0 20px;
		top: 2px;
	}
	.header__actions-fav .count{
		top: -10px;
	}
	.header__auth{
		padding: 0 0 0 13px;
		margin: 0 6px 0 0;
		background-position: 0 2px;
		background-size: 13px;
	}
	.header__mid-right {
		max-width: 300px;
	}
	.header__mid-left, .header__search{
		max-width: none;
	}
	.header__search{
		margin: 0 30px 0 0;
	}
	.main-slider .slick-dots{
		bottom: 13px;
	}
	.main-slider .slick-prev{
		left: 6px;
	}
	.main-slider .slick-next{
		right: 6px;
	}
	.index-catalog__left, .index-catalog .ajax-target{
		width: 313px;
	}
	.ajax-target .index-catalog__left{
		width: 100%;
	}
	.categories-tiles{
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.categories-tiles__item{
		width: 49%;
		min-height: 182px;
		margin: 0 0 13px;
	}
	.stock-slider__item{
		height: 570px;
	}
	.stock-slider__item-inner{
		padding: 0 35px;
	}
	.vendor-code{
		margin: 0 0 23px;
	}
	.stock-slider__item-pic {
		height: 260px;
	}
	.stock-slider__item-price {
		margin: 0 0 10px;
	}
	.stock-slider__item-inner .saving-block {
		margin: 5px 0 10px;
	}
	.stock-slider .slick-dots {
		bottom: 28px;
	}
	.index-catalog{
		padding: 17px 0 0;
	}
	.index-catalog .wrap{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.additional-menu{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		width: 100%;
	}
	.additional-menu .categories-tiles__item:first-child, .additional-menu .categories-tiles__item:nth-child(4), .additional-menu .categories-tiles__item:nth-child(7){
		width: 31.4%;
	}
	.additional-menu .categories-tiles__item:nth-child(3n+3){
		margin-right: 0;
	}
	.additional-menu .categories-tiles__item{
		width: 33.1%;
		margin: 0 1.2% 14px 0;
	}
	.catalog-sliders{
		padding: 48px 0 0;
	}
	.catalog-slider__item{
		min-height: 425px;
		padding: 23px 15px 16px;
		width: 93.4%;
	}
	.catalog-slider__item .product-label{
		top: 8px;
		left: 8px;
	}
	.catalog-slider__item-rate{
		margin: 0 0 15px;
	}
	.simple-slider__item {
		width: 91%;
	}
	.index-news__item {
		width: 31.2%;
	}
	.product-video{
		padding: 50px 0 63px;
	}
	.product-video .wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.product-video__right{
		padding: 0;
		margin: 0 0 45px;
		height: 480px;
	}
	.product-video__left{
		width: auto;
	}
	.product-video__left-title{
		margin: 0 0 21px;
	}
	.product-video__left-text{
		height: 115px;
	}
	.store-addresses{
		padding-bottom: 25px;
	}
	.about-store .more-link{
		margin: 0;
	}
	.about-store {
		padding: 28px 0;
	}
	.store-advantages__list{
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	.store-advantages__list a{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.store-advantages__list img{
		margin: 0 0 16px;
	}
	.store-advantages{
		padding: 47px 0 34px;
	}
	.footer .wrap{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer__right{
		max-width: none;
	}
	.footer-subscription {
		max-width: none;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-orient: vertical;
    	-webkit-box-direction: normal;
    	    -ms-flex-direction: column;
    	        flex-direction: column;
	}
	.in-touch{
		padding: 0;
	}
	.footer-subscription__title{
		-ms-flex-item-align: end;
		    align-self: flex-end;
		min-width: 232px;
		/* margin-top: -70px; */
	}
	.footer-subscription__form{
		-ms-flex-item-align: end;
		    align-self: flex-end;
		max-width: 232px;
	}
	.footer-subscription__input {
		width: 117px;
	}
	.checkbox{
		line-height: 14px;
		display: inline-block;
		margin: 3px 0 0;
	}
	.checkbox span{
		display: inline-block;
	}
	.checkbox a {
		margin: 0 0 0 23px;
	}
	.footer__social{
		text-align: center;
		margin: -7px 0 0;
	}
	.footer__social a{
		margin: 0 4px;
	}
	.checkbox span:after{
		top: -3px;
	}
	/* new */
	.footer__social-link{
		max-width: 300px;
		margin: 0 auto;
	}
	.blog__new-post{
		max-width: 960px;
	}
}
@media screen and (max-width: 980px){
	.cards-wrap{
		padding: 0;
	}
	.cards-wrap .categories-tiles__item:first-child, .cards-wrap .categories-tiles__item{
		width: 49%;
		margin: 0 0 14px !important;
	}
	.in-touch .medal{
		padding: 0;
	}
	.in-touch .medal img{
		width: 48px;
		height: 48px;
	}
	.header__top-menu__more{
		display: none !important;
	}
	.cards-wrap__categories-tiles{
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 33px;
	}
	.cards-wrap .categories-tiles__item {
		margin: 0 5px;
		width: 48.9%;
		margin: 0;
		max-width: none;
	}
	.black-freeday .mob-menu__head{
		background: #ffdb00;
	}
	.header__top-phone-watsapp{
		display: flex;
		flex: 1;
		justify-content: flex-end;
	}
	.header__top-phone-watsapp .whatsapp-header{
		margin: 0 20px 0 0;
	}
	.header__top .whatsapp-header{
		/* display: flex; */
		display: none;
	}
	.whatsapp-header{
		/* display: none; */
	}
	.header__mid-right .watsapp-button a {
		margin: 0 0 0 13px;
	}
	.header__mid-right .watsapp-button .header__actions-basket {
		margin: 0 0 0 22px;
	}
	.blog-list__item-pic, .simple-slider__item-pic{
		height: 300px;
	}
	.for-blog .simple-slider__item, .blog-list__item{
		height: auto;
	}
	.blog-list__item .blog-list__item-data, .for-blog .simple-slider__item-data{
		position: static;
	}
	.in-touch__phone {
		margin: 0;
	}
	.wrap{
		max-width: 744px;
	}
	.header {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
	}
	.header__top-menu, .header__logo span, .header__callback, .header__bot{
		display: none;
	}
	.header__bot{
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 320px;
		background: #fff;
		z-index: 999;
		height: 100%;
		left: -100%;
	}
	.header__mid-nav, .header__mid-right{
		max-width: none;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}
	.header__logo{
		width: auto;
		margin: 0;
	}
	.header__search{
		margin: 0 55px 0 34px;
	}
	.container{
		padding: 103px 0 0;
	}
	.menu-button{
		display: block;
	}
	.index-catalog__left, .index-catalog .ajax-target{
		width: 49%;
		padding: 0;
	}
	.ajax-target .index-catalog__left{
		width: 100%;
	}
	.index-catalog__right{
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		width: 49%;
	}
	.stock-slider__item-inner {
		padding: 0 65px 0 35px;
	}
	.stock-slider__item{
		height: 599px;
	}
	.stock-slider__item-name{
		margin: 0 0 32px;
	}
	.categories-tiles__item:not(.for-gift-card){
		min-height: 109px;
	}
	.categories-tiles__item{
		width: 100%;
		margin: 0 0 14px;
	}
	.additional-menu{
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.additional-menu .categories-tiles__item:first-child, .additional-menu .categories-tiles__item, .additional-menu .categories-tiles__item:nth-child(4), .additional-menu .categories-tiles__item:nth-child(7){
		width: 49%;
		margin-right: 0;
	}
	.flipper-front{
		padding: 16px 26px;
	}
	.categories-tiles__item-name{
		font-size: 19px;
		line-height: 20px;
		margin: 0 0 5px;
	}
	.categories-tiles__item:not(.for-gift-card) .more-link {
		bottom: 7px;
	}
	.index-catalog{
		padding: 15px 0 0;
	}
	.catalog-slider__item{
		width: 94.3%;
	}
	.catalog-sliders + .catalog-sliders{
		margin: 0;
	}
	.simple-slider__item {
		width: 92.3%;
	}
	.index-news__item:last-child, .header__top-phone{
		display: block;
	}
	.index-news{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	.index-news__item{
		width: 47.9%;
		margin: 0 0 53px;
		position: relative;
		padding: 0 0 32px;
	}
	.index-news__item .more-link{
		position: absolute;
		bottom: 0;
	}
	.index-grey{
		padding: 68px 0 14px;
		margin: 20px 0 0;
	}
	.product-video{
		padding: 54px 0 78px;
	}
	.product-video__right{
		height: 360px;
	}
	.product-video__left-text{
		height: auto;
		margin: 0 0 35px;
	}
	.store-addresses__wrap{
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.store-addresses__map{
		max-width: none;
	}
	#map{
		width: auto;
		height: 398px;
	}
	.store-addresses__list{
		padding: 31px 56px 29px 62px;
	}
	.store-addresses__list-city__list{
		height: 283px;
	}
	.store-advantages__list{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.store-advantages__list a{
		/* width: 30.6%; */
		width: 100%;
		margin: 0 0 52px;
	}
	.store-advantages{
		padding: 47px 0 2px;
	}
	.footer-subscription__title{
		margin-top: 0;
	}
	.footer__right{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.in-touch{
		width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		max-width: 665px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 14px 0 34px;
	}
	.in-touch__title{
		width: 100%;
		margin: 0 0 8px;
	}
	a.in-touch__button{
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		min-height: 48px;
		padding: 7px 15px 8px 9px;
		margin: 0;
		vertical-align: middle;
		width: 32.8%;
	}
	.in-touch__button:not(.phone) span{
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
		position: relative;
		top: 1px;
	}
	.in-touch__button br{
		display: none;
	}
	.in-touch__button.phone{
		margin: 0;
	}
	.footer-subscription{
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		    -ms-flex-direction: unset;
		        flex-direction: unset;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.footer-subscription__title{
		-ms-flex-item-align: auto;
		    -ms-grid-row-align: auto;
		    align-self: auto;
		width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}
	.footer-subscription__form{
		-ms-flex-item-align: auto;
		    -ms-grid-row-align: auto;
		    align-self: auto;
		max-width: 466px;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		margin: 0 10px 0 0;
	}
	.footer-subscription__input {
		width: auto;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.checkbox a {
		margin: 0;
	}
	.checkbox span:after{
		bottom: 2px;
	}
	.footer__social{
		margin: -30px 0 0 !important;
		text-align: left;
	}
	.in-touch__phone{
		margin: 0;
	}
	.footer__app{
		position: static;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.blog-wrap{
		display: block;
	}
	.blog-sidebar{
		width: 100%;
		padding: 0;
	}
	.comments + .sidebar-title, .blog-sidebar .blog__search, .blog-sidebar .blog-tags__list, .blog-filter__col:not(.search-col){
		display: none;
	}
	.pagination{
		text-align: center;
	}
	.comments__item {
		padding: 28px 34px 36px;
	}
	.blog-filter__mobile{
		display: block;
		width: 47%;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}
	.blog-filter__col {
		width: 47%;
	}
	h1, .h1, .catalog h1{
		margin: 0 0 37px;
	}
	.catalog h1{
		font-size: 26px;
	}
	.blog__search-input{
		padding: 13px 10px 11px 15px;
	}
	.blog-detail__comments, .blog-detail__comments-title{
		position: relative;
	}
	.blog-detail__comments:before, .blog-detail__comments:after, .blog-detail__comments-title:before, .blog-detail__comments-title:after{
		content: "";
		position: absolute;
		width: 100%;
		height: calc(100% + 1px);
		height: 100%;
		background: #f7f9fc;
		top: -1px;
		left: 100%;
		border-top: #e9e9e9 1px solid;
	}
	.blog-detail__comments-title:before, .blog-detail__comments-title:after{
		border: none;
		border-bottom: #e9e9e9 1px solid;
		top: 0;
		z-index: 1;
	}
	.blog-detail__comments:before, .blog-detail__comments-title:before{
		left: auto;
		right: 100%;
	}
	.blog-detail__comments{
		margin: 0 0 37px;
	}
	.products-article{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.products-article__item, .products-article__item:last-child{
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		width: 50%;
		border: #ebebeb 1px solid;
		border-top: none;
	}
	.products-article__item{
		padding: 19px 75px 19px 16px;
	}
	.products-article__item:nth-child(even){
		border-left: none;
	}
	.for-products .comments{
		border: none;
		margin: 0;
	}
	.for-products .comments__title{
		border: #ebebeb 1px solid;
	}
	.new-post__preview-picture{
		width: 280px;
		height: 184px;
	}
	.add-post-action{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.add-post-action .button{
		width: 30.6%;
		max-width: none;
	}
	.add-post-action .button:nth-child(2){
		margin: 0;
	}
}
@media screen and (max-width: 800px){
	.catalog h1 {
		margin: 37px 0;
	}
	.main-slider__slide img{
		width: auto;
		max-width: 100%;
		height: auto;
	}
	.in-touch__phone li {
		margin-bottom: 8px;
	}
	.in-touch__phone li:last-child{
		margin-bottom: 0;
	}
	.footer__social-link{
		max-width: none;
	}
	.footer__social {
		margin: 20px 0 0;
	}
	.footer__social a {
		margin-bottom:0;
	}
	.footer__social a:not(:last-child){
		margin-right: 7px;
	}
	.footer__social a:last-child{
		margin-right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 768px){
	.catalog h1 {
		margin-top: 0;
	}
	.mob-menu__sub-item:nth-child(2) .mob-menu__item-ico img, .mob-menu__sub-item:nth-child(7) .mob-menu__item-ico img, .mob-menu__sub-item:nth-child(4) .mob-menu__item-ico img, .mob-menu__sub-item:nth-child(6) .mob-menu__item-ico img, .mob-menu__sub-item:nth-child(7) .mob-menu__item-ico img, .mob-menu__sub-item:nth-child(10) .mob-menu__item-ico img, .mob-menu__sub-item:nth-child(12) .mob-menu__item-ico img{
		max-width: 22px;
	}
	.mob-menu__sub-item:nth-child(5) .mob-menu__item-ico img{
		max-width: 30px;
	}
	.mob-menu__sub-item:nth-child(8) .mob-menu__item-ico img{
		max-width: 27px;
	}
	.mob-menu__sub-item:nth-child(9) .mob-menu__item-ico img{
		max-width: 16px;
	}
	.mob-menu__sub-item:nth-child(11) .mob-menu__item-ico img{
		max-width: 20px;
	}
	.mob-menu__sub-item .mob-menu__item-ico{
		width: 27px;
		text-align: center;
	}
}
@media screen and (max-width: 700px){
	.catalog-slider__item-rate .product-rating{
		flex-wrap: wrap;
	}
	.catalog-slider__item-rate .product-count-sale{
		flex: none;
		width: 100%;
		margin: 0;
	}
	.catalog-slider__item-rate .middle-rating, .catalog-slider__item-rate .product-count-review{
		margin: 0 0 6px;
	}
}
@media screen and (max-width: 620px){
	.footer__social{
		margin: 0 !important;
	}
	.cards-wrap__categories-tiles {
		justify-content: space-between;
		padding: 15px 0 33px;
		flex-direction: column;
		width: 100%;
	}
	.categories-tiles__item.for-gift-card, .cards-wrap .categories-tiles__item:not(:last-child){
		min-height: 180px !important;
		width: 100%;
		max-width: 400px;
	}
	.categories-tiles__item.for-gift-card .flipper-front, .categories-tiles__item.for-gift-card:hover .flipper-front{
		background: url(images/mini-gift-card.jpg) no-repeat center / cover;
	}
	.categories-tiles__item.for-gift-card__menu .flipper-front, .categories-tiles__item.for-gift-card__menu:hover .flipper-front{
		background: url(images/mini-gift-card2.jpg) no-repeat center / cover;
	}
	.cards-wrap .wrap{
		flex-direction: column;
	}
	.cards-wrap .categories-tiles__item:not(:last-child){
		border: #f5f5f5 1px solid;
	}
	.cards-wrap {
		/* padding: 20px 0 0; */
	}
}
@media screen and (max-width: 650px){
	.footer__social{
		margin: 30px 0 0;
	}
	.footer__bottom{
		display: none;
	}
	.footer__bottom-mobile{
		display: block;
	}
	.footer__bottom-mobile .footer__app{
		max-width: none;
    	display: block;
	}
	.footer__app-col{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer__app-col:first-child{
		text-align: center;
		margin: 0 0 10px;
	}
	.footer__app-col:last-child{
		display: block;
	}
	.footer__app-col:last-child > a{
		display: block;
		text-align: center;
	}
	.footer__app{
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		max-width: 315px;
	}
	.footer__app img{
		max-width: 128px;
	}
	.footer__app-col a{
		margin: 0 5px;
	}
	.footer__country img{
		margin: 0;
	}
	.footer__cpr{
		padding: 20px 15px 20px;
		border-top: #494c57 1px solid;
		font-size: 14px;
		color: #b7b7b7;
	}
}
@media screen and (max-width: 620px){
	.header__mid-right .watsapp-button a.whatsapp-header{
		display: none;
	}
	.for-gift-card{
		margin: 0 0 15px !important;
	}
	.for-gift-card .categories-tiles__item-wrap{
		border: none;
	}
	.header__mid-right .watsapp-button a{
		margin: 0;
	}
	.mobile-phone + .whatsapp-header{
		display: block;
		margin: -4px 0 0 3.4%;
		position: relative;
		top: 1px;
	}
	.whatsapp-header span{
		display: none;
	}
	.whatsapp-header img{
		margin: 0;
	}
	.mob-menu .mob-menu__head .header__search{
		position: static !important;
		display: block;
		padding: 0;
		background: none;
	}
	.flipper-back__scroll .mCSB_scrollTools{
		display: none !important;
	}
	.flipper-back{
		padding: 20px 25px 15px 25px;
	}
	.flipper-back__scroll{
		padding: 0;
		height: auto;
	}
	.mCSB_inside>.mCSB_container{
		margin: 0 !important;
	}
	.mobile-phone{
        display: block;
    }
	.header__top, .header__search, .header__logo, .header__auth, .index-news__item:nth-child(3), .index-news__item:nth-child(4){
		display: none;
	}
	.header__search{
		position: fixed;
		background: #fff;
		width: 100%;
		left: 0;
		margin: 0;
		z-index: 30;
		padding: 20px;
		top: 50px;
	}
	.black-freeday .header{
		background: #ffdb00;
	}
	.header{
		background: #ec008c;
		border: none;
	}
	.header__mid{
		padding: 15px 0 13px;
		border: none;
	}
	.menu-button{
		border-color: #fff;
		margin: -2px 13px 0 0;
	}
	.menu-button:after{
		background: #fff;
	}
	.mobile-search-button{
		display: block;
		margin: -3px 0 0;
	}
	.header__actions{
		background: url(images/mobile-fav-ico.png) no-repeat center;
	}
	.header__mid-right{
		margin: 0 10px 0 0;
	}
	.header__mid-right a{
		height: 23px;
	}
	.header__mid-right .header__actions-fav{
		padding: 0 0 0 40px;
		top: 0;
	}
	.header__actions .count{
		background: #fff;
		color: #ec008c;
		width: 22px;
		height: 22px;
		top: -8px;
    	left: 27px;
	}
	.header__mid-right a:last-child, .header__mid-right .watsapp-button a:nth-child(3){
		background: url(images/mobile-basket-ico.png) no-repeat center;
		margin: 0 0 0 16px;
		padding: 0 0 0 20px;
	}
	.header__mid-right a:last-child .count, .header__mid-right .watsapp-button a:nth-child(3) .count{
		left: 16px;
	}
	.mobile-logo, .main-slider__slide .mobile-pic, .index-catalog__right .block-title, .index-catalog__left .block-title{
		display: block;
	}
	.container{
		padding: 50px 0 0;
	}
	.main-slider .slick-dots{
		bottom: 5px;
	}
	.index-catalog .wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.index-catalog__left, .index-catalog__right, .additional-menu, .index-catalog .ajax-target{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 12px;
	}
	.ajax-target .index-catalog__left{
		width: 100%;
		margin: 0;
	}
	.index-catalog__right, .index-catalog__left{
		margin: 30px auto 0;
	}
	.additional-menu .categories-tiles__item:first-child, .additional-menu .categories-tiles__item{
		width: 100%;
	}
	.additional-menu{
		margin-top: -1px;
	}
	.additional-menu .categories-tiles__item:last-child, .categories-tiles{
		/* border-bottom: #ebebeb 1px solid; */
	}
	.categories-tiles__item:not(.sub-empty):hover, .categories-tiles__item:not(.sub-empty):hover .categories-tiles__item-wrap{
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.categories-tiles__item:not(.for-gift-card) .more-link{
		display: none;
	}
	.categories-tiles__item-pic{
		height: 107px;
		left: 12px;
		max-width: 70px;
		top: 4px;
	}
	.categories-tiles__item-name{
		font-size: 16px;
		margin: 0 0 1px;
	}
	.flipper-back__scroll li{
		margin: 0 0 7px;
	}
	.flipper-back__scroll li:last-child{
		margin: 0;
	}
	.flipper-front {
		overflow: visible;
		min-height: 107px;
		padding: 27px 0 8px 95px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.categories-tiles__item.for-gift-card .flipper-front{
		padding: 14px 0 8px 25px;
	}
	.categories-tiles__item:not(.sub-empty) .flipper-front:after{
		content: "";
		position: absolute;
		width: 11px;
		height: 6px;
		top: 50%;
		margin: -3px 0 0;
		right: 16px;
		background: url(images/filter-arrow.svg) no-repeat center;
		transition: transform ease .2s;
	}
	.categories-tiles__item.active:not(.sub-empty) .flipper-front:after{
		transform: rotate(180deg);
	}
	.flipper-back{
		height: auto;
		background: none;
		position: relative;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		display: none;
	}
	.catalog-slider__item, .simple-slider__item{
		width: 100%;
		max-width: 400px;
	}
	.catalog-slider__item-buttons{
		max-width: 243px;
	}
	.index-catalog + .catalog-sliders{
		margin-bottom: 0;
	}
	.index-grey{
		padding: 34px 0 10px;
	}
	.simple-slider{
		margin-bottom: 31px;
	}
	.index-news__item{
		width: 100%;
		margin: 0 0 33px;
	}
	.index-news{
		max-width: 400px;
		margin: 0 auto;
	}
	.product-video{
		padding: 28px 0 63px;
	}
	.product-video .wrap{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.product-video__right{
		max-width: 400px;
		width: 100%;
		height: 162px;
		margin: 0 0 26px;
	}
	.product-video__left{
		max-width: 400px;
	}
	.button.large{
		font-size: 13px;
		min-height: 43px;
		padding: 13px 20px 13px;
	}
	.product-video__left .button{
		max-width: none;
	}
	.product-video__left-price{
		margin: 0 0 12px;
	}
	.store-addresses{
		display: none;
		padding: 31px 0 40px;
		border-bottom: #dde2e6 1px solid;
	}
	.store-addresses__wrap{
		border: none;
		max-width: 400px;
		margin: 0 auto;
	}
	.store-addresses__list{
		padding: 25px 0 0;
		font-size: 14px;
		line-height: normal;
	}
	.store-addresses__list-city{
		margin: 0 0 19px;
	}
	.store-addresses__list-city__list li:not(:last-child){
		margin: 0 0 18px;
	}
	.about-store__title{
		text-align: left;
	}
	.for-contest .about-store__title{
		text-align: center;
	}
	.about-store{
		padding: 44px 0 33px;
	}
	.about-store .wrap{
		max-width: 430px;
	}
	.store-advantages__list{
		max-width: 400px;
		margin: 0 auto;
	}
	.store-advantages__list a {
		/* width: 50%; */
	}
	.footer__menu{
		width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		padding: 0;
		margin: 0 0 29px;
		max-width: none;
	}
	.footer__menu-title{
		line-height: normal;
		margin: 0 0 10px;
	}
	.in-touch{
		width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		margin: 0;
		max-width: none;
		min-width: 0;
	}
	.in-touch a{
		font-size: 16px;
	}
	a.in-touch__button, .in-touch__button.phone{
		width: 100%;
		font-size: 12px;
		line-height: 14px;
		padding: 10px 0 9px 8px;
		min-height: 0;
		margin: 0 0 19px;
	}
	.in-touch__button-ico{
		margin: 0 7px 0 0;
	}
	.in-touch__button.phone .in-touch__button-ico{
		margin: 0 0 0 -5px;
	}
	.footer__social{
		margin: 0 0 0;
	}
	.footer-subscription__form{
		margin: 0 0 36px;
	}
	.footer{
		padding-bottom: 31px;
	}
	.categories-tiles__item, .additional-menu .categories-tiles__item, .categories-tiles__item-wrap, .additional-menu .categories-tiles__item:nth-child(4), .additional-menu .categories-tiles__item:nth-child(7){
		width: 100%;
		margin: 0;
		min-height: 89px;
		margin: 0 0 1px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.in-touch__phone{
		margin: 0 0 30px;
	}
	.blog-filter, .blog-filter__left{
		display: block;
	}
	.blog-filter__mobile, .blog-filter__col, .write-button{
		width: 100%;
		margin: 0 0 20px;
	}
	.blog-filter{
		margin: 0;
	}
	.blog-detail__comments-title{
		margin: 0 0 30px;
		padding: 27px 0 29px 0;
	}
	.blog-detail__comments-item{
		position: relative;
		line-height: 20px;
	}
	.blog-detail__comments-photo{
		width: 33px;
		height: 33px;
		position: absolute;
		top: -6px;
		left: 0;
		margin: 0;
	}
	.blog-detail__comments-text{
		margin: 0;
	}
	.blog-detail__comments-author {
		margin: 0 0 19px 42px;
	}
	.blog-detail__comments-author .date{
		display: none;
	}
	.blog-detail__comments-item .blog-detail__comments-item {
		margin: 25px 0 0 22px;
	}
	.products-article__item, .products-article__item:last-child{
		width: 100%;
		padding: 19px 36px 19px 16px;
	}
	.products-article__item:nth-child(even){
		border-left: #ebebeb 1px solid;
	}
	.products-article__item-text{
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.blog-detail__comments-inner {
		padding: 0;
	}
	.need-auth{
		margin: 0;
		padding: 0 0 30px;
	}
	textarea.text-input{
		height: 190px;
	}
	.add-comment .button{
		width: 100%;
	}
	.add-comment{
		padding: 0 0 44px;
	}
	h2, .h2{
		margin: 0 0 26px;
	}
	.blog-detail__table td:last-child{
		white-space: nowrap;
		vertical-align: bottom;
	}
	.popup-action{
		display: block;
	}
	.popup-action .button{
		max-width: none;
		width: 100%;
	}
	.popup-action .button:first-child{
		margin: 0 0 21px;
	}
	.fissman-popup{
		min-width: 320px;
	}
	.fissman-popup__inner{
		padding: 31px 14px;
	}
	.new-post__preview{
		display: block;
	}
	.new-post__preview-picture{
		margin: 0 0 20px;
	}
	.new-post__preview-picture__text{
		padding: 0;
	}
	.trumbowyg-button-pane button{
		margin: 0 5px;
	}
	.add-post-action{
		display: block;
	}
	.add-post-action .button, .add-post-action .button:nth-child(2){
		width: 100%;
		margin: 0 0 20px;
	}
	.add-post-action .button:last-child{
		margin: 0;
	}
}

@media screen and (max-height: 640px){
	.ajax-target .cooking {
		/* margin: -40% auto -10%; */
	}
}
@media screen and (max-width: 500px){
	.in-touch .medal{
		padding: 20px 0 0;
	}
	.page404{
		padding: 0;
	}
	.page-top-banner h1{
		margin: 0;
	}
	.blog-video .blog-video__ig{
		height: 720px;
	}
	.cooking{
		left: 50%;
		transform: scale(0.5) translateX(-100%);
		margin: -210px auto -40px;
	}
	.blog-left iframe{
		height: 220px;
	}
	.mob-menu__item, .mob-menu__sub-item > a{
		font-size: 16px;
		line-height: normal;
		min-height: 53px;
		padding: 10px 17px 9px;
	}
	.mob-menu__sub-item > a{
		height: 53px;
		padding-left: 52px;
	}
	.mob-menu__item-ico{
		width: 22px;
		margin: 0 13px 0 0;
	}
	.mob-menu__item-ico img{
		max-width: 22px;
		margin: 0 auto;
	}
	.menu-button {
		margin-right: 20px;
	}
	.header__mid-nav {
		padding-left: 3px;
	}

	.header__mid-right{
		margin: 0;
		-webkit-transform: scale(.8);
		    -ms-transform: scale(.8);
		        transform: scale(.8);
	}
	.header__mid-right a{
		margin: 0;
	}
	.header__mid-right .mobile-search-button{
		margin: 0 5px 0 0;
	}
	.header__mid-right a:last-child, .header__mid-right .watsapp-button a:nth-child(3){
		margin: 0 0 0 11px;
	}
	.mobile-phone{
		width: 18px;
		height: 19px;
	}
	/* new */
	.footer{
		padding: 0;
	}
	.footer .wrap{
		padding: 0;
	}
	.footer__menu-title{
		margin: 0;
	}
	.footer__menu-title:after{
		content: "";
		display: inline-block;
		width: 5px;
		height: 5px;
		border-left: #fff 1px solid;
		border-bottom: #fff 1px solid;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		position: relative;
		top: -3px;
		margin: 0 0 0 13px;
	}
	.footer__menu.active .footer__menu-title:after {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		top: 0;
	}
	.footer__menu{
		width: 100%;
		margin: 0;
		border-bottom: #494c57 1px solid;
		padding: 17px 35px 16px;
	}
	.in-touch{
		border-bottom: #494c57 1px solid;
		padding: 30px 35px;
		width: 100%;
	}
	a.in-touch__button{
		max-width: 290px;
		font-size: 18px;
		background: #a1a2a7;
		margin: 0 0 28px;
	}
	.in-touch__phone{
		width: 100%;
		margin: 0;
	}
	a.cbform-trigger{
		color: #fff;
	}
	.in-touch__button:not(.phone) span{
		top: 0;
	}
	.footer__menu ul{
		display: none;
		padding: 20px 0 0;
	}
	.footer-subscription__title{
		padding: 21px 35px 0;
	}
	.footer-subscription__form{
		padding: 0 35px;
		margin: 0;
	}
	.footer__social{
		width: 100%;
		margin: 21px 0 0 !important;
		padding: 20px 0 26px;
		border-top: #494c57 1px solid;
	}
	.footer__social-link, .footer__social-title{
		max-width: none;
		padding: 0 35px;
	}
	.footer__social-title{
		margin-bottom: 9px;
	}
	.footer__bottom{
		padding: 0;
	}
	.footer__social a{
		margin: 0;
		width: 33px;
		height: 33px;
	}
	.footer__social-link__ig img{
		max-width: 19px;
	}
	.footer__social-link__vk img{
		max-width: 25px;
	}
	.footer__social-link__vk img{
		max-width: 25px;
	}
	.footer__social-link__tw img, .footer__social-link__tl img{
		max-width: 20px;
	}
	.footer__app{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer__app .footer__app-col:first-child {
		position: relative;
		width: 100%;
	}
	.footer__app .footer__app-col:nth-child(2) {
		width: 100%;
		text-align: center;
	}
	.footer__app-col:last-child > a {
		width: 100%;
	}
	.footer__app img{
		max-width: none;
	}
	.footer__bottom-mobile .footer__app{
		max-width: none;
		padding: 32px 35px;
		display: block;
	}
	.footer__cpr{
		padding: 20px 35px;
		text-align: center;
	}
	.blog-list__item{
		width: 100%;
	}
	.comments__item {
		padding: 28px 17px 36px;
	}
	.pagination{
		margin: 0 0 48px;
	}
	.breadcrumbs{
		display: none;
	}
	h1, .h1, .catalog h1{
		margin: 27px 0;
	}
	.type-view-tile .middle-rating-empty {
		display: inline;
	}
}
@media screen and (max-width: 425px){
	.footer__social-link, .footer__social-title {
		padding: 0 20px;
	}
	.blog-tags__list a{
		white-space: normal;
	}
	.blog-tags__list-popup{
		width: 100%;
		max-width: none;
	}
	.store-advantages__list li{
		width: 50%;
	}
	.store-advantages__list a{
		width: auto;
	}
	.store-advantages__list img{
		margin: 0 0 20px;
	}
	.store-advantages__list li:nth-child(4) img{
		margin: 0 0 16px;
	}
	.store-advantages__list li:last-child img{
		margin: 0 0 18px;
	}
	.quickbuypopup {
		width: 320px;
		padding: 20px 10px;
	}
	.quickbuypopup .button {
		margin-top: 28px;
		margin-left: 11px;
	}
	.quickbuypopup .title {
		margin-bottom: 63px;
	}
	.quickbuypopup span.error {
		left: 12px;
		font-size: 11px;
	}
	.quickbuypopup .input_box.password a {
		top: 60px;
	}
	.footer__app .footer__app-col:first-child{
		display: block;
	}
	.footer__app-col a {
		margin: 0 2px 12px !important;
	}
	.footer__bottom-mobile .footer__app {
		padding: 32px 15px;
	}
}
@media screen and (max-width: 375px){
	.more-link:not(.no-arrow):after{
		position: relative;
		top: -1px;
	}
}
@media screen and (max-width: 320px){
	.more-link:not(.no-arrow):after{
		position: relative;
		top: 0;
	}
}
@media screen and (max-width: 360px){
	.blog-video .blog-video__ig{
		height: 550px;
	}
	.wrap, .about-store .wrap{
		padding: 0 10px;
	}
	.stock-slider__item{
		height: 440px;
		padding: 36px 0 0;
	}
	.stock-slider__item-inner{
		padding: 0 28px;
	}
	.stock-slider__item-name{
		max-height: 61px;
		overflow: hidden;
	}
	.stock-slider__item-name a{
		font-size: 16px;
	}
	.stock-slider__item-pic{
		height: 200px;
		margin: 0 0 0px;
	}
	.vendor-code{
		margin: 0 0 12px;
	}
	.stock-slider__item-name span{
		font-size: 14px;
		margin: 2px 0 0;
	}
	.stock-slider__item-name{
		margin: 0 0 13px;
	}
	.stock-slider__item-price{
		font-size: 18px;
		margin: 0 0 9px;
	}
	.stock-slider .slick-dots{
		bottom: 11px;
	}
	.slick-dots li{
		width: 9px;
		height: 9px;
	}
	.categories-tiles__item{
		margin: 0;
		border-bottom: none;
		min-height: 64px;
	}
	.flipper-front {
		padding: 25px 0 8px 95px;
	}
	.categories-tiles__item-pic img {
		max-height: 60px;
	}
	#map{
		height: 272px;
	}
	.footer-subscription__input {
		width: 165px;
	}
	/* new */
	.footer-subscription__form{
		width: 100%;
	}
	.footer-subscription__input{
		width: 100%;
	}
}
@media screen and (max-width: 340px){
	.checkbox span:after {
		bottom: 16px;
	}
}
.mob-menu{
	position: fixed;
	background: #fff;
	z-index: 10000;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	max-width: 425px;
	font-family:'Roboto', sans-serif;
	transition: left ease .2s;
}
.mob-menu.active{
	left: 0;
}
.mob-menu__head{
	background: #ea148c;
	padding: 12px 30px 11px 79px;
	position: relative;
	min-height: 73px;
}
.mob-menu__close{
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	font-size: 0;
	top: 24px;
	transform: rotate(45deg);
	left: 28px;
}
.mob-menu__close:before, .mob-menu__close:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	top: 50%;
	left: 0;
	margin: -1px 0 0;
}
.mob-menu__close:after{
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	margin: 0 0 0 -1px;
}
.mob-menu__wrap{
	overflow-y: scroll;
	height: calc(100% - 73px);
}
.mob-menu__sub{
	display: none;
}
.mob-menu__item, .mob-menu__sub-item > a{
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	padding: 10px 17px 9px;
	border-bottom: #e9e9eb 1px solid;
	position: relative;
	min-height: 53px;
}
.mob-menu__sub-item > a{
	padding-left: 52px;
	height: 53px;
}
.mob-menu__item:not(.no-arr):after, .mob-menu__sub-item > a:after{
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	border-bottom: #c8c8c8 2px solid;
	border-right: #c8c8c8 2px solid;
	right: 38px;
	top: 50%;
	transition: transform ease .2s;
	transform: translateY(-50%) rotate(-45deg);
}
.mob-menu__sub-item > a:after{
	right: 38px;
}
.mob-menu__item.active:after, .mob-menu__sub-item.active > a:after{
	transform: translateY(-50%) rotate(45deg);
}
.mob-menu__item span{
	max-width: 353px;
}
.mob-menu__item-ico{
	width: 22px;
	margin: 0 13px 0 0;
	text-align: center;
}
.mob-menu__sub-item .mob-menu__item-ico{
	margin: 0 20px 0 0;
}
.mob-menu__item-ico img{
	max-width: 22px;
	display: block;
	margin: 0 auto;
}
.mob-menu__social{
	padding: 32px 28px;
}
.mob-menu__social-item{
	width: 58px;
	height: 58px;
}
.mob-menu__social-item img{
	max-width: 100%;
}
.mob-menu__sub-sub{
	padding: 13px 0 20px;
	display: none;
}
.mob-menu__sub-sub a{
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
	display: inline-block;
	padding: 8px 0 8px 100px;
	width: 100%;
}

.mob-menu .api-search-title{
	width: 100%;
	margin: 0;
	max-width: none;
}
.mob-menu .header__search-input{
	background: #fff;
	font-size: 16px;
	padding: 13px 60px 11px 20px;
	border-radius: 18px;
	font-weight: 400;
}
.mob-menu .header__search-button{
	background: url(./images/search.svg) no-repeat center / 27px;
}
.mob-menu .search_form{
	margin: 0;
}

.mob-menu__item:nth-child(3) .mob-menu__item-ico img, .mob-menu__item:nth-child(14) .mob-menu__item-ico img, .mob-menu__item:nth-child(15) .mob-menu__item-ico img{
	max-width: 18px;
}
.mob-menu__item[href='/cart/'] .mob-menu__item-ico img,
.mob-menu__item[href='/cart/'] .mob-menu__item-ico img,
.mob-menu__item[href='/privacy_policy/'] .mob-menu__item-ico img,
div.mob-menu__item.no-arr img,
.mob-menu__item[href='/news/'] .mob-menu__item-ico img {
	max-width: 18px;
}
.mob-menu__item:not(.no-arr):after, .mob-menu__sub-item > a:after{
	width: 9px;
	height: 9px;
	right: 23px;
}
.mob-menu__sub-item > a:after {
	right: 23px;
}
.mob-menu__sub-sub a{
	font-size: 16px;
	line-height: normal;
	padding: 8px 0 8px 59px;
}
.mob-menu__sub-sub{
	padding: 5px 0 0;
}
.mob-menu__social-item{
	width: 36px;
	height: 36px;
}
.mob-menu__social{
	padding: 17px;
	padding-bottom: 0;
}
.mob-menu__head{
	min-height: 55px;
	padding: 12px 19px 12px 55px;
}
.mob-menu__close{
	width: 18px;
	height: 18px;
	top: 20px;
	left: 19px;
}
.mob-menu .header__search-input{
	font-size: 12px;
	border-radius: 40px;
	padding: 3px 60px 2px 17px;
}
.mob-menu .header__search-button{
	background-size: 17px;
	background-position: 30px center;
}


@media screen and (max-width: 960px){
	.ov-hide .container-wrap{
		overflow: hidden;
		height: 100vh;
	}
}
@media screen and (max-width: 620px){
	.mob-menu .mob-menu__head .header__search{
		position: static !important;
		display: block;
		padding: 0;
		background: none;
	}
}
@media screen and (max-width: 500px){
	.mob-menu__item, .mob-menu__sub-item > a{
		font-size: 16px;
		line-height: normal;
		min-height: 53px;
		padding: 10px 17px 9px;
	}
	.mob-menu__sub-item > a{
		height: 53px;
		padding-left: 30px;
	}
	.mob-menu__item-ico{
		width: 27px;
		margin: 0 13px 0 0;
	}
	.mob-menu__item-ico img{
		max-width: 27px;
		margin: 0 auto;
	}
	.mob-menu__sub-item:nth-child(6) .mob-menu__item-ico img{
		width: 22px;
	}
	.mob-menu__sub-item:nth-child(5) .mob-menu__item-ico img{
		width: 30px;
		max-width: none;
	}
	.mob-menu__sub-item:nth-child(8) .mob-menu__item-ico img{
		width: 27px;
		max-width: none;
	}
	.mob-menu__sub-item:nth-child(9) .mob-menu__item-ico img{
		width: 16px;
		max-width: none;
	}
	.mob-menu__sub-item:nth-child(10) .mob-menu__item-ico img{
		width: 22px;
		max-width: none;
	}
	.mob-menu__sub-item:nth-child(11) .mob-menu__item-ico img{
		width: 20px;
		max-width: none;
	}
	.mob-menu__sub-item:nth-child(12) .mob-menu__item-ico img{
		width: 22px;
		max-width: none;
	}

	.mob-menu__item:not(.no-arr):after, .mob-menu__sub-item > a:after{
		width: 9px;
		height: 9px;
		right: 23px;
	}
	.mob-menu__sub-item > a:after {
		right: 23px;
	}
	.mob-menu__sub-sub a{
		font-size: 16px;
		line-height: normal;
		padding: 8px 0 8px 59px;
	}
	.mob-menu__sub-sub{
		padding: 5px 0 0;
	}
	.mob-menu__social-item{
		width: 36px;
		height: 36px;
	}
	.mob-menu__social{
		padding: 17px;
		padding-bottom: 0;
	}
	.mob-menu__head{
		min-height: 55px;
		padding: 12px 19px 12px 55px;
	}
	.mob-menu__close{
		width: 18px;
		height: 18px;
		top: 20px;
		left: 19px;
	}
	.mob-menu .header__search-input{
		font-size: 12px;
		border-radius: 40px;
		padding: 3px 60px 2px 17px;
	}
	.mob-menu .header__search-button{
		background-size: 17px;
		background-position: 30px center;
	}
}
