.privacy-policy-cookies-informer_top-over {
	z-index: 9999;
}

.tfl-define-popup + a{
	display: none;
}
.wrap{
	max-width: 1395px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.hidden{
	display:none;
}
.long_button, .slick-slide .main_button.quickbuybutton, #main_button, .main_button, .search-page [type="submit"], .detail_gifts_block .detail_gifts_item .detail_gifts_item_button button, button, .personal_cart_order_button, #order_form_div .sale_order_full_table .btn, .showmore{
	border-radius: 50px !important;
}
.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;
}
.bitrix-panel-top{
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
#bx-panel{
	z-index: 999999 !important;
}
em{
	font-style: italic;
}
.header__top-contact .quickbuybutton {
	line-height: 11px;
	margin: 0 0 0 20px;
	white-space: nowrap;
	border: #fff 1px solid;
	border-radius: 5px;
	padding: 5px;
}
.but_blue, .personal_favorites_item_button button, .detail_gifts_block .detail_gifts_item .detail_gifts_item_button button, .main_button{
	position: relative;
}
.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 -6px;
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.button.to-basket, .but_blue.to-basket, .to-basket{
	background: #67fb0e;
	border-color: #67fb0e;
	color: #000;
}
.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, .to-basket, .but_blue[href="/cart/"]{
	background: #67fb0e !important;
	border-color: #67fb0e !important;
	color: #000 !important;
}
.button.to-basket:hover, .button.flood.to-basket:hover {
	border-color: #13b6c9 !important;
}
.but_blue.to-basket:hover{
	border: 1px solid #12b6c8 !important;
	background-color: #10a1b1 !important;
    color: #fff !important;
}

