﻿

.content > H2 {
	margin-top: 50px;
	font-weight: bold;
	font-size: 16pt;
	left: -10px;
	text-align: center;
}
.content DIV H2 {
	margin-top: 100px;
}
H3:nth-child(1) {
	display: none;
}
H3 {
	display: block;
	color: #3071a9;
	font: bold 13pt arial;
	line-height: 13pt;
	padding: 0 0 0 7px;
	margin: 30px 5px 14px 50px;
	overflow: hidden;
	text-shadow: 0px 0px 3px #b9eaff;
}
H3:before {
	content: "•";
	color: #a7c2d6;
	padding: 0 7px 0 0;
	text-shadow: 0px 0px 3px #b9eaff;
}

.content .informer { text-align: left; font-size: 11pt; }

.cb { clear: both; }
.leas-descr {
	font-size: 22px;
	font-weight: bold;
	color: #456174;
}
.leas-descr2 {
	font-size: 18px;
	font-weight: normal;
	color: #d54b00;
	padding: 0 0 30px 30px;
}
.leas-descr3 {
	color: green;
	display: none;
	font-weight: bold;
	font-size: 16px;
}
.leas-descr2 span { text-decoration: underline; }

.stavka-input {
	width: 100%;
	margin-bottom: 20px;
}
.stavka-input .t_s {
	width: 43px;
	height: 10px;
	float: left;
	display: block;
	border-left: solid 1px black;
	text-align: left;
	line-height: 40px;
	font-weight: bold;
}
.stavka-input .t_s:last-child { border-right: solid 1px black; text-align: right;}

.month-input {
	width: 100%;
	margin-bottom: 20px;
}
.month-input .t_m {
	width: 43px;
	height: 10px;
	float: left;
	display: block;
	border-left: solid 1px black;
	text-align: left;
	line-height: 40px;
	font-weight: bold;
}
.month-input .t_m:last-child { border-right: solid 1px black; text-align: right;}

.percent-input {
	width: 100%;
	margin-bottom: 20px;
}
.percent-input .t_p {
	width: 158.6px;
	height: 10px;
	float: left;
	display: block;
	border-left: solid 1px black;
	text-align: left;
	line-height: 40px;
	font-weight: bold;
}
.percent-input .t_p:last-child { border-right: solid 1px black; text-align: right;}


.stavka-descr, .percent-descr, .month-descr {
	font-size: 11pt;
	font-weight: bold;
	color: black;
}
#leas-month-text, #leas-percent-text, #leas-stavka-text {
	font-weight: bold;
	color: #b30000;
	font-size: 22pt;
	padding: 0 3px 0 10px;
	white-space: nowrap;
	overflow: hidden;
}
#leas-percent-text-percent {
	font-weight: bold;
	font-size: 24px;
}

.h2-50px {
	padding-left: 50px;
}
.h2-center {
	text-align: center;
}



.submit-box {
	text-align: center;
}
.submit-button {
  text-decoration: none;
  outline: none;
  display: block;
  padding: 10px 20px 10px 20px;
  margin: 30px 30px 100px 30px;
  position: relative;
	color: white;
    text-shadow: 1px 1px 1px black;
  background: #b30000;
  font-size: 16pt;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
}
.submit-button:before,
.submit-button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  box-sizing: border-box;
}
.submit-button:before {
  bottom: 0;
  left: 0;
  border-left: 1px solid #115b8b;
  border-top: 1px solid #115b8b;
  transition: 0s ease opacity .4s, .1s ease width .2s, .1s ease height .3s;
}
.submit-button:after {
  top: 0;
  right: 0;
  border-right: 1px solid #115b8b;
  border-bottom: 1px solid #115b8b;
  transition: 0s ease opacity .2s, .1s ease width , .1s ease height .1s;
}
.submit-button:hover:before,
.submit-button:hover:after{
  height: 100%;
  width: 100%;
  opacity: 1;
}
.submit-button:hover:before {transition: 0s ease opacity 0s, .1s ease height, .1s ease width .1s;}
.submit-button:hover:after {transition: 0s ease opacity .2s, .1s ease height .2s , .2s ease width .3s;}
.submit-button:hover {
	background: rgba(255,255,255,.2);
	cursor: pointer;
	color: #115b8b;
}



