@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400|Open+Sans:300,400,600,700|Roboto&subset=cyrillic");

.wrapper:before, .tmenu:before, .tico:before, .tcart:before, .mainmenu:before, .submenu:before, .best-list:before, .b-sizes:before, .b-colors:before, .spec-list:before, .action-form form:before, .media-wrap:before, .flt-opt:before, .cctop:before, .ccgoods:before, #content2:before, .ccard:before, .ccard-ico:before, .ccard-cost:before, .ccard-inf-row:before, .mtcresp-head:before, .mcart:before, .mcrlm:before{
	display: table;
	line-height: 0;
	content: '';
}

.wrapper:after, .tmenu:after, .tico:after, .tcart:after, .mainmenu:after, .submenu:after, .best-list:after, .b-sizes:after, .b-colors:after, .spec-list:after, .action-form form:after, .media-wrap:after, .flt-opt:after, .cctop:after, .ccgoods:after, #content2:after, .ccard:after, .ccard-ico:after, .ccard-cost:after, .ccard-inf-row:after, .mtcresp-head:after, .mcart:after, .mcrlm:after{
	display: table;
	clear: both;
	line-height: 0;
	content: '';
}

a.btn:after, input.btn: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%;
}

*{
	box-sizing: border-box;
}

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

body{
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #6f6f6f;
	background: #ffffff;
}

a{
	color: #6f6f6f;
}

a:hover{
	color: #a7a7a7;
}

/*--------------  heads  -----------*/
#content2 h1.hdr{
	padding-left: 0;
	color: #636363;
	background: none;
}

.hdr{
	padding-left: 30px;
	background: url(../img/bg-hdr.png) 0 center no-repeat;
}

.hdr span{
	font-size: 30px;
	font-weight: 400;
	line-height: 1.05;
	color: #4c4c4c;
}

.lbl-hdr{
	padding: 55px 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	text-align: center;
	color: #4bba52;
	background: url(../img/bg-lbl-hdr.png) center 0 no-repeat;
}

.lbl-hdr span{
	margin-left: 10px;
	color: #e46aa9;
}

.lbl-hdr-seen{
	font-size: 30px;
	text-align: center;
	color: #4bba52;
	background: url(../img/lbl-hdr-seen.png) center repeat-x;
}

.lbl-hdr-seen > span{
	padding: 0 60px;
	background-color: #ffffff;
	background-image: url(../img/bg-hdr.png), url(../img/bg-hdr.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 20px 10px, 96% 10px;
}

.lbl-hdr-seen span span{
	color: #e46aa9;
}

.hdr-page{
	font-size: 30px;
	color: #636363;
	border-bottom: 1px solid #e6e6e6;
}

.hdr-or{
	padding-left: 30px;
	font-size: 22px;
	color: #636363;
	background: url(../img/bg-hdr.png) 0 center no-repeat;
}

.lbl-li{
	padding: 3px 0 3px 16px;
	background: url(../img/mark-all.png) no-repeat 0 10px;
}

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

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

a.btn, input.btn{
	display: inline-block;
	width: 230px;
	height: 56px;
	font-size: 20px;
	transition: background-color 0.15s;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 30px;
}

a.btn:hover, input.btn:hover{opacity: 0.8;}
a.btn span, input.btn span{vertical-align: middle;}

a.btn-sm, input.btn-sm{font-size: 14px; line-height: 14px; width: auto; height: auto; padding: 12px 30px; border-radius: 19px;}
a.btn-norm, input.btn-norm{font-size: 16px; line-height: 16px; width: auto; height: auto; padding: 12px 30px; border-radius: 18px;}
a.btn-min, input.btn-min{font-size: 13px; line-height: 14px; width: auto; height: auto; padding: 5px 12px; border-radius: 12px;}

a.btn-buy, input.btn-by{
	width: 155px;
	height: 45px;
	text-transform: none;
	color: #ffffff;
}

a.btn-gray, input.btn-gray{
	background-color: #e8e8e8;
}

a.btn-pink, input.btn-pink, a.btn-light, input.btn-light{
	background-color: #e46aa9;
}

a.btn-green, input.btn-green, a.btn-dark, input.btn-dark{
	background-color: #49b950;
}

a.btn-m, input.btn-m{
	width: 165px;
	height: 40px;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
}

a.btn-s, input.btn-s{
	width: 122px;
	height: 38px;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
}

input.btn-filtok{
	width: 50px;
	height: 27px;
	font-size: 14px;
}

.mcrline2 input.btn{
	width: 194px;
	height: 45px;
	font-size: 16px;
	text-transform: none;
	color: #ffffff;
}

/*------------  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  -----------*/
main{
	padding-bottom: 40px;
}

.header-info{
	padding: 8px 0;
	text-align: center;
	background-color: #70aee1;
}

.header-info span{
	padding-left: 45px;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	background: url(../img/header-info.png) 0 center no-repeat;
}

.header-info a{
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	background: url(../img/header-ov.png) center no-repeat;
}

.header-info a:hover{
	opacity: 0.8;
}

.header-top{
	background-color: #f6f6f6;
}

.tmenu{
	float: left;
}

.tmenu a{
	display: block;
	float: left;
	padding: 6px 19px;
	text-decoration: none;
	color: #9f9f9f;
}

.tmenu a:first-child{
	padding-left: 0;
}

.tmenu a span{
	position: relative;
}

.tmenu a span:after{
	position: absolute;
	right: 50%;
	bottom: -6px;
	left: 50%;
	display: block;
	height: 1px;
	content: '';
	transition: 0.2s;
	background: transparent;
}

.tmenu a span:hover:after{
	right: 0;
	left: 0;
	background-color: #e46aa9;
}

.wish-list{
	float: right;
	padding-top: 4px;
}

.wish-list a{
	padding-left: 25px;
	background: url(../img/wish-list.png) 0 2px no-repeat;
}

.wish-list a:hover{
	text-decoration: none;
}

.header-center{
	padding-top: 28px;
	padding-bottom: 5px;
	text-align: center;
}

.header-center .wrapper{
	text-align: center;
}

#logo{
	float: left;
	width: 255px;
}

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

.tphones{
	display: inline-block;
	margin-top: 15px;
}

.ttel{
	display: inline-block;
	margin-right: 25px;
	padding-left: 25px;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	background: url(../img/ttel.png) 0 center no-repeat;
}

.ttel:last-child{
	padding-left: 0;
}

.trecall{
	padding-left: 30px;
	text-align: left;
}

.trecall a{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.3px;
	color: #e46aa9;
}

.trecall a:hover{
	text-decoration: none;
}

.tico{
	position: relative;
	float: right;
	margin-top: 8px;
}

.tico-find{background: url(../img/ico-find.png) center no-repeat;}
.tico-log{background: url(../img/ico-log.png) center no-repeat;}
.tico-exit{background: url(../img/ico-exit.png) center no-repeat;}
.tico-cart{
	float: left;
	background: url(../img/ico-cart.png) center no-repeat;
}

.tico > div{
	float: left;
	margin-left: 8px;
}

.tico > div:first-child{
	margin-left: 0;
}

.tico > div > a{
	display: block;
	width: 37px;
	height: 37px;
	transition: 0.15s;
}

.tico > div > a:hover{
	opacity: 0.8;
}

.srch-fly{
	position: absolute;
	z-index: 3;
	top: 0;
	right: 150px;
	display: none;
	overflow: hidden;
	width: 0;
	height: 37px;
	border: 1px solid rgba(228, 106, 169, 0.8);
	background: #ffffff;
}

.srch-fly.srch-fly-open{
	display: block;
}

#searchsw{
	display: inline-block;
	width: 212px;
	height: 35px;
	padding-left: 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	vertical-align: middle;
	border: 0;
	outline: 0;
}

#srchgo{
	display: inline-block;
	width: 30px;
	height: 35px;
	vertical-align: middle;
	background: #ffffff url(../img/ico-find-form.png) no-repeat center 3px;
}

.tcart-right{
	float: right;
	margin-left: 10px;
}

.tcart-old{
	margin-bottom: 3px;
	line-height: 1;
}

.tcart-sum{
	font-size: 17px;
	line-height: 1;
	color: #e46aa9;
}

/*----  mpan -----*/
.mpan{
	position: relative;
	z-index: 4;
	background-color: #e46aa9;
}

.mpan > .wrapper{
	position: relative;
	padding-top: 6px;
	background-color: #e46aa9;
}

.mainmenu{
	margin: 0;
	padding: 0;
	list-style: none;
}

.hmm_li{
	float: left;
	/*width: 20%;*/
	padding-bottom: 6px;
	cursor: pointer;
}

.hmm_li:last-child{
	margin-right: 0;
}

.hmmdm{
	text-align: center;
	border-left: 1px solid #ffffff;
	padding: 0 20px;
}

.hmm_li:last-child .hmmdm{
	border-right: 1px solid #ffffff !important;
}

.hmmdm a{
	display: inline-block;
	padding: 7px 20px 7px 0;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
	text-decoration: none;
	color: #ffffff;
	background: url(../img/mm-drop.png) right 16px no-repeat;
}

.submenu{
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 0;
	visibility: hidden;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	cursor: default;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transform: translateY(-1em);
	text-transform: none;
	opacity: 0;
	background: #ffffff;
	background-size: auto 100%;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
}


@media only screen and (min-width: 1001px)
{

.hmm_li:hover{
	background: #ffffff;
}

.hmm_li:hover + .hmm_li .hmmdm{
	border-color: transparent;
}

.hmm_li:hover .hmmdm a{
	color: #e46aa9;
	background: url(../img/mm-up.png) right 16px no-repeat;
}

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

}

.sub-section{
	float: left;
	width: 23.4%;
	margin-right: 2%;
}

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

.sub-title{
	width: 70%;
	margin-bottom: 16px;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0.2px;
	color: #e46aa9;
	border-bottom: 1px solid #dee4e6;
}

ul.sub-column{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.sub-column li{
	margin-bottom: 7px;
	padding-left: 10px;
	background: url(../img/ico-sub.png) left 8px no-repeat;
}

ul.sub-column li a{
	text-decoration: none;
}

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

#lnk-toggle-menu{
	position: relative;
	display: none;
	width: 30px;
	height: 22px;
	margin: 12px 0 11px 22px;
	cursor: pointer;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#lnk-toggle-menu span{
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	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;
	background-color: #ffffff;
}

#lnk-toggle-menu span:nth-child(1){
	top: 0;
}

#lnk-toggle-menu span:nth-child(2){
	top: 8px;
}

#lnk-toggle-menu span:nth-child(3){
	top: 16px;
}

#lnk-toggle-menu.open span:nth-child(1){
	top: 9px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#lnk-toggle-menu.open span:nth-child(2){
	left: -60px;
	opacity: 0;
}

#lnk-toggle-menu.open span:nth-child(3){
	top: 9px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/*----------------  index  -------------*/
.carousel-main{
	margin-bottom: 75px;
}

.slider-main .slick-slide{
	position: relative;
}

.slider-promo{
	position: absolute;
	top: 45%;
	left: 12%;
	width: 500px;
	padding: 40px;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.8);
}

.slider-promo-tit{
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 600;
	color: #e46aa9;
}

.slider-promo-tit span{
	padding-right: 45px;
	background: url(../img/slider-promo-tit.png) right 13px no-repeat;
}

.slider-promo-cont{
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 1.3;
	color: #6f6f6f;
}

.ind-best{
	margin-bottom: 60px;
}

