
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@500;700&display=swap');

@media (max-width: 992px) {
  div.page-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

div.page-inner main {
  font-family: "IBM Plex Sans", "Times New Roman", Times, serif;
  color: #141414;
  background: #F5F5F5;
  padding: 34px 32px 32px;
}

div.page-inner main h1 {
  font-size: 28px;
  line-height: 36.4px;
  color: #141414;
}

/* Логин */

.languages-container {
  margin: 0 0 194px;
}

.languages-container select {
  width: 200px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  position: relative;
    border-radius: 8px;
    background: url('img/arrow.svg') no-repeat 91% 16px / 11.17px 6.59px, url('img/language-symbol.svg') no-repeat 6% 9px / 28px 20px, -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.04)), to(rgba(20, 20, 20, 0.04))), #FFFFFF;
    background: url('img/arrow.svg') no-repeat 91% 16px / 11.17px 6.59px, url('img/language-symbol.svg') no-repeat 6% 9px / 28px 20px, -o-linear-gradient(bottom, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
    background: url('img/arrow.svg') no-repeat 91% 16px / 11.17px 6.59px, url('img/language-symbol.svg') no-repeat 6% 9px / 28px 20px, linear-gradient(0deg, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 44px;
}

.login-main-info h1 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0.02em;
  background: -o-linear-gradient(top, #A550FF 50%, #659FFA 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #A550FF), to(#659FFA));
  background: linear-gradient(to bottom, #A550FF 50%, #659FFA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.login-main-info__sign {
  max-width: 360px;
  height: 56px;
  font-size: 18px;
  line-height: 24px;
  color: white;
  background: #9146FF;
  border-radius: 8px;
  padding: 0 80px 0 78px;
}

.login-main-info__sign span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.login-main-info > span {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
}

/* Логин ошибка */

.languages-container-error {
  margin: 0 0 179px;
}

.login-main-info__sign-error {
  margin: 0 0 10px;
}

/* Настройка профиля */

.profile-setting__wrapper {
  padding: 24px;
}

.profile-setting__header {
  margin: 0 0 42px;
}

.profile-setting__header img {
  width: 67px;
  height: 48px;
}

.profile-setting__header select {
  width: 200px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  position: relative;
    border-radius: 8px;
    background: url('img/arrow.svg') no-repeat 91% 16px / 11.17px 6.59px, url('img/language-symbol.svg') no-repeat 6% 9px / 28px 20px, -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.04)), to(rgba(20, 20, 20, 0.04))), #FFFFFF;
    background: url('img/arrow.svg') no-repeat 91% 16px / 11.17px 6.59px, url('img/language-symbol.svg') no-repeat 6% 9px / 28px 20px, -o-linear-gradient(bottom, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
    background: url('img/arrow.svg') no-repeat 91% 16px / 11.17px 6.59px, url('img/language-symbol.svg') no-repeat 6% 9px / 28px 20px, linear-gradient(0deg, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0 44px;
}

.profile-setting__form {
  width: 362px;
  min-width: 290px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 8px !important;
  color: #141414;
  background: #ffffff;
}
.profile-setting__avatar-container {
  width: 72px;
  height: 72px;
  position: relative;
}
.profile-setting__avatar-container::before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 53px;
  right: 0;
  background: url('img/avatar-user-twitch.svg') no-repeat 18px 0 / 15.71px 18.33px;
}
.profile-setting__avatar-container img {
  width: 72px;
  height: 72px;
}
.profile-setting__name-container span {
  font-family: inherit;
  font-size: 28px;
  line-height: 36.4px;
  border-radius: 8px;
}
.profile-setting__name-container label {
  width: 31%;
  max-width: none;
}
.profile-setting__name-container input {
  font-family: inherit;
  font-size: 28px;
  line-height: 36.4px;
  border-radius: 8px;
}
.profile-setting__form h1 {
  font-size: 28px;
  line-height: 36.4px;
}
.profile-setting__form p {
  font-size: 14px;
  line-height: 20px;
}
.profile-setting__email-container label,
.profile-setting__country-container label,
.profile-setting__language-container label {
  font-size: 12px !important;
  letter-spacing: 0.05em;
}
.profile-setting__email-container input {
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em;
  background: -o-linear-gradient(bottom, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.04)), to(rgba(20, 20, 20, 0.04))), #FFFFFF;
  background: linear-gradient(0deg, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
  border-radius: 8px;
  padding: 14px 16px 12px;
}
.profile-setting__country-container select {
  line-height: 20px !important;
  border-radius: 8px;
  background: url('img/arrow.svg') no-repeat 95% 19px / 11.17px 6.59px, url('img/country.svg') no-repeat 4% 10px / 28px 20px, -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.04)), to(rgba(20, 20, 20, 0.04))), #FFFFFF;
  background: url('img/arrow.svg') no-repeat 95% 19px / 11.17px 6.59px, url('img/country.svg') no-repeat 4% 10px / 28px 20px, -o-linear-gradient(bottom, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
  background: url('img/arrow.svg') no-repeat 95% 19px / 11.17px 6.59px, url('img/country.svg') no-repeat 4% 10px / 28px 20px, linear-gradient(0deg, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
  padding: 10px 16px 10px 47px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.profile-setting__language-container select {
  font-size: 14px !important;
  line-height: 20px !important;

  border-radius: 8px;
  background: url('img/arrow.svg') no-repeat 95% 19px / 11.17px 6.59px, -o-linear-gradient(bottom, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
  background: url('img/arrow.svg') no-repeat 95% 19px / 11.17px 6.59px, -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.04)), to(rgba(20, 20, 20, 0.04))), #FFFFFF;
  background: url('img/arrow.svg') no-repeat 95% 19px / 11.17px 6.59px, linear-gradient(0deg, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
  padding: 10px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.profile-setting__form button {
  height: 40px;
  font-size: 14px !important;
  line-height: 24px !important;
  border-radius: 8px;
  color: white;
  background: url('img/long-arrow-right.svg') no-repeat 64% 15px / 19.59px 13.17px, #3D5AFE;
}
.profile-setting__form input:focus {
  border: 2px solid #3D5AFE;
}
.profile-setting__form input::-moz-selection {
  background: currentColor;
}
.profile-setting__form input::selection {
  background: currentColor;
}

/* Настройка профиля onboarding */

.profile-setting-onboarding__header img {
  width: 67px;
  height: 48px;
}

.profile-setting-onboarding__header select {
  width: 200px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  position: relative;
    border-radius: 8px;
    background: url('img/arrow.svg') no-repeat 91% 16px / 11.17px 6.59px, url('img/language-symbol.svg') no-repeat 6% 9px / 28px 20px, -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.04)), to(rgba(20, 20, 20, 0.04))), #FFFFFF;
    background: url('img/arrow.svg') no-repeat 91% 16px / 11.17px 6.59px, url('img/language-symbol.svg') no-repeat 6% 9px / 28px 20px, -o-linear-gradient(bottom, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
    background: url('img/arrow.svg') no-repeat 91% 16px / 11.17px 6.59px, url('img/language-symbol.svg') no-repeat 6% 9px / 28px 20px, linear-gradient(0deg, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 44px;
}

.profile-setting-onboarding__wrapper h1 {
  font-size: 28px;
  line-height: 36.4px;
}

/* Меню */

  div.page-inner aside.page-sidebar {
    width: 14.64%;
    min-width: 200px;
    max-width: none;
    font-family: "IBM Plex Sans", "Times New Roman", Times, serif;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: none;
    -o-transition: none;
    background: white;
    transition: none;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }

  @media (max-width: 992px) {
    div.page-inner aside.page-sidebar {
      width: 100%;
      height: max-content !important;
      max-width: none;
      position: relative !important;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
    }
  }

  @media (max-width: 992px) {
    div.page-inner aside.page-sidebar nav.hide {
      display: none !important;
    }
  }

  div.page-wrapper div.page-inner aside.page-sidebar a {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  @media (max-width: 992px) {
    div.page-wrapper div.page-inner aside.page-sidebar > a {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: auto 0 15px 20px !important;

    }

    div.page-wrapper div.page-inner aside.page-sidebar img {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: auto !important;
    }
  }

  .page-sidebar-menu {
    width: 20px;
    height: 20px;
    display: none;
    background: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  @media (max-width: 992px) {
    .page-sidebar-menu {
      display: initial;
    }
  }

  div.page-wrapper div.page-inner aside.page-sidebar nav ul li {
    border-radius: 8px;
  }

  div.page-wrapper div.page-inner aside.page-sidebar nav ul a {
    padding: 14px 32px 10px;
  }
  div.page-wrapper div.page-inner aside.page-sidebar nav ul a:hover {
    background: #EFF2FF;
  }

  div.page-wrapper div.page-inner aside.page-sidebar nav ul a.active {
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), #3D5AFE;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.92)), to(rgba(255, 255, 255, 0.92))), #3D5AFE;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)), #3D5AFE;
  }

  div.page-wrapper div.page-inner aside.page-sidebar nav ul span {
    line-height: 20px;
  }

  div.page-inner aside ul li:first-child::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    left: 11px;
    background: url('img/dashboard.svg');
    z-index: 10;
  }

  div.page-inner aside ul li:nth-child(2)::before {
    content: '';
    width: 20px;
    height: 16px;
    position: absolute;
    top: 16px;
    left: 10px;
    background: url('img/ads.svg');
    z-index: 10;
  }

  div.page-inner aside ul li:last-child::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    left: 10px;
    background: url('img/profile.svg');
    z-index: 10;
  }

  div.page-inner aside ul#nav-menu-bottom.nav-menu.nav-menu-bottom li a {
    padding: 14px 32px 10px;
  }

  div.page-inner aside ul#nav-menu-bottom.nav-menu.nav-menu-bottom li:first-child::before {
    content: '';
    width: 10.15px;
    height: 12.36px;
    position: absolute;
    top: 16.85px;
    left: 15.64px;
    background: url('img/arrow-right.svg');
    z-index: 10;
  }

  div.page-inner aside ul#nav-menu-bottom.nav-menu.nav-menu-bottom li:nth-child(2)::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    left: 10px;
    background: url('img/faq.svg');
    z-index: 10;
  }

  div.page-inner aside ul#nav-menu-bottom.nav-menu.nav-menu-bottom li:last-child {
    background: -o-linear-gradient(bottom, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.04)), to(rgba(20, 20, 20, 0.04))), #FFFFFF;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
  }

  div.page-inner aside ul#nav-menu-bottom.nav-menu.nav-menu-bottom li:last-child::before {
    content: '';
    width: 21.59px;
    height: 20px;
    position: absolute;
    top: 14px;
    left: 13px;
    background: url('img/language-symbol.svg');
    z-index: 10;
  }

  div.page-inner aside ul#nav-menu-bottom.nav-menu.nav-menu-bottom li:last-child::after {
    content: '';
    width: 11.17px;
    height: 6.59px;
    position: absolute;
    top: 20px;
    right: 19px;
    background: url('img/arrow.svg')
  }

  div.page-inner aside ul#nav-menu-bottom select {
    letter-spacing: 0.03em;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 0 0 12px;
  }