/* header */
.header{
	font:300 16px/24px 'Roboto', sans-serif;
	background: #fff;
    width: 100%;
	position: relative;
	transition: top ease .2s;
}
.header-fixed {
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0;
}
.header__top{
	background: #343844;
	font-size: 13px;
	line-height: 26px;
	color: #fff;
	padding: 4px 0;
	font-weight: 400;
}
.header__top a{
	color: #fff;
}
.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-location{
	padding: 0 0 0 20px;
	background: url(../images/top-header-location.png) no-repeat 0 5px;
	font-size: 0;
}
.header__top-location a {
	font-size: 13px;
	position: relative;
	top: 2px;
}
.header__top-location a:hover{
	text-decoration: none;
}
.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(:first-child)::before, .header__top-menu__sub a:not(:last-child):after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 11px;
	background: #fff;
	margin: 0 4px 0 8px;
	position: relative;
	top: 1px;
}
.header__top-menu a:not(:first-child)::before {
	margin: 0 6px 0 3px;
}
.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-phone{
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
}
.header__phone a {
	color: #FFF !important;
}
.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;
}
.menu-button:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #2e2e2e;
	top: 4px;
	left: 0;
}
.mobile-phone{
    background: url(../images/mobile-phone-ico.svg) no-repeat center / cover;
    width: 23px;
    height: 23px;
    display: none;
}
.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: flex;
    align-items: center;
    justify-content: center;
    flex: none;
	position: relative;
}
.header__logo-bg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 17px;
	background: #ec008c;
	left: 0;
	bottom: 100%;
}
.header__logo-bg img{
	width: 63px;
}
.header__top .whatsapp-header{
	display: none;
}
.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: 17px 0;
}
.header__mid-left{
	max-width: 763px;
	flex: none;
	width: 100%;
}
.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 .footer__right{
	padding: 0 20px 0 0;
}
.bx-ie .header__search-input{
	padding: 6px 60px 13px 20px;
}
.header__logo{
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	width: 172px;
	margin: 0 6px 0 0;
}
.header__logo span{
	margin: 0 0 0 16px;
	position: relative;
	top: 2px;
}
.header__search{
	flex: 1;
	max-width: 400px;
	position: relative;
}
.header__search-input{
	font-size: 16px;
	border: #e9e9e9 1px solid;
	border-radius: 6px;
	padding: 9px 60px 8px 20px;
	width: 100%;
}
.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: 45px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../images/icons_search.svg) no-repeat center, #12b6c8;
	z-index: 998;
	border-radius: 0 6px 6px 0 !important;
	border: none !important;
}
.api-search-result button.main_button.quickbuybutton, .button_for_ajax #main_button{
    height: auto;
    font-family:'Roboto', sans-serif;
    font-weight: 300;
}
.header__mid-right{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	flex: 1;
}
.header__auth{
	min-width: 133px;
	white-space: nowrap;
	text-align: center;
}
.header__auth::before {
	content: "";
	display: block;
	margin: 0 auto 3px;
	width: 12px;
	height: 17px;
	background: url(../images/icons_person_black.svg) no-repeat center;
}
.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__top-phone-watsapp{
	display: none;
}
.mobile-phone + .whatsapp-header{
	display: none;
}
a.whatsapp-header{
	display: block;
	line-height: normal;
	white-space: normal;
}
.whatsapp-header img{
	width: 24px;
	height: 24px;
	display: block;
	margin: -11px auto 7px;
}
a.whatsapp-header br {
	display: none;
}
.compare-link{
	position: relative;
}
.compare-link .count {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	top: -8px;
	right: 12px;
	background: #ec008c;
	color: #fff;
	display: flex;
	padding: 3px 2px 2px 2px;
	font-style: normal;
	align-items: center;
	justify-content: center;
	line-height: normal;
	font-size: 15px;
	font-weight: 400;
}
.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{
	flex: 1;
	padding: 0 0 0 20px;
}
.header__actions{
	position: relative;
}
.header__actions::before {
	content: "";
	display: block;
	margin: 0 auto 2px;
	width: 20px;
	height: 19px;
	background: url(../images/header-fav.svg) no-repeat center / contain;
}
.header__actions-basket::before {
	background: url(../images/header-basket.svg) no-repeat center / contain;
}
.header__actions .count{
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	top: -8px;
	right: 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{
	right: 11px;
	left: auto;
}
.header__callback{
	line-height: normal;
	text-align: right;
}
.header__phone{
	font-size: 15px;
	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:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #fff;
}*/
.header__bot .wrap{
	position: static;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.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, .api-search-result button.main_button.quickbuybutton, .button_for_ajax #main_button{
	min-height: 39px;
	display: inline-block;
	border: #000 1px solid;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	line-height: normal;
	padding: 12px 12px 10px;
	-webkit-transition: border-color ease .2s, color ease .2s;
	-o-transition: border-color ease .2s, color ease .2s;
	transition: border-color ease .2s, color ease .2s;
	position: relative;
}
.button.disabled:after, .button_for_ajax #main_button.disabled:after{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/preloader.gif) no-repeat center / cover;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.api-search-result button.main_button.quickbuybutton, .button_for_ajax #main_button{
	min-width: 141px;
}
.api-search-result button.main_button.quickbuybutton{
	margin: 0 10px 0 0;
}
.button:hover, .api-search-result button.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;
}
.button.flood:hover {
	background: #02DAF3 !important;
}
.button.large{
	font-size: 16px;
	padding: 14px 20px 15px;
	min-height: 50px;
}

/* footer */
.footer{
	font:300 16px/24px 'Roboto', sans-serif;
	padding: 43px 0 0;
	background: #343844;
	color: #fff;
	position: relative;
	min-height: 350px;
}
.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;
}
.in-touch{
	padding-top: 5px;
}
.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, a.cbform-trigger:hover{
	text-decoration: none;
	color: #fff;
}
.in-touch .working-hours{
	font-size: 16px;
	color: #b7b7b7;
	line-height: 18px;
	margin: 0 0 20px;
}
.in-touch a{
	font-size: 16px;
}
a.in-touch__button{
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	color: #343844;
	line-height: 14px;
	font-weight: 400;
	background: rgba(233, 233, 233, .9);
	border-radius: 2px;
	padding: 10px 9px 8px;
	margin: 0 0 34px;
	-webkit-transition: background ease .2s;
	-o-transition: background ease .2s;
	transition: background ease .2s;
}
a.in-touch__button:hover{
	background: rgba(233, 233, 233, 1);
	text-decoration: none;
}
.in-touch__button span{
	position: relative;
	top: 1px;
}
.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;
}
.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{
	border-radius: 2px;
	overflow: hidden;
}
.footer button.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;
    border: none;
	background: #fff;
	line-height: 100%;
	padding: 0 14px;
	height: 30px;
}
.footer-subscription__input.error{
	background: #ffe1e1;
}
.footer-subscription__button{
	border-radius: 0 !important;
    border: none;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 115px;
	line-height: 100%;
	padding: 0 10px;
	color: #fff;
	background: #13b6c9;
	cursor: pointer;
	height: 30px;
}
.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;
	bottom: 2px;
	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-link {
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.footer__social a:not(:last-child) {
	margin: 0 7px 0 0;
}
.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__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__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%;
	transform: translateX(-50%);
}
.footer__app img{
	max-width: 100px;
}
/*.footer__app a:nth-child(2){
	margin: 0 11px;
}*/
.footer__app a {
	margin-right: 11px;
}
.footer__app a:last-child {
	margin-right: 0;
}
.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;
}


