.content > H2 {
	margin: 50px 0 15px 0;
	font-weight: bold;
	font-size: 24pt;
	line-height: 22pt;
	padding-left: 100px;
	font-family: arial, helvetica, sans-serif;
}


.content .intro { text-align: center; margin: 20px 20px 30px 20px; font-size: 14pt; }

.content .descr {
	font-size: 12pt;
	color: #2b4d75;
	font-family: Arial Black;
	padding: 0 20px 20px 70px;
	max-width: 700px;
	margin: 0 auto;
}

.b2 {
	font-weight: bold !important;
	font-size: 20pt !important;
	color: #345aa9 !important;
}
.h2-sendmail {
	display: block;
	text-align: center;
	padding: 0 10px 0 10px;
}
.h2-descr {
	padding: 0 0 30px 105px;
	color: #00008c;
	font-size: 13pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
.h2-descr-sub {
	text-shadow: 0px 0px 1px #ffe4ae;
}
.h2-descr DIV {
	position: relative;
	overflow: hidden;
	color: black;
	padding: 0 20px 0 20px;
	font-weight: normal;
	font-size: 15pt;
	font-family: arial, helvetica, sans-serif;
}
.h2-descr DIV SPAN {
	display: block;
	width: 150px;
	text-align: right;
	float: left;
	padding-right: 10px;
	font-weight: bold;
	color: #45788d;
	font-family: arial, helvetica, sans-serif;
}
.h2-descr DIV:last-child {
	margin-bottom: 10px;
}

.h2-descr DIV A {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}
.h2-descr > A {
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
}
.h2-descr A:hover {
	text-decoration: none;
}

.content {
	padding-bottom: 50px;
}
.content LEGEND {
    padding-left: 10px;
    padding-right: 10px;
	text-transform: uppercase;
	font-size: 18pt;
}
.content FIELDSET {
	display: block;
	position: relative;
    line-height:18pt;
	text-align: center;
	margin: 0 auto;
	width: 600px;
	border: none;
}
.content LABEL {
	float: left;
	width: 150px;
	text-align: right;
	font-size: 14pt;
	font-weight: bold;
	line-height: 25pt;
	height: 18pt;
	padding-right: 15px;
	margin-top: 10px;
	white-space: nowrap;
}
.content LABEL SPAN {
	font-size: 8pt;
	line-height: 8pt;
}
.content .order INPUT {
	float: left;
	width: 300px;
	margin-top: 10px;
	font-size: 17pt;
	height: 25pt;
	padding: 0 7px 0 7px;
	border-radius: 5px;
	border: solid 1px #ccc;
}
.content .order TEXTAREA {
	float: left;
	width: 300px;
	margin: 10px auto 30px auto;
	font-size: 17pt;
	height: 100px;
	padding: 0 7px 0 7px;
	border-radius: 5px;
	border: solid 1px #ccc;
}
.content FIELDSET .submit {
	display: block;
	float: none;
	margin: 0 auto 0 auto;
	width: 80%;
}
.content FIELDSET .submit:hover {
	cursor: pointer;
}
.content .info {
	padding: 25px 0 5px 0;
	margin: 0;
	font-style: italic;
	font-weight: bold;
	color: darkred;
	font-size: 14pt;
}
.error {
	font-weight: bold;
	color: red;
	text-align: center;
	clear: both;
}
.error_reg {
	font-weight: bold;
	color: red;
	font-size: 10px;
	line-height: 12px;
	height: 12px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 165px;;
	clear: both;
}
.input-error {
	background-color: #ffbfbf;
	border: solid 1px #b30000;
}
.input-veryfied {
	background-color: #bfffbf;
	border: solid 1px #008c00;
}

.content > .h2sm { font-size: 18pt; }
.goroda {
	display: table;
	position: relative;
	overflow: hidden;
	margin: 20px auto;
	width: 70%;
}
.goroda A {
	color: #46008c;
}
.goroda DIV {
	position: relative;
	overflow: hidden;
	float: left;
	padding: 5px;
	width: calc(50% - 10px);
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.goroda DIV:last-child {
	width: 100%;
}

.delivery {
	border-spacing: 2px;
	margin: 10px auto 50px auto;
	font-size: 15pt;
}
.delivery TR TD:first-child {
	font-family: 'Arial Narrow',arial;
	background-color: #006A9D;
	color: white;
	text-align: right;
	padding: 15px 10px 5px 30px;
	font-weight: bold;
	vertical-align: bottom;
}
.delivery TR TD:last-child {
	font-family: 'Arial Narrow',arial;
	background-color: #E6E7EE;
	background-image: url(/img/bg.webp);
	color: black;
	text-align: left;
	padding: 3px 30px 5px 10px;
	font-weight: normal;
	vertical-align: bottom;

}
.delivery SPAN {
	font-style: italic;
}
@media (max-width: 800px) {
	.delivery { font-size: 11pt; }
}

@media (max-width: 640px) { .content .order INPUT { height: 50px; } }

#sendmail-result {
	font-size: 14pt;
	color: green;
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: bold;
}
.loading1 {
    height:100px;
    position:relative;
    width:80px;
	margin: 50px auto 70px auto;
	display: none;
}
.loading1 > div {
    background-color:#FFFFFF;
    height:30px;
    position:absolute;
    width:12px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -webkit-transform:scale(0.4);
    -moz-transform:scale(0.4);
    -o-transform:scale(0.4);
    -webkit-animation-name:loading1;
    -webkit-animation-duration:1.04s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -moz-animation-name:loading1;
    -moz-animation-duration:1.04s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -o-animation-name:loading1;
    -o-animation-duration:1.04s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
}
.loading1 > div:nth-child(1) {
    left:0;
    top:36px;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-animation-delay:0.39s;
    -moz-animation-delay:0.39s;
    -o-animation-delay:0.39s;
}
.loading1 > div:nth-child(2) {
    left:10px;
    top:13px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -webkit-animation-delay:0.52s;
    -moz-animation-delay:0.52s;
    -o-animation-delay:0.52s;
}
.loading1 > div:nth-child(3) {
    left:34px;
    top:4px;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -webkit-animation-delay:0.65s;
    -moz-animation-delay:0.65s;
    -o-animation-delay:0.65s;
}
.loading1 > div:nth-child(4) {
    right:10px;
    top:13px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -webkit-animation-delay:0.78s;
    -moz-animation-delay:0.78s;
    -o-animation-delay:0.78s;
}
.loading1 > div:nth-child(5) {
    right:0;
    top:36px;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -webkit-animation-delay:0.91s;
    -moz-animation-delay:0.91s;
    -o-animation-delay:0.91s;
}
.loading1 > div:nth-child(6) {
    right:10px;
    bottom:9px;
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    -webkit-animation-delay:1.04s;
    -moz-animation-delay:1.04s;
    -o-animation-delay:1.04s;
}
.loading1 > div:nth-child(7) {
    bottom:0;
    left:34px;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -webkit-animation-delay:1.17s;
    -moz-animation-delay:1.17s;
    -o-animation-delay:1.17s;
}
.loading1 > div:nth-child(8) {
    left:10px;
    bottom:9px;
    -webkit-transform:rotate(-135deg);
    -moz-transform:rotate(-135deg);
    -o-transform:rotate(-135deg);
    -webkit-animation-delay:1.3s;
    -moz-animation-delay:1.3s;
    -o-animation-delay:1.3s;
}
@-webkit-keyframes loading1 {
    0%{ background-color:#1871a4 }
    100%{ background-color:#FFFFFF }
}
@-moz-keyframes loading1 {
    0%{ background-color:#1871a4 }
    100%{ background-color:#FFFFFF }
}
@-o-keyframes loading1 {
    0%{ background-color:#1871a4 }
    100%{ background-color:#FFFFFF }
}


.but_contacts {
	font-size: 15pt;
	text-transform: uppercase;
	font-weight: bold;
}

@media (max-width: 800px) {
	.b2 {
		font-size: 20pt !important;
	}
}

.middle-contacts-box {
    display: block;
}

@media (max-width: 640px) {
	.content > H1 { margin: 10px; }
	.content > H2 { padding-left: 10px; font-size: 20pt; }
	.b2 {
		font-size: 16pt !important;
	}
	.h2-sendmail {
		font-size: 15pt;
		margin-bottom: 0px;
	}
	.h2-descr {
		padding: 0 0 10px 10px;
		font-size: 11pt;
	}
	.h2-descr DIV {
		padding: 0 5px 0 5px;
		font-size: 12pt;
	}
	.h2-descr DIV SPAN {
		width: 130px;
	}

	
	
	.content FIELDSET {
		width: 300px;	
	}	
	.content LABEL {
		width: 80px;
		font-size: 11pt;
		margin-top: 12px;
	}
	.content INPUT {
		font-size: 12pt;
		width: 145px;
		margin-top: 12px;
		height: 20pt;
		padding: 0 7px 0 7px;
	}
	.content .info {
		padding: 25px 0 5px 0;
		margin: 0;
		font-style: italic;
		font-weight: bold;
		color: darkred;
		font-size: 9pt;
	}
	.content TEXTAREA {
		width: 145px;
		height: 50px;
		margin-top: 12px;
		font-size: 12pt;
		padding: 0 7px 0 7px;
	}
	.content .submit {
		width: 300px;
		height: 44px;
		line-height: 44px;
		margin: 20px auto;
	}


	.error_reg {
		padding: 0 0 0 65px;;
	}
	.dop-info UL {
		font-size: 10pt;
	}

	.descr { font-size: 10pt; padding: 10px; }
}

@media (max-width: 450px) {
	.content .intro { text-align: center; margin: 25px 7px 15px 7px; font-size: 10pt; }
}



/* VITRINA */
.price-date {
	text-align: center;
	color: #71717F;
	font-family: arial;
	font-style: italic;
	font-size: 11pt;
	font-weight: bold;
	padding: 0 0 10px 0;
	white-space: nowrap;
}

.models-box {
	position: relative;
	overflow: hidden;
	padding: 0 20px 0 20px;
	height: auto;
	background: #eeeeee;
}
.models-box marg {
	height: 20px;
}
.models-box H3 {
	display: block;
	padding: 10px 0;
	margin: 0 0 0 0;
	font-size: 12pt;
	font-family: Roboto,calibri,sans-serif;
	font-weight: normal;
	line-height: 13pt;
	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 IMG {
	width: 100%;
	height: auto;
	opacity: 0.8;
}
.models-box .img-box IMG:hover { opacity: 1; }
.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 .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: 12pt;
	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: 12pt;
	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) {
	H1 { font-size: 34pt; line-height: 34pt; }
	.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) {
	H1 { font-size: 33pt; line-height: 33pt; }
	.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) {
	H1 { font-size: 32pt; line-height: 32pt; }
	H2 {
		text-align: center;
		margin: 30px 0 10px 0;
		font-size: 15pt;
	}
	.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) {
	H1 { font-size: 31pt; line-height: 31pt; }
	.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) {
	H1 { font-size: 26pt; line-height: 26pt; }
	H2 {
		text-align: center;
		margin: 30px 0 10px 0;
		font-size: 13pt;
		line-height: 13pt;
	}
	.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) {
	H1 { font-size: 22pt; line-height: 22pt; }
	H2 { margin: 20px 0 10px 0;
		font-size: 11pt;
		line-height: 11pt;
	}
	H3 { font-size: 11pt; line-height: 12pt; }
	.models-box H3 { font-size: 12pt; }
	.price-date { font-size: 9pt; }
	.models-box .description { font-size: 10pt; line-height: 10pt; }
	.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: 9pt; }
}

