<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Ð“Ð»Ð¾Ð±Ð°Ð»ÑŒÐ½Ñ‹Ðµ */
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
html,body{
	height:100%;
}
html{
	overflow-y:scroll;
}
body{
	font:400 17px/28px 'Exo 2',sans-serif;
	color:#000;
}

/* ÐŸÐ°Ñ€Ð°Ð³Ñ€Ð°Ñ„, Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¸ */
p{
	margin:10px 0 0;
}
p:first-child{
	margin-top:0;
}
.landing-page .content h1,
.landing-page .content .h1{
	font-weight:600;
	font-size:70px;
	line-height:70px;
}
.landing-page .content h2,
.landing-page .content .h2{
	margin:0 0 20px;
	font-weight:400;
	font-size:40px;
	line-height:44px;
}
.landing-page .content h2.b-problems__title {
	color:  #fff;
}
.landing-page .content .b-economy h2 {
	color:  #fff;
}
.landing-page .content h3,
.landing-page .content .h3{
	margin:0 0 20px;
	font-weight:400;
	font-size:30px;
	line-height:36px;
}
.landing-page .content h4,
.landing-page .content .h4{
	margin:0 0 10px;
	font-weight:600;
	font-size:20px;
	line-height:25px;
}

.landing-page .content .h2:first-child,
.landing-page .content .h3:first-child,
.landing-page .content .h4:first-child,
.landing-page .content h2:first-child,
.landing-page .content h3:first-child,
.landing-page .content h4:first-child{
	margin-top:0;
}

/* ÐÐ°Ñ‡ÐµÑ€Ñ‚Ð°Ð½Ð¸Ðµ ÑˆÑ€Ð¸Ñ„Ñ‚Ð° */
b,strong{
	font-weight:600;
}
i,em{
	font-style:italic;
}
.nowrap{
	white-space:nowrap;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.normal{
	font-weight:400;
	font-style:normal;
	font-size:15px;
}
.tight{
	line-height:20px;
}

/* Ð¡ÑÑ‹Ð»ÐºÐ¸ */
a,
a u{
	border-bottom:1px solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-color:inherit;
	text-decoration:none;
}
a{
	border-bottom-color:rgba(24,112,163,.3);
	color:#1870a3;
	-webkit-transition:color .3s,border-color .3s;
    -moz-transition:color .3s,border-color .3s;
    -o-transition:color .3s,border-color .3s;
    transition:color .3s,border-color .3s;
	outline:none;
}
a u{
	border-bottom-color:rgba(24,112,163,.3);
	-webkit-transition:border-color .3s;
    -moz-transition:border-color .3s;
    -o-transition:border-color .3s;
    transition:border-color .3s;
}
a:hover,
.visited a:visited:hover{
	border-bottom-color:rgba(241,15,26,.3);
	color:#f10f1a;
	-webkit-transition-duration:.1s;
    -o-transition-duration:.1s;
    -moz-transition-duration:.1s;
    transition-duration:.1s;
}
a:hover u,
.visited a:visited:hover u{
	border-bottom-color:rgba(241,15,26,.3);
	-webkit-transition-duration:.1s;
    -o-transition-duration:.1s;
    -moz-transition-duration:.1s;
    transition-duration:.1s;
}
.visited a:visited{ }
.visited a:visited u{ }
.js,
.js u{
	border-bottom-style:dashed;
}

/* ÐŸÐ¾Ð»Ñ Ð²Ð²Ð¾Ð´Ð°, Ñ‚ÐµÐºÑÑ‚Ð¾Ð²Ð¾Ðµ Ð¿Ð¾Ð»Ðµ, ÑÐµÐ»ÐµÐºÑ‚Ñ‹ */
.landing-page .content input[type=text],
.landing-page .content input[type=password],
.landing-page .content textarea,
.landing-page .content select{
	width:100%;
	border:1px solid #e1e1e1;
	-webkit-border-radius:3px;
	border-radius:3px;
	background:#fff;
	font:400 16px 'Exo 2',sans-serif;
	color:#000;
	outline:none;
	-webkit-transition:border-color .3s,background-color .3s;
    -moz-transition:border-color .3s,background-color .3s;
    -o-transition:border-color .3s,background-color .3s;
    transition:border-color .3s,background-color .3s;
}
.landing-page .content input::-moz-placeholder,
.landing-page .content textarea::-moz-placeholder{
	color:#353535;
	opacity:1;
}
.landing-page .content input::-webkit-input-placeholder,
.landing-page .content textarea::-webkit-input-placeholder{
	color:#353535;
	opacity:1;
}
.landing-page .content input[type=text]:hover,
.landing-page .content input[type=password]:hover,
.landing-page .content textarea:hover,
.landing-page .content select:hover{	
	-webkit-transition-duration:.1s;
    -o-transition-duration:.1s;
    -moz-transition-duration:.1s;
    transition-duration:.1s;
}
.landing-page .content input[type=text]:focus,
.landing-page .content input[type=password]:focus,
.landing-page .content textarea:focus{	
	border-color:#000;
	-webkit-transition-duration:.1s;
    -o-transition-duration:.1s;
    -moz-transition-duration:.1s;
    transition-duration:.1s;
}
.landing-page .content input[type=text].validate__error,
.landing-page .content input[type=password].validate__error,
.landing-page .content textarea.validate__error{
	border-color:#f10f1a;
	background-color:#fccfd1;
}
.landing-page .content input[type=text],
.landing-page .content input[type=password]{
	height:36px;
	padding:0 9px;
	line-height:1;
}
.landing-page .content textarea{
	min-height:42px;
	max-height:400px;
	padding:9px;
	line-height:20px;
	resize:vertical;
}
.landing-page .content select{
	padding:7px 6px;
	outline:none;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ¸ */
/*

button{
	padding:0;
	border:none;
	background:none;
	font-weight:400;
	font-family:'Exo 2',sans-serif;
	line-height:normal !important;
	outline:none;
	cursor:pointer;
}
button:hover{
	-webkit-transition-duration:.1s;
	-moz-transition-duration:.1s;
	-o-transition-duration:.1s;
	transition-duration:.1s;
}
*/
/* Ð‘Ð»Ð¾ÐºÐ¸ */
.wrapper{
	width:1000px;
	padding:0 20px;
	margin:auto;
}
.container{
	float:left;
	width:100%;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.crop{
	overflow:hidden;
}
.hidden{
	display:none;
}
.invisible{
	visibility:hidden;
}

/* ÐžÑ‡Ð¸ÑÑ‚ÐºÐ° */
.clear{
	clear:both;
}
.clearfix:before,
.clearfix:after {
	display:table;
	content:"";
}
.clearfix:after {
	clear:both;
}

/* Ð”Ð¸Ð²Ð½Ñ‹Ðµ Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ñ‹ */
.tbl{
	display:table;
}
.tbl__row{
	display:table-row;
}
.tbl__cell{
	display:table-cell;
	vertical-align:middle;
}

/*** ÐŸÐ¾Ð»ÐµÐ·Ð½Ñ‹Ðµ ÐºÐ»Ð°ÑÑÑ‹ ***/
.b3p{
	background-position:0 0;
}
.b3p:hover{
	background-position:0 50%;
}
.b3p:active{
	background-position:0 100%;
}
.nobd{
	border:none !important;
}
.nomargin{
	margin:0 !important;
}
img{
	max-width:100%;
	border:none;
}</pre></body></html>