<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Ð“Ð»Ð¾Ð±Ð°Ð»ÑŒÐ½Ñ‹Ðµ */
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

	box-sizing:border-box;
}
html,body{
	height:100%;
}
html{
	overflow-y:scroll;
}
body{
	min-width: 1000px;

	color:#000;

	font:400 15px/22px 'Exo 2',sans-serif;
}

/* ÐŸÐ°Ñ€Ð°Ð³Ñ€Ð°Ñ„, Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¸ */
p{
	margin:10px 0 0;
}
p:first-child{
	margin-top:0;
}
.landing-page .content h1,
.landing-page .content .h1{
	margin:0 0 50px;

	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
}
.landing-page .content h2,
.landing-page .content .h2{
	margin:50px 0 35px;

	font-size: 46px;

	font-weight: 700;
	line-height: 50px;
}
.landing-page .content h3,
.landing-page .content .h3{
	margin:30px 0 25px;

	font-size:30px;
	font-weight:700;
	line-height:40px;
}
.landing-page .content h4,
.landing-page .content .h4{
	margin: 25px 0 15px;

	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

.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:700;
}
i,em{
	font-style:italic;
}
.light{
	font-weight:300;
}
.nowrap{
	white-space:nowrap;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.normal{
	font-weight:400;
}

/* Ð¡ÑÑ‹Ð»ÐºÐ¸ */
 a,
a u{
	text-decoration:none;

	border-color:inherit;

	border-bottom:1px solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
a{
	-webkit-transition:color .3s,border-color .3s;
  transition:color .3s,border-color .3s;

	color: #000;

	border-bottom-color:rgba(230, 28, 38, .3);
	outline:none;
}
a u{
	-webkit-transition:border-color .3s;
  transition:border-color .3s;

	border-bottom-color:rgba(230, 28, 38, .3);
}
a:hover,
.visited a:visited:hover{
	-webkit-transition-duration:.1s;
  transition-duration:.1s;

	color: #f10f1a;
    text-decoration: none;
	border-bottom-color:rgba(252, 45, 55, 1);
}
a:hover u,
.visited a:visited:hover u{
	-webkit-transition-duration:.1s;
  transition-duration:.1s;

	border-bottom-color:rgba(252, 45, 55, 1);
}
.visited a:visited{ }
.visited a:visited u{ }
.js,
.js u{
	border-bottom-style:dashed;
}
.js_dotted,
.js_dotted u{
	border-bottom-style:dotted;
}

/* ÐŸÐ¾Ð»Ñ Ð²Ð²Ð¾Ð´Ð°, Ñ‚ÐµÐºÑÑ‚Ð¾Ð²Ð¾Ðµ Ð¿Ð¾Ð»Ðµ, ÑÐµÐ»ÐµÐºÑ‚Ñ‹ */
.landing-page .content input[type=text],
.landing-page .content input[type=password],
.landing-page .content textarea,
.landing-page .content select{
	width:100%;

	-webkit-transition:border-color .3s;
  transition:border-color .3s;

	color:#000;
	border:1px solid #ccc;
	-webkit-border-radius:4px;
	border-radius:4px;
	outline:none;
	background:#fff;

	font:400 15px 'Exo 2',sans-serif;
}
.landing-page .content input::-moz-placeholder,
.landing-page .content textarea::-moz-placeholder{
	opacity:1;

	color:#808080;
}
.landing-page .content input::-webkit-input-placeholder,
.landing-page .content textarea::-webkit-input-placeholder{
	opacity:1;

	color:#808080;
}
.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;
  transition-duration:.1s;

	border-color: #000;
}
.landing-page .content input[type=text]:focus,
.landing-page .content input[type=password]:focus,
.landing-page .content textarea:focus{
	-webkit-transition-duration:.1s;
  transition-duration:.1s;

	border-color: #000;
}
.landing-page .content input[type=text].validate__error,
.landing-page .content input[type=password].validate__error,
.landing-page .content textarea.validate__error{
	border-color:#e51b25;
}
.landing-page .content input[type=text],
.landing-page .content input[type=password]{
	height:40px;
	padding:0 14px;

	line-height:38px;
}
.landing-page .content textarea{
	min-height:42px;
	max-height:400px;
	padding:9px;

	resize:vertical;

	line-height:20px;
}
.landing-page .content select{
	padding:7px 6px;

	outline:none;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ¸ */
/*button{
	padding:0;

	cursor:pointer;

	border:none;
	outline:none;
	background:none;

	font-family:'Exo 2',sans-serif;
	font-weight:400;
	line-height:normal !important;
}
button:hover{
	-webkit-transition-duration:.1s;
	-moz-transition-duration:.1s;
	-o-transition-duration:.1s;
	transition-duration:.1s;
}
button:disabled,
button[disabled]{
	cursor:not-allowed;

	opacity:.5;
}*/

/* Ð‘Ð»Ð¾ÐºÐ¸ */
.wrapper{
	width:1000px;
	margin:auto;
	padding:0 20px;
}
.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;
}
.btn-up {
    position: fixed;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 13px;
    right: 50px;
    bottom: -50px;
    border: 1px solid #ef0f19;
    border-radius: 10px;
    background: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #000;
    z-index: 99;
    -webkit-transition: border .3s,color .3s,background .3s,bottom .3s;
    -o-transition: border .3s,color .3s,background .3s,bottom .3s;
    transition: border .3s,color .3s,background .3s,bottom .3s
}

.btn-up_visible {
    bottom: 50px
}

.btn-up:before {
    display: block;
    height: 8px;
    background: url(images/btn-up--icon.png) 50% 0 no-repeat;
    content: ''
}

.btn-up:hover {
    border-color: #ef0f19;
    color: #ef0f19
}

.btn-up:active {
    background: #f10f1a;
    border-style: solid;
    border-color: #f10f1a;
    color: #fff
}



.btn-up:active:before {
    background-position: 50% 100%
}
</pre></body></html>