.mob-menu{
	position: fixed;
	background: #fff;
	z-index: 9999999999;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	max-width: 576px;
	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: 20px;
	line-height: 24px;
	font-weight: 400;
	padding: 10px 24px 9px;
	border-bottom: #e9e9eb 1px solid;
	position: relative;
	min-height: 64px;
}
.mob-menu__sub-item > a{
	padding: 10px 24px 9px 45px;
	height: 64px;
}
.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: 63px;
}
.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: 35px;
	margin: 0 18px 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: 35px;
	display: block;
}
.mob-menu__social{
	padding: 32px 28px;
}
.mob-menu__social-item{
	border: #8b8b8d 1px solid;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
}
.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{
	font-size: 16px;
	padding: 13px 60px 11px 20px;
	border-radius: 18px;
	font-weight: 400;
	background: #fff;
}
.mob-menu .header__search-button{
	background: url(./images/search.svg) no-repeat center / 27px;
}
.mob-menu .search_form{
	margin: 0;
}

/* blog */
.blog-tabs{
	font:300 16px/24px 'Roboto', sans-serif;
	border: #dee1e2 1px solid;
	border-bottom: none;
}
.blog-tabs__tab{
	flex: 1;
	padding: 24px 20px 20px;
	font-size: 22px;
	text-align: center;
	line-height: normal;
	font-weight: 400;
	background: #e5e5e5;
}
.blog-tabs__tab.active{
	background: #fff;
}
.blog-tabs__content{
	background: #fff;
	font:300 16px/24px 'Roboto', sans-serif;
	border: #dee1e2 1px solid;
	border-top: none;
	padding: 90px 0 19px;
	margin: 0 0 84px;
}
.blog-tabs__content-title{
	font-weight: 400;
	margin: 0 0 20px;
}
.blog-tabs__content-pic{
	flex: none;
	width: 202px;
	height: 133px;
}
.blog-tabs__content-text{
	flex: 1;
	padding: 0 0 0 30px;
	max-width: 550px;
}
.blog-tabs__content-item{
	border-bottom: #e4f3ea 1px solid;
	padding: 0 0 30px;
	margin: 0 0 30px;
}
.blog-tabs__content-item:last-child{
	border: none;
}
.blog-tabs__content-item__inner{
	max-width: 1130px;
	margin: 0 auto;
	align-items: flex-start;
}
.blog-tabs__content-comments{
	font-weight: 400;
}
.blog-tabs__content-comments span{
	font-weight: 300;
	text-decoration: underline;
}
.blog-tabs__content-right{
	max-width: 318px;
	flex: 1;
}
.for-blog-tabs{
	max-width: 1430px;
}
.blog-tabs__content-text br{
	display: none;
}
.blog-tabs__content-label .label{
	text-align: center;
	background: #e5e5e5;
	padding: 11px;
	line-height: normal;
	flex: 1;
	font-weight: 400;
	max-width: 200px;
}
.blog-tabs__content-actions{
	line-height: normal;
	font-weight: 400;
	margin: 0 0 0 26px;
}
.blog-tabs__content-actions li:first-child{
	margin: 0 0 6px;
}
.blog-tabs__content-actions a{
	color: #04b2c5;
	text-decoration: underline;
}
.blog-tabs__content-actions .post-remove{
	color: #f7085c;
}
.blog-tabs__content-actions a:hover{
	text-decoration: none;
}

