@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot');
	src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.woff') format('woff'),
		url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf') format('truetype'),
		url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot');
	src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.woff') format('woff'),
		url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.ttf') format('truetype'),
		url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

*:focus {
	outline: none;
}

body {
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 160%;
	color: #000;
	background-color: #fff;
	margin: 0;
}

a {
	color: #3E4FEF;
}
a:hover {
	outline: none;
}
img {
	max-width: 100%;
}
ul, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
h1,.h1 {
	font-size: 48px;
	line-height: 64px;
}
h2,.h2 {
	font-size: 36px;
	line-height: 48px;
}
h3,.h3 {
	font-size: 28px;
	line-height: 40px;
}
h4,.h4 {
	font-size: 24px;
	line-height: 32px;
}
h5,.h5 {
	font-size: 20px;
	line-height: 32px;
}
h6,.h6 {
	font-size: 18px;
	line-height: 30px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
	margin: 0;
}
h2, .h2 {
	margin-top: 50px;
	margin-bottom: 24px;
}
h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
	margin-top: 32px;
	margin-bottom: 16px;
}
.container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.btn {
	font-family: 'HelveticaNeueCyr';
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	background: #3E4FEF;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	padding: 8px 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.btn:not(.btn_light):hover,
.sidebar_offer__block:hover .btn:not(.btn_light),
.offer_wrap:hover .btn:not(.btn_light) {
	background: #2E3DC9;
}
.df {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.ai-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.jc-sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.jc-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.fw-w {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.fd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.pa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.pos-r {
	position: relative;
}
.text-center {
	text-align: center;
}
.m-0 {
  margin: 0 !important;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mt-140 {
	margin-top: 140px;
}
.mh-400 {
    min-height: 400px;
}
.zi-1 {
	z-index: 1;
}
.header {
	background: #000000;
    height: 80px;
	margin-bottom: 38px;
}
.header_logo {
    font-weight: 900;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}
.logo_text {
    margin-left: 16px;
}
.header_menu__top li {
	margin-left: 32px;
}
.header_menu__top li:first-child {
	margin-left: 0;
}
.header_menu__top a {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
    pointer-events: all;
}
.header_menu__nav {
    pointer-events: none;
}
.header_menu__nav.active .header_menu__top a {
	opacity: 0.4;
}
.header_menu__nav.active .header_menu__top a:hover {
	opacity: 1;
}
.header_btn {
	margin-left: 48px;
}
.hidden {
	display: none;
}
.header_logo__icon {
    width: 32px;
    height: 36px;
}
.footer {
	background: #F1F7FC;
	margin-top: 140px;
}
.footer_wrap {
	height: 136px;
}
.footer_logo {
	font-weight: 900;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.1em;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.footer_logo__icon {
	width: 32px;
	height: 36px;
}
.footer_copyright {
	font-size: 14px;
    font-weight: bold;
	color: #7B7B7B;
}
.footer_copyright a {
	color: #7B7B7B;
}
.menu_btn {
	display: none;
}
.black-scr {
	position: fixed;
	content: '';
	pointer-events: none;
	display: block;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0.1);
}
.wrap {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
.platforms_notes__dn {
	display: none;
}
.fixedbox {
	display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.fixedbox_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    color: black;
}
.toc_widget {
    margin-bottom: 56px;
}





















