@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Roboto&display=swap');

.wrapper:before, .b-buy:before, .news-list:before, .promo-list:before, .tmenu:before, .ht-lang:before, .tphones:before, .mainmenu:before, .sub-menu:before, .f-col1:before, .sel-wrap:before, .sel-left:before, .sel-right:before, .cctop:before, .ccsort:before, .ccgoods:before, .p-ipr:before, .p-it-add:before, .cat-reviews-list:before, .rev-top:before, #content2:before, .ccard:before, .cact-cont:before, .cact-time:before, .cdisc-cont:before, .cdisc-time:before, .ccard-inf:before, .ccard-ico-cd:before, ul.c2tlist:before, .oth-hdr:before, .c3ristatus:before, .c3ribtn:before, .mcart:before, .mcltotal:before, .mcrlm:before{
	display: table;
	line-height: 0;
	content: '';
}

.wrapper:after, .b-buy:after, .news-list:after, .promo-list:after, .tmenu:after, .ht-lang:after, .tphones:after, .mainmenu:after, .sub-menu:after, .f-col1:after, .sel-wrap:after, .sel-left:after, .sel-right:after, .cctop:after, .ccsort:after, .ccgoods:after, .p-ipr:after, .p-it-add:after, .cat-reviews-list:after, .rev-top:after, #content2:after, .ccard:after, .cact-cont:after, .cact-time:after, .cdisc-cont:after, .cdisc-time:after, .ccard-inf:after, .ccard-ico-cd:after, ul.c2tlist:after, .oth-hdr:after, .c3ristatus:after, .c3ribtn:after, .mcart:after, .mcltotal:after, .mcrlm:after{
	display: table;
	clear: both;
	line-height: 0;
	content: '';
}

.b-pr:after, .pack-img:after{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}

.float{float: left !important;}
.float_r{float: right !important;}
.clear{clear: left !important;}
.clear_r{clear: right !important;}
.both{clear: both !important;}
.w49{width: 49% !important;}
.w50{width: 50% !important;}
.w100{width: 100% !important;}
.bold{font-weight: bold !important;}
.italic{font-style: italic !important;}
.ta_left{text-align: left !important;}
.ta_right{text-align: right !important;}
.ta_center{text-align: center !important;}
.relative{position: relative !important;}
.absolute{position: absolute !important;}
.block{display: block !important;}
.inline-block{display: inline-block !important;}

.after-both:after{
	display: block;
	clear: both;
	content: '';
}

h1, h2, h3, h4, h5, h6, p, div{
	margin: 0;
	padding: 0;
}

html{
	width: 100%;
	height: 100%;
}

body{
	/*overflow-x: hidden;*/
	width: 100%;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #303030;
	background: #F1F2F5;
}

*, *::before, *::after{
	box-sizing: border-box;
}

.wrapper{
	width: 1180px;
	margin: auto;
}

