button,
input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important; }

*:focus {
  outline: none; }

body {
  font: 500 20px 'FuturaPT', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

a {
  font-family: inherit;
  display: inline-block;
  -webkit-transition: 400ms;
  transition: 400ms; }

img {
  max-width: 100%;
  max-height: 100%; }

a img {
  border: none;
  outline: none; }

.wrapper {
  width: 1336px;
  margin-top: -100px;
  margin-left: -200px; }

.head {
  font-family: 'BlackerDisplay';
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.2px;
  color: #fff; }

.l-viewport {
  position: relative;
  width: 100%;
  height: 100vh;
  -webkit-box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.85);
  overflow: hidden; }

.l-wrapper {
  position: relative;
  height: 100%; }

@media (min-width: 3500px) {
  .wrapper {
    width: 2700px;
    margin-top: 84px;
    margin-left: -254px; }
  .head {
    font-size: 120px;
    letter-spacing: 6px; } }

@media (max-width: 1920px) {
  .wrapper {
    width: 1100px;
    margin-top: -50px; }
  .head {
    font-size: 60px; } }

@media (max-width: 1600px) {
  .wrapper {
    margin-left: -100px;
    margin-top: 52px; } }

@media (max-width: 1350px) {
  .wrapper {
    width: 970px;
    margin-left: 0; }
  .head {
    font-size: 45px; } }

@media (max-width: 991px) {
  .wrapper {
    width: 750px;
    margin-top: 0; }
  .head {
    font-size: 30px; } }

@media (max-width: 768px) {
  .wrapper {
    width: 260px;
    margin-top: 62px; }
  .head {
    font-size: 26px;
    text-align: center; } }

.l-side-nav {
  position: absolute;
  right: 75px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 265px 0;
  -webkit-transition: 400ms;
  transition: 400ms; }
  .l-side-nav.hide {
    opacity: 0;
    visibility: hidden;
    z-index: -1; }

@media (min-width: 3500px) {
  .l-side-nav {
    right: 150px;
    padding: 530px 0; } }

@media (max-width: 1910px) {
  .l-side-nav {
    padding: 180px 0;
    right: 25px; } }

@media (max-width: 1200px) {
  .l-side-nav {
    display: none; } }

.l-main-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

.l-section {
  position: absolute;
  width: 100%;
  height: 100%; }

.device-notification {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0c0c0c;
  z-index: 12; }

.device-notification--logo p {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.device-notification--message {
  width: 70%;
  margin: 30px 0 0 0;
  font-weight: 700;
  text-align: center; }

@media (max-width: 767px) and (min-width: 601px) and (max-height: 680px) {
  .device-notification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 600px) and (min-width: 480px) and (max-height: 580px) {
  .device-notification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 736px) and (min-width: 360px) and (orientation: landscape) {
  .device-notification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 359px) {
  .device-notification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.section {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease-in-out, visibility 0s .4s;
  transition: opacity .4s ease-in-out, visibility 0s .4s; }

.section--is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition: opacity .4s ease-in-out .4s;
  transition: opacity .4s ease-in-out .4s; }

.section--next {
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }

.section--prev {
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }

.side-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  max-height: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  z-index: 101; }

.side-nav > li {
  position: relative;
  list-style-type: none;
  text-align: right;
  padding-right: 55px;
  margin-bottom: 40px;
  font: italic 900 20px/1.05 'erDisplay';
  letter-spacing: 1.2px;
  color: #fff; }
  .side-nav > li:before {
    content: '';
    display: block;
    width: 45px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms; }
  .side-nav > li:after {
    content: '';
    display: block;
    position: absolute;
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    -webkit-transition: 800ms;
    transition: 800ms; }
  .side-nav > li:hover span, .side-nav > li:hover:before {
    opacity: 1;
    visibility: visible; }
  .side-nav > li.is-active:before {
    opacity: 1; }
  .side-nav > li.is-active:after {
    background: #fff; }
  .side-nav > li:last-child {
    margin-bottom: 0; }

.side-nav > li span {
  color: #fff;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 2px;
  display: inline-block; }

.side-nav li.is-active {
  color: #0f33ff;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out; }

.side-nav li.is-active span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out; }

@media (min-width: 2500px) {
  .side-nav {
    max-height: 1500px;
    width: 440px; }
  .side-nav > li {
    padding-right: 120px;
    font-size: 40px; }
    .side-nav > li:before {
      width: 90px;
      height: 2px; }
    .side-nav > li:after {
      right: -8px;
      width: 20px;
      height: 20px; }
  .side-nav > li span {
    margin-bottom: 4px; } }

.logo {
  position: absolute;
  left: 70px;
  top: 45px;
  width: 238px;
  height: 45px;
  z-index: 100; }
  .logo a {
    display: inline-block;
    height: 100%; }
  .logo img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 400ms;
    transition: 400ms; }
  .logo img.logo-full {
    opacity: 1;
    visibility: visible; }

@media (min-width: 3500px) {
  .logo {
    left: 140px;
    top: 90px;
    height: 90px;
    width: 476px; } }

.main-section {
  background: url(../images/main-sectionBg.png) no-repeat 50%;
  background-size: cover;
  height: 100%;
  padding: 270px 220px 40px; }
  .main-section__head {
    font-family: 'BlackerDisplay';
    font-size: 84px;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 65px; }
  .main-section__btn {
    line-height: 75px;
    padding: 0 41px;
    background-color: #fff;
    font-size: 20px;
    letter-spacing: 5.2px;
    color: #0d51b3;
    text-transform: uppercase;
    text-align: center; }
    .main-section__btn:hover {
      text-decoration: none;
      opacity: .8; }

@media (min-width: 3500px) {
  .main-section {
    padding: 480px 446px 40px; }
    .main-section__head {
      font-size: 168px;
      margin-bottom: 130px; }
    .main-section__btn {
      width: 650px;
      line-height: 150px;
      font-size: 40px; } }

@media (max-width: 1600px) {
  .main-section {
    padding: 186px 170px 40px; }
    .main-section__head {
      font-size: 60px;
      margin-bottom: 40px; }
    .main-section__btn {
      line-height: 60px;
      font-size: 18px;
      letter-spacing: 3px; } }

@media (max-width: 1200px) {
  .main-section {
    padding: 160px 80px 40px; } }

@media (max-width: 991px) {
  .main-section {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .main-section__head {
      font-size: 48px;
      margin-bottom: 28px; }
    .main-section__btn {
      padding: 0 28px;
      line-height: 56px;
      letter-spacing: 2px; } }

@media (max-width: 768px) {
  .main-section {
    padding-right: 20px;
    padding-left: 20px;
    background-position: 75%; }
    .main-section-content {
      text-align: center;
      margin-top: 0; }
    .main-section__head {
      font-size: 30px;
      letter-spacing: 0.7px;
      margin-bottom: 30px;
      line-height: 1.5; }
    .main-section__btn {
      font-size: 17px;
      letter-spacing: 4.4px;
      padding: 0 36px;
      line-height: 65px; } }

.burger {
  display: block;
  width: 45px;
  position: absolute;
  top: 50px;
  right: 70px;
  z-index: 9999; }
  .burger a {
    display: block;
    cursor: pointer;
    padding: 12px 0; }
    .burger a span {
      position: relative;
      display: block;
      width: 40px;
      height: 3px;
      background: #fff;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
      .burger a span:before, .burger a span:after {
        content: '';
        height: 3px;
        position: absolute;
        right: 0;
        background: #fff;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out; }
      .burger a span:before {
        width: 45px;
        top: -12px; }
      .burger a span:after {
        width: 35px;
        top: 12px; }
    .burger a.active span {
      background: transparent; }
      .burger a.active span:before {
        -webkit-transform: rotate(45deg) translate(10px, 8px);
        transform: rotate(45deg) translate(10px, 8px);
        background: #fff !important; }
      .burger a.active span:after {
        width: 45px;
        -webkit-transform: rotate(-45deg) translate(10px, -6px);
        transform: rotate(-45deg) translate(10px, -6px);
        background: #fff !important; }

.languages {
  top: 52px;
  left: auto;
  right: 180px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 100;
  padding: 0;
  margin: 0; }
  .languages li {
    margin-right: 20px; }
    .languages li:last-child {
      margin-right: 0; }
    .languages li.active a {
      border-bottom: 1px solid #fff; }
    .languages li a {
      color: #fff;
      font-size: 20px;
      border-bottom: 1px solid transparent; }
      .languages li a:hover {
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #fff; }

@media (min-width: 3500px) {
  .burger {
    width: 90px;
    top: 120px;
    right: 140px; }
    .burger a {
      padding: 24px 0; }
      .burger a span {
        width: 80px;
        height: 6px; }
        .burger a span:before, .burger a span:after {
          width: 100px;
          height: 6px; }
        .burger a span:before {
          width: 90px;
          top: -24px; }
        .burger a span:after {
          width: 70px;
          top: 24px; }
      .burger a.active span {
        background: transparent; }
        .burger a.active span:before {
          -webkit-transform: rotate(45deg) translate(20px, 12px);
          transform: rotate(45deg) translate(20px, 12px);
          background: #fff !important; }
        .burger a.active span:after {
          width: 90px;
          -webkit-transform: rotate(-45deg) translate(20px, -12px);
          transform: rotate(-45deg) translate(20px, -12px);
          background: #fff !important; }
  .languages {
    top: 130px;
    right: 400px; }
    .languages li {
      margin-right: 58px; }
      .languages li a {
        font-size: 42px; } }

@media (max-width: 1910px) {
  .logo {
    left: 25px;
    top: 25px; }
  .burger {
    right: 25px;
    top: 25px; }
  .languages {
    top: 27px;
    right: 120px; } }

@media (max-width: 1350px) {
  .logo {
    left: 15px;
    top: 15px; }
  .burger {
    right: 15px;
    top: 15px; }
  .languages {
    top: 18px;
    right: 110px; } }

@media (max-width: 991px) {
  .languages {
    top: 15px; } }

@media (max-width: 768px) {
  .logo {
    height: 30px; }
  .burger {
    width: 35px; }
    .burger a span {
      width: 30px; }
      .burger a span:before {
        width: 35px;
        top: -10px; }
      .burger a span:after {
        width: 25px;
        top: 10px; }
  .languages {
    right: 82px; }
    .languages li a {
      font-size: 12px; } }

.services {
  background: url(../images/main-servicesBg.png) no-repeat 50%;
  background-size: cover;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .services-items {
    width: 1367px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px; }
  .services-item {
    width: 300px;
    margin: 0 25px; }
    .services-item__title {
      font-size: 24px;
      line-height: 1.13;
      letter-spacing: 3px;
      color: #fff;
      text-transform: uppercase; }
  .services-img {
    height: 300px;
    border: 1px solid #4485e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 20px; }
  .services .wrapper {
    position: relative;
    z-index: 999; }

.services-items .slick-arrow {
  width: 77px;
  height: 32px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 150px;
  left: -60px;
  z-index: 999;
  -webkit-transform: rotate(0);
  transform: rotate(0); }
  .services-items .slick-arrow img {
    width: 100%; }
  .services-items .slick-arrow.slick-next {
    left: auto;
    right: -40px; }

@media (min-width: 3000px) {
  .services-items {
    width: 100%;
    margin-top: 120px; }
    .services-items .slick-arrow {
      width: 144px;
      height: 64px;
      top: 272px;
      left: -110px; }
      .services-items .slick-arrow.slick-next {
        left: auto;
        right: -110px; }
  .services-item {
    width: 600px;
    margin: 0 50px; }
    .services-item__title {
      font-size: 48px;
      padding-right: 40px;
      letter-spacing: 6px; }
  .services-img {
    height: 600px;
    margin-bottom: 90px; } }

@media (max-width: 1910px) {
  .services-items {
    margin-top: 20px;
    width: 1000px; }
    .services-items .slick-arrow {
      top: 93px; }
  .services-item {
    width: 208px; }
    .services-item__title {
      font-size: 18px; }
  .services-img {
    height: 208px; }
    .services-img img {
      width: 70%; } }

@media (max-width: 1350px) {
  .services-items {
    width: 810px; }
    .services-items .slick-arrow {
      top: 80px; }
  .services-item {
    width: 184px;
    margin: 0 10px; }
    .services-item__title {
      font-size: 14px; }
  .services-img {
    height: 184px; } }

@media (max-width: 1200px) {
  .services-items {
    margin: 20px auto 0; }
    .services-items .slick-arrow {
      left: -44px; }
      .services-items .slick-arrow.slick-next {
        left: auto;
        right: -44px; } }

@media (max-width: 991px) {
  .services-items {
    width: 580px;
    margin-top: 35px; }
    .services-items .slick-arrow {
      top: 126px; }
  .services-item__title {
    font-size: 22px; }
  .services-item {
    width: 280px; }
  .services-img {
    height: 280px; } }

@media (max-width: 768px) {
  .services-items {
    width: 260px;
    margin-top: 50px; }
    .services-items .slick-arrow {
      width: 56px;
      height: 28px;
      top: 118px;
      left: -24px; }
      .services-items .slick-arrow.slick-next {
        left: auto;
        right: -24px; }
  .services-item {
    width: 260px; }
    .services-item__title {
      font-size: 20px;
      letter-spacing: 3px;
      text-align: center; }
  .services-img {
    height: 260px;
    margin-bottom: 24px; } }

.clients {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../images/main-clientsBg.png) no-repeat 50%;
  background-size: cover; }
  .clients .head {
    margin-bottom: 80px; }
  .clients-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .clients-item {
    width: 250px; }
  .clients-img {
    height: 250px;
    -webkit-box-shadow: 0 0 0px 1px rgba(68, 133, 224, 0.4) inset;
    box-shadow: 0 0 0px 1px rgba(68, 133, 224, 0.4) inset;
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .clients-img span {
      display: block;
      text-align: center; }
    .clients-img.mob {
      display: none; }
    .clients-img img {
      max-width: 80%;
      display: inline-block;
      max-height: 80%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .clients-img:hover {
      -webkit-box-shadow: 0 0 0px 1px #fff inset;
      box-shadow: 0 0 0px 1px #fff inset; }

.clients-items .slick-arrow {
  width: 77px;
  height: 32px;
  background-color: transparent;
  position: absolute;
  top: -104px;
  left: auto;
  right: 180px;
  -webkit-transform: rotate(0);
  transform: rotate(0); }
  .clients-items .slick-arrow img {
    width: 100%; }

@media (min-width: 3500px) {
  .clients .wrapper {
    width: 3000px;
    margin-left: 0;
    margin-top: 160px; }
  .clients .head {
    margin-bottom: 80px; }
  .clients-items {
    width: 2500px; }
    .clients-items .slick-arrow {
      width: 170px;
      height: 64px;
      top: -164px;
      right: 226px; }
  .clients-item {
    width: 500px; }
  .clients-img {
    height: 500px; } }

@media (max-width: 3500px) {
  .clients-items {
    width: 1250px; } }

@media (max-width: 1600px) {
  .clients .head {
    margin-bottom: 16px; }
  .clients-items {
    width: 1000px; }
    .clients-items .slick-arrow {
      top: -56px;
      right: 100px; }
  .clients-item {
    width: 200px; }
  .clients-img {
    height: 190px; } }

@media (max-width: 1350px) {
  .clients-items {
    width: 800px; } }

@media (max-width: 1200px) {
  .clients-items {
    margin: 0 auto; } }

@media (max-width: 991px) {
  .clients-items {
    width: 600px; }
    .clients-items .slick-arrow {
      width: 66px;
      top: -50px;
      right: 80px; }
  .clients-img {
    height: 170px; } }

@media (max-width: 768px) {
  .clients-items {
    width: 260px; }
    .clients-items .slick-arrow {
      top: 178px;
      left: -40px;
      right: auto;
      width: 95px !important; }
      .clients-items .slick-arrow img {
        width: 66px !important; }
      .clients-items .slick-arrow.slick-next {
        left: auto;
        right: -40px; }
  .clients-item {
    width: 260px; }
  .clients-img {
    height: 130px;
    display: none; }
    .clients-img img {
      max-width: 60%; }
    .clients-img.mob {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.contacts {
  height: 100%;
  background: url(../images/main-contactsBg.png) no-repeat 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .contacts-section {
    height: 530px;
    border: 1px solid #4485e0;
    position: relative; }
  .contacts-content {
    padding: 70px 10px 20px 80px; }
    .contacts-content__address {
      font-size: 24px;
      font-weight: 300;
      line-height: 1.38;
      letter-spacing: 1.6px;
      color: #fff;
      margin-bottom: 85px; }
  .contacts-links {
    margin: 0;
    padding: 0;
    list-style: none; }
    .contacts-links li {
      margin-bottom: 64px; }
      .contacts-links li:last-child {
        margin-bottom: 0; }
      .contacts-links li a {
        font-size: 24px;
        font-weight: 300;
        line-height: 1;
        letter-spacing: 1.6px;
        color: #fff; }
        .contacts-links li a:hover {
          text-decoration: none; }
        .contacts-links li a img {
          width: 23px;
          text-align: center;
          margin-right: 10px; }
  .contacts__link {
    width: 100%;
    line-height: 65px;
    border: solid 1px #fff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 4.4px;
    text-align: center;
    color: #fff;
    margin-bottom: 68px;
    display: none; }

.map {
  width: 710px;
  height: 760px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100; }
  .map.disable:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }
  .map #map {
    width: 100%;
    height: 100%; }
  .map .gm-style-cc,
  .map a[rel="noopener"] {
    display: none !important; }
  .map .map-close {
    display: none;
    width: 70px;
    height: 70px;
    background-color: #0c428a;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .map .map-close img {
      width: 30px;
      height: 30px; }

@media (min-width: 3500px) {
  .contacts-section {
    height: 960px;
    margin-top: 80px; }
  .contacts-content {
    width: 1080px;
    padding: 146px 20px 40px 152px; }
    .contacts-content__address {
      font-size: 48px;
      margin-bottom: 166px; }
  .contacts-links li {
    margin-bottom: 112px; }
    .contacts-links li a {
      font-size: 48px; }
      .contacts-links li a img {
        width: 50px;
        margin-right: 14px; }
  .map {
    width: 1420px;
    height: 1160px;
    top: -116px;
    right: 140px; } }

@media (max-width: 3500px) {
  .contacts-section {
    height: 430px; }
  .contacts-content {
    width: 550px;
    padding: 38px 10px 20px 36px; }
  .map {
    width: 510px;
    height: 470px;
    top: -20px;
    right: 20px; } }

@media (max-width: 1910px) {
  .contacts-section {
    height: 380px; }
  .contacts-content {
    width: 488px;
    padding: 40px 10px 20px 40px; }
    .contacts-content__address {
      margin-bottom: 50px; }
  .contacts-links li {
    margin-bottom: 46px; }
  .map {
    width: 540px;
    height: 466px;
    top: -54px;
    right: 40px; } }

@media (max-width: 1350px) {
  .contacts-section {
    height: 330px; }
  .contacts-content {
    padding: 24px; }
    .contacts-content__address {
      font-size: 22px;
      line-height: 1.25;
      letter-spacing: 1px;
      margin-bottom: 32px; }
  .contacts-links li {
    margin-bottom: 28px; }
    .contacts-links li a {
      font-size: 22px;
      letter-spacing: 1px; }
  .map {
    width: 440px;
    height: 400px;
    top: -38px; } }

@media (max-width: 991px) {
  .contacts-content {
    width: 374px; }
  .map {
    width: 360px;
    right: 14px; } }

@media (max-width: 768px) {
  .contacts-section {
    height: auto;
    border: none;
    margin-top: 36px;
    position: static; }
  .contacts-content {
    width: 100%;
    padding: 0; }
    .contacts-content__address {
      margin-bottom: 40px; }
  .contacts-links li {
    margin-bottom: 40px; }
  .contacts__link {
    display: block;
    margin-bottom: 55px; }
    .contacts__link:hover {
      color: #fff;
      text-decoration: none; }
  .contacts .wrapper {
    margin-top: 30px; }
  .map.mobile-hidden {
    opacity: 0;
    visibility: hidden;
    z-index: -1; }
  .map {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: 400ms;
    transition: 400ms; }
    .map-close {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      position: absolute;
      right: 0px;
      top: 0px;
      cursor: pointer;
      z-index: 999; } }

.order {
  height: 100%;
  background: url(../images/main-orderBg.jpg) no-repeat 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .order-header {
    line-height: 50px;
    border: 1px solid #fff;
    padding: 0 40px 0 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.2px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: none; }
    .order-header img {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 12px;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .order-section {
    width: 800px;
    margin-top: 80px; }
    .order-section button {
      width: 100%;
      height: 75px;
      background-color: #fff;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 5.2px;
      text-align: center;
      color: #0d51b3;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .order-section button:hover {
        opacity: .8; }
  .order-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px; }
  .order-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }
    .order-inputs input {
      width: 50%;
      padding: 0 35px;
      background-color: transparent;
      border: 1px solid #fff;
      color: #fff;
      font: 300 24px/70px 'FuturaPT';
      letter-spacing: 1.6px;
      height: 70px; }
      .order-inputs input::-webkit-input-placeholder {
        color: #fff; }
      .order-inputs input::-ms-input-placeholder {
        color: #fff; }
      .order-inputs input::placeholder {
        color: #fff; }
      .order-inputs input::-moz-placeholder {
        color: #fff; }
      .order-inputs input:last-child {
        border-left: none; }

.order-item {
  width: 266px;
  height: 128px;
  margin-bottom: 0;
  position: relative; }
  .order-item input {
    display: none; }
    .order-item input:checked + span {
      border: 1px solid #fff; }
  .order-item span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 4px 9px 4px 35px;
    border: 1px solid #537ec6;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2.5px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms; }

@media (min-width: 3500px) {
  .order-section {
    width: 1600px;
    margin-top: 60px; }
    .order-section button {
      height: 150px;
      font-size: 40px;
      letter-spacing: 10.2px; }
  .order-items {
    margin-bottom: 80px; }
  .order-item {
    width: 532px;
    height: 256px; }
    .order-item span {
      font-size: 36px;
      padding: 4px 20px 4px 70px;
      letter-spacing: 5px; }
  .order-inputs {
    margin-bottom: 80px; }
    .order-inputs input {
      line-height: 140px;
      padding: 0 70px;
      font-size: 48px; } }

@media (max-width: 1600px) {
  .order-section {
    margin-top: 10px;
    width: 700px; }
    .order-section button {
      height: 60px; }
  .order-items {
    margin-bottom: 20px; }
  .order-item {
    width: 50%;
    height: 100px; }
    .order-item span {
      padding: 4px 20px; }
  .order-inputs {
    margin-bottom: 20px; }
    .order-inputs input {
      padding: 0 22px;
      line-height: 60px; } }

@media (max-width: 1350px) {
  .order-section button {
    height: 56px; }
  .order-inputs input {
    height: 56px; }
  .order-item {
    height: 116px; }
    .order-item span {
      letter-spacing: 2px; } }

@media (max-width: 991px) {
  .order-section {
    width: 100%; }
  .order-item {
    width: 250px;
    height: 106px; } }

@media (max-width: 768px) {
  .order .wrapper {
    width: 300px;
    margin-top: 0px; }
  .order-header {
    display: block;
    line-height: 42px; }
  .order-section {
    margin-top: 14px; }
    .order-section button {
      height: 42px;
      font-size: 18px; }
  .order-items {
    margin-bottom: 10px;
    display: none; }
  .order-item {
    width: 100%;
    height: 42px; }
    .order-item span {
      text-transform: inherit;
      line-height: 0.83;
      font-weight: 300;
      letter-spacing: 1.2px;
      font-size: 18px; }
  .order-inputs {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .order-inputs input {
      width: 100%;
      height: 42px;
      line-height: 42px;
      margin-bottom: 9px;
      font-size: 18px;
      font-weight: 300;
      letter-spacing: 1.2px;
      border-radius: 0; }
      .order-inputs input:last-child {
        margin-bottom: 0; }
      .order-inputs input:last-child {
        border-left: 1px solid #fff; } }

.nav-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(10, 16, 29, 0.98);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 400ms;
  transition: 400ms; }
  .nav-wrapper.active {
    opacity: 1;
    visibility: visible;
    z-index: 999; }

.nav-container {
  width: 1725px;
  position: relative; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style-type: none; }
  .nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .nav-list {
    margin-right: 70px; }
    .nav-list:second-child {
      margin-right: 0; }
    .nav-list:first-child {
      display: none; }
    .nav-list > a {
      font-size: 60px;
      color: #fff;
      font-weight: 500; }
      .nav-list > a:hover {
        text-decoration: none;
        color: #009bff; }
  .nav-sub {
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px; }
    .nav-sub ul {
      padding: 0;
      list-style-type: none;
      margin-right: 90px;
      margin-bottom: 33px; }
      .nav-sub ul:nth-child(2) {
        margin-right: 0; }
    .nav-sub li:first-child {
      font-size: 36px;
      color: #a3dbff;
      margin-bottom: 17px;
      font-weight: 500; }
    .nav-sub li {
      margin-bottom: 15px; }
    .nav-sub a {
      font-size: 20px;
      font-weight: 300;
      color: #fff; }
      .nav-sub a:hover {
        text-decoration: none;
        color: #009bff; }

.nav-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style-type: none;
  padding-top: 26px; }
  .nav-languages li:first-child {
    margin-right: 20px; }
  .nav-languages li.active a {
    color: #6989c7; }
  .nav-languages li a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #fff; }
    .nav-languages li a:hover {
      color: #6989c7; }

.nav-contacts {
  position: absolute;
  right: 0;
  bottom: 33px;
  text-align: right; }
  .nav-contacts a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px; }
    .nav-contacts a:hover {
      text-decoration: none;
      color: #009bff; }
  .nav-contacts p {
    font-size: 24px;
    color: #a3dbff;
    font-weight: 300;
    line-height: 1.5; }

@media (min-width: 3500px) {
  .nav-container {
    width: 3450px; }
  .nav-list {
    margin-right: 140px; }
    .nav-list > a {
      font-size: 120px; }
  .nav-sub {
    width: 1200px;
    margin-top: 100px; }
    .nav-sub ul {
      margin-right: 180px;
      margin-bottom: 66px; }
    .nav-sub li:first-child {
      font-size: 72px;
      margin-bottom: 34px; }
    .nav-sub li {
      margin-bottom: 30px; }
    .nav-sub a {
      font-size: 40px; }
  .nav-languages {
    padding-top: 52px; }
    .nav-languages li:first-child {
      margin-right: 20px; }
    .nav-languages li a {
      font-size: 32px; }
  .nav-contacts {
    bottom: 66px; }
    .nav-contacts a {
      font-size: 48px;
      margin-bottom: 30px; }
    .nav-contacts p {
      font-size: 48px; } }

@media (max-width: 1910px) {
  .nav-container {
    width: 1200px; }
  .nav-list > a {
    font-size: 35px; }
  .nav-sub {
    width: 470px; }
    .nav-sub li:first-child {
      font-size: 28px; }
    .nav-sub a {
      font-size: 16px; }
  .nav-languages {
    padding-top: 14px;
    margin-right: 25px; }
    .nav-languages li a {
      font-size: 14px; }
  .nav-contacts a {
    font-size: 20px; }
  .nav-contacts p {
    font-size: 16px; } }

@media (max-width: 1350px) {
  .nav-container {
    width: 970px; }
  .nav-list {
    margin-right: 30px; }
    .nav-list:nth-child(2) {
      margin-right: 0; }
    .nav-list > a {
      font-size: 28px; }
  .nav-sub li:first-child {
    font-size: 24px; }
  .nav-sub a {
    font-size: 16px; }
  .nav-languages {
    padding-top: 11px;
    margin-right: 0; } }

@media (max-width: 991px) {
  .nav-container {
    width: 750px; }
  .nav-list {
    margin-right: 30px; }
    .nav-list:nth-child(2) {
      margin-right: 0; }
    .nav-list > a {
      font-size: 28px; }
  .nav-sub {
    width: 310px; }
    .nav-sub ul {
      margin-bottom: 15px;
      margin-right: 15px !important; }
    .nav-sub li:first-child {
      font-size: 24px; }
    .nav-sub a {
      font-size: 16px; }
  .nav-languages {
    padding-top: 11px;
    margin-right: 0; } }

.page {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000; }
  .page.open {
    background-color: #001f45; }
    .page.open .page-wrapper {
      -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
      transform: translateZ(-1800px) translateX(-50%) rotateY(45deg); }
  .page.animate {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    position: fixed; }

.page-wrapper {
  -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
  transform: translateZ(0) translateX(0) rotateY(0deg);
  min-height: 100%;
  position: relative;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

.mobile-carousel {
  position: relative;
  padding-bottom: 90px; }

.slick-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 65px;
  background-color: #009bff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 400ms;
  transition: 400ms;
  cursor: pointer;
  border: none;
  z-index: 100;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
  .slick-arrow img {
    display: block !important; }
  .slick-arrow.slick-next {
    left: auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0; }
  .slick-arrow.slick-disabled {
    background-color: #b6d6f4; }

.mobile-menu {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .mobile-menu li {
    color: #fff;
    -webkit-transition: 400ms;
    transition: 400ms;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer; }
    .mobile-menu li.is-active {
      color: #009bff; }
    .mobile-menu li:last-child {
      margin-bottom: 0; }
    .mobile-menu li:hover {
      color: #009bff; }

.mobile-menu-block {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  -webkit-transition: 200ms;
  transition: 200ms; }
  .mobile-menu-block.open {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    -webkit-transition: 800ms;
    transition: 800ms; }
  .mobile-menu-block li.active a {
    border-bottom: 1px solid #fff; }
  .mobile-menu-block li a {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 1;
    letter-spacing: 5.2px;
    border-bottom: 1px solid transparent;
    padding-bottom: 8px; }

.mobile-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .mobile-languages li {
    margin-right: 20px; }
    .mobile-languages li.active a {
      color: #fff; }
    .mobile-languages li a {
      text-transform: uppercase;
      color: #6989c7;
      font-size: 14px;
      font-weight: 500; }
      .mobile-languages li a:hover {
        color: #fff;
        text-decoration: none; }

.mobile-menu-close {
  width: 25px;
  position: absolute;
  right: 20px;
  top: 14px;
  cursor: pointer; }

.mobile-menu-tel {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700; }
  .mobile-menu-tel:hover {
    color: #009bff; }

.notification {
  display: none; }

@media screen and (orientation: landscape) and (max-device-width: 500px) {
  .page {
    display: none; }
  .notification {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #0054ca;
    color: #fff;
    text-align: center; }
    .notification__logo {
      width: 116px;
      margin: 0 auto 25px; }
    .notification p {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500; } }
