

H1 {
	display: table;
	font-size: 42pt;
	line-height: 1em;
	letter-spacing: 0;
	font-weight: 900;
	white-space: nowrap;
	margin: 20px auto 40px auto;
}
H1:before {
	height: 1.4em;
}


H1 SPAN {
	display: block;
	position: relative;
	font-family: inherit;
	font-size: 0.27em;
	line-height: 1em;
	margin-top: 5px;
	white-space: nowrap;
	opacity: 1;
}


@media screen and (max-width: 700px) {
	H1 {
		font-size: 9vw;
	}

}


.content P {
	font-size: 15pt;
}

.content {
	position: relative;
	overflow: hidden;
    padding: 0 0 0 0;
}

.price-date {
	text-align: center;
	color: #69767f;
	font-family: arial;
	font-style: italic;
	font-size: 11pt;
	text-decoration: underline;
	font-weight: bold;
	padding: 0 0 10px 0;
	white-space: nowrap;
}


.models-box {
	position: relative;
	overflow: hidden;
	padding: 0 20px 0 20px;
	height: auto;
}
.models-box .marg {
	height: 20px;
}
.models-box H3 {
	display: block;
	padding: 10px 0;
	margin: 0 0 0 0;
	font-size: 13pt;
	font-family: Roboto, calibri, sans-serif;
	font-weight: normal;
	line-height: 15pt;
	text-align: center;
	color: white;
	background: #1d5a83;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	text-shadow: 0px 0px 2px #ffffff;
}
.models-box H3.active {
  background: #3793d0;
  text-shadow: black 1px 1px 1px;
}
.models-box > DIV {
	position: relative;
	float: left;
	width: 33%;
}
.models-box > DIV > DIV {
	position: relative;
	margin: 5px 20px 35px 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 {
	width: 100%;
}
.models-box .img-box .vote-category {
	position: absolute;
	top: 50px;
	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 .img-box IMG {
	width: 100%;
	height: auto;
	opacity: 0.93;
}
.models-box .img-box IMG:hover {
	opacity: 1;
}
.models-box .tbl-box {
	padding: 15px;
}
.models-box .tbl-box TABLE {
	width: 100%;
	max-width: 100%;
	font-size: 11pt;
	line-height: 12pt;
}
.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 > DIV > DIV > .price::before {
	content: "\2022";
	padding: 0 10px 0 15px;
	text-shadow: 0px 0px 4px white;
	color: lightgreen;
}
.models-box  > DIV > DIV > .price {
	position: absolute;
	top: 53%;
	right: 0;
	font-size: 11pt;
	font-weight: normal;
	padding: 7px 20px 7px 0;
	opacity: 0.85;
	background-color: #006600;
	color: white;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 2px 3px darkgreen;
	white-space: nowrap;
	text-shadow: 0 2px 3px black;
	border-right: solid 5px green;
}
.models-box A {
	color: white;
	text-decoration: none;
}
.models-box > DIV > DIV > .price:hover {
	opacity: 1;
}
.models-box > DIV > DIV > .price SPAN {
	font-weight: bold;
	color: #ffff00;
}
.models-box .description {
	font-size: 11pt;
	line-height: 11pt;
	color: #094a65;
	padding: 0 10px 0 10px;
	height: 60px;
	text-align: center;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	display: -webkit-box;
}
.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:-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;
}
.models-box .new-model {
	position: absolute;
	top: 45px;
	left: 10px;
}
@media screen and (max-width: 1120px) {
	.models-box .tbl-box TABLE {
		font-size: 8pt;
		line-height: 9pt;
	}
	.models-box > DIV > DIV {
		margin: 5px 10px 30px 10px;
	}
	.models-box H3 {
		font-size: 11pt;
	}
	.models-box .description { font-size: 10pt; line-height: 10pt; }
}
@media screen and (max-width: 950px) {
	.models-box .tbl-box TABLE {
		font-size: 7pt;
		line-height: 8pt;
	}
	.models-box H3 { font-size: 10pt; }
	.models-box .description { font-size: 9pt; line-height: 9pt; }
}
@media screen and (max-width: 850px) {
	.content > .deviz {
		margin-left: 5px;
		margin-right: 5px;
	}
	.models-box H3 { font-size: 11pt; }
	.models-box {
		padding: 7px;
	}
	.models-box > DIV > DIV {
		margin: 0px 7px 21px 7px;
	}
	.models-box > DIV {
		width: 50%;
	}
	.models-box .tbl-box TABLE {
		font-size: 10pt;
		line-height: 11pt;
	}
	.models-box .description { font-size: 11pt; line-height: 11pt; }
}
@media screen and (max-width: 750px) {
	.models-box .tbl-box TABLE {
		font-size: 8pt;
		line-height: 9pt;
	}
	.models-box .description { font-size: 10pt; line-height: 10pt; }
}
@media screen and (max-width: 600px) {
	.models-box H3 { font-size: 14pt; }
	.models-box {
		padding: 0;
	}
	.models-box > DIV {
		width: 100%;
	}
	.models-box > DIV > DIV {
		margin: 0px 5px 15px 5px;
	}
	.models-box .tbl-box TABLE {
		font-size: 10pt;
		line-height: 11pt;
	}
	.models-box .description { font-size: 12pt; line-height: 12pt; }
	.models-box .img-box IMG { opacity: 1; }
}
@media screen and (max-width: 470px) {
	.models-box H3 { font-size: 12pt; }
	.price-date { font-size: 9pt; }
	.models-box .description { font-size: 10pt; line-height: 1em; }
	.but-open { font-size: 8pt; }
}
@media screen and (max-width: 320px) {
	.models-box H3 { font-size: 10pt; }
	.models-box .description { font-size: 9pt; line-height: 1em; }
}


.content .about {
	display: block;
	margin: 20px auto 70px auto;
	width: 80%;
}
.content .about P {
	display: block;
	margin: 0;
	width: 100%;
	font-family: arial;
	font-size: 15pt;
	font-weight: normal;
	text-indent: 50px;
	text-align: justify;
	color: #4a6373;
}
.content .about IMG {
	float: left;
	margin: 0 20px 20px 0;
}
@media screen and (max-width: 850px) {
	.content .about {
		margin: 10px auto 30px auto;
		width: 90%;
	}
	.content .about P {
		font-size: 12pt;
		text-indent: 10px;
		font-weight: normal;
	}
}
@media screen and (max-width: 600px) {
	.content .about P {
		font-size: 9pt;
		text-indent: 9px;
		font-weight: normal;
		text-align: left;
	}
}




.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;
}
.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; }
}

