@font-face {
  font-family: "AssistantBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Assistant/AssistantBold.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaNeueCyrRoman";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaNeueCyrBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaNeueCyrLight";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaNeueCyrMedium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "MyriadProRegular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MyriadPro/MyriadProRegular/MyriadProRegular.ttf") format("truetype"); }

@font-face {
  font-family: "SansBold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/PTSans/PTSansBold/PTSansBold.ttf") format("truetype"); }

@font-face {
  font-family: "SansRegular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/PTSans/PTSansRegular/PTSansRegular.ttf") format("truetype"); }

.vblock { font-size: 0 }
.vblock:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100vh;
  width: 0;
  font-size: 0;
}

.ivblock {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.text-center {
  text-align: center;
}

.maintenance {
  font: normal 20px 'HelveticaNeueCyrBold';
  color: #e7dd39;
}

.maintenance p {
  color: white;
}

.link_trigger {
  position: relative; }
  .link_trigger .bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    background: url(../img/indicator.png);
    width: 18px;
    height: 13px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

.link_trigger_fr {
  position: relative; }
  .link_trigger_fr .bg_static {
    position: absolute;
    bottom: 14px;
    left: 50%;
    background: url(../img/fr_indicator.png);
    width: 10px;
    height: 7px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

body {
  font-size: 10px;
  background: #0f0f0f;
  overflow-x: hidden; }

.body_active {
  position: fixed;
  width: 100%;
  height: 100%; }

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  min-width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#wrapper {
  position: relative;
  height: 100vh; }

.nav-btn {
  display: none;
  position: absolute;
  right: 25px;
  top: 44px;
  z-index: 1002; }
  .nav-btn a {
    display: block;
    position: relative;
    height: 25px;
    width: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .nav-btn a span {
      display: block;
      height: 3px;
      width: 100%;
      background-color: #000;
      position: absolute;
      top: 12px;
      margin-top: -1px;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .nav-btn a::before {
      display: block;
      content: "";
      height: 3px;
      width: 100%;
      background-color: #000;
      position: absolute;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      top: 0; }
    .nav-btn a::after {
      display: block;
      content: "";
      height: 3px;
      width: 100%;
      background-color: #000;
      position: absolute;
      bottom: 0;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
  .nav-btn .a_active {
    -webkit-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
            transform: translateX(-2px); }
    .nav-btn .a_active::before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 11px;
      width: 35px; }
    .nav-btn .a_active::after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      bottom: 11px;
      width: 35px; }
    .nav-btn .a_active span {
      background-color: transparent !important; }

#mobile_nav {
  position: fixed;
  z-index: 1001;
  height: 100%;
  width: 100%;
  background: #e7dd39;
  left: -100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  #mobile_nav ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px; }
    #mobile_nav ul a {
      text-decoration: none;
      font: 2.5em "HelveticaNeueCyrBold";
      color: #000; }
    #mobile_nav ul .icons_block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 88px; }
      #mobile_nav ul .icons_block .link1,
      #mobile_nav ul .icons_block .link2,
      #mobile_nav ul .icons_block .link3 {
        height: 100%; }
      #mobile_nav ul .icons_block .link1 a {
        display: block;
        width: 14px;
        height: 14px;
        background: url(../img/icon_first.png) -93px -10px; }
      #mobile_nav ul .icons_block .link2 a {
        display: block;
        width: 16px;
        height: 14px;
        background: url(../img/icon_first.png) -47px -46px; }
      #mobile_nav ul .icons_block .link3 a {
        display: block;
        width: 17px;
        height: 14px;
        background: url(../img/icon_first.png) -10px -46px; }

.active_nav {
  left: 0 !important; }

#header_top {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  z-index: 1000;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  #header_top .container .header_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    #header_top .container .header_top .logo a {
      display: block;
      width: 61px;
      height: 61px;
      background: url(../img/logo_header.svg);
      -webkit-background-size: cover;
              background-size: cover; }
    #header_top .container .header_top .lang {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      #header_top .container .header_top .lang p {
        font: 1.8em "HelveticaNeueCyrRoman";
        padding: 0 7px; }
      #header_top .container .header_top .lang a {
        font: 1.8em "HelveticaNeueCyrRoman";
        text-transform: uppercase;
        color: #000;
        text-decoration: none; }
      #header_top .container .header_top .lang .active_lang {
        font: 1.8em "HelveticaNeueCyrBold";
        text-transform: uppercase; }

.header_top_last {
  top: -100% !important; }

.slider_content .title {
  text-transform: uppercase;
  display: none !important;
  color: #F4EA49;
  font: 2.3em "HelveticaNeueCyrBold";
  text-align: center;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  padding-top: 40px;
  margin-bottom: 20px;
  letter-spacing: 0.1em; }

#footer {
  background-color: #272727;
  position: absolute;
  width: 100%;
  z-index: 1000;
  bottom: -100px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  #footer .content {
    height: 88px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  #footer .left_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px; }
  #footer .logo a {
    display: block;
    width: 61px;
    height: 61px;
    background: url(../img/logo_header_second.svg);
    -webkit-background-size: cover;
            background-size: cover; }
  #footer .txt {
    font: 1.2em "HelveticaNeueCyrBold";
    color: #f4ea48;
    text-transform: uppercase;
    line-height: 112%;
    margin-top: -1px;
    padding-left: 14px; }
  #footer .right_block {
    padding-top: 2px; }
    #footer .right_block .txt {
      text-transform: none;
      text-align: right;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
  #footer .line_bottom {
    height: 12px;
    display: block;
    background-color: #000; }

