@font-face {
    font-family: Helios;
    src: local("Helios Condensed Regular"),local("Helios-Condensed-Regular"),url(fonts/HeliosCondC.woff2) format("woff2"),url(fonts/HeliosCondC.woff) format("woff"),url(fonts/HeliosCondC.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Helios;
    src: local("Helios Condensed Bold"),local("Helios-Condensed-Bold"),url(fonts/HeliosCondC-Bold.woff2) format("woff2"),url(fonts/HeliosCondC-Bold.woff) format("woff"),url(fonts/HeliosCondC-Bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: block
}
@font-face {
  font-family: 'Bebas Neue Cyrillic';
  src: url('fonts/BebasNeueCyrillic.eot');
  src: local('Bebas Neue Cyrillic'), local('BebasNeueCyrillic'), url('fonts/BebasNeueCyrillic.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeueCyrillic.woff2') format('woff2'), url('fonts/BebasNeueCyrillic.woff') format('woff'), url('fonts/BebasNeueCyrillic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Helios';
  font-size: 14px;
  color: #000;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Helios';
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  max-width: 1580px;
  padding: 0 15px;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.header {
  padding: 13px 0;
  height: 79px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .logo {
  width: 280px;
}
.header .links {
  padding-top: 12px;
}
.header .links a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  margin-right: 78px;
  transition: all 0.3s;
  text-transform:uppercase;
  border-bottom:1px solid #fff;
}
.header .links a:hover {
  border-bottom:1px solid #000;
}
.header .links a.tg {
  padding-left: 24px;
  background: url('img/tg.png') no-repeat left;
}
.header .links a.phonex {
  font-weight: 700;
  font-size: 22px;
  margin-right: 0;
}
.content {
  height: calc(100vh - 79px);
  position: relative;
  background: #000214;
}
.content.light .bg:after {
  display: none;
}
.content.light .form {
  background: #f4f4f4;
  color: #000;
}
.content.light .form button {
  background: #e0e0e0;
  color: #000;
}
.content.light .form button:hover {
  background: #000;
  color: #fff;
}
.content.light .form .bottom-text {
  color: #e9e9e9;
  background: url('img/user2.png') no-repeat 0 0;
}
.content .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 614px);
  height: 100%;
}
.content .bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 2, 20, 0.4);
}
.content .info {
  position: absolute;
  left: 0;
  bottom: 180px;
  width: 100%;
  color: #fff;
  z-index: 3;
}
.content .info h2 {
  font-weight: 800;
  font-size: 75px;
  margin-bottom: 20px;
}
.content .info p {
  font-size: 22px;
  line-height: 27px;
  max-width: 440px;
  margin-bottom: 20px;
}
.content .info button {
  width: 220px;
  height: 52px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  color: #444444;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 70px;
  display: none;
}
.content .info button:hover {
  color: #000;
  background: #fff;
}
.content .form {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 0;
  width: 614px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 50px;
  color: #fff;
  overflow: hidden;
  background: -webkit-linear-gradient(70.82deg, #2baae2 -74.47%, #31abdd -54.95%, #3cacd4 -31.11%, #4aafc7 -4.99%, #5ab2b4 22.75%, #69b699 51.79%, #7abc78 81.89%, #8ac448 112.36%, #8dc641 117%);
  background: -moz-linear-gradient(70.82deg, #2baae2 -74.47%, #31abdd -54.95%, #3cacd4 -31.11%, #4aafc7 -4.99%, #5ab2b4 22.75%, #69b699 51.79%, #7abc78 81.89%, #8ac448 112.36%, #8dc641 117%);
  background: linear-gradient(19.18deg, #2baae2 -74.47%, #31abdd -54.95%, #3cacd4 -31.11%, #4aafc7 -4.99%, #5ab2b4 22.75%, #69b699 51.79%, #7abc78 81.89%, #8ac448 112.36%, #8dc641 117%);
}
.content .form p {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
}
.content .form button {
  width: 220px;
  height: 52px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  color: #444444;
  font-size: 18px;
  text-transform:uppercase;
}
.content .form button:hover {
  color: #fff;
  background: #ffc83d;
}
.content .form .bottom-text {
  position: absolute;
  left: 50px;
  bottom: -30px;
  font-family: 'Bebas Neue Cyrillic';
  font-size: 102px;
  color: #fff;
  opacity: 0.5;
  padding-top: 0px;
  background: url('img/user.png') no-repeat 0 0;
}
.overlay{
  width: 100%;
  height: 100%;
  position: fixed;
  top:0;
  left:0;
  background: rgba(36,36,36,0.8);
  z-index: 10000;
  display: none;
  transition:0.5s all;
}
.popup{
  width: 100%;
  max-width: 478px;
  height: 500px;
  left:0;
  right: 0;
  position: fixed;
  top:50%;
  margin: -250px auto 0;
  background: #fff;
  z-index: 2;
  padding: 40px 0 0 0;
  box-sizing: border-box;
  display: none;
  z-index: 10100;
  transition:0.5s all;
}
.overlay.active,
.popup.active{
  display: block;
}
.popup p{
  font-size:26px;
  margin:0;
  color: #292929;
  line-height: 130%;
  text-align: center;
}
.popup a.close{
  width: 15px;
  height: 16px;
  position: absolute;
  right: 14px;
  top: 14px;
  background: url('img/close.png');
  cursor: pointer;
}
.popup .form{
  margin: 35px auto 0;
  width:312px;
}
.popup .form input{
  outline: none;
  border-bottom: 1px solid #dedede;
  background: none;
  text-align: center;
  height: 37px;
  width: 100%;
  font-size: 17px;
  color:#555;
  margin:23px 0 0 0;
}
.popup .form button{
  margin: 39px 0 0 0;
  width: 100%;
  height: 60px;
  cursor: pointer;
  background: #292929;
  border:1px solid #292929;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color:#fff;
  text-transform: uppercase;
  transition:0.5s all;
}
.popup .form button:hover{
  background: #fff;
  color:#292929;
}
.popup .form p.att{
  margin:20px 0 0 0;
  font-size:14px;
  color:#555;
  text-align: center;
}
#load {
    display:none;
}


@media (max-width: 1400px) {
  .content .form {
    width: 400px;
    padding: 80px 40px;
  }
  .content .form .bottom-text {
    left: 40px;
    font-size: 80px;
  }
  .content .bg {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1200px) {
  .content .info h2 {
    font-size: 60px;
  }
}
@media (max-width: 1000px) {
  .content .info h2 {
    font-size: 44px;
  }
  .content .info p {
    font-size: 15px;
    line-height: 23px;
    max-width: 400px;
  }
  .content .form {
    width: 360px;
    padding: 60px 30px;
  }
  .content form .bottom-text {
    left: 30px;
    bottom: -20px;
    font-size: 60px;
  }
  .content .bg {
    width: calc(100% - 360px);
  }
  .content form p {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .content form button {
    width: 180px;
    height: 46px;
  }
  .header .links a {
    margin-right: 40px;
  }
}
@media (max-width: 800px) {
  .content .form {
    width: 270px;
  }
  .content .bg {
    width: calc(100% - 270px);
  }
  .header .links a {
    margin-right: 20px;
  }
}
@media (max-width: 700px) {
  .wrap {
    padding: 0 10px;
  }
  .header {
    padding: 20px 0;
    height: 92px;
  }
  .header .logo {
     margin: 0px auto;
  }
  .header .links {
    padding-top: 15px;
  }
  .header .links a {
    margin-right: 10px;
  }
  .header .links a.tg {
    font-size: 0;
    padding: 0;
    width: 25px;
    height: 22px;
    background: url('img/tg2.png');
  }
  .header .links a.phonex {
    font-size: 0;
    padding: 0;
    width: 38px;
    height: 17px;
    background: url('img/phone.png');
  }
  .content {
    height: calc(100vh - 92px);
  }
  .content .bg {
    width: 100%;
  }
  .content .form {
    display: none;
  }
  .content .info {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
  }
  .content .info p {
    max-width: 100%;
    font-size: 18px;
    line-height: 27px;
  }
  .content .info button {
    display: inline-block;
    background: #fff;
    color: #000;
  }
}
