@import "reset.css";

@import "style-desktop.css" screen;
@import "style-phone.css" screen;

@import "style-dev.css" screen;

@import "fonts.css";

html, body{
	height: auto;
	width: 100%;
	text-align: center;
}

body{
	font-family: 'Myriad Pro', 'PT Sans', sans-serif;

	cursor: default;

	background-color: #000;
}

body>*{
	display: inline-block;
	width: 100%;
	max-width: 1200px;
	min-width: 480px;
}

body{
	font-size: 16px;
	line-height: 1.2em;

}


script, style{
	display: none;
}

.red{	color: #F73333; font-weight: bold; }
.green{	color: #1cb71f;	/*font-weight: bold;*/  }
.gr{	color: #AAA;	}


a.dashed, a.dashed:hover{
	text-decoration: none !important;
	border-bottom: 1px dashed;
}
.not-dashed{
	border-bottom: none !important;
	text-decoration: none !important;
}




.center{	text-align: center; }
.right{		text-align: right; }
.left{		text-align: left; }





.top1{
	position: relative;

	min-height: 120px;

	padding: 10px;

	display: inline-flex;
	display: -webkit-inline-flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;

	width: 100%;
}

.top1 .logo{
	margin-right: 5%;
	margin-top: 5px;
}
.top1 .logo img{
	max-width: 100%;
}

.top1 .search1 input{
	height: 36px;
	width: 100%;
/*	min-width: 170px;*/
	min-width: 200px;
	max-width: 200px;

	background: #3E3E3E url("/images/ico-magn-gray.png") 8px center no-repeat;
	border: 3px solid #363636;
	border-radius: 18px;
	outline: none;

	font-family: 'Montserrat', sans-serif;
	font-size: 0.937em;
	font-weight: normal;
	color: #CCC;

	padding: 0 10px 0 35px;
}
.top1 .search1 input:focus{
	background: #2F2F2F url("/images/ico-magn-white.png") left 8px center no-repeat;
	border-color: #e02e10;
	color: #FFF;
	font-weight: bold;
}

.top1 .search2{
	width: 100%;
	min-width: 170px;
	max-width: 200px;
	margin-right: 1%;
}

.top1 .search2>div{
	border: 3px solid #2C2C2C;
	border-radius: 4px;

	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
	font-size: 0.937em;
	color: #CCC;

	position: relative;

}
.top1 .search2>div>input{
	display: block;
	height: 34px;
	width: 100%;

	background: #2C2C2C url("/images/arr1-d-white.png") right 8px center no-repeat;
	border: none;
	outline: none;

	padding: 0 35px 0 5px;

	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color: #CCC;


	cursor: pointer;
}
.top1 .search2>div>div{
	display: none;
	position: absolute !important;
	top: 33px;
	right: -3px;
	left: -3px;
	z-index: 1000;

	background: #2C2C2C;

	border: 3px solid #e02e10;
	border-top: 0;
	border-radius: 0 0 4px 4px;

	max-height: 600px;
	
	overflow: hidden;

	box-shadow: 0 0 10px 1px #333;

	padding-top: 10px;

}
.top1 .search2>div>div .a{
	display: block;
	margin: 2px 10px 2px 20px;

	cursor: pointer;
}
.top1 .search2>div>div .a:hover{
	color: #FF2020;
}
.top1 .search2>div>div .a.sel{
}
.top1 .search2>div>div hr{
	margin: 8px 10px 4px 20px;
	border: 0;
	border-top: 1px dotted #444;
}
.top1 .search2>div.open{
	border-color: #e02e10;
	color: #FFF;
}



.slimScrollBar{
	background-color: #F00 !important;
}






.top1 a{
	font-size: 0.875em;
	color: #CCC;
	text-decoration: none;
}
.top1 a:hover{
	color: #ff2020;
}

.top1>div{
	margin-right: 2%;
	text-align: left;
	
	display: inline-block;

	flex-grow: 1;
	-webkit-flex-grow: 1;
}
.top1>div.search1{
	margin-right: 3%;
}





.top1 .topmenu{
	margin-left: 3%;
	margin-right: -50px;
	width: 30%;
	min-width: 250px;
}
.top1 .topmenu a{
	display: inline-block;
	width: 40%;
	margin-right: 5%;
	white-space: nowrap;
	min-width: 110px;
}






.top1 .topcart{
	flex-grow: 1;
	-webkit-flex-grow: 1;
	white-space: nowrap;
	margin-right: 1%;
}
.top1 .topcart>div>a{
	display: inline-block;
	margin-right: 10px;
}
.top1 .topcart>div>span{
	display: inline-block;
}
.top1 .topcart>div>span>a{
	display: block;
}


.top2{
	position: relative;

	width: 100%;
	max-width: 100%;
}
.top2>div{
	display: inline-block;
	width: 100%;
/*	max-width: 1240px;
*/	max-width: 1280px;

	background-color: #FFF;
	border-radius: 4px;
}
.top2>div>div{

	display: inline-block;
	width: 100%;
	max-width: 1200px;

}

.top2>div>div div{
	margin: 10px 0;

	white-space: nowrap;

	font-family: 'Roboto', sans-serif;
	color: #000;	

	vertical-align: top;

	display: inline-block;
	width: 25%;

/*	max-height: 40px;
	overflow: hidden;*/

	line-height: 1.4em;
}
.top2.open>div>div div{
	max-height: 100%;
}
.top2 .btn-open{
	display: none;
/*	position: absolute;
	top: 30px;
	right: 5px;
	width: 25px;
	height: 25px;

	opacity: 0.5;

	background: url("/images/arr1-d-black.png") center center no-repeat;
*/
}
.top2 .btn-open:hover{
	opacity: 1;
}
.top2.open .btn-open{
	transform: rotate(180deg);
}

.top2>div>div>div>span{
	display: inline-block;

	vertical-align: top;
	text-align: left;
	white-space: normal;

	width: 60%;
}

.top2 span.shop{
/*	height: 100%;*/
	width: 30%;
}

.top2 span.shop b{
	display: block;
	font-weight: normal;

	text-align: right;
	padding-right: 20px;

	font-size: 1.062em;
	color: #ff3333;
}
.top2 span.shop i{
	display: block;
	font-style: normal;

	text-align: right;
	padding-right: 20px;

	font-size: 0.875em;
	color: #999;

	white-space: nowrap;
}

.top2 span.shop span, .top2 span.info>span>span{
	display: block;
	color: #999;
	white-space: nowrap;
	font-size: 0.9rem;
}
.top2 span.shop span>span, .top2 span.info>span>span>span{
	display: inline-block;
	color: #f33;
	font-weight: normal;
}

.top2 span.info span{
	display: block;
	margin: 0;
}










.menu{
	display: inline-flex;
	display: -webkit-inline-flex;

	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;

	padding-right: 15px;
}

.menu div{
	position: relative;
	width: 13%;

	display: inline-block;

}

/*
.menu div *{
	border: 1px solid lime;
}/**/

.menu>div a{
	display: block;

	font-size: 1.062em;
	color: #FFF;

	text-decoration: none;

	padding: 20px 10px 10px 10px;
}
.menu>div a:hover{
	color: #ff2020;
}
.menu>div>a{
	height: 177px;
}
.menu>div a span{
	display: block;
}
.menu>div a span.img{
	display: inline-flex;
	display: -webkit-inline-flex;

	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;

	min-width: 100px;
	min-height: 100px;
}
.menu>div a span.img img{
	max-width: 80px;
	max-height: 80px;
}

.menu>div:hover a span.img img{
}

.menu .sub{
	display: none;
	
	position: absolute;
	top: 177px;
	left: -30px;
	width: auto;
	height: auto;

	z-index: 100;

	background-color: #000;

	padding: 0 50px 50px 50px;

	text-align: left;
}
.menu .sub.r{
	right: -30px;
	left: auto;
}
.menu .sub a{
	display: block;
	padding: 5px 0;

	font-size: 0.937em;

	white-space: nowrap;
}






/* _slider */     

.slider.fotorama{
	display: block !important;
}
.slider.fotorama .fotorama__html>div{
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: left;
}
.slider.fotorama .fotorama__html>div>div{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 92px;
}
.slider.fotorama .fotorama__html>div p{
	display: block;

	margin: 0 50px;

	font-family: "Futuris Extra";
	font-size: 2.187em;
	line-height: 1.1em;
	color: #FFF;
}

.slider.fotorama .fotorama__html>div p>b{
	display: block;
}
.slider.fotorama .fotorama__html>div a{
	display: inline-block;

/*	margin: 20px 50px 0 50px;
*/

	font-size: 1.125em;
	color: #FFF;

	text-decoration: none;

/*	background-color: #fd2929;
	padding: 14px 23px 12px 23px;
	border-radius: 4px;
/**/

	width: 100%;
	height: 100%;
}
.slider.fotorama .fotorama__html>div a:hover{
	text-decoration: none;
}

.slider.fotorama .fotorama__nav{
	position: absolute !important;
	bottom: 35px !important;
	left: 45px !important;
	width: auto !important;
}

.slider.fotorama .fotorama__dot{
	border: 6px solid #999 !important;
}
.slider.fotorama .fotorama__nav__frame.fotorama__active .fotorama__dot{
	border-color: #F1F1F1 !important;
}

.slider.fotorama .fotorama__nav--dots .fotorama__nav__frame{
	width: 22px !important;
}

/* ^slider */



.content{
	max-width: 100%;
	background-color: #FFF;
	text-align: center;
}
.content>div{
	display: inline-block;
	width: 100%;
	max-width: 1175px;
	text-align: left;
}





/* wide baner */
.wide2{
	max-width: 100%;
	display: block;
}
.wide2 .fotorama__html>div{
	max-width: 1175px;
}
.wide2 .fotorama__stage__frame{
	text-align: center;
}

.wide2 .fotorama__nav-wrap{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
}
.wide2 .fotorama__nav{
	display: block;
	max-width: 1175px;
	position: relative !important;
	text-align: left;
}



/* _bottom */

.bot-company{
	font-size: 0.875em;
	color: #CCC;

	padding: 58px 50px 39px 50px;
	text-align: left;
}

.bottom{
	font-size: 1em;
	color: #CCC;
	text-align: left;
}
.bottom>div{
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 50px;
}

.bottom a{
	display: inline-block;

	font-size: 1.125em;
	line-height: 1em;
	margin: 0.5em 0;

	color: #FFF;	
	text-decoration: none;
}
.bottom a:hover{
	color: #f73333;
}
.bottom p{
	margin-top: 0;
}

/**/

.bot-text1{
	color: #CCC;
}

.bot-text2{
	color: #999;
}

/**/


.bot-list{
	margin: 35px 0;
}
.bot-list>div{
	columns: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
}
.bot-header{
	font-size: 1.875em;
	color: #FFF;

	padding: 30px 0;
}
.bot-list span{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 50px 30px 0;
}
.bot-list a{
	display: block;
}
.bot-list a.group{
	color: #f73333;
	cursor: default;
}

/**/





/* row 1 */
.bot-cards{
	/* 1/3 */	display: inline-block; width: 33.3%;
	/* mid */	height: 200px; padding-top: 20px !important;
}
.bot-soc{
	/* 2/3 */	display: inline-block; width: 66%;
	/* mid */	height: 200px; padding-top: 20px !important;
	/* 2nd col */	padding-left: 35px; margin-top: 0 !important;
}


/* row 2 */
.bot-envelope{
	/* 1/3 */	display: inline-block; width: 33.3%;
}
.bot-pages{
	/* 2/3 */	display: inline-block; width: 66%;
	/* 2nd col */	padding-left: 35px; margin-top: 0 !important;
}





/**/





.bot-cards img{
	vertical-align: middle;
	margin-right: 15px;
}
.bot-soc a{
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 1px;

	background: url("/images/logo-soc.png") no-repeat;
}
.bot-soc a.icon1      { background-position:    0px   0px; }
.bot-soc a.icon2      { background-position:  -40px   0px; }
.bot-soc a.icon3      { background-position:  -80px   0px; }
.bot-soc a.icon4      { background-position: -120px   0px; }
.bot-soc a.icon5      { background-position: -160px   0px; }
.bot-soc a.icon6      { background-position: -200px   0px; }
.bot-soc a.icon1:hover{ background-position:    0px -40px; }
.bot-soc a.icon2:hover{ background-position:  -40px -40px; }
.bot-soc a.icon3:hover{ background-position:  -80px -40px; }
.bot-soc a.icon4:hover{ background-position: -120px -40px; }
.bot-soc a.icon5:hover{ background-position: -160px -40px; }
.bot-soc a.icon6:hover{ background-position: -200px -40px; }



.bot-envelope .plate{
	width: 350px;
	max-width: 100%;

	background-color: #191919;
	border-radius: 6px;

	margin: -30px -42px -55px -42px;
	padding: 30px  42px  55px  42px;
}

.bot-envelope{
	font-size: 1.062em;
	color: #FFF;
}

.bot-envelope p{
	margin-bottom: 30px;
}

.inp{
	display: inline-block;

	border: 0;
	border-radius: 8px;
	background-color: #FFF;

	width: 280px;
	height: 40px;

	padding: 8px 14px 10px 14px;
	margin: 5px 0;

	font-size: 14px;
	color: #000;

}
.inp2{
	border-radius: 0;
}
.inp3{
	border-radius: 4px;
	border: 1px solid #C0C0C0;
	height: 35px;
}
.inp.inp-white{
	border: 1px solid #999;
}
.btn{
	display: inline-block;

	border: 0;
	border-radius: 4px;

	height: 40px;

	padding: 8px 14px 10px 14px;
	margin: 8px 0;

	font-size: 14px;
	color: #FFF;

	cursor: pointer;
}

.btn{			background-color: #fd2929; }
.btn:hover{		background-color: #ff5353; }/**/
/*.btn:hover{		background-color: #cc3333; }/**/

.btn.btn-green{		background-color: #00cc00; }
.btn.btn-green:hover{	background-color: #5dd95d; }/**/
/*.btn.btn-green:hover{	background-color: #0db10d; }/**/

.btn.btn-gray{		background-color: #7c7c7c; }
.btn.btn-gray:hover{	background-color: #9e9e9e; }/**/
/*.btn.btn-gray:hover{	background-color: #6d6d6d; }/**/

.btn.btn-blue{		background-color: #4a52e7; }
.btn.btn-blue:hover{	background-color: #666ef2; }/**/
/*.btn.btn-blue:hover{	background-color: #3d45c9; }/**/

.btn.btn-blue2{		background-color: #36C; }

.btn.btn-white{		background-color: #FFF; color: #000; }
.btn.btn-white:hover{	background-color: #FFF; color: #000; }/**/


.tov-buy{	background-color: #00cc00; }
.tov-buy:hover{	background-color: #5dd95d; }/**/

.btn.disabled, .btn.disabled:hover{
	background-color: #888;
	cursor: pointer;
}

.block-red{ 	border-left: 2px solid #fd2929; padding: 0px 20px; }
.block-green{ 	}
.block-gray{ 	border-left: 2px solid #7c7c7c; padding: 0px 20px; }
.block-blue{ 	border-left: 2px solid #4a52e7; padding: 0px 20px; }
.block-black{ 	border-left: 2px solid #000000; padding: 0px 20px; }

.block-w{
	margin: 30px 0;
}
.block-b{
	font-size: 2em;
	line-height: 2em;
	font-weight: normal;
}




.bot-pages>div{
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}


.bot-bnrs{
	padding-right: 50px !important;
	margin: 100px 0 50px 0;
	font-size: 0.875em;
}

.bot-bnrs>table{
	width: 100%;
}

.bot-bnrs td, .bot-bnrs th{
	font-weight: normal;
	color: #999;

	padding: 0 5px;
	
	vertical-align: middle;
}
.bot-bnrs th{
	text-align: right;
}

.bot-bnrs a{
	margin: 0 5px;
}

/* ^bottom */








/* _rotator */

.rotator, .rotator2{
	position: relative;

	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
}

.rotator .rot-prev, .rotator .rot-next{
	position: absolute;
	width: 55px;
	height: 50px;
	bottom: -20px;
	outline: none;
	border: 1px solid #E0E0E0;
}
.rotator .rot-prev{
	right: 50%;
	background: #FFF url("/images/arr2-l-red.png") center center no-repeat !important;
	border-radius: 10px 0 0 10px;
}
.rotator .rot-next{
	left: 50%;
	background: #FFF url("/images/arr2-r-red.png") center center no-repeat !important;
	border-radius: 0 10px 10px 0;
}
.rotator .rot-prev:hover, .rotator .rot-next:hover{
}


.rotator>p, .rotator2>p{
	font-size: 2.625em;
	font-weight: 600;
	color: #000;

	margin: 30px;
}
.rotator>p>a, .rotator2>p>a{
	color: #000;
	text-decoration: none;
}
.rotator>p>a:hover, .rotator2>p>a:hover{
	color: #ff2020;
	text-decoration: underline;
}

.rotator>div, .rotator2>div{
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;

	max-width: 100%;	
}
/* ^rotator */








/* _ .block-tov */
.cont-tov{
	display: inline-block;
/*	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
*/	padding-top: 1px;
	padding-left: 1px;

	width: 96%;
	margin: 0 2%;

	display: inline-flex;
	flex-flow: row wrap;

}


.cat #top>div{	padding-bottom: 0 !important; }
/*.cat h1{	margin-bottom: 0 !important; }*/
.cat .cont-tov{
	display: inline-flex;
	display: -webkit-inline-flex;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.cat .rotator .cont-tov{
	display: inline-block;
}

.block-tov{
	font-family: 'Myriad Pro', 'PT Sans', sans-serif;

	display: inline-block;

	width: 33.33%;

/*	height: 560px;	*/

	max-width: 33.33%;	/***/


/*	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
*/	border: 1px solid #e0e0e0;
	margin-top: -1px;
	margin-left: -1px;

	vertical-align: top;
	text-align: left;

	white-space: normal;

	position: relative;
}

.rotator .block-tov{
/*	height: 600px;*/
	height: 540px;
}

.block-tov .a{
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;	


	position: relative;

	display: flex;
	flex-direction: column;
}
.block-tov .a>div{
	position: relative;

	padding: 50px 10% 0 10%;
}
.block-tov .a>div:last-child{
	padding-bottom: 10%;
}
.block-tov .bt-img{
	display: inline-block;
	width: 300px;
/*	height: 300px;*/
	overflow: hidden;

	max-width: 100%;

	text-align: center;

	flex-frow: 2;

	position: relative;
}

.block-tov .bt-img .lab_w5y{
	position: absolute;
	top: 0;
	left: 0;
}

.block-tov .bt-img .lab_w5y img{
	max-width: 80px;
	max-height: 80px;
}

.block-tov .bt-img img{
	margin: 0 !important;
}


.block-tov .bt-img{
	opacity: 1;
	transform: scale(1,1);
	transition-property: opacity, transform;
	transition-duration: 0.1s, 0.1s;
}
.block-tov:hover .bt-img{
	opacity: 0.85;
	transform: scale(1.05,1.05);
	transition-property: opacity, transform;
	transition-duration: 0.3s, 0.3s;
}

.block-tov .bt-name{
	display: block;

	font-size: 1.625em;
	line-height: 1.1em;

	font-weight: normal;
	color: #000;

	margin: 10px 0;

/*	overflow: hidden;
	max-height: 2em;
	height: 50px;
*/
}
.block-tov .bt-name a{
	color: #000;
	text-decoration: none;
}
.block-tov .bt-text{
	display: block;

	font-size: 0.875em;
	color: #000;
}
.block-tov .bt-name:hover{
	color: #f73333;
}

.block-tov .bt-price{
	display: inline-block;
	font-size: 1.625em;
	color: #F73333;

	margin-top: 5px;
}
.block-tov .bt-price .price_old{
	display: inline-block;
	font-size: 0.846em;
	font-weight: normal;
	color: #999;

	margin-right: 8px;

	text-decoration: line-through;
}
.block-tov .bt-comments{
	display: block;
	margin-top: 5px;
	font-size: 0.875em;
	color: #666;
}

.bt-gift{
	display: inline-block;
	max-width: 100px;
	
	text-align: center;

	font-size: 0.875em;
	font-weight: normal;
	color: #ff3333;

/*	position: relative;

	margin-top: -30px;*/

	position: absolute;
	bottom: -18px;
	right: 10px;
}
.bt-gift img{
	display: block !important;

	max-width: 75px;
	max-height: 75px;


	margin: 0px !important;
}

.bt-gift span{
	position: absolute;
	left: -5px;
	top: 50px;
	width: 32px;
	height: 32px;
	
	background: url("/images/ico-plus32.png") center center no-repeat;
}

.block-tov .bt-gift{
	float: right;
}





.block-tov .spez{
	position: absolute;
	top: 15px;
	right: 15px;
}
.spez{
	color: #FFF;
	padding: 6px 15px;
	font-size: 1em;
	line-height: 1.2em;
}
.spez.spez-blue-l{
	background-color: #00acec;
}
.spez.spez-magenta{
	background-color: magenta;
}
.spez.spez-blue{
	background-color: #0077cb;
}
.spez.spez-red{
	background-color: #f73333;
}
.spez.spez-green{
	background-color: #05bf00;
}
.spez.spez-left{
	left: 15px;
	right: auto;
}


















.bonus{
	margin: 20px 0;
	text-align: center;
}
.bonus p{
	margin: 42px 0;

	font-family: "Futuris Extra";
	font-size: 1.875em;
	line-height: 1em;
	color: #333;
}
.bonus ul li{
	display: inline-block;
	text-align: center;
	vertical-align: top;

	font-family: Arial;
	color: #333;
	line-height: 1.3em;

	padding: 0 2% !important;

	min-width: 150px;

	background: none !important;
}

.bonus ul.q7 li{ width: 10%; }
.bonus ul.q6 li{ width: 12%; }
.bonus ul.q3 li{ width: 29%; }

.bonus li span{
	display: inline-block;
	width: 100%;
	height: 70px;
	margin: 20px 0px 10px 0px;

	display: inline-flex;
	display: -webkit-inline-flex;

	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.bonus li span img{
	max-width: 100%;
	max-height: 100%;
	margin: 0;
}

.bonus li.bonus-10 span{	background: url("/images/pict-bonus-16.png")    center center no-repeat; }
.bonus li.bonus-car span{	background: url("/images/pict-bonus-car.png")   center center no-repeat; }
.bonus li.bonus-case span{	background: url("/images/pict-bonus-case.png")  center center no-repeat; }
.bonus li.bonus-medal span{	background: url("/images/pict-bonus-medal.png") center center no-repeat; }
.bonus li.bonus-pie span{	background: url("/images/pict-bonus-pie.png")   center center no-repeat;  }
.bonus li.bonus-point span{	background: url("/images/pict-bonus-point.png") center center no-repeat; }
.bonus li.bonus-vcard span{	background: url("/images/pict-bonus-vcard.png") center center no-repeat; }




.content.c-pict{
	height: 330px;
	vertical-align: bottom;
	background-position: center center;
/*	background-size: 100% auto;*/
}
.content.c-pict>div{
	position: relative;
/*	height: 100%;*/
	padding: 0 !important;
}
.content.c-pict>div img{
	margin: 0;
}
.content.c-pict>div>h1{
	position: absolute;
	bottom: 10px;
	left: 30px;
	right: 0;

	color: #FFF;
}

.content>div{
	padding: 30px 30px;
}

.content>div.wide{
	padding: 0;
}
.content>div.wide-b{
	padding-bottom: 0;
}
.content>div.wide-t{
	padding-top: 0;
}

.content>div>table.trans>tbody>tr>td{
	display: inline-block;
	max-width: 49%;
	padding: 0 30px 0 0;
	vertical-align: top;
}

.content img{
	max-width: 100%;
}
.content_text img{
	max-width: 100%;
	height: 100%;
}
.content iframe{
	max-width: 100%;
	min-height: 100%;
}

.content a{		color: #ff3333;	}
.content a:hover{	color: #ff9999;	}
/*.content a:hover{	color: #cc0000;	}*/


.content img{
	display: inline-block;
	margin: 10px 20px 10px  0px;
	vertical-align: middle;
}
.content img[align=left]{
	margin: 10px 35px 12px  0px;
}
.content img[align=right]{
	margin: 10px  0px 12px 35px;
}

.content table{
	border: 2px solid #cbcbcb;
}

.content table td, .content table th{
	border: 1px solid #e7e7e7;
	padding: 23px 26px;
}

.content table.trans, .content table.trans td, .content table.trans th{
	border: 0;
}




.content{
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
}

.content h1{
	font-family: "Futuris Extra";
	font-weight: bold;
	font-size: 2.5em;
	line-height: 1.2em;
	color: #666;

	text-transform: uppercase;

	margin: 30px 0;
}

.content h2, .content h3, .content h4{
	font-weight: bold;
	margin: 1.5em 0 1.2em 0;
	line-height: 1em;
}

.content h2{
	font-size: 1.5em;
}

.content h3{
	font-size: 1.125em;
}

.content h4{
	font-size: 1em;
}

.content ol li{
	padding-left: 20px;
	background: url("/images/dot1.png") 5px 10px no-repeat;
}
.content ul li{
	padding-left: 30px;
	background: url("/images/dot2.png") 5px 12px no-repeat;
}





.hist{
	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
	font-size: 1.1em;
}
.hist a{
	color: #000;
	text-decoration: none;
}
.hist a:hover{
	color: #F73333;
	text-decoration: underline;
}
.hist .hist-div{
	padding: 0 10px;
}

.hist img{
	margin: 0;
}


.cat .content h1{
	font-size: 2.5em;
}

.subcats{
/*	columns: 5 0px;
	-moz-columns: 5 0px;
	-webkit-columns: 5 0px; */

	margin: 30px -50px 0 0;
}
.subcats a{
	display: inline-block;
	width: 16.3%;
	padding: 0;
	vertical-align: top;
}
.subcats a, .subcats a:hover{
	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
	color: #999;
	text-decoration: none;
}
.subcats a span{
	color: #000;

	padding-right: 5px;

	word-wrap: break-word;
}
.subcats a:hover>span{
	color: #F73333;
	text-decoration: underline;
}

.allmodels{
	position: relative;
	margin-bottom: 50px;
}
.allmodels p{
	font-size: 1.375em;
	margin: 0 0 30px 0;
}

.more{
	display: none;

	text-align: center;
	position: absolute;

	left: 0;
	width: 100%;
	bottom: 0;
	height: 75px;

	line-height: 150px;

	background: url("/images/grad-tb50.png") top repeat-x;
	color: #000 !important;

	text-decoration: none;
}
.more:hover{
	text-decoration: none;
}
.more span{
	display: block;
	height: 21px;
	border-top: 1px dashed #999;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.more span button{
	height: 21px;
	width: 21px;
	border: 0;

	position: absolute;
	bottom: 10px;
	left: 50%;

	cursor: pointer;
}
.more span button.arr4-u{
	background: url("/images/arr4-u.png") 0px 0px no-repeat;
}
.more span button.arr4-d{
	background: url("/images/arr4-d.png") 0px 0px no-repeat;
}
.more span button.arr4-u:hover{
	background: url("/images/arr4-u.png") -21px 0px no-repeat;
}
.more span button.arr4-d:hover{
	background: url("/images/arr4-d.png") -21px 0px no-repeat;
}
.more_open{
	max-height: 100% !important;
	overflow: visible !important;
	padding-bottom: 70px;
}

.allmodels div{
	columns: 4;
	-moz-column-count: 4;
	-webkit-column-count: 4;

}

.allmodels div span{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 50px 50px 0;
}
.allmodels div a{
	display: inline-block;
	width: 100%;

	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
	color: #000;
	text-decoration: none;

	line-height: 1.2em;
	margin-bottom: 16px;
}
.allmodels div a:hover{
	color: #F73333;
	text-decoration: underline;
}
.allmodels div a.group{
	font-weight: bold;
	margin-bottom: 25px;
}










.sort{
	float: right;
	margin: 38px 0 0 20px;
}

select.btn{
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;

	background-image:  url("/images/arr1-d-white.png");
	background-position: center right 5px;
	background-repeat: no-repeat;
}
select.btn-white{
	border: 1px solid #CCC;
	background-color: #FFF;	
	background-image:  url("/images/arr1-d-black.png");
}
select.btn option{
	background-color: #FFF;
	color: #000;

	padding: 3px 5px;
}
.subcats .sel, .subcats .sel .btn, .subcats .sel:hover .btn{
	cursor: default !important;
	text-decoration: none !important;
}
.subcats .sel .btn{
	margin: -5px -5px 0px -15px;

	padding: 2px 25px 1px 15px;
	height: auto;
	max-width: 100%;

	color: #FFF !important;

	cursor: default;

	position: relative;
}
.subcats .sel .btn span{
	color: #FFF !important;
}
.subcats .sel .btn .close{
	color: #FFF;
	display: inline-block;

	width: auto;
	padding: 0;

	cursor: pointer;

	position: absolute;
	right: 10px;
	top: 3px;
}
.subcats .sel .btn .close:hover{
	text-decoration: underline;

}





.tovs_cont{
	margin: 30px 0;
	padding: 0 6%;
}









.nav{
}
.nav .nav-btns{
	float: left;
	margin-right: 40px;
}
.nav .nav-pages{
	text-align: center;
}
.nav a{
	color: #F73333;
	background-color: #f0f0f0;
	border-radius: 5px;
	padding: 5px 10px;
	text-decoration: none;
	display: inline-block;
	margin: 4px;
}
.nav a:hover{
	text-decoration: underline;
}
.nav .nav-btns a{
	display: block;
	margin: 4px 0 8px;
	padding: 5px 25px;
}
.nav .nav-pages a{
	font-size: 1.375em;
}
.nav .nav-pages a.sel{
	color: #FFF;
	background-color: #F73333;
}



#credit_dialog{
	display: none;
}

.tov .tov-head{
	vertical-align: top;
	margin: 15px 0 0 0;

	height: 120px;	
	max-height: 170px;
	overflow: hidden;
}
.tov .tov-pict{
	display: inline-block;
	width: 79%;
	vertical-align: top;
}


.tov .hist, .tov .hist a{
	color: #666;
}
.tov .hist{
	max-width: 79%;
}

.tov .tov-h1{
	margin-bottom: 10px;
	padding-right: 3%;
}
.tov h1{
	display: inline;
	margin: 0 30px 0 0;

	vertical-align: middle;

	color: #666;
}
.tov .spez{
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px 0 0;
}

.tov .tov-stock{
	display: inline-block;
	width: 25%;
	float: right;
	margin-left: 30px;

	height: 100%;
}
.tov .tov-stock .tov-stock-gift{
	font-family: 'Roboto', sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #F73333;

	display: inline-block;
	width: 100px;
	text-align: center;
}
.tov .tov-stock .tov-stock-gift>span{
	display: block;
	width: 100px;
	height: 100px;
}
.tov .tov-stock .tov-stock-gift>span>img{
	margin: 0 0 15px 0;
}

.tov .tov-photo{
	float: right;
	width: 85%;

	padding: 0 5%;

	text-align: center;

	position: relative;
}
.lab_w5y{
	position: absolute;
	left: 0;
	top: 0;
}
.lab_w5y img{
	max-width: 150px;
	max-height: 150px;
}

.tov .tov-photo img{
	max-width: 100%;

	margin: 0;

	cursor: pointer;
}
.tov .tov-gallery{
	width: 15%;
}
.tov .tov-gallery a{
	display: inline-block;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 5px;

	padding: 5%;
	text-align: center;
}
.tov .tov-gallery a:hover, .tov .tov-gallery a.sel{
	border-color: #CCC;
}
.tov .tov-gallery img{
	max-width: 100%;
	margin: 0;
}


.tov .tov-data{
	display: inline-block;
	width: 20%;
	vertical-align: top;

}
.tov .tov-stock{
}
.tov .tov-data p{
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 5px 0;
	padding-left: 18px;
}

.tov .tov-data .tov-price, .tov .tov-buy2 .tov-price{
	font-size: 2.50em;
}
.tov .tov-data .tov-price{
	font-family: 'Roboto', sans-serif;
	line-height: 1.5em;
	color: #F73333;

	display: inline-block;
	position: relative;

	margin-top: -1px;
}
.tov .tov-data .tov-price .s-price{
	display: block;

	font-size: 0.5em;
	line-height: 0.75em;

	color: #666;

	right: 3px;
	top: -1em;
}

.block-tov .s-price{
	font-size: 0.6em;
	margin: -22px 0 -1px 0;
}

.s-price s, .price_old{
	text-decoration: none !important;
	position: relative;
}
.s-price>span{
	position: relative;
}
.s-price>span::after, .price_old::after{
	content: "";
	position: absolute;


	right: 0;	
	width: 100%;
	height: 2px;
	background-color: #F73333;

	top: 55%;
}
.block-tov .s-price>span::after, .s-price>span.red::after{
	display: none;
}
.s-price>span.red{
	margin-left: 4px;
}

.price_old::after{
	top: 40%;
}

.desktop.s-price{
	float: right;
	width: 25%;
}

.tov-buy2{
	padding: 20px 30px !important;
}
.tov-buy2 .tov-buy{
	margin: 0 !important;
}


.oneclick{
	position: relative;
	font-size: 0.875em;

	padding: 0px 18px;

	margin-top: 20px;
}
.oneclick a{
	color: #0077cb;
}
.oneclick div{
	position: absolute;
	top: -10px;
	left: 0px;
	z-index: 100;

	padding: 10px 18px;

	border-radius: 10px;
	background-color: #F6F6F6;


}
.oneclick div a, .oneclick div a:hover{
	color: #000;
	text-decoration: none;
}
.oneclick div input{
	width: 90%;
	border-radius: 0px;
}
.oneclick div .do{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 55px;
	height: 55px;
	background: url("/images/btn-callback.png") center center no-repeat;

	cursor: pointer;
}





.clear{
	clear: both;
	height: 0px;
}

.tov .tov-data p.hint{
	position: relative;
	cursor: help;
}
.tov .tov-data p.hint span{
	top: 0;
	right: 100%;
	background-color: #FFF;
	border: 1px solid #666;
	border-radius: 6px;
	padding: 20px 40px 40px 40px;
	margin-top: -45px;
	margin-right: 20px;
	width: 150%;
	z-index: 100;

	color: #000;
}

.tov .tov-data p.hint i{
	top: 2px;
	right: 100%;
	width: 11px;
	height: 20px;
	background: url("/images/arr3-r.png") right center no-repeat;
	z-index: 110;
	margin-right: 10px;
}

  .tov .tov-data p.hint span
, .tov .tov-data p.hint i{
	display: none;
	position: absolute;
}
  .tov .tov-data p.hint:hover span
, .tov .tov-data p.hint:hover i{
	display: inline-block;
}

.tov .tov-data p.hint span b{
	display: block;
	margin: 0 0 10px 0;
	font-weight: normal;
}

.tov .tov-data p.rating{
	font-size: 1.25em;
	color: #F73333;
	margin: 15px 0 0 0;

	white-space: nowrap;
}
.tov .tov-data p.rating img{
	margin: 0 10px 5px 0;
}

.soc{
	margin: 10px 20px;
	white-space: nowrap;
}

.tov .tov-data .b-share-btn__wrap{
	overflow: hidden;
	opacity: 0.5;
}
.tov .tov-data .b-share-btn__wrap:hover{
	opacity: 1;
}


.tov .tov-gifts{
	clear: both;
}
.tov .tov-text{
}
.btn.btn2{
	font-size: 18px;
	padding: 0 18px;

	height: 45px;
	line-height: 48px;

	min-width: 160px;
}
.tov .btn.btn2{
	margin: 0px;
	width: 240px;
	max-width: 100%;
}
.tov .tov-data .btn-green{
	background: linear-gradient(to top, 		#13a016, #23c726 );
	-moz-background: linear-gradient(to top, 	#13a016, #23c726 );
	-webkit-background: linear-gradient(to top,	#13a016, #23c726 );
}
.tov .tov-data .btn-green:hover{
	background: linear-gradient(to top, 		#23c726, #13a016 );
	-moz-background: linear-gradient(to top, 	#23c726, #13a016);
	-webkit-background: linear-gradient(to top, 	#23c726, #13a016);
}


.mfp-wrap, .mfp-bg{
	max-width: 100% !important;
}





.tov .tov-gifts p{
	color: #ff3333;
	
	margin: 20px 0;
}
  .tov .tov-gifts  a
, .tov .tov-gifts .a{
	display: inline-block;
	font-family: 'Roboto', sans-serif;	
	font-size: 1.4em;
	line-height: 1.2em;
	color: #333;
	text-decoration: none;
}
.tov .tov-gifts a:hover{
	text-decoration: none;
	color: #F73333;
}
  .tov .tov-gifts  a span
, .tov .tov-gifts .a span{
	margin-bottom: 20px;
}
.tov .tov-gifts ul li{
/*	max-width: 250px;*/
	max-width: 20%;
}






.tov .tov-text{
}

.tov .tov-text1, .tov .tov-text2{
	display: inline-block;
	width: 50%; 

	vertical-align: top;

	text-align: justify;
}

.tov .tov-text1{ position: relative; }
.tov .tov-text2{ position: relative; padding-left: 5%; }

.tov .tov-text .header{
	font-family: 'Roboto', sans-serif;
	font-size: 1.375em;
	color: #000;

	margin: 20px 0;
}

.tov .tov-text2 p{
	margin: 5px 0;
}
.tov .tov-text2 .start-comment{
	width: 100%;
}
.tov .tov-text2 textarea{
	width: 100%;
	min-height: 5em;
}
.tov .tov-text2 input.cptch{
	width: 120px;
}

.tov .tov-text2 .inp:focus{
	border-color: #00cc00;
}

.result{
	display: inline-block;
}


.tov .tov-text1 .rating{
	font-family: 'Roboto', sans-serif;
	font-size: 1.125em;
	color: #666;
}

.tov-comments>div{
	margin: 35px 0;
}


.tov-comments .tov-comment-name{
	display: block;
	margin: 20px 0 5px 0 !important;

	font-family: 'Roboto', sans-serif;
	font-size: 0.875em;
	line-height: 1em;
}
.tov-comments .tov-comment-name span{
	color: #999;
	padding-left: 10px;
}
.tov-comments .tov-comment-role{
	display: block;
	margin: 5px 0  !important;

	font-family: 'Roboto', sans-serif;
	font-size: 0.875em;
	line-height: 1em;
}


  .tov .rotator>p
, .tov .allmodels>p {
	font-family: "Futuris Extra";
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 1px;

	text-transform: uppercase;
}








.tov .tov-buy2{
	border: 1px solid #D6D6D6;
	border-radius: 4px;

	margin-bottom: 50px;
}
.tov .tov-buy2>div>*{
	display: inline-block;
	width: 33%;
	vertical-align: middle;
}
.tov .tov-buy2 .tov-buy{
}





.order .hist, .order .hist a{
	color: #666;
}
.order .content h1{
	color: #666;
	margin: 15px 0 40px 0;
}

.order .content img{
	margin: 0;
}


.order-cart{
	display: inline-block;
	width: 34%;
	vertical-align: top;
}

.order-user{
	display: inline-block;
	width: 60%;
	margin-left: 2%;
	vertical-align: top;

}





.order-tov{
	border: 1px solid #EEE;

	padding: 7% 3% 7% 7%;
	margin-bottom: 5%;
}
.order-tov-img{
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.order-tov-img img{
}
.order-tov-data{
	display: inline-block;
	width: 70%;
	vertical-align: top;

	padding-left: 7%;

	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
	font-size: 1.25em;
}
.order-tov-data a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.order-tov-data a:hover{
	color: #000;
	text-decoration: underline;
}
.order-tov-cat{
	font-size: 0.7em;
	margin: 5px 0 9px 0;
}
.order-tov-buy{
	display: inline-block;
	width: 50%;
	height: 28px;
	vertical-align: middle;
	white-space: nowrap;
}
.minus{
	display: inline-block;
	height: 28px;
	width: 28px;
	border-left: 2px solid #E0E0E0;
	border-top: 2px solid #E0E0E0;
	border-bottom: 2px solid #E0E0E0;
	border-radius: 2px 0 0 2px;
	background: url("/images/ico-minus.png") center center no-repeat;
	cursor: pointer;
}
.order-tov-buy input, .plus-minus input{
	display: inline-block;
	height: 28px;
	border-top: 2px solid #E0E0E0;
	border-bottom: 2px solid #E0E0E0;
	border-left: 0;
	border-right: 0;
	vertical-align: top;
	padding: 0;
	text-align: center;
	font-size: 18px;
	padding-bottom: 3px;
}
.plus{
	display: inline-block;
	height: 28px;
	width: 28px;
	border-right: 2px solid #E0E0E0;
	border-top: 2px solid #E0E0E0;
	border-bottom: 2px solid #E0E0E0;
	border-radius: 0 2px 2px 0;
	background: url("/images/ico-plus.png") center center no-repeat;
	cursor: pointer;
}
.order-tov-price{
	display: inline-block;
	width: 50%;
	height: 28px;
	line-height: 30px;

	font-weight: bold;
	color: #F73333;

	vertical-align: middle;
}

.order-itogo{
	font-size: 1.5em;
	font-weight: normal;
	
	padding: 0 7%;
	margin: 40px 0 20px 0;
}
.cart_delivery0{
	font-size: 1em;
	font-weight: normal;
	color: #0C0;
	padding: 0 7%;
	line-height: 1em;
	width: 100%;
}
.cart_delivery{
	font-size: 1em;
	font-weight: normal;
	padding: 0 7%;
	line-height: 1em;
	width: 100%;
	color: #0C0;
}
.cart_delivery span, .cart_delivery0 span{
	float: right;
	display: inline-block;
	line-height: 1em;
}
.order-itogo .cart_quan{
	display: none;
}
.order-itogo .cart_all{
	display: inline-block;
	float: right;
}

.order-gifts{
	background: url("/images/ico-plus25.png") left center no-repeat;

	font-size: 1.5em;
	font-weight: normal;
	color: #F73333;

	height: 1.625em;
	line-height: 1.625em;

	padding: 0 7% 0 35px;
	margin: 20px 0 0 7%;

	cursor: pointer;
}
/*.order-gifts.open{
	background: url("/images/ico-minus25.png") left center no-repeat;
}	*/
.order-gifts-cont{
	display: none;
	padding: 0px 7%;
	margin: 20px 0px;
}
.order-gifts-cont a, .order-gifts-cont a:hover{
	display: inline-block;
	width: 35%;
	max-width: 35%;
	text-align: center;
	vertical-align: top;

	margin: 0 0 10px 0;

	font-family: 'Roboto', sans-serif;
	font-size: 0.875em;
	line-height: 1.2em;
	color: #000;
	text-decoration: none;
}
.order-gifts-cont a span{
	display: inline-block;
	width: 100px;
	height: 100px;

	display: flex;
	display: -webkit-flex;

	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;

	position: relative;
}
.order-gifts-cont a img{
	display: inline-block;

	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.order-gifts-cont a span span{
	background: url("/images/ico-plus23.png") center center no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.order-user-header1, .order-user-header2{
	display: inline-block;
	width: 50%;

	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
	font-size: 1.5em;
	color: #666;

	text-align: center;
	height: 70px;
	line-height: 70px;

	background-color: #F3F3F3;

	cursor: pointer;
}
.order-user-header1.open, .order-user-header2.open{
	font-weight: bold;
	background-color: transparent;
}

.display-none{
	display: none;
}

.content table.trans td.w{
	padding: 10px 20px !important;	
}

.content table.trans th{
	padding: 10px 20px 0 20px !important;
	text-align: left;
}
.content table.trans td{
	padding: 0 20px !important;
}
.content table.trans  th, .content table.trans  td{
	font-family: 'Myriad Pro', 'PT Sans', sans-serif;
	font-weight: normal;

	vertical-align: top;
}




.order-user-block1, .order-user-block2{
	margin-top: 50px;
}

.order-user td>a{
	color: #000;
	font-size: 1.125em;
	line-height: 1.5em;
	text-decoration: none;
}
.order-user td>a:hover{
	color: #000;
	text-decoration: underline;
}
.order-user td>a img{
	vertical-align: middle;
	display: inline-block;
	margin-top: -2px !important;
	background-color: #FFF;
}
a.amnesia{
	color: #36C;
	display: inline-block;
	margin-left: 20px;
}
a.amnesia:hover{
	color: #36C;
}

.order-user textarea{
	width: 100%;
	height: 5em;
}

.order-user .btn{
	font-size: 1.25em;
	padding-right: 50px;
	width: 100%;
}

div.li>div{
	padding: 5px 0 20px 22px;
	color: #999;
	font-style: italic;
	font-size: 0.9em;
}




.credit h1{
	color: #666;
	margin: 20px 0 60px 0;
}

.credit-page{
	font-family: 'Myriad Pro', 'PT Sans', sans-serif;	
	font-size: 1.375em;
	color: #666;
}


.cp-bank{
	display: inline-block;
	width: 48%;
	margin-right: 1%;
	vertical-align: top;
}
.cp-bank2{
	padding: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	font-size: 0.775em;
}
.cp-bank2>*{
	display: inline-block;
	vertical-align: middle;
	min-height: 70px;
}
.cp-bank2 .cp-res{
	white-space: nowrap;
}
.cp-img{
	width: 200px;
	min-width: 200px;
}
.cp-type0{
	width: auto;
}
.cp-type{
/*	width: 20%;*/
	width: 120px;
	min-width: 100px;
}
.cp-res{
	font-size: 1.295em;
	padding-left: 20px;
}
.cp-res b{
	font-size: 1.18em;
}
.cp-info{
	display: block;
	padding: 5px 10px;
}
.cp-text{
	font-size: 0.9090em;
	padding-top: 50px;
}
.credit-page .cp-buy{
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	height: 55px;
}

.credit-page .cp-res.cp-blue{
	color: #4a52e7;
}
.credit-page .cp-buy.btn-blue{
	background-color: #4a52e7;
}
.credit-page .cp-res.cp-green{
	color: #7dca3f;
}
.credit-page .cp-buy.btn-green{
	background-color: #1cb61f;
}


.ss{
    background: #FFF url("/images/ico-magn-black.png") no-repeat scroll 8px center;
    border: 3px solid #d0cfcf;
    border-radius: 18px;
    color: #000;
    font-size: 0.937em;
    font-weight: normal;
    height: 36px;
    width: 300px;
    outline: medium none;
    padding: 0 10px 0 35px;
}

select.inp3{
	height: auto;
}


.order-user.logged .order-user-block1{
	margin: 0 !important;
}

.mobile{
	display: none;
}

.desktop-invis{
	display: none;
}

.quart{
	padding-bottom: 100px !important;
}
.quart .cont-tov{
	white-space: normal;
}
.quart .block-tov{
	width: 24%;
	height: auto;
}



.quart .order-tov{
	width: 32%;
	padding: 3% 1% 3% 3%;
	display: inline-block;
	margin-bottom: 1%;
}
.quart .order-tov a{
	font-weight: normal;
}
.quart .order-tov-img{
	width: 20%;
}
.quart .order-tov-data{
	width: 80%;
}
.quart .order-tov .order-tov-price{
	width: auto; 
	font-weight: normal;
}

.quart .tov-buy{
	display: inline-block;
	width: 110px;
	min-width: 110px;
	padding: 0 10px !important;
	height: 35px;
	line-height: 35px;
	margin-left: 20px;
	white-space: nowrap;
	font-weight: normal;
}

h1.tobot{
	font-size: 3em !important;
	line-height: 1.2em;
}

.tobot{
	padding: 0 50px !important;
	color: #999;
	font-size: 1em !important;
}

.menu-info{
	display: none;
}


/*
.search-res .block-tov{
	max-width: 25%;
	height: 480px;
}
/**/




.cont-tov-news .block-tov .bt-name{
	font-weight: normal;
	height: auto;
	max-height: 3.3em;
}

.cont-tov-news{
	display: inline-flex;
	flex-wrap: wrap;
}

/*
.rotator-news .block-tov, .cont-tov-news .block-tov{
	width: 25%;
	max-width: 25%;
	margin-left: -1px !important;

	height: 450px;
}

.rotator-news .rot-prev{	margin-right: 2px; }
.rotator-news .rot-next{	margin-left: -3px; }
*/


.super-price{
	background-color: #fff6c5;
	border-radius: 10px;

	padding: 10px 15px 15px 15px;
	margin: -40px -15px 0 -15px;

	position: relative;

}
.super-price .tov-price{
	font-size: 2.1875em;
	line-height: 1.2em;
	padding: 0;
}
.super-price .tov-price .super-price-title{
	font-size: 0.59em;
	line-height: 1em;
/*	max-width: 120px;*/
	max-width: 100%;
}

.tov .super-price .s-price{
	top: 2em;
	right: 18px;

	display: inline-block;
	color: #666;
	font-size: 0.9em;

    	white-space: nowrap;
}

/*.tov .super-price .s-price:after{
    border-top: 1px solid #999;
    position: absolute;
    content: "";
    right: 0;
    top: 55%;
    left: 0;
}*/


.super-price .clock{
	margin-top: 10px;
}
.clock{
	font-family: Arial;
	font-size: 0.825em;
	color: #333;
}
.clock .c{
	white-space: nowrap;
	margin-left: -4px;
}
.clock .c>div{
	display: inline-block;
}
.clock .c>div>div{
	display: block;
	width: 58px;
	height: 60px;

	padding: 10px 0;
	text-align: center;
	
	font-size: 40px;
	line-height: 35px;

	background: url("/images/promo-time-counter.png") center center no-repeat;
}
.clock .c>div>span{
	padding-left: 5px;
}



.tov .tov-credit{
/*	margin: 20px 0;	/**/
	margin: 30px 0;	
}
.tov .tov-credit p{
	margin: 8px 0;
	color: #01a0db;
	font-size: 1.1em;
}
/*
.tov .tov-credit .btn{
	color: #FFF;
	background-color: #00acec;
	text-decoration: none;
	font-size: 1em;
}
.tov .tov-credit .btn:hover{
	background-color: #62b6e1;
}
*/

.tov .tov-credit .btn{
	color: #01a0db;
	background-color: #FFF;
	text-decoration: none;
	font-size: 1em;

	border: 1px solid #01a0db;
	border-radius: 0;
}
.tov .tov-credit .btn:hover{
	background-color: #FFF;
}




.tov .tov-credit .btn:hover{
	background-color: #01a0db !important;
}

.tov .tov-credit .btn{




font-size: 18px;
padding: 0 18px;
height: 45px;
line-height: 43px;

	border-radius: 4px;



	line-height: 2em !important;

	padding: 0 18px;

	color: #FFF !important;
	background-color: dodgerblue !important;
}















.tov .tov-credit .tov-credit2{
	font-size: 0.8em;
	font-family: Arial;
	color: #333;

	margin: 15px 0 0 0;
}
.tov .tov-credit .tov-credit2 img{
	margin: 0;
}
.tov .tov-credit .tov-credit2 a{
	color: #000;
}






.tov-buy-small{
	display: inline-block;
	width: 41px;
	height: 36px;

	background: url("/images/cart1.png") center center no-repeat;

	background-color: #ff3333;

	margin-top: 6px;

	cursor: pointer;
}
.tov-buy-small:hover{
	background-color: #ff5353;
}
.tov-buy-small-check{
	display: none;
	width: 41px;
	height: 36px;

	background: url("/images/check1.png") center center no-repeat;

	margin-top: 6px;
}

.sel>.tov-buy-small{
	background-color: #20c400;
}
.sel>.tov-buy-small-check{
	display: inline-block;
}



/* NEW YEAR */


body{
/*	margin-top: 50px;*/
/*	background: url("/images/snow_violet.gif");
	background-attachment: fixed;
*/
}
/*.topline{
	background: url("/images/snowpad.gif");
	height: 40px;

	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	max-width: 100%;
}
.topline a{
	display: block;
	width: 100%;
	height: 100%;
}
/**/





.link201709{
}
.link201709 a{
	display: block;
	position: relative;
	text-decoration: none;
}
.link201709 img{
	width: 100%;
	max-width: 100%;
}
.link201709 button{
	position: absolute;

	min-height: 33%;
	min-width: 33%;

	top: 33%;
	left: 33%;

	background-color: transparent;
	color: #FFF;
	font-size: 3vw;
	text-transform: uppercase;

	cursor: pointer;
}




.filter-container{
	position: relative;
	overflow: hidden;
	display: block;
}

.filter-right{
	background-color: #FFF;
}


.filter{
	text-align: center;
	font-size: 0.9em;
	
	padding: 10px 10px 15px 10px !important;

	background-color: #FFF;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;

/*	box-shadow: -5px 5px 5px #CCC;*/

	width: 200px !important;
	z-index: 1000;

	position: absolute;

	left: 0;
	top: 30px;
}
.filter .pars{
	text-align: left;
}
.filter .pars>div{
	display: block;
	vertical-align: top;
	text-align: left;

	margin: 5px 5px 10px 5px;
	padding: 5px 10px;

	background-color: #FFF;
	border-radius: 5px;

	line-height: 1.2em;
}
.filter .pars .par>*{
	margin: 5px 0 !important;
}
.filter .pars>div>p{
	color: #999;
}
.filter .pars input, .filter .pars label{
	vertical-align: middle;
	line-height: 1em;
}





.filter .pars .par div{
	position: relative;
}
.filter .pars .par div label{
	white-space: nowrap;
}
.filter .pars .par div label>*{
	vertical-align: top;
}
.filter .pars .par div label a, .filter .pars .par div label span.a{
	display: inline-block;
	white-space: normal;
	font-size: 15px;
	line-height: 1.2em;
}




.filter .pars .par div.is-checked label span.a{
	color: #F33;	
}
.filter .pars .par div label span.a:hover{
	color: #F33;
	text-decoration: underline;
	cursor: pointer;
}





.filter .pars .par div input{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.filter .pars .par div label span.ch{
	display: inline-block;
	width: 15px;
	height: 15px;

	border: 1px solid #DADADA;
	background-color: #DDD;
	border-radius: 3px;
	margin-top: 2px;
}
.filter .pars .par div.is-checked label span.ch{
	border: 1px solid #F33;
	background: #F33 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 11px 11px;
}

.filter .pars .par div label small{
	color: #AAA;
	
	display: inline-block;
	margin-left: 10px;
	margin-top: 3px;
}


/*
.filter .pars .par div.dis label span.a{
	background: none !important;
	border: 0 !important;
}
*/
.filter .pars .par:not(.is-checked) div.dis label span.a{
	color: #CCC;
	cursor: default;
}
.filter .pars .par:not(.is-checked0) div.dis{
	display: none;
}


.filter .pars .par div a, .filter .pars .par div span.a{
	color: #000;
	text-decoration: none;
	margin-left: 5px;
	font-style: normal;
}
.filter .pars  .par div.is-checked a{
	color: #f33;
}
.filter .pars  .par div:hover a{
	text-decoration: underline;
}


.filter button{
	padding: 10px 20px;
}
.filter button, .filter input, .filter label{
	cursor: pointer;
}






.filter-closed{
	display: none;
}
.filter.closed>*{
	display: none;
}
.filter.closed .filter-closed{
	display: inline-block;

	font-size: 14px;
	line-height: 20px;
}
.filter.closed{
	display: inline-block;

	width: 75px !important;
	height: 75px !important;

	background: url("/images/arr2-r-red.png") center 22px no-repeat;

	cursor: pointer;
}

.filter.filter-wide{
	border: 0;
}
.filter.filter-wide .filter-close{
	display: none !important;
}
.filter-close{
	display: none;

	position: absolute;
	right: 5px;
	top: 5px;

	width: 25px;
	height: 25px;
	border-radius: 100%;

	background: #FFF url("/images/arr2-l-red.png") center center no-repeat;

	cursor: pointer;
}
.filter:hover .filter-close{
	display: inline-block;
}
.filter.closed .filter-close{
	display: none;
}




.flip-clock-wrapper ul li{
	padding: 0;
	background: none;
}



.p404{
	background: #9a2828 url("/images/404.jpg") center center no-repeat;
	min-height: 334px;
}
.p404, .p404 h1, .p404 a{
	color: #FFF !important;
	font-weight: normal;
}





.schema-stock .block-tov .spez{
	display: none;
}




*
body.tov .stock-black-friday-2020{
	background-color: #000;
	color: #fff6c5;
}
body.tov .stock-black-friday-2020 .s-price,
body.tov .stock-black-friday-2020 .clock{
	color: #FFF !important;
}
body.tov .stock-black-friday-2020 .clock .d,
body.tov .stock-black-friday-2020 .clock .h,
body.tov .stock-black-friday-2020 .clock .m,
body.tov .stock-black-friday-2020 .clock .s{
	color: #000;
}



body.cat .stock-black-friday-2020 .red{
	font-weight: normal;
	font-size: 1.2em;
}
/**/






.block-tov.stock .bt-gift{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	bottom: 30px;
}
.block-tov.stock .bt-gift span{
	display: none;
}
.block-tov.stock .bt-gift img{
/*	max-height: 100px;*/
	max-height: 100%;
	max-width: 100%;
}






.block-tov .text_small{
	padding: 0 10% 10% 10% !important;

	text-align: justify;
}
.block-tov .text_small>p{
	overflow: hidden;

	max-height: 26em;
	font-size: 0.9em;
	line-height: 1.3em;

	color: #444;
}






.owl-stage-outer{
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.owl-stage{
	display: flex;
}
.owl-item .block-tov .a{
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.owl-item .block-tov{
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	margin-left: 0;
	border-left: 0;
	height: 100%;
}


.rotator2 > div{
	margin: 0;
}

  .rotator2 .rot2-prev
, .rotator2 .rot2-next{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;

	position: absolute;
	bottom: 48%;
	z-index: 1;

	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
  .rotator2:hover .rot2-prev
, .rotator2:hover .rot2-next{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}

.rotator2 .rot2-prev{
	background: rgba(255,255,255, 0.5) url("/images/arr6-lr.png")   0px 0px no-repeat;
	left: 20px;
}
.rotator2 .rot2-next{
	background: rgba(255,255,255, 0.5) url("/images/arr6-lr.png") -50px 0px no-repeat;
	right: 20px;
}
  .rotator2 .rot2-prev:hover
, .rotator2 .rot2-next:hover{
	background-color: rgba(255,255,255, 0.75);
}


#gallery-mobile{
	width: 100%;
}
.content .fotorama img{
	margin: 0;
}






  .super-price.stock-ny2019
, .super-price.stock-black-friday-2018
, .super-price.stock-ny-prices-2019{
	background: skyblue url("/images/snow.png") 150px -20px;
	background-size: 500px;
}


  .super-price.stock-ny2019		.super-price-title
, .super-price.stock-black-friday-2018	.super-price-title
, .super-price.stock-ny-prices-2019	.super-price-title
, .super-price.stock-ny-prices-2020	.super-price-title
{
	text-align: center;
}
  .super-price.stock-ny2019		.super-price-title a
, .super-price.stock-black-friday-2018	.super-price-title a
, .super-price.stock-ny-prices-2019	.super-price-title a
, .super-price.stock-ny-prices-2020	.super-price-title a
{
	color: RoyalBlue;
	text-decoration: none;
}





center h1{
	display: inline-block;
}
h1.green{
	color: #0A0;
}