﻿


.relat {
	position: absolute;
}

.models-box H2, .models-box3 H2, .content > H2 {
	display: block;
	margin: 0 auto;
	padding: 35px 0 20px 0;
	text-align: center;
    font-weight: bold;
    font-size: 14pt;
    line-height: 20pt;
	text-transform: uppercase;
}



.photo-box {
	float: right;
	width: 59%;
}
.photo-box .avatar {
	position: relative;
	padding: 25px;
	z-index: 40;
}
.photo-box .avatar IMG {
	width: 100%;
	max-width: 640px;
	height: auto;
	z-index: 87;
}
.photo-box .avatar .vote-model {
	position: absolute;
	overflow: hidden;
	top: 15%;
	right: 30px;
	width: 200px;
	height: 55px;
	cursor: pointer;
	opacity: 0.7;
	z-index: 88;
}
.photo-box .avatar .vote-model:hover { opacity: 0.93; }
.photo-box .avatar .vote-model .txt {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 5px;
	width: 200px;
	margin: 0 auto 0 auto;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 10pt;
	font-family: "Arial Narrow",Roboto,Arial,sans-serif;
	text-shadow: 1px 1px 1px black;
	line-height: 10pt;
	z-index: 90;
}
.photo-box .avatar .vote-model .txt SPAN {
	font-weight: normal;
	font-size: 10pt;
	margin-right: 5px;
}
.photo-box .avatar .vote-model .skin {
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 55px;
	background-image: url('/img/vote-stars.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 89;
	box-shadow: 1px 2px 2px black;
}
.photo-box .avatar .vote-model .slider {
	position: absolute;
	overflow: hidden;
	left: 14px;
	bottom: 6px;
	width: 0px;
	height: 27px;
	background: #ffbf00;
	z-index: 88;
}
.photo-box .avatar .vote-model .vote-slider-toggle {
	background: #ffe600;
}
.photo-box .avatar .vote-model .bg {
	position: absolute;
	overflow: hidden;
	left: 14px;
	bottom: 6px;
	width: 172px;
	height: 27px;
	background: #fffce1;
	z-index: 87;
}


.thumbs-box {
	position: relative;
	overflow: hidden;
	padding: 10px;
	clear: both;
}
.thumbs-box > .thumb {
	float: left;
	width: 102px;
	height: 77px;
	border: solid 1px white;
	margin-left: 4px;
}
.thumbs-box > .thumb:hover {
	border: dotted 1px #2626ff;
}


.top-box {
	display: block;
	position: relative;
	overflow: hidden;
}
.info-box {
	float: right;
	width: 41%;
	min-height: 30px;
	/*padding-left: 50px;
	margin-right: 30px;*/


}
.info-box H1 {
	font-size: 30pt;
	font-family: Roboto, arial, helvetica, serif;
	margin: 0px 10px 10px 0px;
}
.info-box .h1sm {
	font-size: 20pt;
}
.info-box H1:before {
	display: block;
	position: relative;
	top: 0;
	height: 1.6em;
}
.info-box H1 SPAN {
	display: block;
	font-size: 0.5em;
	line-height: 1em;
	padding-bottom: 2px;
	font-family: inherit;
	font-weight: inherit;
}
.info-box .h1sm SPAN {
	font-size: 14pt;
}
@media (max-width: 1200px) {
	.info-box H1 { font-size: 3.33vw; }
}
@media (max-width: 700px) {
	.info-box H1 {
		margin-left: 20px;
		font-size: 7.7vw;
	}
	.models-box H2, .models-box3 H2, .content > H2 {
		padding: 30px 0 10px 0;
	}
	.info-box .h1sm {
		font-size: 16pt;
	}
	.info-box .h1sm SPAN {
		font-size: 10pt;
	}	
}






.info-box TABLE {
	width: 100%;
	padding-right: 20px;
	font-size: 11pt;
}
.info-box TABLE TD {
	color: #123e5a;
	padding-left: 10px;
}
.info-box TABLE TD A { white-space: nowrap; }
.info-box TABLE TR:nth-child(odd) {
	background-color: #ecf4fb;
}
.info-box TABLE TR TD:nth-child(1) {
	padding-right: 10px;
	text-align: right;
}
.info-box TABLE TR TD:nth-child(2n) {
	
	font-weight: bold;
}
.info-box TABLE TR:hover {
	background-color: #d5eeff;
}

.content .pb0 { padding-bottom: 10px; }

.table-spec-box {
	padding: 5px 50px 0 50px;
}
.table-spec-box H3 {
	font-size: 13pt;
	padding: 20px 10px 0 20px;
	margin: 0;
	color: #103045;
	text-transform: uppercase;
}
.table-spec-box H3::before {
	content: "\25be";
}
.table-spec-box TABLE {
	width: 100%;
	font-size: 11pt;
}
.table-spec-box TABLE TD {
	width: 50%;
	color: #5e4013;
}
.table-spec-box TABLE TR:nth-child(odd) {
	background-color: #fcfaf5;
}
.table-spec-box TABLE TD:nth-child(2n) {
	font-weight: bold;
}
.table-spec-box TABLE TR:hover {
	background-color: #ffecd7;
}
.table-spec-box .sxema {
	text-align: center;
}
.table-spec-box .sxema IMG {
	width: 600px;
	height: auto;
}


.table-box {
	padding: 5px 50px 40px 50px;
}
.table-box H3 {
	font-size: 11pt;
	padding: 20px 10px 0 20px;
	margin: 0;
	color: #2e566d;
	text-transform: uppercase;
}
.table-box H3::before {
	content: "\25be";
}
.table-box TABLE {
	width: 100%;
	font-size: 11pt;
}
.table-box TABLE TD {
	width: 50%;
	color: #102d36;
}
.table-box TABLE TR:nth-child(odd) {
	background-color: #edfafe;
}
.table-box TABLE TD:nth-child(2n) {
	font-weight: bold;
	color: #09405e;
}
.table-box TABLE TR:hover {
	background-color: #d5f0ff;
}
.table-box .sxema {
	text-align: center;
}
.table-box .sxema IMG {
	width: 600px;
	height: auto;
}
.table-box TABLE A {
	font-size: 13pt;
	line-height: 15pt;
	padding: 3px 0;
}

.buttons {
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
	/*padding-top: 20px;
	margin-left: 20px;*/
}
.price-box {
	margin: 0 0 0 0;
	padding: 15px 5px 15px 20px;
	color: #6E6E6E;
	font-size: 18pt;
	font-weight: normal;
	/*border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-left: solid 1px #e2e2e2;
	border-top: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;*/
}
.price-box A {
	text-decoration: none;
	color: #787878;
}
.price-box .c3 {
	margin-left: 5px;
	font-weight: bold;
	font-size: 24pt;
	letter-spacing: 0px;
	color: #313c4d;
}
.price-box .c2 {
	position: relative;
    display: inline-block;
	margin-left: 12px;
	font-size: 12pt;
	color: #630000;
}
.price-box .c2::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f00;
    content: '';
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
	opacity: 0.93;
}
.price-box .akcia {
	font-size: 10pt;
	background: darkgreen;
	color: #12ff00;
	padding: 0 3px 0 3px;
}
.price-box .price-date {
	position: relative;
	font-size: 9pt;
	font-style: italic;
	font-family: arial;
}
.price-box .price-aferta {
	position: relative;
	font-size: 9pt;
	font-style: italic;
	font-family: arial;
	color: darkred;
	padding-top: 3px;
}
.price-box .price-util {
	font-size: 9pt;
	font-style: italic;
	font-family: arial;
}
.price-box .price-util SPAN {
	font-size: 9pt;
	text-decoration: underline;
	font-family: arial;
}

