<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.wrraper{
	
	
}
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.popup {
	background:url(../img/strela.png) no-repeat center 97px, url(../img/eco.png) no-repeat 339px 205px;
	background-color: #fff;
	display: inline-block;
	left: 50%;
	opacity: 0;
	width: 621px;
	height: 716px;
	position: fixed;
	text-align: justify;
	top: 50%;
	visibility: hidden;
	z-index: 99999999999;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 15px;
	-webkit-box-shadow: 1px 1px 10px 7px rgba(50, 50, 50, 0.64);
	-moz-box-shadow:1px 1px 10px 7px rgba(50, 50, 50, 0.64);
	box-shadow:1px 1px 10px 7px rgba(50, 50, 50, 0.64);
}
.popup .close_window {
	
	position: absolute;
	
	top: -39px;
	right: -18px;
	cursor: pointer;
	color: #000;
	text-align: center;
	
}

.form_top img{
	display:inline-block;
	margin: -9px 0px 0px 94px;
	
}
.form_top span{
font-family: "Roboto Condensed";
font-size: 24px;
text-transform: uppercase;
display: inline-block;
vertical-align: top;
padding: 42px 180px 10px 0px;
background: url("../img/tm.png") no-repeat scroll 249px 32px transparent;
float: right;
color: #000;
margin: 0 0 22px;
	
}
.form_top h1{
	display:inline-block; font-size:36px; font-family:"Open Sans"; font-weight:bold; text-transform:uppercase;
	color:#ee2f10; margin:-9px 56px 0px 60px; 
	
}
.red{
	font-family:"Open Sans"; font-weight:bold; color:#ee2f10; font-style:italic;
}
.black{
	font-family:"Open Sans"; font-weight:bold;  font-style:italic; color:#000;
}
.form_bottom{
	margin-left:20px; margin-top: 74px;
}
.form_bottom p{
	font-family:"Open Sans"; font-size:18px; font-style:italic; font-weight: normal;  width:390px; color:#858585;   line-height: 20px;
	  margin-bottom: 32px;
}

.form_bottom h2{
	font-family: 'Roboto Condensed'; font-size:26px; text-transform:uppercase; color:#444444;  letter-spacing: -1px;
  margin-bottom: 12px;	
}
.form_bottom h2 &gt; span{
	display:inline-block; font-weight:normal;  line-height: 1.3;
}
.form_bottom h2 &gt; .posible{
	 padding-left: 25px;
}
.form_bottom h2 &gt; .red{
	font-weight:normal; font-style:normal;
}
.form_bottom h2 &gt; .black{
font-weight: bold;
font-style: normal;
padding-left: 6px;
width: 313px;
text-align: center;
}
.form_bottom input{
	width:272px; background:#81b112; border:none; border-radius:6px; padding: 8px 0px 8px 7px;
    text-align: center; color:#FFF; margin-bottom:6px; font-size:20px; font-family:"Open Sans";
	margin-left: 22px;
}
	

.form_bottom .button, .form_bottom .button2{
	width:272px; background:#ee3214; text-transform:uppercase; color:#FFF; font-size:22px; font-family: 'Roboto Condensed';
	padding:10px 0px 10px 0px; border:#ab220b solid 1px; border-radius:6px; margin-left: 23px; margin-bottom: 22px; margin-top: 5px; cursor:pointer;
	-webkit-box-shadow: 3px 3px 12px 0px rgba(50, 50, 50, 0.64);
	-moz-box-shadow:    3px 3px 12px 0px rgba(50, 50, 50, 0.64);
	box-shadow:         3px 3px 12px 0px rgba(50, 50, 50, 0.64);  
	height: 47px;
}

.form23 &gt; p{
	margin: 56px 20px 20px 20px; font-family:"Open Sans"; font-size:14px; font-style:italic;	
}
.form23 &gt; p a{
	color:#1c94cc;
}
.form23 &gt; p a:hover{
	text-decoration:none;
}


input::-moz-placeholder { color: #FFF; }
input::-webkit-input-placeholder { color: #FFF; }





























</pre></body></html>