.active_footer {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px); }

#header_nav {
  position: absolute;
  padding-top: 12px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  #header_nav .line_bottom {
    position: absolute;
    bottom: 0;
    height: 14px;
    width: 100%;
    z-index: 1;
    background: #f4ea48; }
  #header_nav .container {
    position: relative;
    z-index: 2; }
    #header_nav .container .header_nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 42px; }
      #header_nav .container .header_nav .left_section {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 400px; }
        #header_nav .container .header_nav .left_section .first_link {
          width: 62px;
          height: 100%;
          margin-right: 18px; }
          #header_nav .container .header_nav .left_section .first_link .load {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            display: none;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            height: 100%; }
            #header_nav .container .header_nav .left_section .first_link .load span {
              cursor: default;
              font: 1.8em "HelveticaNeueCyrBold";
              color: #000;
              line-height: 0.9em; }
          #header_nav .container .header_nav .left_section .first_link .link {
            height: 100%;
            position: relative; }
            #header_nav .container .header_nav .left_section .first_link .link a {
              display: block;
              text-decoration: none;
              font: 1.8em "HelveticaNeueCyrBold";
              color: #000;
              line-height: 0.9em; }
        #header_nav .container .header_nav .left_section .icons_block {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 88px; }
          #header_nav .container .header_nav .left_section .icons_block .link1,
          #header_nav .container .header_nav .left_section .icons_block .link2,
          #header_nav .container .header_nav .left_section .icons_block .link3 {
            height: 100%; }
          #header_nav .container .header_nav .left_section .icons_block .link1 a {
            display: block;
            width: 14px;
            height: 14px;
            background: url(../img/icon_first.png);
            background-position: -93px -10px !important; }
          #header_nav .container .header_nav .left_section .icons_block .link2 a {
            display: block;
            width: 16px;
            height: 14px;
            background: url(../img/icon_first.png);
            background-position: -47px -46px !important; }
          #header_nav .container .header_nav .left_section .icons_block .link3 a {
            display: block;
            width: 17px;
            height: 14px;
            background: url(../img/icon_first.png);
            background-position: -10px -46px !important; }
        #header_nav .container .header_nav .left_section .fr_link {
          height: 100%; }
          #header_nav .container .header_nav .left_section .fr_link a {
            display: block;
            text-decoration: none;
            font: 1.8em "HelveticaNeueCyrBold";
            color: #000;
            line-height: 0.9em; }
      #header_nav .container .header_nav .right_section {
        /*width: 578px; */
      }
        #header_nav .container .header_nav .right_section ul {
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          list-style: none;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          width: 100%;
          margin: 0;
          padding: 0; }
          #header_nav .container .header_nav .right_section ul li {
            margin-left: 23px; }
            #header_nav .container .header_nav .right_section ul li a {
              text-decoration: none;
              display: block;
              font: 1.8em "HelveticaNeueCyrLight";
              color: #000;
              line-height: 0.9em; }

.header_nav_last {
  bottom: -webkit-calc(100% - 55px) !important;
  bottom: calc(100% - 55px) !important; }

#header_top .container .header_top_transformed .logo a {
  background: url(../img/logo_header_second.svg);
  -webkit-background-size: cover;
          background-size: cover; }

#header_top .container .header_top_transformed .lang a, #header_top .container .header_top_transformed .lang p {
  color: #f4ea48; }

#header_nav .container .header_nav_transformed .right_section ul li a, #header_nav .container .header_nav_transformed .left_section .fr_link a, #header_nav .container .header_nav_transformed .left_section .first_link .link a {
  color: #f4ea48; }

#header_nav .container .header_nav_transformed .left_section .icons_block .link1 a {
  background: url(../img/icon_second.png); }

#header_nav .container .header_nav_transformed .left_section .icons_block .link2 a {
  background: url(../img/icon_second.png); }

#header_nav .container .header_nav_transformed .left_section .icons_block .link3 a {
  background: url(../img/icon_second.png); }

.active_link a {
  color: #fff !important; }

.active_link .bg {
  opacity: 1; }

#header_nav .container .header_nav .left_section .icons_block .icon .active_icon {
  background: url(../img/icon_active.png); }

.icons_block, .lang {
  display: none !important; }

@media screen and (max-width: 1240px) {
  .container {
    max-width: 992px; }
  #header_nav .container .header_nav .left_section {
    width: 300px; }
  #header_nav .container .header_nav .right_section {
    /*width: 550px;*/ } }

@media screen and (max-width: 1025px) {
  #footer {
    position: relative;
    bottom: auto; }
  .slider_content .title {
    display: block !important; }
  #wrapper {
    height: auto; }
  .container {
    max-width: 768px; }
  #header_top {
    top: 25px; }
  #header_nav {
    display: none; }
  #header_top .container {
    max-width: 100%; }
  .nav-btn {
    display: block; }
  #header_top .container .header_top .lang {
    position: absolute;
    left: 10px; }
  #header_top .container .header_top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #header_top .container .header_top_transformed .logo a {
    background: url(../img/logo_header.svg);
    -webkit-background-size: cover;
            background-size: cover; }
  #header_top .container .header_top_transformed .lang a,
  #header_top .container .header_top_transformed .lang p {
    color: #000; } }

@media screen and (max-width: 808px) {
  .container {
    max-width: 568px; } }
