:root {
  color-scheme: light;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f3efe4;
}

::-webkit-scrollbar-thumb {
  background: #610028;
  border-radius: 6px;
  border: 2px solid #f3efe4;
}

::-webkit-scrollbar-thumb:hover {
  background: #7e0134;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  color-scheme: light;
  overflow-x: hidden;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  background-color: #f3efe4;
}
.body {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 9;
}
* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
.container__menu {
  width: 100%;
  padding: 16px 22px;
  margin: 0 auto;
}
.header-area {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  background: #010000;
}

.site-navbar {
  display: flex;
  align-items: center;
}
a.site-logo {
  flex: 1;
}
.site-navbar ul {
  margin: auto;
  padding: 0;
  list-style: none;
  display: flex;
}
.site-navbar ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 14px;
  margin: 0px 10px;
}
.site-navbar ul li a:hover {
  color: #7e0134;
  transition: 0.9s;
}
.nav-toggler {
  background-color: transparent;
  cursor: pointer;
  display: none;
  border: none;
}
.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: #fff;
  display: block;
  /*transition: .3s;*/
}
.nav-toggler span:before {
  content: "";
  transform: translateY(-9px);
}
.nav-toggler span:after {
  content: "";
  transform: translateY(6px);
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}
.menu-logo img {
  width: 69px;
}

.menu__button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.menu__button-login a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.menu__button-login a:hover {
  color: #7e0134;
  transition: 0.9s;
}
.menu__button_become-a-partner {
  width: 164px;
  height: 38px;
  border-radius: 6px;
  top: 9px;
  background: #7e0134;
}
.menu__button_become-a-partner:hover {
  transition: 0.9s;
  background: #e0045c;
}
.menu__button_become-a-partner a {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.button_signup {
  display: none;
}
.menu_img {
  display: none;
}
.menu-item-first {
  display: none;
}
.container {
  width: 100%;
  max-width: 1200px;
  padding: 50px 20px;
  margin: 0 auto;
}
.title span {
  display: none;
}
.title {
  color: #000;

  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  text-transform: uppercase;

  line-height: 120%;
  text-align: center;
  margin-bottom: 30px;
}
.title-left {
  text-align: left;
}
.title-event {
  font-size: 46px;

  line-height: 52px;
  font-family: "Montserrat";
  text-transform: none;
}
.uper {
  text-transform: uppercase;
}
.container__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
.container__row_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 18px;
}
.container__row_center {
  align-items: center;
}
.container__row_right {
  align-items: right;
  justify-content: flex-end;
}
.container__col_2 {
  width: 48%;
}
.container__col_3 {
  width: 30%;
}
.container__col_4 {
  width: 22%;
}
.container__col_1 {
  width: 65%;
}
.container__col.brand-center img {
  margin-right: 8px;
}
.hero {
  width: 100%;
  background: #f3efe4;
  position: relative;
}
.hero__content__box__mobile {
  display: none;
}
.hero__pict {
  position: relative;
  background-image: url(../img/hero-bg-main.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: calc(100vh - 78px);
  aspect-ratio: 16 / 8;
}

.hero__pict--slide-2 {
  background-image: url(../img/bg-hero-slider-2.webp);
}

@media only screen and (min-width: 769px) {
  .hero__pict--slide-2 .hero__content {
    padding: 161px 0 32px 133px;
  }

  .hero__pict--slide-2 .hero__slide-heading,
  .hero__pict--slide-2 .hero__content__box > .brands__button.mobile-off,
  .hero__pict--slide-2 .hero__mob_logo,
  .hero__pict--slide-2 .revards-mobile {
    display: none !important;
  }

  .hero__slide-2-desktop {
    display: block;
  }

  .hero__slide-2-desktop h4.desc-on {
    color: #fff;
    font-family: "Ballantines", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 44.916px;
    margin: 0 0 11px 20px;
  }

  .hero__slide-2-desktop img {
    display: block;
    width: 494px;
    height: auto;

    margin-bottom: 30px;
  }

  .hero__slide-2-desktop .main__btn {
    display: inline-block;
    margin-left: 20px;
    padding: 16px 20px;
    border-radius: 8px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }

  .hero__slide-2-desktop .main__btn:hover {
    opacity: 0.85;
  }
}

.hero__container {
  position: relative;
  z-index: 5;
}
.hero__content {
  padding: 218px 0 32px 131px;
}
.hero__mob_logo {
  display: none;
}
.hero__content h1,
.hero__content .hero__slide-heading {
  max-width: 609px;
  color: #000;
  text-align: start;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
  margin-bottom: 0;
}
p.tittle {
  margin-top: 0;
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.184px;
}

.hero__content .hero__slide-heading {
  max-width: 530px;
}
.hero__content .hero__slide-heading span {
  display: none;
}

.hero__content .hero__slide-heading {
  margin: 0;
}
.revards-mobile {
  display: none;
}

.hero__content h1 .hero__title-ext {
  display: none;
}

.hero .hero__content__box > .brands__button.mobile-off {
  max-width: 210px;
}

.hero-swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.hero-swiper-button {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 69px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.hero-swiper-button--prev {
  left: 24px;
}

.hero-swiper-button--next {
  right: 24px;
}

.hero-swiper-button img {
  display: block;
  width: 69px;
  height: 69px;
}

.hero-swiper-button--prev img {
  transform: rotate(180deg);
}

.hero-swiper .swiper-slide {
  height: auto;
}

.hero-swiper .swiper-slide .hero__content__box {
  min-height: 0;
}

.hero__button {
  margin: 0 !important;
}

.hero__pict .hero__women,
.hero__decor {
  position: absolute;
}
.hero__box {
  display: none;
}
.hero__banner {
  width: 100%;
  bottom: 0;
  display: none;
}
.hero__tower {
  display: none;
  width: 163px;
  bottom: 0;
  left: 3%;
  z-index: 5;
}
.hero__london {
  width: 80px;
  bottom: 29%;
  left: 15%;
  z-index: 5;
}
.hero__box {
  z-index: 5;
  bottom: 20%;
  left: 5%;
  text-align: center;
  border: 3px solid #000;
  border-radius: 12px;
  padding: 35px 30px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero__box hr {
  background: #000;
}
.hero__box_icon {
  position: absolute;
  top: -41px;
  left: -38px;
}

.hero__image {
  width: 100%;
  z-index: 1;
  display: none;
}
.hero__mobile {
  display: none;
}
.hero__img-line {
  display: none;
}
.link-red {
  color: #610028;
  text-decoration: underline;
  font-weight: 700;
}
.hero__desc_logo {
  right: 10%;
  top: 5%;
  width: 184px;
  display: none;
}
.hero__title {
  font-family: Montserrat;
  font-size: 28.12px;
  font-weight: 600;
  line-height: 34.27px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.hero__country {
  font-family: Montserrat;
  font-size: 44.72px;
  font-weight: 900;
  line-height: 49.05px;
  text-transform: uppercase;
}
.hero__date {
  font-family: "Montserrat";
  font-size: 33.27px;
  font-weight: 800;
  line-height: 40.21px;
  text-align: center;
  margin-bottom: 10px;
}
.hero__logo {
  width: 314px;
  position: relative;
  left: 50%;
  right: 0;
  transform: translate(-50%, -30px);
}
.hero__back-white {
  width: 100%;
  bottom: -60px;
  z-index: 5;
}
.why__header {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.138px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
.why p {
  color: #fff;

  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.why__stats {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0;
}

.why__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
}

.why__stat img {
  display: block;
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}

.why .why__stat-text {
  margin: 0;
  color: #f2ede1;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.faq {
  background-color: #48001e;
  position: relative;
  overflow: hidden;
}

#faq {
  scroll-margin-top: 120px;
}
#contactform {
  scroll-margin-top: 190px;
}
#our-blog {
  scroll-margin-top: 120px;
}
.faq h2.title {
  color: #f2ede1;

  text-align: center;

  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  text-transform: uppercase;
}
.container__row_fag {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 2;
}
.faq__list li {
  margin-bottom: 10px;
}
.faq__list li.active .answer {
  max-height: 315px !important;
  padding-bottom: 25px;
  transition:
    max-height 0.5s ease,
    padding-bottom 0.5s ease;
}
.faq__List li.active .question {
  color: #808080;
  transition: color 0.5s ease;
}
.faq__list .answer {
  color: #a09f9f;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.5s ease,
    padding-bottom 0.5s ease;
}
.faq__img {
  position: absolute;
  top: 60%;
  right: -3%;
  transform: rotate(-20deg) scale(0.6);

  width: 301px;
  z-index: 0;
}

.faq__list .plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: absolute;
  width: 21px;
  right: 0px;
  top: 50%;
  z-index: 2;
}
.faq__list .plus-minus-toggle:before,
.faq__list .plus-minus-toggle:after {
  background: #ffffff;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
  transition: transform 500ms ease;
}
.faq__list .plus-minus-toggle:after {
  transform-origin: center;
}
.faq__list .plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.faq__list .plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}
.faq__list .question {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  padding: 15px 40px 15px 0px;
  transition: color 0.5s ease;
}
.faq__list a {
  color: #fbfbfa;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: bold;
}