.but-price-box {
	margin: 20px 15px 15px 0;
	padding: 0;
	float: left;
	display: block;
	text-align: center;
}
.but-price {
	background-color:#3bb3e0;
	text-decoration:none;
	text-transform: uppercase;
	color:#ffffff !important;
	white-space: nowrap;
	font-size:10pt;
	font-weight:bold;
	position:relative;
	padding:10px 50px 10px 20px;
	text-shadow:0 1px 1px #555;
	background-image:linear-gradient(to top, #709e0e 0%, #88c72a 100%);
	background-image:-o-linear-gradient(to top, #709e0e 0%, #88c72a 100%);
	background-image:-moz-linear-gradient(to top, #709e0e 0%, #88c72a 100%);
	background-image:-webkit-linear-gradient(to top, #709e0e 0%, #88c72a 100%);
	background-image:-ms-linear-gradient(to top, #709e0e 0%, #88c72a 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0 1px 0 #8cba2a inset, 0 5px 0 0 #347300, 0 10px 5px #999;
	-moz-box-shadow:0 1px 0 #8cba2a inset, 0 5px 0 0 #347300, 0 10px 5px #999;-o-box-shadow:0 1px 0 #8cba2a inset, 0 5px 0 0 #347300, 0 10px 5px #999;
	box-shadow:0 1px 0 #8cba2a inset, 0 5px 0 0 #347300, 0 10px 5px #999;
	transition:none;
}
.but-price:hover {
	top:3px;
	background-image:linear-gradient(to top, #84c333 0%, #519000 100%);
	background-image:-o-linear-gradient(to top, #84c333 0%, #519000 100%);
	background-image:-moz-linear-gradient(to top, #84c333 0%, #519000 100%);
	background-image:-webkit-linear-gradient(to top, #84c333 0%, #519000 100%);
	background-image:-ms-linear-gradient(to top, #84c333 0%, #519000 100%);
	-webkit-box-shadow:0 1px 0 #549332 inset, 0 2px 0 0 #458403, 0 5px 3px #999;
	-moz-box-shadow:0 1px 0 #549332 inset, 0 2px 0 0 #458403, 0 5px 3px #999;-o-box-shadow:0 1px 0 #549332 inset, 0 2px 0 0 #458403, 0 5px 3px #999;
	box-shadow:0 1px 0 #549332 inset, 0 2px 0 0 #458403, 0 5px 3px #999;
}
.but-price:active {
	color: #c9ffc6;
}
.but-price::before {
	background-color:#619200;
	/*background-image:url("/img/right_arrow.png");*/
	background-repeat:no-repeat;
	background-position:center center;
	content:"\20B8";
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	text-shadow:1px 1px 0px #430000;
	margin-top:-9px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:0 1px 0 #003900 inset, 0 1px 0 #8dcc3c;
	-moz-box-shadow:0 1px 0 #003900 inset, 0 1px 0 #8dcc3c;
	-o-box-shadow:0 1px 0 #003900 inset, 0 1px 0 #8dcc3c;
	box-shadow:0 1px 0 #003900 inset, 0 1px 0 #8dcc3c;
}
.but-price:hover::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow:0 1px 0 #89c838 inset, 0 3px 0 #226103, 0 6px 3px #3e7d00;
	-moz-box-shadow:0 1px 0 #89c838 inset, 0 3px 0 #226103, 0 6px 3px #3e7d00;-o-box-shadow:0 1px 0 #89c838 inset, 0 3px 0 #226103, 0 6px 3px #3e7d00;
	box-shadow:0 1px 0 #89c838 inset, 0 3px 0 #226103, 0 6px 3px #3e7d00;
}

.but-lizing-box {
	margin: 20px 15px 15px 0;
	padding: 0;
	float: left;
	display: block;
	text-align: center;
}
.but-lizing {
	margin: 20px auto 15px auto;
	padding: 0;
	width: 100%;
	background-color:#3bb3e0;
	text-decoration:none;
	text-transform: uppercase;
	color:#fff;
	white-space: nowrap;
	font-size:10pt;
	font-weight:bold;
	position:relative;
	padding:10px 50px 10px 20px;
	text-shadow:0 1px 1px #555;
	background-image:linear-gradient(to top, #0d689f 0%, #3693d8 100%);
	background-image:-o-linear-gradient(to top, #0d689f 0%, #3693d8 100%);
	background-image:-moz-linear-gradient(to top, #0d689f 0%, #3693d8 100%);
	background-image:-webkit-linear-gradient(to top, #0d689f 0%, #3693d8 100%);
	background-image:-ms-linear-gradient(to top, #0d689f 0%, #3693d8 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0 1px 0 #2b6fb9 inset, 0 5px 0 0 #004573, 0 10px 5px #999;
	-moz-box-shadow:0 1px 0 #2b6fb9 inset, 0 5px 0 0 #004573, 0 10px 5px #999;-o-box-shadow:0 1px 0 #2b6fb9 inset, 0 5px 0 0 #004573, 0 10px 5px #999;
	box-shadow:0 1px 0 #2b6fb9 inset, 0 5px 0 0 #004573, 0 10px 5px #999;
	transition:none;
}
.but-lizing:hover {
	top:3px;
	background-image:linear-gradient(to top, #3199c6 0%, #005791 100%);
	background-image:-o-linear-gradient(to top, #3199c6 0%, #005791 100%);
	background-image:-moz-linear-gradient(to top, #3199c6 0%, #005791 100%);
	background-image:-webkit-linear-gradient(to top, #3199c6 0%, #005791 100%);
	background-image:-ms-linear-gradient(to top, #3199c6 0%, #005791 100%);
	-webkit-box-shadow:0 1px 0 #316a95 inset, 0 2px 0 0 #035e85, 0 5px 3px #999;
	-moz-box-shadow:0 1px 0 #316a95 inset, 0 2px 0 0 #035e85, 0 5px 3px #999;-o-box-shadow:0 1px 0 #316a95 inset, 0 2px 0 0 #035e85, 0 5px 3px #999;
	box-shadow:0 1px 0 #316a95 inset, 0 2px 0 0 #035e85, 0 5px 3px #999;
}
.but-lizing:active {
	color: #d7dbff;
}
.but-lizing::before {
	background-color:#004d93;
	/*background-image:url("/img/right_arrow.png");*/
	background-repeat:no-repeat;
	background-position:center center;
	content: "\1F511";
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	text-shadow:1px 1px 0px #430000;
	margin-top:-9px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:0 1px 0 #001539 inset, 0 1px 0 #39b0ce;
	-moz-box-shadow:0 1px 0 #001539 inset, 0 1px 0 #39b0ce;
	-o-box-shadow:0 1px 0 #001539 inset, 0 1px 0 #39b0ce;
	box-shadow:0 1px 0 #001539 inset, 0 1px 0 #39b0ce;
}
.but-lizing:hover::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow:0 1px 0 #36a0c9 inset, 0 3px 0 #034061, 0 6px 3px #00587d;
	-moz-box-shadow:0 1px 0 #36a0c9 inset, 0 3px 0 #034061, 0 6px 3px #00587d;-o-box-shadow:0 1px 0 #36a0c9 inset, 0 3px 0 #034061, 0 6px 3px #00587d;
	box-shadow:0 1px 0 #36a0c9 inset, 0 3px 0 #034061, 0 6px 3px #00587d;
}

.but-print-box {
	margin: 20px 15px 15px 0;
	padding: 0;
	float: left;
	display: block;
	text-align: center;
}
.but-print {
	margin: 20px auto 15px auto;
	padding: 0;
	width: 100%;
	background-color: darkred;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
	font-size: 10pt;
	font-weight: bold;
	position: relative;
	padding: 10px 50px 10px 20px;
	text-shadow: 0 1px 1px #555;
	background-image:linear-gradient(to top, #624a4a 0%, #993737 100%);
	background-image:-o-linear-gradient(to top, #624a4a 0%, #993737 100%);
	background-image:-moz-linear-gradient(to top, #624a4a 0%, #993737 100%);
	background-image:-webkit-linear-gradient(to top, #624a4a 0%, #993737 100%);
	background-image:-ms-linear-gradient(to top, #624a4a 0%, #993737 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0 1px 0 #5e7586 inset, 0 5px 0 0 #2f3d44, 0 10px 5px #999;
	-moz-box-shadow:0 1px 0 #5e7586 inset, 0 5px 0 0 #2f3d44, 0 10px 5px #999;-o-box-shadow:0 1px 0 #5e7586 inset, 0 5px 0 0 #2f3d44, 0 10px 5px #999;
	box-shadow:0 1px 0 #5e7586 inset, 0 5px 0 0 #2f3d44, 0 10px 5px #999;
	transition:none;
}
.but-print:hover {
	top:3px;
	background-image:linear-gradient(to top, #993737 0%, #624a4a 100%);
	background-image:-o-linear-gradient(to top, #993737 0%, #624a4a 100%);
	background-image:-moz-linear-gradient(to top, #993737 0%, #624a4a 100%);
	background-image:-webkit-linear-gradient(to top, #993737 0%, #624a4a 100%);
	background-image:-ms-linear-gradient(to top, #993737 0%, #624a4a 100%);
	-webkit-box-shadow:0 1px 0 #536973 inset, 0 2px 0 0 #354d53, 0 5px 3px #999;
	-moz-box-shadow:0 1px 0 #536973 inset, 0 2px 0 0 #354d53, 0 5px 3px #999;-o-box-shadow:0 1px 0 #536973 inset, 0 2px 0 0 #354d53, 0 5px 3px #999;
	box-shadow:0 1px 0 #536973 inset, 0 2px 0 0 #354d53, 0 5px 3px #999;
}
.but-print:active {
	color: orange;
}
.but-print::before {
	background-color:#3a5058;
	/*background-image:url("/img/right_arrow.png");*/
	background-repeat:no-repeat;
	background-position:center center;
	content:"\1F4C4";
	font-size: 9pt;
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	text-shadow:1px 1px 0px #430000;
	margin-top:-9px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:0 1px 0 #171b22 inset, 0 1px 0 #6c949b;
	-moz-box-shadow:0 1px 0 #171b22 inset, 0 1px 0 #6c949b;
	-o-box-shadow:0 1px 0 #171b22 inset, 0 1px 0 #6c949b;
	box-shadow:0 1px 0 #171b22 inset, 0 1px 0 #6c949b;
}
.but-print:hover::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow:0 1px 0 #688e97 inset, 0 3px 0 #26373e, 0 6px 3px #33464a;
	-moz-box-shadow:0 1px 0 #688e97 inset, 0 3px 0 #26373e, 0 6px 3px #33464a;-o-box-shadow:0 1px 0 #688e97 inset, 0 3px 0 #26373e, 0 6px 3px #33464a;
	box-shadow:0 1px 0 #688e97 inset, 0 3px 0 #26373e, 0 6px 3px #33464a;
}

.but-cenyki-box {
	margin: 20px 15px 15px 0;
	padding: 0;
	float: left;
	display: block;
	text-align: center;
}
.but-cenyki {
	margin: 20px auto 15px auto;
	padding: 0;
	width: 100%;
	background-color: darkred;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
	font-size: 10pt;
	font-weight: bold;
	position: relative;
	padding: 10px 50px 10px 20px;
	text-shadow: 0 1px 1px #555;
	background-image:linear-gradient(to top, #8c4600 0%, #ff8000 100%);
	background-image:-o-linear-gradient(to top, #8c4600 0%, #ff8000 100%);
	background-image:-moz-linear-gradient(to top, #8c4600 0%, #ff8000 100%);
	background-image:-webkit-linear-gradient(to top, #8c4600 0%, #ff8000 100%);
	background-image:-ms-linear-gradient(to top, #8c4600 0%, #ff8000 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0 1px 0 #5e7586 inset, 0 5px 0 0 #2f3d44, 0 10px 5px #999;
	-moz-box-shadow:0 1px 0 #5e7586 inset, 0 5px 0 0 #2f3d44, 0 10px 5px #999;-o-box-shadow:0 1px 0 #5e7586 inset, 0 5px 0 0 #2f3d44, 0 10px 5px #999;
	box-shadow:0 1px 0 #5e7586 inset, 0 5px 0 0 #2f3d44, 0 10px 5px #999;
	transition:none;
}
.but-cenyki:hover {
	top:3px;
	background-image:linear-gradient(to top, #ff8000 0%, #8c4600 100%);
	background-image:-o-linear-gradient(to top, #ff8000 0%, #8c4600 100%);
	background-image:-moz-linear-gradient(to top, #ff8000 0%, #8c4600 100%);
	background-image:-webkit-linear-gradient(to top, #ff8000 0%, #8c4600 100%);
	background-image:-ms-linear-gradient(to top, #ff8000 0%, #8c4600 100%);
	-webkit-box-shadow:0 1px 0 #536973 inset, 0 2px 0 0 #354d53, 0 5px 3px #999;
	-moz-box-shadow:0 1px 0 #536973 inset, 0 2px 0 0 #354d53, 0 5px 3px #999;-o-box-shadow:0 1px 0 #536973 inset, 0 2px 0 0 #354d53, 0 5px 3px #999;
	box-shadow:0 1px 0 #536973 inset, 0 2px 0 0 #354d53, 0 5px 3px #999;
}
.but-cenyki:active {
	color: orange;
}
.but-cenyki::before {
	background-color:#3a5058;
	/*background-image:url("/img/right_arrow.png");*/
	background-repeat:no-repeat;
	background-position:center center;
	content:"\1FA99";
	font-size: 9pt;
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	text-shadow:1px 1px 0px #430000;
	margin-top:-9px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:0 1px 0 #171b22 inset, 0 1px 0 #6c949b;
	-moz-box-shadow:0 1px 0 #171b22 inset, 0 1px 0 #6c949b;
	-o-box-shadow:0 1px 0 #171b22 inset, 0 1px 0 #6c949b;
	box-shadow:0 1px 0 #171b22 inset, 0 1px 0 #6c949b;
}
.but-cenyki:hover::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow:0 1px 0 #688e97 inset, 0 3px 0 #26373e, 0 6px 3px #33464a;
	-moz-box-shadow:0 1px 0 #688e97 inset, 0 3px 0 #26373e, 0 6px 3px #33464a;-o-box-shadow:0 1px 0 #688e97 inset, 0 3px 0 #26373e, 0 6px 3px #33464a;
	box-shadow:0 1px 0 #688e97 inset, 0 3px 0 #26373e, 0 6px 3px #33464a;
}




.videobox {
	padding: 5px 50px 0 50px;
}
.videobox H2 {
	text-align: center;
}
.videobox .title {
	font: bold 12pt arial;
	color: #757575;
	padding: 0 0 20px 0;
	text-align: center;
}
.videobox VIDEO {
	width: 100%;
	height: auto;
}
@media (max-width: 700px) {
	.videobox { padding: 5px 20px 0 20px; }
	.videobox .title { padding: 0 20px 15px 20px; font: bold 11pt arial; }
}
@media (max-width: 500px) {
	.photo-box .avatar { padding: 5px; }
	.videobox { padding: 5px 0 0 0; }
	.videobox .title { padding: 0 10px 15px 10px; font: bold 10pt arial; }
}

.content .catprice-table {
	width: 95%;
	border: none;
	border-spacing: 1px;
	font: normal 11pt arial;
	margin: 0 auto 30px auto;
}
.content .catprice-table TH {
	padding: 5px 2px 5px 2px;
	color: white;
	background-color: #437C93;
	font-weight: bold;
	font-family: calibri, helvetica, arial, sans-serif;
	border-radius: 3px;
}
.content .catprice-table TR TD {
	padding: 5px 2px 25px 2px;
	text-align: center;
	color: #00668C;
	background-color: #EEF3F6;
}
.content .catprice-table TR:nth-child(even) TD {
	background-color: #ffffff;
}
.content .catprice-table TR:hover TD {
	background-color: #e1f0ff;
}
.content .catprice-table TR TD:nth-child(2) {
	white-space: nowrap;
	color: #004010;
}
.content .catprice-table .sm {
	color: green;
	font-weight: bold;
}
.content .catprice-table .b {
	font-size: 13pt;
	line-height: 10pt;
	font-weight: bold;
}
.content .catprice-table TR TD:nth-child(1) {
	font-weight: bold;
	text-align: left;
	color: #00668C;
	background: none;
}
.content .catprice-table TR TD:nth-child(3) { text-align: left; }
.content > .price-exp {
	text-align: center;
	margin: 0;
    color: #69767f;
    font-family: arial;
    font-style: italic;
    font-size: 10pt;
    text-decoration: underline;
    font-weight: bold;
    padding: 0 0 10px 0;
}

@media (max-width: 950px) {
	.info-box TABLE { width: 100%; padding-right: 0px; }
}
@media (max-width: 1050px) {
	.price-box { font-size: 16pt; padding: 10px 0 0 0; }
	.price-box .c3 { font-size: 19pt; }
	.price-box .c2 { font-size: 12pt; }
	.price-box .akcia {font-size: 9pt; }
	.but-price { font-size: 9pt; padding:7px 40px 7px 14px; }
	.but-lizing { font-size: 9pt; padding:7px 40px 7px 14px; }
	.but-print { font-size: 9pt; padding:7px 40px 7px 14px; }
	.but-cenyki { font-size: 9pt; padding:7px 40px 7px 14px; }
	.but-price-box { margin:15px 10px 7px 0; }
	.but-lizing-box { margin:15px 10px 7px 0; }
	.but-print-box { margin:15px 10px 7px 0; }
	.but-cenyki-box { margin:15px 10px 7px 0; }
	.table-box, .table-spec-box {padding: 0;}
	.table-box .sxema IMG, .table-spec-box .sxema IMG {
		width: 100%;
		height: auto;
	}
	.info-box TABLE { width: 100%; font-size: 9pt; }
}


@media (max-width: 900px) {
	.button-box { margin-left: 0; }
	.price-box .price-date { font-size: 8pt; }
	.price-box .price-util { font-size: 8pt; }
	.price-box .c2 { margin-left: 0; }
	.price-box .c3 { margin-left: 5px; }
	.price-box .akcia { margin-left: 5px; }

	.price-box { font-size: 15pt; }
	.price-box .c3 { font-size: 16pt; }
	.price-box .c2 { font-size: 11pt; }
	.price-box .akcia {font-size: 9pt; }

	.but-price { font-size: 8pt; padding:7px 40px 7px 12px; }
	.but-lizing { font-size: 8pt; padding:7px 40px 7px 12px; }
	.but-print { font-size: 8pt; padding:7px 40px 7px 12px; }
	.but-cenyki { font-size: 8pt; padding:7px 40px 7px 12px; }
	.but-price::before { line-height: 15pt; }
	.but-lizing::before { line-height: 15pt; }
	.but-print::before { line-height: 15pt; }
	.but-cenyki::before { line-height: 15pt; }
	.table-box H3, .table-spec-box H3 { font-size: 10pt; }
	.content .catprice-table { font-size: 11pt; }
	.content .catprice-table TR TD:nth-child(2) .b { font-size: 12pt; }
}
@media (max-width: 750px) { 
	.price-box .price-date { font-size: 9pt; }
	.price-box .price-util { font-size: 9pt; }
	.models-box H2, .content > H2 { font-size: 12pt; line-height: 12pt; }
	.content > H3 {
		margin: 30px 0 0 0;
		font-size: 12pt;
		line-height: 27pt;
		padding-left: 27px;
	}
	H3 {
		font-size: 11pt;
		padding: 10px 10px 0 10px;
	}
	.table-box TABLE, .table-spec-box TABLE { font-size: 10pt; }
	.table-box H3, .table-spec-box H3 { font-size: 10pt; }

	.price-box { font-size: 12pt; }
	.price-box .c3 { font-size: 13pt; }
	.price-box .c2 { font-size: 10pt; }
	.price-box .akcia {font-size: 9pt; }
	.content .catprice-table .b { font-size: 12pt; }

	.but-price { font-size: 8pt; padding:7px 40px 7px 12px; }
	.but-lizing { font-size: 8pt; padding:7px 40px 7px 12px; }
	.but-print { font-size: 8pt; padding:7px 40px 7px 12px; }
	.but-cenyki { font-size: 8pt; padding:7px 40px 7px 12px; }
}
@media (max-width: 700px) {
	.price-box .price-date { font-size: 10pt; }
	.price-box .price-util { font-size: 10pt; }
	.price-box { text-align: center; }
	.price-box { font-size: 12pt; }
	.price-box .c3 { font-size: 21pt; }
	.price-box .c2 { font-size: 16pt; }
	.price-box .akcia {font-size: 11pt; }
	.button-box { margin-left: 30px; }

	.navigation { position: relative; max-width: 100%; margin: 0 8px 20px 15px; }
	.photo-box { float: none; width: 100%; }
	.info-box { float: none; width: 100%; }
	.info-box TABLE { font-size: 10pt; }
	.table-box H3, .table-spec-box H3 { padding: 10px 0 0 10px; font-size: 10pt; }

	.content .catprice-table { font-size: 8pt; width: 100%; }
	.content .catprice-table .b { font-size: 9pt; }
	.content .catprice-table TR TD:nth-child(2) .b { font-size: 12pt; }

	.buttons { margin-left: 10px; }
	.but-price, .but-lizing, .but-print, .but-cenyki { font-size: 11pt; font-weight: normal; padding:7px 40px 7px 14px; }
}
@media (max-width: 450px) {
	.price-box .price-date { font-size: 9pt; }
	.price-box .price-util { font-size: 9pt; }
	.price-box { font-size: 13pt; }
	.price-box .c3 { font-size: 14pt; }
	.price-box .c2 { font-size: 13pt; }
	.price-box .akcia { font-size: 12pt; }
	.content .catprice-table TR TD:nth-child(3) { font-size: 9pt; }
	.content .catprice-table TR TD:nth-child(2) .b { font-size: 10pt; }
	.content .catprice-table .b { font-size: 10pt; }
	.info-box TABLE { font-size: 9pt; }
	.table-box TABLE, .table-spec-box TABLE { font-size: 9pt; }
	.models-box H2, .content > H2 { font-size: 11pt; line-height: 11pt; }
	.table-box H3, .table-spec-box H3 { padding: 10px 0 0 5px; font-size: 9pt; }
}
@media (max-width: 350px) {
	.price-box .price-date { font-size: 8pt; }
	.price-box .price-util { font-size: 9pt; }
	.price-box { font-size: 10pt; }
	.price-box .c3 { font-size: 13pt; }
	.price-box .c2 { font-size: 11pt; }
	.price-box .akcia { font-size: 10pt; }
	.content .catprice-table TR TD:nth-child(3) { font-size: 8pt; }
	.models-box H2, .content > H2 { font-size: 10pt; line-height: 10pt; }
	.table-box H3, .table-spec-box H3 { padding: 10px 0 0 5px; font-size: 10pt; }
}


/* ----------------------------- CATEGORY ------------------------------- */
.models-box {
	position: relative;
	padding: 0 20px 40px 20px;
	height: auto;
	overflow: hidden;
}
.models-box marg {
	height: 20px;
}
.models-box H3 {
	display: block;
	padding: 10px 0;
	margin: 0 0 0 0;
	font-size: 12pt;
	line-height: 14pt;
	text-align: center;
	color: white;
	background-color: #1d5a83;
	background-image: url(/img/bg.webp);
    background-position: center center;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.models-box H3.active {
  background: #3793d0;
  text-shadow: black 1px 1px 1px;
}
.models-box > DIV {
	position: relative;
	float: left;
	width: 33%;
}
.models-box .catcat { width: 25%; }
.models-box > DIV > DIV {
	position: relative;
	margin: 5px 20px 20px 20px;
	border: solid 1px #e7f2fa;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 2px #b9b9b9;
	cursor: pointer;
	background: white;
}
.models-box > DIV > DIV:hover {
	border: solid 1px #3793d0;
}
.models-box .img-box {
	position: relative;
	width: 100%;
}
.models-box .img-box IMG {
	width: 100%;
	height: auto;
	opacity: 0.93;
}
.models-box .img-box IMG:hover {
	opacity: 1;
}
.models-box .img-box .vote-category {
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url("/img/star-category.webp");
	background-position: 0 0;
	width: 33px;
	height: 31px;
	text-align: center;
	font: 8pt bold arial;
	font-weight: bold;
	line-height: 35px;
	color: #d90000;
}
.models-box .tbl-box {
	padding: 15px;
}
.models-box .tbl-box TABLE {
	width: 100%;
	max-width: 100%;
	font-size: 9pt;
	line-height: 10pt;
}
.models-box .tbl-box TABLE TD {
	white-space: nowrap;
}
.models-box .tbl-box TABLE TD:nth-child(1) {
	font-weight: bold;
}
.models-box .tbl-box TABLE TR:nth-child(odd) TD {
	background-color: #e7f0f8;
}
.models-box .description {
	font-size: 10pt;
	line-height: 0.9em;
	color: #094a65;
	padding: 0 10px 0 0;
	height: 70px;
	text-align: center;
}
.models-box > DIV > DIV > .img-box > .price::before {
	content: "\2022";
	padding: 0 10px 0 14px;
	text-shadow: 0px 0px 4px white;
	color: lightgreen;
}
.models-box > DIV > DIV > .img-box > .price {
	position: absolute;
	bottom: 30px;
	right: 0;
	font-size: 12pt;
	font-weight: normal;
	padding: 7px 20px 7px 0;
	opacity: 0.85;
	background-color: #006600;
	background-image: url(/img/bg.webp);
    background-position: center center;
	color: white;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 2px 0 darkgreen;
	white-space: nowrap;
	text-shadow: 0 2px 0 black;
	border-right: solid 5px green;
}
.models-box > DIV > DIV > .img-box > .price:hover {
	opacity: 1;
}
.models-box > DIV > DIV > .img-box > .price SPAN {
	font-weight: bold;
	color: #ffff00;
}
.models-box .new-model {
	position: absolute;
	top: 45px;
	left: 10px;
}
.but-open-box {
	margin:5px auto 30px auto;
	padding:0;
	display:block;
	text-align: center;
}
.but-open {
	background-color:#3bb3e0;
	text-decoration:none;
	text-transform: uppercase;
	white-space: nowrap;
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	position:relative;
	padding:10px 50px 10px 20px;
	text-shadow:0 1px 1px #555;
	background-image:linear-gradient(to top, #0d689f 0%, #3693d8 100%);
	background-image:-o-linear-gradient(to top, #0d689f 0%, #3693d8 100%);
	background-image:-moz-linear-gradient(to top, #0d689f 0%, #3693d8 100%);
	background-image:-webkit-linear-gradient(to top, #0d689f 0%, #3693d8 100%);
	background-image:-ms-linear-gradient(to top, #0d689f 0%, #3693d8 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0 1px 0 #2b6fb9 inset, 0 5px 0 0 #004573, 0 10px 5px #999;
	-moz-box-shadow:0 1px 0 #2b6fb9 inset, 0 5px 0 0 #004573, 0 10px 5px #999;-o-box-shadow:0 1px 0 #2b6fb9 inset, 0 5px 0 0 #004573, 0 10px 5px #999;
	box-shadow:0 1px 0 #2b6fb9 inset, 0 5px 0 0 #004573, 0 10px 5px #999;
	transition:none;
}
.but-open:hover {
	top:3px;
	background-image:linear-gradient(to top, #3199c6 0%, #005791 100%);
	background-image:-o-linear-gradient(to top, #3199c6 0%, #005791 100%);
	background-image:-moz-linear-gradient(to top, #3199c6 0%, #005791 100%);
	background-image:-webkit-linear-gradient(to top, #3199c6 0%, #005791 100%);
	background-image:-ms-linear-gradient(to top, #3199c6 0%, #005791 100%);
	-webkit-box-shadow:0 1px 0 #316a95 inset, 0 2px 0 0 #035e85, 0 5px 3px #999;
	-moz-box-shadow:0 1px 0 #316a95 inset, 0 2px 0 0 #035e85, 0 5px 3px #999;-o-box-shadow:0 1px 0 #316a95 inset, 0 2px 0 0 #035e85, 0 5px 3px #999;
	box-shadow:0 1px 0 #316a95 inset, 0 2px 0 0 #035e85, 0 5px 3px #999;
}
.but-open:active {
	color: #d7dbff;
}
.but-open::before {
	background-color: #004d93;
	background-image: url("/img/horse.svg");
	background-repeat: no-repeat;
	background-position: center center;
	content: " ";
	font-size: 9pt;
	width:28px;
	height:28px;
	position:absolute;
	right:15px;
	top:50%;
	text-shadow:1px 1px 0px #430000;
	margin-top:-14px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:0 1px 0 #001539 inset, 0 1px 0 #39b0ce;
	-moz-box-shadow:0 1px 0 #001539 inset, 0 1px 0 #39b0ce;
	-o-box-shadow:0 1px 0 #001539 inset, 0 1px 0 #39b0ce;
	box-shadow:0 1px 0 #001539 inset, 0 1px 0 #39b0ce;
}
.but-open:hover::before {
	top:50%;
	margin-top:-16px;
	-webkit-box-shadow:0 1px 0 #36a0c9 inset, 0 3px 0 #034061, 0 6px 3px #00587d;
	-moz-box-shadow:0 1px 0 #36a0c9 inset, 0 3px 0 #034061, 0 6px 3px #00587d;-o-box-shadow:0 1px 0 #36a0c9 inset, 0 3px 0 #034061, 0 6px 3px #00587d;
	box-shadow:0 1px 0 #36a0c9 inset, 0 3px 0 #034061, 0 6px 3px #00587d;
}
@media (max-width: 1120px) {
	.models-box .tbl-box TABLE {
		font-size: 8pt;
		line-height: 9pt;
	}
	.models-box > DIV > DIV {
		margin: 5px 10px 20px 10px;
	}
	.models-box H3 { font-size: 10pt; }
}
@media (max-width: 950px) {
	.models-box .tbl-box TABLE {
		font-size: 8pt;
		line-height: 8pt;
	}

	.models-box H3 { font-size: 9pt; }
}
@media (max-width: 850px) {
	.models-box {
		padding: 7px;
	}
	.models-box > DIV > DIV {
		margin: 0px 7px 21px 7px;
	}
	.models-box > DIV, .models-box .catcat {
		width: 50%;
	}
	.models-box .tbl-box TABLE {
		font-size: 10pt;
		line-height: 11pt;
	}
	.models-box H3 { font-size: 11pt; }
}
@media (max-width: 750px) {
	.models-box .tbl-box TABLE {
		font-size: 8pt;
		line-height: 9pt;
	}
}
@media (max-width: 600px) {
	.models-box {
		padding: 0;
	}
	.models-box > DIV, .models-box .catcat {
		width: 99%;
	}
	.models-box > DIV > DIV {
		margin: 0px 5px 15px 5px;
	}
	.models-box .tbl-box TABLE {
		font-size: 10pt;
		line-height: 11pt;
	}
}



.models-box2 {
	position: relative;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 40px;
	background-color: #f8f8ef;
	background-image: url(/img/bg.webp);
    background-position: center center;
	border-radius: 7px;
}
.models-box2 H2 {
	margin: 20px;
	color: #353526;
	text-transform: uppercase;
}
.models-box2 H3 {
	display: block;
	padding: 5px 0;
	margin: 0 0 15px 0;
	font-size: 10pt;
	font-weight: normal;
	line-height: 15pt;
	text-align: center;
	color: white;
	background: #194D71;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.models-box2 H3.active {
  background: #2978AD;
}
.models-box2 > DIV {
	position: relative;
	float: left;
	width: 25%;
}
.models-box2 > DIV > DIV {
	position: relative;
	margin: 5px 10px 20px 10px;
	border: solid 1px #e7f2fa;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 2px #b9b9b9;
	cursor: pointer;
	background: white;
}
.models-box2 > DIV > DIV:hover {
	border: solid 1px #3793d0;
}
.models-box2 .img-box {
	width: 100%;
}
.models-box2 .img-box .vote-category {
	position: absolute;
	top: 45px;
	right: 10px;
	background-image: url("/img/star-category.webp");
	background-position: 0 0;
	width: 33px;
	height: 31px;
	text-align: center;
	font: 8pt bold arial;
	font-weight: bold;
	line-height: 35px;
	color: #d90000;
}
.models-box2 .img-box IMG {
	width: 100%;
	height: auto;
	opacity: 0.93;
}
.models-box2 .img-box IMG:hover {
	opacity: 1;
}
.models-box2 .tbl-box {
	padding: 15px;
}
.models-box2 .tbl-box TABLE {
	width: 100%;
	max-width: 100%;
	font-size: 11pt;
	line-height: 12pt;
}
.models-box2 .tbl-box TABLE TD {
	white-space: nowrap;
}
.models-box2 .tbl-box TABLE TD:nth-child(1) {
	font-weight: bold;
}
.models-box2 .tbl-box TABLE TR:nth-child(odd) TD {
	background-color: #e7f0f8;
}
.models-box2 > DIV > DIV > .img-box > .price::before {
	content: "\2022";
	padding: 0 7px 0 10px;
	text-shadow: 0px 0px 4px white; ;
	color: lightgreen;
}
.models-box2 > DIV > DIV > .img-box > .price {
	position: absolute;
	bottom: 80px;
	right: 0;
	font-size: 10pt;
	font-weight: normal;
	padding: 5px 15px 5px 0;
	opacity: 0.85;
	background-color: #006600;
	color: white;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: 0 2px 0 darkgreen;
	white-space: nowrap;
	text-shadow: 0 2px 0 black;
	border-right: solid 5px green;
}
.models-box2 > DIV > DIV > .img-box > .price:hover {
	opacity: 1;
}
.models-box2 > DIV > DIV > .img-box > .price SPAN {
	font-weight: bold;
	color: #ffff00;
}
.models-box2 .new-model {
	position: absolute;
	top: 35px;
	left: 10px;
}
.but-open2-box {
	margin: 5px auto 25px auto;
	padding: 0;
	display: block;
	text-align: center;
}
.but-open2 {
	background-color:#3bb3e0;
	text-decoration:none;
	text-transform: uppercase;
	white-space: nowrap;
	color:#fff;
	font-size:8pt;
	font-weight:bold;
	position:relative;
	padding: 5px 35px 5px 14px;
	text-shadow:0 1px 1px #555;
	background-image:linear-gradient(to top, #0e5c9e 0%, #2a91c7 100%);
	background-image:-o-linear-gradient(to top, #0e5c9e 0%, #2a91c7 100%);
	background-image:-moz-linear-gradient(to top, #0e5c9e 0%, #2a91c7 100%);
	background-image:-webkit-linear-gradient(to top, #0e5c9e 0%, #2a91c7 100%);
	background-image:-ms-linear-gradient(to top, #0e5c9e 0%, #2a91c7 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0 1px 0 #2a7fba inset, 0 5px 0 0 #006173, 0 10px 5px #999;
	-moz-box-shadow:0 1px 0 #2a7fba inset, 0 5px 0 0 #006173, 0 10px 5px #999;-o-box-shadow:0 1px 0 #2a7fba inset, 0 5px 0 0 #006173, 0 10px 5px #999;
	box-shadow:0 1px 0 #2a7fba inset, 0 5px 0 0 #006173, 0 10px 5px #999;
	transition:none;
}
.but-open2:hover {
	top:3px;
	background-image:linear-gradient(to top, #3399c3 0%, #007790 100%);
	background-image:-o-linear-gradient(to top, #3399c3 0%, #007790 100%);
	background-image:-moz-linear-gradient(to top, #3399c3 0%, #007790 100%);
	background-image:-webkit-linear-gradient(to top, #3399c3 0%, #007790 100%);
	background-image:-ms-linear-gradient(to top, #3399c3 0%, #007790 100%);
	-webkit-box-shadow:0 1px 0 #328493 inset, 0 2px 0 0 #037f84, 0 5px 3px #999;
	-moz-box-shadow:0 1px 0 #328493 inset, 0 2px 0 0 #037f84, 0 5px 3px #999;-o-box-shadow:0 1px 0 #328493 inset, 0 2px 0 0 #037f84, 0 5px 3px #999;
	box-shadow:0 1px 0 #328493 inset, 0 2px 0 0 #037f84, 0 5px 3px #999;
}
.but-open2:active {
	color: #c6fff8;
}
.but-open2::before {
	background-color:#005d92;
	/*background-image:url("/img/right_arrow.png");*/
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	font-size: 9pt;
	width:14px;
	height:14px;
	position:absolute;
	right:15px;
	top:50%;
	text-shadow:1px 1px 0px #430000;
	margin-top:-5px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:0 1px 0 #050039 inset, 0 1px 0 #3966b9;
	-moz-box-shadow:0 1px 0 #050039 inset, 0 1px 0 #3966b9;
	-o-box-shadow:0 1px 0 #050039 inset, 0 1px 0 #3966b9;
	box-shadow:0 1px 0 #050039 inset, 0 1px 0 #3966b9;
}
.but-open2:hover::before {
	top:40%;
	margin-top:-5px;
	-webkit-box-shadow:0 1px 0 #38afc8 inset, 0 3px 0 #034c61, 0 4px 3px #00427d;
	-moz-box-shadow:0 1px 0 #38afc8 inset, 0 3px 0 #034c61, 0 4px 3px #00427d;-o-box-shadow:0 1px 0 #38afc8 inset, 0 3px 0 #034c61, 0 4px 3px #00427d;
	box-shadow:0 1px 0 #38afc8 inset, 0 3px 0 #034c61, 0 4px 3px #00427d;
}
@media (max-width: 1120px) {
	.models-box2 .tbl-box TABLE {
		font-size: 8pt;
		line-height: 9pt;
	}
	.models-box2 > DIV > DIV {
		margin: 5px 10px 30px 10px;
	}
	.models-box2 H3 { font-size: 11pt; }
}
@media (max-width: 950px) {
	.models-box2 .tbl-box TABLE {
		font-size: 8pt;
		line-height: 8pt;
	}

	.models-box2 H3 { font-size: 10pt; }
}
@media (max-width: 850px) {
	.models-box2 {
		padding: 7px;
	}
	.models-box2 > DIV > DIV {
		margin: 0px 7px 21px 7px;
	}
	.models-box2 > DIV {
		width: 33%;
	}
	.models-box2 .tbl-box TABLE {
		font-size: 10pt;
		line-height: 11pt;
	}

	.but-open2 {
		font-size:8pt;

	}
	.models-box2 H2 {
		font-size: 14pt;
	}

	.models-box2 H3 { font-size: 10pt; }
}
@media (max-width: 750px) {
	.models-box2 .tbl-box TABLE {
		font-size: 8pt;
		line-height: 9pt;
	}
	.models-box2 H3 { font-size: 9pt; }
}
@media (max-width: 600px) {
	.models-box2 {
		padding: 2px;
	}
	.models-box2 > DIV {
		width: 50%;
	}
	.models-box2 > DIV > DIV {
		margin: 0px 1px 5px 1px;
	}
	.models-box2 .tbl-box TABLE {
		font-size: 10pt;
		line-height: 11pt;
	}
	.models-box2 H3 { font-size: 10pt; }
}
@media (max-width: 450px) {
	.but-open2 {
		font-size:8pt;
		line-height: 15pt;
	}
	.models-box2 H2 {
		font-size: 12pt;
	}
	.models-box2 H3 { font-weight: normal; font-size: 8pt; }
	.models-box2 > DIV > DIV > .img-box > .price { font-size: 8pt; padding: 3px 10px 3px 0; }
}


.content .h2-small {
	font-size: 14pt;
	line-height: 14pt;
}






.faq {
	position: relative;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 0 30px 0 30px;
}
.faq H2 {
	position: relative;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: 14pt;
	color: #646473;
	margin: 15px;
	padding: 0;
	text-transform: uppercase;
}
.faq H3 {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
	text-indent: 0px;
	font-size: 14pt;
	line-height: 1.1em;
	color: #36363f;
}
.faq .wrap {
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
}
.faq .w100 { width: 100% !important; }
.faq .item {
	position: relative;
	overflow: hidden;
	padding: 20px 35px 20px 35px;
	margin: 5px 10px 15px 10px;
	text-align: left;
	text-indent: 20pt;
	background-color: #fdfdff;
	background-image: url(/img/bg.webp);
    background-position: center center;
	border-radius: 7px;
	border: dashed 1px #cbcbd3;
	font-size: 11pt;
	line-height: 1.1em;
}
.faq .item DIV {
	padding: 0;
	margin-bottom: 7px;
	color: #1d1d21;
}
.faq-img {
	display: inline-block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47px' height='47px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' viewBox='0 0 946 946'%3E%3Ccircle fill='%23ffc926' cx='473' cy='473' r='473'/%3E%3Cpath fill='%2336363f' d='M473 17c252,0 456,204 456,456 0,252 -204,456 -456,456 -252,0 -456,-204 -456,-456 0,-252 204,-456 456,-456zm0 94c200,0 363,162 363,362 0,200 -163,363 -363,363 -200,0 -362,-163 -362,-363 0,-200 162,-362 362,-362zm41 487l-88 0c0,-13 0,-20 0,-23 0,-29 5,-52 14,-70 10,-19 28,-39 56,-62 29,-23 46,-38 51,-45 9,-11 13,-24 13,-37 0,-19 -8,-35 -23,-48 -15,-14 -35,-20 -61,-20 -24,0 -45,7 -61,21 -17,14 -28,35 -34,64l-89 -11c3,-42 20,-76 53,-105 32,-29 75,-43 127,-43 56,0 100,14 133,43 33,29 49,63 49,102 0,21 -6,41 -18,60 -12,19 -38,45 -77,78 -21,16 -33,30 -38,41 -5,10 -7,28 -7,55zm-88 129l0 -96 88 0 0 96 -88 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 40px 40px;
	
}
.faq .i {
	font-family: serif, helvetica;
}

@media (max-width: 900px) {
	.faq H3 { font-size: 13pt; }
	.faq .item {
		font-size: 10pt;
		padding: 15px 20px 15px 20px;
		margin: 5px 5px 10px 5px;
	}
}
@media (max-width: 850px) {
	.faq { padding: 0 10px 0 10px; }
}
@media (max-width: 700px) {
	.faq { padding: 0 7px 0 7px; }
	.faq H3 { font-size: 12pt; }
	.faq .item {
		font-size: 9pt;
		padding: 15px 15px 10px 15px;
		margin: 5px 5px 10px 5px;
	}


}
@media (max-width: 640px) {
	.faq H2 { margin: 10px; }
	.faq .wrap { width: 100%; float: none; }
}
@media (max-width: 500px) {
	.faq H2 { font-size: 12pt; margin: 10px 5px 10px 5px; }
	.faq H3 { font-size: 11pt; }
	.faq-img { width: 30px; height: 30px; background-size: 30px 30px; }
}




.fancybox-slide--iframe .fancybox-content {
    max-width: 70%;
}
@media (max-width: 850px) {
	.fancybox-slide--iframe .fancybox-content { max-width: 90%; }
}
@media (max-width: 700px) {
	.fancybox-slide { padding: 0; }
	.fancybox-slide--iframe .fancybox-content { max-width: 100%; }
}