﻿:root {
  --container: 1152px;
  --gold: #a58a5f;
  --gold-2: #d9c19c;
  --red: #9c0f0c;
  --line: rgba(123, 123, 123, .2);
}

* {
  box-sizing: border-box;
  min-width: 0px;
  min-height: 0px;
}

body {
  margin: 0;
  color: #000;
  line-height: 1.4
}

img,
video {
  display: block;
  max-width: 100%
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto
}

.title {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.22
}

.title--light {
  color: #fff
}

.btn {
  height: 41px;
  padding: 11px 40px;
  border: 0;
  font-size: 14px;
  cursor: pointer;
  transition: .3s ease-in;
}

.btn--primary {
  background: var(--red);
  color: #fff
}
.btn--primary:hover {
  background: #860D0B;
}

.btn--ghost {
  border: 1px solid rgba(255, 255, 255, .4);
  background: transparent;
  color: #fff
}
.btn--ghost:hover {
  border-color: #fff;
}

.home-hero {
  position: relative;
  height: 780px;
  overflow: hidden
}

.home-hero__video {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  background: #4c4c4c
}

.home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(21, 18, 14, .36), rgba(0, 0, 0, .6))
}

.home-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding-top: 267px
}

.home-hero__lead {
  margin: 0 0 40px;
  font-size: 24px
}

.home-hero__title {
  margin: 0 auto 28px;
  max-width: 846px;
  font-size: 36px;
  font-weight: 600
}

.home-hero__actions {
  display: flex;
  justify-content: center;
  gap: 8px
}

.section-dark {
  padding: 100px 0 40px;
  background: linear-gradient(rgba(21, 18, 14, .36), rgba(0, 0, 0, .6));
  background-size: cover
}

.offer-tabs--offers {
  min-height: 700px;
  padding: 40px 0;
  display: flex;
  align-items: stretch;
  position: relative;
  /* background-image:
    linear-gradient(rgba(21, 18, 14, .36), rgba(0, 0, 0, .6)),
    url("./assets/img-31f1eff5-c527-4654-abb5-8dd46b5d5906.png"); */
  background-size: cover;
  background-position: center;
}

.offer-tabs.--long {}

.offer-tabs.--long .offer-tabs__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  min-height: 700px;
}

.offer-tabs--offers .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.offer-tabs--offers .offer-tabs__list {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: max-content;
}

.offer-tabs--offers .offer-tabs__tab {
  min-width: 220px;
  text-align: left;
  transition: .3s ease-in;
}

.offer-tabs__wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.offer-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.offer-tabs__list--horizontal .offer-tabs__tab {
  flex: 1
}

.offer-tabs__tab {
  height: 40px;
  padding: 0 16px;
  border: 0;
  background: rgba(255, 255, 255, .2);
  color: #fff;
  font-size: 16px;
  cursor: pointer
}

.offer-tabs__tab.is-active {
  background: var(--gold)
}

.offer-tabs__summary {
  color: #fff
}

.offer-tabs__title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 600
}

.offer-tabs__text {
  margin: 0;
  font-size: 16px;
  font-weight: 500
}

.brands {
  padding: 80px 0
}

.brands__line {
  width: 81px;
  height: 5px;
  background: var(--red);
  margin: 12px 0 40px
}

.brands__slide {
  width: 180px !important;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center
}

.bonus {
  padding: 40px 0;
  background: linear-gradient(261deg, rgba(0, 0, 0, .72) 25%, rgba(21, 18, 14, .64) 90%);
  position: relative;
}

.bonus__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.bonus .title {
  margin-bottom: 40px
}

.bonus__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.bonus__label {
  display: block;
  margin-bottom: 8px;
  color: #9d9d9e;
  font-size: 14px
}

.bonus__input {
  width: 336px;
  height: 50px;
  padding: 0 16px;
  border: 1px solid var(--gold-2);
  background: rgba(255, 255, 255, .1);
  color: #fff
}

