@font-face {
  font-family: 'Helveticaneuecyr-Roman';
  src: url('../fonts/helveticaneuecyr_roman.eot');
  src: url('../fonts/helveticaneuecyr_roman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_roman.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_roman.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr-Medium';
  src: url('../fonts/helveticaneuecyr_medium.eot');
  src: url('../fonts/helveticaneuecyr_medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_medium.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_medium.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr-Bold';
  src: url('../fonts/helveticaneuecyr_bold.eot');
  src: url('../fonts/helveticaneuecyr_bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_bold.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_bold.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Futura-Medium';
  src: url('../fonts/futura_md_bt_medium.eot');
  src: url('../fonts/futura_md_bt_medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/futura_md_bt_medium.woff2') format('woff2'),
       url('../fonts/futura_md_bt_medium.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Futura-Bold';
  src: url('../fonts/futura_bold_bt.eot');
  src: url('../fonts/futura_bold_bt.eot?#iefix') format('embedded-opentype'),
       url('../fonts/futura_bold_bt.woff2') format('woff2'),
       url('../fonts/futura_bold_bt.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'TiktokSans-VF';
  src: url('../fonts/tiktoksans_vf.eot');
  src: url('../fonts/tiktoksans_vf.eot?#iefix') format('embedded-opentype'),
       url('../fonts/tiktoksans_vf.woff2') format('woff2'),
       url('../fonts/tiktoksans_vf.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'NimbusSanL-Regular';
  src: url('../fonts/nimbussanl_reg.eot');
  src: url('../fonts/nimbussanl_reg.eot?#iefix') format('embedded-opentype'),
       url('../fonts/nimbussanl_reg.woff2') format('woff2'),
       url('../fonts/nimbussanl_reg.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'NimbusSanL-Bold';
  src: url('../fonts/nimbus_sansl_bold.eot');
  src: url('../fonts/nimbus_sansl_bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/nimbus_sansl_bold.woff2') format('woff2'),
       url('../fonts/nimbus_sansl_bold.woff') format('woff');
        font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

ul {
  list-style: none;
}

body {
  position: relative;
  min-width: 330px;
  font-family: 'NimbusSanL-Regular';
  font-weight: 100;
}

.hid {
  overflow: hidden;
}

main {
  position: relative;
  z-index: 5000;
}

header, section, .top {
  position: relative;
}

a {
  font-family: 'Helveticaneuecyr-Medium';
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

strong {
  font-family: 'NimbusSanL-Bold';
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
}

h1 {
  font-family: 'Futura-Medium';
  text-transform: uppercase;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  line-height: 1.2;
}

h2 {
  font-family: 'Futura-Medium';
  font-size: 34px;
  line-height: 1.25;
  color: rgba(0,0,0,0.85);
  text-transform: uppercase;
}

h4 {
  font-family: 'Futura-Medium';
  font-size: 28px;
}

h6 {
  font-size: 21px;
}

.text-normal {
  text-transform: none;
}

.lh3 {
  line-height: 1.3;
}

@media (max-width: 767px){
  .lh3 {
    line-height: 1.15;
  }
}

.futura-med {
  font-family: 'Futura-Medium';
}

.zind-top {
  position: relative;
  z-index: 9000;
}

.rel {
  position: relative;
}

.container {
  width: 100%;
  max-width: 910px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 1550px){
  .container {
    max-width: 1120px;
  }
}

@media (max-width: 991px){
  .container {
    max-width: 760px;
    width: 100%;
  }
  h1,h2,h3,h4,h5,h6 {
    text-align: center;
  }
  h2 {
    font-size: 33px;
  }
  h4 {
    font-size: 27px;
  }
  h6 {
    font-size: 20px;
    line-height: 1.3;
  }
  br {
    display: none;
  }
  .media-block {
    background-color: rgba(255,255,255,0.5);
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    padding: 25px 15px;
  }
}

@media (max-width:767px){
  .container  {
    max-width: 510px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 31px;
  }
  h4 {
    font-size: 25px;
  }
  h6 {
    font-size: 19px;
  }
}

p {
  margin-top: 17px;
}

p, section li {
  font-size: 17px;
  color: #000;
  line-height: 1.75;
}

p:first-child {
  margin-top: 0;
}

section ul {
  margin-top: 17px;
}

section ul:first-child {
  margin-top: 0;
}

section li {
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
}

@media(max-width: 767px) {
  section li {
    margin-top: 15px;
    padding-left: 23px;
  }
}

section li:first-child {
  margin-top: 0;
}

section li:before {
  content: url(../img/list_arrow.svg);
  width: 9px;
  position: absolute;
  top: -1px;
  left: 0;
}

.text-white p, .text-white h2, .text-white h4, .text-white h6, .text-white li {
  color: #fff;
}

.blue p, .blue h2 {
  color: #fff;
}

.justify {
  text-align: justify;
}

.whitec {
  color: #fff;
}

.fl, .spb2, .items {
  display: flex;
  flex-wrap: wrap;
}

.je {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.va, .spb, nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.spb2 {
  align-items: flex-start;
}

.spb, .spb2 {
  justify-content: space-between;
}

.jc , .items {
  justify-content: center;
}

header .container {
  position: relative;
  z-index: 7000;
}

header {
  padding-top: 32px;
}

.header-logo img {
  max-height: 55px;
}

@media(max-width: 1260px) {
  header {
    padding-top: 25px;
  }
  .header-logo img {
    max-height: 50px;
  }
}

@media(max-width: 991px) {
  nav ul, nav .header-btn {
    display: none;
  }
}

@media(max-width: 767px) {
  .header-logo {
    width: 100%;
    flex: 1 1;
  }
}
/*
.sun {
  min-width: 1200px;
  position: absolute;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 180%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../img/sun2.png);
}
*/
.sun2 {
  min-width: 1200px;
  position: absolute;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: auto;
}

nav a, .sidenav a {
  font-family: 'Futura-Medium';
  font-size: 19px;
  line-height: 1.1;
  text-transform: uppercase;
}

nav a {
  color: #000;
  transition: .2s;
}

.sidenav a {
  color: #fff;
  transition: .2s;
}

.sidenav a:hover {
  color: #ffd800;
  transition: .2s;
}

@media(max-width: 1260px) {
  nav a, .sidenav a {
    font-size: 22px;
  }
}

@media(max-width: 991px) {
  .sidenav a {
    font-size: 18px;
  }
}

nav a:hover {
  color: #ffa800;
  transition: .2s;
}

nav a {
  padding: 18px 0;
}

.sidenav .header-btn {
  min-width: 270px;
  min-height: auto;
  color: #000;
  padding-top: 19px;
  padding-bottom: 18px;
}

@media(max-width: 380px) {
  .cont {
    width: 100%;
  }
  .sidenav .btn-block {
    width: 100%;
  }
  .sidenav .header-btn {
    width: 100%;
    min-width: auto;
  }
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border-radius: 50px;
  background-color: #ffba00;
  padding-left: 25px;
  padding-right: 25px;
}

.header-btn:hover {
  color: #fff;
  background-color: #ec5d07;
}

.sidenav .header-btn:hover {
  color: #fff;
}

nav li {
  margin-right: 32px;
}

.sidenav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100000;
  min-height: 100vh;
  width: 100%;
  opacity: 0;
  top: -500%;
  left: auto;
  right: 0;
  background: rgba(0,0,0,0.85);
  overflow-x: hidden;
  transition: 0.3s;
  padding: 20px 0;
}

.sidenav ul {
  width: 100%;
}

.sidenav li {
  text-align: center;
  margin-top: 30px;
}

@media(min-width: 1550px) {
  .sidenav li {
    margin-top: 37px;
  }
}

@media(max-width: 991px) {
  .sidenav li {
    margin-top: 30px;
  }
}

.sidenav li:first-child {
  margin-top: 0;
}

.sidenav .closebtn {
  display: block;
  font-size: 50px;
  line-height: 0.8;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}

.sidenav .closebtn:hover {
  color: #ffd800;
}

.menu-burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #ffba00;
  margin-left: 15px;
  transition: .2s;
}

@media(max-width: 991px) {
  .menu-burger {
    width: 55px;
    height: 55px;
    margin-left: 30px;
  }
}

@media(max-width: 767px) {
  .menu-burger {
    width: 50px;
    height: 50px;
  }
}

.menu-burger:hover {
  background-color: #ec5d07;
  transition: .2s;
}

.menu-burger svg {
  width: 24px;
  height: 24px;
  fill: #000;
  transition: .2s;
}

.menu-burger:hover svg {
  fill: #fff;
  transition: .2s;
}

@media(max-width: 767px) {
  .menu-burger svg {
    width: 22px;
    height: 22px;
  }  
}

.opt, .item-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dark-blue {
  background-color: #110a5c;
}

.dblue {
  background-color: #110a5c;
}

.dark-to-light {
  background: linear-gradient(to bottom, #002faf, #007ac0);
  background-color: #002faf;
}

.light-to-dark {
  background: linear-gradient(to bottom, #2a6197, #0d0072 65%);
  background-color: #0d0072;
}

.light-to-white {
  background: linear-gradient(to bottom, #e6f4f4 10%, #fff);
  background-color: #e6f4f4;
}

.text, .btns {
  position: relative;
  z-index: 7000;
}

.tc {
  text-align: center;
}

.mx {
  margin: 0 auto;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30, .mt-text2 {
  margin-top: 30px;
}

.mt40, .mt-text {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt {
  margin-top: 22px;
}

@media(max-width: 991px) {
  .mt {
    margin-top: 20px;
  }
  .mt-text {
    margin-top: 30px;
  }
  .mt60 {
    margin-top: 40px;
  }
  .mt-text2 {
    margin-top: 20px;
  }
}

@media(max-width: 767px) {
  .mt-text {
    margin-top: 25px;
  }
  .mt60 {
    margin-top: 35px;
  }
  .mt40 {
    margin-top: 30px;
  }
}

.orange {
  background: linear-gradient(to right, #ff9a00, #ff6c00);
  background-color: #ff6c00;
}

.blue {
  background: linear-gradient(135deg, #2d6b9b, #0d0072 45%);
  background-color: #0d0072;
}

.earth-top {
  max-width: 1200px;
  position: relative;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -70px;
}

@media(max-width: 991px) {
  .earth-top {
    margin-top: -40px;
  }
}

@media(max-width: 767px) {
  .earth-top {
    max-width: 700px;
    margin-top: -20px;
  }
}

.earth-below {
  margin-top: -200px;
  padding-top: 70px;
}

.single-text {
  margin-top: -160px;
}

@media(max-width: 991px) {
  .earth-below {
    margin-top: -200px;
    padding-top: 50px;
  }
}

@media(max-width: 767px) {
  .earth-below {
    margin-top: -140px;
  }
}

.pad {
  padding: 90px 0 95px 0;
}

.pad-in {
  padding: 150px 0 180px 0;
}

.pad-in2 {
  padding: 165px 0 200px 0;
}

.pt-in-pb {
  padding: 150px 0 100px 0;
}

.pad2 {
  padding: 30px 0 135px 0;
}

.pb-out, .pb-out3 {
  padding-bottom: 170px;
}

.pb-out2 {
  padding-bottom: 125px;
}

@media(max-width: 1260px) {
  .pad2 {
    padding: 25px 0 140px 0;
  }
  .pb-out {
    padding-bottom: 160px;
  }
}

@media(max-width: 991px) {
  .pad {
    padding: 60px 0;
  }
  .pad2 {
    padding: 27px 0 50px 0;
  }
  .pad-in, .pad-in2 {
    padding: 105px 0 125px 0;
  }
  .pt-in-pb {
    padding: 105px 0 70px 0;
  }
  .pad2 {
    padding: 20px 0 100px 0;
  }
  .pb-out {
    padding-bottom: 130px;
  }
  .pb-out2 {
    padding-bottom: 100px;
  }
  .pb-out3 {
    padding-bottom: 90px;
  }
}

@media(max-width: 767px) {
  .pad {
    padding: 50px 0;
  }
  .pad2 {
    padding-bottom: 70px;
  }
  .pad-in, .pad-in2 {
    padding: 75px 0 90px 0;
  }
  .pt-in-pb {
    padding: 75px 0 65px 0;
  }
  .pb-out {
    padding-bottom: 110px;
  }
  .pb-out2 {
    padding-bottom: 75px;
  }
  .pb-out3 {
    padding-bottom: 60px;
  }
}

.pb0 {
  padding-bottom: 0;
}


.maxw {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

@media(max-width: 991px) {
  .maxw {
    max-width: 100%;
  }
}

.content {
  position: relative;
  width: 100%;
  max-width: 430px;
}

.width2 {
  max-width: 350px;
}

.content p {
  text-align: justify;
}

.small {
  max-width: 320px;
}

@media (min-width: 1550px){
  .content {
    max-width: 560px;
  }
  .small {
    max-width: 420px;
  }
}

.p1 {
  padding: 175px 0 250px 0;
}

.p2 {
  padding: 250px 0 190px 0;
}

.p3, .pad-in3 {
  padding: 240px 0 270px 0;
}

@media(max-width: 991px) {
  .content {
    max-width: 100%;
  }
  .pad-in3 {
    padding: 110px 0 125px 0;
  }
  .p1, .p3 {
    padding: 55px 0 55px 0;
  }
  .p2 {
    padding: 100px 0 60px 0;
  }
  .dbn {
   display: none;
  }
}

@media(max-width: 767px) {
  .p2 {
    padding-top: 75px;
  }
  .p1, .p3 {
    padding: 40px 0 45px 0;
  }
  .pad-in3 {
    padding: 85px 0 90px 0;
  }
}

@media(max-width: 991px) {
  .pbm0 {
    padding-bottom: 0;
  }
}

.abs {
  max-width: none;
  position: absolute;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.long-term-img {
  max-height: 105%;
  left: 95%;
}

@media (min-width: 1550px){
  .long-term-img {
    max-height: 120%;
    left: 100%;
  }
}

.cent {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.img-bg {
  max-height: none;
  z-index: 1000;
  top: 61%;
}

.img-main {
  z-index: 3000;
}

.img1 {
  left: 48%;
}

.img2 {
  left: 47%;
}

.img3 {
  left: 47.7%;
}

@media(min-width: 992px) and (max-width: 1260px) {
  .img-main {
    max-height: 355px;
  }
  .img3 {
    max-height: 290px;
  }
}

.view {
  right: 45%;
}

@media (min-width: 1550px){
  .view {
    right: 64%;
  }
  .img-main {
    max-height: 133%;
  }
  .img2 {
    max-height: 145%;
  }
}

@media(max-width: 1260px) {
  .view {
    right: 45%;
  }
}

.abs img {
  max-width: none;
}

.bot0 {
  top: auto;
  transform: none;
  bottom: 0;
}

@media(max-width: 991px) {
  .abs {
    max-width: 100%;
    max-height: 520px;
    position: relative;
    top: auto;
    top: auto;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    margin-top: 30px;
  }
  .abs-mw-none {
    max-width: none;
    max-height: 450px;
  }
  .img-main {
    max-height: 350px;
  }
  .abs img {
    max-height: 600px;
    margin: 0 auto;
  }
  .mtm0 {
    margin-top: 0;
  }
  .abs img {
    max-width: 100%;
  }
  .img-bg, .view {
    position: absolute;
    max-width: none;
    max-height: 430px;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0.7;
  }
}

@media(max-width: 767px) {
  .abs {
    max-height: 400px;
  }
  .abs-mw-none {
    max-height: 360px;
  }
}

.section-bg {
  position: absolute;
  width: 101%;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

@media(max-width: 991px) {
  .op4 {
    opacity: 0.4;
  }
}

.opt {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media(max-width: 1260px) {
  .opt-right {
    background-position: right center;
  }
  .opt-left {
    background-position: left center;
  }
}

.media-none .image-block {
  display: none;
}

@media(max-width: 991px) {
  .media-none {
    background-image: none !important;
  }
  .media-none .image-block {
    display: block;
  }
}

.btn-block {
  display: flex;
}

@media(max-width: 991px) {
  section .btn-block {
    justify-content: center;
  }
}

.btn {
  font-family: 'Futura-Medium';
  font-size: 19px;
  line-height: 1.1;
  color: #000;
  border-radius: 50px;
  text-align: center;
  background-color: #ffba00;
  text-transform: uppercase;
  padding: 19px 45px 18px 45px;
  transition: .2s;
}

.minw {
  min-width: 270px;
}

@media(max-width: 991px) {
  .btn {
    font-size: 22px;
  }
}

.white-btn {
  background-color: #fff;
}

.btn:hover {
  color: #fff;
  background-color: #ec5d07;
  transition: .2s;
}

.white-btn:hover {
  color: #000;
  background-color: #ffba00;
}

.btns {
  margin-top: -15px;
}

.btns .btn-block {
  margin-right: 15px;
  margin-top: 15px;
}

.btns .btn-block:last-child {
  margin-right: 0;
}

@media(max-width: 767px) {
  .btns .btn-block {
    width: 49%;
    margin-right: 2%;
  }
  .btns .btn-block:nth-child(2n) {
    margin-right: 0;
  }
  .btn {
    font-size: 20px;
  }
  .btns .btn {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width: 450px) {
  .btns .btn-block {
    width: 100%;
    margin-right: 0;
  }
  .btn {
    min-width: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ff-bold {
  font-family: 'Futura-Bold';
}

.clip-both {
  clip-path: polygon(0 0, 100% 80px, 100% 87%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 80px, 100% 87%, 0% 100%);
  padding: 150px 0 140px 0;
  margin-top: -85px;
}

.clip {
  clip-path: polygon(0 105px, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 105px, 100% 0, 100% 100%, 0% 100%);
  margin-top: -112px;
}

.clip2 {
  clip-path: polygon(0 0, 100% 105px, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 105px, 100% 100%, 0% 100%);
  margin-top: -112px;
}

@media(max-width: 991px) {
  .clip {
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 60px, 100% 0, 100% 100%, 0% 100%);
    margin-top: -65px;
  }
  .clip2 {
    clip-path: polygon(0 0, 100% 60px, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 60px, 100% 100%, 0% 100%);
    margin-top: -65px;
  }
  .clip-both {
    clip-path: polygon(0 0, 100% 60px, 100% 90%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 60px, 100% 90%, 0% 100%);
    padding: 120px 0 120px 0;
    margin-top: -65px;
  }
}

@media(max-width: 767px) {
  .clip {
    clip-path: polygon(0 25px, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 25px, 100% 0, 100% 100%, 0% 100%);
    margin-top: -30px;
  }
  .clip2 {
    clip-path: polygon(0 0, 100% 25px, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 25px, 100% 100%, 0% 100%);
    margin-top: -30px;
  }
  .clip-both {
    clip-path: polygon(0 0, 100% 25px, 100% 95%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 25px, 100% 95%, 0% 100%);
    padding: 70px 0 75px 0;
    margin-top: -40px;
  }
}
