/***************WHO***************/

.who {
  padding-bottom: 100px;
}

.who__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.who__items-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.who__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  max-width: 32%;
  padding: 24px;
  height: unset;
  border-radius: 30px;
  border: 1px solid #e2ba6e;
  background: rgba(255, 245, 227, 0.2);
  backdrop-filter: blur(9px);
}

.who__item-icon {
  height: 60px;
}
.who__top {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10.5px;
}

.who__item .who__top p {
  color: #FFF5E3;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.who__item h4 {
  color: #fff5e3;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.who__item p {
  color: #fff5e3;

  leading-trim: both;

  text-edge: cap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  opacity: 0.8;
}

.who__labels-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  /*max-width: 750px;*/
  gap: 16px;
}

.who__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 4px 12px;

  color: #d9bd89;

  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  border-radius: 40px;
  border: 1px solid #d9bd89;
  background: #000;
}

.who__label::before,
.who__label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../images/star-icon.svg");
}

.who__buttons-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/***************WHO***************/
/***************COOL***************/

.cool {
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
  z-index: 200;
}

.cool__title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 16px;
}

.cool__title-container p {
  color: #d9bd89;
}

.cool__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.cool__gallery-container {
  position: relative;
  height: 632px;
  width: 100%;
  max-width: 956px;
  /*overflow: hidden;*/
}

.cool__main-slider-container,
.cool__secondary-slider-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 532px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s ease;
}

.cool__main-slider,
.cool__secondary-slider {
  width: 100%;
  max-width: 856px;
  height: 100%;
  border-radius: 22px;
  overflow: visible;
}

.cool__secondary-slider {
  /*box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.80);*/
  /*background-color: #111318;*/
}

.cool__secondary-slider-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  background: #111318;
}

.cool__main-slider-slide-row {
  position: relative;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  height: 100%;
  width: 100%;
  flex-direction: row;
  gap: 20px;
}

