@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
}

html {
  background-color: black;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #050A24;
  text-align: center;
}

.section {
  background: url("../img/bg.jpg") no-repeat #04050C;
  background-size: cover;
}

.container {
  max-width: 1080px;
  margin-inline: auto;
  padding-block: 50px;
}

li {
  list-style: none;
}

.logo {
  max-width: 320px;
}

.section__header {
  margin-bottom: 25px;
}

.section__subtitle, .section__list-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.section__description {
  margin-bottom: 10px;
  max-width: 800px;
  margin-inline: auto;
}

.first-section {
  padding-top: 50px;
}
.first-section .container {
  background-color: #A0DDFF;
}

.first-section__footer-images {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.first-section__footer-img {
  margin-block: auto;
}
.first-section__footer-img:first-child {
  margin-left: -52px;
}

.first-section__footer-img:first-child img {
  max-width: 270px;
}

.first-section__footer-img:nth-child(2) img {
  max-width: 150px;
  margin-block: auto;
}

.first-section__footer-images img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.second-section .container {
  max-width: 1180px;
}
.second-section .section__item-body {
  display: grid;
  row-gap: 215px;
}

.section__item {
  background-color: #A0DDFF;
  padding: 25px;
}

.section__item-header {
  display: flex;
  margin-bottom: 35px;
}
.section__item-header img {
  max-width: 200px;
}

.section__item:first-child .section__images img {
  max-width: 490px;
}

.section__item:nth-child(2) .section__item-header {
  justify-content: flex-end;
}
.section__item:nth-child(2) .section__subtitle {
  margin-bottom: 0;
}
.section__item:nth-child(2) .section__images {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.section__item:nth-child(2) .section__images img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section__item .section__subtitle:first-child {
  margin-bottom: 0;
}

.section__row {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.third-section .container {
  background-color: #A0DDFF;
  padding-bottom: 75px;
}
.third-section .section__title {
  margin-bottom: 25px;
}
.third-section .section__list-title {
  color: #07090b;
  font-size: 17px;
  margin-bottom: 0;
}
.third-section .section__list:not(:last-child) {
  margin-bottom: 20px;
}
.third-section .third-section__img {
  padding-block: 50px;
}
.third-section .third-section__img img {
  max-width: 1000px;
}

.fourth-section {
  padding-bottom: 100px;
}
.fourth-section .container {
  background-color: #A0DDFF;
  padding-top: 75px;
  padding-left: 25px;
  padding-right: 25px;
}
.fourth-section .section__title, .fourth-section .section__thanks {
  font-weight: 600;
  font-size: inherit;
  margin-bottom: 10px;
}

.section__thanks {
  margin-top: 25px;
}

.section__contact {
  max-width: 235px;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 500;
}

.fourth-section__logo {
  display: flex;
  margin-top: 15px;
}

.fourth-section__row {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 50px;
       column-gap: 50px;
  max-width: 1080px;
  margin-inline: auto;
  margin-top: 50px;
}
.fourth-section__row .fourth-section__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1340px) {
  .section__row {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .section {
    padding-left: 50px;
    padding-right: 50px;
  }
  .container {
    max-width: 100%;
  }
  .third-section .third-section__img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1190px) {
  .second-section .section__item-body {
    row-gap: 25px;
  }
  .section__item-body .section__images {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .section__description, .section__list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section__row {
    flex-direction: column;
    row-gap: 25px;
  }
  .section__item .section__item-header, .section__item:nth-child(2) .section__item-header {
    justify-content: center;
  }
  .section__item .section__item-header img, .section__item:nth-child(2) .section__item-header img {
    max-width: 320px;
  }
  .second-section .section__item-body {
    row-gap: 25px;
  }
  .fourth-section__logo {
    justify-content: center;
  }
  .section__item:first-child .section__images img {
    max-width: 100%;
  }
  .section__item:nth-child(2) .section__images img {
    height: unset!important;
  }
}
@media screen and (max-width: 768px) {
  .fourth-section__row {
    flex-direction: column;
    row-gap: 25px;
  }
}
@media screen and (max-width: 480px) {
  .second-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .third-section .third-section__img {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .fourth-section {
      padding-bottom: 50px;
  }
  .fourth-section__row {
    margin-top: 25px;
  }
  .fourth-section .container {
    padding: 20px;
  }
  .container {
    padding-block: 20px;
  }
  .section__item {
    padding: 20px;
  }
  .section, h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .second-section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .first-section__footer-images {
    flex-direction: column;
  }
  .first-section__footer-img:first-child {
    margin-left: unset;
    margin-top: -45px;
    margin-bottom: -45px;
  }
}
@media screen and (max-width: 340px) {
  .section__description, .section__list {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}/*# sourceMappingURL=style.css.map */