/* fonts */
@font-face {
  font-family: 'Druk Wide Cyr';
  src: url('../fonts/druk/druktextwidecyr-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/Nunito_Sans/NunitoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
} 

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/Nunito_Sans/NunitoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/Nunito_Sans/NunitoSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
} 

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
} 

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
} 


.overlay {
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
width: 100vw;
height: 100vh;
display: none;
z-index: 20;
background: #10131B;
opacity: 0.5;
}

body.overflow-hidden {
  overflow: hidden;
}

.container {
max-width: 100%;
padding-right: 15px;
padding-left: 15px;
}

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

@media (min-width: 992px) {
.container {
  max-width: 960px;
}
}

@media (min-width: 1200px) {
.container {
  max-width: 720px;
}
}

@media (min-width: 576px) {
.container {
  max-width: 540px;
}
}


/* header */

.top-header {
 position: fixed;
 width: 100%;
 top: 0;
 left: 0;
 height: 112px;
 z-index: 20;
 background: transparent;
}

.top-header.state1 {
height: 80px;
}

@media (max-width: 1200px) {
 .top-header {
   height: 88px;
}
.top-header.state1 {
  height: 64px;
}
}

.top-header__lang {
 width: 48px;
 max-width: 48px;
 height: 48px;
 overflow: hidden;
 display: inline-block;
 flex-basis: auto;
 flex-grow: 1;
 border-radius: 8px;
 cursor: pointer;

 &.slide-menu__lang {
  border: 1px solid #FFFFFF;
  width: 40px;
  max-width: 40px;
  height: 40px;
  ul {
    border: 1px solid #FFFFFF;
    background-color:#262626;
    width: 40px;
    max-width: 40px;
  }
  .top-header__cur-lang {
    margin: 0;
  }
 }
}

.top-header__lang ul {
 width: 48px;
 max-width: 48px;
 height: 0px;
 background: #171A29;
 border-radius: 8px;
 display: none;
 position: absolute;
 overflow: hidden;
 -webkit-transition: opacity 0.2s ease-in;
 transition: opacity 0.2s ease-in;
 margin: 0;
 padding: 0;
}
.top-header__lang .top-header__cur-lang {
 margin: 12px;
 cursor: pointer;
}

.top-header__lang.show .top-header__cur-lang {
 display: none;
}

.top-header__lang.show ul {
 height: auto;
 display: block;
}

.top-header__lang ul li {
 display: block;
}
.top-header__lang ul li a{
 display: block;
 margin: 8px 12px;
 padding-top: 3px;
}

.top-header__lang ul li a.active{
 background: #262626;
 border-radius: 8px;
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 8px;
 margin: 4px;
 position: relative;
}

.top-header .main-container {
 max-width: 1312px;
 margin: 0 auto;
 padding: 26px 43px;
 display: flex;
 justify-content: space-between;
 align-items: center;
 position: relative;
 background: #262626;
 border-radius: 0 0 100px 100px;
}
@media (max-width: 1256px) {
 .top-header .main-container {
   max-width: 100%;
   padding: 42px 16px;
   justify-content: space-between;
}
}
.top-header__slide-menu {
 width: 100%;
 height: 100%;
 padding: 8px;
 background-color: #1D222F;
 border-radius: 24px;
 color: #FFFFFF;
}
.top-header__slide-menu.opened {
 display: block;
}
.top-header__slide-menu.closed {
 display: none;
}
.top-header__menu-mobile {
 width: 36px;
 height: 36px;
}
.top-header__menu-mobile img {
 max-width: 100%;
}
.top-header__profile {
 width: 36px;
 height: 36px;
 margin-right: 24px;
 margin-left: auto;
}
.top-header__profile img {
 max-width: 100%;
}
@media (max-width: 1200px) {
 .top-header__profile {
   margin-left: 0;
   margin-right: 0;
}
}
.top-header__nav {
 display: flex;
 align-items: flex-start;
 list-style-type: none;
 padding: 0;
 margin: 0;
}
.top-header__nav .nav-item {
 margin-right: 27px;
 display: block;
 text-align: center;
 @media (max-width: 1300px) {
  margin-right: 20px;
 }
}

@media (max-width: 1300px) {
.top-header__nav .nav-item:last-of-type {
 margin-right: 15px;
}
}

