@font-face {
  font-family: 'Lexend Deca';
  src: url("/assets?p=%2F..%2Ffonts%2FLexendDeca-Regular.eot");
  src: local("Lexend Deca Regular"), local("LexendDeca-Regular"), url("/assets?p=%2F..%2Ffonts%2FLexendDeca-Regular.eot%3F") format("embedded-opentype"), url("/assets?p=%2F..%2Ffonts%2FLexendDeca-Regular.woff2") format("woff2"), url("/assets?p=%2F..%2Ffonts%2FLexendDeca-Regular.woff") format("woff"), url("/assets?p=%2F..%2Ffonts%2FLexendDeca-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Arial";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.lock {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  body.lock {
    width: 100%;
    position: fixed;
    overflow: hidden;
  }
}

input,
button,
textarea {
  font-family: "Lexend Deca";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background-image: url("/assets?p=%2F..%2Fimg%2Fbg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container_flex {
  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;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1412px) {
  .container {
    max-width: 970px;
  }
}

@media (max-width: 992.98px) {
  .container {
    max-width: 750px;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}

.main {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 30px 0px;
}

@media (max-width: 600px) {
  .main {
    background-image: url("/assets?p=%2F..%2Fimg%2Fbg-mb.webp");
  }
}

.main__topr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__topr img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.main__topr span {
  display: inline-block;
  padding: 0px 15px 0px 0px;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .main__topr span {
    font-size: 20px;
  }

  .main__topr img {
    width: 29px;
    height: 20px;
  }
}

.main__centr {
  /* position: relative;
  z-index: 30;
  left: 0;
  right: 0;
  top: 350px;
  bottom: 0;
  margin: auto; */
  width: 100%;
  max-width: 500px;
  /* height: 200px; */
  background: #000C1D;
  padding: 40px 70px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .main__centr {
    padding: 20px 15px;
    max-width: 360px;
  }
}

.main__centr h1 { 
  color: #fff;
  margin: 0px 0px 25px 0px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .main__centr h1 {
    font-size: 16px;
    margin: 0px 0px 15px 0px;
  }
}

.main__centr a {
  display: block;
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.main__centr a span { 
  display: block;
  background: #fff;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #fff;
  font-weight: 70;
  font-size: 20px;
  text-transform: none;
  color: #1A1A1A;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main__centr a span:hover {
  background: #194992;
  color: #fff;
}

@media (max-width: 767.98px) {
  .main__centr a span {
    font-size: 16px;
    padding: 10px 10px;
  }
}