* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  box-sizing: border-box;
  overflow-x: hidden;
  background:
  url("../img/smoke-1.png") right -23vmin top -4vmin no-repeat,
  url("../img/smoke.png") bottom -30vmin left -1vmin no-repeat;
   background-size: 135% auto, 80% auto;
   background-color: #121212;
   background-attachment: fixed;
}

body::-webkit-scrollbar {
  width: 1vmin;
}

body::-webkit-scrollbar-track {
  background: rgb(15, 41, 85);
}

body::-webkit-scrollbar-thumb {
  background: #B8002C;
  border-radius: 30px;
}

img {
  max-width: 100%;
}

section {
  position: relative;
  font-family: "Roboto", sans-serif;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  min-height: 750px;
  color: #ffffff;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  min-height: 100px;
  margin: 20px 0 70px 0;
}

.logo {
  max-width: 270px;
  image-rendering:-o-crisp-edges;            /* Opera          */
  image-rendering:-webkit-optimize-contrast; /* Safari         */
  image-rendering:optimize-contrast;         /* CSS3 Proposed  */
  -ms-interpolation-mode:nearest-neighbor;
  margin-right: 30px;
}

.aviator-wrapper__logo {
  margin-left: 30px;
}

.aviator-wrapper {
  position: relative;
}

.aviator-wrapper::before {
  content: '';
  width: 0;
  height: 55%;
  position: absolute;
  border: 1px solid white;
  top: 50%;
  transform: translateY(-50%);
  left: 1px;
}

.info-block {
  z-index: 2;
}

.title {
  font-style: italic;
  font-weight: 900;
  font-size: 56px;
  line-height: 101.69%;
  text-transform: uppercase;
  text-shadow: 0px 4px 29px rgba(255, 255, 255, 0.33);
}

.subtitle {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  margin-top: 33px;
  max-width:410px;

}

.subtitle p {
  margin: 0 0 15px;
}

.subtitle p:last-child {
  margin: 0;
}

.btn {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 1.7em;
  line-height: 33px;
  display: flex;
  max-width: 323px;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(180deg, #FF003D 0%, #B8002C 100%);
  box-shadow: 0px 7px 30px 3px rgba(255, 1, 31, 0.66);
  border-radius: 47px;
  transition: transform 0.4s ease;
  margin-top: 40px;
}

.btn:hover {
  transform: scale(1.05);
}

.pretitle {
  font-style: italic;
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
  
}

.info {
  max-width:541px;
}

.main {
  overflow: hidden;
}


.main__bg-elem {
  position: absolute;
  min-height: 100%;
  width: 100%;
}

.main__bg-shapes {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  height: 100%;
}

.main__bg-shape {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.flex-wrapper {
  display: flex;
  justify-content: flex-start;
}

.hero-block {
  position: absolute;
}

.hero-block__item.mobile {
  display: none;
}

.hero-block__overlay {
  position: relative;
}
.hero-block__overlay::before {
  content:"";
  background-image: url("../img/shape-1.png");
  position: absolute;
  top: 1px;
  right: -40%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}


.hero-block__overlay::after {
  content:"";
  background-image: url("../img/shape-2.png");
  position: absolute;
  bottom: -50%;
  right: -40%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.hero-block--dawnbreaker {
  top: 70px;
  right: -115px;
  max-width: 70%;
}


.hero-block--leach {
  max-width: 550px;
  left: -15vmin;
  top: -4vmin;
}

.form-wrapper {
  margin-left: auto;
}

.bg-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;

}

.bg-content__item {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}


/* .bg-content__item:nth-child(1) {
  top: 8vmin;
  left: -13vmin;
  background: url("../img/smoke-1.png") center center / 100% no-repeat;
  height: 100%;
  width: 100%;
  background-size: contain;
  transform: scale(1.3);

}

.bg-content__item:nth-child(2) {


} */

.form-section {
padding-bottom: 20px;
min-height: 670px;
display: flex;
justify-content: end;
align-items: center;
}

.btnFH .arrow{
  display: block;
  position: relative;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgb(108, 108, 108);
  border-right: 1px solid rgb(108, 108, 108);
  margin-right: 7px;
  margin-left: 7px;
  top: -3px;
  transform: rotate(135deg);
}
.btnFH{
  position: absolute;
  right: 20px;
  top: 20px;
margin-left: 25px;
display: flex;
align-items: center;
cursor: pointer;
}

.lngHref{
  position: absolute;
  background-color: rgb(26, 26, 26);
  padding: 15px 7px;
  right: 35px;
  border-radius: 8px;
  margin-top: 50px;
  z-index: 4;
}
.lngHref a{
position: relative;
display: block;
margin-bottom: 10px;
}
.lngHref a:last-child{
margin-bottom: 0px;
}
.lngHref img,.btnFH img{
  width: 28px;
  min-width: 28px;
  max-width: 28px;
  min-height: 20px;
  height: 20px;
  max-height: 20px;
  object-fit: cover;
}

.welc_wr{
  background: #393939;
  border-width: 0px 3px 3px 0px;
  border-style: solid;
  border-color: #1B1B1B;
  border-radius: 33px;
  padding: 84px 50px 25px;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}
.welc_bon{
  background: #E40037;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-bottom: 9px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 15px;
}
.welc_text{
  font-weight: 800;
  font-size: 20px;
  line-height: 19px;
}
.welc_mtext{
  font-weight: 900;
  margin-bottom: 9px;
  font-size: 74px;
  line-height: 68px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}
.welc_mt2{
  font-size: 64px;
  line-height: 58px;
}
.welc_mtext span{
  color: #FE004E;
}
.welc_md{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 9px;
}
.welc_dtext{
  font-weight: 800;
  font-size: 20px;
  line-height: 19px;
  width: fit-content;
}
.welc_line{
  height: 2.5px;
  background: #FE004E;
  border-radius: 2px;
  box-shadow: 0px 2px 7px #E00035;
}
.welc_wr a button.form-btn{
  font-weight: 900;
  font-size: 16px;
  line-height: 15px;
  margin-top: 25px;
  border-radius: 9px;
  height: 43px;
  background: linear-gradient(180deg, #FF003D 0%, #B8002C 100%);
  box-shadow: none;
  transition: all 0.3s;
}
.welc_wr a button.form-btn:hover{
  box-shadow: 0px 7px 27px 0 #E00035;
}
.welc_plane{
  position: absolute;
  top: -84px;
  left: 35px;
}