<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{
	min-width: 1000px;
	font:400 15px/25px 'Exo 2',sans-serif;
	color:#000;
}

/* ÐŸÐ°Ñ€Ð°Ð³Ñ€Ð°Ñ„, Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¸ */
#oldstyle p{
	margin:10px 0 0;
}
#oldstyle  p:first-child{
	margin-top:0;
}
#oldstyle
#oldstyle h1,
#oldstyle .h1{
	margin:0 0 25px;
	font-weight:700;
	font-size:50px;
	line-height:60px;
}
#oldstyle h2,
#oldstyle .h2{
	margin:0 0 20px;
	font-weight:400;
	font-size:40px;
	line-height:50px;
}
#oldstyle h3,
#oldstyle .h3{
	margin:0 0 20px;
	font-weight:400;
	font-size:30px;
	line-height:40px;
}
#oldstyle h4,
#oldstyle .h4{
	margin:0 0 10px;
	font-weight:600;
	font-size:20px;
	line-height:25px;
}

#oldstyle .h2:first-child,
#oldstyle .h3:first-child,
#oldstyle .h4:first-child,
#oldstyle h2:first-child,
#oldstyle h3:first-child,
#oldstyle 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;
}
.medium{
	font-weight:500;
}
.tight{
	line-height:20px;
}
.bold{
	font-weight:700;
}

/* Ð¡ÑÑ‹Ð»ÐºÐ¸ */
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(241,15,26,.3);
	color:#000;
	-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(241,15,26,.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,1);
	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,1);
	-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:dotted;
}

/* ÐŸÐ¾Ð»Ñ Ð²Ð²Ð¾Ð´Ð°, Ñ‚ÐµÐºÑÑ‚Ð¾Ð²Ð¾Ðµ Ð¿Ð¾Ð»Ðµ, ÑÐµÐ»ÐµÐºÑ‚Ñ‹ */
#oldstyle input[type=text],
#oldstyle input[type=password],
#oldstyle textarea,
#oldstyle 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;
}
#oldstyle input::-moz-placeholder,
#oldstyle textarea::-moz-placeholder{
	color:#353535;
	opacity:1;
}
#oldstyle input::-webkit-input-placeholder,
#oldstyle textarea::-webkit-input-placeholder{
	color:#353535;
	opacity:1;
}
#oldstyle input[type=text]:hover,
#oldstyle input[type=password]:hover,
#oldstyle textarea:hover,
#oldstyle select:hover{	
	-webkit-transition-duration:.1s;
    -o-transition-duration:.1s;
    -moz-transition-duration:.1s;
    transition-duration:.1s;
}
#oldstyle input[type=text]:focus,
#oldstyle input[type=password]:focus,
#oldstyle textarea:focus{	
	border-color:#000;
	-webkit-transition-duration:.1s;
    -o-transition-duration:.1s;
    -moz-transition-duration:.1s;
    transition-duration:.1s;
}
#oldstyle input[type=text].validate__error,
#oldstyle input[type=password].validate__error,
#oldstyle textarea.validate__error{
	border-color:#f10f1a;
	background-color:#fccfd1;
}
#oldstyle input[type=text],
#oldstyle input[type=password]{
	height:36px;
	padding:0 9px;
	line-height:1;
}
#oldstyle textarea{
	min-height:42px;
	max-height:400px;
	padding:9px;
	line-height:20px;
	resize:vertical;
}
select{
	padding:7px 6px;
	outline:none;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ¸ */
#oldstyle button{
	/*padding:0;*/
	border:none;
	/*background:none;*/
	font-weight:400;
	font-family:'Exo 2',sans-serif;
	line-height:normal !important;
	outline:none;
	cursor:pointer;
}
#oldstyle 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;
}


.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>