.top-header__nav .nav-link {
 display: block;
 text-decoration: none;
 outline: none;
 font-size: 14px;
 font-weight: 500;
 line-height: 19px;
 letter-spacing: 0.03em;
 color: #FFFFFF;
 padding: 0;
 cursor: pointer;
}
.top-header__nav .nav-link.active,
.top-header__nav .nav-link.active:hover,
.top-header__nav .nav-link:hover {
 color: #00FD84;
 text-decoration: none;
}
@media (max-width: 1200px) {
 .top-header__nav.desktop {
   display: none;
}
}
.top-header__nav.mobile {
 position: fixed;
 z-index: 20;
 left: 0;
 bottom: 0;
 width: 100%;
}
@media (min-width: 1201px) {
 .top-header__nav.mobile {
   display: none;
}
}
.top-header__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top-header__logo {
 display: inline-flex;
 align-items: center;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
}
.top-header__logo img {
 max-width: 100%;
}
@media (max-width: 1200px) {
 .top-header__logo {
   height: 52px;
}
}
.top-header__reg-mb {
 display: none !important;
}
.top-header__login {
 margin: 0 11px 0 24px;
}
.top-header__right {
 display: flex;
 align-items: center;
}
.top-header__btn {
 padding: 0;
 width: 120px;
 height: 40px;
 font-size: 14px;
 text-transform: uppercase;
 margin-left: 32px;
}
.top-header__logout {
 margin: 0 32px;
 display: inline-flex;
 align-items: center;
 font-weight: 500;
 font-size: 14px;
 line-height: 16px;
 letter-spacing: 0.05em;
 text-transform: uppercase;
 color: #FFFFFF;
 text-decoration: none;
}
.top-header__logout:hover {
 text-decoration: underline;
 color: #fff;
}
.slide-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  min-height: 450px;
  padding: 16px 16px 32px;
  background-color: #262626;
  z-index: 2000;
  border-radius: 0;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.slide-menu__description {
 font-family: 'Druk Wide Cyr';
 margin-top: 154px;
 font-size: 16px;
 font-weight: 500;
 line-height: 18px;
 letter-spacing: 0.01em;
 color:#FFF;
 text-align: center;
}

