.l {
  font-family: 'helveticaneuecyrultralight' !important;
}
.m {
  font-family: 'helveticaneuecyrmedium' !important;
}
.r {
  font-family: 'helveticaneuecyrroman' !important;
}
.b {
  font-family: 'helveticaneuecyrbold' !important;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  padding: 0;
  min-width: 1300px;
  font-family: 'Open Sans', Arial, sanf-serif;
  text-align: center;
  color: #808080;
}
a {
  outline: none;
}
.lp__frozen {
  overflow: hidden;
}
.lp__wrapper {
  height: 100%;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  min-width: 1300px;
}
.lp__shadow {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.lp__shadow--active {
  opacity: 1;
}
.lp__container {
  width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.lp__hr {
  border: none;
  box-shadow: 0 0 0 1px #e6e6e6;
  width: 60px;
  margin: 0 auto;
}
@font-face {
  font-family: 'helveticaneuecyrultralight';
  src: url("../fonts/helveticaneue/helveticaneuecyr-ultralight-webfont.eot");
  src: url("../fonts/helveticaneue/helveticaneuecyr-ultralight-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/helveticaneue/helveticaneuecyr-ultralight-webfont.woff2") format('woff2'), url("../fonts/helveticaneue/helveticaneuecyr-ultralight-webfont.woff") format('woff'), url("../fonts/helveticaneue/helveticaneuecyr-ultralight-webfont.ttf") format('truetype'), url("../fonts/helveticaneue/helveticaneuecyr-ultralight-webfont.svg#helveticaneuecyrultralight") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyrmedium';
  src: url("../fonts/helveticaneue/helveticaneuecyr-medium-webfont.eot");
  src: url("../fonts/helveticaneue/helveticaneuecyr-medium-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/helveticaneue/helveticaneuecyr-medium-webfont.woff2") format('woff2'), url("../fonts/helveticaneue/helveticaneuecyr-medium-webfont.woff") format('woff'), url("../fonts/helveticaneue/helveticaneuecyr-medium-webfont.ttf") format('truetype'), url("../fonts/helveticaneue/helveticaneuecyr-medium-webfont.svg#helveticaneuecyrmedium") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyrroman';
  src: url("../fonts/helveticaneue/helveticaneuecyr-roman-webfont.eot");
  src: url("../fonts/helveticaneue/helveticaneuecyr-roman-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/helveticaneue/helveticaneuecyr-roman-webfont.woff2") format('woff2'), url("../fonts/helveticaneue/helveticaneuecyr-roman-webfont.woff") format('woff'), url("../fonts/helveticaneue/helveticaneuecyr-roman-webfont.ttf") format('truetype'), url("../fonts/helveticaneue/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrroman") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyrbold';
  src: url("../fonts/helveticaneue/helveticaneuecyr-bold-webfont.eot");
  src: url("../fonts/helveticaneue/helveticaneuecyr-bold-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/helveticaneue/helveticaneuecyr-bold-webfont.woff2") format('woff2'), url("../fonts/helveticaneue/helveticaneuecyr-bold-webfont.woff") format('woff'), url("../fonts/helveticaneue/helveticaneuecyr-bold-webfont.ttf") format('truetype'), url("../fonts/helveticaneue/helveticaneuecyr-bold-webfont.svg#helveticaneuecyrbold") format('svg');
  font-weight: normal;
  font-style: normal;
}
.lp__slider {
  box-sizing: initial;
  width: 960px;
  margin: 30px auto 30px;
}
.lp__slider * {
  box-sizing: initial;
}
.lp__slider--popup {
  padding-bottom: 40px;
  width: 1200px;
}
.lp__slider--popup .lp__slide {
  padding: 0;
}
.lp__slider--popup .lp__slide__link:before,
.lp__slider--popup .lp__slide__link:after {
  display: none;
}
.lp__slider--popup .lp__slide__img {
  opacity: 0;
}
.lp__slider--popup .slick-arrow {
  position: fixed;
  top: 50vh;
  margin-top: 0;
  z-index: 3;
}
.lp__slider--popup .slick-prev {
  left: auto;
  right: 50%;
  margin-right: 545px;
}
.lp__slider--popup .slick-next {
  left: 50%;
  right: auto;
  margin-left: 545px;
}
.lp__slider--noshadow .lp__slide {
  padding: 0;
}
.lp__slider--noshadow .lp__slide__link {
  box-shadow: none;
}
.lp__slide {
  padding: 10px;
  outline: none;
}
.lp__slide__link {
  position: relative;
  display: block;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
  text-decoration: none;
  padding: 0;
}
.lp__slide__link:hover:before,
.lp__slide__link:hover:after {
  opacity: 1;
}
.lp__slide__link:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.3s;
  content: '';
}
.lp__slide__link:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  height: 60px;
  width: 60px;
  background: transparent url("../img/new/fo/search.svg") center no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
  content: '';
}
.lp__slide__img {
  height: auto;
  width: 100%;
  transition: opacity 0.3s;
}
.lp__frozen .lp__slider:not(.lp__slider--popup) .slick-arrow {
  opacity: 0;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  height: 54px;
  width: 27px;
  border: none;
  font-size: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.slick-arrow:hover {
  opacity: 1;
}
.slick-arrow:active {
  opacity: 0.75;
}
.slick-prev {
  left: -87px;
  background-image: url("../img/new/fo/left.svg");
}
.slick-next {
  right: -87px;
  background-image: url("../img/new/fo/right.svg");
}
.slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  padding: 0;
  margin: 10px 0 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  box-shadow: 0 0 0 1px #ccc;
  margin: 0 5px;
  padding: 0;
  height: 8px;
  line-height: 1;
  width: 8px;
  border-radius: 4px;
  cursor: pointer;
}
.slick-dots li.slick-active {
  box-shadow: 0 0 0 1px #ccc;
  background-color: #ccc;
}
.slick-dots li button {
  display: none;
}
.lp__header {
  text-align: left;
}
.lp__header__top {
  height: 60px;
  line-height: 60px;
  background-color: #fff;
}
.lp__header__body {
  height: 450px;
  background: transparent url("../img/new/fo/head_bg.jpg") center no-repeat;
  background-size: cover;
  padding-top: 85px;
  box-sizing: border-box;
}
.lp__header__body--new {
  padding-top: 120px;
  height: 450px;
}
.lp__header__title {
  color: #fff;
  font-family: 'helveticaneuecyrultralight';
  font-size: 72px;
  font-weight: normal;
  line-height: 1;
  margin: 0 auto;
}
.lp__header__subtitle {
  color: #fff;
  font-size: 21px;
  line-height: 35px;
  font-weight: normal;
  max-width: 690px;
  margin: 35px auto 0;
}
.lp__header__subtitle--wide {
  margin-top: 30px;
  max-width: 100%;
  font-family: 'helveticaneuecyrroman';
}
.lp__logo {
  float: left;
}
.lp__logo--fixed {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  float: none;
}
.lp__logo--fixed .lp__logo__link {
  margin: 0 auto;
  height: 42px;
  width: 235px;
  background: transparent url("../img/new/fo/logo_white.svg") center no-repeat;
}
.lp__logo__link {
  display: block;
  height: 60px;
  width: 156px;
  background: transparent url("../img/new/fo/logo.svg") center no-repeat;
}
.lp__menu {
  text-align: left;
}
.lp__menu__link {
  display: inline-block;
  color: #808080;
  font-size: 15px;
  margin-left: 25px;
  text-decoration: none;
}
.lp__menu__link:hover,
.lp__menu__link:focus {
  text-decoration: none;
  color: #4d4d4d;
}
.lp__menu__link--right {
  float: right;
}
__btn {
  display: none;
  float: right;
  margin-right: 16px;
  height: 60px;
  width: 46px;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-repeat: no-repeat;
  background-position: center -1020px;
  background-size: 46px 1500px;
}
__btn:hover {
  background-position: center -1080px;
}
__btn--close {
  display: none;
  position: absolute;
  top: 0;
  right: 4px;
  height: 60px;
  width: 46px;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-repeat: no-repeat;
  background-position: center -900px;
  background-size: 46px 1500px;
  z-index: 3;
}
__btn--close:hover {
  opacity: 0.75;
  background-position: center -960px;
}
__links {
  position: relative;
  font-size: 15px;
  z-index: 102;
}
__links--basic {
  text-align: right;
}
__links--extra,
__links--soc,
__links--logout {
  display: none;
}
__link {
  display: block;
  float: left;
  vertical-align: top;
  color: #fff;
  line-height: 58px;
  height: 60px;
  margin-right: 30px;
  vertical-align: middle;
}
__link--mobile {
  display: none;
}
__link--search--mobile {
  display: none;
  height: 60px;
  width: 46px;
  float: left;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 46px 1500px;
}
__link--search--mobile:hover {
  background-position: center -60px;
}
__link--search--mobile--current {
  background-position: center -120px;
}
__link--search--mobile--current:hover {
  background-position: center -120px;
}
__link__avatar {
  display: block;
  float: right;
  height: 30px;
  width: 30px;
  margin: 15px 20px 0 10px;
  border-radius: 50%;
  overflow: hidden;
}
__link__avatar--noavatar {
  background-color: #fff;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-repeat: no-repeat;
  background-position: center -855px;
  background-size: 46px 1500px;
}
__link__title {
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  margin-left: 10px;
  color: #4d4d4d;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
__link:hover {
  color: #fff;
  text-decoration: none;
}
__link--add {
  position: relative;
  padding-left: 20px;
}
__link--add:before,
__link--add:after {
  position: absolute;
  top: 25px;
  left: 9px;
  display: block;
  width: 0px;
  height: 10px;
  box-shadow: 0 0 0 1px #f2f2f2;
  content: '';
}
__link--add:after {
  top: 30px;
  left: 4px;
  height: 0px;
  width: 10px;
}
__link--add:hover:before,
__link--add:hover:after {
  box-shadow: 0 0 0 1px #f2f2f2;
}
__link--add--mobile {
  display: none;
  height: 60px;
  width: 48px;
  margin-top: 0;
  overflow: hidden;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-position: center -1260px;
  background-repeat: no-repeat;
  background-size: 46px 1500px;
}
__link--add--mobile:hover {
  background-position: center -1320px;
}
__link--soc {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 15px;
  background-color: transparent;
  background-image: url("../img/new/soc/sprite.social.svg");
  background-repeat: no-repeat;
  background-size: 40px 480px;
}
__link--fb {
  background-position: center 0;
}
__link--fb:hover {
  background-position: center -120px;
}
__link--in {
  background-position: center -40px;
}
__link--in:hover {
  background-position: center -160px;
}
__link--vk {
  background-position: center -80px;
}
__link--vk:hover {
  background-position: center -200px;
}
__link--nots {
  margin-right: 0;
  width: 46px;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-position: center -360px;
  background-repeat: no-repeat;
  background-size: 46px 1500px;
}
__link--nots:hover {
  background-position: center -360px;
}
__link--favs {
  margin-right: 0;
  width: 46px;
  background-color: transparent;
  background-image: url("../img/new/menu/sprite.menu.svg");
  background-repeat: no-repeat;
  background-position: center -180px;
  background-size: 46px 1500px;
}
__link--favs:hover {
  background-position: center -180px;
}
__link--submenu {
  margin-right: 0;
  position: relative;
  display: inline-block;
  width: auto;
  background-color: rgba(255,0,0,0.1) ff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 46px 1500px;
  background-position: center -780px;
  cursor: pointer;
  z-index: 2;
}
__link--submenu:hover .menu__link__title,
__link--submenu.active .menu__link__title {
  color: #4d4d4d;
}
__link--submenu.active {
  background-position: right -840px;
}
__link--submenu.active .submenu {
  display: block;
}
.lp__main {
  padding-bottom: 100px;
}
.lp__main--arrow {
  position: relative;
  padding-bottom: 20px;
}
.lp__block {
  padding-top: 60px;
}
.lp__howto {
  width: 960px;
  margin: 55px auto 65px;
}
.lp__howto:after {
  display: block;
  clear: both;
  content: '';
}
.lp__howto__block {
  position: relative;
  width: 240px;
  float: left;
}
.lp__howto__block:not(:first-child):before {
  position: absolute;
  top: 25px;
  left: 0;
  margin-left: -8px;
  display: block;
  height: 15px;
  width: 15px;
  background: transparent url("../img/new/fo/delimiter.svg") center no-repeat;
  content: '';
}
.lp__howto__img {
  height: 68px;
  width: 68px;
  margin-bottom: 20px;
}
.lp__howto__text {
  margin: 0;
  padding: 0 30px;
  color: #666;
  font-size: 16px;
  font-family: 'helveticaneuecyrroman';
  line-height: 22px;
}
.lp__title {
  color: #4d4d4d;
  font-family: 'helveticaneuecyrmedium';
  font-size: 29px;
  margin: 15px 0 25px;
  font-weight: normal;
}
.lp__text {
  color: #666;
  font-size: 18px;
  font-family: 'helveticaneuecyrroman';
  line-height: 30px;
  width: 780px;
  margin: 0 auto;
}
.lp__textline {
  color: #666;
  font-size: 18px;
  font-family: 'helveticaneuecyrroman';
  line-height: 50px;
}
.lp__done__link {
  color: #666;
  font-family: 'helveticaneuecyrmedium';
  font-size: 18px;
  text-decoration: none;
}
.lp__done__link:hover,
.lp__done__link:focus {
  color: #4d4d4d;
  text-decoration: none;
}
.lp__orange {
  color: #ff9238;
}
.lp__f {
  margin: 0 auto;
  width: 660px;
  font-family: 'helveticaneuecyrmedium';
}
.lp__f:after {
  display: block;
  clear: both;
  content: '';
}
.lp__f__av {
  float: left;
  width: 50%;
}
.lp__f__av__head {
  color: #ff9238;
  font-family: 'helveticaneuecyrbold';
  position: relative;
  line-height: 60px;
  font-size: 19px;
}
.lp__f__av__head:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  display: block;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #fff transparent;
  content: '';
}
.lp__f__av__line {
  color: #fff;
  font-size: 17px;
  height: 80px;
  line-height: 80px;
  background-color: #ff9238;
  box-shadow: 0 0 0 1px #fff;
}
.lp__f__soon {
  float: left;
  width: 50%;
}
.lp__f__soon__head {
  color: #666;
  font-family: 'helveticaneuecyrbold';
  position: relative;
  line-height: 60px;
  font-size: 19px;
}
.lp__f__soon__head:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  display: block;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #fff transparent;
  content: '';
}
.lp__f__soon__line {
  height: 80px;
  line-height: 80px;
  background-color: #f2f2f2;
  box-shadow: 0 0 0 1px #fff;
}
.lp__g {
  width: 980px;
  margin: 0 auto -30px;
}
.lp__g:after {
  display: block;
  clear: both;
  content: '';
}
.lp__g__block {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 40px 0 20px;
  float: left;
  box-sizing: border-box;
  text-align: left;
}
.lp__g__block:nth-child(odd) {
  clear: both;
}
.lp__g__ico {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
}
.lp__g__title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  color: #4d4d4d;
  font-size: 22px;
  font-family: 'helveticaneuecyrmedium';
}
.lp__g__text {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  font-family: 'helveticaneuecyrroman';
}
.lp__blockquote {
  background-color: #e8f6eb;
  margin: 40px auto;
  color: #666;
  font-size: 16px;
  font-family: 'helveticaneuecyrroman';
  line-height: 27px;
  padding: 25px;
  width: 670px;
}
.lp__blockquote--green {
  color: #fff;
  font-size: 18px;
  background-color: #4eb56d;
}
.lp__button {
  display: inline-block;
  background-color: #5ec478;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
}
.lp__registration {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  margin: 20px 0 20px;
  padding: 8px 30px;
  border-radius: 3px;
  background-color: #5ec478;
}
.lp__registration:hover,
.lp__registration:focus {
  color: #fff;
  text-decoration: none;
}
.lp__registration:hover {
  background-color: #48b75f;
}