.best-list{
	padding-top: 50px;
}

/*----------------   b-it start -----------*/
.b-it{
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	width: 24%;
	height: 500px;
	margin-right: 1.3%;
	margin-bottom: 15px;
	text-align: center;
}

.b-it:nth-child(4n){
	margin-right: 0;
}

.b-it-in{
	position: relative;
	width: 100%;
	height: 745px;
	background: #ffffff;
}

.b-it:hover{
	z-index: 2;
	overflow: visible;
}

.b-it:hover .b-it-in{
	transition: box-shadow 0.2s;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	height: auto;
}

img.b-lbl{
	position: absolute;
	top: 14px;
	left: 0;
}

.b-iwish{
	position: absolute;
	top: 17px;
	right: 20px;
	width: 31px;
	height: 26px;
}

.b-iwish a{
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.15s;
	background: url(../img/b-iwish.png) center no-repeat;
	background-size: contain;
}
.b-iwish a:hover{
	opacity: 0.7;
}

.b-iwish span{
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.15s;
	background: url(../img/iwish-like.png) center no-repeat;
	background-size: contain;
}

.b-iwish.iwish-like a{
	background: url(../img/iwish-like.png) center no-repeat;
	background-size: contain;
}

.b-img{
	width: 100%;
	height: 355px;
}

.b-img a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

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