/* Главная дашбоэрд */

  .earned__today {
    width: 26%;
    max-width: none !important;
    border-radius: 8px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
  }
  @media (max-width: 992px) {
    .earned__today {
      width: 100%;
    }
  }

  .earned__today-title {
    font-size: 20px;
    line-height: 26px;
  }

  .earned__today-compaigns-text {
    line-height: 16px;
  }

  .earned__today-compaigns-earn {
    font-size: 36px;
    line-height: 44px;
    color: #00C92C;
  }

  .earned__today-lifetime-text {
    line-height: 16px;
    position: relative;
  }

  .earned__today-lifetime-text::before {
    content: '';
    width: 12px;
    height: 13.33px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('img/calendar.svg') no-repeat;
  }

  .earned__today-lifetime-earn {
    font-size: 20px;
    line-height: 26px;
  }

  .earned__by-compaigns {
    width: 72%;
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
  }

  @media (max-width: 992px) {
    .earned__by-compaigns{
      width: 100%;
    }
  }

  .earned__by-compaigns-title {
    font-size: 20px;
    line-height: 26px;
  }

  .earned__by-compaigns-text {
    position: relative;
    line-height: 16px;
  }

  .earned__by-compaigns-text::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('img/calendar.svg') no-repeat;
  }

  .earned__by-compaigns-list {
    list-style: none;
    gap: 30px 8px;
  }

  .earned__by-compaigns-item-money {
    line-height: 16px;
    color: #00C92C;
  }

  .earned__by-compaigns-item-img {
    border-radius: 4px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .earned__by-compaigns-item-figcaption {
    height: 20px;
    line-height: 20px;
    overflow-y: hidden;
  }

/* Ads */
  .ads__description {
    line-height: 20px;
  }
  .ads__tab-list {
    list-style: none;
    gap: 24px;
    position: relative;
    padding: 0 0 1px;
    margin: 19px 0 21px;
  }
  .ads__tab-list::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(bottom, rgba(20, 20, 20, 0.12), rgba(20, 20, 20, 0.12)), #FFFFFF;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.12)), to(rgba(20, 20, 20, 0.12))), #FFFFFF;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.12), rgba(20, 20, 20, 0.12)), #FFFFFF;
  }
  .ads__tab-item--active {
    position: relative;

  }
  .ads__tab-item--active::before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 2px;
    background: #3D5AFE;
  }
  .ads__tab-item-button {
    line-height: 22px;
    background: transparent;
  }
  .ads__tab-item.ads__tab-item--active button {
    color: #141414 !important;
  }
  .ads__form-filter {
    /*max-width: 371px;*/
  }
  .ads__form-filter-filter {
    width: 115px;
    height: 40px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 8px;
    background: #ffffff;
    padding: 7px 7px 9px;
  }
  .ads__form-filter-filter svg {
    width: 18px;
    height: 12px;
  }
  .ads__form-filter-filter p {
    line-height: 24px;
    margin: 0 0 0 12px;
  }
  .ads__form-filter-search {
    width: 240px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    border-radius: 8px;
    background: #ffffff;
  }
  .ads__form-filter-search svg {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 12px;
    left: 15.4px;
  }
  .ads__form-filter-search input {
    line-height: 20px;
    padding: 0 10px 0 46px;
    background: transparent !important;
  }

  .ads__categories.hide {
    display: none;
  }
  .ads__categories-list {
    list-style: none;
    gap: 12px;
  }
  .ads__categories-item {
    max-width: 231px !important;
    min-height: 156px;
    background: #ffffff;
  }
  .ads__categories-button {
    border-radius: 8px;
    background: transparent;
  }
  .ads__categories-figure {
    width: 100px;
  }
  .ads__categories-figcaption {
    font-size: 20px;
    line-height: 26px;
  }
  .ads__content.hide {
    display: none;
  }
  .ads__content-list {
    list-style: none;
    gap: 12px
  }
  .ads__content-item {
    max-width: 800px !important;
    min-height: 195px;
    background: #ffffff;
    border-radius: 8px;
  }
  .ads__content-item-image {
    width: 100px !important;
    height: 100px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .ads__content-item-info {
    max-width: 652px;
  }
  .ads__content-item-info-product div ul {
    list-style: none;
  }
  .ads__content-item-info-product div li {
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.64)), #141414;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.64)), to(rgba(255, 255, 255, 0.64))), #141414;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.64)), #141414;
  }
  /*КАСТОМНЫЙ ЧЕКБОКС*/
  .custom-control-label {
    position: relative;
    width: 133px;
    height: 40px;
  }
  .custom-control-label::after {
    content: 'Activate ad' !important;
    width: 133px !important;
    height: 40px !important;
    font-family: inherit !important;
    font-size:  14px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    color: #3D5AFE !important;
    border: 2px solid #3D5AFE !important;
    background: url('img/activated.svg') no-repeat 20px 13.82px / 10.15px 12.36px !important;

    padding: 8px 8px 8px 35px !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .custom-control-label::before {
    content: 'Stop' !important;
    width: 87px !important;
    height: 40px !important;
    font-family: inherit !important;
    font-size:  14px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    position: absolute !important;
    top: 0 !important;
    left: initial !important;
    right: 0 !important;
    color: gray !important;
    border: 2px solid gray !important;
    background: url('img/stop.svg') no-repeat 18px 14px / 12px 12px !important;
    padding: 8px 12px 8px 40px !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    display: none !important;
  }
  .custom-control input:checked + .custom-control-label::after {
    display: none !important;
  }
  .custom-control input:checked + .custom-control-label::before  {
    display: initial !important;
  }
  /**/
  .ads__content-item-info-price,
  .ads__content-item-info-game {
    list-style: none;
    position: relative;
  }
  .ads__content-item-info-price::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 52px;
    right: 0;
    background: -o-linear-gradient(bottom, rgba(20, 20, 20, 0.12), rgba(20, 20, 20, 0.12)), #FFFFFF;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.12)), to(rgba(20, 20, 20, 0.12))), #FFFFFF;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.12), rgba(20, 20, 20, 0.12)), #FFFFFF
  }
  .ads__content-item-info-price h3,
  .ads__content-item-info-game h3 {
    line-height: 12px;
  }
  .ads__content-item-info-price span,
  .ads__content-item-info-game span {
    line-height: 20px;
  }
  .ads__content-item-info-price span.action {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 18px;
    line-height: 24px;
    color: #3D5AFE;
  }
  .ads__modal-filter-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.12), rgba(20, 20, 20, 0.12)), #FFFFFF;
    opacity: 90%;
    z-index: 10000;
  }
  .ads__modal-filter-wrapper.hide {
    display: none !important;
  }
  .ads__modal-filter-content {
    width: 24.3%;
    height: 260px;
    position: relative;
    background: white;
  }
  .ads__modal-filter-content-button-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: transparent;
  }

