﻿a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #222;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
table,
td,
th {
  vertical-align: middle;
}
caption,
td,
th {
  text-align: left;
  font-weight: 400;
}
a img {
  border: none;
}
@font-face {
  font-family: Roboto;
  src: local('Roboto'), local('Roboto-Regular'),
    url(../font/Roboto-Regular.woff2) format('woff2'),
    url(../font/Roboto-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Chakra Petch';
  font-style: italic;
  font-weight: 700;
  src: url('../font/chakra-petch-v8-latin-700italic.eot');
  src: local(''),
    url('../font/chakra-petch-v8-latin-700italic.eot')
      format('embedded-opentype'),
    url('../font/chakra-petch-v8-latin-700italic.woff2') format('woff2'),
    url('../font/chakra-petch-v8-latin-700italic.woff') format('woff'),
    url('../font/chakra-petch-v8-latin-700italic.ttf') format('truetype'),
    url('../font/chakra-petch-v8-latin-700italic.svg')
      format('svg');
}
input,
select,
textarea {
  font-size: inherit;
}
a,
input,
select,
textarea {
  font-family: inherit;
  color: inherit;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #013940;
  color: #fff;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-style: italic;
}
.body-wrap {
  height: 100%;
  overflow: hidden;
}
.body-wrap,
.layout {
  position: relative;
  width: 100%;
}
.layout {
  max-width: 1400px;
  margin: 0 auto;
}
.img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.img-wrap .fly {
  position: absolute;
  left: 50%;
  pointer-events: none;
}
.img-wrap .fly_el_1 {
  width: 810px;
  margin-left: -779px;
  top: 10px;
  -webkit-animation: a 6s ease-in-out alternate infinite;
  -moz-animation: a 6s ease-in-out alternate infinite;
  animation: a 6s ease-in-out alternate infinite;
}
.img-wrap .fly_el_2 {
  width: 1140px;
  margin-left: -1030px;
  top: -47px;
  -webkit-animation: a 6s ease-in-out alternate infinite,
    c 3s ease-in-out alternate infinite;
  -moz-animation: a 6s ease-in-out alternate infinite,
    c 3s ease-in-out alternate infinite;
  animation: a 6s ease-in-out alternate infinite,
    c 3s ease-in-out alternate infinite;
}
.img-wrap .fly_el_3 {
  width: 1717px;
  margin-left: -1321px;
  top: 354px;
  -webkit-animation: a 4.5s ease-in-out alternate infinite;
  -moz-animation: a 4.5s ease-in-out alternate infinite;
  animation: a 4.5s ease-in-out alternate infinite;
  z-index: 1;
}
.first-block {
  padding-top: 37px;
  padding-bottom: 290px;
  position: relative;
}
.first-block .bg {
  position: absolute;
  top: 0;
  left: -10px;
  right: 0;
  bottom: 0;
  background: url(../image/bg.jpg) no-repeat top/cover;
  min-width: 110%;
  min-height: 100%;
}
.first-block .wrap {
  width: 50%;
  margin-left: auto;
  text-align: right;
}
.first-block .wrap .logo-wrap {
  display: block;
  width: 265px;
  margin-left: auto;
  margin-bottom: 50px;
}
.first-block .wrap .logo-wrap img {
  width: 100%;
}
.first-block .wrap .title {
  text-transform: uppercase;
  font-size: 62px;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
}
.first-block .wrap .title.value {
  font-size: 80px;
}
.first-block .wrap .title.accent-title {
  position: relative;
  text-shadow: none;
  font-size: 224px;
  color: transparent;
  display: inline-block;
}
.first-block .wrap .title.accent-title:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: transparent;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
}
.first-block .wrap .title.accent-title span {
  position: relative;
  color: #ff6464;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(15%, #ff6464),
    to(red)
  );
  background-image: -moz-linear-gradient(top, #ff6464 15%, red);
  background-image: linear-gradient(180deg, #ff6464 15%, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.first-block .wrap .primary-btn {
  display: inline-block;
  width: 530px;
  font-size: 48px;
  text-align: center;
  margin-top: 35px;
  padding: 52px 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(25%, #00d7da),
    to(#096873)
  );
  background: -moz-linear-gradient(top, #00d7da 25%, #096873);
  background: linear-gradient(180deg, #00d7da 25%, #096873);
  background: url(../image/pattern.png) 0 0/5px,
    -webkit-gradient(linear, left top, left bottom, color-stop(25%, #00d7da), to(#007580));
  background: url(../image/pattern.png) 0 0/5px,
    -moz-linear-gradient(top, #00d7da 25%, #007580);
  background: url(../image/pattern.png) 0 0/5px,
    linear-gradient(180deg, #00d7da 25%, #007580);
  text-transform: uppercase;
  -moz-border-radius: 80px;
  border-radius: 80px;
  text-shadow: 0 1px 1px #000;
  -webkit-box-shadow: inset 3px 3px 15px 5px #0ff, inset 0 -5px 5px 3px #033f47;
  -moz-box-shadow: inset 3px 3px 15px 5px #0ff, inset 0 -5px 5px 3px #033f47;
  box-shadow: inset 3px 3px 15px 5px #0ff, inset 0 -5px 5px 3px #033f47;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: b 2s alternate ease-in-out infinite;
  -moz-animation: b 2s alternate ease-in-out infinite;
  animation: b 2s alternate ease-in-out infinite;
}
.first-block .wrap .primary-btn:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15);
}
.info-block {
  position: relative;
  background: url(../image/info-bg.jpg) no-repeat top/cover;
  padding-top: 180px;
}
.info-block .payments {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
.info-block .payments img {
  margin: 0 15px;
}
.info-block .guaranties {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-block .guaranties .safe,
.info-block .guaranties .support {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px;
  font-size: 24px;
}
.info-block .guaranties .safe img,
.info-block .guaranties .support img {
  margin-right: 10px;
}
.info-block .copyright {
  padding: 50px 0;
  font-size: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .layout {
    max-width: 1100px;
  }
  .img-wrap .fly_el_1 {
    width: 613px;
    margin-left: -610px;
    top: 25px;
  }
  .img-wrap .fly_el_2 {
    width: 861px;
    margin-left: -797px;
    top: -17px;
  }
  .img-wrap .fly_el_3 {
    width: 1390px;
    min-width: 1390px;
    margin-left: -1108px;
    top: 248px;
  }
  .first-block {
    padding-top: 30px;
    padding-bottom: 215px;
  }
  .first-block .wrap .logo-wrap {
    width: 200px;
    margin-bottom: 45px;
  }
  .first-block .wrap .title {
    font-size: 45px;
  }
  .first-block .wrap .title.value {
    font-size: 60px;
  }
  .first-block .wrap .title.accent-title {
    font-size: 168px;
  }
  .first-block .wrap .primary-btn {
    width: 400px;
    font-size: 36px;
    padding: 42px 0;
  }
  .info-block {
    padding-top: 140px;
  }
  .info-block .payments {
    margin-bottom: 45px;
  }
  .info-block .payments img {
    max-width: 120px;
    max-height: 50px;
    margin: 0 14px;
  }
  .info-block .guaranties .safe,
  .info-block .guaranties .support {
    margin: 0 15px;
    font-size: 18px;
  }
  .info-block .copyright {
    padding: 45px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .layout {
    max-width: 900px;
  }
  .first-block .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .layout {
    max-width: 600px;
  }
  .img-wrap .fly_el_1 {
    width: 468px;
    margin-left: -481px;
    top: 5px;
  }
  .img-wrap .fly_el_2 {
    width: 664px;
    min-width: 664px;
    margin-left: -627px;
    top: -31px;
  }
  .img-wrap .fly_el_3 {
    width: 1091px;
    min-width: 1091px;
    margin-left: -913px;
    top: 162px;
  }
  .first-block {
    padding-top: 20px;
    padding-bottom: 185px;
  }
  .first-block .wrap .logo-wrap {
    width: 150px;
    margin-bottom: 25px;
  }
  .first-block .wrap .title {
    font-size: 35px;
  }
  .first-block .wrap .title.value {
    font-size: 45px;
  }
  .first-block .wrap .title.accent-title {
    font-size: 123px;
  }
  .first-block .wrap .primary-btn {
    width: 300px;
    font-size: 27px;
    padding: 30px 0;
    margin-top: 14px;
  }
  .info-block {
    padding-top: 100px;
  }
  .info-block .payments {
    width: 500px;
    margin: 0 auto 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info-block .payments img {
    max-width: 120px;
    height: 22px;
    margin: 4px 15px 15px;
  }
  .info-block .copyright {
    padding: 25px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .layout {
    max-width: 320px;
  }
  .img-wrap .fly_el_1 {
    width: 364px;
    min-width: 364px;
    margin-left: -227px;
    top: 50px;
  }
  .img-wrap .fly_el_2 {
    width: 504px;
    min-width: 504px;
    margin-left: -333px;
    top: 27px;
  }
  .img-wrap .fly_el_3 {
    width: 797px;
    min-width: 797px;
    margin-left: -505px;
    top: 192px;
  }
  .first-block {
    padding-top: 16px;
    padding-bottom: 80px;
  }
  .first-block .wrap {
    text-align: center;
    margin-right: 0;
  }
  .first-block .wrap .logo-wrap {
    width: 125px;
    margin: 0 auto 130px;
  }
  .first-block .wrap .title {
    text-shadow: 0 0 25px #000;
    font-size: 28px;
  }
  .first-block .wrap .title.value {
    font-size: 35px;
  }
  .first-block .wrap .title.accent-title {
    font-size: 90px;
  }
  .first-block .wrap .title.accent-title:before {
    text-shadow: 0 0 25px #000;
  }
  .first-block .wrap .primary-btn {
    width: 230px;
    font-size: 24px;
    padding: 22px 0;
  }
  .info-block {
    padding-top: 70px;
  }
  .info-block .payments {
    width: 100%;
    margin: 0 auto 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info-block .payments img {
    max-width: 90px;
    height: 12px;
    margin: 4px 12px 12px;
  }
  .info-block .guaranties {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-block .guaranties .guaranties,
  .info-block .guaranties .support {
    margin: 10px 0;
  }
  .info-block .copyright {
    padding: 25px 0;
    font-size: 12px;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .first-block .wrap .title.accent-title span {
    color: #ff6464;
    background: none;
  }
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0.01deg);
    transform: translateY(15px) rotate(0.01deg);
  }
}
@-moz-keyframes a {
  0% {
    -moz-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }
  50% {
    -moz-transform: translateY(15px) rotate(0.01deg);
    transform: translateY(15px) rotate(0.01deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: translateY(0) rotate(0.01deg);
    -moz-transform: translateY(0) rotate(0.01deg);
    transform: translateY(0) rotate(0.01deg);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0.01deg);
    -moz-transform: translateY(15px) rotate(0.01deg);
    transform: translateY(15px) rotate(0.01deg);
  }
}
@-webkit-keyframes b {
  0% {
    -webkit-transform: scale(1) rotate(0.01deg);
    transform: scale(1) rotate(0.01deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(0.01deg);
    transform: scale(1.1) rotate(0.01deg);
  }
}
@-moz-keyframes b {
  0% {
    -moz-transform: scale(1) rotate(0.01deg);
    transform: scale(1) rotate(0.01deg);
  }
  50% {
    -moz-transform: scale(1.1) rotate(0.01deg);
    transform: scale(1.1) rotate(0.01deg);
  }
}
@keyframes b {
  0% {
    -webkit-transform: scale(1) rotate(0.01deg);
    -moz-transform: scale(1) rotate(0.01deg);
    transform: scale(1) rotate(0.01deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(0.01deg);
    -moz-transform: scale(1.1) rotate(0.01deg);
    transform: scale(1.1) rotate(0.01deg);
  }
}
@-webkit-keyframes c {
  0% {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
  }
  50% {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }
}
@-moz-keyframes c {
  0% {
    filter: brightness(0.8);
  }
  50% {
    filter: brightness(1.2);
  }
}
@keyframes c {
  0% {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
  }
  50% {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }
}