.bonus__result {
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

.bonus__small {
  margin: 0;
  font-size: 14px;
  color: #9d9d9e
}

.bonus__percent {
  margin: 0;
  font-size: 78px;
  color: var(--gold-2);
  font-weight: 300;
  line-height: 1
}

.bonus__value {
  font-size: 44px;
  color: #fff;
  font-weight: 300
}

.community {
  padding: 80px 0
}

.community__grid {
  display: grid;
  grid-template-columns: 514px 1fr;
  gap: 40px
}

.community__text p {
  margin: 40px 0 0;
  font-size: 16px
}

.community__slide img {
  width: 100%;
  height: 308px;
  object-fit: cover
}

.community__slide h3 {
  margin: 16px 0 0;
  font-size: 16px;
  font-weight: 600
}

.community__nav {
  margin-top: 40px;
  display: flex;
  gap: 8px;
  justify-content: flex-end
}

.community__prev,
.community__next {
  width: 38px;
  height: 38px;
  border: 0;
  background: #f7f7f7;
  cursor: pointer;
  position: relative
}

.community__prev::before,
.community__next::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000
}

.community__prev::before {
  transform: rotate(-135deg)
}

.community__next::before {
  transform: rotate(45deg)
}

.faq {
  padding: 40px 0 80px
}

.faq__grid {
  display: grid;
  grid-template-columns: 514px 1fr;
  gap: 40px
}

.faq__item {
  border-bottom: 1px solid var(--line);
  padding: 24px 0
}

.faq__item summary {
  list-style: none;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  padding-right: 46px
}

.faq__item summary::after {
  content: '';
  background-image: url('./assets/g.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 1px solid rgba(217, 193, 156, .25);
  display: grid;
  place-items: center
}

.faq__item[open] summary::after {
  content: "-"
}

.faq__item p {
  margin: 14px 0 0
}

.stats {
  padding: 24px 0
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.stats h2 {
  margin: 0;
  font-size: 80px;
  font-weight: 300;
  line-height: 1
}

.stats p {
  margin: 0;
  color: rgba(0, 0, 0, .6)
}

.title--center {
  text-align: center
}

.who {
  padding: 80px 0
}

.who__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px
}

.who__card {
  position: relative;
  height: 280px;
  overflow: hidden;
  margin: 0
}

.who__card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.who__card h3 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 16px
}

.who__link {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  padding: 10px 12px;
}

.info-split {
  padding: 80px 0;
  background: #fff
}

.info-split__grid {
  display: flex;
  justify-content: space-between;

  align-items: start
}

.info-split__image {
  position: relative;
  width: 100%;
  max-width: 409px;
}

.gift .info-split__image::before {
  left: 47px;
}

.info-split.--about .info-split__image::before {
  left: 47px;
  /* left: -20px; */
}

.info-split--reverse .info-split__image::before {
  left: 47px;
}

.info-split.--about .info-split__image::after,
.gift .info-split__image::after,
.info-split--reverse .info-split__image::after {
  left: 90%;
  transform: scale(-1, 1);
}

.info-split__image::before {
  content: '';
  width: 379px;
  height: 474px;
  position: absolute;
  top: -19px;
  left: -18px;
  border: 2px solid #D9C19C;
  z-index: 1;
}

.info-split__image::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('/partners/assets/el.jpg');
  background-position: right;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 90%;
}

