/* Этаж особенностей */
.grid-table {
background-color: #f9f5e5;
margin-bottom: 50px !important;
margin-top: 30px; 
}

.feature {
	font-size: 32px;
	line-height: 1.7em;
	margin-bottom: 0.0em;
	margin-top: -0.4em;
}

	@media only screen and (min-width:1060px) {
		.feature {
		font-size: 36px;
		} }
	
	@media only screen and (min-width:1140px) {
		.feature {
		font-size: 40px;
		} }
		
	@media only screen and (min-width:1280px) {
		.feature {
		font-size: 45px;
		} }	
		
	@media only screen and (min-width:1540px) {
		.feature {
		font-size: 50px;
		} }
		
	@media only screen and (min-width:1800px) {
		.feature {
		font-size: 60px;
		} }

.change {
	color: #e30016;
	font-weight: normal;
}

.caption {
	margin-bottom: 45px !important;
	margin-top: 0 !important;
}

.footnote {
	position: absolute;
	width: 100px;
}


/* Тест-драйв */
.try-label {
	color: #477b94;
	margin: 0;
}	

.try-input {
	font-size: 50px;
	line-height: 80px;
	height: 80px;
	margin: 0px 0 40px 0;
	padding: 0 0 0 8px;
	border: none;
	border-bottom: 1px solid #b6d4e2;
	color: black;
	overflow: hidden;
}

[contenteditable="true"].try-input {
    white-space: nowrap;
} 
[contenteditable="true"].try-input br {
    display:none;
}
[contenteditable="true"].try-input * {
    display:inline;
    white-space:nowrap;
}

/* Красим поле и лейбл при ховере */	
.try:hover .try-label {
	color: #e30016;
}

.try:hover .try-input {
	border-bottom: 1px solid #f0ae95 !important;
}

/* Красим поле при фокусе */
.try-input:focus {
	border-bottom: 1px solid #f0ae95;
	outline: none;
}