.b-img a img{
	max-width: 95%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.b-inf{
	padding: 0 7%;
}

.b-mod{
	overflow: hidden;
	height: 50px;
	margin-top: 13px;
	margin-bottom: 15px;
}

.b-mod a{
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #4b4b4b;
}

.b-mod:hover{
	text-decoration: underline;
}

.b-pr{
	margin-bottom: 25px;
}

.b-cost{
	font-size: 20px;
	color: #e46aa9;
}

.b-pars{
	margin-top: 17px;
	padding-bottom: 12px;
}
.b-pars:after{clear: both; content: ""; display: block;}
.b-pars .p-parr{text-align: left;}

.b-pars-tit{
	margin-bottom: 7px;
	text-align: left;
	color: #989898;
}

.b-size{
	float: left;
	width: 35px;
	height: 25px;
	margin-right: 5px;
	margin-bottom: 15px;
	padding-top: 3px;
	text-align: center;
	background-color: #e0e0e0;
}

.b-size:last-child{
	margin-right: 0;
}

.b-size-no{
	background-color: #f0f0f0;
	background-image: url(../img/b-size-no.png);
	background-repeat: no-repeat;
	color: #b0b0b0;
}

.b-colors{
	margin-bottom: 15px;
}

.b-color{
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.b-color:last-child{
	margin-right: 0;
}

.b-pink{
	background-color: #f9a8b5;
}

.b-green{
	background-color: #7ae0c9;
}

.b-yellow{
	background-color: #f6ef2f;
}

.b-blue{
	background-color: #cdb9f3;
}

.b-color-no{
	background-image: url(../img/b-color-no.png);
	background-repeat: no-repeat;
}

.more a{
	padding-right: 10px;
	background: url(../img/more.png) right 8px no-repeat;
}

.more a{
	font-weight: 400;
	color: #989898;
}

.more a:hover{
	text-decoration: none;
}

/*----------------   b-it end ------------------*/
.ind-banners{
	margin-bottom: 85px;
}

.ind-banners img{
	max-width: 100%;
	height: auto;
}

.banner-left{
	float: left;
	overflow: hidden;
	width: 460px;
	height: 550px;
	padding-top: 200px;
	padding-left: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-left .bann-tit{
	margin-bottom: 35px;
}

.banner-right{
	float: right;
	width: 700px;
}

.bann-p{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
}

.bann-tit{
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	color: #ffffff;
}

.bann-disk{
	margin-bottom: 5px;
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
	color: #a0ffa6;
}

.banner-top{
	height: 265px;
	margin-bottom: 20px;
	padding-top: 65px;
	padding-left: 405px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-top .bann-p{
	margin-bottom: 25px;
}

.banner-bottom{
	height: 265px;
	padding-top: 10px;
	padding-left: 405px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-bottom .bann-p{
	margin-bottom: 30px;
}

.ind-spec{
	margin-bottom: 90px;
}

.spec-list{
	margin-top: 30px;
	margin-bottom: 60px;
}

.spec-list .b-it-in{
	height: 700px;
}

.b-cost-old{
	display: block;
	font-weight: 300;
	text-decoration: line-through;
	color: #b8b8b8;
}

.action-left{
	float: left;
	width: 49%;
	height: 550px;
	padding-top: 55px;
	padding-left: 65px;
	background: url(../img/media-left.jpg) center no-repeat;
	background-size: cover;
}

.ind-action{
	margin-bottom: 120px;
}

.action-right{
	float: right;
	width: 49%;
	height: 550px;
	padding-top: 55px;
	padding-left: 65px;
	background: url(../img/media-right.jpg) center no-repeat;
	background-size: cover;
}

.action-right .action-txt{
	margin-bottom: 30px;
}

.action-right .btn-wrap{
	text-align: left;
}

.action-tit{
	font-size: 40px;
	font-weight: 600;
	color: #ffffff;
}

.action-txt{
	width: 296px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.5px;
	color: #ffffff;
}

.action-p{
	margin-bottom: 10px;
	padding-left: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1.3;
	color: #ffffff;
}

.action-form input{
	float: left;
}

.subscr-dopinf{
	clear: both;
	padding: 8px 0 8px 10px;
	font-size: 14px;
}

#subscrcont{
	width: 75%;
	height: 53px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #939393;
	border: 1px solid #ffffff;
	border-right: 0;
	outline: none;
	background: rgba(255, 255, 255, 0.4);
}

#btnmail{
	width: 53px;
	height: 53px;
	background: url(../img/btnmail.png) center no-repeat;
	background-size: cover;
}

#btnmail:hover{
	opacity: 0.8;
}

.ind-about{
	position: relative;
	padding: 60px 0 80px;
	background-color: #f6f6f6;
}

.ind-about .read-more{
	position: absolute;
	bottom: 20px;
	left: 15px;
	display: none;
}

.ind-about .read-more a{
	padding-right: 20px;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	color: #e46aa9;
	background: url(../img/mm-down.png) right 12px no-repeat;
}

.ind-about .read-more a:hover span{
	border-bottom: 3px dotted transparent;
}

.ind-about .read-more a span{
	border-bottom: 3px dotted #e46aa9;
}

.about-hdr{
	font-size: 25px;
	font-weight: 600;
	color: #4d4d4d;
}

.about-list{
	position: relative;
	overflow: hidden;
	height: 220px;
	margin-top: 10px;
}

.about-list:before{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 90%;
	height: 50px;
	content: '';
	background: linear-gradient(to bottom, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
}

.about-list:after{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 90%;
	height: 70px;
	content: '';
	background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
}

.about-list p{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #4d4d4d;
}

.ind-promo{
	height: 300px;
	margin-bottom: 30px;
	padding-top: 50px;
	background: url(../img/ind-promo-bottom.png), url(../img/ind-promo.jpg);
	background-repeat: repeat-x, no-repeat;
	background-position: center bottom, center top;
}

.promo-item{
	float: left;
	width: 25%;
	padding: 40px 0 40px 100px;
	font-size: 16px;
	color: #ffffff;
}

.promo-item:nth-child(1){
	background: url(../img/promo-item1.png) 0 23px no-repeat;
}

.promo-item:nth-child(2){
	margin-right: 25px;
	background: url(../img/promo-item2.png) 0 23px no-repeat;
}

.promo-item:nth-child(3){
	background: url(../img/promo-item3.png) 0 23px no-repeat;
}

.promo-item:nth-child(4){
	float: right;
	width: 20%;
	background: url(../img/promo-item4.png) 0 23px no-repeat;
}

.media-wrap{
	margin-top: 40px;
	margin-bottom: 55px;
}

.media{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	box-shadow: 0 0 21px rgba(165, 122, 191, 0.16);
}

.media:last-child{
	margin-right: 0;
}

.media-img{
	position: relative;
	height: 165px;
}

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

.media-date{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 10px 18px;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	background-color: rgba(228, 106, 169, 0.3);
}

.media-link{
	min-height: 110px;
	padding: 15px 60px 10px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.25;
	color: #4b4b4b;
}

.media-link a{
	text-decoration: none;
	color: #4b4b4b;
}

.media-link a:hover{
	text-decoration: underline;
	color: #e46aa9;
}

/*------------------------  footer  ---------------------*/
footer{
	padding-top: 115px;
	color: #616161;
	background: url(../img/bg-lbl-hdr.png), url(../img/bg-footer.png);
	background-repeat: no-repeat, repeat-x;
	background-position: center top, left bottom;
}

footer > .wrapper{
	margin-bottom: 115px;
	text-align: center;
}

.f-col{
	display: inline-block;
	width: 18%;
	margin-right: 2%;
	text-align: left;
	vertical-align: top;
}

.f-col:nth-child(3){
	margin-right: 3%;
}

.f-col:last-child{
	width: 16%;
	margin-right: 0;
}

.f-col a{
	padding-left: 13px;
	line-height: 1.75;
	text-decoration: none;
	color: #616161;
	background: url(../img/ico-foot.png) 0 center no-repeat;
}

.f-col a:hover{
	text-decoration: underline;
	color: #e26ca8;
}

.hdrft{
	margin-bottom: 5px;
	font-size: 17px;
	color: #242424;
}

.telft{
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../img/ttel.png) 0 center no-repeat;
}

.mailft{
	margin-bottom: 4px;
	padding-left: 20px;
	background: url(../img/mailft.png) 0 9px no-repeat;
}

.f-col .mailft a{background: none; padding-left: 0;}

.callft a{
	font-family: 'Montserrat', sans-serif;
	text-decoration: underline;
	color: #e26ca8;
	background: none;
}

.callft a:hover{
	text-decoration: none;
}

.footbot{
	padding-top: 5px;
	padding-bottom: 25px;
	color: #ffffff;
}

.fcopy{
	float: left;
}

.dev{
	float: right;
	margin-right: 40px;
}

.dev a{
	padding-right: 20px;
	color: #ffffff;
	background: url(../img/ico-hart.png) right 4px no-repeat;
}

.dev a:hover{
	text-decoration: none;
}

/* catalog */
/* #left */
#left{
	float: left;
	width: 300px;
	padding-top: 25px;
}

.lbl{
	margin-bottom: 20px;
	padding: 25px 15px 20px 20px;
	border: 1px solid #f0f0f0;
}

.lbl form{
	margin-top: 45px;
}

.lbl-hdr-in{
	margin-bottom: 25px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #525252;
	border-bottom: 1px solid #c3c3c3;
}

.lbl-hdr-in span{
	padding-left: 30px;
}

.ico-fil{
	background: url(../img/ico-fil.png) 0 center no-repeat;
}

.ico-clist{
	background: url(../img/ico-list.png) 0 center no-repeat;
}

.ico-qu{
	background: url(../img/ico-qu.png) 0 center no-repeat;
}

.ico-paym{
	background: url(../img/ico-wallet.png) 0 center no-repeat;
}

.flt-blk{
	margin-bottom: 40px;
}

.flt-hdr{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}


.flt-blk-sel{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 16px 0px 18px 0px;
}
ul.flt-rem{
	margin: 0;
	padding: 0;
	list-style: none;
}
.flt-hdr{
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: #2c363e;
}
.flt-list{/*margin-top: 7px;*/}

ul.flt-rem li a{
	display: block;
	padding: 0 14px 0 0;
	text-decoration: none;
	color: #262626;
	background: url(../img/a-del.png) no-repeat right center;
	/*background-size: 12px 12px;*/
}
ul.flt-rem li a:hover{
	opacity: 0.7;
}
ul.flt-rem li{
	margin-bottom: 3px;
	padding: 5px 0 0 16px;
	background: url(../img/flt-rem-li.png) no-repeat 0 16px;
}
.flt-clear-all a span{
	border-bottom: 1px dotted #808080;
}
.flt-clear-all{
	margin-top: 12px;
	text-align: center;
}
.flt-clear-all a{
	display: inline-block;
	line-height: 16px;
	text-decoration: none;
	color: #808080;
}
.flt-clear-all a:hover span{
	border-bottom: none;
}


.fltpricetbl .fltpr{
	width: 60px;
	height: 28px;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #777777;
}

.fltpricetbl .from{padding-right: 5px;}
.fltpricetbl .upto{
	padding: 0 5px 0 8px;
	font-size: 18px;
}
.fltpricetbl  .prcur{padding: 0 5px;}

.left-fltfly-close{display: none; clear: both; text-align: center; padding: 10px 0 6px 0;}
.left-fltfly-close:last-child{margin-bottom: 8px; padding-bottom: 14px;}
.left-fltfly-close a{display: inline-block; background: url(../img/a-close.png) no-repeat 0 4px; padding-left: 18px; text-decoration: none;}
.left-fltfly-close a span{border-bottom: 1px dotted #404040;}
.left-fltfly-close a:hover span{border-bottom: 1px dotted #fff;}

.flt-opt{
	/*
	margin-bottom: 15px;
	font-size: 18px;
	margin-bottom: 12px;
	*/	
	margin-bottom: 8px;
	font-size: 16px;
}

.flt-opt input[type='checkbox']{
	display: none;
}

.flt-opt input[type='checkbox'] + label:before{
	position: absolute;
	/*top: 5px;*/
	top: 3px;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	content: '';
	transition: 0.2s;
	background: url(../img/no-check.png) center no-repeat;
}

.flt-opt input[type='checkbox']:checked + label:before{
	background: url(../img/check.png) center no-repeat;
}
.flt-opt input[type='checkbox'].flt-chk-dis + label{
	cursor: default;
}
.flt-opt input[type='checkbox'].flt-chk-dis + label:before{
	background-image: url(../img/dis-check.png);
}

.flt-blk-gen .flt-opt input[type='checkbox']:checked + label:before{
	background: url(../img/gen-check.png) center no-repeat;
}

.flt-blk-gen .flt-opt.flt-checked label{
	color: #cccccc;
}

.flt-blk-brends .flt-opt label{
	max-width: 175px;
}

.flt-opt label{
	position: relative;
	float: left;
	padding-left: 25px;
	cursor: pointer;
	transition: 0.15s;
}

.flt-opt:hover label{
	color: #000000;
}

.flt-opt label div{color: #ababab;}
.flt-opt label span{	
	padding-left: 10px;
	font-size: 13px;
	color: #ababab;
}

.flt-opt a{
	/*font-size: 18px;*/
	font-size: 16px;
	text-decoration: none;
	color: #6f6f6f;
}

.flt-opt a:hover{
	text-decoration: underline;
	color: #000000;
}

.lbl-ban{
	width: 300px;
	height: 310px;
	margin-bottom: 20px;
	padding-top: 190px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ccard-tel{
	padding-bottom: 5px;
	color: #636363;
}

.ccard-tel .tel-head{
	margin-bottom: 25px;
	font-size: 14px;
}

.ccard-tel .tel-num{
	margin-bottom: 15px;
	font-size: 21px;
	line-height: 22px;
}

.ccard-tel .btn-wrap{
	margin-top: 25px;
}

.ccard-tel a.btn{
	text-transform: none;
}

/* #content */
#content{
	float: right;
	width: 860px;
	padding-top: 6px;
}

.cbreadcrumbs{
	margin-top: 15px;
	margin-bottom: 25px;
}

.cbreadcrumbs > div{
	display: inline-block;
	margin-right: 8px;
	font-size: 14px;
}

.cbreadcrumbs > div a:hover{
	text-decoration: none;
}

.cbreadcrumbs > div a{
	padding-right: 13px;
	color: #787878;
	background: url(../img/more.png) no-repeat 100% 6px;
}

.cbreadcrumbs > div > span{
	color: #e46aa9;
}

.cat-head{
	margin-top: 30px;
	margin-bottom: 43px;
}

.cat-txt{
	font-size: 14px;
	line-height: 22px;
	color: #636363;
}

.ccflt-top{display: none;}

.ccfltpan-mob{display: none;}

.cctop{
	padding-bottom: 4px;
	border-bottom: 1px solid #e0e0e0;
}

.cpages{
	float: right;
	padding-top: 4px;
}

.cpages a{
	display: block;
	float: left;
	width: 31px;
	height: 33px;
	margin-right: 8px;
	padding-top: 4px;
	text-align: center;
	text-decoration: none;
	color: #5b5b5b;
}

.a-page-act{
	float: left;
	width: 31px;
	height: 33px;
	margin-right: 8px;
	padding-top: 4px;
	text-align: center;
	color: #e46aa9;
	border: 1px solid #e46aa9;
	background: #ffffff;
}

.a-first-pre{background: url(../img/a-first-pre.png) center 3px no-repeat;}
.a-first{background: url(../img/a-first.png) center 3px no-repeat;}
.a-last{background: url(../img/a-last.png) center 3px no-repeat;}
.a-last-next{background: url(../img/a-last-next.png) center 3px no-repeat;}

.ccsort{
	float: left;
	margin-top: 10px;
}

.ccsort-h{display: none;}
.a-sort{
	padding-right: 15px;
	text-decoration: none;
	background: url(../img/a-sort.png) right 10px no-repeat;
}

.a-sort:hover{
	color: #6f6f6f;
}

.a-sort:hover span{
	border-bottom: 2px dotted transparent;
}

.a-sort span{
	border-bottom: 2px dotted #ababab;
}

.ccgoods{
	padding-top: 20px;
}


.cat-specials{
	clear: both;
	padding: 4px 0;	
}
.cat-spec-it{
	padding: 2px 0;
}
.cat-spec-it p{color: #c0c0c0; padding-left: 14px; background: url(../img/mark-all.png) no-repeat 0 8px;}
.cat-spec-it p.cat-spec-novinki{background-image: url(../img/mark-new.png);}
.cat-spec-it p.cat-spec-hit{background-image: url(../img/mark-hit.png);}
.cat-spec-it p.cat-spec-special{background-image: url(../img/mark-sale.png);}
.cat-spec-it p.cat-spec-skoro{background-image: url(../img/mark-soon.png);}
.cat-spec-it p.cat-spec-act{background-image: url(../img/mark-action.png);}

.cat-spec-sel p a{font-weight: 600; text-decoration: none; color: #606060;}


/*---------------- p-iit start -----------*/
.p-iit{
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
	width: 32.4%;
	height: 500px;
	margin-right: 1.3%;
	margin-bottom: 40px;
	text-align: center;
}

.p-iit:nth-child(3n){
	margin-right: 0;
}

.p-iitover{
	position: relative;
	width: 100%;
	height: 500px;
	background: #ffffff;
}

.p-iit:hover{
	z-index: 2;
	overflow: visible;
}

.p-iit:hover .p-iitover{
	height: auto;
	padding-bottom: 12px;
	transition: box-shadow 0.2s;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.p-lbl{
	position: absolute;
	left: 0;
	top: 12px;	
}

.p-iimg{
	width: 100%;
	height: 355px;
}

.p-iimg a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.p-iimg a:after{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}

.p-iimg a img{
	max-width: 95%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.p-iinf{
	padding: 0 7%;
}

.p-imod{
	overflow: hidden;
	height: 50px;
	margin-top: 13px;
	margin-bottom: 15px;
}

.p-imod a{
	display: block;
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #4b4b4b;
}

.p-imod:hover{
	text-decoration: underline;
}

.p-ipr{
	margin-bottom: 25px;
}

.p-icost{
	font-size: 20px;
	color: #e46aa9;
}
.p-cost-old{
	text-decoration: line-through;
	color: #a0a0a0;
}

.p-ipars{
	margin-top: 17px;
}

.b-pars-tit{
	margin-bottom: 7px;
	text-align: left;
	color: #989898;
}

.p-parr{text-align: left;}
.p-parr:nth-child(2n-1){
	/*background-color: #f7f7f7;*/
}
.p-parr span{
	display: inline-block;
	width: 53%;
	padding: 7px 0 8px 0px;
	font-size: 12px;
	font-weight: 400;
	vertical-align: middle;
	color: #899092;
}
.p-parr div{
	display: inline-block;
	width: 45%;
	padding-left: 4px;
	font-size: 12px;
	font-weight: 400;
	vertical-align: middle;
	color: #262626;
}
/*
.b-size{
	float: left;
	width: 35px;
	height: 25px;
	margin-right: 5px;
	margin-bottom: 15px;
	padding-top: 3px;
	text-align: center;
	background-color: #ebebeb;
}

.b-size:last-child{
	margin-right: 0;
}

.b-size-no{
	background-image: url(../img/b-size-no.png);
	background-repeat: no-repeat;
}

.b-colors{
	margin-bottom: 15px;
}

.b-color{
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.b-color:last-child{
	margin-right: 0;
}

.b-pink{
	background-color: #f9a8b5;
}

.b-green{
	background-color: #7ae0c9;
}

.b-yellow{
	background-color: #f6ef2f;
}

.b-blue{
	background-color: #cdb9f3;
}

.b-color-no{
	background-image: url(../img/b-color-no.png);
	background-repeat: no-repeat;
}
*/

.more a{
	padding-right: 10px;
	background: url(../img/more.png) right 8px no-repeat;
}

.more a{
	font-weight: 400;
	color: #989898;
}

.more a:hover{
	text-decoration: none;
}

/*---------------- p-iit end ------------------*/
#cpagesload{display: none;}

.ccbot-pages{
	clear: both;
	margin-top: 20px;
	padding: 20px 0 20px 0;
	border-top: 1px solid #e0e0e0;
}

.ccbot-nav{
	text-align: center;
}

.ccbot-nav a{
	text-transform: none;
}

.cat-about{
	clear: both;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 1.5;
	color: #636363;
	background-color: #fafafa;
}

.cat-about p{
	margin-bottom: 24px;
	line-height: 1.7;
}

.cat-about .wrapper{
	min-height: 300px;
	padding-top: 65px;
	padding-bottom: 40px;
	padding-left: 420px;
	background: url(../img/bg-cctext.png) left 30px no-repeat;
	background-size: 30%, 100%;
}

.cat-about .wrapper div{
	margin-bottom: 20px;
	font-weight: 700;
}

.cat-oth{
	margin-top: 90px;
}

.cat-oth .wrapper > div{
	display: block;
	float: left;
	width: 32%;
	height: 210px;
	margin-right: 2%;
	padding-top: 30px;
	padding-left: 20px;
	line-height: 1.2;
	transition: 0.15s;
	color: #ffffff;
}

.cat-oth .wrapper > div a{
	display: block;
	width: 100%;
	height: 70%;
	text-decoration: none;
	color: #ffffff;
}

.cat-oth .wrapper > div:last-child{
	margin-right: 0;
}

.cat-cloth{
	background: url(../img/bg-cat-cloth.png) center top no-repeat;
	background-size: contain;
}

.cat-cloth:hover{
	opacity: 0.9;
}

.cat-action{
	background: url(../img/bg-cat-action.png) center top no-repeat;
	background-size: contain;
}

.cat-action:hover{
	opacity: 0.9;
}

.cat-news{
	background: url(../img/bg-cat-news.png) center top no-repeat;
	background-size: contain;
}

.cat-hdr{
	display: block;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}

.cat-tit{
	display: block;
	font-size: 20px;
}

.cat-news .action-form{
	margin-top: 10px;
}

.cat-news #subscrmail{
	width: 80%;
	height: 36px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #313131;
	border: 1px solid #ffffff;
	border-right: 0;
	outline: none;
	background: rgba(255, 255, 255, 0.4);
}

.cat-news #btnmail{
	width: 36px;
	height: 36px;
	background: url(../img/cat-btnmail.png) center no-repeat;
	background-size: cover;
}

/*-----  card  -------*/
#content2{
	padding-bottom: 50px;
}

#dcontent{
	margin-bottom: 50px;
}

.ccard{
	border-top: 1px solid #e6e6e6;
}

.ccard-l{
	position: relative;
	float: left;
	width: 490px;
}

.c-lbl{
	position: absolute;
	z-index: 3;
	left: 0;
	top: 30px;
}

.zoom-a{
	position: absolute;
	top: 410px;
	left: 50%;
	padding-left: 20px;
	transform: translateX(-50%);
	background: url(../img/zoom-a.png) 0 center no-repeat;
}

.zoom-a a{
	font-size: 14px;
	color: #8b8b8b;
}

.zoom-a a:hover{
	text-decoration: none;
}

.ccard-r{
	float: right;
	width: 690px;
	padding: 35px 18px 0;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.ccard-art{
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #636363;
	border-bottom: 2px solid #e46aa9;
}

.ccard-ico{
	margin-bottom: 27px;
	font-size: 14px;
	text-align: center;
	color: #636363;
}

.ccard-ico a{
	color: #636363;
}

.ccard-ico a:hover{
	text-decoration: none;
}

.ccard-f{
	float: left;
}

.ccard-f img{
	margin-left: 10px;
}

.a-resp{
	display: inline-block;
}

.a-resp a{
	padding-left: 20px;
	text-decoration: none;
	background: url(../img/a-resp.png) 0 4px no-repeat;
}

.a-resp a:hover span{
	border-bottom: 2px dotted transparent;
}

.a-resp a span{
	border-bottom: 2px dotted #ababab;
}

.a-resp > span{
	font-size: 14px;
	color: #ababab;
}

.ccard-add{
	float: right;
}

.ccard-add a{
	padding-left: 24px;
	background: url(../img/ccard-add.png) 0 3px no-repeat;
}

.ccard-cost{
	padding-bottom: 25px;
}

.ccard-size{
	float: left;
}


table.prod-tbl-csssize{
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
table.prod-tbl-csssize tr th{
	background-color: #f2f2f2;
	padding: 4px 8px;
}
table.prod-tbl-csssize tr td{text-align: center; border-bottom: 1px solid #f0f0f0; padding: 4px 8px;}
table.prod-tbl-csssize tr td:first-child{text-align: left;}


.ccard-link{
	margin-bottom: 10px;
}

.ccard-link a{
	padding-left: 25px;
	text-decoration: none;
	background: url(../img/ccard-link.png) 0 4px no-repeat;
}

.ccard-link a:hover span{
	border-bottom: 2px dotted transparent;
}

.ccard-link a span{
	border-bottom: 2px dotted #636363;
}

.ccard-list span{
	display: inline-block;
	width: 57px;
	height: 38px;
	margin: 0 4px 6px 0;
	padding-top: 6px;
	font-size: 14px;
	cursor: pointer;
	transition: border 0.15s;
	text-align: center;
	color: #636363;
	border: 2px solid transparent;
	background-color: #e0e0e0;
}

.ccard-list span:hover{
	border-bottom: 2px solid #e46aa9;
}

.ccard-list span.active{
	border: 2px solid #e46aa9;
	background-color: #e46aa9;
	color: #fff;
}

.ccard-list span.size-no{
	cursor: default;
	opacity: 0.5;
	color: #c0c0c0;
	background: #f3f3f3 url(../img/size-no.png) center no-repeat;
}

.ccard-list span.size-no:hover{
	border-bottom: 2px solid transparent;
}

.ccard-pr{
	margin-top: 30px;
	margin-right: 18px;
}

.ccard-pr #prealcost{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	color: #e46aa9;
}

.p-icost-old{
	font-size: 18px;
	text-decoration: line-through;
	color: #636363;
}

.ccard-buy{
	float: right;
	margin-top: 25px;
}

.ccard-pr{
	float: right;
}

.ccard-inf-row{
	padding: 25px 0;
	border-top: 1px solid #e6e6e6;
}

.ccard-tech{
	float: left;
	width: 100%;
}
.ccard-tech>table{
	width: 100%;
}
.ccard-tech tr td{
	width: 60%;
	padding: 5px 0 5px 8px;
	font-size: 14px;
	color: #8b8b8b;
	background-color: #fcfcfc;
}

.ccard-tech tr td:first-child{
	width: 40%;
	background-color: #f3f3f3;
}

.ccard-tech-hdr{
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 16px;
	color: #8b8b8b;
}

.ccard-social{
	float: right;
}

.ccard-social a:hover{
	opacity: 0.8;
}

.ccard-inf{
	float: left;
	width: 245px;
}

.ccard-inf:first-child{
	margin-right: 20px;
}

.ccard-inf ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

.ccard-inf li{
	display: inline-block;
	min-width: 115px;
	padding-left: 12px;
	background: url(../img/li-dot.png) 0 9px no-repeat;
}

.ccard-hdr{
	margin-bottom: 12px;
	padding-left: 40px;
	font-size: 18px;
	font-weight: 600;
	color: #6b6b6b;
}

.ccard-hdr-deliv{
	background: url(../img/ccard-hdr-deliv.png) 0 center no-repeat;
}

.ccard-hdr-haliv{
	background: url(../img/ccard-hdr-haliv.png) 0 center no-repeat;
}

.ccard-cart{
	float: left;
	width: 140px;
	padding-top: 40px;
}

.ccard-cart img{
	max-width: 100%;
	height: auto;
}

.ccard-cleft{
	float: left;
	width: 470px;
}

.cc-block{
	margin-bottom: 20px;
}

.cc-block:last-child{
	margin-bottom: 0;
}

.cc-hdr{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	color: #6b6b6b;
}

.cc-hdr-txt{
	padding-left: 35px;
	background: url(../img/cc-hdr-txt.png) 0 center no-repeat;
}

.cc-txt p{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 22px;
	color: #8b8b8b;
}

.cc-txt p:last-child{
	margin-bottom: 0;
}

.cc-hdr-video{
	padding-left: 35px;
	background: url(../img/cc-hdr-video.png) 0 center no-repeat;
}

.link-youtube{
	margin-top: 15px;
	color: #a6a6a6;
}

.link-youtube a{
	color: #e46aa9;
}

.link-youtube a:hover{
	text-decoration: none;
}

.ccard-cright{
	float: right;
	width: 670px;
}

.cc-hdr-resp{
	padding-left: 35px;
	background: url(../img/cc-hdr-resp.png) 0 center no-repeat;
}

.resp-no{
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
}

.resp-no .resp-txt{
	margin-bottom: 25px;
	padding-right: 20%;
	padding-left: 20%;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	color: #aaaaaa;
}

.resp-listbtn{
	clear: both;
	padding: 20px 0 20px 0;
}

.resp-no .btn, .resp-listbtn .btn{
	text-transform: none;
}

.mtcresp{
	margin-bottom: 30px;
	padding-right: 20px;
	border: 1px solid #e6e6e6;
}

.mtcresp:last-child{
	margin-bottom: 0;
}

.mtcresp-head{
	margin-bottom: 10px;
	padding: 15px 0 15px 20px;
	border-bottom: 1px solid #e6e6e6;
}

.mtcresp-name{
	float: left;
	padding-left: 30px;
	font-size: 16px;
	color: #636363;
	background: url(../img/mtcresp-name.png) 0 center no-repeat;
}

.mtcresp-date{
	float: right;
	font-size: 14px;
	color: #c8c8c8;
}

.mtcresp-rate{
	margin-bottom: 5px;
	padding-left: 20px;
	font-style: italic;
	color: #c1c1c1;
}

.mtcresp-rate span{
	margin-right: 10px;
	vertical-align: middle;
}

.mtcresp-rate img{
	vertical-align: middle;
}

.mtcresp-wrap{
	padding: 10px 10px 20px 20px;
	font-size: 14px;
	line-height: 22px;
	color: #8b8b8b;
}

/*---------------- order  ---------------*/
.mcartl{
	float: left;
	width: 700px;
	margin-bottom: 60px;
	padding-top: 30px;
}

.lolist{
	margin-top: 25px;
}

.mclitem-empty{
	padding: 20px 0;
	font-size: 16px;
	text-align: center;
}

.mclitem{
	position: relative;
	margin-bottom: 10px;
	padding: 10px 10px 5px;
	border: 1px solid #d9d9d9;
	background: #ffffff;
}

.mclitem:last-child{
	margin-bottom: 0;
}

.mcli_image{
	float: left;
	width: 170px;
	min-height: 135px;
	/*margin-right: 25px;*/
	text-align: center;
}

.mcli_image a{
	display: block;
	width: 100%;
	height: 100%;
}

.mcli_image a img{
	width: auto;
	max-width: 95%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.mcli_text{
	float: right;
	width: 480px;
	padding-top: 14px;
}

.mclit_title{
	width: 90%;
}

.mclit_title a{
	font-size: 20px;
	text-decoration: none;
	color: #636363;
}

.mclit_tbl{
	padding-top: 15px;
	padding-bottom: 10px;
	background: url(../img/mclit_tbl.png) 0 0 no-repeat;
}

.mclit_tbl tr td{
	padding-right: 4px;
}

.mclit_title a:hover{
	text-decoration: none;
}

.mclit_art{
	margin-bottom: 15px;
	font-size: 14px;
	color: #808080;
}

.mclit_price{
	font-size: 14px;
	line-height: 16px;
	color: #808080;
}

.imclit_price{
	width: 36px;
	height: 22px;
	font-size: 12px;
	text-align: center;
	color: #000000;
	border: 1px solid #e4e4e4;
	border-top: 1px solid #b7b7b7;
}

.imclit_wrapp{
	position: relative;
	width: 73px;
	margin-right: 5px;
}

.mclit_check{
	position: relative;
	left: -4px;
	width: 95px;
	height: 25px;
	padding-top: 1px;
	text-align: center;
	background: url(../img/mclit_check.png) center no-repeat;
}

.mclit_check a{
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

.mclit_check a:hover{
	border-bottom: 1px dotted transparent;
}

.mclit_total{
	font-size: 18px;
	line-height: 16px;
	color: #636363;
}

.mclitem .a-rem{
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 19px;
	height: 19px;
	opacity: 0.8;
	background: url(../img/ico-clos.png) center no-repeat;
}

.mclitem .a-rem:hover{
	opacity: 1;
}

.mcltotal{
	margin-top: 20px;
	padding-top: 15px;
	padding-left: 10px;
	font-size: 18px;
	color: #636363;
	border-top: 4px solid #e46aa9;
}

.mclt_price{
	display: inline;
	margin-left: 15px;
	font-size: 18px;
	font-weight: 600;
	color: #e46aa9;
}

.mcartr{
	float: right;
	width: 460px;
	margin-bottom: 60px;
	padding-top: 30px;
}

#frmmord{
	margin-top: 20px;
}

.mcrl_title1, .mcrl_title{
	margin-bottom: 5px;
	font-size: 20px;
	color: #737373;
}

.ta_right{
	font-size: 14px;
	line-height: 16px;
	color: #636363;
}

.mcrline{
	position: relative;
	margin-bottom: 6px;
	border: 1px solid #e6e6e6;
	background-color: #f5f5f5;
}

.mcrline .number{
	position: absolute;
	top: 20px;
	left: 20px;
	overflow: hidden;
	width: 41px;
	height: 41px;
	padding-top: 5px;
	font-size: 22px;
	text-align: center;
	color: #ffffff;
	background: url(../img/number-bg.png) no-repeat center;
}

.format-tel{
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	color: #808080;
}

.error{
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	color: #e80a10;
}
.red{color: #e80a10;}

.mcrlm{padding: 20px 8px;}

.mcrline table{
	width: 100%;
	border-spacing: 0;
}
.mcrline table td{
	padding: 0;
	vertical-align: top;
}
.mcrline .w100float table{width: auto;}

.mcrline table td.cfrm-fc{width: 64px;}
.mcrline table td.cfrm-sep{width: 5px;}
.mcrline table td.cfrm-hpad{height: 20px;}
.mcrline table td.cfrm-hsep{height: 19px;}
.mcrline table td.cfrm-i1{width: 140px;}
.mcrline table td.cfrm-i2{width: 62px; padding-right: 4px;}

.mcrline table td label{
	display: inline-block;
	padding-top: 8px;
}

.mcrl_radio{
	float: left;
	width: 100%;
	padding-top: 4px;
}

.mcrl_radio input{
	float: left;
	margin-top: 2px;
}

.mcrl_radio p{
	float: left;
	padding-left: 6px;
}

select.s_mcrl, select.s_mcrl1, select.s_mcrl2{
	height: 33px;
	padding: 1px;
	font: 13px/22px Arial, Helvetica, sans-serif;
	color: #808080;
	border: 1px solid #dee4e6;
	background: #ffffff;
}

select.s_mcrl{width: 331px;}
select.s_mcrl2{width: 66px;}
select.s_mcrl1{width: 80px;}

input.imcrl_text, input.imcrl_text2, input.imcrl_text1, input.imcrl_text0, input.imcrl_textn{
	box-sizing: border-box;
	height: 33px;
	padding: 0 6px;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #808080;
	border: 1px solid #dee4e6;
	background: #ffffff;
}

input.imcrl_text{width: 331px;}
input.imcrl_text1{width: 248px;}
input.imcrl_text2{width: 81px;}
input.imcrl_textn{width: 130px;}

textarea.imcrl_mtext{
	width: 333px;
	height: 73px;
	border: 1px solid #dee4e6;
}

.imcrl_textarea{
	width: 298px;
	height: 70px;
	resize: none;
}

.grey{
	color: #636363;
}

select.s_mcrls{
	width: 175px;
}

.imcrl_err, input.imcrl_err, select.imcrl_err, textarea.imcrl_err{
	color: #e32e3b;
	border: 1px solid #e32e3b;
	background: #fcedee;
}

.w100float{
	float: left;
	width: 100%;
}

.frm_info{
	padding: 5px 20px 2px 0;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #7f7f7f;
}

.mcrl-tab-list{
	clear: both;
	padding: 10px 0 2px 71px;
}
.mcrl-tab-list:after{content: ""; display: block; clear: both;}
.mcrl-tab-list>a{
	display: inline-block;
	border-radius: 6px;
	background-color: #e0e0e0;
	color: #404040;
	text-decoration: none;
	padding: 2px 8px 4px;
}
.mcrl-tab-list>a>span{border-bottom: 1px dotted #404040;}
.mcrl-tab-list>a:hover{background-color: #d8d8d8;}
.mcrl-tab-list>a.sel, .mcrl-tab-list>a.sel:hover{background-color: #49b950; color: #fff;}
.mcrl-tab-list>a.sel span{border-bottom: 1px dotted #ffffff; font-weight: bold;}



.cfrm-padleft{
	padding: 4px 20px 6px 83px;
}

.mcrline2{
	float: right;
	margin-top: 10px;
}

.mclgoback{
	float: left;
	margin-top: 24px;
	padding-left: 14px;
	background: url(../img/mclgoback.png) 0 6px no-repeat;
}

.mclgoback a:hover{
	text-decoration: none;
}

.mcartl-paymeth{
	clear: both;
	padding: 20px 0 20px 0;	
}
.mcartl-paymeth>div{
	width: 380px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../img/visa-mc-liqpay2.png) no-repeat 170px 50%;	
}
.mcartl-paymeth>div>span{
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
}
.mcartl-paydog{
	clear: both;
	padding: 12px 0;
	text-align: center;	
}

/* drop sort list */
.ccsdropdown{
	position:absolute;
	z-index: 6;
	margin-top:3px;
	display:none;
}
.ccsdinside{
	border:1px solid #d0d0d0;
	background:#fff;
	padding:5px 10px;
	width: 220px;
}
.ccsdinside div{
	padding: 3px 0px 3px 0px;
	font-size: 8pt;
	line-height: 14px;
}
.ccsdinside div span{
	font-weight: bold;
}
.ccsdinside ul{
	margin:0;
	padding:0;
	list-style:none;
}
.ccsdinside ul li{padding:1px 0;background:none;}
.ccsdinside ul li a{text-decoration:none;background:none;}
.ccsdinside ul li a:hover{text-decoration:underline;background:none;}

/* fly tip */
/*
#flytip{
	display: none;
	position: absolute;
	z-index: 20;
	left: 320px;
	top: 200px;
	width: 290px;
	box-shadow: 0px 0px 4px 4px rgba(200,200,200,0.5);
	background: #fff;
	border-radius: 4px;
	padding: 4px 10px 12px 12px;
}
*/
.flytip{
	display: none;
	position: absolute;
	z-index: 20;
	left: 420px;
	top: 200px;
	width: 420px;
	box-shadow: 0px 0px 4px 4px rgba(200,200,200,0.5);
	background: #fff;
	border-radius: 4px;
	padding: 4px 10px 12px 12px;
}

.flyclose{text-align: right;}
.flyclose a{
	width: 12px;
	height: 13px;
	display: inline-block;
	background: url(../img/a-close.png) no-repeat 0 0;
}
.flycont{
	padding: 4px 0px 4px 0px;
	overflow: hidden;
	overflow-x: scroll;
}
.flyprogress{
	text-align: center;
}

.flycont img{max-width: 99%; height: auto !important;}


/* 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(../img/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(../img/a-close.png) no-repeat 0 0;
display: inline-block;
width: 12px;
height: 13px;
text-decoration: none;
color: #333;
}

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

.dlg-wnd-close a:hover{
color: #666;
}

.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: 28px;
line-height: 30px;
}
.dlg-wnd-hdr .lbl-hdr span{top: -18px;}

.dlg-wnd-txt{
}

/* 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-t{
	width: 636px;
	height: 28px;
	background: url(../img/cartwnd-bgt.png) no-repeat 0 0;
}
.cartwnd-c{
	width: 636px;
	background: url(../img/cartwnd-bgc.png) repeat-y 0 0;
}
.cartwnd-b{
	width: 636px;
	height: 28px;
	background: url(../img/cartwnd-bgb.png) no-repeat 0 0;
}
*/
.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(../img/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-flywnd .mcli_image{ width: 130px; }
#cart-flywnd .mcli_text{ width: 406px; }

/*
  **************************************************************************
*/
.paymethods{
	padding: 0px 0px 10px 0px;
}

.paymethods .hdr{
	margin-top: 10px;
	/*padding: 12px 0px 4px 0px;*/
	font: 18px/20px Arial;
}
.paymethods a{ text-decoration: underline; }

.carttbl
{
	width: 99%;
	font-size: 10pt;
}

.carttbl th
{
	background-color: #ffffff;
	padding: 12px 12px 8px 12px;
	text-align: center;
	border: 1px solid #e0e0e0;
	font-size: 10pt;
}

.carttbl td, .carttbl td.r, .carttbl td.c
{
	background-color: #ffffff;
	padding: 5px 12px 5px 12px;
	border: 1px solid #e0e0e0;
}

.carttbl td.r
{
	text-align: right;
}

.carttbl td.c
{
	text-align: center;
}

.carttbl td span
{
	color: red;
	font-weight: bold;
}

.carttbl td a { font-size: 10pt; color: #444444; }
.carttbl td a:hover { font-size: 10pt; color: #646464; }

.backlink
{
	clear: left;
	padding: 20px 100px 20px 100px;
	text-align: center;
}

.error{
	text-align: center;
	color: #ff0000;
	padding: 8px 10px 8px 10px;
}



/* search page */
.search-cat-res{
	list-style: none;
	margin: 0;
	padding: 0;
}
.search-cat-res li{
	background: url(../img/li-dot.png) no-repeat 20px 10px;
	padding: 6px 0px 6px 32px;
	color: #a0a0a0;
}

/* comment form */
.cgaform{
	padding: 16px 0 6px 0;
}
.cgaf_title{
	font: 24px/26px 'helvnc', 'PT Sans Caption', Arial;
	padding: 3px 0px 5px 0px;
}

.cgaform form{
	background: #f3f5f8; /*url(../img/bg-resp-frm.png) no-repeat;*/
	padding: 24px 14px 20px;
}

.cgaform table td{
	padding: 3px 4px;
}
.cgaform table td p.lab{
	display: inline-block;
	width: 50px;
}
.cgaform table textarea{
	height: 70px;
	width: 100%;
}

.cgaform select{
	width: 50px;
}

#i_cga_name, #i_cga_mail{
	width: 220px;
}
#i_cga_captcha{
	/*float: left;
	margin: 7px 4px 0px 4px;*/
}
#i_cga_send{}
#t_cga_message{height: 80px;}

.cgaform-captcha{float: left; width: 25%;}
.cgaform-captchainp{float: right; width: 74.999%;}
.cgaform-captchainp input{height: 28px; font-size: 14px;}
.cgaform-captchainp p{display: inline-block; padding-left: 10px;}
.cgaform-btn{text-align: center; padding-top: 10px;}

/* form comment rate */
.cgaf-rate-lbl{
	display: block;
	/*float: left;
	width: 80px;*/
	padding: 3px 2px 2px 20px;
	/*margin-left: 16px;*/
}
.cgaf-rate{	}
.cgaf-rate span{
	cursor: pointer;
	display: inline-block;
	width: 27px;
	height: 24px;
	background: url(../img/star.png) no-repeat 0 0;
	background-size: auto 100%;
}
.cgaf-rate span.rate-set{background-image: url(../img/star-set.png);}

/* forms */
.frm-frm{padding: 8px 0 10px 0;}
.frm-blk{clear: both; padding: 4px 0;}
.frm-blk-h{font-weight: bold; text-align: center;}
.frm-row{clear: both; padding: 4px 0;}
.frm-row:after{clear: both; content: ""; display: block;}

.frm-title{clear: both; padding: 4px 0;}
.frm-title:after{clear: both; content: ""; display: block;}
.frm-title>div{
	text-align: center;
	font-weight: bold;
	padding: 12px 0 8px 0;
	background-color: #f6f6f6;
}

.frm-fld{}
.frm-required{}
.frm-lbl{float: left; width: 33%; padding-top: 4px;}
.frm-lbl span{display: inline-block;}
.frm-required .frm-lbl span:after{content:"*"; color: red; display: inline-block; padding-left: 2px;}
.frm-inp{float: right; width: 66.9999%;}

.frm-hfld .frm-lbl{float: none; width: auto; padding-bottom: 2px;}
.frm-hfld .frm-inp{float: none; width: auto; padding-bottom: 2px;}

.frm-inp input[type=text], .frm-inp input[type=password]{font-size: 14px; height: 26px; width: 99%;}
.frm-inp input.field4[type=text]{width:80px;}
.frm-inp textarea{font-size: 14px; width: 99%;}
.frm-inp-code input[type=text]{width: 90px;}

.frm-fld-err .frm-lbl{color: red;}
.frm-fld-err .frm-inp input[type=text], .frm-fld-err .frm-inp input[type=password], .frm-fld-err .frm-inp textarea{color: red; border: 1px solid #ff6969;}

.frm-error-msg{	
	clear: both;
	color: red;
	padding: 8px 0;
}

.cgaform .frm-lbl{width: 25%;}
.cgaform .frm-inp{width: 74.9999%;}

.frm-btn{padding:16px 0 0 33%;}


/*
.rowform{
	float: left;
	width: 31%;
}
.rowform-rate{
	width: 36.9999%;
}
.rowform-lbl{
	float: left;
	width: 24%;
	padding-top: 3px;
}
.rowform-inp{
	float: left;
	width: 74%;
}
.rowform-inp input[type=text], .rowhform-inp textarea, #i_cga_captcha{
	border: 1px solid #e6e6e6;	
	font-size: 15px;
}
.rowform-inp input[type=text]{
	width: 100%;
	height: 24px;
	padding-left: 2px;
}

.rowhform{
	clear: both;
	padding: 4px 0px 4px 0px;
}
.rowhform:after{
	content: "";
	display: block;
	clear: both;
}
.rowhform-inp textarea{
	width: 100%;
}

.frm-error input[type=text], .frm-error textarea{
	background-color: #ffe3e3;
	color: #ff6f6f;
}
.frm-error span{
	font-style: italic;
	color: #ffc8c8;
}
*/



.frmpop{padding: 20px 100px;}
.frmpop-row{
	clear: both;
	padding: 4px 0px 4px 0px;
}
.frmpop-row:after{
	content: "";
	display: block;
	clear: both;
}

.frm-cc{
	float: left;
	width: 41.9999%;
}
.frm-cc-40{width: 16.79999%;}
.frm-cc-60{width: 25.19999%;}
.frm-cmt{
	float: left;
	width: 30%;
}

/*.frm-lbl span{display: block; padding: 8px 10px 0px 0px;}*/

.frmpop-inp{
	margin: 0 0 0 0;
	height: 31px;
	border: 1px solid #e5e5e5;
}
.frmpop-inp input[type=text], .frmpop-inp input[type=password]{
	width: 99%; 
	border: 0; 
	text-align: center; 
	font-size: 13px;
	line-height: 20px;
	margin-top: 6px;
}
.frmpop-inp select{
	width: 99%; 
	border: 0; 
	height: 30px;
	font-size: 13px;
	line-height: 20px;	
	text-align: center;
}
.frmpop-err{
	display: block;
	color: #e14545;
	padding: 1px 0px 1px 0px;
	font-size: 12px;
}
.frmpop-inp input.inp-error, .frm-inp input.inp-error{color: red;}

.frmpop-btn{text-align: center; padding: 20px 0px 24px 0px;}

.frm-inpopt{padding-top: 8px;}
.frm-inpopt>div{float: left; width: 30%;}
.frm-inpopt>div label{padding-left: 6px;}

.frm-err-msg{
	display: block;
	color: #e14545;
	padding: 2px 0px 0px 0px;
}
.frm-cc-err .frm-inp{border-color: #f75353;}
.frm-cc-err .frm-inp input{color: #e14545;}
.frm-cc-err .frmpop-ico span, .frm-cc-err .frm-ico span{background-color: #f75353;}


.popline{background: #ececec; height: 2px; text-align: center; clear: both; margin:14px 0px 20px 0px;}
.popline span{display: block; margin: 0 auto; background: #e46aa9; height: 2px; width: 60px; border-left: 15px solid #fff; border-right: 15px solid #fff;}
.popdop{font-size: 12px; text-align: center;}


/* brand page */
.brandittbl{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.brandittbl .bitpic{
	width: 210px;
	vertical-align: top;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.brandittbl .bitpic img{display: block; max-width: 96%; height: auto;}
.brandittbl .bitname{
	vertical-align: top;
	padding: 8px 0px 8px 0px;
	width: 160px;
}
.brandittbl .bitname .btit{
	font-weight: bold;
}
.brandittbl .bitname .btxt{
	font-size: 11px;
	color: #606060;
}
.brand-leftit{
	padding: 4px 0px 4px 0px;
	text-align: center;
}
.brand-leftit img{display: block; max-width: 96%; margin: auto; height: auto;}
.brand-data{
}
.brand-logo{
	float: left;
	width: 24%;
	text-align: center;
	padding: 14px 0px 14px 0px;
}
.brand-logo img{display: block; margin: 0 auto; max-width: 96%; height: auto;}
.brand-i{
	float: right;
	width: 74%;

}
.brand-txt{
	position: relative;
	overflow: hidden;
	max-height: 150px;
}
.brand-txt:before{
	position: absolute;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 0;
	height: 34px;
	content: "";
	display: block;
}
.brand-txt-show{
	max-height: none;
	height: auto;
}
.brand-txt-show:before{display: none;}
.brand-show{
	font-size: 13px;
	padding: 6px 0px 10px;
}
.brand-show a{ text-decoration: none; }
.brand-show a span{ border-bottom: 1px dotted #333; }
.brand-txt-show + .brand-show{display: none;}
.brand-cat-hdr{
	clear: both;
	padding: 6px 0px 4px 0px;
	font-weight: bold;
	font-style: italic;
}
.brand-cat{
	padding: 1px 12px;
	color: #808080;
}

/* basic pages */
.page_info{
	min-height: 300px;
	padding-top: 10px;
}
.page_info p{
	padding: 3px 0px;
}

/* news pages */
.snitem{
	padding: 8px 0px 14px 0px;
}
.snit-title{
	font-weight: bold;
	font-size: 14px;
}
.snit-date{
	padding: 2px 0px 4px 0px;
	color: #a0a0a0;
}
.snit-txt{
}

/* portal sects */
.sect0-list{
	padding: 6px 0px 20px 0px;
}
.sect-lev0{
	padding: 2px 0px 14px 0px;
}
.sect-lev0 div{
	font-weight: bold;
	padding: 0 0 2px 0;
}
.sect-lev0 div a{
	display: inline-block;
	padding: 0px 0px 0px 15px;
	background: url(../img/arr-more.png) no-repeat 0 3px;
	color: #000;
}
.sect-lev0 ul{
	margin: 0;
	padding: 0px 0 2px 1px;
	list-style: none;
	font-size: 14px;
}
.sect-lev0 ul li{padding: 2px 0px 2px 14px; background: url(../img/ico-foot.png) no-repeat 0 9px;}
.sect-lev0 ul li a{text-decoration: underline;}

.cat-toplist{
	clear: both;
	padding: 10px 0px 12px 0px;
}
.cat-top{
	float: left;
	width: 23.9999%;
	border: 1px solid #d9d9d9;	
	margin: 0 0 12px 0.7999%;
	overflow: hidden;
}
.cat-top:nth-of-type(4n+1){margin-left: 0;}
.cat-top table.cat-top-img{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;	
}
.cat-top table.cat-top-img tr td{ height: 196px; text-align: center; overflow: hidden; }
.cat-top table.cat-top-img tr td img{ display: block; margin: auto auto; max-width: 100%; max-height: 100%; }
.cat-top-tit{
	background: #e46aa9;
	color: #fff;
	font: bold 14px/16px Arial;	
	padding: 4px 12px;
	vertical-align: middle;	
	border-left: 3px solid #49b950;
}
.cat-top-tit a{
	color: #fff;
	text-decoration: underline;
}
.cat-top-tit table{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
.cat-top-tit table td{height: 38px;}
.cat-top-inf{
	background: #f6f6f6;
	height: 144px;
	position: relative;
}
.cat-top-inf-in{
	left: 0;
	top: 0;
	width: 212px;
}
.cat-top-sub{
	padding: 14px 12px 14px 12px;
}
.cat-top-sub ul{
	margin: 0;
	padding: 0;
	list-style:none;
	color: #a0a0a0;
}
.cat-top-sub ul li{
	padding: 2px 0px 2px 8px;
	background: url(../img/arr.gif) no-repeat 0 8px;
}
.cat-top-sub ul li a{
	text-decoration: underline;
}

.cat-top:hover{
	overflow: visible;
}
.cat-top:hover .cat-top-inf-in{
	position: absolute;
	z-index: 2;
	background: #f6f6f6;
	border-bottom: 1px solid #d9d9d9;
	min-height: 144px;
	box-shadow: 0px 0px 4px 4px rgba(200,200,200,0.4);
}

/* other */
.art_icon{float: left; margin: 0 8px 4px 0;}

table.tbl-info-page{
	border-collapse: collapse;
	border-spacing: 0;	
	width: 100%;
	margin: 3px 0 4px 0;
}
table.tbl-info-page tr td{
	padding: 5px 6px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
table.tbl-info-page tr td:first-child{border-left: 1px solid #e0e0e0;}
table.tbl-info-page tr:first-child td{border-top: 1px solid #e0e0e0;}

/*
		Search drop down tooltip
*/
#searchdrop
{
	position: absolute;
	visibility: hidden;
	display: none;
	left: 0px;
	top: 0px;
	width: 450px;
	height: auto;
	z-index: 100;
	overflow:hidden;
}

#searchdrop .searchdropcont
{
	font-size: 8pt;
	background: #ffffff /*url('../img/searchfly_bg.gif') repeat-x left top*/;
	border: 1px solid #a0a0a0;
	padding: 20px 10px 10px 10px;
}

#searchdrop iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

#searchdrop_body
{
	/*background-color: #ff;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
}

#searchdrop_btn
{
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 12px;
	height: 12px;
	position: relative;
	left: 0px;
	top: -15px;
}

a.searchitem { color: #505051; font-family: Tahoma; font-size: 9pt; font-weight: normal; text-decoration: underline; }
a.searchitem:hover { color: #707071; font-family: Tahoma; font-size: 9pt; font-weight: normal; text-decoration: underline; }

a.closebut { color: #000000; font-family: Tahoma; font-size: 9pt; font-weight: bold; text-decoration: none; }
a.closebut:hover { color: #000000; font-family: Tahoma; font-size: 9pt; font-weight: bold; text-decoration: none; }

/*-----------------------  adaptive  --------------------*/
@media only screen and (max-width: 1200px)
{
	.wrapper{width: 980px;}
	/*--------  header adaptive  --------*/
	#logo{width: 200px; margin-right: 20px;}
	.ttel{margin-right: 15px;}
	.header-center{padding-top: 15px; padding-bottom: 10px;}
	/*--------  index adaptive  --------*/
	main{padding-bottom: 0;}
	.slider-promo{width: 450px; padding: 25px;}
	.slider-promo-tit{font-size: 25px;}
	.slider-promo-tit span{padding-right: 40px; background: url(../img/slider-promo-tit.png) right 10px no-repeat;}
	.slider-promo-cont{margin-bottom: 15px; font-size: 20px;}
	.banner-left{width: 400px; padding-left: 150px;}
	.banner-right{width: 560px;}
	.banner-top{padding-left: 290px;}
	.banner-bottom{padding-left: 290px;}
	a.btn, input.btn{width: 180px; height: 48px; font-size: 16px;}
	a.btn-buy, input.btn-by{width: 130px; height: 40px;}
	a.btn-sm, input.btn-sm{font-size: 14px; line-height: 14px; width: auto; height: auto; padding: 12px 30px; border-radius: 19px;}
	.media-img{height: 150px;}
	.media-link{min-height: 100px; padding: 5px 20px 10px 20px; font-size: 16px;}
	/*--------  card adaptive  --------*/
	.ccard-l{width: 430px;}
	.ccard-r{width: 550px;}
	.ccard-size{width: 45%;}
	.ccard-list span{margin-bottom: 5px;}
	.ccard-cart{display: none;}
	.ccard-cleft{width: 400px;}
	.ccard-cright{width: 550px;}
	.slider-modif{padding-right: 20px; padding-left: 20px;}
	.slider-simil{margin-top: 0; padding-right: 20px; padding-left: 20px;}
	a.btn-s, input.btn-s{width: 100px; height: 35px; font-size: 14px;}
	/*--------  catalog adaptive  ------*/
	#content{width: 660px;}
	input.btn-filtok{width: 50px; height: 27px; font-size: 14px;}
	.cat-about .wrapper{padding-top: 40px; padding-bottom: 20px; padding-left: 350px;}
	.cat-oth{margin-top: 10px;}
	.cat-hdr{font-size: 20px;}
	.cat-tit{font-size: 16px;}
	.cat-oth .wrapper > div{padding-top: 20px;}
	.p-iimg{height: 310px;}
	.p-iit{height: 450px; margin-bottom: 30px;}
	.p-imod{margin-top: 10px; margin-bottom: 10px;}
	.p-iitover{height: 700px;}
	
	.cat-top{width: 31.9999%; margin-left: 1.6999%;}
	.cat-top:nth-of-type(4n+1){margin-left: 1.6999%;}
	.cat-top:nth-of-type(3n+1){margin-left: 0;}
	
	/*--------  order adaptive  --------*/
	.mcartr{width: 380px;}
	.mcartl{width: 580px;}
	#mcartview .mcli_text{width: 350px;}
	.mcrlm{padding: 20px 15px 14px 10px;}
	
	.mcrline table td.cfrm-i1{width: 120px;}
	.mcrline table td.cfrm-i2{width: 52px;}
	input.imcrl_textn{width: 100%;}
	input.imcrl_text{width: 100%;}
	.mcrline table td.cfrm-fc{width: 15%;}
	select.s_mcrl{width: 100%;}
	input.imcrl_text1{width: 70.5%;}
	input.imcrl_text2{width: 69px;}
	textarea.imcrl_mtext{width: 100%;}
	.mcrline table td.cfrm-hsep{height: 15px;}
	.mcli_image{margin-right: 10px;}
	/*--------  footer adaptive  --------*/
	footer{padding-top: 80px;}
}

@media only screen and (max-width: 1000px)
{
	.wrapper{width: 800px; padding-right: 5px; padding-left: 5px;}
	/*--------  header adaptive  --------*/
	.tphones{margin-top: 0;}
	.ttel{display: block; margin-right: 0; margin-bottom: 5px; font-size: 17px;}
	.trecall{background: url(../img/trecall.png) 0 center no-repeat;}
	#logo{margin-top: 5px;}
	.mpan > .wrapper{padding-top: 0;}
	#lnk-toggle-menu{display: block;}
	.mpan .wrapper{width: 100%; padding-right: 0; padding-left: 0;}
	.mainmenu{display: none;}
	.submenu{position: static; right: 0; left: 0; display: none; visibility: visible; width: 100%; padding: 20px 1% 15px 3%; transition: none; transform: none; opacity: 1; background: #ffffff; box-shadow: none;}
	.sub-title{margin-bottom: 12px;}
	.sub-section{display: inline-block; float: none; width: 31.6%; margin-right: 2%; margin-bottom: 20px; vertical-align: top;}
	.sub-section:nth-child(3n){margin-right: 0;}
	.hmm_li{float: none; width: 100%; padding-bottom: 0; border-top: 1px solid #ffffff;}
	.hmm_li:hover{background: none;}
	.hmmdm{text-align: left; border-left: none;}
	.hmm_li:last-child .hmmdm{border-right: none !important;}
	.hmmdm a{display: block; padding: 13px 19px 13px 22px; font-size: 17px; font-weight: 400; background: url(../img/mm-drop-mob.png) 96% center no-repeat;}
	.hmm_li:hover .hmmdm a{color: #ffffff; background: url(../img/mm-drop-mob.png) 96% center no-repeat;}
	.hmm_li .hmmdm.is-active a{background: url(../img/mm-drop.png) 96% center no-repeat;}
	.tmenu a{padding: 6px 18px; font-size: 14px;}
	.wish-list a{font-size: 14px;}
	/*--------  index adaptive  --------*/
	.slider-promo{width: 380px; padding: 18px 20px;}
	.slider-promo-tit{margin-bottom: 10px; font-size: 22px;}
	.slider-promo-tit span{padding-right: 35px; background: url(../img/slider-promo-tit.png) right 8px no-repeat;}
	.slider-promo-cont{margin-bottom: 15px; font-size: 18px;}
	.slider-main .slick-dots{bottom: 15px;}
	.banner-right{width: 450px;}
	.banner-left{width: 330px; padding-left: 85px;}
	.banner-top{padding-left: 180px;}
	.banner-bottom{padding-left: 180px;}
	.action-right{height: 400px; padding-top: 30px; padding-left: 40px;}
	.action-left{height: 400px; padding-top: 30px; padding-left: 40px;}
	.ind-action{margin-bottom: 40px;}
	.ind-spec{margin-bottom: 60px;}
	.media-img{height: 130px;}
	.promo-item{width: 25% !important; margin-right: 0 !important; padding: 30px 0 30px 80px; font-size: 14px; background-size: 35% !important;}
	.b-iwish{top: 20px; right: 12px; width: 28px; height: 23px;}
	/*--------  card adaptive  --------*/
	.ccard-l{float: none; width: 100%; margin-bottom: 40px;}
	.ccard-r{float: none; width: 100%; padding: 0; border: none;}
	#dcontent{margin-bottom: 30px;}
	.ccard-cleft{width: 48%;}
	.ccard-cright{width: 48%;}
	.resp-no .resp-txt{padding-right: 5%; padding-left: 5%;}
	.resp-no{margin-top: 30px; margin-bottom: 30px;}
	.ccard-cart{display: block;}
	.ccard-inf-row:last-child{border-bottom: 1px solid #e6e6e6;}
	.ccard-pr{margin-top: 25px;}
	/*--------  catalog adaptive  ------*/
	.slider-thumbs .slick-slide{height: 390px; margin-bottom: 10px;}
	.zoom-a{display: none;}
	.lbl{padding: 25px 10px 20px 10px;}
	#content{width: 474px;}
	#left{width: 290px;}
	#content{width: 480px;}
	.cat-about .wrapper{padding-left: 260px;}
	.cat-tit{font-size: 13px;}
	.cat-hdr{font-size: 16px;}
	.cat-oth .wrapper > div{padding-top: 15px;}
	.cat-oth .wrapper > div{height: 180px;}
	.p-iit{width: 49.2%;}
	.p-iit:nth-child(3n){margin-right: 1.3%;}
	.p-iit:nth-child(2n){margin-right: 0;}
	.flt-opt{font-size: 16px;}
	.flt-opt input[type='checkbox'] + label:before{top: 4px;}
	.flt-opt a{font-size: 16px;}
	/*--------  order adaptive  --------*/
	.mcartl{width: 400px;}
	.mcli_image{float: none; width: 100%; margin-bottom: 10px;}
	#mcartview .mcli_text{float: none; width: 100%; padding-left: 10%;}
	.mclit_title{width: 100%; margin-bottom: 10px; font-size: 14px; line-height: 1.3;}
	.mclit_tbl{background: none;}
	.mclit_art{margin-bottom: 5px;}
	/*--------  footer adaptive  --------*/
	.f-col{width: 24.5% !important; margin-right: 0 !important; margin-bottom: 25px;}
}

@media only screen and (max-width: 800px)
{
	.wrapper{width: 100%; padding-right: 2%; padding-left: 2%;}
	/*--------  header adaptive  --------*/
	.header-info{display: none;}
	.header-top{display: none;}
	#logo{width: 180px; margin-top: 10px; margin-right: 0;}
	.tico{margin-top: 10px;}
	.sub-section{width: 48.5%; margin-right: 2%;}
	.sub-section:nth-child(2n){margin-right: 0;}
	.sub-section:nth-child(3n){margin-right: 2%;}
	/*--------  index adaptive  --------*/
	.carousel-main{display: none;}
	.ind-best{display: none;}
	.ind-banners{margin-bottom: 40px; padding-top: 10px; padding-bottom: 10px;}
	.banner-left{float: none; width: 100%; height: 150px; margin-bottom: 10px; padding-top: 20px; padding-left: 60%;}
	.banner-left .bann-tit{margin-bottom: 5px;}
	.banner-right{float: none; width: 100%;}
	.banner-top{height: 150px; margin-bottom: 10px; padding-top: 20px; padding-left: 60%;}
	.banner-bottom{height: 150px; padding-top: 10px; padding-left: 60%;}
	.bann-p{font-size: 14px;}
	.bann-tit{font-size: 20px;}
	.bann-disk{font-size: 35px;}
	.banner-top .bann-p{margin-bottom: 10px;}
	.banner-bottom .bann-p{margin-bottom: 2px;}
	.lbl-hdr{padding: 40px 0 10px; font-size: 22px;}
	.b-it{width: 48%; margin-right: 4%;}
	.b-it:nth-child(2n){margin-right: 0;}
	img.b-lbl{top: 14px; width: 90px; height: 26px;}
	.spec-list{margin-top: 30px; margin-bottom: 30px;}
	.ind-spec{margin-bottom: 30px;}
	.action-left{float: none; width: 100%; height: 140px; margin-bottom: 10px; padding-top: 15px; padding-left: 20px;}
	.action-left .action-txt{display: none;}
	.action-left .action-p{margin-bottom: 5px; padding-left: 0; font-size: 16px;}
	.action-right{float: none; width: 100%; height: 140px; padding-top: 15px; padding-left: 20px;}
	.action-right .action-txt{width: 95%; margin-bottom: 8px; font-size: 15px; font-weight: 400; line-height: 1.2;}
	.action-tit{font-size: 20px;}
	#subscrmail{height: 37px; font-size: 16px;}
	#btnmail{width: 37px; height: 37px;}
	.ind-action{margin-bottom: 20px;}
	.ind-about{padding: 30px 0 60px;}
	.about-hdr{font-size: 20px;}
	.about-list p{margin-bottom: 10px; font-size: 14px;}
	.about-list:before{display: none;}
	.about-list:after{width: 100%;}
	.ind-about .read-more{display: block;}
	.ind-promo{display: none;}
	.ind-media{display: none;}
	.b-iwish{top: 16px; right: 20px;}
	/*--------  card adaptive  --------*/
	.ccard-cart{display: none;}
	.ccard-cleft{float: none; width: 100%; margin-bottom: 30px;}
	.ccard-cright{float: none; width: 100%;}
	/*--------  catalog adaptive  -----*/
	#content{float: none; width: 100%;}
	#left{float: none; width: 100%;}
	.cat-about .wrapper{padding: 20px 30px; background: none;}
	.cat-about p{margin-bottom: 10px;}
	.cat-oth{display: none;}
	.p-iit{width: 32.3%;}
	.p-iit:nth-child(2n){margin-right: 1.3%;}
	.p-iit:nth-child(3n){margin-right: 0;}	
	.lbl:first-child{float: left; width: 49%;}
	.lbl{float: right; width: 49%;}
	.lbl-ban{float: right; width: 49%;}
	
	/* filters in catalog */
	.ccfltpan-mob{display: block; clear: both; text-align: center; padding: 8px 0;}
	
	.flyctrl-panel{display: none;}		
	.flyctrl-panel-show{
		display: block;
		position: absolute;
		z-index: 2000;
		top: 200px;
		width: 100%;
	}
	
	.flyctrl-close{
		float: right;
		width: 20px;
		position: relative;
		top: 2px;
		right: -2px;
		display: block;
	}
	.flyctrl-close a{display: block; width: 20px; height: 20px; background: url(../img/a-close.png) no-repeat 50% 50%; opacity: 0.7;}
	.flyctrl-close a:hover{opacity: 1;}
	
	.flyctrl-panel-show .lbl, .flyctrl-panel-show .lbl:first-child, .flyctrl-panel-show .lbl:last-child{
		width: 80%;
		margin: 0 auto;
		padding: 12px 14px 16px 14px;
		background: #fff;
		border-radius: 10px;		
		box-shadow: 0px 0px 10px 10px rgba(200,200,200,0.5);		
	}
	
	/*--------  order adaptive  -------*/
	.mcartl{float: none; width: 100%; margin-bottom: 20px;}
	.mcartr{float: none; width: 100%; margin-bottom: 10px;}
	.mcrline2{margin-top: 10px; text-align: center;}
	.mclgoback{text-align: center;}
	.mclit_tbl{bottom: 20px; left: 35px; width: 100%;}
	#mcartview .mcli_text{float: left; width: 63%; padding-left: 0;}
	.mcli_image{float: left; width: 30%;}
	.mcltotal{padding: 12px 0 14px; text-align: center;}
	select.s_mcrl1{width: 20%;}
	input.imcrl_text1{width: 79%;}
	.mcrline table td.cfrm-hsep{height: 10px;}
	.mcrlm{padding: 20px 10px 14px 10px;}
	.mcrline table td.cfrm-hpad{height: 10px;}
	/*--------  footer adaptive  --------*/
	footer{margin-top: 30px; padding-top: 70px; font-size: 14px;}
	footer > .wrapper{margin-bottom: 80px;}
}

@media only screen and (max-width: 700px)
{
	/*--------  header adaptive  --------*/
	.tico{float: none; clear: both; width: 100%; padding-top: 15px; text-align: center; border-top: 1px solid rgba(228, 106, 169, 0.8);}
	.tico .find{display: inline-block; float: none; margin-left: 7%;}
	.tico .logmenu{display: inline-block; float: none; margin-left: 7%;}
	.tico .tcart{display: inline-block; float: none; margin-left: 7%;}
	.tphones{display: block; float: right; margin-bottom: 10px;}
	.srch-fly{top: 15px; right: 0;}
	#searchsw{width: calc(100% - 45px);}
	/*--------  index adaptive  --------*/
	/*--------  card adaptive  --------*/
	/*--------  catalog adaptive  --------*/
	/*--------  order adaptive  --------*/
	/*--------  footer adaptive  --------*/
	.f-col{width: 32.5% !important;}
	
	/* --- */
	.dlg-wnd-c{width: 96%;}
	.frmpop{padding: 16px 4px;}
	
	.cartwnd-c{width: 96%;}
	.mcli_image, #cart-flywnd .mcli_image{width: 130px; float: none; margin: 4px auto;}
	.mcli_text, #cart-flywnd .mcli_text, #mcartview .mcli_text{float: none; width: auto; clear: both; text-align: center;}	
	
}

@media only screen and (max-width: 600px)
{
	/*--------  header adaptive  --------*/
	/*--------  index adaptive  --------*/
	.b-iwish{top: 16px; right: 8px; width: 26px; height: 21px;}
	/*--------  card adaptive  --------*/
	/*--------  catalog adaptive  --------*/
	.p-iit{width: 49.2%;}
	.p-iit:nth-child(3n){margin-right: 1.3%;}
	.p-iit:nth-child(2n){margin-right: 0;}
	.lbl:first-child{float: none; width: 100%;}
	.lbl{float: none; width: 100%;}
	.lbl-ban{float: none; width: 100%;}
	
	.cat-top{width: 47.5999%; margin-left: 0.8999%; margin-right: 0.8999%;}
	.cat-top:nth-of-type(4n+1){margin-left: 0.8999%; margin-right: 0.8999%;}
	.cat-top:nth-of-type(3n+1){margin-left: 0.8999%; margin-right: 0.8999%;}	
	/*--------  order adaptive  --------*/
	/*
	.mcli_image{float: none; width: 130px; margin-bottom: 20px;}
	.mclii_image{display: inline-block;}
	#mcartview .mcli_text{float: none; width: 100%; text-align: center;}
	*/	
	.mclit_tbl table{display: inline-block;}
	.mclitem{padding: 20px 10px;}
	/*--------  footer adaptive  --------*/
}

@media only screen and (max-width: 550px)
{
	/*--------  header adaptive  ------*/
	/*--------  index adaptive  -------*/
	/*--------  card adaptive  --------*/
	.ccard-inf:first-child{margin-right: 0; margin-bottom: 25px;}
	.ccard-inf{float: none; width: 100%;}
	.ccard-size{width: 35%;}
	/*--------  catalog adaptive  -----*/
	/*--------  order adaptive  -------*/
	.mcorder-l{float: none;}
	.mcorder-r{float: none;}
	.mcorder-tit{padding: 15px 5px 16px 5px;}
	.orderstat span{margin-left: 5px;}
	.mcltotal{text-align: center;}
	/*--------  footer adaptive  --------*/
	.f-col{width: 49% !important;}
}

@media only screen and (max-width: 500px)
{
	/*--------  header adaptive  --------*/
	.sub-section{width: 100%; margin-right: 0;}
	.sub-section:nth-child(2n){margin-right: 0;}
	.sub-section:nth-child(3n){margin-right: 0;}
	/*--------  index adaptive  --------*/
	.ind-banners a.btn, .ind-banners input.btn{width: 160px; height: 40px; font-size: 14px;}
	.banner-left{padding-left: 50%;}
	.banner-top{padding-left: 50%;}
	.banner-bottom{padding-left: 50%;}
	.b-img{height: 260px;}
	.b-mod a{font-size: 16px;}
	.b-it{height: 400px;}
	.b-mod{height: 45px; margin-top: 10px; margin-bottom: 10px;}
	.spec-list{margin-top: 15px; margin-bottom: 20px;}
	.ind-banners{margin-bottom: 20px;}
	#subscrmail{width: 82%;}
	/*--------  card adaptive  --------*/
	.lbl-hdr-seen{font-size: 20px;}
	.lbl-hdr-seen > span{padding: 10px 60px;}
	.ccard-tech{float: none; width: 100%; margin-bottom: 20px;}
	.ccard-social{float: none; width: 100%;}
	.ccard-size{float: none; width: 100%; margin-bottom: 15px;}
	.ccard-pr{float: left; margin-top: 0;}
	.ccard-buy{margin-top: 0;}
	.ccard-ico{font-size: 13px;}
	.ccard-f img{display: block; margin-left: 0;}
	.slider-thumbs .slick-dots li{width: 70px; height: 65px;}
	.slider-thumbs .slick-slide{height: 360px;}
	.ccard-l{margin-bottom: 35px;}
	.slider-thumbs .slick-prev{left: 5px;}
	.slider-thumbs .slick-next{right: 5px;}
	.modif-img{height: 100px;}
	.simil-img{height: 170px;}
	/*--------  catalog adaptive  -----*/
	/*--------  order adaptive  -------*/
	.mctabs{padding: 20px 0 0;}
	.mcorder-btn{text-align: center;}
	.mcorder-btn .btn-it{float: none;}
	.mcorder-btn .btn-buy{float: none; margin-bottom: 15px;}
	.cab-tabpage{margin-bottom: 25px;}
	input.imcrl_text1{width: 78%;}
	.mcrline table td.cfrm-hsep{height: 8px;}
	/*--------  footer adaptive  --------*/
	.fcopy{float: none; width: 100%; margin-bottom: 5px;}
	.dev{float: none; width: 100%; margin-right: 0;}
	.footbot{padding-bottom: 20px;}
}

@media only screen and (max-width: 450px)
{
	/*--------  header adaptive  --------*/
	/*--------  index adaptive  --------*/
	/*--------  card adaptive  --------*/
	.flytip{width: 390px;}
	/*--------  catalog adaptive  --------*/
	.p-iimg{height: 260px;}
	.p-iit{height: 395px;}
	.p-imod a{font-size: 16px;}
	.p-imod{height: 45px;}
	/*--------  order adaptive  --------*/
	/*--------  footer adaptive  --------*/	
}

@media only screen and (max-width: 400px)
{
	/*--------  header adaptive  --------*/
	.ttel{padding-left: 20px; font-size: 16px;}
	.trecall{padding-left: 25px;}
	#logo{width: 130px; margin-top: 16px;}
	/*--------  index adaptive  -------*/
	.bann-p{font-size: 13px;}
	/*--------  card adaptive  --------*/
	.carousel-seen{display: none;}
	#content2{padding-bottom: 20px;}
	.ccard-add{float: none; width: 100%; margin-top: 10px;}
	.cbreadcrumbs > div{font-size: 13px;}
	.mtcresp-name{font-size: 15px;}
	.mtcresp-date{margin-top: 2px; font-size: 13px;}
	.mtcresp-head{padding: 15px 0 15px 10px;}
	
	.flytip{width: 350px;}
	/*--------  catalog adaptive ------*/
	.cat-about .wrapper{padding: 20px 20px;}
	/*--------  order adaptive  -------*/
	.imclit_price{width: 40px;}
	.mclit_tbl tr td{padding-right: 3px;}
	.mcli_image{margin-bottom: 10px;}
	.mcltotal .mclt_price{margin-top: 0; margin-right: 5px;}
	.mcltotal{text-align: center;}
	input.imcrl_text2{width: 100%;}
	.w100float table td{font-size: 12px;}
	.mcrl_title1, .mcrl_title{font-size: 16px;}
	
	.mcartl-paymeth>div{width: auto; text-align: center; padding: 10px 0 50px 0; background-position: 50% 94%;}
	/*--------  footer adaptive  --------*/
}

@media only screen and (max-width: 350px)
{
	/*--------  header adaptive  --------*/
	/*--------  index adaptive  --------*/
	/*--------  card adaptive  --------*/
	/*--------  catalog adaptive  --------*/
	/*--------  order adaptive  --------*/
	/*--------  footer adaptive  --------*/
}