.info-split__image img {
  width: 100%;
  max-width: 409px;
  height: 436px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.info-split__desc {
  max-width: 514px;
  width: 100%;
}

.info-split__desc ul li {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
}

.info-split__desc ul li div {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.info-split ul {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px
}

.info-split li {
  font-size: 16px
}

.steps {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
  counter-reset: steps
}

.steps li {
  counter-increment: steps;
  display: flex;
  align-items: center;
  gap: 12px
}

.steps li::before {
  content: "0" counter(steps);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(217, 193, 156, .25);
  display: grid;
  place-items: center
}

.projects {
  padding: 60px 0 80px
}

.projects__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 16px
}

.project-card {
  padding-bottom: 40px;
  border-bottom: 1px solid #E5E5E5;
}

.project-card:hover .project-card__img img {
  scale: 1.1;
}

.project-card:hover .project-card__btn {
  opacity: 1;
}

.project-card__img {
  width: 100%;
  height: 390px;
  overflow: hidden;
}

.project-card__img img {
  transition: .9s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.project-card__btn {
  margin-left: auto;
  margin-top: auto;
  opacity: 0;
  transition: .9s;
}

.project-card__btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-card-desc {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-top: 16px;
  gap: 16px;
}

.project-card-desc .project-card__hero {
  width: 97px;
  height: 97px;
  flex-shrink: 0;
}

.project-card h3 {
  margin: 0 0 4px;
  font-size: 18px
}

.project-card p {
  margin: 0;
  opacity: .6;
  line-height: 155%;
}

.projects__cta {
  text-align: center;
  margin-top: 40px
}

.projects__cta p {
  font-size: 20px
}

.fancy-awards {
  padding: 80px 0
}

.awards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px
}

.fancy-awards article {
  text-align: center
}

.fancy-awards img {
  width: 150px;
  height: 200px;
  object-fit: cover;
  margin: 0 auto
}

.fancy-awards p {
  font-size: 16px;
  font-weight: 600
}

.gift {
  padding: 80px 0
}

.join.section-dark {
  padding: 40px 0;
  position: relative;
  background: linear-gradient(180deg, rgba(21, 18, 14, 0.8) 0%, #12100E 100%);
}

.join__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.join__lead {
  margin: 24px 0;
  color: #fff
}

.join__chips {
  display: flex;
  gap: 20px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  margin-bottom: 241px;
}

.join__chips li {
  padding: 9px 16px;
  background: rgba(217, 193, 156, .35);
  color: #fff;
  font-size: 14px
}

.join__form {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.join__form-field {}

.join__form-field span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9d9d9e;
  display: block;
  margin-bottom: 8px;
}

.join__form input {
  height: 50px;
  padding: 0 16px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  display: block;
  width: 100%;
}

.join__terms {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 16px;
  position: relative;
  cursor: pointer;
}

.join__check {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.join__check:checked+.join__custom svg {
  display: block;
}

.join__custom {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #9C0F0C;
  flex-shrink: 0;
}

.join__custom svg {
  display: none;
}

.join__terms-link {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, .4);
  line-height: 120%;
}

.join__terms-link a {
  color: #fff;
  text-decoration: underline;
}

.join__actions {
  margin-top: 32px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 33px;
}

.btn-grey {
  background: rgba(255, 255, 255, .25);
  backdrop-filter: blur(16px);
  color: #fff;

}




@media screen and (min-width: 769px) {
  .community__text {
    position: relative;
    z-index: 10;
    background: #fff;
  }

  .js-community {
    overflow: visible;
  }

  .community__slide {
    opacity: 0;
    pointer-events: none;
    transition: .3s ease-in-out;
  }

  .community__slide.swiper-slide-active {
    opacity: 1;
    pointer-events: initial;
  }

  .community__slide.swiper-slide-next {
    opacity: .5;
    pointer-events: initial;
  }
}


@media (max-width: 768px) {

  .info-split__desc .btn {
    width: 100%;
  }

  .btn {
    font-size: 13px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .info-split__grid {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .join__actions {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .join__actions .btn {
    width: 100%;
  }

  .join__chips {
    margin-bottom: 80px;
  }

  .join__terms-link {
    font-size: 11px;
  }

  .info-split.--about .info-split__image::after,
  .gift .info-split__image::after,
  .info-split--reverse .info-split__image::after {
    right: 90% !important;
    transform: scale(1, 1);
    left: unset;
    top: 20px;
  }

  .gift .info-split__grid {
    flex-direction: column;
  }

  .info-split--reverse .info-split__grid {
    flex-direction: column;
  }

  .info-split.--about .info-split__grid {
    flex-direction: column;
  }

  #production .offer-tabs__wrap {
    flex-direction: column;
    gap: 40px;
  }

  #production .offer-tabs__tab {
    padding: 10px 16px;
    width: max-content;
  }


  .gift .info-split__image,
  .info-split.--about .info-split__image,
  .info-split--reverse .info-split__image {
    width: 80%;
    margin-left: auto;
  }

  .project-card__img {
    height: 194px;
  }

  .info-split__image::before {
    width: 100%;
    height: 100%;
    left: -14px !important;
    z-index: 3;
  }

  .project-card-desc .project-card__hero {
    width: 54px;
    height: 54px;
  }

  .projects__cta .btn {
    width: 100%;
  }

  .offer-tabs__wrap {
    flex-direction: column-reverse;
    margin-top: 160px;
  }

  .offer-tabs__title {
    font-size: 16px;
  }

  .offer-tabs__text {
    font-size: 14px;
  }

  .offer-tabs--offers .offer-tabs__list {
    width: 100%;
  }

  .offer-tabs--offers .offer-tabs__tab {
    min-width: initial;
    width: initial;
  }

  .project-card__btn {
    opacity: 1 !important;
    display: none;
  }

  .container {
    width: min(100% - 40px, 350px)
  }

  .title {
    font-size: 24px;
    line-height: 1.15
  }

  .home-hero {
    height: 780px
  }

  .home-hero__content {
    padding-top: 274px
  }

  .home-hero__lead {
    font-size: 18px;
    margin-bottom: 24px
  }

  .home-hero__title {
    font-size: 26px;
    max-width: 350px
  }

  .home-hero__actions {
    flex-direction: column
  }

  .section-dark {
    padding: 80px 0 40px
  }

  .offer-tabs__list {
    flex-direction: column
  }

  .offer-tabs__tab,
  .offer-tabs__list--horizontal .offer-tabs__tab {
    width: 100%
  }

  .offer-tabs--offers {
    min-height: 700px;
    padding: 40px 0
  }

  .brands,
  .community {
    padding: 80px 0
  }

  .bonus {
    padding: 40px 0
  }

  .bonus__row,
  .community__grid,
  .faq__grid {
    display: block
  }

  .bonus__field {
    display: block;
    margin-bottom: 24px
  }

  .bonus__input {
    width: 100%
  }

  .bonus__result {
    align-items: flex-start
  }

  .bonus__percent {
    font-size: 58px
  }

  .bonus__value {
    font-size: 34px
  }

  .community__text p {
    margin-top: 24px
  }

  .community__slider-wrap {
    margin-top: 40px
  }

  .faq {
    padding: 40px 0
  }

  .faq .title {
    margin-bottom: 24px
  }

  .stats__grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stats h2 {
    font-size: 56px
  }

  .who__grid,
  .projects__grid {
    grid-template-columns: 1fr
  }

  .awards__grid {
    grid-template-columns: 1fr 1fr;
  }

  .who__card {
    height: 240px
  }

  .info-split,
  .gift {
    padding: 64px 0
  }

  .gift {
    padding-bottom: 100px;
  }

  .info-split__grid {
    grid-template-columns: 1fr
  }

  .info-split__image img {
    height: 320px
  }

  .join__form {
    grid-template-columns: 1fr
  }

  .join__chips {
    gap: 10px
  }
}



/* .js-brands {
  overflow: visible;
}
.brands {
  overflow: hidden;
} */

#production {
  position: relative;
}

.production__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.home__breadcrumbs {
  margin-top: 20px;
}

.home__breadcrumbs-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.home__breadcrumbs-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  position: relative;
  color: #d9d9d9;
  text-decoration: none;
}

.home__breadcrumbs-divider {
  background: #d9d9d9;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  z-index: 1;
}

.page-main {
  overflow: hidden;
}