* {
  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: 650px;
  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;

}