.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%);
}
.cooking {
	position: relative;
	margin: -250px auto -130px;
	transform: scale(0.5);
	top: 0;
	width: 75vh;
	height: 75vh;
	left: -25%;
	overflow: hidden;
	display: none;
  }
 .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;
	}
  }

.button.to-basket{
	background: #4CAF50;
	border-color: #4CAF50;
}
.button.to-basket:hover{
	border-color: #13b6c9;
}

.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 .detail_gifts_block .detail_gifts_item .detail_gifts_item_button button, .black-freeday .personal_favorites_item_button button, .black-freeday .personal_cart_panel .main_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, .black-freeday .detail_gifts_block .detail_gifts_item .detail_gifts_item_button button:hover, .black-freeday .personal_favorites_item_button button:hover, .black-freeday .personal_cart_panel .main_button:hover{
	background: #ffec00 !important;
	border-color: #ffec00 !important;
	color: #000;
}

.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;
}
.in-touch .medals {
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}
.in-touch .medals .medal {
	margin-right: 10px;
	padding-top: 0;
}
.in-touch .medals .medal:last-child {
	margin-right: 0;
}
.in-touch .medals .medal img {
	width: 60px;
	height: 60px;
}
.info-page .content.flex{
	align-items: flex-start;
}
.info-page h3{
    font-size: 1.6em;
	line-height: 1.126em;
    margin: 33px 0 25px;
}
.sitepage p{
	text-align: left;
	margin: 1.666rem 0px;
	line-height: 25px;
}
.info-page h3:first-child, .info-page p{
	margin-top: 0;
}
.info-page-wide {
	width: 100%;
	margin-bottom: 80px;
}
.info-page-wide img {
	display: block;
	width: 100%;
}
.info-page-wide + .info-page h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 30px;
}
.page-content a{
	color: #12b6c8;
}
.page-content a:hover{
	color: #000;
}
.picture-items.flex {
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-align-items: center;
	        align-items: center;
}
.picture-items .picture-item {
	width: 40%;
	margin: 0 1% 20px;
}
.picture-items .picture-item img {
	width: 100%;
}
body.sitepage{
	background: #fff;
}
.sitepage img{
	height: auto;
}
.sitepage .footer__app img{
	height: 31px;
	width: 100px;
}
.icon-list li{
	display: flex;
	margin: 0 0 20px;
}
.icon-list .icon{
	flex: none;
	width: 60px;
	margin: 0 40px 0 0;
}
.icon-list img{
	width: 100%;
}
.icon-list h3{
	margin: 0;
	font-weight: bold;
	font-size: 16px;
}
.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);
}
.detail-button{
    cursor: pointer;
    font-weight: 300;
    min-height: 45px;
    padding: 12px 4px 13px;
    background: #12b6c8;
    border: #12b6c8 1px solid;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    border-radius: 30px;
    min-width: 140px;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: all ease .2s;
}
.footer-qr {
	font-size: 14px;
	line-height: 17px;
	max-width: 240px;
	margin: 20px 0 0;
}

.footer-qr img {
	margin: 0 20px 0 0;
}