.slide-menu__buttons {
  margin-top: 24px;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slide-menu__button {
  height: 65px !important;
  flex-grow: 1;
  padding: 0 !important;
  width: 100% !important;
}

.slide-menu__lang {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.slide-menu__lang-item {
  display: flex;
}
.slide-menu__lang-item a{
  padding: 8px;
  border-radius: 8px;
}
.slide-menu__lang-item a.active {
  background: #F6F8FB;
}
.slide-menu__nav {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 gap: 24px;
}
.slide-menu__nav-item {
 font-size: 24px;
 font-weight: 500;
 line-height: 32px;
 letter-spacing: 0.03em;
}
.slide-menu__nav-link {
 color: #FFF;
 text-decoration: none;
}
.slide-menu__nav-link:hover, .slide-menu__nav-link:active {
 color: #00FD84;
 text-decoration: none;
}
.slide-menu__close {
 background-image: url('/img/new/close.svg');
 background-repeat: no-repeat;
 background-position: center;
 width: 40px;
 height: 40px;
}
.slide-menu.opened {
 display: block;
 margin-bottom: 0;
}
.slide-menu.closed {
 display: none;
}
.slide-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 48px;
}


/* main page */

.page-content-top {
  background-image: url('/img/new/main.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  @media (max-width: 1200px) {
    background-image: url('/img/new/main-mobile.png');
  }
}
.page-content-top,
.page-content-top.contentd {
 padding: 161px 0 246px;
 background-color: #262626;
}
.page-content-top .container {
 max-width: 1233px;
 margin: 0 auto;
}
@media (max-width: 1200px) {
 .page-content-top .container {
   max-width: 100%;
   padding-left: 16px;
   padding-right: 16px;
}
}
@media (max-width: 1200px) {
 .page-content-top {
   padding: 191px 0 295px;
}
}
@media (max-width: 1200px) {
 .page-content-top.contentd {
   border-radius: 0 0 50px 50px;
}
}
.page-content {
 padding-top: 140px;
 text-align: center;

 &.terms {
  padding: 62px 0;

  @media (max-width: 1200px) {
    padding: 29px 0 45px;
  }
 }
}
.terms-container {
  display: flex;
  gap: 52px;
}
.terms-wrap {
  width: calc(50% - 26px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  @media (max-width: 1200px) {
    width: 100%;
    align-items: center;
  }
}
.terms-wrap__title {
  font-size: 79px;
  line-height: 85px;
  font-family: 'Druk Wide Cyr';
  text-align: left;
  text-transform: uppercase;
  word-break: break-word;
  overflow-wrap: break-word;
  @media (max-width: 1200px) {
    font-size: 44px;
    line-height: 48px;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.terms-wrap__subtitle {
  font-family: "Montserrat";
  font-size: 400;
  font-size: 32px;
  line-height: 36px;
  margin-top: 28px;
  text-align: left;

  @media (max-width: 1200px) {
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
    text-align: left !important;
  }
}

.terms-wrap__button {
  margin-top: 48px;
  max-width: 418px;
  height: 65px !important;

  @media (max-width: 1200px) {
    max-width: 100%;
    width: 100%;
  }
}

.terms-block-wrap {
  min-width: 63%;
  max-width: max-content;
  padding-top: 23px;
  position: relative;

  @media (max-width: 1200px) {
    max-width: 100%;
    width: 100%;
    flex-grow: 1;
    &.right {
      align-self: center;
    }

    &.left {
      align-self: center;
    }
  }

  &.right {
    align-self: self-end;
  }

  &.left {
    align-self: self-start;
  }
}
.terms-block__arrow {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0;
  top: 0;
  background-image: url('/img/new/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.terms-block {
  border-radius: 96px;
  padding: 15px 50px;
  text-align: center;

  &.right {
    align-self: self-start;
    border: 4px solid #00FD84;
  }

  &.left {
    background-color: #00FD84;
  }

  @media (max-width: 1200px) {
    padding: 15px;
  }
}

.terms-block__up {
  font-family: 'Druk Wide Cyr';
  font-size: 24px;
  font-weight: 500;
  @media (max-width: 1200px) {
    font-size: 20px;
  }
}

.terms-block__value {
  font-size: 96px;
  line-height: 96px;
  font-weight: 500;
   @media (max-width: 1200px) {
    font-size: 80px;
    line-height: 80px;
  }
}

.terms-block__value-number {
  font-family: 'Druk Wide Cyr';
}

.terms-block__value-param {
  font-weight: 700;
  margin-left: -20px;
}

.terms-block__key {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  @media (max-width: 1200px) {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 1200px) {
 .page-content {
   padding-top: 80px;
}
}
.page-content.testimonials {
padding: 82px 0;
background-color: #262626;
@media (max-width: 1200px) {
  padding: 40px 0 68px;
}
}
.page-content.page-testimonials {
color: #262626;
@media (max-width: 1200px) {
  padding-top: 144px;
}
}
.page-content.brands {
padding-top: 74px;
background-color: #262626;
padding-bottom: 412px;
@media (max-width: 1200px) {
  padding-top: 372px;
  padding-bottom: 183px;
}
}
.page-content.advantages {
padding: 37px 0 80px;

@media (max-width: 1200px) {
  padding: 40px 0 66px;
}
}
.page-content.footer {
  padding: 300px 0 91px;
  background-image: url("/img/new/logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  @media (max-width: 1200px) {
    padding: 34px 0;
  }
}

.page-content.brands-second {
padding-top: 0;
}
.brands-second__header {
  margin-top: -370px;

  @media (max-width: 1200px) {
    margin-top: -183px;
  }
}
.page-content .container {
 max-width: 1312px;
 margin: 0 auto;
}
@media (max-width: 1200px) {
 .page-content .container {
   max-width: 100%;
   padding-left: 16px;
   padding-right: 16px;

   &.terms-container {
    flex-direction: column;
    gap: 48px;
   }
}
}
.page-content .max-container {
 max-width: 1504px;
 margin: 0 auto;
 background: #FFFF;
 padding: 140px;
 border-radius: 64px;
}
@media (max-width: 1200px) {
 .page-content .max-container {
   max-width: 100%;
   padding: 140px 16px;
}
}
@media (max-width: 1200px) {
 .page-content .max-container {
   border-radius: 24px;
   padding: 80px 16px;
}
}
.page-content__main-title {
 color: #FFFF;
 text-align: center;
}
.page-content__main-title span:nth-of-type(1) {
 font-family: 'Druk Wide Cyr';
 font-size: 128px;
 font-weight: 500;
 line-height: 132px;
 text-transform: uppercase;
 &.rules-title {
  font-size: 80px;
  line-height: 80px;
  @media (max-width: 1200px) {
    font-size: 44px;
    line-height: 48px;
  }
 }
}
@media (max-width: 1200px) {
  .page-content__main-title span:nth-of-type(1) {
    font-size: 44px;
    line-height: 48px;
  }
}
.page-content__main-title span:nth-of-type(2) { 
  font-family: 'Montserrat';
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  text-transform: none;
  color: #00FD84;
  display: block;
  margin-top: 32px;
}
@media (max-width: 1200px) {
  .page-content__main-title span:nth-of-type(2) {
    font-size: 24px;
    line-height: 28px;
    margin-top: 12px;
  }
}
.page-content__main-title span:nth-of-type(3) {
 font-size: 64px;
 font-weight: 500;
 line-height: 80px;
 text-transform: lowercase;
}
@media (max-width: 1200px) {
  .page-content__main-title span:nth-of-type(3) {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
  }
}

@media (max-width: 1200px) {
 .page-content__main-title span {
   font-size: 36px;
   font-weight: 600;
   line-height: 48px;
}
}
@media (max-width: 1200px) {
 .page-content__main-title {
   max-width: 100%;
}
}
.page-content__title {
 font-size: 48px;
 font-weight: 600;
 line-height: 64px;
 color: #FFFFFF;
}
.page-content__title.max-width {
 max-width: 48%;
}
@media (max-width: 1200px) {
 .page-content__title.max-width {
   max-width: 100%;
}
}
.page-content__title span:nth-of-type(2), .page-content__title span:nth-of-type(3) {
 text-transform: lowercase;
}
@media (max-width: 1200px) {
 .page-content__title {
   font-size: 32px;
   line-height: 40px;
}
}
.page-content__button {
 margin-top: 38px;
 text-align: center;
}
@media (max-width: 1200px) {
 .page-content__button {
  margin-top: 48px;
  width: 100% !important;
  padding: 8px 0 !important;
}
}
@media (max-width: 1200px) {
 .page-content__button.width-100 {
   width: 100%;
}
}
.page-content__button a {
 color: #FFFFFF;
 text-decoration: none;
}
.page-content__button a:hover, .page-content__button a:active {
 color: #FFFFFF;
 text-decoration: none;
}
.page-content__text {
 font-size: 20px;
 font-weight: 500;
 line-height: 28px;
}
@media (max-width: 1200px) {
 .page-content__text {
   font-size: 16px;
   font-weight: 500;
   line-height: 24px;
}
}
.page-content__text.page-content__text-top {
 color: #9E9FA4;
 margin: 32px 0;
}
@media (max-width: 1200px) {
 .page-content__text.page-content__text-top {
   margin: 16px 0 8px;
}
}
.page-content__text.max-width {
 max-width: 50%;
}
@media (max-width: 1200px) {
 .page-content__text.max-width {
   max-width: 100%;
}
}
.page-content__statistic {
 margin-top: 104px;
 text-align: center;
}
@media (max-width: 1200px) {
 .page-content__statistic {
   margin-top: 40px;
}
}
.page-content__header {
 color: #7A7A85;
 font-size: 32px;
 font-weight: 500;
 line-height: 48px;
 margin-top: 24px;
}
@media (max-width: 1200px) {
 .page-content__header {
   font-size: 20px;
   line-height: 28px;
   margin-top: 16px;
}
}
.conditions-margin {
 margin-top: 40px;
}
.conditions__title {
 font-size: 36px;
 font-weight: 400;
 line-height: 48px;
 letter-spacing: 0.01em;
 text-align: center;
 color: #F2F2F2;
 margin-bottom: 8px;
}
@media (max-width: 1200px) {
 .conditions__title {
   text-align: left;
}
}
.conditions__subtitle {
 font-size: 16px;
 font-weight: 600;
 line-height: 24px;
 letter-spacing: 0.01em;
 text-align: center;
 color: #8D96AF;
 margin-bottom: 40px;
}
@media (max-width: 1200px) {
 .conditions__subtitle {
   text-align: left;
}
}
.conditions__menu {
 display: flex !important;
 justify-content: center;
 width: max-content;
 margin: 32px auto 0;
 border-radius: 8px;
 border: 2px solid #00FD84;
}
@media (max-width: 1200px) {
 .conditions__menu {
   -ms-overflow-style: none;
   scrollbar-width: none;
   overflow: scroll;
   justify-content: flex-start;
   width: calc(100% + 16px);
   margin-right: -16px; 
}
 .conditions__menu::-webkit-scrollbar {
  display: none;
}
}
.conditions__tab {
 font-family: 'Druk Wide Cyr';
 white-space: nowrap;
 font-size: 18px;
 font-weight: 500;
 line-height: 20px;
 letter-spacing: 0.01em;
 color: #262626;
 padding: 18px 35px;
 cursor: pointer;
 background-color: #00FD84;
}
.conditions__tab.active {
  background-color: transparent !important;
}
.conditions__text {
 text-align: center;
}
@media (max-width: 576px) {
 .conditions__text {
   text-align: left;
}
}
.conditions-item {
display: none;
text-align: left;
}
.conditions-item.active {
display: block;
}

.conditions-item__text table {
  margin-top: 16px;
}

.conditions-item__text table, 
.conditions-item__text th, 
.conditions-item__text td {
  border: 1px solid black;
  border-collapse: collapse;
}
.conditions-item__text th, 
.conditions-item__text td {
  padding: 5px;
  text-align: center;
}

.conditions-item__text h5 {
text-align: left;
margin: 64px 0 0 0;
font-size: 32px;
font-weight: 600;
line-height: 48px;
letter-spacing: 0.01em;
color: #262626;
}
.conditions-item__text h5:first-of-type {
margin: 0 !important;
}
.conditions-item__text ul,
.conditions-item__text ol {
margin: 24px 0 0 0;
padding: 0 0 0 34px;
}
.conditions-item__text ul ul,
.conditions-item__text ol ul {
list-style-type: disc;
margin: 16px 0 8px;
}
.conditions-item__text ul li,
.conditions-item__text ol li,
.conditions-item__text p {
text-align: left;
margin: 16px 0 0 0;
padding: 0;
font-size: 20px;
font-weight: 500;
line-height: 32px;
letter-spacing: 0.01em;
color: #262626;
}
.conditions-item__text ul li a,
.conditions-item__text ul li a:hover,
.conditions-item__text ul li a:visited,
.conditions-item__text ol li a,
.conditions-item__text ol li a:hover,
.conditions-item__text ol li a:visited {
color: #00FD84;
text-decoration: none;
}
.page-content__testimonials-title {
font-family: 'Druk Wide Cyr';
font-weight: 500;
font-size: 80px;
line-height: 80px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
color: #00FD84;
&.page-content__testimonials-page-title {
  color: #262626;
}
@media (max-width: 1200px) {
  font-size: 44px;
  line-height: 48px;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 1300px) {
  word-break: break-word;
  overflow-wrap: break-word;
}
}
.page-content__testimonials-subtitle {
font-weight: 400;
font-size: 32px;
line-height: 36px;
text-align: center;
margin-top: 24px;
color: #FFF;
margin-bottom: 48px;
&.page-content__testimonials-page-subtitle {
  margin-top: 32px;
  margin-bottom: 56px;
}
@media (max-width: 1200px) {
  font-size: 24px;
  line-height: 28px;
  margin: 12px 0 48px;
}
}
.page-content__testimonials-block {
display: flex;
gap: 32px;
flex-wrap: wrap;
justify-content: space-between;
}
@media (max-width: 1200px) {
.page-content__testimonials-block {
  gap: 16px;
}
}
.page-content__testimonials-item {
  border-radius: 96px;
  padding: 62px 35px;
  background: transparent;
  flex-basis: calc(50% - 90px);
  border: 4px solid #00FD84;
  color: #FFF;
  max-height: 392px;

  @media (max-width: 1200px) {
    max-height: 100%;
  }

  &.page-content__testimonials-page-item {
    background-color: #262626;
    border: none;
    height: 511px;

    @media (max-width: 1200px) {
      height: 100%;
    }
  }
}
@media (max-width: 1200px) {
.page-content__testimonials-item {
  flex-basis: 100%;
  padding: 70px 32px;
}
}
.page-content__testimonials-item-header {
  font-family: 'Druk Wide Cyr';
  font-size: 36px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #FFF;
  margin-bottom: 36px;
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;

  @media (max-width: 1300px) {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  &.page-content__testimonials-item-page-header {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;

    &::after {
      margin-left: 0;
    }
  }

  &::after {
    content: '';
    display: inline-block;
    width: 172px;
    height: 26px;
    background-image: url('/img/new/stars.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 24px;
    flex-shrink: 0;
  }
}
@media (max-width: 1200px) {
.page-content__testimonials-item-header {
  font-size: 32px;
  line-height: 36px;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  word-break: break-word;
  overflow-wrap: break-word;

  &::after {
    margin-left: 0;
  }
}
}

.page-content__testimonials-item-text {
font-size: 24px;
font-weight: 400;
line-height: 32px;
letter-spacing: 0.01em;
color: #FFF;
text-align: left;
}
.page-content__testimonials-button {
  min-width: 248px;
  height: 65px !important;
  padding: 0 !important;
  @media (max-width: 1200px) {
    width: 100% !important;
  }
}
.page-content__conditions-block {
 display: flex;
 gap: 24px;
 flex-direction: row;
 justify-content: space-between;
 margin: 48px 0 8px;
}
@media (max-width: 1200px) {
 .page-content__conditions-block {
   flex-wrap: wrap;
}
}
@media (max-width: 1200px) {
 .page-content__conditions-block {
   margin: 32px 0 8px;
   gap: 8px;
}
}
.page-content__conditions-button {
 margin-top: 40px;
}
@media (max-width: 1200px) {
 .page-content__conditions-button {
   margin-top: 32px;
}
}
.page-content__conditions-item {
 padding: 64px 32px;
 border-radius: 64px;
 background: #FFFF;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 16px;
 flex: 25%;
}
@media (max-width: 1200px) {
 .page-content__conditions-item {
   flex: 35%;
}
}
@media (max-width: 1200px) {
 .page-content__conditions-item {
   padding: 24px 16px;
   border-radius: 24px;
   gap: 8px;
}
}
.page-content__conditions-item-img {
 background: #00FD84;
 border-radius: 32px;
 padding: 24px;
 margin-bottom: 16px;
}
.page-content__conditions-item-img img {
 width: 48px;
 height: 48px;
}
@media (max-width: 1200px) {
 .page-content__conditions-item-img {
   margin-bottom: 16px;
   border-radius: 16px;
   padding: 16px;
}
}
.page-content__conditions-item-numbers {
 color: #262626;
 font-size: 40px;
 font-weight: 600;
 line-height: 48px;
 text-transform: lowercase;
}
@media (max-width: 1200px) {
 .page-content__conditions-item-numbers {
   font-size: 24px;
   line-height: 32px;
}
}
.page-content__conditions-item-text {
 font-size: 20px;
 font-weight: 500;
 line-height: 28px;
 color: #7A7A85;
}
@media (max-width: 1200px) {
 .page-content__conditions-item-text {
   font-size: 16px;
   line-height: 24px;
}
}
.page-content__brands {
 text-align: left;
}
.page-content__brands-title {
 font-size: 80px;
 font-weight: 500;
 line-height: 80px;
 letter-spacing: 0.01em;
 margin-bottom: 28px;
 text-transform: uppercase;
 @media (max-width: 1300px) {
    word-break: break-word;
    overflow-wrap: break-word;
  }
}
.page-content__brands-title span {
  color: #00FD84;
  font-family: 'Druk Wide Cyr' !important;
}
.page-content__brands-title span:last-of-type {
  color: #FFF;
  font-family: 'Druk Wide Cyr' !important;
}
@media (max-width: 1200px) {
 .page-content__brands-title {
   font-size: 44px;
   line-height: 48px;
   margin-bottom: 16px;
   word-break: break-word;
   overflow-wrap: break-word;
}
}
.page-content__brands-text {
 font-size: 32px;
 font-weight: 400;
 line-height: 36px;
 letter-spacing: 0.01em;
 color: #FFF;
 width: calc(100% - 400px);
}
@media (max-width: 1200px) {
 .page-content__brands-text {
   width: 100%;
   font-size: 24px;
   line-height: 28px;
   margin-bottom: 48px;
}
}
.page-content__brands-header {
  position: relative;
}
.page-content__brands-circle {
  position: absolute;
  bottom: -156px;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: url('/img/new/round-logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  animation: rotate-slow 20s linear infinite;

  @media (max-width: 1200px) {
    top: -348px;
    right: 50%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@keyframes rotate-slow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1200px) {
  @keyframes rotate-slow {
  0% {
    transform: translate(-50%, 0) rotate(0deg);
  }
  100% {
    transform: translate(-50%, 0) rotate(360deg);
  }
}
}
.page-content__brands-mockup {
 margin-bottom: 48px;
}
.page-content__brands-mockup img {
 max-width: 100%;
}
.page-content__brands-logo {
 margin-bottom: 32px;
}
.page-content__brands-logo img {
 max-width: 100%;
}
.page-content__brands-info {
 margin-bottom: 40px;
 text-align: center;
 font-weight: 400;
 font-size: 24px;
 line-height: 36px;
}
@media (max-width: 992px) {
 .page-content__brands-info {
   max-width: 100%;
   font-size: 18px;
   line-height: 24px;
   margin-bottom: 24px;
}
}
.page-content__brands-item {
 flex: 50%;
 font-size: 20px;
 font-weight: 500;
 line-height: 28px;
 color: #262626;
 text-align: left;
}
@media (max-width: 1200px) {
 .page-content__brands-item {
   flex: 100%;
}
}
.page-content__brands-button {
  height: 65px !important;
  min-width: 248px;
}
.page-content__brands-buttons {
 display: flex;
 gap: 24px;
 justify-content: center;
}
@media (max-width: 1200px) {
 .page-content__brands-buttons {
   flex-direction: column;
   width: 100%;
}
}
@media (max-width: 1200px) {
 .page-content__brands-button {
   width: 100%;
}
}
.page-content.advantages {
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.page-content.rules {
  @media (max-width: 1200px) {
    padding-top: 144px;
  }
}

.page-content.advantages::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  aspect-ratio: 1/1;
  height: 100%;
  background-image: url('/img/new/logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(45deg);
  z-index: -1;
}

.page-content__advantages-title {
 font-family: 'Druk Wide Cyr';
 font-weight: 500;
 font-size: 128px;
 line-height: 132px;
 letter-spacing: 0%;
 text-align: center;
 vertical-align: middle;
 text-transform: uppercase;
 color: #262626;
 margin-bottom: 16px;
 @media (max-width: 1300px) {
    word-break: break-word;
    overflow-wrap: break-word;
  }
}
@media (max-width: 1200px) {
 .page-content__advantages-title {
   font-size: 42px;
   line-height: 46px;
   margin-bottom: 10px;
   word-break: break-word;
   overflow-wrap: break-word;
}
}
.page-content__advantages-subtitle {
 font-weight: 400;
 font-size: 32px;
 line-height: 36px;
 color: #262626;
 margin-bottom: 28px;
}
@media (max-width: 1200px) {
 .page-content__advantages-subtitle {
   font-size: 23px;
   line-height: 26px;
   margin-bottom: 25px;
}
}
.page-content__advantages-text {
 font-weight: 400;
 font-size: 24px;
 line-height: 36px;
 color: #262626;
 margin: 0 auto 83px;
}
@media (max-width: 1200px) {
 .page-content__advantages-text {
   text-align: center;
   font-size: 17px;
   line-height: 23px;
   margin-bottom: 45px;

}
}
.page-content__advantages-items {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 36px;
}
@media (max-width: 1200px) {
 .page-content__advantages-items {
   gap: 24px;
}
}
.page-content__advantages-item {
 flex: calc((100% - 300px) / 3);
 display: flex;
 align-items: center;
 gap: 12px;
 border-radius: 96px;
 background-color: #FFF;
 border: 4px solid #00FD84;
 padding: 46px 33px;
}
@media (max-width: 1200px) {
 .page-content__advantages-item {
   padding: 0 32px;
}
}
@media (max-width: 992px) {
 .page-content__advantages-item {
   flex: 100%;
   padding: 0;
}
}
@media (max-width: 1200px) {
 .page-content__advantages-item {
   flex: 100%;
   padding: 35px 30px;
}
}
.page-content__advantages-item-text {
 font-size: 24px;
 font-weight: 500;
 line-height: 28px;
 color: #262626;
 text-align: left;
}
@media (max-width: 1200px) {
 .page-content__advantages-item-text {
   font-size: 20px;
   line-height: 24px;
}
}
.page-content__advantages-img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  @media (max-width: 1200px) {
    width: 70px;
    min-width: 70px;
    height: 70px;

    img {
      max-width: 100%;
    }
  }
}
.page-content__advantages-btn {
  height: 65px !important;
  width: 412px !important;
  padding: 0 !important;
  margin-top: 48px;

  @media (max-width: 1200px) {
    width: 100% !important;
  }
}
.green-text {
 color: #00FD84;
}
.dark-text {
 color: #262626 !important;
}
.dark-bg {
  background: #262626 !important;
}
.bold-text {
 font-weight: 600;
}

* {
 font-family: "Montserrat", sans-serif;
}
html {
 height: 100%;
 scroll-behavior: smooth;
 margin: 0;
 padding: 0;
 overflow-x: hidden;
}
body {
 background-color: #FFF;
 background-position: top;
 background-repeat: no-repeat;
 font-family: "Montserrat", sans-serif;
 font-weight: 500;
 overflow-x: hidden;
 max-width: 100%;
 color: #262626;
 margin: 0;
 padding: 0;
 overflow-x: hidden;
 
}
button {
 outline: none;
 cursor: pointer;
}
button:focus, button:active {
 outline: none;
 box-shadow: none;
}
@media (max-width: 1200px) {
 .desktop {
   display: none !important;
}
}
@media (min-width: 1201px) {
 .mobile {
   display: none !important;
}
}
.btn-primary {
 font-family: 'Nunito Sans';
 font-weight: 700;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 text-align: center;
 height: 48px;
 background: #00FD84;
 border-radius: 96px;
 padding: 0 33px;
 position: relative;
 font-size: 20px;
 line-height: 24px;
 letter-spacing: 0.01em;
 color: #262626;
 text-decoration: none;
 outline: none;
 border: none;
 cursor: pointer;
 width: auto;

 &.btn-dark {
  background-color: #262626;
  color: #FFF;
  height: 64px;
  &:hover {
    background-color: #F1F4F9;
  }
  &:active {
    background-color: #FFF;
  }
 }
}
.btn-primary:hover, .btn-primary:active {
 text-decoration: none;
 color: #262626;
 border: transparent;
}

.btn-primary:hover {
 background: #00BA61;
}

.btn-primary:active {
 background: #FFFFFF;
}

.btn-primary.btn-white {
 background: #FFFFFF;
 color: #262626;
}
.btn-primary.btn-white:hover, .btn-primary.btn-white:active {
 background: #00BA61;
 color: #262626;
}

.btn-primary.btn-border {
 border: 1px solid #FFFFFF;
 background: #FFF;
 color: #FFFFFF;
}
.btn-primary.btn-border:hover, .btn-primary.btn-border:active {
 border: 1px solid #FFFFFF;
 background: #F1F4F9 !important;
 color: #262626;
}

.btn-primary.btn-dark-border {
 border: 1px solid #262626;
 background: transparent;
 color: #262626;
}
.btn-primary.btn-dark-border:hover, .btn-primary.btn-dark-border:active {
 border: 1px solid #00BA61;
 background: #00BA61;
 color: #262626;
}

.btn-primary.page-content__conditions-button {
 font-size: 20px;
 font-weight: 600;
 line-height: 24px;
 height: 56px;
}
@media (max-width: 1200px) {
 .btn-primary.page-content__conditions-button {
   font-size: 16px;
}
}
.btn-primary.page-content__button {
 padding: 8px 60px;
}

/* footer */
.footer-title {
  font-family: 'Druk Wide Cyr';
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
  color:#262626;
  @media (max-width: 1300px) {
    word-break: break-word;
    overflow-wrap: break-word;
  }
  @media (max-width: 1200px) {
    font-size: 44px;
    line-height: 48px;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.footer__logo img {
 max-width: 100%;
}
@media (max-width: 1200px) {
 .footer__logo {
   width: 80px;
   height: 40px;
}
}
.footer__description {
 font-family: 'Druk Wide Cyr';
 margin-top: 250px;
 font-size: 20px;
 font-weight: 500;
 line-height: 20px;
 letter-spacing: 0.01em;
 color:#262626;
 text-align: center;
}
@media (max-width: 1200px) {
 .footer__description {
   margin-top: 127px;
   font-size: 20px;
   line-height: 24px;
}
}
.footer__img {
 max-width: 100%;
}
.footer__list {
 display: flex;
 justify-content: center;
 align-items: center;
 margin-top: 24px;
 gap: 12px;
 @media (max-width: 1200px) {
  margin-top: 48px;
 }
}
.footer__item-img {
 width: 80px;
 height: 80px;
}
.footer__buttons {
  margin-top: 48px;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  @media (max-width: 1200px) {
    flex-direction: column;
  }
}
.footer-button {
  min-width: 248px !important;
  height: 65px !important;
  @media (max-width: 1200px) {
    min-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.page-content__marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #00FD84;
  white-space: nowrap;
  height: 66px;
}

.page-content__marquee {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

.page-content__marquee span {
  font-family: 'Druk Wide Cyr';
  display: inline-block;
  color: #262626;
  font-weight: 500;
  font-size: 24px;
  padding: 12px 0;
  text-transform: uppercase;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.slick-prev,
.slick-next {
  width: 44px !important;
  height: 38px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  z-index: 10;
}

.slick-prev:before,
.slick-next::before {
  content: '' !important;
}

.slick-prev {
  background-image: url('/img/new/slick-prev.svg') !important;
  left: -50px !important;
}

.slick-next {
  background-image: url('/img/new/slick-next.svg') !important;
  right: -50px !important;
}

.slick-dots {
  bottom: -55px !important;
}

.slick-dots li {
  width: 32px !important;
  height: 32px !important;
  margin: 0 6px !important;
}

.slick-dots li button:before {
  content: '' !important;
}

.slick-dots li button {
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  background: transparent;
  border: none;
  background-image: url('/img/new/default.svg') !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1 !important;
}

.slick-dots li button:hover {
  background-image: url('/img/new/hover.svg') !important;
}

.slick-dots li.slick-active button {
  opacity: 1;
  background-image: url('/img/new/active.svg') !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 110px !important;
}

@media (max-width: 1430px) {
  .slick-prev,
  .slick-next {
    top: auto !important;
    bottom: -60px !important;
    transform: none !important;
  }

  .slick-prev {
    left: 40% !important;
  }

  .slick-next {
    right: 40% !important;
  }

  .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px !important;
  }
}

@media (max-width: 1200px) {
  .slick-prev,
  .slick-next {
    top: auto !important;
    bottom: -60px !important;
    transform: none !important;
  }

  .slick-prev {
    left: 0 !important;
  }

  .slick-next {
    right: 0 !important;
  }

  .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px !important;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 75px;
  right: 64px;
  width: 56px;
  height: 56px;
  background-color: #262626;
  color: #fff;
  font-size: 24px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  z-index: 1000;
  display: none;
  transition: opacity 0.3s;
  background-image: url('/img/new/arrow-top.svg');
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  @media (max-width: 1200px) {
    right: 16px;
    bottom: 90px;
  }
}
.scroll-to-top.show {
  display: block;
}