.faq__list a:hover {
  color: #fff3a8;
}
.faq__line {
  opacity: 0.5;
  background: #722947;
  height: 2px;
}
.faq__line_mob {
  display: none;
}

/* Article / blog FAQ — Figma 2836:10568 (single column, editorial questions) */
.faq.faq--article {
  padding: 72px 0 90px;
}

.faq.faq--article .faq--article__wrap {
  max-width: 920px;
  margin: 0 auto;
}

.faq.faq--article h2.title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  letter-spacing: normal;
  margin: 0 auto 45px;
}

.faq.faq--article .faq__list {
  max-width: 875px;
  margin: 0 auto;
}

.faq.faq--article .faq__list > li:not(.faq__line) {
  margin-bottom: 0;
}

.faq.faq--article .faq__list .question {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 48px 10px 0;
}

.faq.faq--article .faq__list li.active .question {
  color: #fff;
}

.faq.faq--article .faq__list .answer {
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  line-height: 24px;
}

.faq.faq--article .faq__list .answer p {
  margin: 0 0 14px;
}

.faq.faq--article .faq__list .answer p:last-child {
  margin-bottom: 0;
}

.faq.faq--article .faq__list .answer strong {
  color: #fff;
  font-weight: 700;
}

.faq.faq--article .faq__list li.active .answer {
  max-height: 3200px !important;
  padding-bottom: 20px;
}

.faq.faq--article .faq__list .answer a,
.faq.faq--article .faq__list .answer .faq-article-cite {
  color: #f2ede1;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-style: italic;
  font-weight: 600;
}

.faq.faq--article .faq__list .answer ul {
  margin: 12px 0 8px;
  padding-left: 1.25em;
}

.faq.faq--article .faq__list .answer ul li {
  margin-bottom: 6px;
  list-style: disc;
}

.faq.faq--article .faq__line {
  background: #7d0033;
  opacity: 0.5;
  height: 1px;
  margin: 19px 0;
  border: none;
  padding: 0;
  list-style: none;
}

.testimonials {
  position: relative;
}
.testimonials .title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.testimonials__wrapper {
  border-radius: 8px;
  border-radius: 12px;
  background: #fbf9f3;
  padding: 24px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.testimonials__stars__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 15px 0px 15px;
}
.testimonials__stars__box span {
  margin-top: 3px;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 26.88px;
}

.testimonials__link {
  padding: 10px 0px;
}
.testimonials__link a {
  color: #880c3f;
  text-decoration: underline;
}
.team__back-top {
  width: 100%;
  position: relative;
  z-index: 2;
}
.team .container {
  padding: 56px 20px 64px;
  position: relative;
}
.team,
.why {
  position: relative;
  z-index: 2;
  background-color: #48001e;
}
.team {
  margin-bottom: 0;
  background: #f2ede1;
}
.why .container {
  padding: 80px 20px 50px;
}

.team__title,
.team .title {
  margin: 0 0 40px;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
}

.team-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0 8px;
}

.team__container.swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.team__slide {
  height: auto;
  display: flex;
  justify-content: center;
}

.team__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 154px;
  text-align: center;
}

.team__avatar {
  width: 134px;
  height: 134px;
  overflow: hidden;
  border-radius: 10px;
  background: #610028;
  flex-shrink: 0;
}

.team__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

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

.team__name {
  margin: 0;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}

.team__role,
.team__content p {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-wrap: nowrap;
}

.team__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
  height: 24px;
}

.team__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.team__social img {
  display: block;
  width: 24px;
  height: auto;
}

.team-swiper-button {
  display: none;
  position: absolute;
  top: 28%;
  z-index: 6;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 69px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.team-swiper-button--prev {
  left: 0;
}

.team-swiper-button--next {
  right: 0;
}

.team-swiper-button img {
  display: block;
  width: 69px;
  height: 69px;
}

.team-swiper-button--prev img {
  transform: rotate(180deg);
}

.team__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.team__img {
  padding-bottom: 15px;
  height: 165px;
}
.button {
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button a {
  background: #610028;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
}
.our-blog .brands__button {
  border-radius: 8px;
  background: #ffffff;
  color: #000;
  margin: 40px auto;
  justify-content: center;
}

.brands__button.button__testimonials {
  border-radius: 6px;
  border: 1px solid #383838;
  background-color: transparent;
  color: #000;
  margin: 50px auto 0 auto;
  justify-content: center;
}
.brands__button.button__testimonials:hover,
.our-blog .brands__button:hover {
  color: #000;
}
.button_white {
  width: 279px;
  height: 50px;
  margin: 25px auto;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #fff;
}

.button_white a {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  height: 100%;
  display: flex;

  align-items: center;
  justify-content: center;
}
.button_white:hover {
  background-color: white;
  transition: 0.9s;
}
.button_white:hover a {
  color: #000000;
  transition: 0.9s;
}

footer,
.footer {
  background: #000000;
  font-family: "Libre Franklin", sans-serif;
  position: relative;
}

.footer__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "top"
    "divider"
    "aside";
  column-gap: 40px;
  row-gap: 0;
  padding-top: 55px;
  padding-bottom: 55px;
  align-items: start;
}

.footer__top {
  grid-area: top;
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer__logo {
  flex-shrink: 0;
  display: block;
  line-height: 0;
}

.footer__logo img {
  display: block;
  width: 78px;
  height: 52px;
}

.footer__top-divider {
  flex-shrink: 0;
  width: 1px;
  height: 65px;
  background: rgba(255, 255, 255, 0.05);
}

.footer__about {
  margin: 0;
  max-width: 1073px;
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.28px;
}

.footer__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.05);
}

.footer__divider--top {
  grid-area: divider;
  margin: 43px 0 40px;
}

.footer__divider--mid {
  display: none;
}

.footer__nav--desktop {
  grid-area: nav;
  display: flex;
  align-items: flex-start;
  gap: 120px;
}

.footer__nav--mobile {
  display: none;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__title {
  margin: 0;
  color: #fff;
  font-family: "Libre Franklin", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  padding-bottom: 0;
}

.footer__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__item {
  color: rgba(255, 255, 255, 0.78);
  padding: 0;
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.footer__item a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__item a:hover {
  color: #fff;
}

.footer__aside {
  grid-area: aside;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  width: 100%;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer__social {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 9px;
  transition: opacity 0.3s ease;
}

.footer__social:hover {
  opacity: 0.7;
}

.footer__social img {
  display: block;
  width: 24px;
  height: 24px;
}

.footer__sertification {
  display: block;
  width: 190px;
  height: auto;
}
.arrow-left {
  position: absolute;
  background: gray;
  top: 50%;
  left: -40px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.arrow-right {
  position: absolute;
  background: gray;
  top: 50%;
  right: -40px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.testimonials__link {
  color: #880c3f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
}
.testimonials__back {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 500;
}
.testimonials__back:hover {
  color: rgb(82, 82, 82);
  transition: 1.2s;
}
.container__col {
  position: relative;
}

.testimonials .container__col_2 {
  margin-bottom: 30px;
}
.break-word {
  word-break: break-all;
}

.container__row__contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 99px 0 98px 121px;
}

.form-block.contact-us,
.contact-us {
  position: relative;
  background: #f3efe4;
  background-image: none;
}

.contact-us__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1194px;
  margin: 0 auto;
  padding: 28px;
}

.contact-us__title {
  margin: 0;
  flex-shrink: 0;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
}

.contact-us__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  width: auto;
  max-width: none;
}

.contact-us__messenger {
  position: relative;
  flex: 0 0 194px;
  width: 194px;
}

.contact-us__messenger-field {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  background: transparent;
  overflow: hidden;
}

.contact-us__type-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

.contact-us__type-icon {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.contact-us__chevron {
  display: block;
  width: 12px;
  height: 10px;
  transform: scaleY(-1);
  transition: transform 0.2s ease;
}

.contact-us__messenger.is-open .contact-us__chevron {
  transform: scaleY(1);
}

.contact-us__username {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  outline: none;
}

.contact-us__username::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.contact-us__type-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 5;
  width: 100%;
  min-width: 194px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #f3efe4;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.contact-us__type-options li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.contact-us__type-options li:hover {
  background: #f3efe4;
}

.contact-us__type-options img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.contact-us__message-field {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex: 1 1 420px;
  min-width: 0;
  min-height: 46px;
  height: auto;
  padding: 0 86px 0 18px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  background: transparent;
}

.contact-us__message {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  min-height: 46px;
  height: auto;
  margin: 0;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  outline: none;
  resize: none;
  overflow: hidden;
  vertical-align: middle;
  box-sizing: border-box;
}

.contact-us__message::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.contact-us__submit {
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 2;
  flex-shrink: 0;
  width: 71px;
  height: 31px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #48001e;
  color: #f4eee3;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: filter 0.2s ease;
}

.contact-us__submit:hover {
  filter: brightness(1.15);
}

.contact-us__submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.contact-us__status,
.contact-us #statusMessage {
  flex: 1 0 100%;
  margin: 0;
  padding: 0;
  max-width: none;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}

.contact-us__status:empty,
.contact-us #statusMessage:empty {
  display: none;
}