.footer-qr p {
	margin: 0 0 12px;
	line-height: 17px;
}
.header__bot .header__search {
	display: none;
}
@media screen and (max-width: 1320px){
	.header__top-location {
    	overflow: hidden
	}
	.header__top-location a {
		margin: 0 24px 0 0;
		white-space: nowrap;
	}
}
@media screen and (max-width: 1280px){
	.header__top .header__top-menu {
		width: 64%;
	}
	.header__top-location {
		padding: 0;
		background: none;
	}
	.header__auth a[href="/register.php"]{
		display: none;
	}
	.header__auth a:not(:last-child):after{
		display: none;
	}
	.header__auth{
		min-width: 65px;
	}
	.blog-tabs__content-item__inner{
		max-width: none;
		padding: 0 28px 28px;
	}
	.blog-tabs__content-left{
		flex: 1;
		max-width: 683px;
	}
	.blog-tabs__content-label{
		max-width: 165px;
		display: block;
	}
	.blog-tabs__content-label .label{
		display: block;
		margin: 0 0 16px;
	}
	.blog-tabs__content-actions{
		margin: 0;
	}
	.blog-tabs__content-actions li:first-child{
		margin: 0 0 11px;
	}


	.wrap{
		max-width: 1170px;
	}
	.header__mid-left{
		justify-content: flex-start;
		width: auto;
	}
	.header-catalog-menu__button.header-catalog-button {
		margin: 0 10px;
		padding: 0 10px !important;
	}
	.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{
		/* height: 467px; */
	}
	.index-catalog{
		padding: 25px 0 17px;
	}
	.index-catalog__left{
		width: 261px;
	}
	.stock-slider__item{
		height: 481px;
	}
	.stock-slider__item-pic{
		height: 203px;
	}
	.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;
	}
}
@media screen and (max-width: 1100px){
	.header__actions-basket .count {
		right: -11px;
	}
	.header__auth a, .header__mid-right span, .compare-link span {
		display: none;
	}
	.wrap, .bread_head_sm {
		max-width: 988px;
	}
	.header__mid-left, .header__search {
		max-width: none;
		flex: 1;
	}
	.header__mid-right {
		max-width: 300px;
	}
	.whatsapp-header img {
		margin: -4px auto 0;
	}
	.header__auth {
		padding: 0 0 0 13px;
		margin: 0 6px 0 0;
		background-position: 0 2px;
		background-size: 13px;
		min-width: 0;
	}
	.blog-tabs__content-right{
		flex: none;
		max-width: none;
		min-width: 167px;
	}


	.store-addresses__map{
		max-width: 627px;
	}
	#map{
		width: 627px;
	}
	.blog__new-post {
		max-width: 960px;
	}

	.footer-qr {
		margin: 20px auto 0;
		max-width: 310px;
	}
}
@media screen and (max-width: 1050px){
	.watsapp-button .header__actions:nth-child(3){
		margin: 0;
	}
	.watsapp-button .header__actions{
		margin: 0;
	}
	.header__mid-right .watsapp-button a:last-child{
		margin: 0 0 0 7px;
	}
	.wrap{
		max-width: 988px;
	}
	.header__top-menu a:not(:last-child):after{
		margin: 0 5px 0 6px;
	}
	.header__auth a, .header__mid-right span, .blog-tags__list li:nth-child(6), .blog-tags__list li:nth-child(7), .index-news__item:last-child{
		display: none;
	}
	.header__auth{
		height: 21px;
		min-width: 0;
	}
	.header__mid-right a{
		height: 21px;
		margin: 0;
	}
	.header__mid-right a:last-child{
		margin: 0;
	}
	.header__mid-right {
		max-width: 300px;
	}
	.header__mid-left, .header__search{
		max-width: none;
	}
	.header__search{
		margin: 0;
	}
	.main-slider .slick-dots{
		bottom: 13px;
	}
	.main-slider .slick-prev{
		left: 6px;
	}
	.main-slider .slick-next{
		right: 6px;
	}
	.index-catalog__left {
		width: 313px;
	}
	.categories-tiles__item{
		width: 49.2%;
		min-height: 182px;
		margin: 0 0 14px;
	}
	.stock-slider__item{
		height: 572px;
	}
	.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 22px;
	}
	.stock-slider .slick-dots {
		bottom: 28px;
	}
	.index-catalog{
		padding: 17px 0 48px;
	}
	.index-catalog .wrap{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.additional-menu{
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		width: 100%;
	}
	.additional-menu .categories-tiles__item:first-child{
		width: 31.4%;
	}
	.additional-menu .categories-tiles__item{
		width: 33.1%;
	}
	.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: 4px;
		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 51px;
	}
	.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: -19px;
	}
	.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{
		bottom: 16px;
    }
    .header__top-menu a:last-child{
        /* display: none; */
	}
	/* new */
	.footer__social-link{
		max-width: 300px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1023px) {
	.footer-qr{
		display: none;
	}
}
@media screen and (max-width: 980px){
	.header__logo-bg::after {
		height: 10px;
	}
	.header__top-menu, .header__logo span, .header__callback {
		display: none;
	}
	.menu-button {
		display: block;
	}
	.in-touch .medal{
		padding: 0;
	}
	.in-touch .medal img{
		width: 48px;
	}
	.header__top-menu__more{
		display: none !important;
	}
}
@media screen and (max-width: 980px){
	.container-wrap{
		padding: 40px 0 0;
	}
	.wrap, .bread_head_sm{
		max-width: 744px;
	}
	.header-catalog-button {
		display: none !important;
	}
	.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 !important;
	}
	.header__mid-right .watsapp-button .header__actions-basket {
		margin: 0 0 0 13px;
	}
	.blog-tabs__content-item__inner{
		display: block;
	}
	.blog-tabs__content-left{
		margin: 0 0 30px;
	}



    body {
        padding-top: 102px;
    }
	.wrap{
		max-width: 744px;
	}
	.header {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
	}
	.header__top-menu, .header__logo span, .header__callback, .blog-tags__list li:nth-child(5){
		display: none;
	}
	.header__bot{
		overflow: hidden;
		width: 100%;
		background: #fff;
		z-index: 999;
	}
	.header__mid-nav, .header__mid-right{
		max-width: none;
		flex: none;
	}
	.header__logo{
		width: auto;
		margin: 0;
	}
	.header__search{
		margin: 0 0 0 34px;
	}
	.header__mid {
		padding: 10px 0;
	}
	.menu-button{
		display: block;
	}
	.index-catalog__left {
		width: 48.1%;
		padding: 0;
	}
	.index-catalog__right{
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		width: 48.1%;
	}
	.stock-slider__item-inner {
		padding: 0 65px 0 35px;
	}
	.stock-slider__item{
		height: 603px;
	}
	.stock-slider__item-name{
		margin: 0 0 32px;
	}
	.categories-tiles__item{
		width: 100%;
		min-height: 109px;
		margin: 0 0 15px;
	}
	.additional-menu .categories-tiles__item:first-child, .additional-menu .categories-tiles__item{
		width: 48.1%;
	}
	.flipper-front{
		padding: 16px 26px;
	}
	.categories-tiles__item-name{
		font-size: 19px;
		line-height: 20px;
		margin: 0 0 5px;
	}
	.categories-tiles__item .more-link {
		bottom: 20px;
	}
	.index-catalog{
		padding: 15px 0 33px;
	}
	.catalog-slider__item{
		width: 94.3%;
	}
	.catalog-sliders + .catalog-sliders{
		margin: 0 0 -147px;
	}
	.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;
	}
	.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%;
		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;
		        flex: none;
				width: 100%;
		margin: 0 10px 0 0;
	}
	.footer-subscription__input {
		width: 100%;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.checkbox a {
		margin: 0;
	}
	.checkbox span:after{
		bottom: 2px;
	}
	.footer__social{
		margin: -30px 0 0;
		text-align: left;
	}
	/* new */
	.in-touch__phone{
		margin: 0;
	}
	.footer__app{
		position: static;
		transform: none;
	}
}
@media screen and (max-width: 768px){
	.page-content{
		padding: 0;
	}
	.picture-items .picture-item {
		width: 48%;
		margin: 0 1% 20px;
	}
}
@media screen and (max-width: 650px){
	.footer__social{
		margin: 30px 0 0;
	}
	.footer__bottom{
		display: none;
	}
	.footer__bottom-mobile{
		display: block;
	}
	.footer__app-col > a{
		display: block;
		text-align: center;
	}
	.footer__app{
		align-items: flex-start;
		/* max-width: 315px; */
		display: block;
	}
	.footer__app-col {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer__app-col a {
		margin: 0 5px !important;
	}
	.sitepage .footer__app img{
		width: auto;
		height: auto;
	}
	.footer__app img{
		max-width: 128px;
	}
	.footer__app a:nth-child(2){
		margin: 0;
	}
	.footer__country img{
		margin: 0;
	}
	.footer__app-col:first-child a:first-child{
		margin: 0 0 15px;
	}
	.footer__app-col:last-child > a{
		margin: 5px 0 28px;
	}
	.footer__country a:nth-child(2){
		margin: 0 4px;
	}
	.footer__cpr{
		padding: 20px 15px 8px;
		border-top: #494c57 1px solid;
		font-size: 14px;
		color: #b7b7b7;
	}
}
@media screen and (max-width: 620px){
	.header__mid-right .watsapp-button a.whatsapp-header, .compare-link {
		display: none;
	}
	.header__actions {
		background: url(../images/mobile-fav-ico.png) no-repeat center;
	}
	.header__mid-right .watsapp-button a:last-child{
		display: none;
	}
	.header__mid-right .watsapp-button a{
		margin: 0;
	}
	.mobile-phone + .whatsapp-header{
		display: block;
		margin: -4px 0 0 3.4%;
		position: relative;
		top: 2px;
	}
	.whatsapp-header span{
		display: none;
	}
	.blog-tabs__content-left{
		display: block;
		margin: 0 0 19px;
	}
	.blog-tabs__content-pic{
		display: block;
		width: auto;
		height: 188px;
		margin: 0 0 19px;
	}
	.blog-tabs__content-text{
		padding: 0;
	}
	.blog-tabs__content-title{
		font-size: 18px !important;
		line-height: 24px;
		margin: 0 0 9px;
	}
	.blog-tabs__content-item__inner{
		padding-bottom: 0;
	}
	.blog-tabs__tab{
		font-size: 16px;
		padding: 15px 13px 17px;
	}
	.blog-tabs__content{
		padding-top: 45px;
	}

	.mob-menu .mob-menu__head .header__search{
		position: static !important;
		display: block;
		padding: 0;
		background: none;
	}
    body {
        padding-top: 50px;
    }
    .mobile-phone{
        display: block;
    }
	.header__top, .header__search, .header__logo, .header__auth, .blog-tags__list li:not(:first-child), .index-news__item:nth-child(3), .index-news__item:nth-child(4), .main-slider__slide img{
		display: none;
	}
	.header__search{
		position: fixed !important;
		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;
		margin-right: 20px;
	}
	.menu-button:after{
		background: #fff;
    }
	.header__actions{
		background: url(../images/mobile-fav-ico.png) no-repeat center;
	}
	.header__mid-nav {
		padding-left: 10px;
	}
	.header__bot .header__search {
		display: block;
		position: static !important;
		padding: 17px 15px 0;
	}
	.menu-slider__wrap {
		padding: 10px 0 8px !important;
	}
	.menu-slider__btn {
		display: none !important;
	}
	.container-wrap {
		padding: 103px 0 0;
	}
	.header__search-input {
		font-size: 15px;
		padding: 7px 60px 6px 20px;
	}
	.header__mid-right a{
        height: 23px;
        margin: 0 0 0 2px;
	}
	.header__actions .count{
		background: #fff;
		color: #ec008c;
		width: 22px;
		height: 22px;
		top: -8px;
    	right: -13px;
	}
	.header__mid-right a:last-child, .header__mid-right .watsapp-button a:nth-child(3){
		margin: 0 0 0 16px;
		padding: 0 0 0 26px;
	}
	.header__actions.header__actions-basket {
		background: url(../images/mobile-basket-ico.png) no-repeat center;
		width: 16px;
	}
	.header__mid-right .watsapp-button .header__actions-basket {
		margin: 0 0 0 22px !important;
	}
	.header__actions::before{
		display: none;
	}
	.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;
    }
    .mobile-logo{
        /* margin: 0 0 0 -10px; */
    }
	.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{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 12px;
	}
	.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 .categories-tiles__item:last-child, .categories-tiles{
		border-bottom: #ebebeb 1px solid;
	}
	.categories-tiles__item:hover{
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.categories-tiles__item .more-link{
		display: none;
	}
	.categories-tiles__item-pic{
		left: 0;
		max-width: 70px;
	}
	.categories-tiles__item-name{
		font-size: 16px;
		margin: 0 0 1px;
	}
	.flipper-front {
		padding: 16px 26px 16px 120px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.flipper-front:after{
		content: "";
		position: absolute;
		width: 5px;
		height: 5px;
		border-right: #000 1px solid;
		border-bottom: #000 1px solid;
		-webkit-transform: rotate(-45deg) translateY(-50%);
		    -ms-transform: rotate(-45deg) translateY(-50%);
		        transform: rotate(-45deg) translateY(-50%);
		right: 16px;
		top: 50%;
	}
	.catalog-slider__item, .simple-slider__item{
		width: 100%;
		max-width: 400px;
	}
	.catalog-slider__item-buttons{
		max-width: 243px;
	}
	.index-catalog + .catalog-sliders{
		margin-bottom: -136px;
	}
	.block-title{
		margin: 0 0 30px;
		font-size: 21px;
	}
	.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{
		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;
	}
	.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: 30px 0 0;
	}
	.footer-subscription__form{
		margin: 0 0 36px;
	}
	.footer{
		padding-bottom: 31px;
	}
	.flipper-front {
		padding: 15px 0 8px 85px;
	}
	.categories-tiles__item{
		margin: 0;
		min-height: 89px;
	}
	/* new */
	.in-touch__phone{
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 500px){
	.in-touch .medal{
		padding: 20px 0 0;
	}
	.cooking{
		display: block;
	}
	.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 a:last-child, .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;
	}
	.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: 22px;
		margin: 0 13px 0 0;
	}
	.mob-menu__item-ico img{
		max-width: 22px;
		margin: 0 auto;
	}
	.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:not(.no-arr):after, .mob-menu__sub-item > a:after{
		width: 9px;
		height: 9px;
		right: 23px;
	}
	.mob-menu__sub-item > a:after {
		right: 43px;
	}
	.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;
	}
	.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: 27px;
	}
	.mob-menu__sub-item:nth-child(4) .mob-menu__item-ico img{
		max-width: 30px;
	}
	.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;
	}
	/* new */
	.footer{
		position: relative;
		padding: 0;
		min-height: 300px;
	}
	.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;
		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{
		margin: 0;
	}
	.in-touch__phone li {
		margin-bottom: 8px;
	}
	.in-touch__phone li:last-child {
		margin-bottom: 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;
	}
	.footer__social{
		width: 100%;
		margin: 21px 0 0;
		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{
		flex-wrap: wrap;
	}
	.footer__app .footer__app-col:first-child {
		position: relative;
		width: 100%;
		margin-left: -10px;
	}
	.footer__app .footer__app-col:nth-child(2) {
		width: 100%;
		text-align: center;
	}
	.footer__app-col:last-child > a {
		width: 100%;
	}
	.footer__app .footer__app-col:first-child a:nth-child(2) {
		position: absolute;
		right: -20px;
		top: 0;
	}
	.footer__app a{
		width: 49%;
	}
	.footer__app a:nth-child(2){
		margin: 0;
	}
	.footer__app img{
		max-width: none;
	}
	.footer__bottom-mobile .footer__app{
		max-width: none;
		padding: 32px 35px;
	}
	.footer__cpr{
		padding: 20px 35px 8px;
		text-align: center;
	}
}
@media screen and (max-width: 470px){
	.in-touch__phone{
		width: 100%;
	}
	.in-touch .working-hours{
		width: 100%;
		margin: 20px 0;
	}
	.picture-items .picture-item {
		width: 100%;
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 360px){
	.wrap.for-blog-tabs{
		padding: 0;
		max-width: none;
	}
	.blog-tabs__tab {
		letter-spacing: -0.5px;
	}
	.wrap, .about-store .wrap{
		padding: 0 10px;
	}
	.footer .wrap{
		max-width: none;
	}
	.stock-slider__item{
		height: 391px;
		padding: 36px 0 0;
	}
	.stock-slider__item-inner{
		padding: 0 28px;
	}
	.stock-slider__item-name a{
		font-size: 16px;
	}
	.stock-slider__item-pic{
		height: 200px;
		margin: 0 0 -44px;
	}
	.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: 15px 0 8px 75px;
	}
	.categories-tiles__item-pic img {
		max-height: 60px;
	}
	#map{
		height: 272px;
	}
	/* new */
	.footer-subscription__form{
		width: 100%;
	}
	.footer-subscription__input{
		width: 100%;
	}
}
@media screen and (max-width: 340px){
	.checkbox span:after {
		bottom: 16px;
	}
}