html, body {
  font-family: Nunito, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

body {
  background: #160829 url(../img/480.ed6f994b.jpg) center top no-repeat;
  background-size: 100% auto;
  color: #fff;
  margin: 0;
}

img {
  max-width: 100%;
}

.container {
  margin-inline: auto;
  width: min(1140px, 100% - 30px);
}

.section {
  padding: 20px 15px;
}
.section--no-pad-top {
  padding-top: 0 !important;
}
.section--bg-dark {
  background-color: #160829;
}
.section--border-top {
  background: linear-gradient(180deg, #fff 0, transparent 1px) center no-repeat;
  background-size: calc(100% - 30px);
}
.section--center {
  text-align: center;
}
.section__title {
  font-size: 30px;
  line-height: 1.3;
  margin: 15px 0;
  font-weight: bold;
}
.section__subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 15px 0;
}
.section__icon {
  display: none;
}
.section__img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.section__content {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin: 20px auto;
  max-width: 946px;
}
.section__content strong {
  font-weight: 700;
}

.btn {
  background: #33adff linear-gradient(90deg, rgba(0, 0, 0, 0.1) 50%, transparent 50%);
  background-position-x: 100%;
  background-size: 200% 100%;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 320px;
}
.btn:hover {
  background-position-x: 0;
}
.btn--clear {
  background-color: transparent;
  color: #33adff;
}
.btn--clear:hover {
  color: #5bbdff;
}

.store-link {
  display: block;
  font-size: 0;
  margin: 15px 0;
  width: fit-content;
}

.store-btn {
  height: 48px;
}

@media (min-width: 480px) {
  body {
    background-image: url(../img/1024.570be93e.jpg);
  }
}
@media (min-width: 768px) {
  body {
    background-image: url(../img/1280.fa136dba.jpg);
  }
  .section {
    padding-top: 40px;
  }
  .section--newsletter {
    background: linear-gradient(180deg, #fff 0, transparent 1px) center no-repeat;
    background-size: calc(100% - 30px);
  }
  .section--cols {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
  }
  .section--cols-reverse {
    display: flex;
    flex-direction: row-reverse;
  }
  .section__col {
    flex: 1;
  }
  .section__icon {
    display: block;
    height: 48px;
  }
  .store-link {
    display: inline-block;
    margin-right: 10px;
  }
  .btn {
    width: fit-content;
  }
}
@media (min-width: 1280px) {
  body {
    background-image: url(../img/1920.3ddb72f8.jpg);
  }
  .section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .section__icon {
    height: 84px;
  }
  .section__title {
    font-size: 52px;
  }
  .section__subtitle {
    font-size: 26px;
  }
  .section__content {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  body {
    background-image: url(../img/2560.cc50b658.jpg);
  }
}
.header {
  padding: 65px 0 80px;
  text-align: center;
}
.header__logo {
  transition: transform 0.2s ease;
  width: 150px;
}
.header__logo:hover {
  transform: scale(1.125);
}
@media (min-width: 1024px) {
  .header {
    padding: 190px 0;
  }
  .header__logo {
    width: 364px;
  }
}

.social {
  background: #24173f;
  border-radius: 16px;
  margin: 0 auto 12px;
  max-width: 1140px;
  padding: 16px;
}
.social__text {
  margin: 0 0 15px;
}
.social__list {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.social__item {
  background-size: contain;
  background-position: center;
  display: block;
  filter: grayscale(1) brightness(0.75);
  font-size: 0;
  height: 48px;
  width: 48px;
}
.social__item:hover {
  filter: grayscale(0) brightness(0.75);
}
.social__item:not(:last-child) {
  margin-right: 12px;
}
.social__item--facebook {
  background-image: url(../img/facebook.72f26a13.png);
}
.social__item--youtube {
  background-image: url(../img/youtube.7b6ef3e7.png);
}
.social__item--instagram {
  background-image: url(../img/instagram.bb8afb01.png);
}
.social__item--twitter {
  background-image: url(../img/twitter.ae391b06.png);
}
@media (min-width: 768px) {
  .social {
    display: flex;
    flex-direction: row;
    padding: 24px;
  }
  .social__text {
    flex: 2;
    margin: 0;
    text-align: center;
  }
  .social__spacer {
    flex: 1;
  }
  .social__list {
    flex: 1;
  }
}

.footer {
  background: #000;
  padding: 30px 20px;
  text-align: center;
}