/* Профиль */

  .profile__wrapper {
    background: #F5F5F5;
  }
  .profile__form {
    width: 400px;
    min-width: 290px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 8px !important;
    color: #141414;
    background: #ffffff;
    padding: 20px;
  }
  .profile__avatar-container {
    width: 72px;
    height: 72px;
    position: relative;
  }
  .profile__avatar-container::before {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    top: 53px;
    right: 0;
    background: url('img/avatar-user-twitch.svg') no-repeat 18px 0 / 15.71px 18.33px;
  }
  .profile__avatar-container img {
    width: 72px;
    height: 72px;
  }
  .profile__name-container input {
    font-family: inherit;
    font-size: 24px;
    line-height: 30px;
    border-radius: 8px;
  }
  .profile__email-container input {
    background: -o-linear-gradient(bottom, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.04)), to(rgba(20, 20, 20, 0.04))), #FFFFFF;
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
    border-radius: 8px;
    padding: 10px 16px;
  }
  .profile__country-container select {
    line-height: 20px;
    border-radius: 8px;
    background: url('img/arrow.svg') no-repeat 95% 19px / 11.17px 6.59px, -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.04)), to(rgba(20, 20, 20, 0.04))), #FFFFFF;
    background: url('img/arrow.svg') no-repeat 95% 19px / 11.17px 6.59px, -o-linear-gradient(bottom, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
    background: url('img/arrow.svg') no-repeat 95% 19px / 11.17px 6.59px, linear-gradient(0deg, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
    padding: 10px 16px 10px 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .profile__language-container select {
    border-radius: 8px;
    background: url('img/arrow.svg') no-repeat 95% 19px / 11.17px 6.59px, -o-linear-gradient(bottom, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
    background: url('img/arrow.svg') no-repeat 95% 19px / 11.17px 6.59px, -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.04)), to(rgba(20, 20, 20, 0.04))), #FFFFFF;
    background: url('img/arrow.svg') no-repeat 95% 19px / 11.17px 6.59px, linear-gradient(0deg, rgba(20, 20, 20, 0.04), rgba(20, 20, 20, 0.04)), #FFFFFF;
    padding: 10px 16px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .profile__form button {
    height: 40px;
    line-height: 24px;
    border-radius: 8px;
    background: #b1bdff;
    color: white;
    letter-spacing: 0.05rem;
    /*opacity: 40%;*/
  }
  .profile__form input:focus {
    border: 2px solid #3D5AFE;
  }
  .profile__form input::-moz-selection {
    background: currentColor;
  }
  .profile__form input::selection {
    background: currentColor;
  }
  div.help-block {
    font-family: "IBM Plex Sans" !important;
    font-size: 14px !important;
    font-style: normal !important;
    line-height: 24px !important;
    /*font-weight: 700 !important;*/
    letter-spacing: 0.2px !important;
    /*text-align: center !important;*/
    color: #FF3F4A !important;
    margin: 0 0 5px !important;
  }