.cool__main-slider-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cool__main-slider-slide-bottom {
  height: 0px;
  position: relative;
  top: 58px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.cool__main-slider-slide-bottom-text {
  color: #fff;

  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 124%; /* 1.24rem */
  letter-spacing: 0.01rem;
  text-transform: uppercase;
}

.cool__main-slider-slide-bottom-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.cool__main-slider-slide-bottom-button {
  padding: 4px 8px;
  position: relative;
  border-radius: 18px;
  border: 1px solid #d9bd89;

  color: #fff;

  text-align: center;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 124%; /* 0.775rem */
  letter-spacing: 0.00625rem;
  text-transform: uppercase;
  text-decoration: none;

  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;

  transition: 0.3s ease;
  outline: none;
  user-select: none;
}

.cool__main-slider-slide-bottom-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cool__main-slider-slide-bottom-button::before {
  content: "";
  background-image: url("../images/bl4_icon1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin-top: -2px;
}

.cool__main-slider-slide-column {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  gap: 20px;
}

.cool__main-slider-slide-image,
.cool__secondary-slider-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* opacity: 0.6; */
  filter: brightness(0.6);
  transition: 0.3s ease;
  border: 1px solid transparent;
  border-radius: 20px;
}

.cool__secondary-slider-slide-image {
  /* opacity: 1; */
  filter: brightness(1);
}

.half-width {
  width: calc(50% - 10px);
}

.cool__secondary-slider-slide-image {
  object-fit: contain;
}

.cool__main-slider-slide-image:hover {
  opacity: 1;
  filter: brightness(1);
  border: 1px solid #d9bd89;
  cursor: pointer;
}

.cool__main-slider-slide-image.half-width.last {
  max-height: 160px;
}

.swiper-slide-active .cool__secondary-slider-slide-image {
  opacity: 1;
  /*filter: brightness(1);*/
}

.cool__secondary-slider-numbers-container {
  display: none;
  position: absolute;
  bottom: 0;
  left: 82px;
  right: 82px;
  /*display: flex;*/
  padding-bottom: 8px;
  justify-content: space-between;
  z-index: 100;
}

.cool__secondary-slider-number {
  color: #fff;
  font-family: "AkzidenzGroteskPro EX", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 2.88rem */
}

.cool__secondary-slider-number:first-child,
.cool__secondary-slider-number:last-child {
  opacity: 0.2;
}

.cool__secondary-slider-close {
  position: absolute;
  top: 10px;
  right: 56px;
  cursor: pointer;

  width: 48px;
  height: 48px;
  object-fit: cover;
  z-index: 100;
  /*transition: 0.3s ease;*/
  padding: 10px;
}

.cool__secondary-slider-arrow,
.cool__main-slider-arrow {
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: 0.3s ease;
  /*box-shadow: 0 0 0 3px #d9bd89;*/
}

.cool__arrows-container {
  width: 103%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 17px 0px;
  border-radius: 20px;
}

.cool__main-slider-pagination {
  width: 100%;
  max-width: 1000px;
  height: 24px;
  border-radius: 84px;
  background: rgba(217, 189, 137, 0.2);
  border: 1.2px solid rgba(255, 245, 227, 0.2);
  position: relative;
  margin-top: -20px;
}

.cool__main-slider-pagination-dot {
  display: flex;
  position: absolute;
  top: 4px;
  left: 20%;
  width: 14px;
  height: 14px;
  background-color: #ffe3b1;
  border-radius: 50%;
  border: 1px solid #fff5e3;
  transition: 0.3s ease;
}

.cool__main-slider-slide-bottom {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.cool__main-slider-slide.swiper-slide-active .cool__main-slider-slide-bottom {
  opacity: 1;
  pointer-events: all;
}

/***************COOL***************/
/***************REG***************/

.reg {
  padding-bottom: 100px;
}

.reg__main-container {
  position: relative;
  border-radius: 40px;
  border: 1px solid #ffe3b1;
  background: rgba(255, 245, 227, 0.2);
  backdrop-filter: blur(9px);

  padding: 48px;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.reg__deco-image {
  position: absolute;
  width: 300px;
}

.reg__deco-image:nth-of-type(1) {
  bottom: -47px;
  left: -53px;
  width: 57px;
  height: 57px;
}

.reg__deco-image:nth-of-type(2) {
  top: 115px;
  right: -91px;
  width: 128px;
  height: 128px;
}

.reg h3 {
  color: #fff5e3;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
}

.reg p {
  color: #fff5e3;

  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 24.4px */
  max-width: 600px;
}

.reg__deco {
  width: 100%;
  max-width: 380px;
  color: #fff5e3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.reg__deco::before,
.reg__deco::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 0.5px;
  background: #fff5e3;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.reg__deco::before {
  left: 0;
}
.reg__buttons-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 16px;
}
.reg__button-link {
  padding: 8px 32px;
  border-radius: 30px;
  background: #fff5e3;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/***************REG***************/
/***************PARTNERS***************/

.partners {
  padding-bottom: 91px;
}

.partners__title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  width: 100%;
  max-width: 666px;
}

.partners__title-container p {
  color: #d9bd89;
}

.partners__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 1224px;
  margin-inline: auto;
}
.partners__link-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.partners__link {
  position: relative;
  width: 100%;
  height: 230px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-top: 18px;
  border-radius: 40px;
  background: #0e0e17;
  box-shadow: 0 4px 0 0 #ffe3b1;
}
.partners__lvl {
  border-radius: 40px;
  background: linear-gradient(0deg, #e2ba6e 0%, #ffe3b1 100%);
  padding: 2.5px 8px;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 18.6px */
}
.partners__text {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 125% */
  max-width: 385px;
}
.partners__deco {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.adscard {
}
.adscard::before {
  content: "";
  background-image: url(../images/bl6_img2.webp);
  background-size: cover;
  width: 288px;
  height: 171px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.adscard::after {
  content: "";
  background-image: url(../images/bl6_img3.webp);
  background-size: cover;
  width: 228px;
  height: 228px;
  position: absolute;
  top: 0;
  right: 30px;
}
.valor {
  background-image: url(../images/bl6_img5.webp);
  background-size: cover;
}
.valor .partners__lvl {
  background: linear-gradient(0deg, #8c8c8c 0%, #fff 100%);
}
.affvibe {
  background-image: url(../images/bl6_img7_bg.webp);
  background-size: cover;
  background-position: center;
  justify-content: center;
  padding: 0;
  gap: 24px;
}
.profitov {
  background-image: url(../images/bl6_img8_bg.webp);
  background-size: cover;
  background-position: center;
  justify-content: center;
  padding: 0;
  gap: 24px;
}
.adskill {
  background-image: url(../images/bl6_img10.webp);
  background-size: cover;
  background-position: center;
  justify-content: center;
  padding: 0;
  gap: 24px;
}
.affvibe .partners__text,
.profitov .partners__text,
.adskill .partners__text {
  max-width: 365px;
}

.partner__info-items-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.partner__info-item {
  width: 227px;
  height: 100px;
  border-radius: 30px;
  border: 2px solid #e2ba6e;
  background: rgba(255, 245, 227, 0.9);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner__info-item-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partner__info-item:last-of-type img {
  height: 50px;
}
/***************PARTNERS***************/
/***************WALK***************/

.walk {
  padding-bottom: 100px;
}

.walk__container {
  background-image: url(../images/bl8.webp);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 40px;
  box-shadow: 0 4px 0 0 #d9bd89;
  height: 360px;
  max-width: 996px;
}

.walk__title {
  color: #fff5e3;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffe3b1;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.walk__text {
  color: #ffe3b1;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 24.4px */
}
.walk-image {
  position: absolute;
  width: 300px;
}

.walk-image:nth-of-type(1) {
  width: 91px;
  height: 91px;
  right: -1px;
  bottom: 345px;
}

.walk-image:nth-of-type(2) {
  left: -0.5px;
  bottom: -32px;
  width: 57px;
  height: 57px;
}

/***************WALK***************/

/***************FOOTER***************/

/***************FOOTER***************/

.arrow-up {
  position: absolute;
  right: 20px;
  bottom: 0;
  cursor: pointer;
}

/***************MEDIA(1400px)***************/
@media (max-width: 1400px) {
  .container {
    padding-inline: 10px;
  }

  .pad {
    display: flex !important;
  }

  /***************(1400px)TEXT***************/

  h2 {
    text-align: center;
    font-size: 2rem;
  }

  /***************(1400px)TEXT***************/
  /***************(1400px)HEADER***************/

  .header {
    padding-block: 20px;
  }

  .header__container {
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }

  .socials-container {
    order: 1;
  }

  /***************(1400px)HEADER***************/

  /***************(1400px)TOP***************/

  /***************(1400px)TOP***************/
  /***************(1400px)STAR***************/

  /***************(1400px)STAR***************/
  /***************(1400px)WHO***************/

  .who__items-container {
    justify-content: center;
  }

  .who__item {
    max-width: 48%;
  }

  .who__labels-container {
    gap: 12px;
    justify-content: center;
  }

  /***************(1400px)WHO***************/
  /***************(1400px)COOL***************/

  .cool {
    padding-bottom: 50px;
  }

  .cool__container {
    flex-direction: column;
    gap: 30px;
  }

  .cool__gallery-container {
    height: 610px;
  }

  .cool__main-slider-slide-row {
    gap: 4px;
  }

  .cool__main-slider-slide-column {
    gap: 4px;
  }

  .cool__main-slider-slide-image {
  }

  .cool__secondary-slider-numbers-container {
    left: 62px;
    right: 62px;
  }

  .half-width {
    width: calc(50% - 2px);
  }

  /***************(1400px)COOL***************/
  /***************(1400px)REG***************/

  .reg p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 122%; /* 19.52px */
  }

  .reg__deco-image {
    width: 150px;
  }

  .reg__deco-image:nth-of-type(1) {
  }

  .reg__deco-image:nth-of-type(2) {
    bottom: initial;
  }

  /***************(1400px)REG***************/
  /***************(1400px)PARTNERS***************/

  .partner__info-items-container {
    gap: 14px;
  }

  .partner__info-item {
    width: 104px;
    height: 55px;
    padding: 10px;
  }

  .partners__title-container p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 122%; /* 19.52px */
  }

  /***************(1400px)PARTNERS***************/
  /***************(1400px)WALK***************/
  .walk-image:nth-of-type(1) {
    bottom: 365px;
  }

  .walk-image:nth-of-type(2) {
    bottom: -55px;
  }
  /***************(1400px)WALK***************/

  /***************(1400px)FOOTER***************/
  /***************(1400px)FOOTER***************/
}

/***************MEDIA(1400px)***************/
/***************MEDIA(700px)***************/

@media (max-width: 1200px) {
  .arrow-up {
    bottom: -75px;
  }
}

@media (max-width: 1023px) {
  .cool__arrows-container {
    width: 100%;
}
}
@media (max-width: 900px) {
  .reg__deco-image:nth-of-type(1),
  .reg__deco-image:nth-of-type(2) {
    display: none;
  }
  .walk-image:nth-of-type(1),
  .walk-image:nth-of-type(2) {
    display: none;
  }
}

@media (max-width: 700px) {
  /***************(700px)STAR***************/

  /***************(700px)STAR***************/
  /***************(700px)WHO***************/
  .who {
    padding-bottom: 40px;
  }
  .who h2 {
    margin-bottom: 20px;
  }
  h2 + p {
    font-size: 16px;
    padding: 0 15px;
  }
  .who__container {
    gap: 20px;
  }
  .who__buttons-container {
    margin-top: 20px;
    flex-direction: column;
  }
  .who__items-container {
    width: 100%;
  }
  .who__item {
    max-width: 100%;
  }

  .who__item .who__top p {
  font-size: 54px;
  }

  .who__item h4 {
    font-size: 22px;
  }
  .who__item p {
    font-size: 12px;
  }
  /***************(700px)WHO***************/
  /***************(700px)COOL***************/

  .cool__main-slider-container.desk {
    display: flex !important;
  }

  .cool__main-slider-slide-column:nth-of-type(3) {
    display: none;
  }

  .cool__gallery-container {
    height: 580px;
  }

  .cool__container {
    gap: 0;
  }

  .cool__main-slider-container,
  .cool__secondary-slider-container {
    height: 581px;
    gap: 30px;
  }

  .cool__main-slider {
    max-width: 340px;
  }

  .cool__main-slider-arrow {
    width: 30px;
    height: 30px;
  }

  .cool__main-slider-pagination {
    max-width: 355px;
    margin-bottom: 34px;
  }

  .cool__secondary-slider-numbers-container {
    left: 42px;
    right: 42px;
  }

  .cool__secondary-slider-close {
    right: 10px;
  }

  .cool__main-slider-slide-bottom {
    height: 0px;
    position: relative;
    top: 65px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .cool__main-slider-slide-bottom-text {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 0.93rem */
    letter-spacing: 0.0075rem;
    text-transform: uppercase;
  }

  .cool__main-slider-slide-bottom-buttons {
    gap: 12px;
  }

  .cool__arrows-container {
    padding: 40px 12px 20px;
  }

  .cool__main-slider-pagination {
    max-width: 355px;
    margin-top: 40px;
  }

  .swiper-slide-active .cool__main-slider-slide-image,
  .swiper-slide-active .cool__secondary-slider-slide-image {
    opacity: 1;
    /*filter: brightness(1);*/
  }

  /***************(700px)COOL***************/
  /***************(700px)REG***************/
  .reg {
    padding-bottom: 40px;
  }
  .reg__deco-image {
    width: 100px;
  }

  .reg h3 {
    font-size: 28px;
  }
  .reg p {
    font-size: 14px;
  }
  .reg__deco {
    max-width: 284px;
  }
  .reg__main-container {
    padding: 40px 20px;
  }
  .reg__deco::before,
  .reg__deco::after {
    width: 120px;
  }
  .reg__button-link {
    padding: 6px 24px;
    font-size: 10.5px;
  }
  .reg__button-link svg {
    width: 24px;
  }
  /***************(700px)REG***************/
  /***************(700px)PARTNERS***************/
  .partners {
    padding-bottom: 40px;
  }
  #partners h2 {
    font-size: 40px;
  }
  .partners__link {
    padding: 12px;
    overflow: hidden;
    gap: 6.5px;
  }

  .partners__link-container {
    gap: 20px;
  }
  .partners__text {
    max-width: 215px;
    font-size: 9px;
    margin-top: 15px;
  }
  
  .adscard::after {
    z-index: 0;
    top: 50px;
    right: -100px;
  }
  .adscard::before {
    bottom: -50px;
    left: -100px;
    scale: 0.5;
  }
  .valor {
    background-image: url(../images/bl6_img6.webp);
    background-position: 0 calc(100% - 1px);
  }
  .valor .partners__text {
    max-width: 315px;
  }
  .partners__deco {
    left: 50%;
    transform: translateX(-50%);
  }
  .partners .who__buttons-container {
    margin: 0;
  }
  .profitov {
    background-image: url(../images/bl6_img8_bg1.webp);
  }
  .affvibe .partners__text,
  .profitov .partners__text,
  .adskill .partners__text {
    max-width: 235px;
  }

    .partner__info-items-container {
      gap: 16px 9px;
    }

  .partner__info-item {
    padding: 7px;
    border-radius: 16px;
  }

  /***************(700px)PARTNERS***************/
  /***************(700px)WALK***************/
  .walk__container {
    gap: 16px;
    height: 340px;
    background-size: 945px;
    background-position: 50%;
  }
  .walk__text {
    font-size: 16px;
    max-width: 255px;
  }
  /***************(700px)WALK***************/

  /***************(700px)FOOTER***************/

  /***************(700px)FOOTER***************/
}

/***************MEDIA(700px)***************/