.contact-us__status.is-error {
  color: #8a001f;
}

.contact-us__status.is-success {
  color: #1a5c2e;
}

.form-block {
  position: relative;
  background-image: url(../img/bg-contact.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.form-block .title {
  color: #f2ede1;
  margin-bottom: 30px;
  margin-left: 20px;
  font-family: Montserrat;
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  text-transform: uppercase;
  text-align: left;
}
.form__image {
  max-width: 633.75px;
}
.contact-img-box {
  max-width: 633px;
  margin-left: 30px;
}

.form__input {
  width: 276px;
  height: 48px;
  padding: 12px;
  gap: 4px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: #48001e;
  margin-right: 24px;
}
.form {
  width: 648px;
  padding: 24px;
  gap: 8px;
  border-radius: 12px;
  background: transparent;

  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 auto;
}
.form__wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.form__textarea,
.form__input,
.form__file {
  color: #fff;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.form__textarea {
  width: 575px;
  min-height: 152px;
  padding: 12px;

  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: #48001e;
}
.form__file {
  font-size: 12px;
  line-height: 18px;
  text-align: left;

  display: block;
  visibility: visible;
  opacity: 1;
}
.form__submit {
  width: 100%;
  max-width: 575px;
  padding: 8px 20px 8px 20px;
  gap: 0px;
  border-radius: 6px;
  background-color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #000000;

  border: none;
  cursor: pointer;
}
.form__submit:hover {
  background-color: #48001e;
  color: #ffffff;
  transition: 0.9s;
  filter: brightness(1.3);
}
input[type="file"] {
  width: 100%;
}
.file-input {
  display: inline-block;
  padding: 8px 20px;
}

.file-file {
  display: flex;
  cursor: pointer;
  gap: 4px;
  color: #fff;

  font-family: "Montserrat Alternates";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  padding: 2px 0px 10px;
}
.form-block:not(.contact-us) input::placeholder,
.form-block:not(.contact-us) textarea::placeholder {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.centered-message {
  text-align: center;
}

#statusMessage,
.statusMessage {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: start;
  margin-top: 15px;
  padding-left: 7px;
  max-width: 535px;
  transition: 0.4s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.statusMessage {
  padding-left: 0;
  color: #000000;
}

.contact-manager-button {
  background-color: #f5f2e7;
  color: #000;
  padding: 10px;
  height: 48px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
  width: 100%;
  border: 1px solid #000000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.close {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 40px;
  cursor: pointer;
  color: #1918187d;
}
.dropdown {
  display: none;
  position: absolute;
  top: 66px;
  right: 20px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #f3efe4;
  width: 230px;
  padding: 8px;
  gap: 8px;
  border-radius: 12px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border: 1px solid #000000;
}
.dropdown-white {
  background: #ffffff;
  border: 1px solid #373c4b;
  width: 214px;
  padding: 3px 12px;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid #373c4b;
  margin: 5px 0px;
}
.dropdown-white:first-child {
  margin-bottom: 8px;
}
.dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
}
.menu-brands-title {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  width: 100%;
}
.dropdown-item a {
  margin: 0 auto;
}
.info-btn {
  background-color: #eee;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  padding: 5px;
}

.info-popup {
  font-size: 10px;
  display: none;
  position: absolute;
  top: 120px;
  right: 40px;
  background-color: #555;
  color: #fff;
  padding: 10px 25px 10px 10px;
  width: 172px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.close-btn {
  background-color: transparent;
  border: none;
  color: #fff;
  float: right;
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.menu__item.menu__button-login {
  margin-right: 11px;
  margin-left: 11px;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 16px 20px;
  padding: 8px 7px;
}
.login-button {
  color: #fff;
  margin: 0px 30px 0px 0px;
  font-size: 14px;
}
.login-button:hover {
  color: #fff;
}
.subtitle-blog {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  max-width: 948px;
  margin: 0 auto;
}
.tab-container {
  width: 100%;
  margin: 20px auto;
}
.title-terms {
  text-align: left;
  font-size: 48px;
  margin-bottom: 15px;
}
.tabs {
  display: flex;
  cursor: pointer;
  justify-content: center;
  gap: 8px;
  margin: 35px 0px;
}

.tabs div {
  padding: 12px 24px 12px 24px;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #610028;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.tabs div:hover {
  background-color: #f5f3eb;
  border: 1px solid #610028;
  transition: 1.2s;
}

.tabs div.active {
  color: #ffffff;
  border: 1px solid #610028;
  background-color: #610028;
  transition: 0.9s;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.blog__row {
  gap: 10px;
  align-items: stretch;
}
.blog__col {
  background: #fbf9f3;
  padding: 24px;
  border-radius: 8px;
  border: 2px solid #f2ede2;
  gap: 20px;
  display: flex;
  flex-direction: column;
  width: 32%;
  justify-content: space-between;
}
.blog__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.blog__subtitle {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.blog__bottom_button a {
  padding: 12px 24px 12px 24px;
  gap: 16px;
  border-radius: 8px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border: 1px solid #1918187d;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #000;
}
.blog__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-bottom_date {
  color: #1918187d;
  display: flex;
  align-items: center;
  gap: 8px;
}
.block-container {
  text-align: left;
}
.container.block-container {
  padding: 36px 20px;
}
.blog-item-section {
  background-color: #fbf9f3;
}
.blog-item-section .blog__col {
  border: 1px solid #c2c2c2;

  background-color: #fbf9f3;
}
.blog-item-section .related-news .title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
}
.blog-item-section .button_white {
  border-radius: 6px;
  border: 1px solid #610028;
  background-color: transparent;
}
.blog-item-section .button_white a {
  color: #000;

  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.blog-item-section .blog-title {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}
.title-block-wrap {
  font-family: Montserrat;
  font-size: 46px;

  font-weight: 800;
  line-height: 52px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 5px;
}
.blog-item-section .block-container p {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;

  font-weight: 500;
  line-height: 24px;
}
.box__blog__item {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 30px;
}

.news-blog-button {
  color: #000;

  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;

  padding: 12px 24px;

  border-radius: 8px;
  border: 1px solid rgba(25, 24, 24, 0.49);

  background-color: transparent;
}
.news-blog-button:hover {
  color: #7e0134;
  border: 1px solid #7e0134;
  transition: 0.9s;
}
.blog-banner-img {
  width: 100%;
  border-radius: 8px;
}
.block-container p {
  margin: revert;
  color: #000;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.block-container ul {
  margin: revert;
  padding-left: 15px;
}
.block-container ul li {
  margin: inherit;
  list-style: disc;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.block-container ul li::marker {
  color: #7e0134;
}
.blog-list-num li {
  list-style: auto !important;
}
.block-link {
  text-decoration: underline;
}
.blog-title {
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  padding-top: 20px;
}
.blog-title-h5 {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  padding-top: 15px;
}
.blog-share-title {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.blog-share {
  align-items: center;
}
.blog__col_w-100 {
  width: 100%;
}
.related-news {
  padding: 70px 0px 0px 0px;
}
.related-news .title {
  margin-bottom: 30px;
}
.swiper-slide-blog {
  display: flex !important;
}
.span-red {
  color: #610028;
}
.blog__col img {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  height: auto;
  width: 100%;
}
.our-blog .container {
  padding: 65px 20px;
}
.our-blog {
  padding-top: 40px;
  background: #48001e;
}
.our-blog .title {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.our-blog .blog__col {
  border-radius: 8px;
  border: 1px solid #c2c2c2;
  background: #f3efe4;
}

.button_became-partner {
  display: block;
}
.button_signup {
  display: none;
}
.dropdown-popup-icon-right {
  position: absolute;
  top: -5px;
  right: 20px;
  width: 12px;
}
.dropdown-popup-icon-left {
  position: absolute;
  top: -5px;
  left: 20px;
  width: 12px;
}
/* Общее стили для попапов */
.info-popup {
  display: none; /* Скрыть по умолчанию */
  position: absolute;
  top: 100px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

@media (max-width: 768px) {
  .dropdown {
    display: none;
  }
}
#infoPopup2,
#infoPopup4 {
  top: 150px;
}
.dropdown-item a img:first-child {
  width: 100px;
}
.container__row_brand {
  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 1;
}
.brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 123px 0 0;
}
.all-brands {
  color: #1f1f1f;
  display: flex;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.arrow-all {
  margin-left: 10px;
}
.brand__overlay {
  padding: 20px 0px 70px;
}

.main-brand-img {
  max-width: 100%;
}
.brand-bg-img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.brand-image {
  max-width: 200px;
}
.brand__wrapper {
  text-align: center;
  padding: 10px;
  position: relative;
}
.brand__wrapper img {
  margin: 0 auto;
}
.brand__img_right {
  width: 103px !important;
  position: absolute;
  right: -65px;
  top: 31px;
}
.brand .title {
  margin: 0 !important;
}
.brand p {
  text-align: center;
  color: #1918187d;
  padding: 15px 0px;
}
.brand__text {
  text-align: center;
  margin: 25px auto;
}
.brand-img-block {
  width: 100%;
  padding: 0px 0px 50px;
}
.brand-img-mob {
  display: none;
}
.brand_width .container__row {
  gap: 0;
}
.brand-1 {
  width: 188px;
}
.brand-2 {
  width: 157px;
}
.brand-3 {
  width: 183px;
}
.brand-4 {
  width: 187px;
}
.brand-5 {
  width: 174px;
}
.brand__wrapper {
  width: 59%;
}
.brand_width {
  width: 377px;
  padding: 48px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #dedad1;
}
.brand_width:first-child {
  border-left: none;
}

.container__row_brand:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.brand_width img {
  margin: 0 auto;
}
.brand-img-top1 {
  margin-top: 5px !important;
}
.brand-swiper .swiper-slide {
  width: 100% !important;
}

.sub-title-brands {
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.brands-img-back {
  max-width: 80%;
  position: relative;
  height: auto;
}
.brands-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand-center {
  display: flex;
  align-items: center;
}

.brands-content__title {
  margin: 15px 0px 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  text-align: left;
}
.brands-content__title strong {
  font-style: italic;
  font-weight: 800;
}
.brands-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #1918187d;
}
.brands__swiper-slide {
  margin-right: 0 !important;
}
.contant-event .brands-head .event__main {
  width: 109px;
}

.brands__button {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #610028;
  box-sizing: border-box;
  width: 100%;
  max-width: 273px;
  min-width: 0;
  padding: 18px 35px;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.brands__button:hover {
  color: #fff;
  filter: brightness(1.3);
  transition: 1s;
}
.hero .brands__button {
  justify-content: center;
  padding: 16px 27px;
}

.brands-img {
  position: relative;
  display: flex;
  justify-content: end;
}
.kokobet-logo {
  width: 127px;
}
.brand-img-absolute {
  border-radius: 12px;

  max-width: 500px;
  width: 100%;
}

.brands-block__rows {
  align-items: center;
  flex-wrap: nowrap;
  gap: 80px;
}
.brands-img-back-sm {
  max-width: 65%;
}
.brands-mob {
  display: none;
}
.secret-block {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px 25px;
  border-radius: 8px;
  border: 1px solid #d6cebc;
  z-index: 2;
  background: rgba(242, 237, 225, 0.7);
}
.secret-block:hover {
  background-image: url(../img/hover-secrete.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.9s;
}

.secret-block img {
  width: 29px;
}
.secret-containt {
  display: flex;
  flex-direction: column;
}
.secret-containt div {
  color: #0c1028;

  text-align: center;
  font-family: Montserrat;
  font-size: 18.595px;
  font-style: normal;
  font-weight: 800;
  line-height: 26.411px;
  text-transform: uppercase;
}
.secret-containt span {
  color: #1b1f28;

  font-family: Montserrat;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 12.675px;
}
.brand_width.shadow-secret {
  position: relative;
  z-index: 1;
}
.container__row_brand.stretch {
  align-items: stretch;
}
.brand_width.shadow-secret::before {
  content: "LOGOTYPE";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(6px) scale(1.02);
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;

  color: #000;
  opacity: 0.7;
  filter: blur(6px);
  mix-blend-mode: multiply;

  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.brand_width.shadow-secret::after {
  content: "";
}
.mobile-on {
  display: none;
}
.policy {
  background-color: #fbf9f3;
}

.policy h2 {
  padding: 25px 0px 5px;
  font-size: 32px;
  font-weight: 700;
}
.policy p {
  padding-top: 10px;
}
.page404 {
  background-image: url(../img/bg-404.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 86px);
  position: relative;
}
.page404 .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.page404__title {
  color: #010000;
  margin-top: 170px;
  text-align: center;
  font-family: Montserrat;
  font-size: 84.657px;
  font-style: normal;
  font-weight: 800;
  line-height: 81.13px;
  text-transform: uppercase;
  text-wrap: nowrap;
}
.page404__subtitle {
  color: #010000;
  max-width: 420px;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-top: 20px;
}
.desc_mob {
  display: none;
}
.button_return {
  width: 210px;
  height: 48px;
  background: #610028;
  border: 1px solid #610028;
  border-radius: 6px;
  margin-top: 25px;
}
.facebook {
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 8px;
}
.button_return a {
  color: #fff;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.page404__img {
  position: absolute;
  bottom: 0;
  right: 10%;
}
.page-men-img {
  width: 500px;
}
.page-men-img-txt {
  width: 237px;
  position: absolute;
  top: 30px;
  right: 330px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e0e0e;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Loyder */

.logo-loader {
  position: relative;
  width: 120px;
  height: 120px;
}

.logo-loader .logo {
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
  animation: pulse 2s infinite ease-in-out;
}

.logo-loader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  border: 6px solid transparent;
  border-top: 6px solid #7e0134;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 1;
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    border-top: 6px solid #d00858;
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.85;
  }
}

/* event new */

.event-container {
  max-width: 100%;
  padding: 35px 60px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
}
.event-container:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-event-2.png);

  background-size: cover;
  background-repeat: no-repeat;
  z-index: -30;
}
.contant-event .container__row {
  gap: 24px;
}

.events__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
.events__wrap {
  padding: 20px 0px 20px 16px;
  border-radius: 12px;
  background: #f3efe4;
}
.events__wrap_1 {
  width: 32.5%;
  height: 82px;
}
.events__wrap_2 {
  width: 39%;
}
.events__wrap .events__row {
  align-items: center;
  justify-content: space-between;
}
.events__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.event__logo {
  width: 320px;

  height: 181px;
  border-radius: 6px;
}
.events .event__logo {
  width: 288px;
  max-width: 100%;
  height: 156px;
}
.arrow-event {
  width: 20px;
  height: 20px;
  margin-left: -5px;
}
.events__logo-name {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  color: #610028;
  text-transform: uppercase;
}
.events__logo-name_center {
  font-size: 20px;
}
.events__country {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
  color: #1b1b1b;
  text-transform: uppercase;
  text-align: center;
}
.events__date {
  font-family: Montserrat;
  padding-bottom: 6px;
  padding-right: 13px;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}
.events__col_100 {
  width: 100%;
}
.events__stand {
  background-image: url(../img/stand.png);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Montserrat;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: 14px;
  color: #f3efe4;
  width: 122px;
  text-align: right;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.events__swiper {
  display: none;
}
.events__swiper-slide {
  display: flex;
  align-items: center;
}
.events__wrap .container__row {
  gap: 1px;
  align-items: center;
}

.mt-5 {
  margin-top: 10px;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 15px;
}
.events__stand a {
  text-decoration: underline;
}
.events__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 50px;
}

.events-pagination {
  display: none;
}
.events__buttons .button_red,
.events__buttons .button_white {
  margin: 0;
}
.event__overlay {
  opacity: 0.4;
}
.button_red {
  width: 273px;
  height: 50px;
  margin: 25px auto;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 6px;
}
.button_red a,
.event__button a {
  color: #ffffff;

  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
}
.events .button_red a {
  color: #000000;
}
.button_red:hover {
  background-color: #48001e;
  transition: 0.9s;
}
.button_red:hover a {
  color: #ffffff;
  transition: 0.9s;
}

.event__col {
  background-color: transparent;

  padding: 25px 29px 31px;
  border-radius: 8px;
  width: 360px;
  position: relative;
}
.event__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -50%;
  top: 0;
  transform: translate(50%, 0);
  z-index: -10;
}

.event__country {
  color: #610028;

  font-family: "Caveat";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.583px;
  margin-bottom: 4px;
}
.event__city {
  color: #1b1b1b;

  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%; /* 25.2px */
  text-transform: uppercase;
}
.mt-24 {
  margin-top: 24px;
}
.event__col .container__row {
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.event__button.disabled {
  background-color: transparent;
  border: 2px solid #610028;

  background: #fbf9f3;
}
.event__button.disabled a {
  color: #610028;
}
.event__stand_page {
  position: absolute;
  right: 0;
}
.event__stand::after {
  content: url(../img/events-arrow-up.svg);
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  height: 20px;
}

.event__content {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.event__stand {
  color: #000;

  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.586px;
}
.event__stand-grey {
  color: #000;

  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.586px;
}

.event__stand a {
  text-decoration: underline;
}
.event__date {
  color: #000;

  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.586px;
}
.event__button {
  width: 100%;
  height: 48px;
  padding: 16px 20px 16px 20px;
  border-radius: 8px;
  border: 3px 0px 0px 0px;
  background: #610028;
  margin-top: 10px;
}
.event__button:hover {
  filter: brightness(1.2);
  transition: 0.9s;
}
.event__row {
  padding: 30px 0px 50px;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1129px;
  margin: 0 auto;
}
.logo-igm {
  width: 104.638px;
  height: 30.737px;
  margin-top: 19px;
  margin-bottom: 20px;
}
.logo-aw {
  width: 69px;
  height: 39.757px;
  margin-top: 72px;
  margin-bottom: 28px;
}
.logo-igb {
  width: 113px;
  height: 26.656px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.logo-confg {
  width: 111px;
  height: 37.129px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.logo--sbc {
  width: 146.999px;
  height: 20.489px;
  margin-top: 28px;
  margin-bottom: 28px;
}
.logo--sic {
  width: 103px;
  height: 32px;
  margin-top: 18px;
  margin-bottom: 26px;
}
.logo-sigma {
  width: 120.43px;
  height: 28.186px;
  margin-top: 25px;
  margin-bottom: 24px;
}
.logo-ice {
  width: 83px;
  height: 42.608px;
  margin-top: 16px;
  margin-bottom: 18px;
}
.logo-agbaff {
  width: 118px;
  height: 23.129px;
  margin-top: 80px;
  margin-bottom: 36px;
}
.logo-affpapa {
  position: relative;
  width: 96px;
  height: 27.208px;
  margin-top: 30px;
  z-index: 2;
}

.hidden-events {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.event-block-mob {
  display: none;
}
.event__button-mh {
  background: inherit;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 700;
  margin: 20px auto;
  text-align: center;
  border-radius: 8px;
  width: 296px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 0, 0, 0.9);
}

.popup-content {
  position: absolute;
  border: 2px solid #000;

  background: #f3efe4;
  top: 50%;
  padding: 32px 32px 22px;
  border-radius: 12px;
  width: 90%;
  max-width: 480px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-content h2 {
  margin: 5px 0px 20px;
  font-family: "Montserrat";
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.popup-content form {
  display: flex;
  flex-direction: column;
}

.popup-content input,
.popup-content textarea {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  height: 48px;
  border: 1px solid transparent;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}
html.noscroll,
body.noscroll {
  overflow: hidden;
}

.popup-content textarea {
  resize: none;
  height: 100px;
  margin-bottom: 24px;
}
.custom-dropdown {
  position: relative;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 8px;
  background-color: white;
  height: 48px;
  margin-bottom: 15px;
}

.dropdown-selected {
  cursor: pointer;
  padding: 10px 38px 10px 12px;
  border-radius: 6px;
  background-color: #fff;
  text-align: start;

  position: relative;
  color: #000000;
}

.dropdown-selected.placeholder {
  color: #6d6d6d;
}

.dropdown-selected::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 8px;
  background-image: url("../img/minimize_menu.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.dropdown-selected.active::after {
  display: none;
}

.dropdown-options {
  position: absolute;
  top: 125%;
  left: 0;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  background: #fff;
  border-radius: 6px;
  display: none;
  z-index: 99;
}

.dropdown-options li {
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s;
  color: #000000;
  border: 1px solid transparent;
  text-align: start;
}

.dropdown-options li:hover {
  border-radius: 6px;
  border: 1px solid #48001e;
  color: #000;
  background: #fff;

  font-style: normal;
  font-weight: 700;
  transition: 0.9s;
}

.custom-dropdown.open .dropdown-options {
  display: block;
}

.send-button {
  background-color: #610028;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 48px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.contant-event .event__button {
  max-width: 312px;
  margin-top: 15px;
}
.contant-event h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 18px 0;
}

.main-event-box .brands-block {
  background-image: url(../img/bg-main-block.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  border-radius: 8px;

  max-width: 1127px;
  padding: 34px 30px 34px 38px;
}
.logo-igm-main {
  width: 124.817px;
  height: 36.665px;
}
.logo-igb-main {
  width: 108px;
  height: 25.477px;
}
.brand .brands-block {
  background-color: transparent;
}
.brands-block .event__stand-grey {
  color: #610028;

  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.brands-block .event__date {
  color: #8c8b88;

  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.contant-event .brand-img-absolute-main-event {
  border-radius: 6px;
  width: 458px;

  max-width: 100%;
}

@keyframes scaleUpDown {
  0%,
  100% {
    transform: scaleY(1) scaleX(1);
  }

  50%,
  90% {
    transform: scaleY(1.1);
  }

  75% {
    transform: scaleY(0.95);
  }

  80% {
    transform: scaleX(0.95);
  }
}

@keyframes shake {
  0%,
  100% {
    transform: skewX(0) scale(1);
  }

  50% {
    transform: skewX(5deg) scale(0.9);
  }
}

@keyframes particleUp {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    top: -100%;
    transform: scale(0.5);
  }
}

@keyframes glow {
  0%,
  100% {
    background-color: #ef5a00;
  }

  50% {
    background-color: #ff7800;
  }
}

/* blog*/

h1.title-hub {
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px; /* 148.571% */
  text-transform: uppercase;
}
.blog-hero {
  display: flex;
  gap: 21px;
  align-items: flex-start;
  margin: 0 auto 36px;
  max-width: 1128px;
}

.blog-hero__label {
  margin: 0 0 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.26px;
  color: rgba(25, 24, 24, 0.6);
}

.blog-hero__latest {
  flex: 1 1 638px;
  max-width: 638px;
  min-width: 0;
}

.blog-hero__latest-media {
  display: block;
  margin-bottom: 16px;
  border-radius: 13.5px;
  overflow: hidden;
}

.blog-hero__latest-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 638 / 353;
  object-fit: cover;
}

.blog-hero__latest-heading {
  margin: 0 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000;
}

.blog-hero__latest-heading a {
  color: inherit;
  text-decoration: none;
}

.blog-hero__latest-heading a:hover {
  color: #610028;
  transition: 0.9s;
}

.blog-hero__latest-text {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}

.blog-hero__hubs {
  flex: 0 0 469px;
  max-width: 469px;
  min-width: 0;
}

.blog-hero__hub-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-hero__hub-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 12px;
  border-radius: 8.364px;
  border: 2px solid #f2ede2;
  background: transparent;
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}

.blog-hero__hub-card:hover {
  border-color: #610028bc;
  box-shadow: 0 4px 16px rgba(97, 0, 40, 0.08);
  transition: 1s ease-in;
}

.blog-hero__hub-thumb {
  flex: 0 0 178px;
  width: 178px;
  height: 99px;
  border-radius: 6px;
  object-fit: cover;
}

.blog-hero__hub-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.blog-hero__hub-tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 6px 14px;
  border: 0.565px solid #73002a;
  border-radius: 999px;
  background: rgba(115, 0, 42, 0.1);
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  color: #73002a;
}

.blog-hero__hub-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
}

.blog-featured-articles-title {
  margin: 35px 0 26px;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.news-tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 21px;
}
.news-main-tab {
  display: flex;
  justify-content: space-around;
  margin: 50px auto;
  padding: 24px;
  background-color: #fbf9f3;
  border: 2px solid #f2ede2;
  border-radius: 16px;
}

.news-main-tab .main-tab-img {
  width: 540px;
  max-width: 100%;
  border-radius: 8px;
}
.main-tab-news-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-left: 20px;
}

.news-main-tab .blog__bottom {
  margin-top: 45px;
}
.news-main-tab .blog__bottom_button {
  margin-right: 180px;
}

.testimonials .container__row {
  gap: 0;
}

.testimonials #testimonialsGrid.container__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.testimonials #testimonialsGrid > .container__col_2 {
  width: 100%;
  margin-bottom: 0;
}

.testimonials #testimonialsGrid .testimonials__wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.testimonials #testimonialsGrid .testimonials__wrapper:hover {
  transition: 0.9s;
  box-shadow: 0 14px 32px rgba(72, 0, 30, 0.12);
}

.testimonials #testimonialsGrid .testimonials__brand,
.testimonials #testimonialsGrid img.testimonials__brand {
  display: block;
  width: auto;
  max-width: 150px;
  max-height: 48px;
  height: auto;
  min-height: 0;
  object-fit: contain;
  border-radius: 6px;
  transform: none;
}

.testimonials #testimonialsGrid .testimonials__stars__box {
  justify-content: flex-start;
  padding: 14px 0 12px;
}

.testimonials #testimonialsGrid .testimonials__stars {
  display: block;
  height: 18px;
  width: auto;
}

.testimonials #testimonialsGrid .testimonials__text {
  margin: 0;
  color: #000;
  font-family: "Montserrat Alternates", Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

img.testimonials__brand {
  width: 100px;
  max-height: 50px;
}

.testimonials-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 24px 0 8px;
  font-family: "Montserrat", sans-serif;
}

.testimonials-pagination__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.testimonials-pagination__ellipsis {
  padding: 0 4px;
  color: rgba(35, 38, 50, 0.45);
  font-size: 15px;
  line-height: 40px;
  user-select: none;
}

.testimonials-pagination__num {
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid rgba(35, 38, 50, 0.22);
  background: transparent;
  color: #232632;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.testimonials-pagination__num:hover {
  border-color: #610028;
  color: #610028;
  transition: 0.9s;
}

.testimonials-pagination__num:focus-visible {
  outline: 2px solid #610028;
  outline-offset: 2px;
}

.testimonials-pagination__num--active {
  background: #610028;
  border-color: #610028;
  color: #fff;
  cursor: default;
}

.testimonials-pagination__num--active:hover {
  color: #fff;
  border-color: #610028;
  transition: 0.9s;
}

.testimonials-pagination__arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid rgba(35, 38, 50, 0.22);
  background: transparent;
  color: #232632;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.testimonials-pagination__arrow:hover:not(:disabled) {
  border-color: #610028;
  color: #610028;
  transition: 0.9s;
}

.testimonials-pagination__arrow:focus-visible {
  outline: 2px solid #610028;
  outline-offset: 2px;
}

.testimonials-pagination__arrow:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.testimonials-pagination__prev img {
  display: block;
}

.testimonials-pagination__next img {
  display: block;
  transform: rotate(180deg);
}

.why .container__row_left {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.why .title {
  color: white;
}
.why .button {
  margin: 20px auto 40px auto;
}
.why .button a {
  color: #ffffff;
  padding: 15px 54px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
}

.events {
  background-color: #48001e;
}
.event__box__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.events .title {
  color: white;
  line-height: 50px;
  margin-bottom: 12px;
}
.events p {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 50px;
}
.events .event__col {
  display: block;
  width: 276px;
  height: 225.947px;
  padding: 5px 24px;
  background-color: transparent;
  border: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.events .event__bg {
  z-index: 1;
}
.events .events__flex {
  gap: 25px;
  flex-wrap: nowrap;
}
.mt-18 {
  margin-top: 18px;
}
.events .event__content,
.events .event__country,
.event__city {
  position: relative;
  z-index: 2;
}
.events .event__city {
  color: #1b1b1b;

  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%; /* 18px */
  text-transform: uppercase;
}
.events .event__country {
  color: #610028;
  margin-top: 10px;
  font-family: Caveat;
  font-size: 21.467px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.747px;
}
.events .container {
  max-width: 1280px;
}
.events .event__date,
.events .event__stand-grey {
  color: #000;

  text-align: center;
  font-family: Montserrat;
  font-size: 12.267px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.082px;
}

.events .event__content {
  gap: 9px;
}
.events .logo-igm {
  position: relative;
  z-index: 2;
  width: 92.954px;
  height: 27.305px;
  margin-top: 37px;
}

.events .logo-igb {
  position: relative;
  z-index: 2;
  width: 83px;
  height: 19.579px;
  margin-top: 40px;
}
.events .logo-confg {
  position: relative;
  z-index: 2;
  width: 92.954px;
  height: 27.305px;
  margin-top: 37px;
}
.events .logo--sbc {
  position: relative;
  z-index: 2;
  width: 109.999px;
  height: 15.332px;
  margin-top: 43px;
}
.events .logo--sic {
  position: relative;
  z-index: 2;
  width: 103px;
  height: 32px;
  margin-top: 33px;
}
.events .logo-sigma {
  position: relative;
  width: 88px;
  height: 20.596px;
  margin-top: 37px;
  z-index: 2;
}
.events .logo-ice {
  position: relative;
  width: 75px;
  height: 38.501px;
  margin-top: 27px;
  z-index: 2;
}
.events .logo-affpapa {
  position: relative;
  width: 96px;
  height: 27.208px;
  margin-top: 30px;
  z-index: 2;
}

.gallery-section {
  width: 100%;
}
.galery {
  display: flex;
  flex-direction: column;

  justify-content: center;
  padding: 80px 0;
}
.galery .title {
  margin-bottom: 56px;
}

.gallery-section .gallery-main {
  width: 100%;
  max-width: 1440px;
  height: 437px;
}
.gallery-section .gallery-main img {
  width: 292px;

  object-fit: cover;
}
.gallery-section .gallery-main .swiper-slide {
  width: 100%;
  margin-right: 0;
}
.gallery-section .gallery-slider {
  position: relative;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border-radius: 3px;
  overflow: hidden;
  max-width: 1200px;
  margin: 56px auto 10px auto;
}

.gallery-section .gallery-slider .swiper-slide {
  width: calc(100% / 24);
  background-color: #3f001b;
  height: 2px;
  opacity: 0.4;
  transition:
    background-color 0.3s,
    opacity 0.3s;
}

.gallery-section .gallery-slider .swiper-slide-thumb-active {
  opacity: 1;
  background-color: #000;
}
.logo_igb {
  position: absolute;
  top: 9%;
  left: 5%;
  width: 59px;
  height: 35px;
  background-color: white;
  border-radius: 4px;
  padding: 4px 6px;
}
.logo_conf {
  position: absolute;
  top: 9%;
  left: 5%;
  width: 59px;
  height: 35px;
  background-color: white;
  border-radius: 4px;
  padding: 4px;
}
.logo_aff_hub {
  position: absolute;
  top: 9%;
  left: 5%;
  width: 59px;
  height: 35px;
  background-color: white;
  border-radius: 4px;
  padding: 0 4px;
}
.logo_sbc {
  position: absolute;
  top: 9%;
  left: 5%;
  width: 59px;
  height: 35px;
  padding: 4px;
  background-color: white;
  border-radius: 4px;
}
.logo-igb-new {
  position: absolute;
  top: 9%;
  left: 5%;
  width: 67px;
  height: 35px;
  padding: 4px;
  background-color: white;
  border-radius: 4px;
}
.logo_sigma {
  position: absolute;
  top: 9%;
  left: 5%;
  width: 59px;
  height: 35px;
  padding: 4px;
  background-color: white;
  border-radius: 4px;
}

.logo_igb-main-event {
  display: none;
}

.main-event-box .brands-block {
  margin: 0 auto;
}

.stand {
  position: absolute;
  bottom: 10%;
  left: -4px;
  width: 106px;
  height: 26px;
}

.stand.rome {
  transform: translate(-2px, 0);
}
.stand.our {
  transform: translate(-10px, 0);
}

.stand-main {
  position: absolute;
  bottom: 10%;
  left: -111px;
  width: 346px;
  height: 46px;
}
.contant-event .stand {
  position: absolute;

  left: -5px;
}
.gradiet {
  filter: grayscale(100%);
}

.tab-container .brands-block {
  margin: 15px auto;
  padding: 20px 30px;
  background-color: white;
  border-radius: 6px;
}

/* carrer */
.container .career {
  padding: 36px 0 47px 0;

  margin-top: 45px;
}
.career__contant h1,
.career h2,
.benefits__contant h1,
.weare__contant h1 {
  color: #010000;
  margin-bottom: 16px;

  font-size: 46px;

  font-weight: 700;
  line-height: 52px;
  text-align: center;
}
.career__contant p {
  color: rgba(0, 0, 0, 0.6);

  text-align: center;

  font-size: 16px;
  max-width: 945px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
  margin-bottom: 75px;
}

.contant__job {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.contant__job__box {
  max-width: 1128px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 42px 30px 33px;
  border-radius: 12px;
  border: 1px solid #e8e2d3;

  background-color: #fbf9f3;
}
.contant__job__box__title h4 {
  color: #000;

  font-size: 28px;

  font-weight: 700;
  margin-bottom: 26px;
}
.job__box__info {
  display: flex;
  gap: 68px;
}

.job__box__info__col div {
  color: #8e8e8e;

  font-size: 12px;

  font-weight: 500;
  line-height: 18px;
}
.job__box__info__col span {
  color: #000;

  font-size: 14px;

  font-weight: 700;
  line-height: 22px;
}
.contant__job__box__action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contant__job__box__action div {
  color: #8e8e8e;

  font-size: 12px;

  font-weight: 500;
  line-height: 18px;
}
.contant__job__box__action span {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.contant__job__box__action .brands__button a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.contant__job__box__action .brands__button {
  width: 164px;
  height: 38px;
}
.benefits__contant {
  margin: 65px auto 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.benefits__contant .container__row_left {
  flex-direction: column;
  gap: 14px;
  margin-bottom: 12px;
}
.benefits__contant .why__header {
  color: #222;
  text-transform: none;
  text-align: center;

  font-size: 22px;

  font-weight: 700;
  line-height: 27px;
}
.benefits__contant p {
  color: #8e8e8e;
  max-width: 320px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0 auto;
}

.why-we-are-wrapper {
  width: 500px;
  max-width: 100%;

  position: relative;
}

.swiper-container.why-we-are-slider {
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 12px;
}

.why-we-are-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.why-pagination {
  left: 45%;
  text-align: center;
}

.why-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #610028;
  opacity: 0.5;
  border-radius: 50%;
  display: inline-block;
  transition: opacity 0.3s ease;
}

.why-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.weare__contant__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 48px;
}
.weare__contant__box__title h4 {
  color: #222;

  font-size: 22px;

  font-weight: 700;
  line-height: 24px;
  margin-bottom: 18px;
}
.weare__contant__box__title p {
  color: #8e8e8e;
  max-width: 540px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 24px;
}

.contact__us {
  margin: 45px auto 47px auto;
  padding: 35px 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: #610028;
}
.contact__us h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.contact__us p {
  color: #fff;

  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.button-mail {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 189px;
  padding: 15px;
  color: #610028;
  border-radius: 10px;
  background: #f3efe4;
  font-size: 16px;
  border: none;
  font-weight: 700;
  line-height: 28px;
  cursor: pointer;
}
.button-mail:hover {
  filter: brightness(1.4);
  transition: 0.9s;
}

/* vacance */

.container.vacance {
  max-width: 1128px;
  padding: 16px 0;
}
.vacance__titele h1 {
  font-size: 48px;

  font-weight: 700;
  line-height: 60px;
  margin-bottom: 24px;
}
.vacance__titele .job__box__info__col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}
.vacance__titele .job__box__info__col div,
.vacance__titele .job__box__info__col span {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.vacance__titele .job__box__info__col span {
  font-weight: 700;
}
.vacance__titele .job__box__info__col div {
  margin-right: 5px;
}
.vacance__titele {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 40px;
}
.vacance__contant p {
  font-size: 16px;

  font-weight: 500;
  margin-bottom: 40px;
}
.vacance__contant h3 {
  font-size: 32px;

  font-weight: 700;
  line-height: 32px;
  margin-bottom: 24px;
}
.vacance__contant ul {
  margin-bottom: 40px;
}
.vacance__contant li {
  font-size: 16px;

  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 17px;
  position: relative;
}
.vacance__contant li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #610028;
  border-radius: 50%;
}

.vacance__contant .button-mail {
  margin: 0 auto;
  width: 280px;
  color: white;
  background-color: #610028;
  margin-bottom: 20px;
  height: 48px;
  font-size: 18px;
}
.blog__col .trands-img {
  height: 180px;
  object-fit: cover;
}

.bg-page {
  background-color: #fbf9f3;
}
/*Register page, form register*/

.register {
  background-image: url(../img/regist-bg.png);
  background-size: cover;
  background-position: center;
  background-position-y: 10%;
  background-repeat: no-repeat;
  height: 100%;
  padding: 84px 0 100px 0;
}

.affiliate-tab__container {
  max-width: 501px;
  margin: 0 auto;
  border-radius: 12px;
  border: 2px solid #000;

  background: #f3efe4;
  padding: 44px 32px 32px 32px;
  position: relative;
}

.affiliate-tab__header {
  display: flex;
}

.affiliate-tab__button {
  flex: 1;
  padding: 12px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  border-radius: 8px 8px 0px 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  transition:
    background 0.3s,
    color 0.3s;
}

.affiliate-tab__button.active {
  border-radius: 8px 8px 0px 0px;
  border-bottom: 2px solid #48001e;
  color: #000;
  background: #fff;
}

.affiliate-tab__content {
  padding: 19px 0 0 0;
}

.affiliate-tab__panel {
  display: none;
}

.affiliate-tab__panel.active {
  display: block;
}

.affiliate-tab__form label {
  display: block;
  margin-bottom: 6px;
  color: #000;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 18px;
  margin-top: 10px;
}

.affiliate-tab__form input {
  width: 100%;
  padding: 12px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 6px;
  background: #fff;
  border: none;
  font-family: Montserrat;
}
.affiliate-tab__form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border-radius: 12px;
  border: 2px solid #000;
  border-radius: 4px;
  transition:
    background-color 0.2s,
    border-color 0.2s;
}
label.custom-checkbox {
  margin-top: 24px;
}
label.custom-checkbox a {
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.custom-checkbox:hover .checkmark {
  background-color: #f0f0f0;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
  background-color: #8f0030;
  border-color: #8f0030;
}

.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  display: block;
}

.affiliate-tab__form button[type="submit"] {
  width: 100%;
  padding: 8px 20px;
  border-radius: 6px;
  background: #48001e;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;

  transition: 0.9s;
  font-family: "Montserrat Alternates";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 24px 0 24px 0;
}

.affiliate-tab__form button[type="submit"]:hover {
  background: #ffffff;
  color: #000;
}

.affiliate-tab__footer {
  text-align: center;
  color: #aaa7a0;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.affiliate-tab__footer a {
  color: #000;

  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
}

.affiliate-tab__footer a:hover {
  text-decoration: underline;
  transition: 0.5s;
}
.password-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.password-wrapper input {
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
}

.close-register {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 14px;
  right: 14px;
}

.loader-form {
  border: 4px solid rgba(202, 202, 202, 0.638);
  border-left-color: transparent;
  border-radius: 50%;
  margin-left: 5px;
}

.loader-form {
  border: 4px solid rgba(218, 218, 218, 0.479);
  border-left-color: transparent;
  width: 25px;
  height: 25px;
}

.loader-form {
  border: 4px solid rgba(208, 208, 208, 0.463);
  border-left-color: transparent;
  width: 25px;
  height: 25px;
  animation: spin89345 1s linear infinite;
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.blog-item-section p strong {
  margin-right: 5px;
}
.blog-item-section p a {
  text-decoration: underline;
  color: #610028;
  margin-right: 5px;
  font-weight: bold;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.open-signup-tab {
  cursor: pointer;
}
.reward.mobile-off {
  position: absolute;
  top: 74.2%;
  left: 6%;
  width: 358px;
}

.desc-on {
  display: block;
}

.revards {
  position: absolute;
  top: 78%;
  left: 7%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;

  z-index: 25;
  pointer-events: none;
}

.revards div {
  position: relative;
  z-index: 2;
  width: 182px;
  padding: 10px 14px 6px 29px;

  color: #f3efe4;

  font-family: "bebas";
  font-size: 30.546px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.511px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.revards::after {
  position: absolute;
  content: "";
  top: -21%;
  left: -90%;
  width: 560px;
  height: 195px;

  background-image: url(../img/bg-revards.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
.revards span {
  position: relative;
  z-index: 2;
  color: #f3efe4;

  font-family: "bebas";
  font-size: 23.815px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.788px;
  letter-spacing: 2.339px;
  padding: 5px 14px 6px 27px;

  text-transform: uppercase;
  width: 138px;

  text-align: end;
}

/*new restale blog  */
.new-blog-page {
  background-color: #fbf9f3;
}

.new-blog-page ul li {
  margin: 0;
  margin-left: 20px;
}

.new-blog-page ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 1.5em;
  margin: 0.5em 0 0.5em 0;
}

.new-blog-page ol li {
  list-style: decimal;
  list-style-position: outside;
  margin: 0.35em 0;
  padding-left: 0.35em;
}

.new-blog-page .blog-banner-img {
  margin-bottom: 40px;
}
.new-blog-page .related-news {
  max-width: 1200px;
  margin: 0 auto;
}

.new-blog-page .bg-blog-el {
  background-color: #f3efe4;
}
.new-blog-page.blog-item-section .button_white {
  margin-bottom: 70px;
  margin-top: 40px;
}
.new-blog-page h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.new-blog-page .container__row.container__row_right {
  gap: 20px;
}
.blog-item-section.new-blog-page .blog__col {
  border: none;
}
.mb-20 {
  margin-bottom: 20px;
}
.revenue ul.list-none,
.revenue .list-none li {
  list-style: none;
}

.blog-share-social .container__row.container__row_right {
  flex-wrap: nowrap;
}
.blog-share.container__row {
  margin-top: 30px;
  align-items: center;
}
.affiliate-table {
  width: 100%;
  margin: 32px 0;
  font-size: 16px;
  line-height: 1.5;
  border-spacing: 0;
  border-collapse: separate;
  border: 2px solid #610028;
  border-radius: 12px;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 12px 30px rgba(97, 0, 40, 0.12);
}

.affiliate-table thead th {
  background: #610028;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: left;
  padding: 18px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.affiliate-table thead th:last-child {
  border-right: none;
}

.affiliate-table tbody tr {
  transition: background 0.2s ease;
}

.affiliate-table tbody tr:hover {
  background: rgba(97, 0, 40, 0.06);
}

.affiliate-table tbody td {
  padding: 18px 24px;
  border-top: 1px solid rgba(97, 0, 40, 0.2);
  border-right: 1px solid rgba(97, 0, 40, 0.2);
  vertical-align: top;
  background: transparent;
}

.affiliate-table tbody td:last-child {
  border-right: none;
}

/* Figma 2836:10620 — comparison tables inside new blog layout */
.blog-item-section.new-blog-page .affiliate-table {
  border-width: 1px;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.blog-item-section.new-blog-page .affiliate-table thead th {
  padding: 22px 24px;
  font-weight: 700;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.02em;
}

.blog-item-section.new-blog-page .affiliate-table tbody td,
.blog-item-section.new-blog-page .affiliate-table tbody th {
  padding: 18px 22px;
  font-size: 14px;
  line-height: 1.45;
  border-top: 1px solid rgba(97, 0, 40, 0.15);
  border-right: 1px solid rgba(97, 0, 40, 0.15);
}

.blog-item-section.new-blog-page .affiliate-table tbody th {
  font-weight: 700;
  font-style: italic;
}

.blog-item-section.new-blog-page .affiliate-table tbody td:last-child,
.blog-item-section.new-blog-page .affiliate-table tbody th:last-child {
  border-right: none;
}

/* Desktop vs mobile table pairs — mobile stack Figma 2904:2560 */
.affiliate-table--mobile-only {
  display: none;
}

/* Stacked “card” table for narrow viewports (same semantics as desktop grid) */
.affiliate-table-stack {
  width: 100%;
  margin: 32px 0;
  border: 1px solid #610028;
  border-radius: 6px;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
}

.blog-item-section.new-blog-page .affiliate-table-stack {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.affiliate-table-stack__group {
  border-bottom: 1px solid #610028;
}

.affiliate-table-stack__group:last-child {
  border-bottom: none;
}

.affiliate-table-stack__row {
  padding: 14px 20px;
  border-top: 1px solid rgba(97, 0, 40, 0.15);
  font-size: 15px;
  line-height: 1.4;
  color: #000;
}

.affiliate-table-stack__group > .affiliate-table-stack__row:first-child {
  border-top: none;
}

.affiliate-table-stack__row--head {
  background: #fff;
  font-weight: 700;
  font-style: italic;
  line-height: 1.45;
}

.affiliate-table-stack__row--a {
  background: #fffef8;
  font-style: italic;
  font-weight: 500;
}

.affiliate-table-stack__row--b {
  background: #f5f0e6;
  font-style: italic;
  font-weight: 500;
}

.affiliate-table-stack__row--c {
  background: #ede8dc;
  font-style: italic;
  font-weight: 500;
}

.affiliate-table-stack__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  color: #550826;
  line-height: 1.5;
  margin-bottom: 2px;
}

/* Long-form blog article (Figma: Desktop article — content column) */
.blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 30px;
}

.blog-article-meta__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}

.blog-article-meta__date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8e8e8e;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.blog-article-meta__date img {
  width: 29px;
  height: 29px;
  flex-shrink: 0;
}

.blog-article-meta__author {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.02em;
}

.blog-article-meta__author-avatar {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #6b000f 0%, #50010c 100%);
}

.blog-article-meta__author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-share--top {
  margin-top: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.blog-share--top .blog-share-social .container__row.container__row_right {
  gap: 4px;
  align-items: center;
}

.blog-share-social .blog-share__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: inherit;
  line-height: 0;
  vertical-align: middle;
}

.blog-share-social .blog-share__copy:focus-visible {
  outline: 2px solid #610028;
  outline-offset: 2px;
}

.blog-share-social .blog-share__copy svg {
  display: block;
}

.blog-item-section.new-blog-page .blog-lede {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin: 0 0 40px;
}

.blog-item-section.new-blog-page .blog-lede p {
  margin: 0 0 18px;
}

.blog-item-section.new-blog-page .blog-lede p:last-child {
  margin-bottom: 0;
}

.blog-item-section.new-blog-page .blog-lede strong {
  font-weight: 700;
  font-style: italic;
}

.blog-item-section.new-blog-page .blog-toc {
  position: relative;
  overflow: hidden;
  border: 1px dashed #610028;
  border-radius: 15px;
  padding: 35px 28px;
  margin: 0 0 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

/* Figma 2898:1789 — subtle inner wash (opacity layer) */
.blog-item-section.new-blog-page .blog-toc::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: rgba(97, 0, 40, 0.06);
  opacity: 0.5;
  pointer-events: none;
}

.blog-item-section.new-blog-page .blog-toc > * {
  position: relative;
  z-index: 1;
}

.blog-item-section.new-blog-page .blog-toc__label {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #550826;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.blog-item-section.new-blog-page .blog-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-item-section.new-blog-page .blog-toc__list li {
  margin: 0;
  padding-left: 0;
  list-style: none;
  list-style-type: none;
}

.blog-item-section.new-blog-page .blog-toc__list li::marker {
  content: none;
}

.blog-item-section.new-blog-page .blog-toc__list a {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #000;
  text-decoration: none;
  display: inline-block;
}

.blog-item-section.new-blog-page .blog-toc__list a:hover {
  color: #610028;
  text-decoration: underline;
}

.blog-item-section.new-blog-page .blog-toc__list a:focus-visible {
  outline: 2px solid #610028;
  outline-offset: 2px;
}

.blog-author-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 42px;
  background: #f3efe4;
  border-radius: 8px;
  padding: 27px 41px;
  margin-top: 40px;
  box-sizing: border-box;
}

.blog-author-card__meta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.blog-author-card__avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #6b000f 0%, #50010c 100%);
}

.blog-author-card__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-author-card p.blog-author-card__name {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #000;
}

.blog-author-card p.blog-author-card__title {
  margin: 4px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #48001e;
}

.blog-author-card__divider {
  width: 1px;
  height: 55px;
  background: #e1dbcc;
  flex-shrink: 0;
}

.blog-author-card__bio {
  margin: 0;
  flex: 1;
  min-width: 200px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}

.blog-quote {
  margin: 40px 0;
  padding: 32px 36px;
  border-radius: 12px;
  border: none;
  box-sizing: border-box;
}

.blog-quote__text {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 16px;
  color: #000;
}

.blog-quote__name {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #610028;
}

.blog-quote__role {
  margin: 4px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #48001e;
}

/* Cream testimonial — Figma node 2898:1744 */
.blog-quote--cream {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 45px 88px;
  border-radius: 20px;
  background: #f3efe4;
  border: none;
}

.blog-quote--cream::before {
  content: "";
  display: block;
  width: 67.72px;
  height: 57.58px;
  margin: 0 0 42px;
  flex-shrink: 0;
  background: url(../img/blog-quote-mark.svg) no-repeat center / contain;
  transform: rotate(180deg);
}

.blog-quote--cream .blog-quote__text {
  max-width: 947px;
  width: 100%;
  margin: 0 0 36px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
  font-feature-settings:
    "salt" 1,
    "liga" 0;
  color: #000;
}

.blog-quote--cream .blog-quote__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  font-family: Montserrat;
  color: #000;
  margin: 0;
}

.blog-quote--cream p.blog-quote__role {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  color: #550826;
}

.blog-quote--burgundy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 45px 88px;
  border-radius: 20px;
  background: #550826;
  border: none;
}

.blog-quote--burgundy::before {
  content: "";
  display: block;
  width: 67.72px;
  height: 57.58px;
  margin: 0 0 42px;
  flex-shrink: 0;
  background: url(../img/blog-quote-mark-pink.svg) no-repeat center / contain;
  transform: rotate(180deg);
}

.blog-quote--burgundy .blog-quote__text {
  max-width: 947px;
  width: 100%;
  margin: 0 0 36px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
  font-feature-settings:
    "salt" 1,
    "liga" 0;
  color: #fff;
}

.blog-quote--burgundy .blog-quote__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}

.blog-quote--burgundy .blog-quote__role {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  color: #d23f78;
}

.blog-item-section.new-blog-page
  .block-container
  .blog-quote--burgundy
  .blog-quote__text,
.blog-item-section.new-blog-page
  .block-container
  .blog-quote--burgundy
  .blog-quote__name {
  color: #fff;
  margin: 36px 0 0 0;
}

.blog-item-section.new-blog-page
  .block-container
  .blog-quote--burgundy
  .blog-quote__role {
  color: #d23f78;
}
.blog-share-social div a {
  display: flex;
  align-items: center;
}

/* thx page */

.thanks {
  background-image: url(../img/bg-thx.png);
  background-size: cover;
  background-position: center;

  background-repeat: no-repeat;
  height: 576px;
  padding: 170px 170px 0px 170px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.thanks h1 {
  color: #010000;

  text-align: center;
  font-family: Montserrat;
  font-size: 84.657px;
  font-style: normal;
  font-weight: 800;
  line-height: 81.13px; /* 95.833% */
  text-transform: uppercase;
  margin-bottom: 13px;
}
.thanks p {
  color: #010000;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 69px;
}
.thanks .brands__button {
  max-width: 210px;
  justify-content: center;
}

.blog-banner-img-second {
  max-width: 700px;
  width: 100%;
  margin: 10px auto;
  border-radius: 8px;
}

.blog-navigation {
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
}

.blog-nav-prev {
  display: flex;
  align-items: center;
  order: 2;
}

.blog-nav-next {
  display: flex;
  align-items: center;
  order: 1;
}

.blog-nav-prev a,
.blog-nav-next a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.blog-nav-prev img {
  transform: rotate(180deg);
}

.blog-nav-next img {
  transform: rotate(0deg);
}

.blog-nav-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.blog-nav-disabled span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
}
.digram-box {
  margin: 0 auto;
  max-width: 900px;
}
.timer__min {
  font-size: 8px;
  margin-left: 5px;

  text-wrap: nowrap;
}
.data__timer {
  display: flex;

  align-items: center;
  flex-wrap: nowrap;
  text-wrap: nowrap;
}

.link__box__hub {
  width: 100%;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #f3efe4;
  gap: 5px;
  box-shadow: 0 4px 0 0 #610028 inset;
}
.link__box__hub h3,
.link__box__hub .hub-callout-title {
  color: #000;

  font-family: Montserrat;
  font-size: 16.426px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.772px;
}
.link__box__hub p {
  color: #000;

  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.link__box__hub p strong {
  color: #610028;
  font-family: Montserrat;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 16px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}


.testimonials__section-title {
  margin: 8px 0 24px;
  font-size: 28px;
  line-height: 1.2;
}

/* Visually hidden — available to screen readers & crawlers, not shown visually */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
