* {
  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;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  min-height: 100%;
  color: #ffffff;
}

.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:610px;

}




.pretitle {
  font-style: italic;
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
  
}

.info {
  max-width:1000px;
}

.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;*/
  justify-content: center;
}

.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%;
}


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