.fz-40 {
  font-size: 40px; }
  @media (max-width: 1499px) {
    .fz-40 {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .fz-40 {
      font-size: 18px; } }

.fz-28 {
  font-size: 28px; }

.fz-24 {
  font-size: 24px; }

.fz-20 {
  font-size: 20px; }
  @media (max-width: 767px) {
    .fz-20 {
      font-size: 12px; } }

.fz-18 {
  font-size: 18px; }
  @media (max-width: 767px) {
    .fz-18 {
      font-size: 14px; } }

.fz-16 {
  font-size: 16px; }
  @media (max-width: 767px) {
    .fz-16 {
      font-size: 14px; } }

.fz-15 {
  font-size: 15px; }
  @media (max-width: 767px) {
    .fz-15 {
      font-size: 12px; } }

.fz-14 {
  font-size: 14px; }
  @media (max-width: 1499px) {
    .fz-14 {
      font-size: 12px; } }

.fz-12 {
  font-size: 12px; }
  @media (max-width: 767px) {
    .fz-12 {
      font-size: 10px; } }

.page-about__header {
  padding: 66px 87px;
  background: #ffffff;
  border-radius: 10px; }
  @media (max-width: 1199px) {
    .page-about__header {
      padding: 40px; } }
  @media (max-width: 767px) {
    .page-about__header {
      padding: 0px;
      padding-bottom: 0px;
      padding-top: 0px; } }

.page-about-rewards {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .page-about-rewards {
      margin-bottom: 60px; } }

.group-products__list {
  display: flex;
  margin: 0px -25px; }
  @media (max-width: 1699px) {
    .group-products__list {
      margin: 0px -15px; } }
  @media (max-width: 1499px) {
    .group-products__list {
      flex-wrap: wrap;
      margin: -15px; } }
  @media (max-width: 767px) {
    .group-products__list {
      margin: -8px;
      flex-wrap: nowrap;
      overflow: auto; }
      .group-products__list::-webkit-scrollbar {
        display: none; } }

.group-products__item {
  padding: 0px 25px;
  width: 25%;
  flex: 0 0 auto; }
  @media (max-width: 1699px) {
    .group-products__item {
      padding: 0px 15px; } }
  @media (max-width: 1499px) {
    .group-products__item {
      width: 50%;
      padding: 15px; } }
  @media (max-width: 1199px) {
    .group-products__item {
      padding: 8px;
      width: 50%; } }
  @media (max-width: 767px) {
    .group-products__item {
      width: 80%;
      flex: 0 0 auto; } }

.group-products__card {
  min-height: 156px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  transition: all 0.3s ease; }
  @media (max-width: 767px) {
    .group-products__card {
      min-height: 110px;
      padding: 12px; } }

@media (max-width: 767px) {
  .group-products__image {
    height: 50px; }
    .group-products__image img {
      max-width: 100%;
      max-height: 100%; } }

.group-products__title {
  margin-top: 15px;
  font-size: 22px; }
  @media (max-width: 1499px) {
    .group-products__title {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .group-products__title {
      font-size: 18px;
      margin-top: 5px; } }

@media (max-width: 767px) {
  .page-about-team {
    margin-top: 60px; } }

.page-about-team .index-team-section {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .page-about-team .index-team-section {
      margin-top: 0px;
      margin-left: -15px;
      margin-right: -15px; } }

.page-about-team .specs {
  margin-bottom: 0px; }

@media (max-width: 767px) {
  .page-about-team .presection__inner {
    justify-content: center;
    align-items: center;
    text-align: center; } }

.page-about-paper {
  margin-bottom: 145px; }
  @media (max-width: 1499px) {
    .page-about-paper {
      margin-bottom: 100px; } }
  @media (max-width: 1199px) {
    .page-about-paper {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .page-about-paper {
      margin-bottom: 0px; } }
  .page-about-paper .rowblock {
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      .page-about-paper .rowblock {
        flex-direction: column-reverse; } }
    .page-about-paper .rowblock__left {
      width: 50%;
      position: relative;
      z-index: 2; }
      @media (max-width: 1199px) {
        .page-about-paper .rowblock__left {
          width: auto; } }
    .page-about-paper .rowblock__right {
      width: 50%;
      padding-left: 147px;
      position: relative; }
      @media (max-width: 1499px) {
        .page-about-paper .rowblock__right {
          padding-left: 50px; } }
      @media (max-width: 1199px) {
        .page-about-paper .rowblock__right {
          width: auto;
          padding-left: 0px; } }
  .page-about-paper__content {
    padding: 51px 0px; }
    @media (max-width: 767px) {
      .page-about-paper__content {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .page-about-paper__bg {
    position: absolute;
    top: 0;
    left: -50%;
    bottom: 0;
    z-index: -1;
    right: calc((100vw - 1596px - var(--scrollWidth)) / 2 * -1); }
    @media (max-width: 1699px) {
      .page-about-paper__bg {
        right: calc((100vw - 1380px - var(--scrollWidth)) / 2 * -1); } }
    @media (max-width: 1499px) {
      .page-about-paper__bg {
        right: calc((100vw - 1140px - var(--scrollWidth)) / 2 * -1); } }
    @media (max-width: 1199px) {
      .page-about-paper__bg {
        right: calc((100vw - 744px - var(--scrollWidth)) / 2 * -1);
        background: linear-gradient(180deg, rgba(228, 228, 228, 0.2) 0%, rgba(228, 228, 228, 0) 100%); } }
    @media (max-width: 767px) {
      .page-about-paper__bg {
        right: -15px; } }
  .page-about-paper__descr p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300; }
    @media (max-width: 1499px) {
      .page-about-paper__descr p {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .page-about-paper__descr p {
        font-weight: 400;
        line-height: 1.5; } }
    .page-about-paper__descr p b,
    .page-about-paper__descr p a {
      font-weight: 400; }
      @media (max-width: 767px) {
        .page-about-paper__descr p b,
        .page-about-paper__descr p a {
          font-weight: 500; } }
    @media (min-width: 1024px) {
      .page-about-paper__descr p a:hover {
        cursor: pointer; } }
    @media (max-width: 767px) {
      .page-about-paper__descr p {
        font-size: 16px;
        font-weight: 400; } }
  .page-about-paper__link {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .page-about-paper__link {
        margin-top: 20px; } }

.page-about-opinion {
  margin-bottom: 64px; }
  @media (max-width: 767px) {
    .page-about-opinion .presection__inner {
      justify-content: center;
      align-items: center;
      text-align: center; } }

.page-about-club {
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .page-about-club .presection__inner {
      justify-content: center;
      align-items: center; } }

.page-about-opinion .swiper-button-prev,
.page-about-opinion .swiper-button-next,
.page-about-rewards .swiper-button-prev,
.page-about-rewards .swiper-button-next {
  transition: all 0.3s ease; }
  @media (min-width: 1024px) {
    .page-about-opinion .swiper-button-prev:hover,
    .page-about-opinion .swiper-button-next:hover,
    .page-about-rewards .swiper-button-prev:hover,
    .page-about-rewards .swiper-button-next:hover {
      cursor: pointer;
      background-color: #DEB136; }
      .page-about-opinion .swiper-button-prev:hover .icon,
      .page-about-opinion .swiper-button-next:hover .icon,
      .page-about-rewards .swiper-button-prev:hover .icon,
      .page-about-rewards .swiper-button-next:hover .icon {
        fill: #fff; } }

.page-about-tools {
  margin-top: 130px;
  position: relative; }
  @media (max-width: 767px) {
    .page-about-tools {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .page-about-tools .presection__inner {
      justify-content: center;
      align-items: center;
      text-align: center; } }
  .page-about-tools__bg {
    position: absolute;
    left: 0;
    right: 50%;
    bottom: -50px;
    top: -400px;
    z-index: -1; }
    @media (max-width: 1499px) {
      .page-about-tools__bg {
        top: -350px; } }
    @media (max-width: 1199px) {
      .page-about-tools__bg {
        top: -200px; } }
    @media (max-width: 767px) {
      .page-about-tools__bg {
        top: -25vw; } }

.page-about-news {
  margin-bottom: 130px; }
  @media (max-width: 767px) {
    .page-about-news {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .page-about-news .presection__inner {
      justify-content: center;
      align-items: center;
      text-align: center; } }

.about-block {
  margin-top: 68px; }
  .about-block__tab {
    display: none; }
    .about-block__tab.active {
      display: block; }
  @media (max-width: 767px) {
    .about-block {
      margin-left: 0px;
      margin-right: 0px; } }
  .about-block .rowblock {
    display: flex; }
    .about-block .rowblock__left {
      width: 50%; }
      @media (max-width: 1199px) {
        .about-block .rowblock__left {
          width: auto; } }
      @media (max-width: 767px) {
        .about-block .rowblock__left {
          margin-bottom: 30px; } }
    .about-block .rowblock__right {
      width: 50%; }
      @media (max-width: 1199px) {
        .about-block .rowblock__right {
          width: auto; } }
    @media (max-width: 1199px) {
      .about-block .rowblock {
        display: block; } }
  .about-block__title {
    font-size: 24px;
    color: #DEB136;
    margin-bottom: 40px; }
    @media (max-width: 1499px) {
      .about-block__title {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .about-block__title {
        font-size: 18px;
        margin-bottom: 20px; } }
  .about-block p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 300; }
    @media (max-width: 1499px) {
      .about-block p {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .about-block p {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px; } }
  .about-block__advantages {
    position: relative;
    padding: 48px 46px;
    font-size: 18px; }
    @media (max-width: 767px) {
      .about-block__advantages {
        font-size: 16px; } }
    .about-block__advantages.content ol:not(.list-reset) li,
    .about-block__advantages.content ul:not(.list-reset) li {
      margin-bottom: 18px; }
    @media (max-width: 767px) {
      .about-block__advantages {
        padding: 20px 12px; }
        .about-block__advantages ul {
          margin: 0px !important; } }
  .about-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px 0px 0px 10px;
    right: calc((100vw - 1439px) / 2 * -1); }
    @media (max-width: 1699px) {
      .about-block__bg {
        right: calc((100vw - 1276px - var(--scrollWidth)) / 2 * -1); } }
    @media (max-width: 1499px) {
      .about-block__bg {
        right: calc((100vw - 1000px - var(--scrollWidth)) / 2 * -1); } }
    @media (max-width: 1199px) {
      .about-block__bg {
        right: 0; } }
  .about-block li {
    font-size: 17px; }
    @media (max-width: 767px) {
      .about-block li {
        font-size: 16px; } }

.page-about-partners {
  margin-bottom: 105px; }
  @media (max-width: 767px) {
    .page-about-partners .presection__inner {
      justify-content: center;
      align-items: center;
      text-align: center; } }
  @media (max-width: 767px) {
    .page-about-partners .product-slider .product-card-wrap {
      padding: 0px 8px; } }

.about-tools .rowblock {
  display: flex; }
  @media (max-width: 1499px) {
    .about-tools .rowblock {
      display: flex;
      flex-direction: column-reverse;
      padding-top: 40px;
      position: relative; } }
  .about-tools .rowblock__left {
    width: 31%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1499px) {
      .about-tools .rowblock__left {
        width: auto;
        margin-top: 30px; } }
    .about-tools .rowblock__left .nav--side-v2 {
      margin-bottom: 45px; }
  .about-tools .rowblock__right {
    width: 69%;
    padding-left: 57px;
    display: flex; }
    @media (max-width: 1499px) {
      .about-tools .rowblock__right {
        padding-left: 0px;
        width: auto;
        margin-top: 24px; } }

.about-tools__tab {
  display: block;
  width: 100%;
  height: 100%;
  display: none; }
  .about-tools__tab[data-tab-content="1"] {
    display: block; }

.about-tools__content {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: flex; }
  @media (max-width: 767px) {
    .about-tools__content {
      padding: 20px 16px; } }

.about-tools__descr {
  margin-top: auto;
  padding: 45px 28px;
  background: #f6f6f6;
  border-radius: 10px;
  font-weight: 300;
  line-height: 1.75; }
  @media (max-width: 767px) {
    .about-tools__descr {
      font-weight: 400;
      padding: 20px 12px;
      line-height: 1.5; } }

.about-tools .nav--tabs .nav-item {
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative; }
  @media (min-width: 1500px) {
    .about-tools .nav--tabs .nav-item:before {
      position: absolute;
      content: "";
      width: 20px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #aaaaaa;
      height: 1px;
      transition: background-color 0.3s ease; } }
  @media (min-width: 1200px) {
    .about-tools .nav--tabs .nav-item:hover {
      cursor: pointer; }
      .about-tools .nav--tabs .nav-item:hover:before {
        background-color: #DEB136; } }
  @media (min-width: 1500px) {
    .about-tools .nav--tabs .nav-item.active .nav-item-name {
      color: #DEB136; }
    .about-tools .nav--tabs .nav-item.active:before {
      background-color: #DEB136; } }

.about-tools .nav--tabs .nav-item-name {
  font-size: 24px;
  line-height: 1.16;
  transition: color 0.3s ease; }
  @media (max-width: 1699px) {
    .about-tools .nav--tabs .nav-item-name {
      font-size: 20px; } }
  @media (max-width: 1499px) {
    .about-tools .nav--tabs .nav-item-name {
      font-size: 17px; } }

.about-tools .nav--tabs .nav-toggler {
  display: none; }
  @media (max-width: 1499px) {
    .about-tools .nav--tabs .nav-toggler {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%) rotate(90deg);
      fill: #DEB136; } }

.about-tools .nav--tabs.active .nav-toggler {
  transform: translateY(-50%) rotate(-90deg); }

@media (max-width: 1499px) {
  .about-tools .nav--tabs {
    position: absolute;
    height: 44px;
    background-color: #fff;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; }
    .about-tools .nav--tabs.active .nav-list {
      max-height: 500px; }
    .about-tools .nav--tabs .nav-item {
      margin: 16px 0px; }
      ffz .about-tools .nav--tabs .nav-item:before {
        display: none;
        padding-left: 0px; }
      .about-tools .nav--tabs .nav-item.active {
        top: 6px;
        position: absolute;
        margin: 0px; } }
      @media (max-width: 1499px) and (max-width: 767px) {
        .about-tools .nav--tabs .nav-item.active {
          top: 10px; } }
    @media (max-width: 1499px) and (max-width: 1499px) {
      .about-tools .nav--tabs .nav-item {
        padding-left: 12px; } }

@media (max-width: 1499px) {
    .about-tools .nav--tabs .nav-list {
      margin-top: 50px;
      margin-left: -1px;
      margin-right: -1px;
      background-color: #fff;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      overflow: hidden;
      max-height: 0;
      transition: all 0.3s ease; } }
  @media (max-width: 1499px) and (max-width: 767px) {
    .about-tools .nav--tabs .nav-link {
      font-size: 16px;
      font-weight: 400; } }

.about-tools-show {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .about-tools-show__descr {
    padding: 0px 40px;
    font-weight: 300;
    line-height: 1.5;
    break-inside: avoid-column;
    page-break-inside: avoid;
    font-size: 18px; }
    @media (max-width: 1499px) {
      .about-tools-show__descr {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .about-tools-show__descr {
        font-size: 16px; } }
    @media (max-width: 1199px) {
      .about-tools-show__descr {
        padding: 0px;
        margin-bottom: 30px;
        font-weight: 400; } }
  .about-tools-show__header {
    flex: 0 0 36%;
    column-count: 2;
    margin: 0px -40px; }
    @media (max-width: 1199px) {
      .about-tools-show__header {
        column-count: auto;
        margin: 0px; } }
  .about-tools-show__footer {
    margin-top: 20px;
    flex: 0 0 calc(64% - 20px);
    position: relative; }

.about-tools-events {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .about-tools-events__descr {
    font-weight: 300;
    line-height: 1.75; }
    @media (max-width: 767px) {
      .about-tools-events__descr {
        font-weight: 400; } }
  .about-tools-events__header {
    flex: 0 0 15%; }
  .about-tools-events__footer {
    margin-top: 20px;
    flex: 0 0 calc(15% - 20px);
    position: relative; }

.about-show-slider .swiper-slide {
  width: 60%;
  padding: 0px 10px; }
  @media (max-width: 767px) {
    .about-show-slider .swiper-slide {
      width: 70%;
      padding: 0px 5px; } }

.about-show-slider .lazy-img-wrap {
  height: 100%; }
  .about-show-slider .lazy-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about-show-slider .swiper-pagination-progressbar {
  max-width: 250px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .about-show-slider .swiper-pagination-progressbar {
      max-width: 85px; } }

@media (max-width: 767px) {
  .about-tools .about-events-slider .swiper-slide {
    padding: 0px 5px; } }

.about-events-slider .swiper-container {
  margin: 0px -10px; }

.about-events-slider .swiper-slide {
  width: 560px;
  padding: 0px 10px; }
  @media (max-width: 1199px) {
    .about-events-slider .swiper-slide {
      width: 256px; } }
  @media (max-width: 767px) {
    .about-events-slider .swiper-slide {
      padding: 0px 5px; } }

.about-events-slider__image {
  border-radius: 10px;
  overflow: hidden;
  height: 362px;
  margin-bottom: 24px; }
  @media (max-width: 1199px) {
    .about-events-slider__image {
      height: 173px; } }
  .about-events-slider__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about-events-slider__title {
  font-size: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
  @media (max-width: 767px) {
    .about-events-slider__title {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 14px; } }

.about-events-slider__descr {
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.55; }
  @media (max-width: 767px) {
    .about-events-slider__descr {
      font-size: 16px;
      font-weight: 400; } }

.about-events-slider .swiper-pagination-progressbar {
  max-width: 250px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .about-events-slider .swiper-pagination-progressbar {
      max-width: 85px; } }

.about-tools-paper__header {
  display: flex;
  align-items: center; }
  .about-tools-paper__header > * {
    width: 50%; }
    @media (max-width: 767px) {
      .about-tools-paper__header > * {
        width: auto; } }
  .about-tools-paper__header .about-tools-paper__image {
    padding-left: 60px; }
    @media (max-width: 767px) {
      .about-tools-paper__header .about-tools-paper__image {
        padding-left: 0px;
        max-width: 120px;
        margin-top: 10px; } }
    .about-tools-paper__header .about-tools-paper__image img {
      max-width: 100%;
      max-height: 100%; }
  @media (max-width: 767px) {
    .about-tools-paper__header {
      flex-direction: column; } }

.about-tools-paper__footer {
  display: flex;
  align-items: center; }
  .about-tools-paper__footer > * {
    width: 55%; }
    @media (max-width: 767px) {
      .about-tools-paper__footer > * {
        width: auto; } }
  .about-tools-paper__footer .about-tools-paper__image {
    width: 45%;
    margin-top: -65px; }
    @media (max-width: 767px) {
      .about-tools-paper__footer .about-tools-paper__image {
        width: auto;
        max-width: 86px;
        margin-top: 7px; } }
  @media (max-width: 767px) {
    .about-tools-paper__footer {
      flex-direction: column-reverse;
      margin-top: 10px; } }

.about-tools-paper__descr {
  line-height: 1.55;
  font-weight: 300; }
  @media (max-width: 767px) {
    .about-tools-paper__descr {
      font-size: 16px;
      font-weight: 400; } }

.about-tools-ads {
  display: flex;
  width: 100%;
  position: relative; }
  .about-tools-ads__descr {
    font-size: 16px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .about-tools-ads__descr {
        font-size: 16px;
        font-weight: 400; } }
    .about-tools-ads__descr p {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .about-tools-ads__descr p {
          margin-bottom: 20px; } }
  .about-tools-ads__row {
    display: flex;
    align-items: center;
    width: 100%; }
    @media (max-width: 767px) {
      .about-tools-ads__row {
        flex-direction: column; } }
  .about-tools-ads__left {
    width: 50%; }
    @media (max-width: 767px) {
      .about-tools-ads__left {
        width: auto; } }
  .about-tools-ads__right {
    width: 50%; }
    @media (max-width: 767px) {
      .about-tools-ads__right {
        width: auto;
        margin-top: 12px; } }
    .about-tools-ads__right:before {
      position: absolute;
      content: "";
      height: 290px;
      right: -40px;
      top: 50%;
      transform: translateY(-50%);
      left: 20%;
      background: linear-gradient(270deg, rgba(228, 228, 228, 0.4) 26.04%, rgba(228, 228, 228, 0) 100%);
      border-radius: 0px 10px 10px 0px; }
      @media (max-width: 767px) {
        .about-tools-ads__right:before {
          display: none; } }
  .about-tools-ads__image {
    margin-right: -40px; }
    @media (max-width: 767px) {
      .about-tools-ads__image {
        height: 140px;
        width: 140px;
        margin-right: 0px; }
        .about-tools-ads__image img {
          max-width: 100%;
          max-height: 100%;
          min-width: 100%;
          min-height: 100%; } }

.about-tools-radio {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 20px 15px; }
  @media (max-width: 767px) {
    .about-tools-radio {
      padding: 0px 12px; } }
  .about-tools-radio__item {
    padding-top: 22px;
    padding-bottom: 11px;
    border-bottom: 1px solid #c4c4c4;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .about-tools-radio__item {
        padding: 10px 0px; } }
    .about-tools-radio__item:last-child {
      border-bottom: none; }
    .about-tools-radio__item audio {
      width: 100%; }
  .about-tools-radio__title {
    margin-bottom: 8px;
    font-size: 16px; }
    @media (max-width: 767px) {
      .about-tools-radio__title {
        margin-bottom: 4px;
        font-size: 14px; } }
  .about-tools-radio__content {
    padding-left: 25px; }
    @media (max-width: 767px) {
      .about-tools-radio__content {
        padding-left: 13px; } }
  .about-tools-radio__link {
    text-decoration: underline; }
    @media (max-width: 767px) {
      .about-tools-radio__link {
        font-size: 12px; } }
  .about-tools-radio__icon {
    flex: 0 0 auto; }
    .about-tools-radio__icon img {
      max-width: 100%;
      max-height: 100%; }
    @media (max-width: 767px) {
      .about-tools-radio__icon {
        width: 30px;
        height: 30px; } }

.about-tools-digital__header {
  margin-bottom: 24px; }

.about-tools-digital__list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -15px; }

.about-tools-digital__item {
  width: 50%;
  padding: 10px 15px;
  display: flex; }
  @media (max-width: 767px) {
    .about-tools-digital__item {
      width: 100%; } }

.about-tools-digital__icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #e4e4e4; }

.about-tools-digital__title {
  color: #DEB136;
  margin-bottom: 14px;
  font-size: 18px; }
  @media (max-width: 767px) {
    .about-tools-digital__title {
      font-weight: 400; } }

.about-tools-digital__card {
  border: 1px solid #aaaaaa;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px; }
  @media (max-width: 767px) {
    .about-tools-digital__card {
      padding: 12px; } }

.about-tools-digital__descr {
  font-weight: 300;
  line-height: 1.55; }
  @media (max-width: 767px) {
    .about-tools-digital__descr {
      font-size: 16px;
      font-weight: 400; } }

.page-about-steps__list {
  display: flex;
  margin: 0px -18px; }
  @media (max-width: 1199px) {
    .page-about-steps__list {
      flex-direction: column;
      margin: 0px; } }

.page-about-steps__item {
  padding: 0px 18px;
  width: 100%;
  display: flex; }
  @media (max-width: 1199px) {
    .page-about-steps__item {
      padding: 0px;
      margin-bottom: 20px; } }

.page-about-steps .step-card {
  padding: 30px 24px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 767px) {
    .page-about-steps .step-card {
      padding: 20px 12px;
      width: 100%; } }
  .page-about-steps .step-card__title {
    font-size: 22px;
    margin-bottom: 24px; }
    @media (max-width: 1499px) {
      .page-about-steps .step-card__title {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .page-about-steps .step-card__title {
        font-size: 18px;
        margin-bottom: 16px; } }
  .page-about-steps .step-card__descr {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 38px; }
    @media (max-width: 767px) {
      .page-about-steps .step-card__descr {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 15px; } }
  .page-about-steps .step-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto; }
  .page-about-steps .step-card__count {
    font-size: 60px;
    line-height: 28px;
    color: #e4e4e4; }
    @media (max-width: 1499px) {
      .page-about-steps .step-card__count {
        font-size: 54px; } }
    @media (max-width: 767px) {
      .page-about-steps .step-card__count {
        font-size: 40px; } }
  .page-about-steps .step-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .page-about-steps .step-card__icon {
        width: 40px;
        height: 40px; } }

.about-block--v2 .about-block__title {
  color: #2B2A29;
  font-size: 34px; }
  @media (max-width: 767px) {
    .about-block--v2 .about-block__title {
      font-size: 18px; } }

.about-block--v2 .rowblock__left {
  background: #f6f6f6;
  border-radius: 5px;
  border-top: 6px solid #DEB136;
  width: 49%; }
  @media (max-width: 1499px) {
    .about-block--v2 .rowblock__left {
      width: 47%; } }
  @media (max-width: 1199px) {
    .about-block--v2 .rowblock__left {
      width: auto;
      padding: 0px; } }
  @media (max-width: 767px) {
    .about-block--v2 .rowblock__left {
      margin-bottom: 30px; } }

.about-block--v2 .rowblock__right {
  width: 51%;
  padding-left: 36px;
  position: relative; }
  @media (max-width: 1499px) {
    .about-block--v2 .rowblock__right {
      width: 53%; } }
  @media (max-width: 1199px) {
    .about-block--v2 .rowblock__right {
      width: auto;
      padding: 0px; } }

.about-block--v2 .about-block__img {
  position: absolute;
  top: 0;
  left: 36px;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .about-block--v2 .about-block__img {
      position: static; } }
  .about-block--v2 .about-block__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about-block--v2 .about-block__link {
  margin-top: 52px; }
  @media (max-width: 767px) {
    .about-block--v2 .about-block__link {
      margin-top: 24px; } }

@media (max-width: 767px) {
  .about-block--v2 {
    margin: 0px;
    margin-top: 60px; } }

.page-about-title {
  padding-left: 50px;
  position: relative;
  font-size: 34px;
  margin-bottom: 30px; }
  @media (max-width: 1499px) {
    .page-about-title {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .page-about-title {
      font-size: 18px;
      padding-left: 16px;
      margin-bottom: 20px; } }
  .page-about-title:before {
    position: absolute;
    content: "";
    width: 36px;
    height: 3px;
    background-color: #DEB136;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
    @media (max-width: 767px) {
      .page-about-title:before {
        width: 12px; } }

.page-about-expo {
  margin-top: 130px;
  padding-top: 50px;
  position: relative; }
  @media (max-width: 767px) {
    .page-about-expo {
      margin-top: 60px;
      padding-top: 20px; } }
  .page-about-expo__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50%;
    background: rgba(228, 228, 228, 0.1); }
    @media (max-width: 767px) {
      .page-about-expo__bg {
        bottom: 20%; } }
    .page-about-expo__bg + .container {
      position: relative;
      z-index: 2; }
  .page-about-expo .presection {
    margin-bottom: 70px; }
    @media (max-width: 767px) {
      .page-about-expo .presection {
        margin-bottom: 30px; } }
  .page-about-expo .about-tools-show__footer {
    margin-top: 60px; }
    @media (max-width: 767px) {
      .page-about-expo .about-tools-show__footer {
        margin-top: 30px; } }
  @media (max-width: 767px) {
    .page-about-expo .presection__title {
      text-align: center; } }

.page-about-block {
  padding: 0px 50px; }
  @media (max-width: 767px) {
    .page-about-block {
      padding: 0px 16px; } }

.container > .page-about-paper {
  overflow: visible; }

.page-about-paper {
  overflow: hidden; }
  .page-about-paper .about-tools-paper__descr {
    font-size: 18px;
    position: relative;
    align-self: flex-start;
    padding-top: 10%; }
    @media (max-width: 1499px) {
      .page-about-paper .about-tools-paper__descr {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .page-about-paper .about-tools-paper__descr {
        font-size: 16px;
        font-weight: 400; } }
  .page-about-paper .about-tools-paper__header {
    position: relative;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      .page-about-paper .about-tools-paper__header {
        padding-bottom: 0px; } }
  .page-about-paper .about-tools-paper__footer {
    position: relative; }
    .page-about-paper .about-tools-paper__footer .bg-linear-v5 {
      background: linear-gradient(270deg, rgba(228, 228, 228, 0.35) 26.04%, rgba(228, 228, 228, 0) 100%); }
      @media (max-width: 767px) {
        .page-about-paper .about-tools-paper__footer .bg-linear-v5 {
          display: none; } }
    .page-about-paper .about-tools-paper__footer .about-tools-paper__descr {
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .page-about-paper .about-tools-paper__footer .about-tools-paper__descr {
          margin-bottom: 0px; } }
  .page-about-paper .about-tools-paper__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: calc((100vw - 100%) / 2 * -1); }
    @media (max-width: 767px) {
      .page-about-paper .about-tools-paper__bg {
        display: none; } }
  .page-about-paper .about-tools-paper__bg2 {
    position: absolute;
    top: 0;
    bottom: -63px;
    left: -30%;
    right: calc((100vw - 100%) / 2 * -1);
    pointer-events: none; }
  @media (max-width: 767px) {
    .page-about-paper .page-about-block {
      padding: 20px 27px;
      margin: 0px -15px;
      background: linear-gradient(180deg, rgba(228, 228, 228, 0.21) 26.04%, rgba(228, 228, 228, 0) 100%);
      border-radius: 0px 10px 10px 0px; } }
  @media (max-width: 767px) {
    .page-about-paper .about-tools-paper__header .about-tools-paper__image {
      max-width: 266px;
      margin-top: 16px; } }
  @media (max-width: 767px) {
    .page-about-paper .about-tools-paper__footer .about-tools-paper__image {
      max-width: 226px; } }

.slider-descr {
  max-width: 774px;
  margin: auto;
  margin-top: 40px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.55; }
  @media (max-width: 767px) {
    .slider-descr {
      margin: 14px 0px;
      font-size: 12px;
      font-weight: 400; } }

.page-about__descr {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55; }
  @media (max-width: 1499px) {
    .page-about__descr {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .page-about__descr {
      font-weight: 400; } }
  .page-about__descr p {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .page-about__descr p {
        margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .page-about__descr b {
      font-weight: 500; } }

.page-about-radio .rowblock {
  display: flex; }
  @media (max-width: 1199px) {
    .page-about-radio .rowblock {
      display: flex;
      flex-direction: column; } }
  .page-about-radio .rowblock__left {
    width: 50%;
    padding-right: 100px; }
    @media (max-width: 1699px) {
      .page-about-radio .rowblock__left {
        padding-right: 40px; } }
    @media (max-width: 1199px) {
      .page-about-radio .rowblock__left {
        padding-right: 0px;
        width: 100%; } }
  .page-about-radio .rowblock__right {
    width: 50%;
    margin-top: -120px; }
    @media (max-width: 1199px) {
      .page-about-radio .rowblock__right {
        width: 100%;
        margin-top: 0px; } }

.page-about-radio__image {
  margin-left: -100px; }
  @media (max-width: 1199px) {
    .page-about-radio__image {
      margin-left: 0px; } }

.page-about-radio .about-tools-radio {
  margin-top: 78px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .page-about-radio .about-tools-radio {
      margin-top: 30px; } }
  .page-about-radio .about-tools-radio__item {
    width: 50%; }
    @media (max-width: 575px) {
      .page-about-radio .about-tools-radio__item {
        width: 100%; } }

.page-about-radio .about-tools-radio__item:nth-last-child(2) {
  border-bottom: none; }

.page-about-ads {
  margin-top: 165px; }
  @media (max-width: 1699px) {
    .page-about-ads {
      margin-top: 100px; } }
  @media (max-width: 767px) {
    .page-about-ads {
      margin-top: 60px; } }
  .page-about-ads .rowblock {
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      .page-about-ads .rowblock {
        flex-direction: column-reverse; } }
    .page-about-ads .rowblock__left {
      width: 50%;
      padding-right: 64px;
      padding-left: 70px; }
      @media (max-width: 1199px) {
        .page-about-ads .rowblock__left {
          padding-left: 0px;
          padding-right: 0px;
          width: 100%;
          margin-top: 20px; } }
    .page-about-ads .rowblock__right {
      width: 50%; }
      @media (max-width: 1199px) {
        .page-about-ads .rowblock__right {
          width: 100%; } }

.page-about-digital {
  margin-top: 130px; }
  @media (max-width: 767px) {
    .page-about-digital {
      margin-top: 60px; } }
  .page-about-digital .about-tools-digital__list {
    margin-top: 40px; }
    @media (max-width: 1199px) {
      .page-about-digital .about-tools-digital__list {
        flex-wrap: nowrap;
        overflow: auto; } }
    @media (max-width: 767px) {
      .page-about-digital .about-tools-digital__list {
        margin-top: 30px;
        margin-left: -6px;
        margin-right: -6px; } }
  .page-about-digital .about-tools-digital__item {
    width: 33.33%; }
    @media (max-width: 1199px) {
      .page-about-digital .about-tools-digital__item {
        width: 100%;
        flex: 0 0 auto;
        max-width: 80%; } }
    @media (max-width: 767px) {
      .page-about-digital .about-tools-digital__item {
        padding: 0px 6px; } }
  .page-about-digital .about-tools-digital__title {
    font-size: 24px; }
    @media (max-width: 1499px) {
      .page-about-digital .about-tools-digital__title {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .page-about-digital .about-tools-digital__title {
        font-size: 16px;
        font-weight: 400; } }
  .page-about-digital .about-tools-digital__descr {
    font-size: 18px; }
    @media (max-width: 1499px) {
      .page-about-digital .about-tools-digital__descr {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .page-about-digital .about-tools-digital__descr {
        font-size: 16px;
        font-weight: 400; } }
  .page-about-digital .about-tools-digital__header {
    height: auto; }
  @media (max-width: 767px) {
    .page-about-digital .about-tools-digital__icon {
      width: 40px;
      height: 40px; }
      .page-about-digital .about-tools-digital__icon .icon {
        max-width: 20px; } }

.page-about-events {
  margin-top: 130px; }
  @media (max-width: 767px) {
    .page-about-events {
      margin-top: 60px; } }
  .page-about-events .tabs-content {
    display: none; }
  .page-about-events .rowblock {
    display: flex; }
    @media (max-width: 1499px) {
      .page-about-events .rowblock {
        flex-direction: column; } }
    .page-about-events .rowblock__left {
      width: 50%; }
      @media (max-width: 1499px) {
        .page-about-events .rowblock__left {
          width: 100%; } }
    .page-about-events .rowblock__right {
      width: 50%;
      padding-left: 130px; }
      @media (max-width: 1699px) {
        .page-about-events .rowblock__right {
          padding-left: 20px; } }
      @media (max-width: 1499px) {
        .page-about-events .rowblock__right {
          width: 100%;
          padding-left: 0px;
          margin-bottom: 30px;
          padding: 0px 50px; } }
      @media (max-width: 767px) {
        .page-about-events .rowblock__right {
          padding: 0px 20px;
          padding-bottom: 0px; } }
  .page-about-events__slider .swiper-button-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    left: 24px;
    background: rgba(49, 49, 49, 0.8); }
    .page-about-events__slider .swiper-button-prev .icon {
      fill: #fff; }
    @media (min-width: 1024px) {
      .page-about-events__slider .swiper-button-prev:hover {
        cursor: pointer;
        background: rgba(49, 49, 49, 0.5); } }
  .page-about-events__slider .swiper-button-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    right: 24px;
    background: rgba(49, 49, 49, 0.8); }
    .page-about-events__slider .swiper-button-next .icon {
      fill: #fff; }
    @media (min-width: 1024px) {
      .page-about-events__slider .swiper-button-next:hover {
        cursor: pointer;
        background: rgba(49, 49, 49, 0.5); } }
  .page-about-events__tab {
    display: none; }
    .page-about-events__tab.active {
      display: block; }
  .page-about-events__descr-tab {
    display: none;
    font-weight: 300;
    color: #000;
    margin-top: 20px;
    line-height: 1.75; }
    @media (max-width: 767px) {
      .page-about-events__descr-tab {
        line-height: 1.5; } }
    .page-about-events__descr-tab.active {
      display: block; }
  .page-about-events .tabs-overflow .icon {
    display: none; }
    @media (max-width: 767px) {
      .page-about-events .tabs-overflow .icon {
        display: block;
        position: absolute;
        right: 12px;
        top: 15px;
        fill: #DEB136; } }
  @media (max-width: 767px) {
    .page-about-events .tabs-overflow {
      height: 40px;
      border: 1px solid #e4e4e4;
      border-radius: 3px;
      overflow: hidden;
      padding-top: 40px; }
      .page-about-events .tabs-overflow:after {
        display: none; } }
  .page-about-events .tabs-overflow.active {
    overflow: visible; }
  @media (max-width: 767px) {
    .page-about-events .tabs-header {
      padding-top: 0px;
      padding-bottom: 0px;
      background-color: #fff;
      padding: 10px;
      border: 1px solid #e4e4e4;
      margin-top: 0px;
      border-radius: 5px;
      display: block; } }
  @media (max-width: 767px) {
    .page-about-events .tabs-header .tabs-header__item {
      margin-bottom: 5px;
      font-size: 14px; }
      .page-about-events .tabs-header .tabs-header__item:last-child {
        margin-bottom: 0px; }
      .page-about-events .tabs-header .tabs-header__item:after {
        display: none;
        color: #2B2A29; }
      .page-about-events .tabs-header .tabs-header__item.active {
        position: absolute;
        top: 10px;
        left: 12px;
        color: #2B2A29; } }

.page-about-clients {
  padding: 60px 0px;
  background: rgba(246, 246, 246, 0.5);
  margin-top: 130px; }
  @media (max-width: 767px) {
    .page-about-clients {
      margin-top: 60px;
      padding: 20px 0px; } }
  .page-about-clients__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 927px;
    margin: auto; }
  .page-about-clients__descr {
    text-align: center;
    line-height: 1.55; }
    @media (max-width: 767px) {
      .page-about-clients__descr {
        font-size: 14px; } }
  .page-about-clients__title {
    font-size: 34px;
    margin-bottom: 44px;
    text-align: center; }
    @media (max-width: 767px) {
      .page-about-clients__title {
        font-size: 18px;
        margin-bottom: 20px; } }

.page-about-sell-type {
  margin-top: 130px; }
  @media (max-width: 767px) {
    .page-about-sell-type {
      margin-top: 60px; } }
  .page-about-sell-type__row {
    display: flex;
    align-items: center;
    margin: 0px -15px; }
    @media (max-width: 1499px) {
      .page-about-sell-type__row {
        align-items: stretch; } }
    @media (max-width: 1199px) {
      .page-about-sell-type__row {
        display: block;
        margin: 0px; } }
  .page-about-sell-type__col {
    padding: 0px 15px;
    display: flex; }
    @media (max-width: 1499px) {
      .page-about-sell-type__col:first-child {
        align-self: center; } }
    @media (max-width: 1199px) {
      .page-about-sell-type__col {
        margin-bottom: 20px;
        padding: 0px; } }
  .page-about-sell-type__title {
    font-size: 32px;
    font-weight: 400; }
    @media (max-width: 1699px) {
      .page-about-sell-type__title {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .page-about-sell-type__title {
        font-size: 18px; } }
  .page-about-sell-type__card {
    padding: 44px 40px;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .page-about-sell-type__card {
        padding: 20px 16px; } }
    .page-about-sell-type__card-title {
      font-size: 28px;
      margin-bottom: 22px; }
      @media (max-width: 1499px) {
        .page-about-sell-type__card-title {
          font-size: 26px; } }
      @media (max-width: 767px) {
        .page-about-sell-type__card-title {
          font-size: 18px;
          margin-bottom: 12px; } }
    .page-about-sell-type__card-descr {
      font-size: 18px;
      font-weight: 300;
      margin-bottom: 22px;
      line-height: 1.55; }
      @media (max-width: 1499px) {
        .page-about-sell-type__card-descr {
          font-size: 17px; } }
      @media (max-width: 767px) {
        .page-about-sell-type__card-descr {
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 20px; } }
    .page-about-sell-type__card-link {
      margin-top: auto; }
    .page-about-sell-type__card-list {
      margin-bottom: 40px; }
      .page-about-sell-type__card-list-item {
        padding-left: 32px;
        position: relative;
        margin-bottom: 10px;
        font-weight: 300; }
        @media (max-width: 767px) {
          .page-about-sell-type__card-list-item {
            padding-left: 24px;
            font-weight: 400; } }
        .page-about-sell-type__card-list-item:before {
          position: absolute;
          content: "";
          width: 15px;
          height: 15px;
          left: 0;
          top: calc(50% - 7px);
          background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.15 0.449695C15.1375 0.45282 15.125 0.457507 15.1125 0.462195C15.0078 0.488757 14.9172 0.555945 14.8625 0.649695L6.68751 13.3247L1.06251 8.24969C0.964075 8.12469 0.800012 8.07001 0.645325 8.11063C0.490637 8.15126 0.376575 8.28094 0.353137 8.43876C0.3297 8.59657 0.401575 8.75282 0.537512 8.83719L6.50001 14.2372C6.58751 14.3138 6.7047 14.3481 6.82032 14.3309C6.93595 14.3138 7.03751 14.2481 7.10001 14.1497L15.5375 1.07469C15.6297 0.943445 15.6344 0.770007 15.55 0.63407C15.4656 0.498133 15.3078 0.426257 15.15 0.449695Z' fill='%23CA0D0D'/%3E%3C/svg%3E%0A"); }
          @media (max-width: 767px) {
            .page-about-sell-type__card-list-item:before {
              width: 11px;
              height: 11px;
              background-size: contain;
              background-repeat: no-repeat; } }
    @media (max-width: 767px) {
      .page-about-sell-type__card .more-link {
        margin-top: 20px; } }
    .page-about-sell-type__card--black {
      background-color: #2b2a29; }
      .page-about-sell-type__card--black * {
        color: #fff; }
      .page-about-sell-type__card--black .icon {
        fill: #fff; }

.page-about-sell-how {
  margin-top: 130px; }
  .page-about-sell-how .product-card-wrap:first-child .step-card {
    background-color: #DEB136; }
  .page-about-sell-how .product-card-wrap:first-child .step-card__title,
  .page-about-sell-how .product-card-wrap:first-child .step-card__descr {
    color: #fff; }
  @media (max-width: 767px) {
    .page-about-sell-how {
      margin-top: 60px; } }

.page-about-line {
  position: relative; }
  @media (max-width: 767px) {
    .page-about-line {
      margin-top: 60px; } }
  .page-about-line:before {
    position: absolute;
    content: "";
    top: 130px;
    bottom: -130px;
    left: calc(50% - 38px);
    right: calc((100% - 1620px) / 2);
    background: linear-gradient(180deg, rgba(228, 228, 228, 0.2) 26.04%, rgba(228, 228, 228, 0) 100%);
    z-index: 0; }
    @media (max-width: 1699px) {
      .page-about-line:before {
        right: calc((100% - 1400px) / 2); } }
    @media (max-width: 1499px) {
      .page-about-line:before {
        right: calc((100% - 1160px) / 2); } }
    @media (max-width: 1199px) {
      .page-about-line:before {
        display: none; } }
  .page-about-line .page-about-digital,
  .page-about-line .page-about-ads {
    position: relative;
    z-index: 1; }

@media (max-width: 767px) {
  .page-sellers-form .form-block-section {
    display: none; } }

.buyers-why {
  padding: 50px 47px;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px; }
  @media (max-width: 767px) {
    .buyers-why {
      padding: 20px 12px; } }
  .buyers-why__subtitle {
    font-style: italic;
    font-size: 22px; }
    @media (max-width: 1499px) {
      .buyers-why__subtitle {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .buyers-why__subtitle {
        font-size: 16px;
        font-weight: 400; } }
  .buyers-why__descr {
    font-weight: 300;
    margin-top: 45px;
    font-size: 18px;
    line-height: 1.55; }
    @media (max-width: 1499px) {
      .buyers-why__descr {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .buyers-why__descr {
        font-size: 16px;
        font-weight: 400;
        margin-top: 20px;
        line-height: 1.5; } }
  .buyers-why__control {
    margin-top: 40px;
    gap: 16px;
    display: flex;
    align-items: center; }
    @media (max-width: 375px) {
      .buyers-why__control {
        flex-direction: column;
        align-items: stretch; } }
    @media (max-width: 767px) {
      .buyers-why__control > * {
        flex-grow: 1; } }
    @media (max-width: 767px) {
      .buyers-why__control {
        margin-top: 20px;
        gap: 10px; } }
    .buyers-why__control .btn:last-child {
      margin-right: 0px; }
    @media (max-width: 767px) {
      .buyers-why__control .btn--primary-2,
      .buyers-why__control .btn--primary-3 {
        padding: 0px 6px; } }
  .buyers-why__image {
    border-radius: 10px;
    overflow: hidden; }
  .buyers-why .presection {
    margin-bottom: 20px; }
  .buyers-why .rowblock {
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      .buyers-why .rowblock {
        flex-direction: column; } }
    .buyers-why .rowblock__left {
      width: 50%; }
      @media (max-width: 1199px) {
        .buyers-why .rowblock__left {
          width: 100%; } }
      @media (max-width: 1199px) {
        .buyers-why .rowblock__left {
          margin-bottom: 0px; } }
    .buyers-why .rowblock__right {
      width: 50%; }
      @media (max-width: 1199px) {
        .buyers-why .rowblock__right {
          width: 100%;
          margin-top: 20px; } }

.buyers-location {
  line-height: 1.55;
  margin-top: 130px; }
  @media (max-width: 767px) {
    .buyers-location {
      margin-top: 60px;
      line-height: 1.5; } }
  .buyers-location__descr {
    font-size: 18px;
    font-weight: 300; }
    @media (max-width: 1499px) {
      .buyers-location__descr {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .buyers-location__descr {
        font-size: 16px;
        font-weight: 400; } }
  .buyers-location__budge {
    padding: 25px 22px;
    background: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 3px 0px 0px 3px;
    border-left: 4px solid #DEB136;
    margin-bottom: 21px;
    margin-left: -90px;
    display: inline-block; }
    @media (max-width: 767px) {
      .buyers-location__budge {
        margin-left: -16px;
        padding: 12px; } }
    .buyers-location__budge p {
      font-style: italic;
      margin-bottom: 0px !important;
      line-height: 1.8; }
  .buyers-location__info {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    padding: 40px 56px;
    background-color: rgba(202, 13, 13, 0.03);
    margin-bottom: 34px;
    border-radius: 10px; }
    @media (max-width: 1499px) {
      .buyers-location__info {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .buyers-location__info {
        padding: 20px 16px;
        font-size: 16px;
        margin-bottom: 30px;
        font-weight: 400; }
        .buyers-location__info b {
          font-weight: 500; } }
    .buyers-location__info p {
      margin-bottom: 20px; }
      .buyers-location__info p:last-child {
        margin-bottom: 0px; }
    .buyers-location__info:last-child {
      margin-bottom: 0px; }
    .buyers-location__info--mod {
      background-color: rgba(228, 228, 228, 0.3); }
  .buyers-location .rowblock {
    display: flex; }
    @media (max-width: 1499px) {
      .buyers-location .rowblock {
        flex-direction: column; } }
    .buyers-location .rowblock__left {
      width: 50%;
      padding-right: 120px; }
      @media (max-width: 1499px) {
        .buyers-location .rowblock__left {
          width: 100%;
          padding-right: 0px; } }
    .buyers-location .rowblock__right {
      width: 50%; }
      @media (max-width: 1499px) {
        .buyers-location .rowblock__right {
          width: 100%;
          margin-top: 30px; } }

.buyers-description {
  margin-top: 130px;
  font-size: 18px;
  line-height: 1.55; }
  @media (max-width: 767px) {
    .buyers-description {
      margin-top: 60px;
      line-height: 1.5; } }
  .buyers-description__descr {
    line-height: 1.5;
    font-weight: 300; }
    @media (max-width: 767px) {
      .buyers-description__descr {
        font-weight: 400; } }
    .buyers-description__descr p {
      margin-bottom: 20px; }
      .buyers-description__descr p:last-child {
        margin-bottom: 0px; }
  .buyers-description .rowblock {
    display: flex;
    padding: 50px 47px;
    background: rgba(228, 228, 228, 0.3);
    border-radius: 10px; }
    @media (max-width: 767px) {
      .buyers-description .rowblock {
        flex-direction: column;
        padding: 20px 12px; } }
    .buyers-description .rowblock__left {
      width: 50%;
      padding-right: 20px; }
      @media (max-width: 767px) {
        .buyers-description .rowblock__left {
          width: 100%;
          padding-right: 0px;
          margin-bottom: 20px; } }
    .buyers-description .rowblock__right {
      width: 50%;
      padding-left: 20px; }
      @media (max-width: 767px) {
        .buyers-description .rowblock__right {
          width: 100%;
          padding-left: 0px; } }

.buyers-manual-wrap {
  margin: 130px 0px; }
  @media (max-width: 1199px) {
    .buyers-manual-wrap {
      margin-bottom: 20px; } }

.buyers-manual {
  display: flex;
  line-height: 1.55;
  font-size: 18px; }
  @media (max-width: 767px) {
    .buyers-manual {
      line-height: 1.5;
      font-size: 16px; } }
  .buyers-manual .content ol:not(.list-reset) li,
  .buyers-manual .content ul:not(.list-reset) li {
    line-height: 1.55;
    font-size: 18px; }
    @media (max-width: 767px) {
      .buyers-manual .content ol:not(.list-reset) li,
      .buyers-manual .content ul:not(.list-reset) li {
        line-height: 1.5;
        font-size: 16px; } }
  @media (max-width: 1199px) {
    .buyers-manual.hidden {
      display: block !important; } }
  @media (max-width: 1199px) and (max-width: 1199px) {
    .buyers-manual.hidden {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .buyers-manual:not(.hidden) {
      display: none; } }
  .buyers-manual__image {
    position: relative;
    padding-bottom: 60%; }
  .buyers-manual__step {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #f6f6f6;
    position: relative;
    margin-bottom: 33px; }
    @media (max-width: 767px) {
      .buyers-manual__step {
        width: 38px;
        height: 38px;
        margin-bottom: 14px; } }
  .buyers-manual__link {
    font-size: 18px; }
  .buyers-manual__stepspan {
    position: absolute;
    top: 50%;
    left: 40%;
    white-space: nowrap;
    transform: translate(0%, -50%);
    font-size: 36px; }
    @media (max-width: 767px) {
      .buyers-manual__stepspan {
        font-size: 24px; } }
    .buyers-manual__stepspan span {
      font-size: 24px; }
      @media (max-width: 767px) {
        .buyers-manual__stepspan span {
          font-size: 16px;
          font-weight: 400; } }
  .buyers-manual__title {
    margin-bottom: 30px;
    font-size: 24px;
    color: #DEB136; }
    @media (max-width: 1499px) {
      .buyers-manual__title {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .buyers-manual__title {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px; } }
  .buyers-manual__legend {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    overflow: hidden;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 1199px) {
      .buyers-manual__legend {
        flex-direction: row;
        margin-bottom: 12px; } }
    @media (max-width: 767px) {
      .buyers-manual__legend {
        height: 14px; } }
    .buyers-manual__legend-item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      color: #fff;
      font-weight: 600;
      font-size: 14px;
      flex: 0 0 calc(100% / var(--totalStepCount));
      position: relative;
      transition: all 0.3s ease; }
      @media (max-width: 767px) {
        .buyers-manual__legend-item {
          font-size: 12px; } }
      @media (min-width: 1024px) {
        .buyers-manual__legend-item:hover {
          cursor: pointer;
          background-color: #DEB136; } }
      .buyers-manual__legend-item.active {
        background-color: #DEB136; }
    .buyers-manual__legend-progress {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: calc(100% / var(--totalStepCount));
      background-color: #DEB136;
      transition: all 0.3s ease; }
      @media (max-width: 1199px) {
        .buyers-manual__legend-progress {
          display: none; } }
  .buyers-manual__descr {
    margin-top: 42px;
    font-weight: 300;
    font-size: 15px;
    padding-right: 20px; }
    @media (max-width: 1199px) {
      .buyers-manual__descr {
        display: none; } }
  .buyers-manual__control {
    display: flex;
    align-items: center;
    margin-top: 33px;
    padding-right: 20px; }
    .buyers-manual__control .btn {
      margin-right: 16px; }
    @media (max-width: 1199px) {
      .buyers-manual__control {
        display: none; } }
  .buyers-manual__row {
    margin-left: 42px;
    display: flex;
    width: 100%; }
    .buyers-manual__row-left, .buyers-manual__row_right {
      flex: 0 0 auto;
      width: 50%; }
      @media (max-width: 1199px) {
        .buyers-manual__row-left, .buyers-manual__row_right {
          width: 100%; } }
    .buyers-manual__row-right {
      display: flex;
      padding-top: 57px; }
      @media (max-width: 1499px) {
        .buyers-manual__row-right {
          padding-top: 14px; } }
    @media (max-width: 1199px) {
      .buyers-manual__row {
        margin-left: 0px;
        flex-direction: column;
        background: #ffffff;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
        border-radius: 5px; } }
  .buyers-manual__content {
    padding: 35px 46px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background: #ffffff;
    margin-left: -20px;
    position: relative;
    z-index: 2; }
    @media (max-width: 1499px) {
      .buyers-manual__content {
        padding: 25px; } }
    @media (max-width: 1199px) {
      .buyers-manual__content {
        margin-left: 0px;
        background: transparent;
        box-shadow: none; } }
    @media (max-width: 767px) {
      .buyers-manual__content {
        padding: 20px 12px; } }
    .buyers-manual__content p {
      font-weight: 300; }
  .buyers-manual .lazy-img-wrap.buyers-manual__img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    overflow: hidden; }

.page-buyers-form .presection {
  margin-bottom: 22px; }

.page-buyers-form .form-block-section .presection__title {
  font-size: 36px; }
  @media (max-width: 1699px) {
    .page-buyers-form .form-block-section .presection__title {
      font-size: 32px; } }
  @media (max-width: 1499px) {
    .page-buyers-form .form-block-section .presection__title {
      font-size: 30px; } }

.page-buyers-form .warning-buy small {
  font-size: 16px; }

@media (max-width: 1199px) {
  .page-buyers-form {
    display: none; } }

.page-buyers-sticky {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  position: sticky;
  z-index: 2;
  bottom: 0;
  justify-content: center;
  display: none; }
  @media (max-width: 1199px) {
    .page-buyers-sticky {
      display: flex; } }
  .page-buyers-sticky .btn:first-child {
    margin-right: 14px; }
    @media (max-width: 767px) {
      .page-buyers-sticky .btn:first-child {
        margin-right: 8px; } }
  @media (max-width: 320px) {
    .page-buyers-sticky .btn {
      font-size: 14px; } }

.about-ads-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.about-ads-slider .swiper-pagination-custom,
.about-ads-slider .swiper-pagination-fraction {
  bottom: 20px; }

.about-ads-slider .swiper-pagination-bullet {
  background-color: #fff;
  border-color: #fff;
  width: 10px;
  height: 10px; }

.group-products__card.active {
  background-color: #DEB136;
  pointer-events: none; }
  .group-products__card.active .group-products__title {
    color: #fff; }
  .group-products__card.active .group-products__image {
    filter: brightness(0) invert(1); }

@media (min-width: 1024px) {
  .group-products__card:hover {
    cursor: pointer;
    background-color: #DEB136; }
    .group-products__card:hover .group-products__title {
      color: #fff; }
    .group-products__card:hover .group-products__image {
      filter: brightness(0) invert(1); } }

.group-product--sa.active {
  background-color: #0085cf; }

.group-product--sa:hover {
  background-color: #0085cf; }

.group-product--pty.active {
  background-color: #278fa5; }

.group-product--pty:hover {
  background-color: #278fa5; }

.group-product--msa.active {
  background-color: #deb136; }

.group-product--msa:hover {
  background-color: #deb136; }

.group-product--rsa.active {
  background-color: #ca0d0d; }

.group-product--rsa:hover {
  background-color: #ca0d0d; }

.page-article .about-block .rowblock__right {
  align-items: flex-start; }

.page-article-hero--sellers .about-block__advantages {
  font-size: 22px; }
  @media (max-width: 1499px) {
    .page-article-hero--sellers .about-block__advantages {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .page-article-hero--sellers .about-block__advantages {
      font-size: 16px; } }

.fr .buyers-manual__stepspan {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 4px; }