a{color: #00afdb;}
a:hover{color: #0097bd;}

.tbl{display: table;}
.tbl-tr{display: table-row;}
.tbl-tr>div{display: table-cell;}

/*--------------  heads  -----------*/
.hdr{
	font: 25px/26px 'Open Sans', Arial;
	font-weight: 500;
	padding: 0px 0px;
	margin: 8px 0 20px 0;
	color: #424242;
	/*position: relative;*/
}
.hdr span{}

.lbl-hdr{
	font: 23px/24px 'Open Sans', Arial;
	font-weight: 500;
	padding: 0px 0px;
	margin: 20px 0;
	color: #424242;
}
.lbl-hdr span{display: inline-block;}
.lbl-hdr span b{}

.hdr-c{text-align: center;}

.dlg-wnd .lbl-hdr{}

.lbl-hdr-in{
	padding: 4px 0px 4px 0px;
	font: 16px/18px 'Open Sans', Arial;
	font-weight: normal;
	font-weight: 600;
	color: #404040;
	margin: 16px 0 8px 0;
}
.lbl-hdr-in span{}

.lbl-hdr-dop{
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	padding: 0px 0px;
	margin: 20px 0 14px 0;
}
.lbl-hdr-dop span{}


.lbl{
	clear: both;
	margin: 0 0 20px 0;
	padding: 6px 10px 10px 20px;
}
.lbl_mini{ margin: 0; padding: 0px 10px 0px 20px; }
.lbl-bord{
	/*background-color: #fcfcfc;*/
	border: 1px solid #f1f1f1;	
	box-shadow: none;
}
.lbl-gray{background-color: #f8f8f8;}

.lbl-darkblk{
	background: #2e353b url(../img2022/bg-cont-blk.jpg) no-repeat 100% 100%;
	border-radius: 4px;
	color: #ffffff;
	padding-top: 10px;
}

.lbl-darkblk .lbl-hdr-in{color: #ffffff;}


/*------------  buttons  --------------*/
.btn-wrap{
	text-align: center;
}

input[type='submit']{
	cursor: pointer;
	border: 0;
	outline: 0;
}

button{
	border: 0;
	outline: 0;
	background: none;
}

a.btn, input.btn, button.btn, div.btn{
	display: inline-block;
	padding: 12px 22px 12px;
	font: 14px/14px 'Roboto', 'Arimo', Arial;
	font-weight: 400;
	transition: background-color 0.1s ease;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;	
	text-transform: none;
	color: #ffffff;
	/*border-radius: 6px;*/
	cursor: pointer;
}
input.btn, button.btn{border: 0;}
a.btn-sm, input.btn-sm, button.btn-sm, div.btn-sm{
	font-size: 13px;
	line-height: 14px;
	padding: 10px 16px;
}
a.btn-big, input.btn-big, button.btn-big, div.btn-big{
	font-size: 16px;
	line-height: 18px;
	padding: 14px 28px;
}


a.btn-dark, input.btn-dark, button.btn-dark, div.btn-dark{background-color: #004fbe;}
a.btn-dark:hover, input.btn-dark:hover, button.btn-dark:hover, div.btn-dark:hover{background-color: #307fee;}

a.btn-light, input.btn-light, button.btn-light, div.btn-light{background-color: #ff7f02;}
a.btn-light:hover, input.btn-light:hover, button.btn-light:hover, div.btn-light:hover{background-color: #ff9024;}

a.btn-slight, input.btn-slight, button.btn-slight, div.btn-slight{background-color: transparent; border: 1px solid #ffffff; color: #ffffff;}
a.btn-slight:hover, input.btn-slight:hover, button.btn-slight:hover, div.btn-slight:hover{border-color: #f0f0f0; color: #f0f0f0;}

a.btn-contur-dark, input.btn-contur-dark, button.btn-contur-dark, div.btn-contur-dark{color: #004fbe; border: 1px solid #004fbe;}
a.btn-contur-dark:hover, input.btn-contur-dark:hover, button.btn-contur-dark:hover, div.btn-contur-dark:hover{color: #307fee; border: 1px solid #307fee;}

a.btn-contur-light, input.btn-contur-light, button.btn-contur-light, div.btn-contur-light{color: #2e353b; border: 1px solid #00afdb;}
a.btn-contur-light:hover, input.btn-contur-light:hover, button.btn-contur-light:hover, div.btn-contur-light:hover{color: #0095ba; border: 1px solid #0095ba;}

a.btn-more-w>span, div.btn-more-w>span{
	background: url(../img2022/arr-more-w.png) no-repeat 100% 5px;
	padding-right: 20px;
}


a.srch-btn{
	width: 58px;
	height: 58px;
	background-image: url(../img2022/srch-btn.png);
	background-repeat: no-repeat;
	background-position: center;
}

a.btn-find>span{
	background: url(../img2022/ibtn-find.png) no-repeat 0 50%;
	padding-left: 24px;
}

a.btn-call>span, div.btn-call>span, button.btn-call>span{
	padding:4px 32px 5px 0px;
	background: url(../img2022/ibtn-call.png) no-repeat 100% 0;
}

a.btn-buy, input.btn-buy, div.btn-buy{padding: 10px 22px; cursor: pointer;}
a.btn-buy span, input.btn-buy span, div.btn-buy span{
	display: inline-block;
	padding: 4px 30px 4px 0;
	background: url(../img2022/ibtn-cart.png) no-repeat 100% center;
}
a.btn-buy:hover, input.btn-buy:hover{}

div.btn-buy-gray{cursor: default; background-color: #dbdbdb; color: #838383;}
div.btn-buy-gray:hover{background-color: #dbdbdb; color: #838383;}
div.btn-buy-gray>span{
	padding-left: 24px;
	background: url(../img2022/ibtn-buy-gr.png) no-repeat 0 center;
}

a.btn-buy-big{padding: 12px 25px;}
a.btn-buy-big>span{
	display: inline-block;
	padding: 4px 0 4px 32px;
	background: url(../img2022/ibtn-cart.png) no-repeat 0 center;
}

a.btn-buy-1click{padding: 16px 25px;}
a.btn-buy-1click>span{
	padding-left: 26px;
	background: url(../img2022/ibtn-1click.png) no-repeat 0 center;
}

a.btn-buy-pack, div.btn-buy-pack{padding: 14px 18px;}
a.btn-buy-pack>span, div.btn-buy-pack>span{
	padding-left: 28px;
	background: url(../img2022/ibtn-buy-2.png) no-repeat 0 center;
}


button.btn-loadmore span{
	background: url(../img2022/ibtn-loadmore.png) no-repeat 0 50%;
	padding-left: 24px;
}

a.btn-addmore, input.btn-addmore{}
a.btn-addmore span, input.btn-addmore span{
	background: url(../img2022/ibtn-loadmore.png) no-repeat 0 50%;
	padding-left: 24px;
}

button.btn-write span{
	background: url(../img2022/ibtn-write.png) no-repeat 100% 0;
	padding-right: 22px;
}
input.btn-send{
	background-image: url(../img2022/ibtn-write.png);
	background-repeat: no-repeat;
	background-position: 18px 12px;
	padding-left: 40px;
}

.btn-compare span{
	/*padding-left: 24px;
	background: url(../img2022/ibtn-compare.png) no-repeat 0 50%;*/
}

button.btn-filtcar{
	background-image: url(../img2022/ibtn-fltcar.png);
	background-repeat: no-repeat;
	background-position: 16px 50%;
	padding: 11px 16px 11px 42px;
}
button.btn-filtpar{
	background-image: url(../img2022/ibtn-filters.png);
	background-repeat: no-repeat;
	background-position: 16px 50%;
	padding: 11px 16px 11px 38px;
}

/*------------  for input  ---------------*/
form input::-webkit-input-placeholder{
	transition: opacity 0.2s ease;
	opacity: 1;
}

form input::-moz-placeholder{
	transition: opacity 0.2s ease;
	opacity: 1;
}

form input:-moz-placeholder{
	transition: opacity 0.2s ease;
	opacity: 1;
}

form input:-ms-input-placeholder{
	transition: opacity 0.2s ease;
	opacity: 1;
}

form input:focus::-webkit-input-placeholder{
	transition: opacity 0.2s ease;
	opacity: 0;
}

form input:focus::-moz-placeholder{
	transition: opacity 0.2s ease;
	opacity: 0;
}

form input:focus:-moz-placeholder{
	transition: opacity 0.2s ease;
	opacity: 0;
}

form input:focus:-ms-input-placeholder{
	transition: opacity 0.2s ease;
	opacity: 0;
}

.f-subscr input::-webkit-input-placeholder{
	transition: opacity 0.2s ease;
	opacity: 1;
}

.f-subscr input::-moz-placeholder{
	transition: opacity 0.2s ease;
	opacity: 1;
}

.f-subscr input:-moz-placeholder{
	transition: opacity 0.2s ease;
	opacity: 1;
}

.f-subscr input:-ms-input-placeholder{
	transition: opacity 0.2s ease;
	opacity: 1;
}

.f-subscr input:focus::-webkit-input-placeholder{
	transition: opacity 0.2s ease;
	opacity: 0;
}

.f-subscr input:focus::-moz-placeholder{
	transition: opacity 0.2s ease;
	opacity: 0;
}

.f-subscr input:focus:-moz-placeholder{
	transition: opacity 0.2s ease;
	opacity: 0;
}

.f-subscr input:focus:-ms-input-placeholder{
	transition: opacity 0.2s ease;
	opacity: 0;
}

/*----------  header  -----------*/
header{
	background: #ffffff;
}

.top-promo{
	clear: both;
	background: #FBFBFB;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	height: 32px;	
	font-weight: 500;
	line-height: 18px;
	padding-top: 6px;
}
.top-promo>div{
	display: inline-block;	
	color: #999999;	
	padding-left: 24px;
	background: url(../img2022/notif-discount.png) no-repeat 0 2px;
}


@keyframes slide-down{
	0%{
		transform: translateY(-100%);
		opacity: 0;
	}
	100%{
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-up{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

header.sticky-none{
	animation: slide-up 0.35s;
}

header.sticky{
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	animation: slide-down 0.35s;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

header.sticky .top-promo{display: none;}
header.sticky .header-bann{display: none;}
header.sticky .header-bott{padding: 4px 0 2px 0;}
header.sticky .header-top{display: none;}

header.sticky #logo{display: none;}
header.sticky #logo-sticky{display: block; margin-top: 2px;}

header.sticky .header{width: calc(100% - 100px);}


header.sticky .srch-fly-ex{
	display: none;
}


#logo{
	float: left;
	width: 200px;	
	padding: 14px 0;
}

#logo img{
	display: block;
	max-width: 100%;	
}

#logo-sticky{
	display: none;
	float: left;
	width: 80px;
	padding-top: 4px;
}

#logo-sticky img{
	max-width: 100%;
	height: auto;
}

.ti-mob-logo{
	float: left;
	display: none;
}
.ti-mob-logo>a{display: block; text-decoration: none;}
.ti-mob-logo>a>img{display: block; max-width: 100%; height: auto;}

.header-top{
	float: right;
	width: calc(100% - 220px);
	padding: 24px 0 14px 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;	
}
.header-top:after{display: block; clear: both; content: '';}

.tmenu-mob{
	display: none;
	position: absolute;	
	left: 0px;
	top: 0px;	
}

.tmenu-mob>button{
	position: relative;
	width: 36px;
	height: 32px;
	cursor: pointer;
	border-radius: 3px;
	background-color: transparent;
}

.tmenu-mob>button span{
	position: absolute;
	left: 5px;
	display: block;
	width: 26px;
	height: 2px;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
	border-radius: 3px;
	background-color: #49586f;
}

.tmenu-mob>button span:nth-child(1){top: 8px;}
.tmenu-mob>button span:nth-child(2){top: 15px;}
.tmenu-mob>button span:nth-child(3){top: 22px;}

.open .tmenu-mob>button{background-color: #f8f8f8;}
.open .tmenu-mob>button span:nth-child(1){
	top: 15px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.open .tmenu-mob>button span:nth-child(2){
	left: -60px;
	opacity: 0;
}

.open .tmenu-mob>button span:nth-child(3){
	top: 15px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.tmenu-all{	
}

.tmenu{
	text-align: left;	
}

.tmenu a{
	display: inline-block;
	color: #999999;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	margin-right: 12px;
}
.tmenu a:hover{text-decoration: underline;}
.tmenu a.active{}
.tmenu a:first-child{}

/*
.tcallback{
	float: right;
	width: 190px;
	padding: 4px 0 4px 0px;
}
.tcallback{}
.a-call{text-decoration: none;}
.a-call>span{
	padding-left: 26px;
	background: url(../img2022/ico-tel.png) no-repeat 0 50%;
}
*/

.tphones{
	box-sizing: border-box;
	font-family: "MuseoSansBold", Arial, Verdana, Geneva, Helvetica, serif;
    font-size: 15px;
    font-weight: 600;
	color: #333333;
}
.tphones:after{clear: both; content: ""; display: block;}

.t-tel{
	display: inline-block;
	padding: 0 10px 2px 22px;
}
.t-tel{background: url(../img2022/ico-tel.png) no-repeat 0 4px;}
.t-vib{background: url(../img2022/ico-viber.png) 0 4px no-repeat; margin-left: 20px;}
.t-telegram{background: url(../img2022/ico-telegram.png) no-repeat 0 4px; padding-right: 16px}
.t-telegram-bot{background: url(../img2022/ico-telegram.png) no-repeat 0 4px;}
.f-col1 .t-telegram a {padding: 0;background: none;}
.f-col1 .t-telegram-bot a {padding: 0;background: none;}
/*
.t-tgrm{background: url(../img2022/t-telegram.png) 0 4px no-repeat; padding-left: 20px;}
.t-ks{background: url(../img2022/t-ks.png) 0 50% no-repeat; padding-left: 20px;}
.t-vod{background: url(../img2022/t-mts.png) 0 50% no-repeat; padding-left: 20px;}
.t-life{background: url(../img2022/t-life.png) 0 8px no-repeat; padding-left: 20px;}
*/



.tlang{
	width: 52px;
	margin-right: 20px;
}
.tlang-switch{
	width: 68px;
}
.tlang-switch-control{
	position: relative;
	height: 34px;
	box-sizing: border-box;
	padding-top: 4px;
}
.tlang-switch-track{
	border-radius: 13px;
	background-color: #e4e4e4;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
}
.tlang-switch-track>span{
	display: inline-block;
	padding: 6px 8px;
}
.tlang-switch-btn{
	position: absolute; 
	z-index: 2;
	left: 0; 
	top: 0;
	background-color: #ffffff;
	border: 1px solid #E4E4E4;
	border-radius: 50%;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	width: 32px;
	padding: 9px 0;
}

.tlang-in{
	overflow: hidden;
	box-sizing: border-box;
	height: 22px;
	background: #ffffff url(../img2022/a-drop-bl.png) no-repeat 90% 10px;
	border-radius: 3px;
	padding: 2px 0 2px 6px;
}
.ht-lang-in div{
	cursor: pointer;
}
.ht-lang-in div:hover{text-decoration: underline;}
.ht-lang-in a{
	display: block;
	padding: 2px 0;
	font-size: 12px;
	text-decoration: none;
	color: #5b5b5b;
}

.ht-lang-in a.active{
	font-weight: 700;
	cursor: default;
	background-color: #f5f5f5;
}

.ht-lang-in a:first-child{}
.ht-lang-in a:hover{
	font-weight: 700;
}


.tcenter{
	float: left;
	width: calc(100% - 720px);
}
.tcenter:after{clear: both; content: ""; display: block;}

.tworktm{}

.ti-right{
	float: right;
	width: 170px;
	padding-top: 4px;
}
.ti-blk{
	display: block;
	position: relative;
	float: right;
	width: 40px;		
	box-sizing: border-box;
	padding: 6px 0 6px 0;
	text-align: center;
}
.ti-blk>a{
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	color: #ffffff;
	/*border-radius: 4px;*/
}
.ti-blk>a:hover{background-color: rgba(255,255,255,0.1);}
.tcart{	}
.tcart>div{}
.ti-num{
	position: absolute;
	z-index: 2;
	left: 15px;
	top: 0px;
	color: #2e353b;
	background: rgba(255,255,255,0.7);
	width: 16px;
	box-sizing: border-box;
	border-radius: 50%;
	padding: 2px 0 2px 0;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
}
.tcart-full>div.tcart-num{background: #ff7f02;}
.tcart-full .ti-num{color: #ffffff;}
.tcart-sum{}

.tcart a{background: url(../img2022/ih-cart.png) no-repeat 0 50%;}
.tcart a span{}
.tcart a:hover{text-decoration: underline;}

.tfavor a{background: url(../img2022/ih-wish.png) no-repeat 50% 50%;}
.tfavor a span{}
.tfavor a:hover{text-decoration: underline;}
.tfavor-full .ti-num{
	background-color: #ff7f02;
	color: #ffffff;
}

.texit a{background: url(../img2022/ih-exit.png) no-repeat 50% 50%;}
.tcab a{background: url(../img2022/ih-usr.png) no-repeat 50% 50%;}
.tcontact a{background: url(../img2022/ih-tel.png) no-repeat 50% 50%;}
.tfind{display:none}
.tfind a{background: url(../img2022/ih-search.png) no-repeat 50% 50%;}

.tsearch{
	float: right;
	width: calc(100% - 470px);
	padding: 7px 0 6px 0;
}

.srchpan{
	position: relative;
}
/*
.srchpan-btn>button{
	content: '';
	background: transparent url(../img2022/ico-find.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	width: 34px;
	height: 34px;
}
.srchbtn-pan>button:hover{background-color: rgba(255,255,255,0.1);}
*/

.srch-fly{
	position: relative;
	background: #ffffff;	
}

.srch-fly-open{
	display: block;
	animation: opensrch 1s ease-out 0s 1 normal;
	animation-fill-mode: forwards;
}

@keyframes opensrch{
	0%{display: none; width: 0;}
	2%{display: block; width: 0;}
	80%{width: 246px; right: 80px;}
	100%{width: 246px; right: 38px;}
}

@keyframes hidesrch{
	0%{display: block; width: 246px;}
	98%{display: block; width: 0;}
	100%{display: none; width: 0;}
}

#srchclose{
display: block;
width: 28px;
height: 27px;
background: url(../img2022/a-close.png) no-repeat 50% 50%;
}

#srchclose:hover{
opacity: 0.85;
}

#swsrchfrm table{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.srch-frm{
	box-sizing: border-box;
	margin: 0;
	padding: 2px 0;
	width: 100%;
}
.srch-frm:after{clear: both; content: ''; display: block;}

#searchsw, #search2{
	display: block;
	float: left;
	box-sizing: border-box;
	width: calc(100% - 40px);
	height: 28px;
	padding: 2px 0 0 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	vertical-align: middle;
	border: 0;
	outline: 0;
	color: #303030;
	background: transparent;
	/*background-color: #ffffff;*/
}

#searchsw::placeholder, #search2::placeholder{
	font-weight: 300;
	color: #e0e0e0;
}

#srchgo{
	display: block;
	float: right;
	width: 36px;
	height: 30px;
	background: url(../img2022/ico-find-blue.png) no-repeat 50% 50%;	
	background-color: transparent;
	cursor: pointer;
	vertical-align: middle;
	opacity: 0.8;
}
#srchgo:hover{opacity: 1;}

.srch-btn-wrap{
	display: none;
}

.srch-fly-ex{
	margin-top: 2px;
	font: 13px/16px 'Roboto';	
	font-weight: 300;
	font-style: italic;
	color: #8b8b8b;
	padding-left: 10px;
}

.srch-fly-ex span{}

.a-slide-more{
	font-size: 13px;
	line-height: 16px;
	color: #1EBDFF;
	cursor: pointer;
}
.a-slide-more>span{display: inline-block; background: url(../img2022/a-down-lb.png) no-repeat 100% 5px; padding-right: 14px;}
.a-slide-more:hover>span{text-decoration: underline;}


/*----  mpan -----*/
.mpan{
	background: #619AE9; 
	position: relative;
	z-index: 14;
	margin-top: 0;
}
.mpan .wrapper{}
.mpan-catmenu{
	width: 290px;
	background-color: #004FBE;
}
.mpan-cata{
	box-sizing: border-box;
	height: 48px;	
	padding-top: 0; 
	padding-left: 4px;
}

.mpan-mob{	
	padding-left: 12px;
}

#btn-mainmenu{
	position: relative;
	box-sizing: border-box;
	height: 46px;
	cursor: pointer;
	padding: 0 0 2px 40px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;	
}
#btn-mainmenu.noclose>span{ display:none; }

#btn-mainmenu>i{font-style: normal;}

#btn-mainmenu span{
	position: absolute;
	left: 0px;
	display: block;
	width: 26px;
	height: 3px;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
	border-radius: 3px;
	background-color: #ffffff;
}

#btn-mainmenu span:nth-child(1){top: 14px;}
#btn-mainmenu span:nth-child(2){top: 22px;}
#btn-mainmenu span:nth-child(3){top: 30px;}

#btn-mainmenu.open span:nth-child(1){
	top: 22px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#btn-mainmenu.open span:nth-child(2){
	left: -50px;
	opacity: 0;
}

#btn-mainmenu.open span:nth-child(3){
	top: 22px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* ============== Verical slide right MENU =============== */
.vmainmenu{
	position: relative;
	z-index: 10;
}
.vmenupan{
	display: none;
	position: absolute;
	left: 0;
	right: calc(100% - 290px);
	top: 0;
}
.vmenupan.vmenupan-fullw{
	right: 0;
}
.vmenumobback{
	display: none;
	padding: 8px 8px;
	font-size: 15px;
	z-index: 10000;
	position: relative;
	
	background-color: #ffffff; 
	top: 0; 
	height: auto; 
	line-height: 20px;
}
.vmenumobback>div{
	position: static;
	top: 0;	
	padding: 4px 0;
}
.vmenumobback>div>a{
	display: block;
	background: url(../img2022/a-back-menu.png) no-repeat 0 50%;
	padding: 4px 0 4px 14px;
}

.vmenu-main{
	/*
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	*/
	/*max-height: 0;*/
	overflow: visible;
	transition: max-height .5s;
	transition-delay: 0s;
	transition-delay: .2s;
	/*box-shadow: 3px 5px 17px 0 rgba(127, 127, 127, .2);*/
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
}
.vmenu-main-fon{background-color: #ffffff;}
.vmenupancol{
	width: 290px;
}

.vmainmenu-index .vmenupan{
	display: block;
	right: auto;
}

.mm-cat-list{
	list-style: none;
	/*position: relative;*/
	margin: 0;
	padding: 0px 0px 0px;
	/*max-width: 323px;*/
	/*width: 290px;*/
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	/*height: 461px;*/
	background: #fff;
	line-height: 1;
	clear: both;
	box-shadow: 5px 12px 12px 0 rgba(127, 127, 127, .2);
	z-index: 10000;
}
.mm-cat-list>li{
	/*position: relative;*/
	white-space: nowrap;
	cursor: pointer;
	border-top: 1px solid #f1f2f6;
}
.mm-cat-list>li:first-child{border-top: 0;}
.mm-cat-list>li>a{
	display: block;
	padding: 14px 20px 14px 48px;
	background: url(../img2022/sectsico/mm-s-phone.png) no-repeat 14px 50%;
	text-decoration: none;
	color: #404040;
}
.mm-cat-list>li:nth-child(1)>a{background-image: url(../img2022/sectsico/mm-s-phone.png);}
.mm-cat-list>li:nth-child(2)>a{background-image: url(../img2022/sectsico/mm-s-tv.png);}
.mm-cat-list>li:nth-child(3)>a{background-image: url(../img2022/sectsico/mm-s-notebook.png);}
.mm-cat-list>li:nth-child(4)>a{background-image: url(../img2022/sectsico/mm-s-bt.png);}
.mm-cat-list>li:nth-child(5)>a{background-image: url(../img2022/sectsico/mm-s-house.png);}
.mm-cat-list>li:nth-child(6)>a{background-image: url(../img2022/sectsico/mm-s-garden.png);}
.mm-cat-list>li:nth-child(7)>a{background-image: url(../img2022/sectsico/mm-s-tools.png);}
.mm-cat-list>li:nth-child(8)>a{background-image: url(../img2022/sectsico/mm-s-car.png);}
.mm-cat-list>li:nth-child(9)>a{background-image: url(../img2022/sectsico/mm-s-sport.png);}
.mm-cat-list>li:nth-child(10)>a{background-image: url(../img2022/sectsico/mm-s-clothes.png);}
.mm-cat-list>li:nth-child(11)>a{background-image: url(../img2022/sectsico/mm-s-toys.png);}
.mm-cat-list>li:nth-child(12)>a{background-image: url(../img2022/sectsico/mm-s-tourism.png);}
.mm-cat-list>li:nth-child(13)>a{background-image: url(../img2022/sectsico/mm-s-beauty.png);}
.mm-cat-list>li:nth-child(14)>a{background-image: url(../img2022/sectsico/mm-s-office.png);}
.mm-cat-list>li:nth-child(15)>a{background-image: url(../img2022/sectsico/mm-s-books.png);}
.mm-cat-list>li:nth-child(16)>a{background-image: url(../img2022/sectsico/mm-s-zoo.png);}
.mm-cat-list>li>a>span{
	display: block;
	background: none; max-width: calc(100% - 20px); overflow: hidden; padding: 2px 0;
}
.mm-cat-list>li>a:hover{background-color: #F2F6FD;}
.mm-cat-list>li>a:before{float: right; width: 10px; display: block; content: ''; height: 18px; background: url(../img2022/mm-arr.png) no-repeat 100% 50%;}

.submenu{
	/*
	position: absolute;
	z-index: 2;
	left: 290px;
	top: 0;
	*/
	display: none;
	width: calc(100% - 290px);
	background-color: #ffffff;
	box-shadow: 0 0 8px rgba(100,100,100,0.2);
}
.submenu-links{
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	height: 100%;
}
.submenu-blocks{		
	box-sizing: border-box;
	display: flex;	
	width: calc(100% - 241px);
	padding: 10px 18px;	
	flex-flow: column nowrap;
	justify-content: space-between;
}
.submenu-block{
	padding: 18px 16px;
	box-sizing: border-box;
}
.submenu-block.blk-prime{
	background-color: #F2F6FD;
	width: 240px;
}

.submenu-block-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 12px;
	row-gap: 16px;	
}

.submenu-block-brands{	
	width: 100%;
	padding: 24px 0;
	margin-top: 20px;
	border-top: 1px solid #f1f2f8;
}
.submenu-brand-list{}
.submenu-brand-list:after{clear: both; display: block; content: '';}

.submenu-brand-it{
	float: left;
	width: 19.99999%;
	height: 70px;
	text-align: center;
}
.submenu-brand-it a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.submenu-brand-it a:after{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.submenu-brand-it a img{
	max-width: 82%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}
.submenu-brand-it a:hover{background-color: #f8f8f8;}

.submenu-cat{
	margin: 4px 0 10px 0;
}
.submenu-cat-tit{
	font-size: 15px;
	font-weight: 600;
}
.submenu-cat-tit a{text-decoration: none; color: #404040;}
.submenu-cat-tit a:hover{color: #707070;}

.submenu-cat-list{
	list-style: none;
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	max-height: 100px;
	overflow: hidden;
	transition: max-height 1s ease-out;
}
.submenu-cat-list>li{
	padding: 2px 0;
}
.submenu-cat-list>li>a{color: #707070; text-decoration: none;}
.submenu-cat-list-open{max-height: 400px;}
.submenu-cat-more{
	margin-top: 2px;
}
.submenu-cat-list-open + .a-slide-more>span{background-image: url(../img2022/a-up-bl.png);}

.submenu-cat.priority{
	box-sizing: border-box;
	padding: 4px 8px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 5px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	height: 51px;
}
.submenu-cat.priority:after{display: block; clear: both; content: '';}
.submenu-cat-icon{
	float: none; 
	height: auto;
	width: 50px;	
}
.submenu-cat-icon img{max-width: 90%; max-height: 100%; width: auto; height: auto;}
.priority .submenu-cat-tit{font-size: 14px; line-height: 18px;}


/* ============== ONE LINE MENU =============== */
.mpan-menu{
	display: none;
	position: absolute;
	box-shadow: 0 4px 3px 3px rgba(200,200,200,0.2);
	background-color: #fff;
	/*border-top: 1px solid #e0e0e0;*/
}

.mainmenu{
	display: block;
	width: 290px;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	/*border-radius: 4px;
	background-color: #44a53d;*/
}

.mainmenu>li{	
	border-bottom: 1px solid #f1f1f1;
	height: 54px;
	padding-left: 20px;
}
.mainmenu>li:last-child{border-bottom: 0;}

.hmm_li{
	/*float: left;*/
}

/*
.hmm_li:first-child .hmmdm a{border-radius: 4px 0 0 4px;}
.hmm_li:last-child{float: right;}
.hmm_li:last-child .hmmdm a{border-radius: 0 4px 4px 0;}
*/

.hmmdm{
	width: 100%; 
	height: 100%; 
	display: flex;
	align-items: center;
	background: url(../img2022/sect-1.png) no-repeat 0 50%;
}
.mainmenu>li:nth-child(2) .hmmdm{background-image: url(../img2022/sect-2.png);}
.mainmenu>li:nth-child(3) .hmmdm{background-image: url(../img2022/sect-3.png);}
.mainmenu>li:nth-child(4) .hmmdm{background-image: url(../img2022/sect-4.png);}
.mainmenu>li:nth-child(5) .hmmdm{background-image: url(../img2022/sect-5.png);}
.mainmenu>li:nth-child(6) .hmmdm{background-image: url(../img2022/sect-6.png);}
.mainmenu>li:nth-child(7) .hmmdm{background-image: url(../img2022/sect-7.png);}
.hmmdm a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 4px 30px 4px 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	text-decoration: none;
	background: url(../img2022/arr.png) no-repeat 96% 50%;
	/*text-transform: uppercase;*/
	/*border-radius: 4px 4px 0 0;*/
	/*border-top: 3px solid #3d67ad;*/
}

.hmmdm a span{
	display: inline-block;
	padding-left: 40px;	
}

.hmm_li:hover{
	background-color: #eff7f2;
}
.hmm_li:hover .hmmdm a{
	background-image: url(../img2022/arr-green.png);
	/*
	color: #f87811;	
	background-color: #ffffff;
	*/
}
.hmm_li:hover .hmmdm a span{}

.indexp .mpan-menu{
	display: block;
}


.sub-menu{
	position: absolute;
	z-index: -1;
	top: 55px;
	right: 10px;
	left: 280px;
	visibility: hidden;
	padding: 20px 20px 30px;
	cursor: default;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transform: translateX(-1em);
	text-transform: none;
	opacity: 0;
	border: 0;
	/*
	border-left: 3px solid #3d67ad;
	border-right: 3px solid #3d67ad;
	border-bottom: 3px solid #3d67ad;
	border-top: 0;
	*/
	border-radius: 0 0 5px 5px;
	background: #ffffff;
	box-shadow: 0 5px 10px rgba(1, 1, 1, 0.1);
}

.hmm_li:hover .sub-menu{
	visibility: visible;
	transition-delay: 0s, 0s, 0.3s;
	transform: translateX(0%);
	opacity: 1;	
}

.sub-column{
	float: left;
	width: 21.5%;
	margin-right: 4.6%;
}

.sub-column:last-child{
	margin-right: 0;
}

.sub-column-img{
	display: block;
	text-align: center;
}

.sub-column-img img{
	max-width: 100%;
	height: auto;
}

.sub-title{
	margin-bottom: 5px;
	/*
	padding-top: 5px;
	padding-bottom: 5px;
	*/
	font-size: 16px;
	color: #455067;
	/*border-bottom: 1px solid #e7e7e7;*/
	background: url(../img2022/li-mark.png) no-repeat 0 7px;
	padding-left: 16px;
}

.sub-section{
	margin-bottom: 20px;
}

.sub-section.section-reduce ul{
	overflow: hidden;
	height: 220px;
}

.sub-section.section-reduce ul:after{
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	height: 120px;
	content: "";
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.sub-section.section-reduce .section-open{
	display: inline-block;
}

.section-open{
	display: none;
	padding: 5px 15px;
	cursor: pointer;
	background: url(../img2022/section-open.png) right 15px no-repeat;
}

.section-open span{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #44a53d;
	border-bottom: 1px dotted #44a53d;
}

.section-open.section-closed{
	display: inline-block;
	padding: 5px 15px;
	cursor: pointer;
	background: url(../img2022/section-closed.png) right 15px no-repeat;
}

.section-open.section-closed span{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #aaaaaa;
	border-bottom: 1px dotted #44a53d;
}

.sub-section ul{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sub-section ul li{
	padding-left: 16px;
	background: url(../img2022/mm-li.png) 0 8px no-repeat;
}

.sub-section ul li a{
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	text-decoration: none;
	color: #009d91;
}

.sub-section ul li a:hover{
	text-decoration: underline;
	color: #ff510d;
}

/*------------------------  footer  ---------------------*/
footer{
	clear: both;
	margin-top: 30px;
	background: #ffffff;
}
footer a{}
footer a:hover{}

.footer-pay{
	padding: 14px 0;
	border-bottom: 1px solid #f1f2f5;
}
.footer-pay-meth{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	color: #b0b0b0;
}

.foot-pay-type{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.foot-pay-type>span{display: block; margin-left: 20px;}
.foot-pay-type>span:first-child{margin-left: 0;}

.footcent{
	margin-bottom: 30px;
	font-size: 15px;
}
.footcent:after{display: block; clear: both; content: '';}

/*
.f-logo{
	float: left;
	width: 310px;
}
.f-logo img{display: block; max-width: 100%; height: auto;}*/
.f-content{
	padding-top: 16px;
}
.f-content:after{clear: both; display: block; content: '';}

.f-col1, .f-col2, .f-col3, .f-col4{
	float: left;
	width: 24.99999%;
}
.f-col1{margin-left: 0;}

.f-hdr{
	font: 15px/18px 'Open Sans';
	font-weight: 600;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

.f-col1 a, .f-col2 a, .f-col3 a, .f-col4 a{
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
	background: url(../img2022/ft-li.png) no-repeat 0 5px;
	padding-left: 14px;
	color: #808080;
}

.f-col1 a:hover, .f-col2 a:hover, .f-col3 a:hover, .f-col4 a:hover{
	text-decoration: underline;
}

.ft-addr{
	padding: 0 0 10px 0;	
}
.ft-cont{
	padding: 0 0 12px 0;		
}
.ft-cont p{	
	padding-left: 20px;
	padding-bottom: 2px;
	background: url(../img2022/ico-tel.png) no-repeat 0 4px;
}
.ft-cont p.ft-tel-telegram{background-image: url(../img2022/ico-telegram.png)}
.ft-cont p.ft-tel-telegram-bot{background-image: url(../img2022/ico-telegram.png)}
.ft-cont p.ft-tel-vib{background-image: url(../img2022/ico-viber.png);}
.ft-cont p.ft-tel-telegram a {padding: 0;background: none;margin:0}
.ft-cont p.ft-tel-telegram-bot a {padding: 0;background: none;margin:0}
.ft-mail{	
	/*background: url(../img2022/ico-mail.png) no-repeat 0 6px;*/
	padding-left: 20px;
}
.ft-mail a{		
}

.ft-call{padding: 10px 0;}

.ft-work{
	padding: 0 0 10px 0;
	font-weight: 300;
}

.ft-sc{
	clear: both;
	padding: 30px 0 10px;
}
.ft-sc:after{clear: both; content: ''; display: block;}
.ft-sc>a{
	float: left;
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: 0 8px 10px 0;
	background-color: rgba(90,173,216,0.2);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.8;
}
.ft-sc>a:hover{opacity: 1;}
a.ft-fb{background-image: url(../img2022/sc-fb.png);}
a.ft-yt{background-image: url(../img2022/sc-yt.png);}
a.ft-in{background-image: url(../img2022/sc-in.png);}
/*
a.ft-oth{background-image: url(../img2022/sc-some.png);}
.odn{background: url(../img2022/odn.png) center no-repeat;}
.tw{background: url(../img2022/tw.png) center no-repeat;}
.vk{background: url(../img2022/vk.png) center no-repeat;}
*/
.hdrft{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 8px;
}
.f-paym{text-align: right;}
.f-paym>div{
	background: url(../img2022/pay-visa-mc.png) no-repeat 100% 50%;
	padding: 12px 140px 12px 0; 
}


.foot-icons{
	clear: both;
	background-color: #e7e9ef;
	padding: 24px 0;
}
.foot-icons-row{
	display: flex;
	flex-flow: row nowrap;
	align-item: center;
	justify-content: space-between;
}

.foot-ico{
	display: inline-block;
	color: #aeb2be;
	font-weight: bold;
	line-height: 15px;
	background: url(../img2022/ft-ico-pparts.png) no-repeat 0 50%;
	padding: 14px 0 14px 72px;
}
.foot-ico2{background-image: url(../img2022/ft-ico-pcard.png);}
.foot-ico3{background-image: url(../img2022/ft-ico-deliv.png);}
.foot-ico4{background-image: url(../img2022/ft-ico-hand.png);}

.foot-bot{	
	font-size: 13px;
	padding: 20px 0;
	background-color: #679ae9;
	color: #ffffff;
}
.foot-bot-row{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
.foot-bot:after{clear: both; content: ''; display: block;}

.fcopy{}

.dev{
	text-align: right;
}

.dev a{
	color: #ffffff;
	text-decoration: none;
}

/*----------------  all  -------------*/

main{
	margin-top: 10px;
}
.index main{margin-top: 0;}



/*------------  catalog  -----------*/

/*--------  # content ---------*/


/* fly wnd */
.flywnd-fon{
  background: #808080;
  height: 100%;
  opacity: 0.6;
  position: fixed;
  width: 100%;
  z-index: 50;
  top: 0;
  left: 0;
  display: none;
}

.flywnd{
	position: absolute;
	left: 0;
	margin: 0 auto 0 auto;	
	display: none;
	z-index: 51;
	width: 100%;
}
.flywnd-c{
	width: 620px;
	margin: 0 auto;
	background: #fff;
	/*border-radius: 10px;*/
	box-shadow: 0 0 14px 14px rgba(0, 0, 0, 0.4);	
}
.flywnd-in{
	padding: 20px 20px;
	/*background: #fff;*/
}
.flywnd-close{
	float: right;
	width: 19px;	
	position: relative;
	top: -5px;
	text-align: right;
}
.flywnd-close a{ content: ""; background: url(../img2022/a-close.png) no-repeat 0 0; display: block; width: 19px; height: 19px; text-decoration: none; color: #333; }

/* fly dialog window */
.dlg-fon{
	background: #808080;
	height: 100%;
	opacity: 0.6;
	position: fixed;
	width: 100%;
	z-index: 50;
	top: 0;
	left: 0;
	display: none;
}
.dlg-wnd{
	position: absolute;
	margin: 0 auto 0 auto;
	display: none;
	z-index: 51;
	width: 100%;
}
.dlg-wnd-c{
	width: 620px;
	margin: 0 auto;
	background: #fff;
	/*border-radius: 10px;*/
	box-shadow: 0 0 14px 14px rgba(0, 0, 0, 0.4);
}
.dlg-wnd-in{
	padding: 20px 20px;
	/*background: #fff;*/
}
.dlg-wnd-close{
	float: right;
	width: 30px;
	position: relative;
	top: -5px;
	text-align: right;
}

.dlg-wnd-close a{
	background: url(../img2022/a-close.png) no-repeat 0 0;
	display: inline-block;
	width: 12px;
	height: 13px;
	text-decoration: none;
	color: #333;
	opacity: 0.7;
}

.dlg-wnd-close a span{border-bottom: 1px dotted #333;}

.dlg-wnd-close a:hover{color: #666; opacity: 1;}
.dlg-wnd-close a:hover span{border-bottom: 1px dotted #666;}

.dlg-wnd-content{/*padding-top: 16px;*/}
.dlg-wnd-hdr{padding: 0 0 4px 0;}
.dlg-wnd-hdr .lbl-hdr{
	font-size: 22px;
	line-height: 24px;
}
.dlg-wnd-hdr .lbl-hdr span{/*top: -18px;*/}

.dlg-wnd-txt{
}
.dlg-wnd:after, .dlg-wnd-c:after, .cartwnd-c:after, #cart-flywnd:after{clear: both; display: block; content: '';}
/* popup cart */
#cart-flyfon{
	background: #808080;
	height: 100%;
	opacity: 0.6;
	position: fixed;
	width: 100%;
	z-index: 50;
	top: 0;
	left: 0;
	display: none;
}

#cart-flywnd{
	position: absolute;
	margin: 170px auto 0 auto;	
	display: none;
	z-index: 51;
	width: 100%;
}

.cartwnd-c{
	width: 620px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 14px 14px rgba(0, 0, 0, 0.4);	
}
.cartwnd-in{
	padding: 20px 20px;
	/*background: #fff;*/
}
.cartwnd-hdr{
	padding: 0px 0 4px 0px;
	font: 20px/22px Arial;
}
.cartwnd-hdr .lbl-hdr{margin: 0;}
#cartwnd{
	padding: 2px 0px;
}
.cartwnd-close{
	float: right;
	width: 30px;
	position: relative;
	top: -5px;
	text-align: right;
}
.cartwnd-close a{ background: url(../img2022/a-close.png) no-repeat 0 0; display: inline-block; width: 12px; height: 13px; text-decoration: none; color: #333; }
.cartwnd-close a span{ border-bottom: 1px dotted #333; }
.cartwnd-close a:hover{ color: #666; }
.cartwnd-close a:hover span{ border-bottom: 1px dotted #666; }

/* cart popup */
.cartnew-wnd { display: none; }

/*----------------  index  -------------*/

.index-top{
	background-color: #ffffff;
}

.ind-wblk{background-color: #ffffff; padding: 16px 0px;}
.ind-wblk:after{display: block; clear: both; content: '';}
.ind-wblk-content{
	border-top: 1px solid #f1f2f5;
	clear: both;
	/*padding-top: 8px;*/
}
.ind-wblk-content:after{display: block; clear: both; content: '';}
.ind-wblk .lbl-hdr{padding-left: 20px;}


/*--------  # content ---------*/
#content, .main-content{
	float: right;
	width: calc(100% - 290px);
	box-sizing: border-box;
	border-left: 1px solid #f1f2f8;
	padding: 16px 0 12px 16px;
}

.dcontent-top{
	margin-top: 5px;
	padding-left: 15px;
	border-bottom: 1px solid #f1f2f8;
}

.cbreadcrumbs{
	clear: both;
	margin: 10px 0 20px 0;	
}

.cbreadcrumbs>div{
	display: inline-block;
	font-size: 14px;
	color: #202020;
}

.cbreadcrumbs>div a{
	margin-right: 6px;
	padding-right: 17px;
	color: #434343;
	text-decoration: none;
	background: url(../img2022/mm-arr.png) no-repeat 100% 6px;
}
.cbreadcrumbs>div a:hover{
	text-decoration: underline;
	color: #0284a5;
}
.cbreadcrumbs>div>div>span{color: #a0a0a0;}

/* card */
.c2tabs{display: none}

.slider-thumbs .slick-slide {
	text-align: center;
	height: 380px;
	margin-bottom: 20px;
}

.slider-thumbs .slick-slide img {
	vertical-align: middle;
	max-width: 90%;
	height: auto;
	max-height: 90%;
}

.vmenumob-lang { 
	display: none; 
	line-height: 14px;
	padding: 10px 0 2px 0;
}
.vmenumob-lang>span.active{
	display: inline-block;
	padding: 4px 14px;
	border-radius: 10px;
	background-color: #ffffff;
}
.vmenumob-lang>a{
	text-decoration: none;
	display: inline-block;
	padding: 4px 14px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.4);
}

/*-----------------------  adaptive  --------------------*/
@media only screen and (min-width: 1480px)
{
	.wrapper{width: 1450px;}
	
	/*--------  header adaptive  -----*/
	.submenu-block-grid{grid-template-columns: repeat(4, 1fr);}
	/*.ht-right{width: 350px;}*/
	.tmenu-all{width: calc(100% - 620px);}
	/*.tcenter{width: 900px; margin-left: 90px;}*/
	.tphones{width: 400px; margin-right: 20px;}
	/*.tcenter{width: calc(100% - 820px);}*/
	
	.hmm_li{margin-right: 20px;}
	.hmmdm a{padding-left: 30px; padding-right: 30px;}
	.cclist-sects ul li{width: calc(19.99999% - 30px);}
	/*--------  index adaptive  ------*/	
}

@media only screen and (min-width: 1860px)
{
	.wrapper{width: 1840px;}
	
	/*--------  header adaptive  -----*/
	.submenu-block-grid{grid-template-columns: repeat(5, 1fr);}
	/*.ht-right{width: 380px;}*/
	/*.tcenter{width: 1150px; margin-left: 120px;}*/
		
	#content, .main-content{width: calc(100% - 310px);}
	.left-cont{width: 300px;}	
}

@media only screen and (max-width: 1200px)
{
	.wrapper{width: 1000px;}

	/*--------  header adaptive  -----*/
	.submenu-block-grid{grid-template-columns: repeat(2, 1fr);}
	.cclist-sects ul li{width: calc(32.29999% - 30px);}
	
	a.btn-buy, input.btn-buy, div.btn-buy{padding: 10px 14px 10px 14px;}
	
	#content, .main-content{width: 730px;}
	.left-cont{width: 260px;}
	/*--------  index adaptive  ------*/
	
	/*--------  footer adaptive  -----*/
	.foot-pay-cards span img{width: 140px;}
	.foot-pay-part span img{width: 154px;}
	.foot-pay-part span:last-child img{width: 251px;}
}

@media only screen and (max-width: 1000px)
{
	.wrapper{width: 800px;}

	/*--------  header adaptive  -----*/
	#logo{width: 150px;}
	.header-top{padding: 16px 0 10px;}
	.tmenu-all{display: none;}
	
	.mpan-catmenu{width: 270px;}
	.tsearch{width: calc(100% - 450px);}
	
	.vmenupancol{width: 270px;}
	.submenu{width: calc(100% - 270px);}
		
	.hmmdm a{padding-left: 10px; padding-right: 10px;}
	
	#dcontent{margin-bottom: 20px;}
	.left-cont{width: 240px;}
	#content, .main-content{width: 556px;}
	/*--------  index adaptive  ------*/
	
	/*--------  footer adaptive  -----*/
	.foot-pay-cards span img{width: 120px;}
	.foot-pay-part span img{width: 132px;}
	.foot-pay-part span:last-child img{width: 207px;}
	
	.f-col1{width: 30.999999%;}
	.f-col2, .f-col3, .f-col4{width: 22.99999%;}	
}

@media only screen and (max-width: 800px)
{
	.vmenumob-lang { display: block; text-align: center; line-height: 1.8; background: #F1F2F5; padding: 5px 0 2px 0; }
	.vmenumob-lang span { margin: 0 5px; }
	.vmenumob-lang a { margin: 0 5px; }
	
	.vmenupan{right: 0;}
	.wrapper{width: 100%;}
	.dcontent-top{padding-left: 6px;}
	/*--------  header adaptive  -----*/
	header>.wrapper{display: none;}
	
	.mpan{height: 54px;}
	
	.ti-mob-logo{display: block; width: 110px; margin-left: 10px; padding-top: 14px;}
	.ti-right{width: 202px;}
	.ti-blk{width: 39px; padding: 8px 0 8px 0;}
	
	.mpan-catmenu{width:50px; background-color: transparent; float: left; margin-left: 20px;padding-top: 4px;}
	#btn-mainmenu p{display: none;}
	#btn-mainmenu>i{display: none;}
	.tsearch{width: calc(100% - 360px);}
	
	.vmenupancol{width: 100%;}
	.mm-cat-list:after{display: block; clear: both; content: '';}
	/*.mm-cat-list>li{float: left; width: calc(33% - 10px); margin-left: 10px; margin-bottom: 10px;}*/
	.mm-cat-list>li>a>span{background-image: none;}
	
	
	.mm-cat-list{
		background: #F1F2F5;
		padding: 5px 0;
	}
	.mm-cat-list>li{
		margin: 5px;
		width: calc(49.99999% - 10px);
		background-color: #ffffff;
		border-radius: 4px;
		float: left;
	}

	.submenu-block.blk-prime{width: auto;background-color: transparent;padding: 0 14px;}
	.submenu-cat.priority{border: 1px solid #e8e8e8;}
	
	.submenu-mopen{display: block; width: 100%;}
	.submenu-links{display: block; height: auto;}	
	.submenu-blocks{display: block; width: 100%;}
	
	.mainpage .mpan-catmenu { display: none; }
	.mainpage .vmenupan{ position: static; display: block; }
	.index-slides .slider-main { display: none; }
	
	#content, .main-content{float: none; width: 100%; box-sizing: border-box; padding: 0 4px; }
	.left-cont{float: none; width: auto; clear: both;}	
	#dcontent{margin-bottom: 40px;}
	#left{float: none; width: 100%;}
	/*--------  footer adaptive  -----*/
	.footer-pay-meth{padding-left: 12px;}
	.foot-pay-part{display: none;}
	.foot-icons{padding: 10px 0;}
	.foot-icons-row{flex-flow: row wrap; justify-content: space-around;}
	.foot-icons-row>div{margin: 12px 0;}
	
	.f-content{padding-left: 12px;}
	
	.foot-bot{padding: 16px 0;}
	.foot-bot-row{padding: 0 12px;}

	.footcent{font-size: 13px;}
	.foot-ico{font-size: 13px; font-weight: normal; padding-left: 46px; background-size: 40px 40px;}

	.cartwnd-c{width: 80%;}
	
	#products-added-to-cart .cart-info{font-size: 16px;}
}

@media only screen and (max-width: 700px)
{
	.lbl-hdr{font-size: 20px;}
	/*--------  header adaptive  -----*/
	/*--------  index adaptive  ------*/
	/*--------  card adaptive  -------*/
	/*--------  catalog adaptive  ----*/

	/*--------  footer adaptive  -----*/
	.f-col1, .f-col2, .f-col3, .f-col4{width: 47.99999%; margin-right: 1.99999%;}
	.f-col1, .f-col2{padding-bottom: 12px;}
	.f-col1, .f-col3{clear: left;}

	.f-hdr{padding-bottom: 6px; margin-bottom: 6px;}
	.f-col1 a, .f-col2 a, .f-col3 a, .f-col4 a{margin-bottom: 4px;}
}

@media only screen and (max-width: 650px)
{
	/*--------  header adaptive  -----*/
	/*--------  index adaptive  ------*/	
	
	.slider-thumbs .slick-dots li{width: 92px; height: 88px;}
}

@media only screen and (max-width: 600px)
{
	/*--------  header adaptive  -----*/
	.ti-right{width: 215px;}
	.tfind{display: block;}
	
	.tsearch{width: 3px; position: static;}
	.srchpan{
		position: absolute;
		right: -10px;
		width: 0;
		z-index: 4;
	}

	.srch-fly{
		display: none;
		flex-flow: row nowrap;			
	}
	.tsearch-open .srch-fly{display: flex;}
	
	.srch-close{
		display: block;
		width: 36px;
	}
	.srch-close>span{
		display: block;
		width: 36px;
		height: 34px;
		background: url(../img2022/a-close-wnd.png) no-repeat 50% 55%;
		cursor: pointer;
	}
	.srch-frm{
		width: calc(100% - 38px);
	}
	.tsearch-open{position: relative;}
	.tsearch-open .srchpan{
		display: block;
		animation: opensrch 1s ease-out 0s 1 normal;
		animation-fill-mode: forwards;
	}

	@keyframes opensrch{
		0%{display: none; width: 0;}
		2%{display: block; width: 0;}
		80%{width: 326px; right: 80px;}
		100%{width: 326px; right: 0px;}
	}

	@keyframes hidesrch{
		0%{display: block; width: 286px;}
		98%{display: block; width: 0;}
		100%{display: none; width: 0;}
	}
	.mm-cat-list>li{width: calc(49.49999% - 10px);}
	.mm-cat-list>li:nth-child(2n+1){clear: left;}
	
	/*--------  index adaptive  ------*/
	/*--------  card adaptive  -------*/
	
	/*--------  footer adaptive  -----*/
}

@media only screen and (max-width: 550px)
{
	main{background: none;}
	/*--------  header adaptive  -----*/
	
	/*--------  index adaptive  ------*/
	
	/*--------  footer adaptive  -----*/
	.fcopy{float: none; clear: both; width: auto; text-align: center;}
	.dev{float: none; clear: both; width: auto; text-align: center; padding-top: 8px;}
}

@media only screen and (max-width: 500px)
{
	/*--------  header adaptive  -----*/
	.mm-cat-list>li{display: flex; align-items: center; min-height: 54px; white-space: normal;}
	.mm-cat-list>li>a{box-sizing: border-box; width: 100%; padding: 4px 20px 4px 48px; max-height: 54px;}
	/*--------  index adaptive  ------*/


	/*--------  footer adaptive  -----*/
}

@media only screen and (max-width: 450px)
{
	/*--------  header adaptive  -----*/
	.ti-blk{width: 36px;}
	.ti-right{width: 190px;}
	
	.submenu-block-grid{display: block;}		
		
	/*--------  index adaptive  ------*/
	
	/*--------  footer adaptive  -----*/
	.f-hdr{font-size: 18px; padding-bottom: 10px;}	
}

@media only screen and (max-width: 420px)
{
	.slider-thumbs .slick-dots li{width: 86px; height: 82px;}
}

@media only screen and (max-width: 400px)
{
	/*--------  header adaptive  -----*/
	.mpan-catmenu{margin-left: 5px;}
	
	.ti-blk{width: 34px;}
	.ti-right{width: 180px;}
	
	@keyframes opensrch{
		0%{display: none; width: 0;}
		2%{display: block; width: 0;}
		80%{width: 320px; right: 40px;}
		100%{width: 320px; right: -150px;}
	}

	@keyframes hidesrch{
		0%{display: block; width: 320px;}
		98%{display: block; width: 0;}
		100%{display: none; width: 0;}
	}
	/*--------  index adaptive  ------*/
	
	/*-------- other ----------*/
	.dlg-wnd-in{padding: 20px 12px;}
}

@media only screen and (max-width: 385px)
{
	/*--------  ADD TO SLIDER.CSS  -----*/
	.slider-thumbs .slick-dots li{width: 80px; height: 76px;}
}