@import "../css/normolize.css";
@import "../css/nulling-styles.css";
@import "../css/fonts.css";
.logo, .logo__image, .logo__link {
  width: 241px;
  height: 40px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.logo__image, .logo__link {
  display: inline-block;
}
@media (hover: hover) {
  .logo__link:hover {
    -webkit-filter: brightness(60%);
            filter: brightness(60%);
  }
}
.logo__link:active {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (max-width: 768px) {
  .logo, .logo__image, .logo__link {
    width: 147px;
    height: 25px;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 17px;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.nav__list--header {
  margin-right: auto;
}
.nav__list--footer {
  position: relative;
  left: -74px;
}
@media (max-width: 1000px) {
  .nav__list--footer {
    left: unset;
  }
}
@media (max-width: 768px) {
  .nav__list--footer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 2px;
  }
}
@media (max-width: 1500px) {
  .nav__list {
    width: 100%;
    margin-right: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1000px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav__list--mobile {
    margin: 0 0 56px;
  }
}
.nav__link {
  display: inline-block;
  font-family: "google-sans", sans-serif;
  font-size: 19px;
  line-height: 151%;
  color: rgba(239, 239, 241, 0.6);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.nav__link-mobile-menu {
  font-family: "gotham-pro", sans-serif;
  font-size: 20px;
  line-height: 148%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}
@media (hover: hover) {
  .nav__link:hover {
    color: rgba(239, 239, 241, 0.7);
  }
}
.nav__link:active {
  color: #efeff1;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (max-width: 768px) {
  .nav__link {
    font-size: 14px;
    line-height: 156%;
  }
}
.nav__btn {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-family: "google-sans", sans-serif;
  font-size: 19px;
  line-height: 105%;
  color: #fff;
  background: rgba(32, 33, 48, 0.6);
  padding: 21.5px 28.5px;
  border-radius: 13px;
}
@media (hover: hover) {
  .nav__btn:hover {
    background: rgba(32, 33, 48, 0.8);
  }
}
.nav__btn:active {
  background: #202130;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (max-width: 1000px) {
  .nav__btn {
    margin: 0 0 11%;
    font-size: 14px;
    line-height: 156%;
    padding: 15px 45px;
    border-radius: 0px;
  }
}
@media (max-width: 1000px) {
  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 90px 0 105px;
    gap: 0;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials--footer {
  gap: 25px;
}
@media (max-width: 1000px) {
  .socials--footer {
    gap: 10px;
  }
}
.socials__item {
  width: 48px;
  height: 48px;
  padding: 9px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socials__item--footer {
  padding: 11px 0 0;
  width: 34px;
}
@media (max-width: 1000px) {
  .socials__item {
    width: 42px;
    height: 49px;
  }
}
@media (max-width: 1000px) {
  .socials__item {
    width: 28px;
    height: 36px;
  }
}
.socials__icon {
  fill: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.socials__icon--contacts {
  fill: rgba(239, 239, 241, 0.6);
}
.socials__icon--telegram {
  width: 21px;
  height: 21px;
}
@media (max-width: 1000px) {
  .socials__icon--telegram {
    width: 19px;
    height: 19px;
  }
}
.socials__icon--vk {
  width: 25px;
  height: 26px;
}
@media (hover: hover) {
  .socials__icon:hover {
    fill: #c9c9c9;
  }
}
.socials__icon:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  fill: #787878;
}
@media (hover: none) {
  .socials__icon:active {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    fill: #787878;
  }
}

.header {
  margin-top: 34px;
  min-height: 64px;
}
.header .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.header__logo {
  position: relative;
  z-index: 3;
}
.header__nav {
  max-width: 980px;
  width: 100%;
}
@media (max-width: 1000px) {
  .header__nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .header {
    margin-top: 12px;
    min-height: 32px;
  }
}

/* ====mobile-menu==== */
.mobile-menu {
  display: none;
}
@media (max-width: 1000px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu__burger {
  position: relative;
  z-index: 3;
  display: block;
  width: 32px;
  height: 32px;
  background-color: transparent;
  padding: 13px 0 11px;
  cursor: pointer;
}
.mobile-menu__burger span {
  display: block;
  position: relative;
  width: 32px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.mobile-menu__burger span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 24px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.mobile-menu__wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  background-color: #100f15;
  visibility: hidden;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  -webkit-transform: translateY(calc(-100% - 98px));
          transform: translateY(calc(-100% - 98px));
}
.mobile-menu__wrapper__box {
  width: 100%;
  background-color: transparent;
  /*z-index: 1;*/
}

#menu-switch[type=checkbox] {
  display: none;
}
#menu-switch[type=checkbox]:checked ~ .mobile-menu__burger span::after, #menu-switch[type=checkbox]:checked ~ .mobile-menu__burger span {
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 2px;
  left: 2px;
  width: 28px;
}
#menu-switch[type=checkbox]:checked ~ .mobile-menu__burger span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  left: 0;
}
#menu-switch[type=checkbox]:checked ~ .mobile-menu__wrapper {
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* ====END-mobile-menu==== */
.promo {
  padding: 156px 0 307px;
}
@media (max-width: 1600px) {
  .promo {
    padding: 159px 0;
  }
}
@media (max-width: 1000px) {
  .promo {
    padding: 112px 0;
  }
}
@media (max-width: 768px) {
  .promo {
    padding: 119px 0 516px;
  }
}
.promo__description {
  max-width: 674px;
  width: 100%;
  min-height: 405px;
  margin: 0 0 160px;
}
@media (max-width: 768px) {
  .promo__description {
    margin: 0 auto 68px;
    max-width: 332px;
    min-height: 231px;
  }
}
.promo__title {
  font-size: 44px;
  line-height: 152%;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 19px;
}
@media (max-width: 768px) {
  .promo__title {
    font-size: 23px;
    margin: 0 0 5px;
    text-align: center;
  }
}
.promo__text {
  max-width: 476px;
  font-size: 21px;
  line-height: 161%;
  margin: 0 0 48px;
}
@media (max-width: 768px) {
  .promo__text {
    margin: 0 auto 28px;
    max-width: 224px;
    font-size: 14px;
    line-height: 156%;
    text-align: center;
  }
}
.promo__buttons {
  width: 100%;
  min-height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}
@media (max-width: 768px) {
  .promo__buttons {
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 50px;
  }
}
.promo__btn {
  font-family: "google-sans", sans-serif;
  font-size: 19px;
  line-height: 24px;
  color: #fff;
  background: rgba(32, 33, 48, 0.6);
  padding: 23px 27px 24px 30px;
  border-radius: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11.5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.promo__btn-text--mobile {
  display: none;
}
@media (max-width: 768px) {
  .promo__btn-text--desktop {
    display: none;
  }
  .promo__btn-text--mobile {
    display: inline-block;
  }
}
@media (hover: hover) {
  .promo__btn:hover {
    background: rgba(32, 33, 48, 0.8);
  }
}
.promo__btn:active {
  background: #202130;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (max-width: 768px) {
  .promo__btn {
    padding: 16px 26px 16px 33px;
    border-radius: 7px;
    background: #131620;
    font-size: 13px;
    line-height: 145%;
  }
}
.promo__btn-icon {
  width: 18px;
  height: 20px;
  fill: #fff;
  stroke: rgba(239, 239, 241, 0.6);
}
@media (max-width: 768px) {
  .promo__btn-icon {
    display: none;
  }
}
.promo__btn--accent {
  position: relative;
  padding: 22px 56.5px 24px 33px;
  background: linear-gradient(5deg, #fbc81f 0%, #ffaf2e 88.5%);
  color: #15141a;
  font-family: "google-sans500", sans-serif;
}
.promo__btn--accent span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../images/icons/become-partner-arrow.svg) no-repeat center/cover;
  right: 31px;
  top: 28px;
}
@media (max-width: 768px) {
  .promo__btn--accent span::after {
    width: 9px;
    height: 9px;
    right: 23px;
    top: 21px;
  }
}
@media (hover: hover) {
  .promo__btn--accent:hover {
    background: linear-gradient(5deg, #ffd23e 0%, #ffb43d 88.5%);
  }
}
.promo__btn--accent:active {
  background: linear-gradient(5deg, #fbc81f 0%, #ffaf2e 88.5%);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (max-width: 768px) {
  .promo__btn--accent {
    padding: 16px 39px 15px 25px;
    color: #100f15;
  }
}
.promo__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .promo__badges {
    max-width: 332px;
    margin: 0 auto;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.promo__badge {
  padding: 21px 0 24px 32px;
  max-width: 204px;
  width: 100%;
  min-height: 112px;
  background: #141621;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .promo__badge {
    min-height: 57px;
    padding: 16px 16px 8px 15px;
    border-radius: 12px;
  }
}
.promo__badge-name {
  font-size: 23px;
  line-height: 165%;
  font-weight: 500;
  background: linear-gradient(10deg, #f3e43b 0%, #ffaf2e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .promo__badge-name {
    font-size: 14px;
    line-height: 100%;
    color: #efeff1;
    margin-bottom: -2px;
  }
}
.promo__badge-text {
  font-size: 19px;
  line-height: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  .promo__badge-text {
    font-size: 12px;
    line-height: 151%;
  }
}
.promo__image-wrapper {
  max-width: 1920px;
  width: 100%;
  min-height: 1136.5px;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  z-index: -1;
}
@media (max-width: 1830px) {
  .promo__image-wrapper {
    left: unset;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .promo__image-wrapper {
    left: unset;
    right: 0;
    min-height: 1000px;
  }
}
@media (max-width: 1000px) {
  .promo__image-wrapper {
    min-height: 812px;
  }
}
@media (max-width: 768px) {
  .promo__image-wrapper {
    max-width: 566px;
    min-height: 658px;
    -webkit-filter: unset;
            filter: unset;
    top: 445px;
    left: calc(50% - 283px);
  }
}
@media (max-width: 563px) {
  .promo__image-wrapper {
    left: unset;
  }
}
.promo__image {
  position: absolute;
  max-width: 1920px;
  width: 100%;
  top: 0;
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 1200px) {
  .promo__image {
    -o-object-position: -410px;
       object-position: -410px;
    min-height: inherit;
  }
}
@media (max-width: 1000px) {
  .promo__image {
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1000px) {
  .promo__image {
    min-height: inherit;
  }
}
@media (max-width: 768px) {
  .promo__image {
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.privilege__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 53px;
  -webkit-column-gap: 39.5px;
     -moz-column-gap: 39.5px;
          column-gap: 39.5px;
}
@media (max-width: 1600px) {
  .privilege__list {
    row-gap: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .privilege__list {
    max-width: 400px;
    gap: 16px;
  }
}
.privilege__list-item {
  max-width: 581px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 72px;
  gap: 20px;
}
.privilege__list-item--big {
  max-width: 775px;
}
.privilege__list-item--medium {
  max-width: 492px;
}
.privilege__list-item--small {
  max-width: 408px;
}
@media (max-width: 1600px) {
  .privilege__list-item {
    max-width: 1000px;
  }
  .privilege__list-item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .privilege__list-item:nth-child(5) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .privilege__list-item:nth-child(2) {
    margin-left: 5em;
  }
  .privilege__list-item:nth-child(3) {
    margin-left: 15em;
  }
  .privilege__list-item:nth-child(4) {
    margin-left: 10em;
  }
  .privilege__list-item:nth-child(5) {
    margin-left: 20em;
  }
}
@media (max-width: 1000px) {
  .privilege__list-item:nth-child(3), .privilege__list-item:nth-child(5) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .privilege__list-item:nth-child(n) {
    margin-left: unset;
  }
}
@media (max-width: 768px) {
  .privilege__list-item {
    gap: 16px;
    min-height: 46px;
  }
}
.privilege__image-wrapper {
  border-radius: 20px;
  max-width: 72px;
  width: 100%;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #28272d;
}
@media (max-width: 768px) {
  .privilege__image-wrapper {
    border-radius: 14px;
    max-width: 46px;
    height: 46px;
  }
}
.privilege__image {
  width: 49px;
  height: 49px;
}
.privilege__image--dice {
  width: 59.74px;
  height: 48.71px;
}
.privilege__image--car {
  width: 56px;
  height: 45px;
}
@media (max-width: 768px) {
  .privilege__image {
    width: 31px;
    height: 31px;
  }
  .privilege__image--dice {
    width: 38px;
  }
  .privilege__image--car {
    width: 36px;
    height: 29px;
  }
}
.privilege__text {
  font-family: "gotham-pro", sans-serif;
  font-size: 23px;
  line-height: 154%;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  .privilege__text {
    font-size: 14px;
    line-height: 162%;
    color: #efeff1;
  }
}

.advantages {
  padding: 204px 0 219px;
}
@media (max-width: 1600px) {
  .advantages {
    padding: 150px 0;
  }
}
@media (max-width: 768px) {
  .advantages {
    padding: 88px 0;
  }
}
.advantages__heading {
  margin: 0 auto 52px;
  max-width: 757px;
  width: 100%;
}
@media (max-width: 768px) {
  .advantages__heading {
    margin: 0 auto 20px;
  }
}
.advantages__list {
  display: grid;
  grid-template: repeat(3, minmax(200px, auto))/repeat(6, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 18px;
}
@media (max-width: 1280px) {
  .advantages__list {
    grid-template: repeat(3, minmax(200px, auto))/repeat(6, 1fr);
  }
}
@media (max-width: 1000px) {
  .advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
}
.advantages__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 40px 48px 30px;
  border-radius: 20px;
  background: #15141a;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .advantages__list-item {
    padding: 28px 32px;
  }
}
@media (max-width: 1000px) {
  .advantages__list-item {
    max-width: 332px;
    width: 100%;
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .advantages__list-item {
    max-width: 500px;
  }
}
.advantages__list-item:not(:first-child) {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.advantages__list-item:nth-child(1) {
  min-height: 614px;
  grid-column: 1/4;
  grid-row: 1/3;
  background: url(../../images/advantages/main-card-backround.svg) no-repeat right bottom 15%, #15141a;
}
@media (max-width: 1280px) {
  .advantages__list-item:nth-child(1) {
    min-height: 518px;
    background: url(../../images/advantages/main-card-backround.svg) no-repeat right -17px bottom 21%/306px, rgba(22, 26, 39, 0.6);
  }
}
@media (max-width: 1000px) {
  .advantages__list-item:nth-child(1) {
    min-height: unset;
    min-height: 436px;
    max-width: 690px;
    padding: 75px;
  }
}
@media (max-width: 768px) {
  .advantages__list-item:nth-child(1) {
    min-height: unset;
    min-height: 436px;
    max-width: 500px;
    padding: 28px 32px;
  }
}
.advantages__list-item:nth-child(2) {
  padding: 40px 72px 30px 48px;
}
@media (max-width: 1280px) {
  .advantages__list-item:nth-child(2) {
    padding: 28px 39px 22px 32px;
  }
}
.advantages__list-item:nth-child(2), .advantages__list-item:nth-child(3) {
  min-height: 297px;
  grid-column: 4/7;
}
@media (max-width: 1280px) {
  .advantages__list-item:nth-child(2), .advantages__list-item:nth-child(3) {
    min-height: 250px;
  }
}
@media (max-width: 1000px) {
  .advantages__list-item:nth-child(2), .advantages__list-item:nth-child(3) {
    height: unset;
    min-height: 295px;
  }
}
.advantages__list-item:nth-child(3) {
  background: url(../../images/advantages/card-backround2.svg) no-repeat center 99%/contain, #15141a;
}
@media (max-width: 768px) {
  .advantages__list-item:nth-child(3) {
    background: url(../../images/advantages/card-backround2.svg) no-repeat right -26px bottom 15%/152%, #15141a;
  }
}
.advantages__list-item:nth-child(4) {
  background: url(../../images/advantages/card-backround3.svg) no-repeat bottom right 18%/auto, #15141a;
}
@media (max-width: 768px) {
  .advantages__list-item:nth-child(4) {
    background: url(../../images/advantages/card-backround3.svg) no-repeat bottom -8px right 0px/185px, #15141a;
  }
}
.advantages__list-item:nth-child(4), .advantages__list-item:nth-child(5), .advantages__list-item:nth-child(6) {
  grid-column: span 2;
}
.advantages__list-item:nth-child(5), .advantages__list-item:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.advantages__name {
  margin: 0 0 16px;
  font-size: 23px;
  line-height: 159%;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1600px) {
  .advantages__name {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .advantages__name {
    margin: 0 0 7px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .advantages__name {
    font-size: 14px;
    line-height: 169%;
  }
}
.advantages__name--big {
  max-width: 303px;
}
@media (max-width: 1280px) {
  .advantages__name--big {
    font-size: 26px;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .advantages__name--big {
    max-width: 227px;
    font-size: 14px;
    line-height: 169%;
  }
}
.advantages__main-image {
  position: absolute;
  max-width: 274px;
  width: 100%;
  min-height: 491px;
  right: 17%;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-box-shadow: 0 37px 81px 0 rgba(0, 0, 0, 0.18), 0 147px 147px 0 rgba(0, 0, 0, 0.15), 0 332px 199px 0 rgba(0, 0, 0, 0.09), 0 590px 236px 0 rgba(0, 0, 0, 0.03), 0 922px 258px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 37px 81px 0 rgba(0, 0, 0, 0.18), 0 147px 147px 0 rgba(0, 0, 0, 0.15), 0 332px 199px 0 rgba(0, 0, 0, 0.09), 0 590px 236px 0 rgba(0, 0, 0, 0.03), 0 922px 258px 0 rgba(0, 0, 0, 0);
}
@media (max-width: 1280px) {
  .advantages__main-image {
    max-width: 182px;
    width: 100%;
    min-height: 328px;
    right: 9%;
  }
}
@media (max-width: 768px) {
  .advantages__main-image {
    right: 14%;
  }
}
.advantages__description {
  max-width: 380px;
  font-size: 19px;
  line-height: 151%;
  color: rgba(239, 239, 241, 0.6);
}
@media (max-width: 1600px) {
  .advantages__description {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .advantages__description {
    font-size: 14px;
  }
}
.advantages__description--small {
  position: relative;
  font-size: 14px;
  line-height: 151%;
}
@media (max-width: 1600px) {
  .advantages__description--small {
    font-size: 12px;
    line-height: 159%;
  }
}
.advantages__description--small:nth-child(1)::before, .advantages__description--small:nth-child(2)::before, .advantages__description--small:nth-child(3)::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 158px;
  top: -169px;
  left: 3px;
  border-radius: 7px;
  background: linear-gradient(8deg, #fbc81f 0%, #ffaf2e 88.5%);
}
@media (max-width: 1600px) {
  .advantages__description--small:nth-child(1)::before, .advantages__description--small:nth-child(2)::before, .advantages__description--small:nth-child(3)::before {
    width: 20px;
    height: 67px;
    top: -74px;
    left: 2px;
  }
}
.advantages__description--small:nth-child(2)::before {
  height: 188px;
  top: -199px;
  left: 21px;
}
@media (max-width: 1600px) {
  .advantages__description--small:nth-child(2)::before {
    height: 79px;
    top: -85px;
    left: 18px;
  }
}
.advantages__description--small:nth-child(3)::before {
  height: 116px;
  top: -127px;
  left: 9px;
}
@media (max-width: 1600px) {
  .advantages__description--small:nth-child(3)::before {
    height: 49px;
    top: -55px;
    left: 7px;
  }
}
.advantages__decor-graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 158px;
  width: 100%;
  min-height: 21px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 34px 0 0;
}
@media (max-width: 1600px) {
  .advantages__decor-graph {
    margin: 89px 0 0;
    max-width: 127px;
    min-height: 19px;
  }
}
@media (max-width: 768px) {
  .advantages__decor-graph {
    margin: 109px 0 0;
  }
}
.advantages__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 72px;
  gap: 16px;
}
@media (max-width: 768px) {
  .advantages__icons {
    min-height: 46px;
    gap: 8px;
  }
}
.advantages__icons-image--painting {
  width: 45px;
  height: 40px;
}
@media (max-width: 768px) {
  .advantages__icons-image--painting {
    width: 29px;
    height: 25px;
  }
}
.advantages__icons-image--document {
  width: 38px;
  height: 47px;
}
@media (max-width: 768px) {
  .advantages__icons-image--document {
    width: 22px;
    height: 27px;
  }
}
.advantages__icons-image--card {
  width: 50px;
  height: 38.5px;
}
@media (max-width: 768px) {
  .advantages__icons-image--card {
    width: 29px;
    height: 22px;
  }
}
.advantages__icons-image--chat {
  width: 56.01px;
  height: 44.01px;
}
@media (max-width: 768px) {
  .advantages__icons-image--chat {
    width: 32px;
    height: 25px;
  }
}
.advantages__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: #28272d;
}
@media (max-width: 768px) {
  .advantages__icon {
    border-radius: 14px;
    width: 46px;
    height: 46px;
  }
}

.faq {
  padding: 0 0 196px;
}
@media (max-width: 1000px) {
  .faq {
    padding: 0 0 80px;
  }
}
.faq__title {
  margin: 0 0 12px;
  letter-spacing: 0 !important;
}
@media (max-width: 768px) {
  .faq__title {
    font-size: 20px;
    line-height: 148%;
    margin: 0 0 11px;
  }
}
.faq__text {
  color: rgba(239, 239, 241, 0.6);
  text-align: center;
  max-width: 856px;
  width: 100%;
  margin: 0 auto 56px;
}
@media (max-width: 768px) {
  .faq__text {
    font-size: 14px;
    line-height: 156%;
  }
}
@media (max-width: 768px) {
  .faq__text {
    margin: 0 auto 32px;
  }
}

.accordion {
  max-width: 1296px;
  width: 100%;
  margin: 0 auto;
}
.accordion-item__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  min-height: 89px;
  margin: 0 0 16px;
  padding: 30px 42px 30px 37px;
  background-color: #15141a;
  color: #fff;
  border-radius: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .accordion-item__button {
    min-height: 84px;
    margin: 0 0 8px;
    padding: 20px 29px 20px 28px;
  }
}
.accordion-item__title {
  max-width: 1200px;
  font-family: "google-sans", sans-serif;
  text-transform: unset;
  font-size: 19px;
  line-height: 151%;
}
@media (max-width: 1280px) {
  .accordion-item__title {
    max-width: 900px;
  }
}
@media (max-width: 1000px) {
  .accordion-item__title {
    max-width: 650px;
  }
}
@media (max-width: 768px) {
  .accordion-item__title {
    font-size: 14px;
    line-height: 156%;
  }
}
@media (max-width: 768px) {
  .accordion-item__title {
    max-width: 400px;
  }
}
@media (max-width: 500px) {
  .accordion-item__title {
    max-width: 242px;
  }
}
.accordion-item__body {
  padding: 7px 0 60px;
}
.accordion-item__text {
  color: rgba(239, 239, 241, 0.6);
}
@media (max-width: 768px) {
  .accordion-item__text {
    font-size: 14px;
    line-height: 156%;
  }
}

.ui-accordion-header-icon {
  margin: 0 0 0 20px;
  display: block;
  position: absolute;
  right: 42px;
  width: 14px;
  height: 14px;
  background: transparent;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .ui-accordion-header-icon {
    right: 27px;
  }
}
.ui-accordion-header-icon::before, .ui-accordion-header-icon::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  left: 0;
  top: 7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ui-accordion-header-icon::after, .ui-accordion-header-icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.ui-accordion-header-icon.ui-icon-triangle-1-s::before, .ui-accordion-header-icon.ui-icon-triangle-1-s::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 19.8px;
  left: -3.4px;
}
.ui-accordion-header-icon.ui-icon-triangle-1-s::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.reviews {
  padding: 0 0 208px;
}
@media (max-width: 1000px) {
  .reviews {
    padding: 0 0 81px;
  }
}
.reviews__title {
  margin: 0 0 6px 0;
}
.reviews__text {
  cursor: auto;
}
@media (max-width: 768px) {
  .reviews__text {
    font-size: 13px;
    line-height: 159%;
  }
}
.reviews__text--subtitle {
  margin: 0 auto 52px;
  max-width: 417px;
  text-align: center;
}
@media (max-width: 768px) {
  .reviews__text--subtitle {
    max-width: 270px;
    margin: 0 auto 28px;
    font-size: 14px;
    line-height: 156%;
  }
}
.reviews__list {
  gap: 24px;
}
@media (hover: hover) and (hover: hover) {
  .reviews__list:hover:hover {
    cursor: -webkit-grab;
    cursor: grab;
  }
}
@media (max-width: 768px) {
  .reviews__list {
    gap: 12px;
  }
}
.reviews-card {
  max-width: 504px;
  width: 100%;
  min-height: 371px;
  padding: 32px 42px 55px 36px;
  background: #131620;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .reviews-card {
    max-width: 246px;
    min-height: 327px;
    border-radius: 18px;
    padding: 20px 16px 48px 23px;
  }
}
.reviews-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 24px;
  margin: 0 0 28px;
}
@media (max-width: 768px) {
  .reviews-card__header {
    gap: 16px;
    margin: 0 0 20px;
  }
}
.reviews-card__name {
  font-weight: 500;
  font-size: 23px;
  line-height: 154%;
  color: #fff;
  cursor: auto;
}
@media (max-width: 768px) {
  .reviews-card__name {
    font-size: 14px;
    line-height: 162%;
    position: relative;
    top: 4px;
  }
}
.reviews-card__image {
  border-radius: 13px;
  width: 82px;
  height: 82px;
}
@media (max-width: 768px) {
  .reviews-card__image {
    border-radius: 10px;
    width: 48px;
    height: 48px;
  }
}

.contacts__wrapper-bg {
  max-width: 1560px;
  width: 100%;
  min-height: 565px;
  padding: 121px 0 38px;
  border-radius: 20px;
  background: -webkit-image-set(url("../../images/contacts/backgroud-contacts-1960@2x.png") 2x, url("../../images/contacts/backgroud-contacts-1960.png") 1x) no-repeat center/cover;
  background: image-set(url("../../images/contacts/backgroud-contacts-1960@2x.png") 2x, url("../../images/contacts/backgroud-contacts-1960.png") 1x) no-repeat center/cover;
}
@media (max-width: 768px) {
  .contacts__wrapper-bg {
    padding: 116px 0 39px;
    min-height: 517px;
  }
}
@media (max-width: 575px) {
  .contacts__wrapper-bg {
    background: -webkit-image-set(url("../../images/contacts/backgroud-contacts-360@2x.png") 2x, url("../../images/contacts/backgroud-contacts-360.png") 1x) no-repeat center/cover;
    background: image-set(url("../../images/contacts/backgroud-contacts-360@2x.png") 2x, url("../../images/contacts/backgroud-contacts-360.png") 1x) no-repeat center/cover;
  }
}
.contacts__title {
  margin: 0 0 12px;
}
@media (max-width: 575px) {
  .contacts__title {
    max-width: 290px;
    margin: 0 auto 10px;
  }
}
.contacts__text {
  max-width: 430px;
  text-align: center;
  margin: 0 auto 36px;
}
@media (max-width: 575px) {
  .contacts__text {
    max-width: 252px;
    font-size: 14px;
    line-height: 156%;
    margin: 0 auto 32px;
  }
}
.contacts__btn {
  position: relative;
  max-width: 275px;
  padding: 0 23px 0 0;
  width: 100%;
  min-height: 71px;
  margin: 0 auto 127px;
  font-family: "google-sans500", sans-serif;
  font-size: 19px;
  line-height: 136%;
  color: #15141a;
  background: linear-gradient(5deg, #fbc81f 0%, #ffaf2e 88.5%);
  border-radius: 17px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .contacts__btn {
    max-width: 173px;
    min-height: 50px;
    font-size: 13px;
    line-height: 145%;
    margin: 0 auto 132px;
    border-radius: 7px;
    padding: 0 15px 0 0;
  }
}
.contacts__btn span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../images/icons/become-partner-arrow.svg) no-repeat center/cover;
  right: 44px;
  top: 29px;
}
@media (max-width: 575px) {
  .contacts__btn span::after {
    width: 9px;
    height: 9px;
    right: 23px;
    top: 21px;
  }
}
@media (hover: hover) {
  .contacts__btn:hover {
    background: linear-gradient(5deg, #ffd23e 0%, #ffb43d 88.5%);
  }
}
.contacts__btn:active {
  background: linear-gradient(5deg, #fbc81f 0%, #ffaf2e 88.5%);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.contacts__socials {
  max-width: 104px;
  margin: 0 auto;
  gap: 10px;
}
@media (max-width: 1000px) {
  .contacts__socials {
    max-width: 69px;
    gap: 15px;
  }
}

.footer {
  padding: 229px 0 0;
  min-height: 238px;
}
@media (max-width: 1000px) {
  .footer {
    padding: 84px 0 0;
  }
}
@media (max-width: 768px) {
  .footer__logo, .footer__logo .logo__link, .footer__logo .logo__image {
    width: 203px;
    height: 40px;
  }
}
.footer__nav {
  min-height: 90px;
  padding: 0 0 42px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
@media (max-width: 768px) {
  .footer__nav {
    padding: 0 0 26px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
}
.footer__copyright {
  padding: 28px 0 60px;
  border-top: 1px solid #57575b;
}
@media (max-width: 768px) {
  .footer__copyright {
    padding: 24px 0 48px;
  }
}
.footer__copyright-text {
  color: #57575b;
}
@media (max-width: 768px) {
  .footer__copyright-text {
    font-size: 12px;
    line-height: 151%;
  }
}

body {
  font-family: "google-sans", sans-serif;
  font-size: 19px;
  line-height: 151%;
  background: #100f15;
  color: rgba(239, 239, 241, 0.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gotham-pro", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.lock-body {
  overflow-y: hidden;
}

.center {
  max-width: 1588px;
  width: 100%;
  padding: 0 14px;
  margin: 0 auto;
}
.center--big {
  max-width: 1960px;
  width: 100%;
  padding: 0 0 0 200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1600px) {
  .center--big {
    padding: 0 0 0 14px;
  }
}
.center--big::after {
  position: absolute;
  content: "";
  width: 138px;
  height: 592px;
  top: -43%;
  right: 0;
  background: #100f15;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  z-index: 1;
}
@media (max-width: 768px) {
  .center--big::after {
    width: 35px;
    height: 388px;
    top: -12%;
    -webkit-filter: blur(35px);
            filter: blur(35px);
  }
}

.section-heading {
  font-size: 37px;
  line-height: 149%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
@media (max-width: 1000px) {
  .section-heading {
    letter-spacing: -0.01em;
    font-size: 28px;
    line-height: 148%;
  }
}
@media (max-width: 575px) {
  .section-heading {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */