@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
.header {
  position: relative;
  height: 100vh;
  min-height: 800px;
  background: url("../img/main-bg.png") center/cover no-repeat;
}

.header__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.header__wrapper {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__wrapper_logo {
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  text-decoration: none;
}

.header__wrapper_btn {
  cursor: pointer;
  border: 1px solid #babeff;
  border-radius: 8px;
  width: 200px;
  height: 60px;
  background-color: transparent;
  font-weight: bold;
  font-size: 18px;
  color: #babeff;
}

.header__wrapper_btn:hover {
  color: #edeeff;
  border: 1px solid #edeeff;
}

.header__title {
  font-weight: bold;
  font-size: 4.875em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 2.3em 0 2.2em 0;
}

.services {
  position: relative;
  padding: 10.625em 0;
  overflow: hidden;
}

.services__list {
  position: relative;
  width: 50%;
}

.services__list li {
  color: #fff;
  font-size: 2.25em;
  margin-bottom: 1.38em;
  padding-left: 1.2em;
}

.services__list li:last-child {
  margin-bottom: 0;
}

.services__list li:before {
  content: "";
  position: absolute;
  background: url("../img/check.svg") no-repeat;
  width: 0.62em;
  height: 0.62em;
  margin-top: 0.35em;
  margin-left: -1.2em;
  background-size: contain;
}

.services:after {
  content: "";
  position: absolute;
  background: url("../img/boxes.png") right bottom no-repeat;
  background-size: contain;
  bottom: 5.625em;
  right: -13.875em;
  width: 60%;
  height: 75%;
}

.video {
  position: relative;
  padding: 10em 0;
}

.video video, .video iframe {
  width: 100%;
  height: 80vh;
}

.contacts {
  position: relative;
  padding: 6.25em 0;
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__img img {
  width: 32.563em;
  height: 37.5em;
  -o-object-fit: cover;
  object-fit: cover;
}

.contacts__info {
  margin-top: 3.313em;
}

.contacts__info_descs {
  margin-top: 3.75em;
}

.contacts__info_desc {
  margin-bottom: 1.875em;
}

.contacts__info_desc:last-child {
  margin-bottom: 0;
}

.contacts__info_desc_title {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.417em;
}

.contacts__info_desc_text {
  font-size: 1.5em;
}

.contacts__title {
  font-weight: bold;
  font-size: 4.875em;
  text-transform: uppercase;
}

.form {
  position: relative;
  padding: 6em 0;
  background: #333559;
}

.form__title {
  font-weight: bold;
  font-size: 2.875em;
  text-transform: uppercase;
  margin-bottom: 1.478em;
}

.form form input {
  padding-bottom: 0.625em;
  background-color: transparent;
  width: 16.222em;
  height: 1.722em;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.125em;
  margin-right: 1.667em;
}

.form form input::-webkit-input-placeholder {
  color: #fff;
}

.form form input:-ms-input-placeholder {
  color: #fff;
}

.form form input::-ms-input-placeholder {
  color: #fff;
}

.form form input::placeholder {
  color: #fff;
}

.form form input:last-child {
  margin-right: 0;
}

.form form button {
  position: relative;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  font-size: 1.25em;
  margin-left: 2.2em;
}

.form form button:hover {
  color: #878eff;
}

.form form button::after {
  content: "";
  position: absolute;
  background: url(../img/arrow.svg) center no-repeat;
  width: 1.25em;
  height: 0.5em;
  bottom: 0.3em;
  right: -2.25em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form form button:hover::after {
  background: url(../img/arrowhover.svg) center no-repeat;
  width: 4em;
  right: -5em;
}

.footer {
  position: relative;
  padding: 2.5em 0;
}

.footer__copy {
  text-align: center;
}

.footer__policy {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup__overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
}

.popup__wind {
  position: absolute;
  z-index: 10;
  width: 28.625em;
  height: 22.875em;
  border-radius: 0.625em;
  background-color: #fff;
  padding: 2.5em;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.popup__wind_title {
  font-size: 1.5em;
  color: #000;
  margin-bottom: 1.667em;
}

.popup__wind input {
  padding-bottom: 0.323em;
  background-color: transparent;
  width: 100%;
  height: 1.722em;
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 1.125em;
  margin-bottom: 0.645em;
}

.popup__wind input::-webkit-input-placeholder {
  color: #000;
}

.popup__wind input:-ms-input-placeholder {
  color: #000;
}

.popup__wind input::-ms-input-placeholder {
  color: #000;
}

.popup__wind input::placeholder {
  color: #000;
}

.popup__wind input:last-child {
  margin-right: 0;
}

.popup__wind button {
  position: relative;
  cursor: pointer;
  color: #000;
  background-color: transparent;
  font-size: 1.25em;
  margin-top: 1.875em;
}

.popup__wind button:hover {
  color: #878eff;
}

.popup__wind button::after {
  content: "";
  position: absolute;
  background: url(../img/arrow-black.svg) center no-repeat;
  width: 1.25em;
  height: 0.5em;
  bottom: 0.3em;
  right: -2.25em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.popup__wind button:hover::after {
  background: url(../img/arrowhover.svg) center no-repeat;
  width: 4em;
  right: -5em;
}

.success {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.success__overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
}

.success__wind {
  position: absolute;
  z-index: 10;
  width: 28.625em;
  height: 22.875em;
  border-radius: 0.625em;
  background-color: #fff;
  padding: 5.313em 2.5em 2.5em 2.5em;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.success__wind_title {
  font-size: 1.5em;
  color: #000;
  margin-bottom: 0.833em;
  text-transform: uppercase;
}

.success__wind p {
  color: #000;
}

.success__close {
  cursor: pointer;
  position: absolute;
  top: 1.875em;
  right: 1.875em;
}

.policy {
  padding: 50px 0;
}

.policy .policy__link {
  display: block;
  color: #fff;
  margin-bottom: 40px;
  text-decoration: none;
}

.policy h1 {
  font-size: 40px;
  margin-bottom: 40px;
}

.policy h3 {
  font-size: 20px;
  margin: 20px 0;
}

.info {
  padding-top: 80px;
}

.info h3 {
  font-size: 30px;
  margin-top: 30px;
}

.info p {
  font-size: 20px;
}

.info p:not(:last-child) {
  margin-bottom: 20px;
}

.info ul {
  margin: 30px 0;
}

.info ul li {
  font-size: 20px;
}

.info ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1600px) {
  div.container {
    padding: 0 100px;
  }
}

@media (max-width: 1440px) {
  div.container {
    padding: 0 50px;
  }
  .header__title {
    padding: 25% 0 15% 0;
    font-size: 4em;
  }
  .services {
    padding: 8em 0;
  }
  .services__list {
    width: 70%;
  }
  .services__list li {
    font-size: 1.5em;
  }
  .services::after {
    bottom: 2.625em;
  }
  .video {
    padding: 6em 0;
  }
  .video video, .video iframe {
    height: 57vh;
  }
  .contacts__info {
    margin-top: 2em;
  }
  .contacts__info_descs {
    margin-top: 2.75em;
  }
  .contacts__info_desc_title,
  .contacts__info_desc_text {
    font-size: 1.2em;
  }
  .contacts__img img {
    width: 25em;
    height: 30em;
  }
  .contacts__title {
    font-size: 4em;
  }
  .form {
    padding: 5em 0;
  }
  .form__title {
    font-size: 1.8em;
  }
  .form form input {
    width: 13em;
    font-size: 1em;
  }
  .form form button {
    margin-left: 1.5em;
    font-size: 1.2em;
  }
  .form form button::after {
    width: 1.6em;
  }
  .form form button:hover::after {
    width: 5em;
    right: -6em;
  }
}

@media (max-width: 1023px) {
  div.container {
    padding: 0 20px;
  }
  .header__wrapper {
    padding-top: 40px;
  }
  .header__wrapper_logo {
    font-size: 30px;
  }
  .header__wrapper_btn {
    width: 200px;
    height: 50px;
  }
  .header__title {
    font-size: 3em;
  }
  .services {
    padding: 6em 0;
  }
  .services__list {
    width: 80%;
  }
  .video {
    padding: 4em 0;
  }
  .video video, .video iframe {
    height: 40vh;
  }
  .contacts {
    padding: 4em 0;
  }
  .contacts__img img {
    width: 20em;
    height: 28em;
  }
  .contacts__title {
    font-size: 3em;
  }
  .contacts__info_descs {
    margin-top: 2em;
  }
  .contacts__info_desc_title,
  .contacts__info_desc_text {
    font-size: 1.1em;
  }
  .form {
    padding: 4em 0;
  }
  .form__title {
    font-size: 1.4em;
  }
  .form form input {
    font-size: 0.9em;
    width: 12em;
  }
  .form form button {
    margin-left: 0;
    margin-right: 3em;
    margin-top: 25px;
  }
  .footer__copy {
    font-size: 14px;
  }
  .popup__wind_title {
    font-size: 1.3em;
  }
  .popup__wind input {
    font-size: 1em;
  }
}

@media (max-width: 767px) {
  .header {
    height: auto;
    min-height: 700px;
  }
  .header__title {
    font-size: 2.6em;
    padding: 40% 0 10%;
  }
  .services {
    padding: 6em 0 16em;
  }
  .services__list {
    width: 100%;
  }
  .services__list li {
    font-size: 1.2em;
  }
  .services::after {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
  }
  .video {
    padding: 4em 0 0 0;
  }
  .video video, .video iframe {
    height: 100%;
    min-height: 200px;
  }
  .contacts__title {
    font-size: 2.6em;
  }
  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__img {
    margin-top: 50px;
  }
  .contacts__img img {
    width: 100%;
    height: 25em;
    max-width: 500px;
  }
  .form form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .form form button {
    font-size: 1.125em;
  }
  .popup__wind {
    width: 90%;
  }
  .success__wind {
    width: 90%;
  }

  .policy h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .info {
    padding-top: 60px;
  }
  
  .info h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  
  .info p {
    font-size: 16px;
  }
  
  .info p:not(:last-child) {
    margin-bottom: 15px;
  }
  
  .info ul li {
    font-size: 16px;
  }
  
  .info ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 424px) {
  div.container {
    padding: 0 15px;
  }
  .header {
    min-height: 640px;
  }
  .header__title {
    font-size: 1.9em;
    padding: 60% 0 40%;
  }
  .header__wrapper {
    padding-top: 20px;
  }
  .header__wrapper_logo {
    font-size: 24px;
  }
  .header__wrapper button {
    width: 153px;
    height: 40px;
    font-weight: normal;
    font-size: 16px;
  }
  .popup__wind {
    padding: 2em;
  }
  .popup__wind input {
    font-size: 0.9em;
  }
  .popup__wind_title {
    margin-bottom: 1.45em;
  }
  .popup__wind button {
    font-size: 1.125em;
  }
  .popup__wind button::after {
    width: 1.5em;
    right: -3em;
    bottom: 0.24em;
  }
  .popup__wind button:hover::after {
    width: 5em;
    right: -5.5em;
  }
  .contacts__title {
    font-size: 1.9em;
  }
  .form__title {
    font-size: 1.125em;
  }
  .success__icon img {
    width: 60%;
  }
  .success__wind {
    padding: 5em 2em 2em 2em;
  }
}

* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: "Play", sans-serif;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2em;
}

body {
  color: #fff;
}

section,
footer {
  background-color: #000;
}

a {
  color: #babeff;
}

ol,
ul {
  list-style: none;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 160px;
}