#leas-result TABLE {
	width: 100%;
	margin: 20px 0 20px 0;
}
#leas-result TABLE TD {
	text-align: right;
	padding: 3px 15px 3px 10px;
	white-space: nowrap;
}
#leas-result TABLE TD:nth-child(5), #leas-result TABLE TH:nth-child(5) {
	font-weight: bold;
	color: #0059b3;
}
#leas-result TABLE tr:nth-child(odd) { background-color: #eaeff5; }


.dop-info UL {
	font-size: 20px;
}
.dop-info UL LH {
	font-weight: bold;
}




.loading1 {
    height:100px;
    position:relative;
    width:80px;
	margin: 0 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 }
}


.loading2 {
    height:100px;
    position:relative;
    width:80px;
	margin: 0 auto 70px auto;
	display: none;
}
.loading2 > 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;
}
.loading2 > 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;
}
.loading2 > 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;
}

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

.loading2 > 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;
}
.loading2 > 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;
}
.loading2 > 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;
}
.loading2 > 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;
}
.loading2 > 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 loading2 {
    0%{ background-color:#1871a4 }
    100%{ background-color:#FFFFFF }
}
@-moz-keyframes loading2 {
    0%{ background-color:#1871a4 }
    100%{ background-color:#FFFFFF }
}
@-o-keyframes loading2 {
    0%{ background-color:#1871a4 }
    100%{ background-color:#FFFFFF }
}




.model-info {
	font-size: 14pt;
}
.model-info IMG {
	float: left;
	margin: 0 15px 15px 0;
}
.model-info .price {
	padding-top: 10px;
}
.model-info .price SPAN {
	font-size: 20px;
	font-weight: bold;
	color: #b30000;
	padding: 0 10px 0 10px;
	white-space: nowrap;
}
.model-info .price SELECT {
	font-size: 25px;
	font-weight: bold;
	color: #b30000;
}

.cat {
	height: 200px;
	overflow: hidden;
	position: relative;
	background: white url(/img/bottom-bg.png) repeat center top;
}
.cat .cat-box {
	position: relative;
	height: 200px;
	overflow: hidden;
	margin: 0 35px 0 35px;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.cat .cat-box .cat-slider {
	position: absolute;
	height: 200px;
	width: 5000px;
	top: 0;
	left: 0;
	overflow: hidden;
	cursor: move;
}
.cat .cat-item {
	position: relative;
	float: left;
	width: 200px;
	height: auto;
	margin: 3px 0 0 3px;
	padding: 2px;
	background: #f3fafc;
	overflow: hidden;
	border: solid 1px #dff1f7;
	border-radius: 7px;
}
.cat .cat-item-selected { background: #c8ffad }
.cat .cat-item-selected:hover { background: #c8ffad }
.cat .cat-box .cat-choose-bg {
	position: absolute;
	z-index: 9;
	overflow: hidden;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
	background: black;
	opacity: 0.3;
}

.cat .cat-box .cat-choose {
	position: absolute;
	z-index: 10;
	overflow: hidden;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
	text-align: center;
	cursor: pointer;
}
.cat .cat-box .cat-choose DIV {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	font-size: 40pt;
	color: white;
	line-height: 39pt;
	font-family: helvetica;
	font-weight: bold;
	text-shadow: 0 0 4px black;
	margin-top: 67px;
	cursor: pointer;
	
}

.cat-item:hover, .cat-scroll-left:hover, .cat-scroll-right:hover  {
	background: #bfdfff;
}
.cat-item .t {
	display: block;
	color: #535353;
	font-size: 14px;
	line-height: 13px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 195px;
	height: 30px;
	padding: 5px 0 0 5px;
}
.cat-item .t SPAN:nth-child(1) {
	display: block;
	font-weight: bold;
}

.cat-item .image {
	display: block;
	width: 200px;
	height: 150px;
	border: none;
	border-radius: 4px;
	background-color: white;
	overflow: hidden;
	cursor: move;
}
/*.cat-item .p {
	position: absolute;
	height: 20px;
	font-size: 16px;
	text-align: right;
	font-weight: normal;
	color: white;
	top: 155px;
	right: 8px;
	z-index: 200;
}*/
.cat-item .p {
	position: absolute;
	top: 150px;
	right: 0;
	font-size: 12pt;
	line-height: 11pt;
	font-weight: normal;
	padding: 4px 15px 4px 0;
	opacity: 0.8;
	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;
}
.cat-item .p:hover { opacity: 1; }
.cat-item .p::before {
	display: block;
	float: left;
    content: "\2022";
	font-size: 12pt;
	line-height: 11pt;
    padding: 0 10px 0 8px;
    text-shadow: 0px 0px 3px white;
    color: lightgreen;
	margin-top: 2px;
}
.cat-item .p-b {
	display: none;
	position: absolute;
	height: 20px;
	width: 100px;
	font-size: 16px;
	text-align: right;
	background: black;
	opacity: 0.5;
	top: 155px;
	right: 5px;
	z-index: 100;
	border-radius: 4px;
}
.cat-scroll-left, .cat-scroll-right {
	position: absolute;
	font-size: 26pt;
	text-align: center;
	height: 200px;
	line-height: 200px;
	width: 30px;
	background-color: #f7f7f7;
	color: #0065e1;
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;

}
.cat-scroll-left {
	top: 0;
	left: 0;
}
.cat-scroll-right {
	top: 0;
	right: 0;
}





.leas-box {
	margin: 0 auto;
	padding: 0 50px;
}
.leas-box FORM LEGEND {
    padding-left: 10px;
    padding-right: 10px;
	text-transform: uppercase;
	font-size: 18pt;
}
FIELDSET {
	position: relative;
    line-height:18pt;
	text-align: center;
	margin: 0 auto;
	width: 400px;
	border: none;
}
.leas-box FORM 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;
}
.leas-box FORM LABEL SPAN {
	font-size: 9pt;
	line-height: 9pt;
}
.leas-box FORM INPUT {
	float: left;
	width: 180px;
	margin-top: 10px;
	font-size: 17pt;
	height: 25pt;
	padding: 0 7px 0 7px;
	border-radius: 5px;
	border: solid 1px #ccc;
}
.leas-box FORM .submit {
	margin-top: 30px;
	width: 400px;
}
.leas-box .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;
}
.leas-box .input-error {
	background-color: #ffbfbf;
	border: solid 1px #b30000;
}
.leas-box .input-veryfied {
	background-color: #bfffbf;
	border: solid 1px #008c00;
}




input[type=range] {
  -webkit-appearance: none; /* Скрывает слайдер, чтобы можно было создать свой */
  width: 100%; /* Указание параметра ширины требуется для Firefox. */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; /* Убирает голубую границу у элемента. Хотя, возможно, и стоит создавать некоторое оформления для состояния фокуса в целях обеспечения доступности. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: ew-resize;
  background: transparent; /* Скрывает слайдер, чтобы можно было добавить собственные стили. */
  border-color: transparent;
  color: transparent;
}
/* Специальные правила для браузеров на движках WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #000000;
  height: 36px;
  width: 24px;
  border-radius: 3px;
  background: #ffffff;
  cursor: ew-resize;
  margin-top: -14px; /* Вам нужно указать значение для поля в Chrome, но в Firefox и IE это происходит автоматически */
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Добавляем классные эффекты для слайдера! */
}
/* Тоже самое для Firefox */
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 24px;
  border-radius: 3px;
  background: #ffffff;
  cursor: ew-resize;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 15px;
  cursor: ew-resize;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 15px;
  cursor: ew-resize;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 15px;
  cursor: ew-resize;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}






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

.content > .frm {
	float: left;
	width: 50%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.frm > DIV {
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
}
.frm > DIV > DIV {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12pt;
	line-height: 12pt;
	font-weight: bold;
	overflow: hidden;
}
.frm > DIV > DIV:nth-child(1) {
	width: 40%;
	text-align: right;
	color: #333333;
}
.frm > DIV > DIV:nth-child(1) SPAN {
	display: block;
	padding-right: 7px;
}
.frm > DIV > DIV:nth-child(2) {
	width: 60%;
	text-align: left;
}
.frm > DIV > DIV > INPUT {
	width: 90%;
	font-size: 12pt;
	font-weight: bold;
	line-height: 12pt;
	border-radius: 5px;
	padding: 5px 0 5px 0;
	margin: 0 0 15px 0;
}
#frm-send {
	min-height: 40px;
}
#frm-send:hover {
	cursor: pointer;
}
.result {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: green;
	margin-top: 20px;
}

.lizing-top {
	float: right;
	overflow: hidden;
	width: 50%;
	padding: 0;
	margin: 0;
	text-align: right;

}
.lizing-top IMG {
	width: 100%;
	height: auto;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.cont {
	text-align: center;
	background: #1a4f73 url(/img/bottom-bg.png) repeat center top;
	padding: 5px 0 30px 0;
	margin-top: 15px;
}
.cont TABLE {
	margin: 0 auto;
	border: none;
}
.cont TABLE TD {
	font-size: 18pt;
	padding: 5px;
	white-space: nowrap;
	color: #c4d5e1;
}
.cont TABLE TD A {
	color: white;
	text-decoration: none;
	font-family: helvetica;
}
.cont TABLE TD:nth-child(1) {
	text-align: right;
	padding-right: 5px;
}
.cont TABLE TD:nth-child(2) {
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
}


H4 {
	margin: 20px;
	font-weight: bold;
	color: white;
	font-size: 18pt;
}
.lizing-uslov {
	margin: 0 10px 10px 50px;
}
.lizing-uslov TABLE {
	width: 100%;
}
.lizing-uslov TABLE TR:nth-child(even) {
	background-color: #f4f4ff;
}
.lizing-uslov TABLE TH {
	font-size: 14pt;
	color: #2b4d75;
	padding: 0 3px 3px 10px;
}
.lizing-uslov TABLE TD {
	padding: 20px 3px 3px 10px;
	font-size: 10pt;
}
.lizing-uslov TABLE TH:nth-child(1) {
	width: 40%;
}
.lizing-uslov TABLE TH:nth-child(2) {
	width: 60%;
}
.lizing-uslov TABLE TD:nth-child(1) {
	font-weight: bold;
	padding-left: 50px;
}
.lizing-uslov TABLE TD:nth-child(1) {
	font-weight: bold;
	font-size: 14pt;
	color: #0059b3;
}
.lizing-uslov UL {
	margin: 0;
	padding: 10px 5px 10px 20px;
	list-style-type: square;
}
.lizing-uslov TABLE TD:nth-child(2) SPAN {
	font-weight: bold;
	color: #333333;
}
.lizing-uslov A {
	color: #C52626;
}
.lizing-uslov A:hover {
	text-decoration: none;
}


@media screen and (max-width: 900px) {
	H1 { font-size: 25pt; line-height: 25pt; background-size: 22px; padding-left: 35px; }
	.frm > DIV > DIV:nth-child(1) { font-size: 10pt; line-height: 10pt; }
	.frm > DIV > DIV > INPUT { font-size: 14pt; line-height: 14pt; padding: 3px 0 3px 0; margin: 0 0 6px 0; }
	.lizing-uslov TABLE TD:nth-child(1) { font-size: 13pt; padding-left: 40px; }
	.lizing-uslov { margin: 0; }
}
@media screen and (max-width: 700px) {
	H1 { font-size: 20pt; line-height: 20pt; background-size: 18px; padding-left: 32px; }
	.frm > DIV > DIV:nth-child(1) { font-size: 10pt; line-height: 9pt;  }
	.frm > DIV > DIV > INPUT { font-size: 12pt;  line-height: 12pt;  }
	.lizing-uslov TABLE TD:nth-child(1) { font-size: 12pt; padding-left: 30px; }
}
@media screen and (max-width: 640px) {
	H1 { margin: 10px 10px 10px 30px; }
	.content > H2 { margin-left: 5px; font-size: 14pt; line-height: 14pt; }
	H3 { margin: 7px; font-size: 12pt;}
	.content DIV H2 { margin-top: 30px; font-size: 14pt; line-height: 14pt; }
	.content > .frm { width: 90%; }
		
	.h2-50px { padding-left: 0; font-size: 14pt; text-align: center; }
	.frm { max-width: 700px; float: none; margin: 0 auto 25px auto; }
	.lizing-top { width: 100%; margin: 0 0 20px 0; }
	.lizing-top IMG { border-radius: 0px; }
	.frm { width: 90%; }
	.frm > DIV > DIV:nth-child(1) { font-size: 14pt; line-height: 13pt; }
	.frm > DIV > DIV > INPUT { font-size: 13pt; line-height: 13pt; }

	.cat .cat-box .cat-choose DIV { font-size: 23pt; line-height: 22pt; }

	.leas-descr { font-size: 10pt; padding: 3px; margin: 3px; }
	.leas-descr2 { font-size: 10pt; padding: 3px; margin: 3px; }
	.leas-descr3 { font-size: 10pt; padding: 3px; margin: 3px; }
	
	.stavka-descr, .percent-descr, .month-descr { margin-left: 5px; }
	
	.leas-box {
		padding: 0px;
	}
	.stavka-input, .percent-input, .month-input {
		margin: 5px 5px 40px 5px;
		width: 95%;
		font-size: 8pt;
		white-space: nowrap;
		
	}
	.percent-input .t_p {
		width:67px;
	}
	.stavka-descr, .percent-descr, .month-descr {
		font-size: 9pt;
	}

	.month-input .t_m {
		width:17px;
	}

	.model-info {
		font-size: 9pt;
	}
	.model-info .price SPAN {
		font-size: 10pt;
		font-weight: bold;
		padding: 0 1px 0 1px;
		overflow: hidden;
	}
	.model-info .price SELECT {
		font-size: 11pt;
		font-weight: bold;
		color: black;
	}

	#leas-percent-text, #leas-month-text, #leas-stavka-text {
		font-weight: bold;
		font-size: 16pt;
	}
	#leas-percent-text-percent {
		font-weight: bold;
		font-size: 8pt;
	}

	
	.submit-button {
		font-size: 12pt;
		margin: 30px 20px 20px 30px;
	}
	
	
	#leas-result TABLE {
		margin: 10px 0 20px 0;
		font-size: 9pt;
	}
	#leas-result TABLE TD {
		text-align: right;
		padding: 1px 7px 1px 4px;
		white-space: nowrap;
	}
	#leas-result TABLE TD:nth-child(1) { display: none; }
	#leas-result TABLE TH:nth-child(1) { display: none; }


	.leas-box FORM LABEL {
		font-size: 12pt;
	}
	.leas-box FORM INPUT {
		font-size: 12pt;
		width: 145px;
		margin-top: 10px;
		height: 20pt;
		padding: 0 7px 0 7px;
	}
	.leas-box .info {
		padding: 25px 0 5px 0;
		margin: 0;
		font-style: italic;
		font-weight: bold;
		font-size: 9pt;
	}
	.leas-box FORM .submit {
		width: 280px;
		height: 44px;
		line-height: 44px;
		margin: 10px auto;
	}

	FIELDSET {
		width: 300px;	
	}
	.leas-box FORM LABEL {
		width: 80px;
		font-size: 9pt;
	}
	.error_reg {
		padding: 0 0 0 65px;;
	}
	.dop-info UL {
		font-size: 10pt;
	}
}
@media screen and (max-width: 600px) {
	H1 { margin: 7px 7px 7px 30px; font-size: 18pt; line-height: 18pt; background-size: 16px; padding-left: 30px; }
	.content > H2 { font-size: 14pt; }
	.descr {
		font-size: 10pt;
		padding: 10px 5px 0 5px;
	}
	.result {
		font-size: 14pt;
	}
	.cont TABLE TD {
		font-size: 14pt;
	}

	.lizing-uslov TABLE TH {
		font-size: 11pt;
		color: #2b4d75;
		padding: 5px;
	}	
	.lizing-uslov TABLE TD {
		padding: 5px;
		font-size: 9pt;
	}
	.lizing-uslov TABLE TD:nth-child(1) { font-size: 10pt; padding-left: 20px; }
}
@media screen and (max-width: 400px) {
	H1 { margin: 3px 3px 3px 30px; font-size: 17pt; line-height: 17pt; background-size: 15px; padding-left: 25px; }
	.content > H2 { font-size: 12pt; }
	.cont TABLE TD {
		font-size: 11pt;
	}
	.lizing-uslov TABLE TD:nth-child(1) { font-size: 9pt; padding-left: 10px; }

	.frm { width: 95%; }
	.frm > DIV > DIV:nth-child(1) { font-size: 10pt; line-height: 9pt; }
	.frm > DIV > DIV > INPUT { font-size: 10pt; line-height: 10pt; }
}




