@charset "UTF-8";
/*ОБНУЛЕНИЕ СТИЛЕЙ*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;500&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, taxtarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*----------------------------------*/
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
.wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/page-bg/homepage-bg-light-desktop.svg");
  background-position: center;
  background-size: 100%;
  z-index: -1;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
@media (max-width: 1200px) {
  .wrapper::before {
    background: url("../img/page-bg/homepage-bg-light-mobile.svg");
    background-size: 100%;
  }
}
.wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/page-bg/homepage-bg-dark-desktop.svg");
  background-position: center;
  background-size: 100%;
  z-index: -1;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
@media (max-width: 1200px) {
  .wrapper::after {
    background: url("../img/page-bg/homepage-bg-dark-mobile.svg");
    background-size: 100%;
  }
}

[class*=__container] {
  width: 100%;
  max-width: 1300px;
  padding: 0 10px;
  margin: 0 auto;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 480px) {
  .main {
    margin-top: calc(115px + 20 * (100vw - 320px) / 160);
  }
}

body {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
}

.stroke-button {
  background-color: transparent;
  border: 1px solid #2A59FF;
  -webkit-transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  color: #1E222A;
}
.stroke-button:hover {
  background-color: #2A59FF;
  color: #fff;
}

.filled-button {
  background-color: #2A59FF;
  border: 1px solid #2A59FF;
  color: #fff;
  -webkit-transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
}
.filled-button:hover {
  background-color: transparent;
  color: #1E222A;
}

button, a, .header-main-actions__el, .header-navigation__el {
  -webkit-tap-highlight-color: transparent;
}

.header-burger {
  display: none;
  width: 40px;
  height: 40px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 6px;
  background-color: #2A59FF;
  -webkit-transition: background-color cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  transition: background-color cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  z-index: 9999;
  margin-left: 10px;
  position: relative;
}
@media (max-width: 1200px) {
  .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .header-burger {
    padding: 9px;
    width: 35px;
    height: 35px;
    border: 1px solid transparent;
    -webkit-transition: border cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
    transition: border cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
    margin-left: 7px;
  }
  .header-burger span {
    height: 2.6px;
    -webkit-transition: background-color cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
    transition: background-color cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  }
}
.header-burger::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(191.45deg, rgba(42, 46, 58, 0.4) -73.23%, rgba(42, 46, 58, 0) 91.58%);
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.header-burger span {
  height: 3px;
  background-color: #fff;
  border-radius: 6px;
  pointer-events: none;
}
.header-burger span:nth-child(1) {
  width: 9px;
  margin-right: auto;
  -webkit-transition: -webkit-transform cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  transition: -webkit-transform cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  transition: transform cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  transition: transform cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s, -webkit-transform cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
}
@media (max-width: 480px) {
  .header-burger span:nth-child(1) {
    width: 7.8px;
  }
}
.header-burger span:nth-child(2) {
  width: 100%;
  -webkit-transition: -webkit-transform cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  transition: -webkit-transform cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  transition: transform cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  transition: transform cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s, -webkit-transform cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
}
.header-burger span:nth-child(3) {
  width: 9px;
  margin-left: auto;
  -webkit-transition: -webkit-transform cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  transition: -webkit-transform cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  transition: transform cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
  transition: transform cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s, -webkit-transform cubic-bezier(0.68, -0.6, 0.32, 1.6) 0.3s;
}
@media (max-width: 480px) {
  .header-burger span:nth-child(3) {
    width: 7.8px;
  }
}

.header-burger._active {
  background-color: transparent;
  position: fixed;
  right: 10px;
  top: 15px;
}
@media (max-width: 480px) {
  .header-burger._active {
    top: calc(7.5px + 10.5 * (100vw - 320px) / 160);
  }
}
.header-burger._active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 2.5px);
          transform: rotate(45deg) translate(5px, 2.5px);
}
@media (max-width: 480px) {
  .header-burger._active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(3.5px, 1.5px);
            transform: rotate(45deg) translate(3.5px, 1.5px);
  }
}
.header-burger._active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-burger._active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-4px, -2px);
          transform: rotate(45deg) translate(-4px, -2px);
}
@media (max-width: 480px) {
  .header-burger._active span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-3.5px, -2px);
            transform: rotate(45deg) translate(-3.5px, -2px);
  }
}

.breadcrumbs__wrapper {
  padding-bottom: 13px;
  margin-bottom: 16px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.breadcrumbs__page {
  font-family: Rubik;
  font-weight: 300;
  font-size: 11px;
  line-height: 138.19%;
  color: #A5B2C2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs__page::after {
  content: "";
  width: 5px;
  height: 4px;
  background: url("../img/icons/arrow-right.svg") no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 6px;
}
.breadcrumbs__page_current {
  pointer-events: none;
  color: #4A596D;
}
.breadcrumbs__page_current::after {
  display: none;
}
.breadcrumbs_without-margin .breadcrumbs__wrapper {
  margin-bottom: 0;
}

.filter-button {
  -webkit-transition: opacity ease-in-out 0.3s, border ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, border ease-in-out 0.3s;
}
.filter-button:hover {
  opacity: 0.7;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

body {
  background-color: #E8EBEF;
  -webkit-transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
}
body .wrapper::before {
  opacity: 1;
}
body .wrapper::after {
  opacity: 0;
}
body .header-main-actions__el_theme path {
  -webkit-transition: fill ease-in-out 0.3s;
  transition: fill ease-in-out 0.3s;
}
body .header-main-actions__el_theme .sun {
  fill: #2A59FF;
}
body .header-main-actions__el_theme .moon {
  fill: #8B98AA;
}
@media (max-width: 1200px) {
  body .header {
    border-bottom: 1px solid #B5BACB;
  }
}
body .header .header-main {
  border-top: 1px solid #B5BACB;
  border-bottom: 1px solid #B5BACB;
}
@media (max-width: 1200px) {
  body .header .header-main {
    border: 0;
  }
}
body .header .header-main::before {
  opacity: 1;
}
body .header .header-main::after {
  opacity: 0;
}
body .header .header-main .logo-header__img-dark {
  opacity: 0;
}
body .header .header-main .logo-header__img-light {
  opacity: 1;
}
body .header .header-main .logo-header__mobile {
  color: #4A596D;
}
body .header .header-main .logo-header__mobile::before {
  background-color: #B5BACB;
}
body .header .header-main .actions-main-header__download {
  border: 1px solid #B5BACB;
}
body .header .header-main .actions-main-header__download path {
  fill: #1E222A;
}
body .header .header-main .actions-main-header__download::before {
  opacity: 0;
}
body .header .header-main .actions-main-header__download_app-store:hover path {
  fill: #fff;
}
body .header .header-main .actions-main-header .actions-main-header__search {
  border: 1px solid #B5BACB;
}
body .header .header-main .actions-main-header .header-search__button_filters {
  border: 1px solid #B5BACB;
}
body .header .header-main .actions-main-header .header-search__input {
  color: #1E222A;
}
body .header .header-main .header-navigation .header-navigation__link {
  color: #1E222A;
}
body .header .header-main .header-navigation .header-navigation__el:hover .header-navigation__link {
  color: #2A59FF;
}
body .header .header-main .header-navigation .header-navigation__el:not(:last-child)::after {
  background-color: #8B98AA;
}
@media (max-width: 1200px) {
  body .header .header-main .header-navigation .header-navigation__el:not(:last-child) {
    border-bottom: 1px solid #B5BACB;
  }
}
body .header .header-main .header-navigation .header-navigation__el .header-submenu__wrapper {
  background-color: rgba(243, 247, 251, 0.9);
}
@media (max-width: 1200px) {
  body .header .header-main .header-navigation .header-navigation__el .header-submenu__wrapper {
    background-color: transparent;
  }
}
body .header .header-main .submenu-item__text {
  color: #515764;
}
body .header .header-main .submenu-item__icon {
  border: 1px solid #B5BACB;
}
body .header .header-main .submenu-item:hover .submenu-item__text {
  color: #2A59FF;
}
body .header .header-main .header-submenu__section:last-child {
  border-top: 1px solid #B5BACB;
}
@media (max-width: 1200px) {
  body .header .header-main .header-submenu__section:last-child {
    border-top: 0;
  }
}
body .header .header-main .actions-main-header__search::before {
  opacity: 0;
}
body .header .burger-head-panel .change-theme {
  border: 1px solid #B5BACB;
}
body .header .burger-head-panel .change-theme::before {
  opacity: 0;
}
body .header .burger-head-panel .actions-main-header__download path {
  fill: #2A59FF;
}
body .header .burger-head-panel .actions-main-header__download:hover path {
  fill: #fff;
}
@media (max-width: 1200px) {
  body .header .header-navigation {
    background-color: rgba(243, 247, 251, 0.9);
  }
}
body .header .bottom-panel-navigation__button {
  border: 1px solid #B5BACB;
}
body .header .bottom-panel-navigation__button path {
  fill: #2A59FF;
}
body .header .bottom-panel-navigation__button::before {
  opacity: 0;
}
body .header .bottom-panel-navigation__button:hover {
  border: 1px solid transparent;
}
body .header .bottom-panel-navigation__button:hover path {
  fill: #fff;
}
body .header .bottom-panel-navigation .stroke-button {
  color: #4A596D;
  border: 1px solid #B5BACB;
}
body .header .bottom-panel-navigation .stroke-button::before {
  opacity: 0;
}
body .header .header-burger._active {
  background-color: #2A59FF;
  border: 1px solid #2A59FF;
}
body .header .header-burger._active span {
  background-color: #fff;
}
body .header .header-burger._active::before {
  opacity: 0;
}
body .header .header-main-actions__select-wrapper::before {
  opacity: 1;
}
body .header .header-main-actions__select-wrapper::after {
  opacity: 0;
}
body .main__trends .trends__header {
  border-bottom: 1px solid #B5BACB;
}
body .main__trends .trends__paragraph {
  color: #4A596D;
}
body .main__trends .list-trends__link, body .main__trends .trends-navigation__link {
  border-right: 1px solid #B5BACB;
}
body .main__trends .list-pos__num {
  border: 1px solid #DFE3F0;
}
body .main__trends .list-pos {
  background-color: #EBF2FF;
  border: 1px solid transparent;
}
body .main__trends .list-pos:hover .list-pos__title {
  color: #2A59FF;
}
body .main__trends .list-pos__title {
  color: #1E222A;
}
body .main__trends .list-pos__follow span {
  color: #1E222A;
}
body .main__trends .list-pos__follow:hover {
  background-color: #2A59FF;
}
body .main__trends .list-pos__follow:hover svg path {
  fill: #fff;
}
body .main__trends .trends-navigation__title:not(:last-child)::before {
  opacity: 1;
}
body .main__trends .trends-navigation__title:not(:last-child)::after {
  opacity: 0;
}
body .main__trends .trends-navigation__title._current .main-trends__title {
  color: #1E222A;
}
body .main__trends .trends-navigation__spoiler {
  border: 1px solid #B5BACB;
}
body .main__trends .trends-navigation__spoiler::before {
  opacity: 0;
}
body .main__watchlist .watchlist__header {
  border-top: 1px solid #B5BACB;
}
body .main__watchlist .watchlist-title__title, body .main__watchlist .watchlist-showing__title {
  color: #1E222A;
}
body .main__watchlist .watchlist-categories {
  border-left: 1px solid #B5BACB;
  border-right: 1px solid #B5BACB;
}
body .main__watchlist .watchlist-categories__el {
  color: #1E222A;
}
body .main__watchlist .watchlist-categories__el:not(:last-child)::after {
  background-color: #B5BACB;
}
body .main__watchlist .watchlist-categories__el_curent {
  color: #2A59FF;
}
body .main__watchlist .watchlist-showing::before {
  opacity: 1;
}
body .main__watchlist .watchlist-showing::after {
  opacity: 0;
}
body .main__watchlist .watchlist-showing .select__body {
  background-color: rgba(243, 247, 251, 0.9);
}
body .main__watchlist .watchlist-showing .select__item:hover {
  background-color: #e9e9e9;
}
body .main__watchlist .show-rows .select__body {
  background-color: rgba(243, 247, 251, 0.9);
}
body .main__watchlist .show-rows .select__item:hover {
  background-color: #e9e9e9;
}
body .main__watchlist .watchlist-filters__name {
  color: #1E222A;
}
body .main__watchlist .watchlist-filters__button_filter {
  border: 1px solid #B5BACB;
}
body .main__watchlist .watchlist-filters__button_filter::before {
  opacity: 0;
}
body .main__watchlist .watchlist-orientation__button {
  border: 1px solid #B5BACB;
}
body .main__watchlist .watchlist-orientation__button::before {
  opacity: 0;
}
body .main__watchlist .watchlist-orientation__button:hover {
  opacity: 0.7;
}
body .main__watchlist .select__body-wrapper::before {
  opacity: 1;
}
body .main__watchlist .select__body-wrapper::after {
  opacity: 0;
}
body .main__watchlist .watchlist-categories-spoiler {
  border-left: 1px solid #B5BACB;
  border-right: 1px solid #B5BACB;
}
@media (max-width: 767.98px) {
  body .main__watchlist .watchlist-categories-spoiler {
    border-right: 0px;
  }
}
body .main__watchlist .watchlist-categories-spoiler .select__item:hover {
  background-color: #e9e9e9;
}
body .main__watchlist .watchlist-main__header {
  background-color: #f7faff;
  border: 1px solid transparent;
}
body .main__watchlist .watchlist-legend:not(:nth-child(-n+2)), body .main__watchlist .watchlist-product__part:not(:nth-child(-n+2)) {
  border-left: 1px solid #DFE3F0;
}
body .main__watchlist .watchlist-main::before {
  opacity: 1;
}
body .main__watchlist .watchlist-main::after {
  opacity: 0;
}
body .main__watchlist .watchlist-product {
  border: 1px solid transparent;
  background-color: #f2f4fd;
}
body .main__watchlist .watchlist-product:nth-child(2n) {
  background-color: #f7faff;
}
body .main__watchlist .watchlist-product:nth-child(2n) .watchlist-product-name {
  background-color: #f7faff;
}
body .main__watchlist .watchlist-product:hover .watchlist-product-name__full-name {
  color: #2A59FF;
}
body .main__watchlist .watchlist-product-name {
  background-color: rgb(242, 244, 253);
}
body .main__watchlist .watchlist-product__num {
  border: 1px solid #DFE3F0;
}
body .main__watchlist .watchlist-product-name__full-name {
  color: #1E222A;
}
body .main__watchlist .watchlist-product-settings__button {
  border: 1px solid #B5BACB;
}
body .main__watchlist .watchlist-product-settings__button span {
  background-color: #2A59FF;
}
body .main__watchlist .watchlist-product-settings__button span {
  background-color: #2A2E3A;
}
body .main__watchlist .watchlist-product-settings__button._opened span {
  background-color: #2A59FF;
}
body .main__watchlist .watchlist-main._in-the-end::before, body .main__watchlist .watchlist-main._in-the-end::after {
  opacity: 0;
}
body .filter {
  background: rgba(243, 247, 251, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
body .filter .select__body {
  background: #F2F6FA;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
body .filter .filter__button_stroke {
  color: #1E222A;
}
body .filter .filter-search__input, body .filter .filter-range__input {
  color: #1E222A;
}
body .main-pagination__nav-btn {
  border: 1px solid #B5BACB;
}
body .main-pagination__nav-btn::before {
  opacity: 0;
}
body .first-use__wrapper {
  border: 1px solid transparent;
}
body .first-use__wrapper::after {
  opacity: 1;
}
body .first-use__wrapper::before {
  opacity: 0;
}
body .first-use .first-use-article__paragraph {
  color: #4A596D;
}
body .first-use .button-light {
  opacity: 1;
}
body .first-use .button-dark {
  opacity: 0;
}
body .first-use .first-use-article__button {
  border: 1px solid transparent;
}
body .first-use .first-use-article__button::before {
  opacity: 1;
}
body .first-use .first-use-article__button::after {
  opacity: 0;
}
body .first-use .first-use-form__input {
  color: #1E222A;
}
body .footer .footer-logo__img-light {
  opacity: 1;
}
body .footer .footer-logo__img-dark {
  opacity: 0;
}
body .footer .copyright {
  color: #4A596D;
}
body .footer .info-footer__paragraph, body .footer .footer-paragraph {
  color: #4A596D;
}
body .footer .footer-navigation__link {
  color: #4A596D;
}
body .footer .footer-navigation__link:hover {
  color: #2A59FF;
}
body .footer .footer-social__el {
  border: 1px solid transparent;
}
body .footer .footer-social__el:hover path {
  fill: #fff;
}
body .footer .footer-social__el::before {
  opacity: 0.6;
}
body .footer .footer-social__el::after {
  opacity: 0;
}
@media (max-width: 991.98px) {
  body .footer .footer-social {
    border-top: 1px solid #B5BACB;
  }
}
@media (max-width: 480px) {
  body .footer .footer-social {
    border-top: 0;
  }
}
@media (max-width: 767.98px) {
  body .footer .info-footer {
    border-bottom: 1px solid #B5BACB;
  }
}
@media (max-width: 480px) {
  body .footer .info-footer {
    border-bottom: 1px solid #B5BACB;
  }
}
body .main__breadcrumbs .breadcrumbs__wrapper {
  border-bottom: 1px solid rgba(181, 186, 203, 0.4);
}
body .watchlist_mod .watchlist-title::before {
  opacity: 1;
}
body .watchlist_mod .watchlist-title::after {
  opacity: 0;
}
body .watchlist_mod .watchlist-showing {
  border-right: 0;
}
body .watchlist_mod .watchlist-showing:before, body .watchlist_mod .watchlist-showing::after {
  display: none;
}
body .watchlist_mod .watchlist-showing .select__body {
  border: 0;
}
body .watchlist_mod .watchlist-filters__button_filter._opened {
  border: 1px solid transparent;
}
body .watchlist_mod .watchlist-orientation__button._current {
  border: 1px solid transparent;
}
body .watchlist_mod .filter, body .watchlist_mod .filter__wrapper {
  background: transparent;
}
body .watchlist_mod .select__header, body .watchlist_mod .select__body, body .watchlist_mod .filter-search {
  border: 1px solid #B5BACB;
}
body .watchlist .watchlist-product-status__status {
  background-color: #DFE4F0;
}
body .watchlist-main__list._grid .watchlist-product-nft {
  border-left: 0px;
}
body .watchlist-main__list._grid .watchlist-product-sale {
  border-left: 0;
}
body .watchlist-main__list._grid .watchlist-product-links {
  border-left: 0;
}
body .watchlist-main__list._grid .watchlist-product {
  background-color: #f7faff;
  border-radius: 8px;
}
body .watchlist-main__list._grid .watchlist-product .watchlist-product-name {
  background-color: #f7faff;
}
body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-name::before, body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-genre::before, body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-blockchain::before, body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-os::before {
  opacity: 1;
}
body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-name::after, body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-genre::after, body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-blockchain::after, body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-os::after {
  opacity: 0;
}
body .watchlist_events .watchlist-main__list._grid .watchlist-product-name__blockchain {
  border-left: 1px solid #DFE3F0;
}
body .watchlist_events .watchlist-main__list._grid .watchlist-product-sale {
  border-top: 1px solid #DFE3F0;
  border-bottom: 1px solid #DFE3F0;
}
body .watchlist_events .watchlist-main__list._grid .watchlist-product-links__link:not(:last-child) {
  border-right: 1px solid #DFE3F0;
}
body .watchlist_events .watchlist-main__list._grid .watchlist-product-start {
  border-left: 1px solid #DFE3F0;
}
body .watchlist_collections .watchlist-main__list._grid .floor-price {
  border-left: 0;
}
body .watchlist_collections .watchlist-main__list._grid .watchlist-product-name::before, body .watchlist_collections .watchlist-main__list._grid .day-volume::before, body .watchlist_collections .watchlist-main__list._grid .est::before {
  opacity: 1;
}
body .watchlist_collections .watchlist-main__list._grid .watchlist-product-name::after, body .watchlist_collections .watchlist-main__list._grid .day-volume::after, body .watchlist_collections .watchlist-main__list._grid .est::after {
  opacity: 0;
}
body .watchlist_defi .watchlist-main__list._grid .watchlist-product-name {
  border-bottom: 1px solid #DFE3F0;
}
body .watchlist_defi .watchlist-main__list._grid .day-volume {
  border-left: 0px;
}
body .watchlist-product-more__button {
  border: 1px solid #B5BACB;
}
body .watchlist_exchanges .watchlist-main__list._grid .traffic, body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-more {
  border-left: 0;
}
body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-name::before, body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-rating-score::before, body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product__price::before, body .watchlist_exchanges .watchlist-main__list._grid .effective::before {
  opacity: 1;
}
body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-name::after, body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-rating-score::after, body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product__price::after, body .watchlist_exchanges .watchlist-main__list._grid .effective::after {
  opacity: 0;
}
body .news .filter, body .news .filter__wrapper {
  background: transparent;
}
body .news .filter-button__name {
  color: #1E222A;
}
body .news .filter-button._opened {
  border: 1px solid transparent;
}
body .news .filter-button._opened .filter-button__name {
  color: #fff;
}
body .news .filter-button {
  border: 1px solid #B5BACB;
}
body .news .filter-button::before {
  opacity: 0;
}
body .news .pagination {
  border-bottom: 1px solid #B5BACB;
}
body .news .news-card {
  border: 1px solid rgba(197, 199, 207, 0.5803921569);
}
body .news .news-card::before {
  opacity: 1;
}
body .news .news-card::after {
  opacity: 0;
}
body .news .news-card__title {
  color: #1E222A;
}
body .news .news-card__title:hover {
  color: #2A59FF;
}
body .news .show-rows .select__body {
  background-color: rgba(243, 247, 251, 0.9);
}
body .news .show-rows .select__item:hover {
  background-color: #e9e9e9;
}
body .watchlist-showing__select .select__header {
  border: 1px solid transparent;
}
body .trends-navigation .main-trends__title {
  color: #1E222A;
}
body .trends-navigation .trends-navigation__select.is-active .trends-navigation__spoiler {
  border: 1px solid transparent;
}
body .trends-navigation .select__body {
  background-color: rgba(243, 247, 251, 0.8980392157);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
body .breadcrumbs_without-border .breadcrumbs__wrapper {
  border-bottom: 0;
}
body .game-info .game-info__wrapper {
  background-color: #f7faff;
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
  border: 1px solid transparent;
}
body .game-info .game-upd {
  color: #4A596D;
}
body .game-info .info-game__subtitle, body .game-info .info-game__paragraph {
  color: #4A596D;
}
body .game-info .info-links__link {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
}
body .game-info .info-links__text {
  color: #55606F;
}
body .game-descr .descr-block__body {
  background-color: #f7faff;
  border: 1px solid transparent;
}
body .game-descr .descr-card__label {
  color: #55606F;
}
body .game-descr .descr-card__main .descr-card__el:not(:last-child) {
  border-right: 1px solid #DFE3F0;
}
body .game-descr .descr-card__main .descr-card__el:last-child {
  border-right: 0;
}
@media (max-width: 991.98px) {
  body .game-descr .descr-card__main .descr-card__el:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid #DFE3F0;
  }
  body .game-descr .descr-card__main .descr-card__el:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
body .game-descr .descr-card__el {
  border-right: 1px solid #DFE3F0;
}
@media (max-width: 480px) {
  body .game-descr .descr-card__el {
    border-right: 0;
  }
}
body .game-descr .status__status {
  background-color: #DFE4F0;
}
@media (max-width: 480px) {
  body .game-descr .descr-card__el_genre {
    border-bottom: 1px solid #DFE3F0;
  }
}
body .attributes .attribute-card {
  background-color: #f7faff;
  border: 1px solid transparent;
  color: #4A596D;
}
body .blockchain .blockchain-main {
  background-color: #f7faff;
  border: 1px solid transparent;
}
body .blockchain .blockchain-main__preview::before {
  opacity: 1;
}
body .blockchain .blockchain-main__preview::after {
  opacity: 0;
}
body .blockchain .info-blockchain__subtitle, body .blockchain .info-blockchain__paragraph, body .blockchain .blockchain-statistic__headline, body .blockchain .blockchain-statistic__label, body .blockchain .blockchain-grow__text, body .blockchain .blockchain-statistic__value, body .blockchain .card-info-blockchain__list, body .blockchain .card-info-blockchain__title, body .blockchain .card-info-blockchain__value, body .blockchain .attribute-card {
  color: #4A596D;
}
body .blockchain .blockchain-grow.plus .blockchain-grow__text {
  color: #71BA57;
}
body .blockchain .blockchain-grow.minus .blockchain-grow__text {
  color: #B14C6B;
}
body .blockchain .blockchain-statistic__part:not(:last-child) {
  border-right: 1px solid rgba(181, 186, 203, 0.5);
}
body .blockchain .blockchain-statistic {
  border-right: 1px solid rgba(181, 186, 203, 0.5);
  border-left: 1px solid rgba(181, 186, 203, 0.5);
}
@media (max-width: 991.98px) {
  body .blockchain .blockchain-statistic {
    border: 0;
    border-top: 1px solid rgba(181, 186, 203, 0.5);
  }
}
body .blockchain .links-blockchain__button {
  background-color: #f7faff;
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
}
body .blockchain .links-blockchain__text {
  color: #55606F;
}
@media (max-width: 667.98px) {
  body .blockchain .links-blockchain {
    border-top: 1px solid rgba(181, 186, 203, 0.5);
  }
}
body .blockchain .blockchain-body__card {
  background-color: #f7faff;
  border: 1px solid transparent;
}
body .glossary__body {
  border-bottom: 1px solid #B5BACB;
}
body .glossary__spoiler {
  background-color: #f7faff;
  border: 1px solid transparent;
}
body .glossary .spoiler._opened {
  background-color: #fffefd;
}
body .glossary .content-spoiler__paragraph, body .glossary .spoiler__subtitle {
  color: #4A596D;
}
body .faq .card-faq__paragraph {
  color: #4A596D;
}
body .questions .card-question {
  background-color: #f7faff;
  border: 1px solid transparent;
}
body .questions .card-question:hover .card-question__headline {
  color: #2A59FF;
}
body .questions .question-action__text {
  color: #4A596D;
}
body .questions .card-question__headline {
  color: #1E222A;
}
body .questions .pagination {
  border-bottom: 1px solid #B5BACB;
}
body .watchlist_qa .pagination {
  border-bottom: 1px solid #B5BACB;
}
body .section-button__button {
  background-color: #fff;
  color: #4A596D;
}
body .section-button__button:hover {
  background-color: #ddd;
  color: #515764;
}
body .also-watch-card {
  background-color: #f7faff;
  border: 1px solid rgba(197, 199, 207, 0.7);
}
body .also-watch-box::before {
  opacity: 1;
}
body .also-watch-box::after {
  opacity: 0;
}
body .also-watch-box._in-the-end::before, body .also-watch-box._in-the-end::after {
  opacity: 0;
}
body .also-watch::before {
  opacity: 1;
}
body .also-watch::after {
  opacity: 0;
}
body .currency-info .currency-graph__content {
  background-color: #f7faff;
  border: 1px solid transparent;
}
body .currency-info .currency-graph__dark-img {
  display: none;
}
body .currency-info .currency-graph__light-img {
  display: block;
}
body .currency-info .currency-characteristic__el {
  border: 1px solid transparent;
  background-color: #f2f4fd;
  color: #4A596D;
}
body .currency-info .currency-characteristic__el:nth-child(2n) {
  background-color: #f7faff;
}
body .currency-info .currency-characteristic__name {
  color: #4A596D;
}
body .currency-info .live-chat__chat {
  background-color: #f7faff;
  border: 1px solid transparent;
}
body .currency-info .post-comment__button {
  color: #4A596D;
}
body .currency-info .post-comment__button:hover {
  color: #2A59FF;
}
body .currency-info .user-live-chat__about {
  color: #4A596D;
}
body .currency-info .post-comment__area {
  background-color: #f5f8ff;
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
  border: 1px solid transparent;
}
body .currency-info .post-comment__input {
  color: #4A596D;
}
body .currency-info .comments-list .post-comment__comment {
  color: #4A596D;
}
body .currency-info .comments-list .post-comment__button_red:hover {
  color: #B14C6B;
}
body .currency-info .comments-list .post-comment__button_green:hover {
  color: #71BA57;
}
body .currency-info .comments-list::-webkit-scrollbar {
  background-color: #fff;
}
body .crypto-currency__box {
  background-color: #f7faff;
  border: 1px solid transparent;
}
body .crypto-currency .crypto-currency__paragraph, body .crypto-currency .links-list__text, body .crypto-currency .middle-content__title, body .crypto-currency .middle-content__price, body .crypto-currency .stat-middle-content__value, body .crypto-currency .stat-middle-content__label, body .crypto-currency .crypto-currency-converter__label, body .crypto-currency .crypto-currency-converter__input, body .crypto-currency .crypto-currency-about__subtitle, body .crypto-currency .about-range__labels {
  color: #4A596D;
}
body .crypto-currency .crypto-currency__paragraph a, body .crypto-currency .links-list__text a, body .crypto-currency .middle-content__title a, body .crypto-currency .middle-content__price a, body .crypto-currency .stat-middle-content__value a, body .crypto-currency .stat-middle-content__label a, body .crypto-currency .crypto-currency-converter__label a, body .crypto-currency .crypto-currency-converter__input a, body .crypto-currency .crypto-currency-about__subtitle a, body .crypto-currency .about-range__labels a {
  color: #4A596D;
}
body .crypto-currency .links-list__card {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
  border: 1px solid transparent;
}
body .crypto-currency .middle-content__part:not(:nth-child(5)) {
  border-right: 1px solid rgba(181, 186, 203, 0.3);
}
@media (max-width: 991.98px) {
  body .crypto-currency .middle-content__part:nth-child(4) {
    border: 0;
  }
  body .crypto-currency .middle-content__part:nth-child(5) {
    border-right: 1px solid rgba(181, 186, 203, 0.3);
  }
  body .crypto-currency .middle-content__part:nth-child(6) {
    border-right: 0;
  }
}
@media (max-width: 767.98px) {
  body .crypto-currency .middle-content__part:nth-child(3), body .crypto-currency .middle-content__part:nth-child(5) {
    border-right: 0;
  }
  body .crypto-currency .middle-content__part:nth-child(4) {
    border-right: 1px solid rgba(181, 186, 203, 0.3);
  }
  body .crypto-currency .middle-content__part:nth-child(2) {
    border: 0;
  }
}
@media (max-width: 480px) {
  body .crypto-currency .middle-content__part:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(181, 186, 203, 0.3);
  }
  body .crypto-currency .middle-content__part:nth-child(4) {
    border-right: 0;
    border-top: 1px solid rgba(181, 186, 203, 0.3);
  }
  body .crypto-currency .middle-content__part:nth-child(3) {
    border-right: 1px solid rgba(181, 186, 203, 0.3);
  }
}
body .crypto-currency .middle-content {
  border-top: 1px solid rgba(181, 186, 203, 0.3);
  border-bottom: 1px solid rgba(181, 186, 203, 0.3);
}
body .crypto-currency .middle-content__wrapper::before {
  opacity: 1;
}
body .crypto-currency .middle-content__wrapper::after {
  opacity: 0;
}
body .crypto-currency .select__body {
  background-color: rgba(243, 247, 251, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
body .crypto-currency .select__item:hover {
  background-color: #e9e9e9;
}
body .crypto-currency .crypto-currency-converter__body {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
  border: 1px solid transparent;
}
@media (max-width: 767.98px) {
  body .crypto-currency .supply {
    border-top: 1px solid rgba(181, 186, 203, 0.3);
    border-bottom: 1px solid rgba(181, 186, 203, 0.3);
  }
}
@media (min-width: 480px) {
  body .crypto-currency .fully-cap::before, body .crypto-currency .crypto-currency-tags::before {
    opacity: 1;
  }
  body .crypto-currency .fully-cap::after, body .crypto-currency .crypto-currency-tags::after {
    opacity: 0;
  }
}
body .crypto-currency .crypto-currency-tags__button {
  background-color: transparent;
  border: 1px solid rgba(181, 186, 203, 0.5);
  color: #4A596D;
}
body .crypto-currency .crypto-currency-tags__button path {
  fill: #4A596D;
}
body .crypto-currency .crypto-currency-tags__button:hover {
  background-color: #2A59FF;
  color: #fff;
}
body .crypto-currency .crypto-currency-tags__button:hover path {
  fill: #fff;
}
body .crypto-currency .top-content__part:not(:last-child) {
  border-right: 1px solid rgba(181, 186, 203, 0.3);
}
@media (max-width: 991.98px) {
  body .crypto-currency .top-content .crypto-currency-tags {
    border-right: 0;
  }
}
@media (max-width: 767.98px) {
  body .crypto-currency .top-content .crypto-currency-about {
    border-right: 0;
  }
}
body .about .about__box {
  background-color: #f7faff;
  border: 1px solid transparent;
}
body .about .actions-about__button_filled {
  background-color: #f7faff;
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
  border: 1px solid transparent;
  color: #55606F;
}
body .about .actions-about__button_stroke {
  background-color: transparent;
  border: 1px solid rgba(181, 186, 203, 0.5);
  color: #55606F;
}
body .about .actions-about__button_stroke:hover {
  border: 1px solid #2A59FF;
  background-color: #2A59FF;
  color: #fff;
}
body .about .about-row {
  border-bottom: 1px solid rgba(181, 186, 203, 0.3);
}
@media (min-width: 1200px) {
  body .about .about-row__part:not(:last-child) {
    border-right: 1px solid rgba(181, 186, 203, 0.3);
  }
}
body .about .about-volume__part {
  border-right: 1px solid rgba(181, 186, 203, 0.3);
}
@media (max-width: 1200px) {
  body .about .about-volume__part:last-child {
    border-right: 0;
  }
}
@media (max-width: 480px) {
  body .about .about-volume__part {
    border-right: 0;
  }
  body .about .about-volume__part:first-child {
    border-bottom: 1px solid rgba(181, 186, 203, 0.3);
  }
}
body .about .about-volume__label, body .about .about-volume__value, body .about .about-article__paragraph, body .about .about-article__more {
  color: #4A596D;
}
@media (max-width: 1200px) {
  body .about .about-volume {
    border-top: 1px solid rgba(181, 186, 203, 0.3);
  }
}
body .about .about-article__more {
  border-right: 1px solid rgba(181, 186, 203, 0.5);
}
@media (max-width: 1300px) {
  body .watchlist-product-name._fixed .watchlist-product-name__box {
    background-color: #fff;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #1E222A;
    color: #fff;
  }
  body .wrapper::before {
    opacity: 0;
  }
  body .wrapper::after {
    opacity: 1;
  }
  body .header-main-actions__el_theme .moon {
    fill: #2A59FF;
  }
  body .header-main-actions__el_theme .sun {
    fill: #8B98AA;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 1200px) {
  body .header {
    border-bottom: 1px solid #323642;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main-actions__el:not(:last-child) {
    border-right: 1px solid #323642;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .info-header-panel__el:not(:last-child) {
    border-right: 1px solid #323642;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main-actions__name, body .header .info-header-panel__title {
    color: #8B98AA;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .info-header-panel__value {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .select__body {
    background-color: rgba(27, 32, 49, 0.95);
  }
  body .header .select__body .select__item {
    color: #8B98AA;
  }
  body .header .select__body .select__item:hover {
    background-color: #2d3036;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main-actions__el:hover .header-main-actions__name {
    color: #7c8797;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-panel-actions__log .stroke-button {
    color: #2A59FF;
  }
  body .header .header-panel-actions__log .stroke-button:hover {
    color: #fff;
  }
  body .header .header-panel-actions__log .filled-button:hover {
    color: #2A59FF;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main {
    border-top: 1px solid #1C2951;
    border-bottom: 1px solid #1C2951;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 1200px) {
  body .header .header-main {
    border: 0;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main::before {
    opacity: 0;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main::after {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main .logo-header__img-dark {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main .logo-header__img-light {
    opacity: 0;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main .logo-header__mobile {
    color: #707F94;
  }
  body .header .header-main .logo-header__mobile::before {
    background-color: #323642;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main .actions-main-header__download {
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
  body .header .header-main .actions-main-header__download path {
    fill: #fff;
  }
  body .header .header-main .actions-main-header__download::before {
    opacity: 1;
  }
  body .header .header-main .actions-main-header__download_app-store:hover path {
    fill: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main .actions-main-header .actions-main-header__search {
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
  body .header .header-main .actions-main-header .header-search__button_filters {
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
  body .header .header-main .actions-main-header .header-search__input {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main .header-navigation .header-navigation__link {
    color: #fff;
  }
  body .header .header-main .header-navigation .header-navigation__el:hover .header-navigation__link {
    color: #2A59FF;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 1200px) {
  body .header .header-main .header-navigation .header-navigation__el:hover .header-navigation__link {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main .header-navigation .header-navigation__el:not(:last-child)::after {
    background-color: #323642;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 1200px) {
  body .header .header-main .header-navigation .header-navigation__el:not(:last-child) {
    border-bottom: 1px solid #323642;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main .header-navigation .header-navigation__el .header-submenu__wrapper {
    background-color: rgba(27, 32, 49, 0.95);
  }
}
@media (prefers-color-scheme: dark) and (max-width: 1200px) {
  body .header .header-main .header-navigation .header-navigation__el .header-submenu__wrapper {
    background-color: transparent;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main .submenu-item__text {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main .submenu-item__icon {
    border: 1px solid #323642;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main .submenu-item:hover .submenu-item__text {
    color: #2A59FF;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main .header-submenu__section:last-child {
    border-top: 1px solid #1E222A;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 1200px) {
  body .header .header-main .header-submenu__section:last-child {
    border-top: 0;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main .actions-main-header__search::before {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .burger-head-panel .change-theme {
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
  body .header .burger-head-panel .change-theme::before {
    opacity: 1;
  }
  body .header .burger-head-panel .actions-main-header__download path {
    fill: #2A59FF;
  }
  body .header .burger-head-panel .actions-main-header__download:hover path {
    fill: #fff;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 1200px) {
  body .header .header-navigation {
    background-color: rgba(19, 22, 31, 0.9803921569);
  }
}
@media (prefers-color-scheme: dark) {
  body .header .bottom-panel-navigation__button {
    border: 1px solid #323642;
  }
  body .header .bottom-panel-navigation__button path {
    fill: #fff;
  }
  body .header .bottom-panel-navigation__button::before {
    opacity: 1;
  }
  body .header .bottom-panel-navigation__button:hover {
    border: 1px solid transparent;
  }
  body .header .bottom-panel-navigation__button:hover path {
    fill: #fff;
  }
  body .header .bottom-panel-navigation .stroke-button {
    color: #fff;
    border: 1px solid #323642;
  }
  body .header .bottom-panel-navigation .stroke-button::before {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-burger._active {
    background-color: transparent;
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
  body .header .header-burger._active span {
    background-color: #2A59FF;
  }
  body .header .header-burger._active::before {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .header .header-main-actions__select-wrapper::before {
    opacity: 0;
  }
  body .header .header-main-actions__select-wrapper::after {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .main__trends .trends__header {
    border-bottom: 1px solid #1E222A;
  }
  body .main__trends .trends__paragraph {
    color: #8B98AA;
  }
  body .main__trends .list-trends__link, body .main__trends .trends-navigation__link {
    border-right: 1px solid #323642;
  }
  body .main__trends .list-pos {
    background-color: rgba(41, 44, 45, 0.2);
    border: 1px solid rgba(69, 78, 83, 0.1490196078);
  }
  body .main__trends .list-pos:hover .list-pos__title {
    color: #2A59FF;
  }
  body .main__trends .list-pos__title {
    color: #fff;
  }
  body .main__trends .list-pos__follow span {
    color: #fff;
  }
  body .main__trends .list-pos__follow:hover {
    background-color: #2A59FF;
  }
  body .main__trends .list-pos__follow:hover svg path {
    fill: #fff;
  }
  body .main__trends .trends-navigation__title:not(:last-child)::before {
    opacity: 0;
  }
  body .main__trends .trends-navigation__title:not(:last-child)::after {
    opacity: 1;
  }
  body .main__trends .trends-navigation__title._current .main-trends__title {
    color: #fff;
  }
  body .main__trends .trends-navigation__spoiler {
    border: 1px solid #454E53;
  }
  body .main__trends .trends-navigation__spoiler::before {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .main__watchlist .watchlist__header {
    border-top: 1px solid #1E222A;
  }
  body .main__watchlist .watchlist-title__title, body .main__watchlist .watchlist-showing__title {
    color: #8B98AA;
  }
  body .main__watchlist .watchlist-categories {
    border-left: 1px solid #323642;
    border-right: 1px solid #323642;
  }
  body .main__watchlist .watchlist-categories__el {
    color: #B5BACB;
  }
  body .main__watchlist .watchlist-categories__el:not(:last-child)::after {
    background-color: #323642;
  }
  body .main__watchlist .watchlist-categories__el_curent {
    color: #2A59FF;
  }
  body .main__watchlist .watchlist-showing::before {
    opacity: 0;
  }
  body .main__watchlist .watchlist-showing::after {
    opacity: 1;
  }
  body .main__watchlist .watchlist-showing .select__body {
    background-color: rgba(27, 32, 49, 0.95);
  }
  body .main__watchlist .watchlist-showing .select__item:hover {
    background-color: #2d3036;
  }
  body .main__watchlist .show-rows .select__body {
    background-color: rgba(27, 32, 49, 0.95);
  }
  body .main__watchlist .show-rows .select__item:hover {
    background-color: #2d3036;
  }
  body .main__watchlist .watchlist-filters__name {
    color: #B5BACB;
  }
  body .main__watchlist .watchlist-filters__button_filter {
    border: 1px solid rgba(69, 78, 83, 0.1490196078);
  }
  body .main__watchlist .watchlist-filters__button_filter::before {
    opacity: 1;
  }
  body .main__watchlist .watchlist-orientation__button {
    border: 1px solid #454E53;
  }
  body .main__watchlist .watchlist-orientation__button::before {
    opacity: 1;
  }
  body .main__watchlist .watchlist-orientation__button:hover {
    opacity: 0.7;
  }
  body .main__watchlist .select__body-wrapper::before {
    opacity: 0;
  }
  body .main__watchlist .select__body-wrapper::after {
    opacity: 1;
  }
  body .main__watchlist .watchlist-categories-spoiler {
    border-left: 1px solid #323642;
    border-right: 1px solid #323642;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 767.98px) {
  body .main__watchlist .watchlist-categories-spoiler {
    border-right: 0px;
  }
}
@media (prefers-color-scheme: dark) {
  body .main__watchlist .watchlist-categories-spoiler .select__item:hover {
    background-color: #2d3036;
  }
}
@media (prefers-color-scheme: dark) {
  body .main__watchlist .watchlist-main__header {
    background-color: rgba(41, 44, 45, 0.2);
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
}
@media (prefers-color-scheme: dark) {
  body .main__watchlist .watchlist-legend:not(:nth-child(-n+2)), body .main__watchlist .watchlist-product__part:not(:nth-child(-n+2)) {
    border-left: 1px solid #1E222A;
  }
}
@media (prefers-color-scheme: dark) {
  body .main__watchlist .watchlist-main::before {
    opacity: 0;
  }
  body .main__watchlist .watchlist-main::after {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .main__watchlist .watchlist-product {
    border: 1px solid rgba(69, 78, 83, 0.2);
    background-color: #1e212a;
  }
  body .main__watchlist .watchlist-product:nth-child(2n) {
    background-color: #191C24;
  }
  body .main__watchlist .watchlist-product:nth-child(2n) .watchlist-product-name {
    background-color: #191C24;
  }
  body .main__watchlist .watchlist-product:hover .watchlist-product-name__full-name {
    color: #2A59FF;
  }
}
@media (prefers-color-scheme: dark) {
  body .main__watchlist .watchlist-product-name {
    background-color: #1e212a;
  }
}
@media (prefers-color-scheme: dark) {
  body .main__watchlist .watchlist-product__num {
    border: 1px solid rgba(69, 78, 83, 0.1490196078);
  }
}
@media (prefers-color-scheme: dark) {
  body .main__watchlist .watchlist-product-name__full-name {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body .main__watchlist .watchlist-product-settings__button {
    border: 1px solid #454E53;
  }
}
@media (prefers-color-scheme: dark) {
  body .main__watchlist .watchlist-product-settings__button span {
    background-color: #2A2E3A;
  }
}
@media (prefers-color-scheme: dark) {
  body .main__watchlist .watchlist-product-settings__button._opened span {
    background-color: #2A59FF;
  }
}
@media (prefers-color-scheme: dark) {
  body .main__watchlist .watchlist-main._in-the-end::before, body .main__watchlist .watchlist-main._in-the-end::after {
    opacity: 0;
  }
}
@media (prefers-color-scheme: dark) {
  body .filter {
    background: rgba(27, 32, 49, 0.95);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  body .filter .select__body {
    background: rgba(27, 32, 49, 0.95);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  body .filter .filter__button_stroke {
    color: #fff;
  }
  body .filter .filter-search__input, body .filter .filter-range__input {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body .main-pagination__nav-btn {
    border: 1px solid rgba(69, 78, 83, 0.2);
  }
}
@media (prefers-color-scheme: dark) {
  body .main-pagination__nav-btn::before {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .first-use__wrapper {
    border: 1px solid #454E53;
  }
  body .first-use__wrapper::after {
    opacity: 0;
  }
  body .first-use__wrapper::before {
    opacity: 1;
  }
  body .first-use .first-use-article__paragraph {
    color: #8B98AA;
  }
  body .first-use .button-light {
    opacity: 0;
  }
  body .first-use .button-dark {
    opacity: 1;
  }
  body .first-use .first-use-article__button {
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
  body .first-use .first-use-article__button::before {
    opacity: 0;
  }
  body .first-use .first-use-article__button::after {
    opacity: 1;
  }
  body .first-use .first-use-form__input {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body .footer .footer-logo__img-light {
    opacity: 0;
  }
  body .footer .footer-logo__img-dark {
    opacity: 1;
  }
  body .footer .copyright {
    color: #8B98AA;
  }
  body .footer .info-footer__paragraph, body .footer .footer-paragraph {
    color: #fff;
  }
  body .footer .footer-navigation__link {
    color: #8B98AA;
  }
  body .footer .footer-navigation__link:hover {
    color: #2A59FF;
  }
  body .footer .footer-social__el {
    border: 1px solid rgba(69, 78, 83, 0.2);
  }
  body .footer .footer-social__el:hover path {
    fill: #1E222A;
  }
  body .footer .footer-social__el::before {
    opacity: 0;
  }
  body .footer .footer-social__el::after {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 991.98px) {
  body .footer .footer-social {
    border-top: 1px solid #1E222A;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 480px) {
  body .footer .footer-social {
    border-top: 0;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 767.98px) {
  body .footer .info-footer {
    border-bottom: 1px solid #1E222A;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 480px) {
  body .footer .info-footer {
    border-bottom: 1px solid #B5BACB;
  }
}
@media (prefers-color-scheme: dark) {
  body .main__breadcrumbs .breadcrumbs__wrapper {
    border-bottom: 1px solid rgba(28, 41, 81, 0.431372549);
  }
}
@media (prefers-color-scheme: dark) {
  body .watchlist_mod .watchlist-title::before {
    opacity: 1;
  }
  body .watchlist_mod .watchlist-title::after {
    opacity: 0;
  }
  body .watchlist_mod .watchlist-title .select__body {
    border: 0;
  }
  body .watchlist_mod .watchlist-showing {
    border-right: 0;
  }
  body .watchlist_mod .watchlist-showing:before, body .watchlist_mod .watchlist-showing::after {
    display: none;
  }
  body .watchlist_mod .watchlist-filters__button_filter._opened {
    border: 1px solid transparent;
  }
  body .watchlist_mod .watchlist-orientation__button._current {
    border: 1px solid transparent;
  }
  body .watchlist_mod .filter, body .watchlist_mod .filter__wrapper {
    background: transparent;
  }
  body .watchlist_mod .select__header, body .watchlist_mod .select__body, body .watchlist_mod .filter-search {
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
  body .watchlist_mod .show-rows .select__header {
    border: 1px solid transparent;
  }
  body .watchlist_mod .show-rows .select__body {
    border: 0;
  }
  body .watchlist_mod .show-rows:hover .select__header {
    border: 1px solid #2A59FF;
  }
  body .watchlist .watchlist-product-status__status {
    background-color: #1E222A;
  }
}
@media (prefers-color-scheme: dark) {
  body .watchlist-main__list._grid .watchlist-product-nft {
    border-left: 0px;
  }
  body .watchlist-main__list._grid .watchlist-product-sale {
    border-left: 0;
  }
  body .watchlist-main__list._grid .watchlist-product-links {
    border-left: 0;
  }
  body .watchlist-main__list._grid .watchlist-product {
    background-color: #191C24;
    border-radius: 8px;
  }
  body .watchlist-main__list._grid .watchlist-product .watchlist-product-name {
    background-color: #191C24;
  }
}
@media (prefers-color-scheme: dark) {
  body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-name::before, body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-genre::before, body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-blockchain::before, body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-os::before {
    opacity: 0;
  }
  body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-name::after, body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-genre::after, body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-blockchain::after, body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-os::after {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .watchlist_events .watchlist-main__list._grid .watchlist-product-name__blockchain {
    border-left: 1px solid rgba(28, 41, 81, 0.5);
  }
  body .watchlist_events .watchlist-main__list._grid .watchlist-product-sale {
    border-top: 1px solid rgba(28, 41, 81, 0.5);
    border-bottom: 1px solid rgba(28, 41, 81, 0.5);
  }
  body .watchlist_events .watchlist-main__list._grid .watchlist-product-links__link:not(:last-child) {
    border-right: 1px solid rgba(28, 41, 81, 0.5);
  }
  body .watchlist_events .watchlist-main__list._grid .watchlist-product-sale__el:not(:first-child) {
    border-left: 1px solid rgba(28, 41, 81, 0.5);
  }
  body .watchlist_events .watchlist-main__list._grid .watchlist-product-sale__el:not(:first-child) {
    border-left: 1px solid #DFE3F0;
  }
  body .watchlist_events .watchlist-main__list._grid .watchlist-product-start {
    border-left: 1px solid rgba(28, 41, 81, 0.5);
  }
}
@media (prefers-color-scheme: dark) {
  body .watchlist_collections .watchlist-main__list._grid .floor-price {
    border-left: 0;
  }
  body .watchlist_collections .watchlist-main__list._grid .watchlist-product-name::before, body .watchlist_collections .watchlist-main__list._grid .day-volume::before, body .watchlist_collections .watchlist-main__list._grid .est::before {
    opacity: 0;
  }
  body .watchlist_collections .watchlist-main__list._grid .watchlist-product-name::after, body .watchlist_collections .watchlist-main__list._grid .day-volume::after, body .watchlist_collections .watchlist-main__list._grid .est::after {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .watchlist_defi .watchlist-main__list._grid .watchlist-product-name {
    border-bottom: 1px solid #1E222A;
  }
  body .watchlist_defi .watchlist-main__list._grid .day-volume {
    border-left: 0px;
  }
}
@media (prefers-color-scheme: dark) {
  body .watchlist-product-more__button {
    border: 1px solid #454E53;
  }
}
@media (prefers-color-scheme: dark) {
  body .watchlist_exchanges .watchlist-main__list._grid .traffic, body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-more {
    border-left: 0;
  }
  body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-name::before, body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-rating-score::before, body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product__price::before, body .watchlist_exchanges .watchlist-main__list._grid .effective::before {
    opacity: 0;
  }
  body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-name::after, body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-rating-score::after, body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product__price::after, body .watchlist_exchanges .watchlist-main__list._grid .effective::after {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .news .filter, body .news .filter__wrapper {
    background: transparent;
  }
  body .news .filter-button__name {
    color: #8B98AA;
  }
  body .news .filter-button._opened {
    border: 1px solid transparent;
  }
  body .news .filter-button._opened .filter-button__name {
    color: #fff;
  }
  body .news .filter-button {
    border: 1px solid rgba(69, 78, 83, 0.1490196078);
  }
  body .news .filter-button::before {
    opacity: 1;
  }
  body .news .pagination {
    border-bottom: 1px solid rgba(28, 41, 81, 0.5);
  }
  body .news .news-card {
    border: 1px solid rgba(69, 78, 83, 0.1490196078);
  }
  body .news .news-card::before {
    opacity: 0;
  }
  body .news .news-card::after {
    opacity: 1;
  }
  body .news .news-card__title {
    color: #fff;
  }
  body .news .news-card__title:hover {
    color: #2A59FF;
  }
  body .news .show-rows .select__body {
    background-color: rgba(27, 32, 49, 0.95);
  }
  body .news .show-rows .select__item:hover {
    background-color: #2d3036;
  }
}
@media (prefers-color-scheme: dark) {
  body .watchlist-showing__select .select__header {
    border: 1px solid transparent;
  }
}
@media (prefers-color-scheme: dark) {
  body .trends-navigation .main-trends__title {
    color: #fff;
  }
  body .trends-navigation .trends-navigation__select.is-active .trends-navigation__spoiler {
    border: 1px solid transparent;
  }
  body .trends-navigation .select__body {
    background-color: rgba(27, 32, 49, 0.9490196078);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
}
@media (prefers-color-scheme: dark) {
  body .breadcrumbs_without-border .breadcrumbs__wrapper {
    border-bottom: 0;
  }
}
@media (prefers-color-scheme: dark) {
  body .game-info .game-info__wrapper {
    background-color: rgba(41, 44, 45, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
  body .game-info .game-upd {
    color: #fff;
  }
  body .game-info .info-game__subtitle, body .game-info .info-game__paragraph {
    color: #fff;
  }
  body .game-info .info-links__link {
    background-color: rgba(47, 51, 54, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid rgba(69, 78, 83, 0.2);
  }
  body .game-info .info-links__text {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body .game-descr .descr-block__body {
    background-color: rgba(41, 44, 45, 0.2);
    border: 1px solid #323642;
  }
  body .game-descr .descr-card__label {
    color: #fff;
  }
  body .game-descr .descr-card__main .descr-card__el:not(:last-child) {
    border-right: 1px solid #323642;
  }
  body .game-descr .descr-card__main .descr-card__el:last-child {
    border-right: 0;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 991.98px) {
  body .game-descr .descr-card__main .descr-card__el:nth-child(3) {
    border-right: 1px solid transparent;
  }
  body .game-descr .descr-card__main .descr-card__el:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid #323642;
  }
}
@media (prefers-color-scheme: dark) {
  body .game-descr .descr-card__el {
    border-right: 1px solid #323642;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 480px) {
  body .game-descr .descr-card__el {
    border-right: 0;
  }
}
@media (prefers-color-scheme: dark) {
  body .game-descr .status__status {
    background-color: #1E222A;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 480px) {
  body .game-descr .descr-card__el_genre {
    border-bottom: 1px solid #323642;
  }
}
@media (prefers-color-scheme: dark) {
  body .attributes .attribute-card {
    background-color: rgba(41, 44, 45, 0.2);
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
}
@media (prefers-color-scheme: dark) {
  body .blockchain .blockchain-main {
    background-color: rgba(41, 44, 45, 0.2);
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
  body .blockchain .blockchain-main__preview::before {
    opacity: 0;
  }
  body .blockchain .blockchain-main__preview::after {
    opacity: 1;
  }
  body .blockchain .info-blockchain__subtitle, body .blockchain .info-blockchain__paragraph, body .blockchain .blockchain-statistic__headline, body .blockchain .blockchain-statistic__label, body .blockchain .blockchain-grow__text, body .blockchain .blockchain-statistic__value, body .blockchain .card-info-blockchain__list, body .blockchain .card-info-blockchain__title, body .blockchain .card-info-blockchain__value, body .blockchain .attribute-card {
    color: #fff;
  }
  body .blockchain .blockchain-grow.plus .blockchain-grow__text {
    color: #71BA57;
  }
  body .blockchain .blockchain-grow.minus .blockchain-grow__text {
    color: #B14C6B;
  }
  body .blockchain .blockchain-statistic__part:not(:last-child) {
    border-right: 1px solid rgba(223, 227, 240, 0.1);
  }
  body .blockchain .blockchain-statistic {
    border-right: 1px solid rgba(223, 227, 240, 0.1);
    border-left: 1px solid rgba(223, 227, 240, 0.1);
  }
}
@media (prefers-color-scheme: dark) and (max-width: 991.98px) {
  body .blockchain .blockchain-statistic {
    border: 0;
    border-top: 1px solid rgba(223, 227, 240, 0.1);
  }
}
@media (prefers-color-scheme: dark) {
  body .blockchain .links-blockchain__button {
    background-color: rgba(41, 44, 45, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (prefers-color-scheme: dark) {
  body .blockchain .links-blockchain__text {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 667.98px) {
  body .blockchain .links-blockchain {
    border-top: 1px solid rgba(223, 227, 240, 0.1);
  }
}
@media (prefers-color-scheme: dark) {
  body .blockchain .blockchain-body__card {
    background-color: rgba(41, 44, 45, 0.2);
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body .glossary__body {
    border-bottom: 1px solid rgba(28, 41, 81, 0.5);
  }
  body .glossary__spoiler {
    background-color: rgba(41, 44, 45, 0.2);
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
  body .glossary .spoiler._opened {
    background-color: transparent;
  }
  body .glossary .content-spoiler__paragraph, body .glossary .spoiler__subtitle {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body .faq .card-faq__paragraph {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body .questions .card-question {
    background-color: rgba(41, 44, 45, 0.2);
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
  body .questions .card-question:hover .card-question__headline {
    color: #2A59FF;
  }
  body .questions .question-action__text {
    color: #fff;
  }
  body .questions .card-question__headline {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body .watchlist_qa .pagination {
    border-bottom: 1px solid rgba(28, 41, 81, 0.5);
  }
}
@media (prefers-color-scheme: dark) {
  body .section-button__button {
    background-color: #2A59FF;
    color: #fff;
  }
  body .section-button__button:hover {
    background-color: #1c3aa6;
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body .also-watch-card {
    background-color: rgba(41, 44, 45, 0.2);
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
}
@media (prefers-color-scheme: dark) {
  body .also-watch-box::before {
    opacity: 0;
  }
  body .also-watch-box::after {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .also-watch-box._in-the-end::before, body .also-watch-box._in-the-end::after {
    opacity: 0;
  }
}
@media (prefers-color-scheme: dark) {
  body .also-watch::before {
    opacity: 0;
  }
  body .also-watch::after {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .watchlist_currency .watchlist-header {
    border-top: 0;
  }
}
@media (prefers-color-scheme: dark) {
  body .currency-info .currency-graph__content {
    background-color: rgba(41, 44, 45, 0.2);
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
  body .currency-info .currency-graph__dark-img {
    display: block;
  }
  body .currency-info .currency-graph__light-img {
    display: none;
  }
  body .currency-info .currency-characteristic__el {
    border: 1px solid rgba(69, 78, 83, 0.2);
    background-color: rgba(55, 59, 62, 0.168627451);
    color: #fff;
  }
  body .currency-info .currency-characteristic__el:nth-child(2n) {
    background-color: rgba(41, 44, 45, 0.2);
  }
  body .currency-info .currency-characteristic__name {
    color: #fff;
  }
  body .currency-info .live-chat__chat {
    border: 1px solid rgba(69, 78, 83, 0.2);
    background-color: rgba(55, 59, 62, 0.168627451);
  }
  body .currency-info .post-comment__button {
    color: #fff;
  }
  body .currency-info .post-comment__button:hover {
    color: #2A59FF;
  }
  body .currency-info .user-live-chat__about {
    color: #fff;
  }
  body .currency-info .post-comment__area {
    background-color: rgba(47, 51, 54, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid rgba(69, 78, 83, 0.2);
  }
  body .currency-info .post-comment__input {
    color: #fff;
  }
  body .currency-info .comments-list .post-comment__comment {
    color: #fff;
  }
  body .currency-info .comments-list .post-comment__button_red:hover {
    color: #B14C6B;
  }
  body .currency-info .comments-list .post-comment__button_green:hover {
    color: #71BA57;
  }
  body .currency-info .comments-list::-webkit-scrollbar {
    background-color: #2A2E3A;
  }
}
@media (prefers-color-scheme: dark) {
  body .crypto-currency__box {
    background-color: rgba(41, 44, 45, 0.2);
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
  body .crypto-currency .crypto-currency__paragraph, body .crypto-currency .links-list__text, body .crypto-currency .middle-content__title, body .crypto-currency .middle-content__price, body .crypto-currency .stat-middle-content__value, body .crypto-currency .stat-middle-content__label, body .crypto-currency .crypto-currency-converter__label, body .crypto-currency .crypto-currency-converter__input, body .crypto-currency .crypto-currency-about__subtitle, body .crypto-currency .about-range__labels {
    color: #fff;
  }
  body .crypto-currency .crypto-currency__paragraph a, body .crypto-currency .links-list__text a, body .crypto-currency .middle-content__title a, body .crypto-currency .middle-content__price a, body .crypto-currency .stat-middle-content__value a, body .crypto-currency .stat-middle-content__label a, body .crypto-currency .crypto-currency-converter__label a, body .crypto-currency .crypto-currency-converter__input a, body .crypto-currency .crypto-currency-about__subtitle a, body .crypto-currency .about-range__labels a {
    color: #fff;
  }
  body .crypto-currency .links-list__card {
    background-color: rgba(47, 51, 54, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid rgba(69, 78, 83, 0.2);
  }
  body .crypto-currency .middle-content__part:not(:nth-child(5)) {
    border-right: 1px solid rgba(181, 186, 203, 0.1);
  }
}
@media (prefers-color-scheme: dark) and (max-width: 991.98px) {
  body .crypto-currency .middle-content__part:nth-child(4) {
    border: 0;
  }
  body .crypto-currency .middle-content__part:nth-child(5) {
    border-right: 1px solid rgba(181, 186, 203, 0.1);
  }
  body .crypto-currency .middle-content__part:nth-child(6) {
    border-right: 0;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 767.98px) {
  body .crypto-currency .middle-content__part:nth-child(3), body .crypto-currency .middle-content__part:nth-child(5) {
    border-right: 0;
  }
  body .crypto-currency .middle-content__part:nth-child(4) {
    border-right: 1px solid rgba(181, 186, 203, 0.1);
  }
  body .crypto-currency .middle-content__part:nth-child(2) {
    border: 0;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 480px) {
  body .crypto-currency .middle-content__part:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(181, 186, 203, 0.1);
  }
  body .crypto-currency .middle-content__part:nth-child(4) {
    border-right: 0;
    border-top: 1px solid rgba(181, 186, 203, 0.1);
  }
  body .crypto-currency .middle-content__part:nth-child(3) {
    border-right: 1px solid rgba(181, 186, 203, 0.1);
  }
}
@media (prefers-color-scheme: dark) {
  body .crypto-currency .middle-content {
    border-top: 1px solid rgba(181, 186, 203, 0.1);
    border-bottom: 1px solid rgba(181, 186, 203, 0.1);
  }
}
@media (prefers-color-scheme: dark) {
  body .crypto-currency .middle-content__wrapper::before {
    opacity: 0;
  }
  body .crypto-currency .middle-content__wrapper::after {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .crypto-currency .select__body {
    background-color: rgba(27, 32, 49, 0.95);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
}
@media (prefers-color-scheme: dark) {
  body .crypto-currency .select__item:hover {
    background-color: #2d3036;
  }
}
@media (prefers-color-scheme: dark) {
  body .crypto-currency .crypto-currency-converter__body {
    background-color: rgba(47, 51, 54, 0.5019607843);
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid rgba(69, 78, 83, 0.2);
  }
}
@media (prefers-color-scheme: dark) and (max-width: 767.98px) {
  body .crypto-currency .supply {
    border-top: 1px solid rgba(181, 186, 203, 0.1);
    border-bottom: 1px solid rgba(181, 186, 203, 0.1);
  }
}
@media (prefers-color-scheme: dark) and (min-width: 480px) {
  body .crypto-currency .fully-cap::before, body .crypto-currency .crypto-currency-tags::before {
    opacity: 0;
  }
  body .crypto-currency .fully-cap::after, body .crypto-currency .crypto-currency-tags::after {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  body .crypto-currency .crypto-currency-tags__button {
    background-color: rgba(47, 51, 54, 0.5019607843);
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
    color: #fff;
  }
  body .crypto-currency .crypto-currency-tags__button path {
    fill: #fff;
  }
  body .crypto-currency .crypto-currency-tags__button:hover {
    background-color: #2A59FF;
    color: #fff;
  }
  body .crypto-currency .crypto-currency-tags__button:hover path {
    fill: #fff;
  }
}
@media (prefers-color-scheme: dark) {
  body .crypto-currency .top-content__part:not(:last-child) {
    border-right: 1px solid rgba(181, 186, 203, 0.1);
  }
}
@media (prefers-color-scheme: dark) and (max-width: 991.98px) {
  body .crypto-currency .top-content .crypto-currency-tags {
    border-right: 0;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 767.98px) {
  body .crypto-currency .top-content .crypto-currency-about {
    border-right: 0;
  }
}
@media (prefers-color-scheme: dark) {
  body .about .about__box {
    background-color: rgba(41, 44, 45, 0.2);
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
  }
  body .about .actions-about__button_filled {
    background-color: rgba(47, 51, 54, 0.5019607843);
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid rgba(69, 78, 83, 0.5019607843);
    color: #fff;
  }
  body .about .actions-about__button_stroke {
    background-color: rgba(47, 51, 54, 0.5019607843);
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid hwb(201 27% 67%/0.502);
    color: #fff;
  }
  body .about .actions-about__button_stroke:hover {
    border: 1px solid #2A59FF;
    background-color: #2A59FF;
    color: #fff;
  }
  body .about .about-row {
    border-bottom: 1px solid rgba(223, 227, 240, 0.1);
  }
}
@media (prefers-color-scheme: dark) and (min-width: 1200px) {
  body .about .about-row__part:not(:last-child) {
    border-right: 1px solid rgba(223, 227, 240, 0.1);
  }
}
@media (prefers-color-scheme: dark) {
  body .about .about-volume__part {
    border-right: 1px solid rgba(223, 227, 240, 0.1);
  }
}
@media (prefers-color-scheme: dark) and (max-width: 1200px) {
  body .about .about-volume__part:last-child {
    border-right: 0;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 480px) {
  body .about .about-volume__part {
    border-right: 0;
  }
  body .about .about-volume__part:first-child {
    border-bottom: 1px solid rgba(223, 227, 240, 0.1);
  }
}
@media (prefers-color-scheme: dark) {
  body .about .about-volume__label, body .about .about-volume__value, body .about .about-article__paragraph, body .about .about-article__more {
    color: #fff;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 1200px) {
  body .about .about-volume {
    border-top: 1px solid rgba(223, 227, 240, 0.1);
  }
}
@media (prefers-color-scheme: dark) {
  body .about .about-article__more {
    border-right: 1px solid #323642;
  }
}
@media (prefers-color-scheme: dark) and (max-width: 1300px) {
  body .watchlist-product-name._fixed .watchlist-product-name__box {
    background-color: #1E222A;
  }
}
html.dark body {
  background-color: #1E222A;
  color: #fff;
}
html.dark body .wrapper::before {
  opacity: 0;
}
html.dark body .wrapper::after {
  opacity: 1;
}
html.dark body .header-main-actions__el_theme .moon {
  fill: #2A59FF;
}
html.dark body .header-main-actions__el_theme .sun {
  fill: #8B98AA;
}
@media (max-width: 1200px) {
  html.dark body .header {
    border-bottom: 1px solid #323642;
  }
}
html.dark body .header .header-main-actions__el:not(:last-child) {
  border-right: 1px solid #323642;
}
html.dark body .header .info-header-panel__el:not(:last-child) {
  border-right: 1px solid #323642;
}
html.dark body .header .header-main-actions__name, html.dark body .header .info-header-panel__title {
  color: #8B98AA;
}
html.dark body .header .info-header-panel__value {
  color: #fff;
}
html.dark body .header .select__body {
  background-color: rgba(27, 32, 49, 0.95);
}
html.dark body .header .select__body .select__item {
  color: #8B98AA;
}
html.dark body .header .select__body .select__item:hover {
  background-color: #2d3036;
}
html.dark body .header .header-main-actions__el:hover .header-main-actions__name {
  color: #7c8797;
}
html.dark body .header .header-panel-actions__log .stroke-button {
  color: #2A59FF;
}
html.dark body .header .header-panel-actions__log .stroke-button:hover {
  color: #fff;
}
html.dark body .header .header-panel-actions__log .filled-button:hover {
  color: #2A59FF;
}
html.dark body .header .header-main {
  border-top: 1px solid #1C2951;
  border-bottom: 1px solid #1C2951;
}
@media (max-width: 1200px) {
  html.dark body .header .header-main {
    border: 0;
  }
}
html.dark body .header .header-main::before {
  opacity: 0;
}
html.dark body .header .header-main::after {
  opacity: 1;
}
html.dark body .header .header-main .logo-header__img-dark {
  opacity: 1;
}
html.dark body .header .header-main .logo-header__img-light {
  opacity: 0;
}
html.dark body .header .header-main .logo-header__mobile {
  color: #707F94;
}
html.dark body .header .header-main .logo-header__mobile::before {
  background-color: #323642;
}
html.dark body .header .header-main .actions-main-header__download {
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .header .header-main .actions-main-header__download path {
  fill: #fff;
}
html.dark body .header .header-main .actions-main-header__download::before {
  opacity: 1;
}
html.dark body .header .header-main .actions-main-header__download_app-store:hover path {
  fill: #fff;
}
html.dark body .header .header-main .actions-main-header .actions-main-header__search {
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .header .header-main .actions-main-header .header-search__button_filters {
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .header .header-main .actions-main-header .header-search__input {
  color: #fff;
}
html.dark body .header .header-main .header-navigation .header-navigation__link {
  color: #fff;
}
html.dark body .header .header-main .header-navigation .header-navigation__el:hover .header-navigation__link {
  color: #2A59FF;
}
@media (max-width: 1200px) {
  html.dark body .header .header-main .header-navigation .header-navigation__el:hover .header-navigation__link {
    color: #fff;
  }
}
html.dark body .header .header-main .header-navigation .header-navigation__el:not(:last-child)::after {
  background-color: #323642;
}
@media (max-width: 1200px) {
  html.dark body .header .header-main .header-navigation .header-navigation__el:not(:last-child) {
    border-bottom: 1px solid #323642;
  }
}
html.dark body .header .header-main .header-navigation .header-navigation__el .header-submenu__wrapper {
  background-color: rgba(27, 32, 49, 0.95);
}
@media (max-width: 1200px) {
  html.dark body .header .header-main .header-navigation .header-navigation__el .header-submenu__wrapper {
    background-color: transparent;
  }
}
html.dark body .header .header-main .submenu-item__text {
  color: #fff;
}
html.dark body .header .header-main .submenu-item__icon {
  border: 1px solid #323642;
}
html.dark body .header .header-main .submenu-item:hover .submenu-item__text {
  color: #2A59FF;
}
html.dark body .header .header-main .header-submenu__section:last-child {
  border-top: 1px solid #1E222A;
}
@media (max-width: 1200px) {
  html.dark body .header .header-main .header-submenu__section:last-child {
    border-top: 0;
  }
}
html.dark body .header .header-main .actions-main-header__search::before {
  opacity: 1;
}
html.dark body .header .burger-head-panel .change-theme {
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .header .burger-head-panel .change-theme::before {
  opacity: 1;
}
html.dark body .header .burger-head-panel .actions-main-header__download path {
  fill: #2A59FF;
}
html.dark body .header .burger-head-panel .actions-main-header__download:hover path {
  fill: #fff;
}
@media (max-width: 1200px) {
  html.dark body .header .header-navigation {
    background-color: rgba(19, 22, 31, 0.9803921569);
  }
}
html.dark body .header .bottom-panel-navigation__button {
  border: 1px solid #323642;
}
html.dark body .header .bottom-panel-navigation__button path {
  fill: #fff;
}
html.dark body .header .bottom-panel-navigation__button::before {
  opacity: 1;
}
html.dark body .header .bottom-panel-navigation__button:hover {
  border: 1px solid transparent;
}
html.dark body .header .bottom-panel-navigation__button:hover path {
  fill: #fff;
}
html.dark body .header .bottom-panel-navigation .stroke-button {
  color: #fff;
  border: 1px solid #323642;
}
html.dark body .header .bottom-panel-navigation .stroke-button::before {
  opacity: 1;
}
html.dark body .header .header-burger._active {
  background-color: transparent;
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .header .header-burger._active span {
  background-color: #2A59FF;
}
html.dark body .header .header-burger._active::before {
  opacity: 1;
}
html.dark body .header .header-main-actions__select-wrapper::before {
  opacity: 0;
}
html.dark body .header .header-main-actions__select-wrapper::after {
  opacity: 1;
}
html.dark body .main__trends .trends__header {
  border-bottom: 1px solid #1E222A;
}
html.dark body .main__trends .trends__paragraph {
  color: #8B98AA;
}
html.dark body .main__trends .list-trends__link, html.dark body .main__trends .trends-navigation__link {
  border-right: 1px solid #323642;
}
html.dark body .main__trends .list-pos__num {
  border: 1px solid rgba(69, 78, 83, 0.1490196078);
}
html.dark body .main__trends .list-pos {
  background-color: rgba(41, 44, 45, 0.2);
  border: 1px solid rgba(69, 78, 83, 0.1490196078);
}
html.dark body .main__trends .list-pos:hover .list-pos__title {
  color: #2A59FF;
}
html.dark body .main__trends .list-pos__title {
  color: #fff;
}
html.dark body .main__trends .list-pos__follow span {
  color: #fff;
}
html.dark body .main__trends .list-pos__follow:hover {
  background-color: #2A59FF;
}
html.dark body .main__trends .list-pos__follow:hover span {
  color: #fff;
}
html.dark body .main__trends .list-pos__follow:hover svg path {
  fill: #fff;
}
html.dark body .main__trends .trends-navigation__title:not(:last-child)::before {
  opacity: 0;
}
html.dark body .main__trends .trends-navigation__title:not(:last-child)::after {
  opacity: 1;
}
html.dark body .main__trends .trends-navigation__title._current .main-trends__title {
  color: #fff;
}
html.dark body .main__trends .trends-navigation__spoiler {
  border: 1px solid #454E53;
}
html.dark body .main__trends .trends-navigation__spoiler::before {
  opacity: 1;
}
html.dark body .main__watchlist .watchlist__header {
  border-top: 1px solid #1E222A;
}
html.dark body .main__watchlist .watchlist-title__title, html.dark body .main__watchlist .watchlist-showing__title {
  color: #8B98AA;
}
html.dark body .main__watchlist .watchlist-categories {
  border-left: 1px solid #323642;
  border-right: 1px solid #323642;
}
html.dark body .main__watchlist .watchlist-categories__el {
  color: #B5BACB;
}
html.dark body .main__watchlist .watchlist-categories__el:not(:last-child)::after {
  background-color: #323642;
}
html.dark body .main__watchlist .watchlist-categories__el_curent {
  color: #2A59FF;
}
html.dark body .main__watchlist .watchlist-showing::before {
  opacity: 0;
}
html.dark body .main__watchlist .watchlist-showing::after {
  opacity: 1;
}
html.dark body .main__watchlist .watchlist-showing .select__body {
  background-color: rgba(27, 32, 49, 0.95);
}
html.dark body .main__watchlist .watchlist-showing .select__item:hover {
  background-color: #2d3036;
}
html.dark body .main__watchlist .show-rows .select__body {
  background-color: rgba(27, 32, 49, 0.95);
}
html.dark body .main__watchlist .show-rows .select__item:hover {
  background-color: #2d3036;
}
html.dark body .main__watchlist .watchlist-filters__name {
  color: #B5BACB;
}
html.dark body .main__watchlist .watchlist-filters__button_filter {
  border: 1px solid rgba(69, 78, 83, 0.1490196078);
}
html.dark body .main__watchlist .watchlist-filters__button_filter::before {
  opacity: 1;
}
html.dark body .main__watchlist .watchlist-orientation__button {
  border: 1px solid #454E53;
}
html.dark body .main__watchlist .watchlist-orientation__button::before {
  opacity: 1;
}
html.dark body .main__watchlist .watchlist-orientation__button:hover {
  opacity: 0.7;
}
html.dark body .main__watchlist .select__body-wrapper::before {
  opacity: 0;
}
html.dark body .main__watchlist .select__body-wrapper::after {
  opacity: 1;
}
html.dark body .main__watchlist .watchlist-categories-spoiler {
  border-left: 1px solid #323642;
  border-right: 1px solid #323642;
}
@media (max-width: 767.98px) {
  html.dark body .main__watchlist .watchlist-categories-spoiler {
    border-right: 0px;
  }
}
html.dark body .main__watchlist .watchlist-categories-spoiler .select__item:hover {
  background-color: #2d3036;
}
html.dark body .main__watchlist .watchlist-main__header {
  background-color: rgba(41, 44, 45, 0.2);
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .main__watchlist .watchlist-legend:not(:nth-child(-n+2)), html.dark body .main__watchlist .watchlist-product__part:not(:nth-child(-n+2)) {
  border-left: 1px solid #1E222A;
}
html.dark body .main__watchlist .watchlist-main::before {
  opacity: 0;
}
html.dark body .main__watchlist .watchlist-main::after {
  opacity: 1;
}
html.dark body .main__watchlist .watchlist-product {
  border: 1px solid rgba(69, 78, 83, 0.2);
  background-color: #1e212a;
}
html.dark body .main__watchlist .watchlist-product:nth-child(2n) {
  background-color: #191C24;
}
html.dark body .main__watchlist .watchlist-product:nth-child(2n) .watchlist-product-name {
  background-color: #191C24;
}
html.dark body .main__watchlist .watchlist-product:hover .watchlist-product-name__full-name {
  color: #2A59FF;
}
html.dark body .main__watchlist .watchlist-product-name {
  background-color: #1e212a;
}
html.dark body .main__watchlist .watchlist-product__num {
  border: 1px solid rgba(69, 78, 83, 0.1490196078);
}
html.dark body .main__watchlist .watchlist-product-name__full-name {
  color: #fff;
}
html.dark body .main__watchlist .watchlist-product-settings__button {
  border: 1px solid #454E53;
}
html.dark body .main__watchlist .watchlist-product-settings__button._opened span {
  background-color: #2A59FF;
}
html.dark body .main__watchlist .watchlist-main._in-the-end::before, html.dark body .main__watchlist .watchlist-main._in-the-end::after {
  opacity: 0;
}
html.dark body .filter {
  background: rgba(27, 32, 49, 0.95);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
html.dark body .filter .select__body {
  background: rgba(27, 32, 49, 0.95);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
html.dark body .filter .filter__button_stroke {
  color: #fff;
}
html.dark body .filter .filter-search__input, html.dark body .filter .filter-range__input {
  color: #fff;
}
html.dark body .main-pagination__nav-btn {
  border: 1px solid rgba(69, 78, 83, 0.2);
}
html.dark body .main-pagination__nav-btn::before {
  opacity: 1;
}
html.dark body .first-use__wrapper {
  border: 1px solid #454E53;
}
html.dark body .first-use__wrapper::after {
  opacity: 0;
}
html.dark body .first-use__wrapper::before {
  opacity: 1;
}
html.dark body .first-use .first-use-article__paragraph {
  color: #8B98AA;
}
html.dark body .first-use .button-light {
  opacity: 0;
}
html.dark body .first-use .button-dark {
  opacity: 1;
}
html.dark body .first-use .first-use-article__button {
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .first-use .first-use-article__button::before {
  opacity: 0;
}
html.dark body .first-use .first-use-article__button::after {
  opacity: 1;
}
html.dark body .first-use .first-use-form__input {
  color: #fff;
}
html.dark body .footer .footer-logo__img-light {
  opacity: 0;
}
html.dark body .footer .footer-logo__img-dark {
  opacity: 1;
}
html.dark body .footer .copyright {
  color: #8B98AA;
}
html.dark body .footer .info-footer__paragraph, html.dark body .footer .footer-paragraph {
  color: #fff;
}
html.dark body .footer .footer-navigation__link {
  color: #8B98AA;
}
html.dark body .footer .footer-navigation__link:hover {
  color: #2A59FF;
}
html.dark body .footer .footer-social__el {
  border: 1px solid rgba(69, 78, 83, 0.2);
}
html.dark body .footer .footer-social__el:hover path {
  fill: #1E222A;
}
html.dark body .footer .footer-social__el::before {
  opacity: 0;
}
html.dark body .footer .footer-social__el::after {
  opacity: 1;
}
@media (max-width: 991.98px) {
  html.dark body .footer .footer-social {
    border-top: 1px solid #1E222A;
  }
}
@media (max-width: 480px) {
  html.dark body .footer .footer-social {
    border-top: 0;
  }
}
@media (max-width: 767.98px) {
  html.dark body .footer .info-footer {
    border-bottom: 1px solid #1E222A;
  }
}
@media (max-width: 480px) {
  html.dark body .footer .info-footer {
    border-bottom: 1px solid #B5BACB;
  }
}
html.dark body .main__breadcrumbs .breadcrumbs__wrapper {
  border-bottom: 1px solid rgba(28, 41, 81, 0.431372549);
}
html.dark body .watchlist_mod .watchlist-title::before {
  opacity: 1;
}
html.dark body .watchlist_mod .watchlist-title::after {
  opacity: 0;
}
html.dark body .watchlist_mod .watchlist-showing {
  border-right: 0;
}
html.dark body .watchlist_mod .watchlist-showing:before, html.dark body .watchlist_mod .watchlist-showing::after {
  display: none;
}
html.dark body .watchlist_mod .watchlist-showing .select__body {
  border: 0;
}
html.dark body .watchlist_mod .watchlist-filters__button_filter._opened {
  border: 1px solid transparent;
}
html.dark body .watchlist_mod .watchlist-orientation__button._current {
  border: 1px solid transparent;
}
html.dark body .watchlist_mod .filter, html.dark body .watchlist_mod .filter__wrapper {
  background: transparent;
}
html.dark body .watchlist_mod .select__header, html.dark body .watchlist_mod .select__body, html.dark body .watchlist_mod .filter-search {
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .watchlist_mod .show-rows .select__header {
  border: 1px solid transparent;
}
html.dark body .watchlist_mod .show-rows .select__body {
  border: 0;
}
html.dark body .watchlist_mod .show-rows:hover .select__header {
  border: 1px solid #2A59FF;
}
html.dark body .watchlist .watchlist-product-status__status {
  background-color: #1E222A;
}
html.dark body .watchlist-main__list._grid .watchlist-product-nft {
  border-left: 0px;
}
html.dark body .watchlist-main__list._grid .watchlist-product-sale {
  border-left: 0;
}
html.dark body .watchlist-main__list._grid .watchlist-product-links {
  border-left: 0;
}
html.dark body .watchlist-main__list._grid .watchlist-product {
  background-color: #191C24;
  border-radius: 8px;
}
html.dark body .watchlist-main__list._grid .watchlist-product .watchlist-product-name {
  background-color: #191C24;
}
html.dark body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-name::before, html.dark body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-genre::before, html.dark body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-blockchain::before, html.dark body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-os::before {
  opacity: 0;
}
html.dark body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-name::after, html.dark body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-genre::after, html.dark body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-blockchain::after, html.dark body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-os::after {
  opacity: 1;
}
html.dark body .watchlist_events .watchlist-main__list._grid .watchlist-product-name__blockchain {
  border-left: 1px solid rgba(28, 41, 81, 0.5);
}
html.dark body .watchlist_events .watchlist-main__list._grid .watchlist-product-sale {
  border-top: 1px solid rgba(28, 41, 81, 0.5);
  border-bottom: 1px solid rgba(28, 41, 81, 0.5);
}
html.dark body .watchlist_events .watchlist-main__list._grid .watchlist-product-links__link:not(:last-child) {
  border-right: 1px solid rgba(28, 41, 81, 0.5);
}
html.dark body .watchlist_events .watchlist-main__list._grid .watchlist-product-sale__el:not(:first-child) {
  border-left: 1px solid rgba(28, 41, 81, 0.5);
}
html.dark body .watchlist_events .watchlist-main__list._grid .watchlist-product-start {
  border-left: 1px solid rgba(28, 41, 81, 0.5);
}
html.dark body .watchlist_collections .watchlist-main__list._grid .floor-price {
  border-left: 0;
}
html.dark body .watchlist_defi .watchlist-main__list._grid .watchlist-product-name {
  border-bottom: 1px solid #1E222A;
}
html.dark body .watchlist_defi .watchlist-main__list._grid .day-volume {
  border-left: 0px;
}
html.dark body .watchlist-product-more__button {
  border: 1px solid #454E53;
}
html.dark body .watchlist_exchanges .watchlist-main__list._grid .traffic, html.dark body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-more {
  border-left: 0;
}
html.dark body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-name::before, html.dark body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-rating-score::before, html.dark body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product__price::before, html.dark body .watchlist_exchanges .watchlist-main__list._grid .effective::before {
  opacity: 0;
}
html.dark body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-name::after, html.dark body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-rating-score::after, html.dark body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product__price::after, html.dark body .watchlist_exchanges .watchlist-main__list._grid .effective::after {
  opacity: 1;
}
html.dark body .news .filter, html.dark body .news .filter__wrapper {
  background: transparent;
}
html.dark body .news .filter-button__name {
  color: #8B98AA;
}
html.dark body .news .filter-button._opened {
  border: 1px solid transparent;
}
html.dark body .news .filter-button._opened .filter-button__name {
  color: #fff;
}
html.dark body .news .filter-button {
  border: 1px solid rgba(69, 78, 83, 0.1490196078);
}
html.dark body .news .filter-button::before {
  opacity: 1;
}
html.dark body .news .pagination {
  border-bottom: 1px solid rgba(28, 41, 81, 0.5);
}
html.dark body .news .news-card {
  border: 1px solid rgba(69, 78, 83, 0.1490196078);
}
html.dark body .news .news-card::before {
  opacity: 0;
}
html.dark body .news .news-card::after {
  opacity: 1;
}
html.dark body .news .news-card__title {
  color: #fff;
}
html.dark body .news .news-card__title:hover {
  color: #2A59FF;
}
html.dark body .news .show-rows .select__body {
  background-color: rgba(27, 32, 49, 0.95);
}
html.dark body .news .show-rows .select__item:hover {
  background-color: #2d3036;
}
html.dark body .watchlist-showing__select .select__header {
  border: 1px solid transparent;
}
html.dark body .trends-navigation .main-trends__title {
  color: #fff;
}
html.dark body .trends-navigation .trends-navigation__select.is-active .trends-navigation__spoiler {
  border: 1px solid transparent;
}
html.dark body .trends-navigation .select__body {
  background-color: rgba(27, 32, 49, 0.9490196078);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
html.dark body .breadcrumbs_without-border .breadcrumbs__wrapper {
  border-bottom: 0;
}
html.dark body .game-info .game-info__wrapper {
  background-color: rgba(41, 44, 45, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .game-info .game-upd {
  color: #fff;
}
html.dark body .game-info .info-game__subtitle, html.dark body .game-info .info-game__paragraph {
  color: #fff;
}
html.dark body .game-info .info-links__link {
  background-color: rgba(47, 51, 54, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(69, 78, 83, 0.2);
}
html.dark body .game-info .info-links__text {
  color: #fff;
}
html.dark body .game-descr .descr-block__body {
  background-color: rgba(41, 44, 45, 0.2);
  border: 1px solid #323642;
}
html.dark body .game-descr .descr-card__label {
  color: #fff;
}
html.dark body .game-descr .descr-card__main .descr-card__el:not(:last-child) {
  border-right: 1px solid #323642;
}
html.dark body .game-descr .descr-card__main .descr-card__el:last-child {
  border-right: 0;
}
@media (max-width: 991.98px) {
  html.dark body .game-descr .descr-card__main .descr-card__el:nth-child(3) {
    border-right: 1px solid transparent;
  }
  html.dark body .game-descr .descr-card__main .descr-card__el:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid #323642;
  }
}
html.dark body .game-descr .descr-card__el {
  border-right: 1px solid #323642;
}
@media (max-width: 480px) {
  html.dark body .game-descr .descr-card__el {
    border-right: 0;
  }
}
html.dark body .game-descr .status__status {
  background-color: #1E222A;
}
@media (max-width: 480px) {
  html.dark body .game-descr .descr-card__el_genre {
    border-bottom: 1px solid #323642;
  }
}
html.dark body .attributes .attribute-card {
  background-color: rgba(41, 44, 45, 0.2);
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
  color: #fff;
}
html.dark body .blockchain .blockchain-main {
  background-color: rgba(41, 44, 45, 0.2);
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .blockchain .blockchain-main__preview::before {
  opacity: 0;
}
html.dark body .blockchain .blockchain-main__preview::after {
  opacity: 1;
}
html.dark body .blockchain .info-blockchain__subtitle, html.dark body .blockchain .info-blockchain__paragraph, html.dark body .blockchain .blockchain-statistic__headline, html.dark body .blockchain .blockchain-statistic__label, html.dark body .blockchain .blockchain-grow__text, html.dark body .blockchain .blockchain-statistic__value, html.dark body .blockchain .card-info-blockchain__list, html.dark body .blockchain .card-info-blockchain__title, html.dark body .blockchain .card-info-blockchain__value, html.dark body .blockchain .attribute-card {
  color: #fff;
}
html.dark body .blockchain .blockchain-grow.plus .blockchain-grow__text {
  color: #71BA57;
}
html.dark body .blockchain .blockchain-grow.minus .blockchain-grow__text {
  color: #B14C6B;
}
html.dark body .blockchain .blockchain-statistic__part:not(:last-child) {
  border-right: 1px solid rgba(223, 227, 240, 0.1);
}
html.dark body .blockchain .blockchain-statistic {
  border-right: 1px solid rgba(223, 227, 240, 0.1);
  border-left: 1px solid rgba(223, 227, 240, 0.1);
}
@media (max-width: 991.98px) {
  html.dark body .blockchain .blockchain-statistic {
    border: 0;
    border-top: 1px solid rgba(223, 227, 240, 0.1);
  }
}
html.dark body .blockchain .links-blockchain__button {
  background-color: rgba(41, 44, 45, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
}
html.dark body .blockchain .links-blockchain__text {
  color: #fff;
}
@media (max-width: 667.98px) {
  html.dark body .blockchain .links-blockchain {
    border-top: 1px solid rgba(223, 227, 240, 0.1);
  }
}
html.dark body .blockchain .blockchain-body__card {
  background-color: rgba(41, 44, 45, 0.2);
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .glossary__body {
  border-bottom: 1px solid rgba(28, 41, 81, 0.5);
}
html.dark body .glossary__spoiler {
  background-color: rgba(41, 44, 45, 0.2);
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .glossary .spoiler._opened {
  background-color: transparent;
}
html.dark body .glossary .content-spoiler__paragraph, html.dark body .glossary .spoiler__subtitle {
  color: #fff;
}
html.dark body .faq .card-faq__paragraph {
  color: #fff;
}
html.dark body .questions .card-question {
  background-color: rgba(41, 44, 45, 0.2);
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .questions .card-question:hover .card-question__headline {
  color: #2A59FF;
}
html.dark body .questions .question-action__text {
  color: #fff;
}
html.dark body .questions .card-question__headline {
  color: #fff;
}
html.dark body .questions .pagination {
  border-bottom: 1px solid rgba(28, 41, 81, 0.5);
}
html.dark body .watchlist_qa .pagination {
  border-bottom: 1px solid rgba(28, 41, 81, 0.5);
}
html.dark body .section-button__button {
  background-color: #2A59FF;
  color: #fff;
}
html.dark body .section-button__button:hover {
  background-color: #1c3aa6;
  color: #fff;
}
html.dark body .also-watch-card {
  background-color: rgba(41, 44, 45, 0.2);
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .also-watch-box::before {
  opacity: 0;
}
html.dark body .also-watch-box::after {
  opacity: 1;
}
html.dark body .also-watch-box._in-the-end::before, html.dark body .also-watch-box._in-the-end::after {
  opacity: 0;
}
html.dark body .also-watch::before {
  opacity: 0;
}
html.dark body .also-watch::after {
  opacity: 1;
}
html.dark body .watchlist_currency .watchlist-header {
  border-top: 0;
}
html.dark body .currency-info .currency-graph__content {
  background-color: rgba(41, 44, 45, 0.2);
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .currency-info .currency-graph__dark-img {
  display: block;
}
html.dark body .currency-info .currency-graph__light-img {
  display: none;
}
html.dark body .currency-info .currency-characteristic__el {
  border: 1px solid rgba(69, 78, 83, 0.2);
  background-color: rgba(55, 59, 62, 0.168627451);
  color: #fff;
}
html.dark body .currency-info .currency-characteristic__el:nth-child(2n) {
  background-color: rgba(41, 44, 45, 0.2);
}
html.dark body .currency-info .currency-characteristic__name {
  color: #fff;
}
html.dark body .currency-info .live-chat__chat {
  border: 1px solid rgba(69, 78, 83, 0.2);
  background-color: rgba(55, 59, 62, 0.168627451);
}
html.dark body .currency-info .post-comment__button {
  color: #fff;
}
html.dark body .currency-info .post-comment__button:hover {
  color: #2A59FF;
}
html.dark body .currency-info .user-live-chat__about {
  color: #fff;
}
html.dark body .currency-info .post-comment__area {
  background-color: rgba(47, 51, 54, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(69, 78, 83, 0.2);
}
html.dark body .currency-info .post-comment__input {
  color: #fff;
}
html.dark body .currency-info .comments-list .post-comment__comment {
  color: #fff;
}
html.dark body .currency-info .comments-list .post-comment__button_red:hover {
  color: #B14C6B;
}
html.dark body .currency-info .comments-list .post-comment__button_green:hover {
  color: #71BA57;
}
html.dark body .currency-info .comments-list::-webkit-scrollbar {
  background-color: #2A2E3A;
}
html.dark body .crypto-currency__box {
  background-color: rgba(41, 44, 45, 0.2);
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .crypto-currency .crypto-currency__paragraph, html.dark body .crypto-currency .links-list__text, html.dark body .crypto-currency .middle-content__title, html.dark body .crypto-currency .middle-content__price, html.dark body .crypto-currency .stat-middle-content__value, html.dark body .crypto-currency .stat-middle-content__label, html.dark body .crypto-currency .crypto-currency-converter__label, html.dark body .crypto-currency .crypto-currency-converter__input, html.dark body .crypto-currency .crypto-currency-about__subtitle, html.dark body .crypto-currency .about-range__labels {
  color: #fff;
}
html.dark body .crypto-currency .crypto-currency__paragraph a, html.dark body .crypto-currency .links-list__text a, html.dark body .crypto-currency .middle-content__title a, html.dark body .crypto-currency .middle-content__price a, html.dark body .crypto-currency .stat-middle-content__value a, html.dark body .crypto-currency .stat-middle-content__label a, html.dark body .crypto-currency .crypto-currency-converter__label a, html.dark body .crypto-currency .crypto-currency-converter__input a, html.dark body .crypto-currency .crypto-currency-about__subtitle a, html.dark body .crypto-currency .about-range__labels a {
  color: #fff;
}
html.dark body .crypto-currency .links-list__card {
  background-color: rgba(47, 51, 54, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(69, 78, 83, 0.2);
}
html.dark body .crypto-currency .middle-content__part:not(:nth-child(5)) {
  border-right: 1px solid rgba(181, 186, 203, 0.1);
}
@media (max-width: 991.98px) {
  html.dark body .crypto-currency .middle-content__part:nth-child(4) {
    border: 0;
  }
  html.dark body .crypto-currency .middle-content__part:nth-child(5) {
    border-right: 1px solid rgba(181, 186, 203, 0.1);
  }
  html.dark body .crypto-currency .middle-content__part:nth-child(6) {
    border-right: 0;
  }
}
@media (max-width: 767.98px) {
  html.dark body .crypto-currency .middle-content__part:nth-child(3), html.dark body .crypto-currency .middle-content__part:nth-child(5) {
    border-right: 0;
  }
  html.dark body .crypto-currency .middle-content__part:nth-child(4) {
    border-right: 1px solid rgba(181, 186, 203, 0.1);
  }
  html.dark body .crypto-currency .middle-content__part:nth-child(2) {
    border: 0;
  }
}
@media (max-width: 480px) {
  html.dark body .crypto-currency .middle-content__part:first-child {
    border-right: 0;
  }
  html.dark body .crypto-currency .middle-content__part:nth-child(4) {
    border-right: 0;
    border-top: 1px solid rgba(181, 186, 203, 0.1);
  }
  html.dark body .crypto-currency .middle-content__part:nth-child(3) {
    border-right: 1px solid rgba(181, 186, 203, 0.1);
  }
}
html.dark body .crypto-currency .middle-content {
  border-top: 1px solid rgba(181, 186, 203, 0.1);
  border-bottom: 1px solid rgba(181, 186, 203, 0.1);
}
html.dark body .crypto-currency .middle-content__wrapper::before {
  opacity: 0;
}
html.dark body .crypto-currency .middle-content__wrapper::after {
  opacity: 1;
}
html.dark body .crypto-currency .select__body {
  background-color: rgba(27, 32, 49, 0.95);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
html.dark body .crypto-currency .select__item:hover {
  background-color: #2d3036;
}
html.dark body .crypto-currency .crypto-currency-converter__body {
  background-color: rgba(47, 51, 54, 0.5019607843);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(69, 78, 83, 0.2);
}
@media (max-width: 767.98px) {
  html.dark body .crypto-currency .supply {
    border-top: 1px solid rgba(181, 186, 203, 0.1);
    border-bottom: 1px solid rgba(181, 186, 203, 0.1);
  }
}
@media (min-width: 480px) {
  html.dark body .crypto-currency .fully-cap::before, html.dark body .crypto-currency .crypto-currency-tags::before {
    opacity: 0;
  }
  html.dark body .crypto-currency .fully-cap::after, html.dark body .crypto-currency .crypto-currency-tags::after {
    opacity: 1;
  }
}
html.dark body .crypto-currency .crypto-currency-tags__button {
  background-color: rgba(47, 51, 54, 0.5019607843);
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
  color: #fff;
}
html.dark body .crypto-currency .crypto-currency-tags__button path {
  fill: #fff;
}
html.dark body .crypto-currency .crypto-currency-tags__button:hover {
  background-color: #2A59FF;
  color: #fff;
}
html.dark body .crypto-currency .crypto-currency-tags__button:hover path {
  fill: #fff;
}
html.dark body .crypto-currency .top-content__part:not(:last-child) {
  border-right: 1px solid rgba(181, 186, 203, 0.1);
}
@media (max-width: 991.98px) {
  html.dark body .crypto-currency .top-content .crypto-currency-tags {
    border-right: 0;
  }
}
@media (max-width: 767.98px) {
  html.dark body .crypto-currency .top-content .crypto-currency-about {
    border-right: 0;
  }
}
html.dark body .about .about__box {
  background-color: rgba(41, 44, 45, 0.2);
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
html.dark body .about .actions-about__button_filled {
  background-color: rgba(47, 51, 54, 0.5019607843);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
  color: #fff;
}
html.dark body .about .actions-about__button_stroke {
  background-color: rgba(47, 51, 54, 0.5019607843);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
  color: #fff;
}
html.dark body .about .actions-about__button_stroke:hover {
  border: 1px solid #2A59FF;
  background-color: #2A59FF;
  color: #fff;
}
html.dark body .about .about-row {
  border-bottom: 1px solid rgba(223, 227, 240, 0.1);
}
@media (min-width: 1200px) {
  html.dark body .about .about-row__part:not(:last-child) {
    border-right: 1px solid rgba(223, 227, 240, 0.1);
  }
}
html.dark body .about .about-volume__part {
  border-right: 1px solid rgba(223, 227, 240, 0.1);
}
@media (max-width: 1200px) {
  html.dark body .about .about-volume__part:last-child {
    border-right: 0;
  }
}
@media (max-width: 480px) {
  html.dark body .about .about-volume__part {
    border-right: 0;
  }
  html.dark body .about .about-volume__part:first-child {
    border-bottom: 1px solid rgba(223, 227, 240, 0.1);
  }
}
html.dark body .about .about-volume__label, html.dark body .about .about-volume__value, html.dark body .about .about-article__paragraph, html.dark body .about .about-article__more {
  color: #fff;
}
@media (max-width: 1200px) {
  html.dark body .about .about-volume {
    border-top: 1px solid rgba(223, 227, 240, 0.1);
  }
}
html.dark body .about .about-article__more {
  border-right: 1px solid #323642;
}
@media (max-width: 1300px) {
  html.dark body .watchlist-product-name._fixed .watchlist-product-name__box {
    background-color: #1E222A;
  }
}

html.light body {
  background-color: #E8EBEF;
  color: #1E222A;
}
html.light body .wrapper::before {
  opacity: 1;
}
html.light body .wrapper::after {
  opacity: 0;
}
html.light body .header-main-actions__el_theme .sun {
  fill: #2A59FF;
}
html.light body .header-main-actions__el_theme .moon {
  fill: #8B98AA;
}
@media (max-width: 1200px) {
  html.light body .header {
    border-bottom: 1px solid #B5BACB;
  }
}
html.light body .header .header-main-actions__el:not(:last-child) {
  border-right: 1px solid #B5BACB;
}
html.light body .header .info-header-panel__el:not(:last-child) {
  border-right: 1px solid #B5BACB;
}
html.light body .header .header-main-actions__name, html.light body .header .info-header-panel__title {
  color: #1E222A;
}
html.light body .header .info-header-panel__value {
  color: #2A59FF;
}
html.light body .header .select__body {
  background-color: rgba(243, 247, 251, 0.9);
}
html.light body .header .select__body .select__item {
  color: #1E222A;
}
html.light body .header .select__body .select__item:hover {
  background-color: #e9e9e9;
}
html.light body .header .header-main-actions__el:hover .header-main-actions__name {
  color: #515764;
}
html.light body .header .header-panel-actions__log .stroke-button {
  color: #2A59FF;
}
html.light body .header .header-panel-actions__log .stroke-button:hover {
  color: #fff;
}
html.light body .header .header-panel-actions__log .filled-button:hover {
  color: #2A59FF;
}
html.light body .header .actions-main-header__download {
  border: 1px solid #B5BACB;
}
html.light body .header .actions-main-header__download path {
  fill: #1E222A;
}
html.light body .header .actions-main-header__download::before {
  opacity: 0;
}
html.light body .header .actions-main-header__download_app-store:hover path {
  fill: #fff;
}
html.light body .header .header-main {
  border-top: 1px solid #B5BACB;
  border-bottom: 1px solid #B5BACB;
}
@media (max-width: 1200px) {
  html.light body .header .header-main {
    border: 0;
  }
}
html.light body .header .header-main::before {
  opacity: 1;
}
html.light body .header .header-main::after {
  opacity: 0;
}
html.light body .header .header-main .logo-header__img-dark {
  opacity: 0;
}
html.light body .header .header-main .logo-header__img-light {
  opacity: 1;
}
html.light body .header .header-main .logo-header__mobile {
  color: #4A596D;
}
html.light body .header .header-main .logo-header__mobile::before {
  background-color: #B5BACB;
}
html.light body .header .header-main .actions-main-header .actions-main-header__search {
  border: 1px solid #B5BACB;
}
html.light body .header .header-main .actions-main-header .header-search__button_filters {
  border: 1px solid #B5BACB;
}
html.light body .header .header-main .actions-main-header .header-search__input {
  color: #1E222A;
}
html.light body .header .header-main .actions-main-header__search::before {
  opacity: 0;
}
html.light body .header .header-navigation .header-navigation__link {
  color: #1E222A;
}
html.light body .header .header-navigation .header-navigation__el:hover .header-navigation__link {
  color: #2A59FF;
}
@media (max-width: 1200px) {
  html.light body .header .header-navigation .header-navigation__el:hover .header-navigation__link {
    color: #1E222A;
  }
}
html.light body .header .header-navigation .header-navigation__el:not(:last-child)::after {
  background-color: #8B98AA;
}
@media (max-width: 1200px) {
  html.light body .header .header-navigation .header-navigation__el:not(:last-child) {
    border-bottom: 1px solid #B5BACB;
  }
}
html.light body .header .header-navigation .header-navigation__el .header-submenu__wrapper {
  background-color: rgba(243, 247, 251, 0.9);
}
@media (max-width: 1200px) {
  html.light body .header .header-navigation .header-navigation__el .header-submenu__wrapper {
    background-color: transparent;
  }
}
html.light body .header .submenu-item__text {
  color: #515764;
}
html.light body .header .submenu-item__icon {
  border: 1px solid #B5BACB;
}
html.light body .header .submenu-item:hover .submenu-item__text {
  color: #2A59FF;
}
html.light body .header .header-submenu__section:last-child {
  border-top: 1px solid #B5BACB;
}
@media (max-width: 1200px) {
  html.light body .header .header-submenu__section:last-child {
    border-top: 0;
  }
}
html.light body .header .burger-head-panel .change-theme {
  border: 1px solid #B5BACB;
}
html.light body .header .burger-head-panel .change-theme::before {
  opacity: 0;
}
html.light body .header .burger-head-panel .actions-main-header__download path {
  fill: #2A59FF;
}
html.light body .header .burger-head-panel .actions-main-header__download:hover path {
  fill: #fff;
}
@media (max-width: 1200px) {
  html.light body .header .header-navigation {
    background-color: rgba(243, 247, 251, 0.9);
  }
}
html.light body .header .bottom-panel-navigation__button {
  border: 1px solid #B5BACB;
}
html.light body .header .bottom-panel-navigation__button path {
  fill: #2A59FF;
}
html.light body .header .bottom-panel-navigation__button::before {
  opacity: 0;
}
html.light body .header .bottom-panel-navigation__button:hover {
  border: 1px solid transparent;
}
html.light body .header .bottom-panel-navigation__button:hover path {
  fill: #fff;
}
html.light body .header .bottom-panel-navigation .stroke-button {
  color: #4A596D;
  border: 1px solid #B5BACB;
}
html.light body .header .bottom-panel-navigation .stroke-button::before {
  opacity: 0;
}
html.light body .header .header-burger._active {
  background-color: #2A59FF;
  border: 1px solid #2A59FF;
}
html.light body .header .header-burger._active span {
  background-color: #fff;
}
html.light body .header .header-burger._active::before {
  opacity: 0;
}
html.light body .header .header-main-actions__select-wrapper::before {
  opacity: 1;
}
html.light body .header .header-main-actions__select-wrapper::after {
  opacity: 0;
}
html.light body .main__trends .trends__header {
  border-bottom: 1px solid #B5BACB;
}
html.light body .main__trends .trends__paragraph {
  color: #4A596D;
}
html.light body .main__trends .list-trends__link, html.light body .main__trends .trends-navigation__link {
  border-right: 1px solid #B5BACB;
}
html.light body .main__trends .list-pos__num {
  border: 1px solid rgba(69, 78, 83, 0.1490196078);
}
html.light body .main__trends .list-pos {
  background-color: #EBF2FF;
  border: 1px solid transparent;
}
html.light body .main__trends .list-pos:hover .list-pos__title {
  color: #2A59FF;
}
html.light body .main__trends .list-pos__title {
  color: #1E222A;
}
html.light body .main__trends .list-pos__follow span {
  color: #1E222A;
}
html.light body .main__trends .list-pos__follow:hover {
  background-color: #2A59FF;
}
html.light body .main__trends .list-pos__follow:hover span {
  color: #fff;
}
html.light body .main__trends .list-pos__follow:hover svg path {
  fill: #fff;
}
html.light body .main__trends .trends-navigation__title:not(:last-child)::before {
  opacity: 1;
}
html.light body .main__trends .trends-navigation__title:not(:last-child)::after {
  opacity: 0;
}
html.light body .main__trends .trends-navigation__title._current .main-trends__title {
  color: #1E222A;
}
html.light body .main__trends .trends-navigation__spoiler {
  border: 1px solid #B5BACB;
}
html.light body .main__trends .trends-navigation__spoiler::before {
  opacity: 0;
}
html.light body .main__watchlist .watchlist__header {
  border-top: 1px solid #B5BACB;
}
html.light body .main__watchlist .watchlist-title__title, html.light body .main__watchlist .watchlist-showing__title {
  color: #1E222A;
}
html.light body .main__watchlist .watchlist-categories {
  border-left: 1px solid #B5BACB;
  border-right: 1px solid #B5BACB;
}
html.light body .main__watchlist .watchlist-categories__el {
  color: #1E222A;
}
html.light body .main__watchlist .watchlist-categories__el:not(:last-child)::after {
  background-color: #B5BACB;
}
html.light body .main__watchlist .watchlist-categories__el_curent {
  color: #2A59FF;
}
html.light body .main__watchlist .watchlist-showing::before {
  opacity: 1;
}
html.light body .main__watchlist .watchlist-showing::after {
  opacity: 0;
}
html.light body .main__watchlist .watchlist-showing .select__body {
  background-color: rgba(243, 247, 251, 0.9);
}
html.light body .main__watchlist .watchlist-showing .select__item:hover {
  background-color: #e9e9e9;
}
html.light body .main__watchlist .show-rows .select__body {
  background-color: rgba(243, 247, 251, 0.9);
}
html.light body .main__watchlist .show-rows .select__item:hover {
  background-color: #e9e9e9;
}
html.light body .main__watchlist .watchlist-filters__name {
  color: #1E222A;
}
html.light body .main__watchlist .watchlist-filters__button_filter {
  border: 1px solid #B5BACB;
}
html.light body .main__watchlist .watchlist-filters__button_filter::before {
  opacity: 0;
}
html.light body .main__watchlist .watchlist-orientation__button {
  border: 1px solid #B5BACB;
}
html.light body .main__watchlist .watchlist-orientation__button::before {
  opacity: 0;
}
html.light body .main__watchlist .watchlist-orientation__button:hover {
  opacity: 0.7;
}
html.light body .main__watchlist .select__body-wrapper::before {
  opacity: 1;
}
html.light body .main__watchlist .select__body-wrapper::after {
  opacity: 0;
}
html.light body .main__watchlist .watchlist-categories-spoiler {
  border-left: 1px solid #B5BACB;
  border-right: 1px solid #B5BACB;
}
@media (max-width: 767.98px) {
  html.light body .main__watchlist .watchlist-categories-spoiler {
    border-right: 0px;
  }
}
html.light body .main__watchlist .watchlist-categories-spoiler .select__item:hover {
  background-color: #e9e9e9;
}
html.light body .main__watchlist .watchlist-main__header {
  background-color: #f7faff;
  border: 1px solid transparent;
}
html.light body .main__watchlist .watchlist-legend:not(:nth-child(-n+2)), html.light body .main__watchlist .watchlist-product__part:not(:nth-child(-n+2)) {
  border-left: 1px solid #DFE3F0;
}
html.light body .main__watchlist .watchlist-main::before {
  opacity: 1;
}
html.light body .main__watchlist .watchlist-main::after {
  opacity: 0;
}
html.light body .main__watchlist .watchlist-product {
  border: 1px solid transparent;
  background-color: #f2f4fd;
}
html.light body .main__watchlist .watchlist-product:nth-child(2n) {
  background-color: #f7faff;
}
html.light body .main__watchlist .watchlist-product:nth-child(2n) .watchlist-product-name {
  background-color: #f7faff;
}
html.light body .main__watchlist .watchlist-product:hover .watchlist-product-name__full-name {
  color: #2A59FF;
}
html.light body .main__watchlist .watchlist-product-name {
  background-color: rgb(242, 244, 253);
}
html.light body .main__watchlist .watchlist-product__num {
  border: 1px solid #DFE3F0;
}
html.light body .main__watchlist .watchlist-product-name__full-name {
  color: #1E222A;
}
html.light body .main__watchlist .watchlist-product-settings__button {
  border: 1px solid #B5BACB;
}
html.light body .main__watchlist .watchlist-product-settings__button span {
  background-color: #2A59FF;
}
html.light body .main__watchlist .watchlist-product-settings__button._opened span {
  background-color: #2A59FF;
}
html.light body .main__watchlist .watchlist-main._in-the-end::before, html.light body .main__watchlist .watchlist-main._in-the-end::after {
  opacity: 0;
}
html.light body .filter {
  background: rgba(243, 247, 251, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
html.light body .filter .select__body {
  background: #F2F6FA;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
html.light body .filter .filter__button_stroke {
  color: #1E222A;
}
html.light body .filter .filter-search__input, html.light body .filter .filter-range__input {
  color: #1E222A;
}
html.light body .main-pagination__nav-btn {
  border: 1px solid #B5BACB;
}
html.light body .main-pagination__nav-btn::before {
  opacity: 0;
}
html.light body .first-use__wrapper {
  border: 1px solid transparent;
}
html.light body .first-use__wrapper::after {
  opacity: 1;
}
html.light body .first-use__wrapper::before {
  opacity: 0;
}
html.light body .first-use .first-use-article__paragraph {
  color: #4A596D;
}
html.light body .first-use .button-light {
  opacity: 1;
}
html.light body .first-use .button-dark {
  opacity: 0;
}
html.light body .first-use .first-use-article__button {
  border: 1px solid transparent;
}
html.light body .first-use .first-use-article__button::before {
  opacity: 1;
}
html.light body .first-use .first-use-article__button::after {
  opacity: 0;
}
html.light body .first-use .first-use-form__input {
  color: #1E222A;
}
html.light body .footer .footer-logo__img-light {
  opacity: 1;
}
html.light body .footer .footer-logo__img-dark {
  opacity: 0;
}
html.light body .footer .copyright {
  color: #4A596D;
}
html.light body .footer .info-footer__paragraph, html.light body .footer .footer-paragraph {
  color: #4A596D;
}
html.light body .footer .footer-navigation__link {
  color: #4A596D;
}
html.light body .footer .footer-navigation__link:hover {
  color: #2A59FF;
}
html.light body .footer .footer-social__el {
  border: 1px solid transparent;
}
html.light body .footer .footer-social__el:hover path {
  fill: #fff;
}
html.light body .footer .footer-social__el::before {
  opacity: 0.6;
}
html.light body .footer .footer-social__el::after {
  opacity: 0;
}
@media (max-width: 991.98px) {
  html.light body .footer .footer-social {
    border-top: 1px solid #B5BACB;
  }
}
@media (max-width: 480px) {
  html.light body .footer .footer-social {
    border-top: 0;
  }
}
@media (max-width: 767.98px) {
  html.light body .footer .info-footer {
    border-bottom: 1px solid #B5BACB;
  }
}
@media (max-width: 480px) {
  html.light body .footer .info-footer {
    border-bottom: 1px solid #B5BACB;
  }
}
html.light body .main__breadcrumbs .breadcrumbs__wrapper {
  border-bottom: 1px solid rgba(181, 186, 203, 0.4);
}
html.light body .watchlist_mod .watchlist-title::before {
  opacity: 1;
}
html.light body .watchlist_mod .watchlist-title::after {
  opacity: 0;
}
html.light body .watchlist_mod .watchlist-showing {
  border-right: 0;
}
html.light body .watchlist_mod .watchlist-showing:before, html.light body .watchlist_mod .watchlist-showing::after {
  display: none;
}
html.light body .watchlist_mod .watchlist-showing .select__body {
  border: 0;
}
html.light body .watchlist_mod .watchlist-filters__button_filter._opened {
  border: 1px solid transparent;
}
html.light body .watchlist_mod .watchlist-orientation__button._current {
  border: 1px solid transparent;
}
html.light body .watchlist_mod .filter, html.light body .watchlist_mod .filter__wrapper {
  background: transparent;
}
html.light body .watchlist_mod .select__header, html.light body .watchlist_mod .select__body, html.light body .watchlist_mod .filter-search {
  border: 1px solid #B5BACB;
}
html.light body .watchlist_mod .show-rows .select__header {
  border: 1px solid transparent;
}
html.light body .watchlist_mod .show-rows .select__body {
  border: 0;
}
html.light body .watchlist_mod .show-rows:hover .select__header {
  border: 1px solid #2A59FF;
}
html.light body .watchlist .watchlist-product-status__status {
  background-color: #DFE4F0;
}
html.light body .watchlist-main__list._grid .watchlist-product-nft {
  border-left: 0px;
}
html.light body .watchlist-main__list._grid .watchlist-product-sale {
  border-left: 0;
}
html.light body .watchlist-main__list._grid .watchlist-product-links {
  border-left: 0;
}
html.light body .watchlist-main__list._grid .watchlist-product {
  background-color: #f7faff;
  border-radius: 8px;
}
html.light body .watchlist-main__list._grid .watchlist-product .watchlist-product-name {
  background-color: #f7faff;
}
html.light body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-name::before, html.light body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-genre::before, html.light body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-blockchain::before, html.light body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-os::before {
  opacity: 1;
}
html.light body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-name::after, html.light body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-genre::after, html.light body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-blockchain::after, html.light body .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-os::after {
  opacity: 0;
}
html.light body .watchlist_events .watchlist-main__list._grid .watchlist-product-name__blockchain {
  border-left: 1px solid #DFE3F0;
}
html.light body .watchlist_events .watchlist-main__list._grid .watchlist-product-sale {
  border-top: 1px solid #DFE3F0;
  border-bottom: 1px solid #DFE3F0;
}
html.light body .watchlist_events .watchlist-main__list._grid .watchlist-product-links__link:not(:last-child) {
  border-right: 1px solid #DFE3F0;
}
html.light body .watchlist_events .watchlist-main__list._grid .watchlist-product-sale__el:not(:first-child) {
  border-left: 1px solid #DFE3F0;
}
html.light body .watchlist_events .watchlist-main__list._grid .watchlist-product-start {
  border-left: 1px solid #DFE3F0;
}
html.light body .watchlist_collections .watchlist-main__list._grid .floor-price {
  border-left: 0;
}
html.light body .watchlist_collections .watchlist-main__list._grid .watchlist-product-name::before, html.light body .watchlist_collections .watchlist-main__list._grid .day-volume::before, html.light body .watchlist_collections .watchlist-main__list._grid .est::before {
  opacity: 1;
}
html.light body .watchlist_collections .watchlist-main__list._grid .watchlist-product-name::after, html.light body .watchlist_collections .watchlist-main__list._grid .day-volume::after, html.light body .watchlist_collections .watchlist-main__list._grid .est::after {
  opacity: 0;
}
html.light body .watchlist_defi .watchlist-main__list._grid .watchlist-product-name {
  border-bottom: 1px solid #DFE3F0;
}
html.light body .watchlist_defi .watchlist-main__list._grid .day-volume {
  border-left: 0px;
}
html.light body .watchlist-product-more__button {
  border: 1px solid #B5BACB;
}
html.light body .watchlist_exchanges .watchlist-main__list._grid .traffic, html.light body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-more {
  border-left: 0;
}
html.light body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-name::before, html.light body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-rating-score::before, html.light body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product__price::before, html.light body .watchlist_exchanges .watchlist-main__list._grid .effective::before {
  opacity: 1;
}
html.light body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-name::after, html.light body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-rating-score::after, html.light body .watchlist_exchanges .watchlist-main__list._grid .watchlist-product__price::after, html.light body .watchlist_exchanges .watchlist-main__list._grid .effective::after {
  opacity: 0;
}
html.light body .news .filter, html.light body .news .filter__wrapper {
  background: transparent;
}
html.light body .news .filter-button__name {
  color: #1E222A;
}
html.light body .news .filter-button._opened {
  border: 1px solid transparent;
}
html.light body .news .filter-button._opened .filter-button__name {
  color: #fff;
}
html.light body .news .filter-button {
  border: 1px solid #B5BACB;
}
html.light body .news .filter-button::before {
  opacity: 0;
}
html.light body .news .pagination {
  border-bottom: 1px solid #B5BACB;
}
html.light body .news .news-card {
  border: 1px solid rgba(197, 199, 207, 0.5803921569);
}
html.light body .news .news-card::before {
  opacity: 1;
}
html.light body .news .news-card::after {
  opacity: 0;
}
html.light body .news .news-card__title {
  color: #1E222A;
}
html.light body .news .news-card__title:hover {
  color: #2A59FF;
}
html.light body .news .show-rows .select__body {
  background-color: rgba(243, 247, 251, 0.9);
}
html.light body .news .show-rows .select__item:hover {
  background-color: #e9e9e9;
}
html.light body .watchlist-showing__select .select__header {
  border: 1px solid transparent;
}
html.light body .trends-navigation .main-trends__title {
  color: #1E222A;
}
html.light body .trends-navigation .trends-navigation__select.is-active .trends-navigation__spoiler {
  border: 1px solid transparent;
}
html.light body .trends-navigation .select__body {
  background-color: rgba(243, 247, 251, 0.8980392157);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
html.light body .breadcrumbs_without-border .breadcrumbs__wrapper {
  border-bottom: 0;
}
html.light body .game-info .game-info__wrapper {
  background-color: #f7faff;
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
  border: 1px solid transparent;
}
html.light body .game-info .game-upd {
  color: #4A596D;
}
html.light body .game-info .info-game__subtitle, html.light body .game-info .info-game__paragraph {
  color: #4A596D;
}
html.light body .game-info .info-links__link {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
}
html.light body .game-info .info-links__text {
  color: #55606F;
}
html.light body .game-descr .descr-block__body {
  background-color: #f7faff;
  border: 1px solid transparent;
}
html.light body .game-descr .descr-card__label {
  color: #55606F;
}
html.light body .game-descr .descr-card__main .descr-card__el:not(:last-child) {
  border-right: 1px solid #DFE3F0;
}
html.light body .game-descr .descr-card__main .descr-card__el:last-child {
  border-right: 0;
}
@media (max-width: 991.98px) {
  html.light body .game-descr .descr-card__main .descr-card__el:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid #DFE3F0;
  }
  html.light body .game-descr .descr-card__main .descr-card__el:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
html.light body .game-descr .descr-card__el {
  border-right: 1px solid #DFE3F0;
}
@media (max-width: 480px) {
  html.light body .game-descr .descr-card__el {
    border-right: 0;
  }
}
html.light body .game-descr .status__status {
  background-color: #DFE4F0;
}
@media (max-width: 480px) {
  html.light body .game-descr .descr-card__el_genre {
    border-bottom: 1px solid #DFE3F0;
  }
}
html.light body .attributes .attribute-card {
  background-color: #f7faff;
  border: 1px solid transparent;
  color: #4A596D;
}
html.light body .blockchain .blockchain-main {
  background-color: #f7faff;
  border: 1px solid transparent;
}
html.light body .blockchain .blockchain-main__preview::before {
  opacity: 1;
}
html.light body .blockchain .blockchain-main__preview::after {
  opacity: 0;
}
html.light body .blockchain .info-blockchain__subtitle, html.light body .blockchain .info-blockchain__paragraph, html.light body .blockchain .blockchain-statistic__headline, html.light body .blockchain .blockchain-statistic__label, html.light body .blockchain .blockchain-grow__text, html.light body .blockchain .blockchain-statistic__value, html.light body .blockchain .card-info-blockchain__list, html.light body .blockchain .card-info-blockchain__title, html.light body .blockchain .card-info-blockchain__value, html.light body .blockchain .attribute-card {
  color: #4A596D;
}
html.light body .blockchain .blockchain-grow.plus .blockchain-grow__text {
  color: #71BA57;
}
html.light body .blockchain .blockchain-grow.minus .blockchain-grow__text {
  color: #B14C6B;
}
html.light body .blockchain .blockchain-statistic__part:not(:last-child) {
  border-right: 1px solid rgba(181, 186, 203, 0.5);
}
html.light body .blockchain .blockchain-statistic {
  border-right: 1px solid rgba(181, 186, 203, 0.5);
  border-left: 1px solid rgba(181, 186, 203, 0.5);
}
@media (max-width: 991.98px) {
  html.light body .blockchain .blockchain-statistic {
    border: 0;
    border-top: 1px solid rgba(181, 186, 203, 0.5);
  }
}
html.light body .blockchain .links-blockchain__button {
  background-color: #f7faff;
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
}
html.light body .blockchain .links-blockchain__text {
  color: #55606F;
}
@media (max-width: 667.98px) {
  html.light body .blockchain .links-blockchain {
    border-top: 1px solid rgba(181, 186, 203, 0.5);
  }
}
html.light body .blockchain .blockchain-body__card {
  background-color: #f7faff;
  border: 1px solid transparent;
}
html.light body .glossary__body {
  border-bottom: 1px solid #B5BACB;
}
html.light body .glossary__spoiler {
  background-color: #f7faff;
  border: 1px solid transparent;
}
html.light body .glossary .spoiler._opened {
  background-color: #fffefd;
}
html.light body .glossary .content-spoiler__paragraph, html.light body .glossary .spoiler__subtitle {
  color: #4A596D;
}
html.light body .faq .card-faq__paragraph {
  color: #4A596D;
}
html.light body .questions .card-question {
  background-color: #f7faff;
  border: 1px solid transparent;
}
html.light body .questions .card-question:hover .card-question__headline {
  color: #2A59FF;
}
html.light body .questions .question-action__text {
  color: #4A596D;
}
html.light body .questions .card-question__headline {
  color: #1E222A;
}
html.light body .questions .pagination {
  border-bottom: 1px solid #B5BACB;
}
html.light body .watchlist_qa .pagination {
  border-bottom: 1px solid #B5BACB;
}
html.light body .section-button__button {
  background-color: #fff;
  color: #4A596D;
}
html.light body .section-button__button:hover {
  background-color: #ddd;
  color: #515764;
}
html.light body .also-watch-card {
  background-color: #f7faff;
  border: 1px solid rgba(197, 199, 207, 0.7);
}
html.light body .also-watch-box::before {
  opacity: 1;
}
html.light body .also-watch-box::after {
  opacity: 0;
}
html.light body .also-watch-box._in-the-end::before, html.light body .also-watch-box._in-the-end::after {
  opacity: 0;
}
html.light body .also-watch::before {
  opacity: 1;
}
html.light body .also-watch::after {
  opacity: 0;
}
html.light body .watchlist_currency .watchlist-header {
  border-top: 0;
}
html.light body .currency-info .currency-graph__content {
  background-color: #f7faff;
  border: 1px solid transparent;
}
html.light body .currency-info .currency-graph__dark-img {
  display: none;
}
html.light body .currency-info .currency-graph__light-img {
  display: block;
}
html.light body .currency-info .currency-characteristic__el {
  border: 1px solid transparent;
  background-color: #f2f4fd;
  color: #4A596D;
}
html.light body .currency-info .currency-characteristic__el:nth-child(2n) {
  background-color: #f7faff;
}
html.light body .currency-info .currency-characteristic__name {
  color: #4A596D;
}
html.light body .currency-info .live-chat__chat {
  background-color: #f3f6fb;
  border: 1px solid transparent;
}
html.light body .currency-info .post-comment__button {
  color: #4A596D;
}
html.light body .currency-info .post-comment__button:hover {
  color: #2A59FF;
}
html.light body .currency-info .user-live-chat__about {
  color: #4A596D;
}
html.light body .currency-info .post-comment__area {
  background-color: #f5f8ff;
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
  border: 1px solid transparent;
}
html.light body .currency-info .post-comment__input {
  color: #4A596D;
}
html.light body .currency-info .comments-list .post-comment__comment {
  color: #4A596D;
}
html.light body .currency-info .comments-list .post-comment__button_red:hover {
  color: #B14C6B;
}
html.light body .currency-info .comments-list .post-comment__button_green:hover {
  color: #71BA57;
}
html.light body .currency-info .comments-list::-webkit-scrollbar {
  background-color: #fff;
}
html.light body .crypto-currency__box {
  background-color: #f7faff;
  border: 1px solid transparent;
}
html.light body .crypto-currency .crypto-currency__paragraph, html.light body .crypto-currency .links-list__text, html.light body .crypto-currency .middle-content__title, html.light body .crypto-currency .middle-content__price, html.light body .crypto-currency .stat-middle-content__value, html.light body .crypto-currency .stat-middle-content__label, html.light body .crypto-currency .crypto-currency-converter__label, html.light body .crypto-currency .crypto-currency-converter__input, html.light body .crypto-currency .crypto-currency-about__subtitle, html.light body .crypto-currency .about-range__labels {
  color: #4A596D;
}
html.light body .crypto-currency .crypto-currency__paragraph a, html.light body .crypto-currency .links-list__text a, html.light body .crypto-currency .middle-content__title a, html.light body .crypto-currency .middle-content__price a, html.light body .crypto-currency .stat-middle-content__value a, html.light body .crypto-currency .stat-middle-content__label a, html.light body .crypto-currency .crypto-currency-converter__label a, html.light body .crypto-currency .crypto-currency-converter__input a, html.light body .crypto-currency .crypto-currency-about__subtitle a, html.light body .crypto-currency .about-range__labels a {
  color: #4A596D;
}
html.light body .crypto-currency .links-list__card {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
  border: 1px solid transparent;
}
html.light body .crypto-currency .middle-content__part:not(:nth-child(5)) {
  border-right: 1px solid rgba(181, 186, 203, 0.3);
}
@media (max-width: 991.98px) {
  html.light body .crypto-currency .middle-content__part:nth-child(4) {
    border: 0;
  }
  html.light body .crypto-currency .middle-content__part:nth-child(5) {
    border-right: 1px solid rgba(181, 186, 203, 0.3);
  }
  html.light body .crypto-currency .middle-content__part:nth-child(6) {
    border-right: 0;
  }
}
@media (max-width: 767.98px) {
  html.light body .crypto-currency .middle-content__part:nth-child(3), html.light body .crypto-currency .middle-content__part:nth-child(5) {
    border-right: 0;
  }
  html.light body .crypto-currency .middle-content__part:nth-child(4) {
    border-right: 1px solid rgba(181, 186, 203, 0.3);
  }
  html.light body .crypto-currency .middle-content__part:nth-child(2) {
    border: 0;
  }
}
@media (max-width: 480px) {
  html.light body .crypto-currency .middle-content__part:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(181, 186, 203, 0.3);
  }
  html.light body .crypto-currency .middle-content__part:nth-child(4) {
    border-right: 0;
    border-top: 1px solid rgba(181, 186, 203, 0.3);
  }
  html.light body .crypto-currency .middle-content__part:nth-child(3) {
    border-right: 1px solid rgba(181, 186, 203, 0.3);
  }
}
html.light body .crypto-currency .middle-content {
  border-top: 1px solid rgba(181, 186, 203, 0.3);
  border-bottom: 1px solid rgba(181, 186, 203, 0.3);
}
html.light body .crypto-currency .middle-content__wrapper::before {
  opacity: 1;
}
html.light body .crypto-currency .middle-content__wrapper::after {
  opacity: 0;
}
html.light body .crypto-currency .select__body {
  background-color: rgba(243, 247, 251, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
html.light body .crypto-currency .select__item:hover {
  background-color: #e9e9e9;
}
html.light body .crypto-currency .crypto-currency-converter__body {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
  border: 1px solid transparent;
}
@media (max-width: 767.98px) {
  html.light body .crypto-currency .supply {
    border-top: 1px solid rgba(181, 186, 203, 0.3);
    border-bottom: 1px solid rgba(181, 186, 203, 0.3);
  }
}
@media (min-width: 480px) {
  html.light body .crypto-currency .fully-cap::before, html.light body .crypto-currency .crypto-currency-tags::before {
    opacity: 1;
  }
  html.light body .crypto-currency .fully-cap::after, html.light body .crypto-currency .crypto-currency-tags::after {
    opacity: 0;
  }
}
html.light body .crypto-currency .crypto-currency-tags__button {
  background-color: transparent;
  border: 1px solid rgba(181, 186, 203, 0.5);
  color: #4A596D;
}
html.light body .crypto-currency .crypto-currency-tags__button path {
  fill: #4A596D;
}
html.light body .crypto-currency .crypto-currency-tags__button:hover {
  background-color: #2A59FF;
  color: #fff;
}
html.light body .crypto-currency .crypto-currency-tags__button:hover path {
  fill: #fff;
}
html.light body .crypto-currency .top-content__part:not(:last-child) {
  border-right: 1px solid rgba(181, 186, 203, 0.3);
}
@media (max-width: 991.98px) {
  html.light body .crypto-currency .top-content .crypto-currency-tags {
    border-right: 0;
  }
}
@media (max-width: 767.98px) {
  html.light body .crypto-currency .top-content .crypto-currency-about {
    border-right: 0;
  }
}
html.light body .about .about__box {
  background-color: #f7faff;
  border: 1px solid transparent;
}
html.light body .about .actions-about__button_filled {
  background: #f7faff;
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
  border: 1px solid transparent;
  color: #55606F;
}
html.light body .about .actions-about__button_stroke {
  background-color: transparent;
  border: 1px solid rgba(181, 186, 203, 0.5);
  color: #55606F;
}
html.light body .about .actions-about__button_stroke:hover {
  border: 1px solid #2A59FF;
  background-color: #2A59FF;
  color: #fff;
}
html.light body .about .about-row {
  border-bottom: 1px solid rgba(181, 186, 203, 0.3);
}
@media (min-width: 1200px) {
  html.light body .about .about-row__part:not(:last-child) {
    border-right: 1px solid rgba(181, 186, 203, 0.3);
  }
}
html.light body .about .about-volume__part {
  border-right: 1px solid rgba(181, 186, 203, 0.3);
}
@media (max-width: 1200px) {
  html.light body .about .about-volume__part:last-child {
    border-right: 0;
  }
}
@media (max-width: 480px) {
  html.light body .about .about-volume__part {
    border-right: 0;
  }
  html.light body .about .about-volume__part:first-child {
    border-bottom: 1px solid rgba(181, 186, 203, 0.3);
  }
}
html.light body .about .about-volume__label, html.light body .about .about-volume__value, html.light body .about .about-article__paragraph, html.light body .about .about-article__more {
  color: #4A596D;
}
@media (max-width: 1200px) {
  html.light body .about .about-volume {
    border-top: 1px solid rgba(181, 186, 203, 0.3);
  }
}
html.light body .about .about-article__more {
  border-right: 1px solid rgba(181, 186, 203, 0.5);
}
@media (max-width: 1300px) {
  html.light body .watchlist-product-name._fixed .watchlist-product-name__box {
    background-color: #fff;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  width: 100%;
  z-index: 120;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .select__header {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header .select__body {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2px 0;
  background-color: rgba(243, 247, 251, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
  -webkit-transition: opacity ease-in-out 0.3s, background-color ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, background-color ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s, background-color ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s, background-color ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.header .select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 6px 8px;
  -webkit-transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
}
.header .select__item:hover {
  background-color: #eeeeee;
}
.header .select.is-active .select__body {
  opacity: 1;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: all;
}
.header .header-main-actions__el_select._active::after {
  -webkit-transform: rotate(180deg) translateY(5%);
          transform: rotate(180deg) translateY(5%);
}

.burger-head-panel {
  display: none;
}
@media (max-width: 1200px) {
  .burger-head-panel {
    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;
    padding: 8px 10px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .burger-head-panel {
    height: calc(50px + 20 * (100vw - 320px) / 160);
  }
}
.burger-head-panel__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .burger-head-panel__actions {
    gap: 10px;
  }
}
.burger-head-panel__actions .header-main-actions__el:not(:last-child) {
  padding-right: 10px;
}
.burger-head-panel__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-right: 48px;
}
@media (max-width: 480px) {
  .burger-head-panel__buttons {
    margin-right: 42px;
    gap: 6px;
  }
}
.burger-head-panel .actions-main-header__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 6px;
}
@media (max-width: 480px) {
  .burger-head-panel .actions-main-header__download {
    width: 35px;
    height: 35px;
  }
  .burger-head-panel .actions-main-header__download img {
    width: 14px;
  }
}
.burger-head-panel .actions-main-header__download path {
  fill: #fff;
}
.burger-head-panel .actions-main-header__download:hover path {
  fill: #fff;
}
.burger-head-panel .change-theme {
  width: 40px;
  height: 40px;
  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;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 480px) {
  .burger-head-panel .change-theme {
    width: 35px;
    height: 35px;
  }
}
.burger-head-panel .change-theme::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(191.45deg, rgba(42, 46, 58, 0.4) -73.23%, rgba(42, 46, 58, 0) 91.58%);
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.burger-head-panel .change-theme .header-main-actions__icon {
  margin: 0;
}

.header-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-panel__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
@media (max-width: 1200px) {
  .header-panel__info {
    height: 100%;
  }
}
.header-panel__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-panel .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .header-panel .header__container {
    overflow-x: auto;
    height: 100%;
  }
}

.info-header-panel__el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-transition: border-color ease-in-out 0.3s;
  transition: border-color ease-in-out 0.3s;
}
.info-header-panel__el:not(:last-child) {
  padding-right: 22px;
}
.info-header-panel__title {
  font-family: Rubik;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  color: #1E222A;
  white-space: nowrap;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
.info-header-panel__value {
  font-family: Roboto;
  font-weight: 400;
  color: #2A59FF;
  white-space: nowrap;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}

.header-panel-actions {
  z-index: 120;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
@media (max-width: 1200px) {
  .header-panel-actions {
    display: none;
  }
}
.header-panel-actions__main-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-panel-actions__log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.header-panel-actions__log .stroke-button {
  height: 33px;
  border-radius: 6px;
  padding: 0 17px;
}
.header-panel-actions__log .filled-button {
  height: 33px;
  border-radius: 6px;
  padding: 0 15px;
}
.header-panel-actions__button {
  font-family: Rubik;
  font-weight: 500;
}

.header-main-actions__el {
  z-index: 121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: border-color ease-in-out 0.3s;
  transition: border-color ease-in-out 0.3s;
}
.header-main-actions__el:not(:last-child) {
  padding-right: 20px;
}
.header-main-actions__el .header-main-actions__icon {
  pointer-events: none;
}
.header-main-actions__el .header-main-actions__name {
  pointer-events: none;
}
.header-main-actions__el .dynamic-part {
  -webkit-transition: fill ease-in-out 0.3s;
  transition: fill ease-in-out 0.3s;
}
.header-main-actions__el:hover .dynamic-part {
  fill: #1039cc;
}
.header-main-actions__el_select {
  position: relative;
  z-index: 120;
}
.header-main-actions__el_select .select {
  pointer-events: all;
}
.header-main-actions__el_select::after {
  content: "▾";
  display: inline-block;
  font-size: 16px;
  color: #2A59FF;
  pointer-events: none;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.header-main-actions__el_theme .header-main-actions__icon {
  width: 17px;
  height: 17px;
}
.header-main-actions__icon {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
.header-main-actions__icon svg {
  width: 100%;
}
.header-main-actions__name {
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
.header-main-actions__name_currency {
  text-transform: uppercase;
}

.header-main-actions__el_theme:hover svg {
  -webkit-animation: windy 0.4s ease;
          animation: windy 0.4s ease;
}

@-webkit-keyframes windy {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes windy {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.header-main-actions__select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  border: 1px solid transparent;
  height: 33px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
  padding: 0 6px;
  position: relative;
}
.header-main-actions__select-wrapper:hover {
  border: 1px solid #2A59FF;
}
.header-main-actions__select-wrapper::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #B5BACB;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
}
.header-main-actions__select-wrapper::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #323642;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
}

.header-main {
  position: relative;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
.header-main::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(53.56deg, rgba(235, 242, 255, 0.5) -9.61%, rgba(241, 241, 241, 0.5) 90.49%);
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.header-main::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(53.56deg, rgba(30, 34, 42, 0.05) -9.61%, rgba(41, 50, 255, 0.05) 90.49%);
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.header-main__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-main .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .header-main .header__container {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
@media (max-width: 480px) {
  .header-main .header__container {
    height: calc(50px + 20 * (100vw - 320px) / 160);
  }
}
.header-main__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

@media (max-width: 1200px) {
  .logo-header {
    margin-right: auto;
  }
}
.logo-header__desktop {
  width: 225px;
  height: 100%;
  position: relative;
}
.logo-header__desktop img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 480px) {
  .logo-header__desktop {
    width: calc(160px + 65 * (100vw - 320px) / 160);
  }
}
.logo-header__img-light {
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.logo-header__img-dark {
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.logo-header__mobile {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
  font-family: Rubik;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.logo-header__mobile::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 18px;
  background-color: aquamarine;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
@media (max-width: 480px) {
  .logo-header__mobile {
    display: none;
  }
}

.actions-main-header__search {
  height: 100%;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  border-radius: 10px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
@media (max-width: 767.98px) {
  .actions-main-header__search {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    position: relative;
  }
  .actions-main-header__search::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(191.45deg, rgba(42, 46, 58, 0.4) -73.23%, rgba(42, 46, 58, 0) 91.58%);
    -webkit-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
  }
}
@media (max-width: 480px) {
  .actions-main-header__search {
    width: 35px;
    height: 35px;
  }
}
.actions-main-header__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border-radius: 10px;
  -webkit-transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
  transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .actions-main-header__download {
    display: none;
  }
}
.actions-main-header__download path {
  -webkit-transition: fill ease-in-out 0.3s;
  transition: fill ease-in-out 0.3s;
}
.actions-main-header__download::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(191.45deg, rgba(42, 46, 58, 0.4) -73.23%, rgba(42, 46, 58, 0) 91.58%);
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.actions-main-header__download:hover {
  background-color: #2A59FF;
}
.actions-main-header .actions-main-header__download_app-store:hover {
  background-color: #2A59FF;
}
.actions-main-header .actions-main-header__download_app-store:hover path {
  fill: #fff;
}

.header-search__button {
  background-color: transparent;
  width: 30px;
  height: 30px;
}
@media (max-width: 767.98px) {
  .header-search__button {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .header-search__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-search__button svg {
    width: 14px;
  }
}
.header-search__button svg path {
  -webkit-transition: fill ease-in-out 0.3s;
  transition: fill ease-in-out 0.3s;
}
.header-search__button:hover path {
  fill: #1039cc;
}
.header-search__button_filters {
  border-radius: 8px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
@media (max-width: 767.98px) {
  .header-search__button_filters {
    display: none;
  }
}
.header-search__input {
  background-color: transparent;
  height: 100%;
  font-family: Roboto;
  font-size: 12px;
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.header-search__input::-webkit-input-placeholder {
  color: #515764;
}
.header-search__input::-moz-placeholder {
  color: #515764;
}
.header-search__input:-ms-input-placeholder {
  color: #515764;
}
.header-search__input::-ms-input-placeholder {
  color: #515764;
}
.header-search__input::placeholder {
  color: #515764;
}
@media (max-width: 767.98px) {
  .header-search__input {
    display: none;
  }
}

.header-main__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media (max-width: 1200px) {
  .header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, -webkit-filter ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, -webkit-filter ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, filter ease-in-out 0.3s, transform ease-in-out 0.3s;
    transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, filter ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-filter ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
  }
}
.header-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  z-index: 20;
}
@media (max-width: 1200px) {
  .header-navigation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 10px;
    margin-top: 8px;
    gap: 0;
    overflow: auto;
  }
}
.header-navigation__el {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .header-navigation__el {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transition: border ease-in-out 0.3s;
    transition: border ease-in-out 0.3s;
  }
}
.header-navigation__el:not(:last-child)::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 1px;
  background-color: #8B98AA;
  margin-left: 20px;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
@media (max-width: 1200px) {
  .header-navigation__el:not(:last-child)::after {
    display: none;
  }
}
.header-navigation__el_submenu:hover .header-submenu__body {
  opacity: 1;
  pointer-events: all;
}
.header-navigation__el:hover .header-navigation__link {
  color: #2A59FF;
}
.header-navigation__el:hover .header-navigation__link::after {
  opacity: 1;
}
.header-navigation__link {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
  font-family: Roboto;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .header-navigation__link {
    height: 52px;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-weight: 700;
  }
  .header-navigation__link::after {
    display: none;
  }
}
.header-navigation__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2A59FF;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}

.header-navigation._active {
  opacity: 1;
  pointer-events: all;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.header-submenu {
  position: relative;
}
.header-submenu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 26px 24px;
  -webkit-transition: gap cubic-bezier(0.79, 0.33, 0.14, 0.53) 0.3s;
  transition: gap cubic-bezier(0.79, 0.33, 0.14, 0.53) 0.3s;
}
@media (max-width: 1200px) {
  .header-submenu__wrapper {
    padding: 0;
    gap: 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.header-submenu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0px;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
@media (max-width: 1200px) {
  .header-submenu__body {
    position: static;
    overflow: hidden;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: padding ease-in-out 0.3s;
    transition: padding ease-in-out 0.3s;
  }
}
.header-submenu__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.header-submenu__section:not(:first-child) {
  padding-top: 16px;
}
@media (max-width: 1200px) {
  .header-submenu__section:not(:first-child) {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .header-submenu__section {
    border: 0;
    gap: 0;
    -webkit-transition: gap ease-in-out 0.3s;
    transition: gap ease-in-out 0.3s;
  }
  .header-submenu__section:last-child {
    border-top: 0;
  }
}
.header-submenu__list {
  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;
  gap: 10px;
  -webkit-transition: gap ease-in-out 0.3s;
  transition: gap ease-in-out 0.3s;
}
@media (max-width: 1200px) {
  .header-submenu__list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0;
  }
}
.header-submenu__section-headline {
  font-family: Rubik;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 15px;
  color: #8B98AA;
}
@media (max-width: 1200px) {
  .header-submenu__section-headline {
    display: none;
  }
}
.header-submenu__el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.submenu-item:hover .submenu-item__icon img {
  opacity: 0.8;
}
.submenu-item__icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .submenu-item__icon {
    display: none;
  }
}
.submenu-item__icon img {
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  width: 10px;
}
.submenu-item__text {
  font-family: Rubik;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  white-space: nowrap;
  -webkit-transition: color ease-in-out 0.3s, line-height ease-in-out 0.3s, opacity ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, line-height ease-in-out 0.3s, opacity ease-in-out 0.3s;
}
@media (max-width: 1200px) {
  .submenu-item__text {
    padding-right: 8px;
    position: relative;
    line-height: 0%;
    opacity: 0;
  }
  .submenu-item__text:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #2A59FF;
  }
}

@media (max-width: 1200px) {
  .header-submenu._opened .submenu-item__text {
    line-height: 240%;
    opacity: 1;
  }
  .header-submenu._opened .header-submenu__list {
    gap: 10px;
  }
  .header-submenu._opened .header-submenu__wrapper {
    gap: 20px;
  }
  .header-submenu._opened .header-submenu__body {
    padding-bottom: 16px;
  }
}

.header-navigation__bottom-panel {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  padding-bottom: 20px;
  gap: 20px;
}
@media (max-width: 1200px) {
  .header-navigation__bottom-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-navigation__bottom-panel .header-panel-actions__button {
  height: 40px;
  border-radius: 6px;
}

.bottom-panel-navigation__log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 300px;
  gap: 1rem;
  width: 100%;
}
.bottom-panel-navigation__buttons {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.bottom-panel-navigation__title {
  margin-right: 5px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 105.19%;
  text-align: right;
}
.bottom-panel-navigation__button {
  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: 40px;
  height: 40px;
  border-radius: 6px;
  -webkit-transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
  transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
  position: relative;
}
.bottom-panel-navigation__button path {
  -webkit-transition: fill ease-in-out 0.3s;
  transition: fill ease-in-out 0.3s;
}
.bottom-panel-navigation__button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(191.45deg, rgba(42, 46, 58, 0.4) -73.23%, rgba(42, 46, 58, 0) 91.58%);
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.bottom-panel-navigation__button:hover {
  background-color: #2A59FF;
}
.bottom-panel-navigation__button:hover path {
  fill: #fff;
}
.bottom-panel-navigation .stroke-button {
  -webkit-transition: border ease-in-out 0.3s, color ease-in-out 0.3s;
  transition: border ease-in-out 0.3s, color ease-in-out 0.3s;
  position: relative;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
.bottom-panel-navigation .stroke-button:hover {
  background-color: rgba(16, 57, 204, 0.1568627451);
  color: #fff;
}
.bottom-panel-navigation .stroke-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(191.45deg, rgba(42, 46, 58, 0.4) -73.23%, rgba(42, 46, 58, 0) 91.58%);
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.bottom-panel-navigation .filled-button:hover {
  background-color: #1039cc;
  color: #fff;
}

.main__trends {
  margin-bottom: 20px;
}

.trends__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.trends__header {
  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;
  margin-bottom: 16px;
  padding-bottom: 16px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
  gap: 16px;
}
@media (max-width: 480px) {
  .trends__header {
    gap: calc(4px + 12 * (100vw - 320px) / 160);
  }
}
.trends__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1200px) {
  .trends__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.trends__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}
@media (max-width: 480px) {
  .trends__title {
    font-size: calc(16px + 4 * (100vw - 320px) / 160);
    line-height: calc(19px + 4 * (100vw - 320px) / 160);
  }
}
.trends__paragraph {
  font-family: Rubik;
  font-weight: 300;
  font-size: 14px;
  line-height: 138.19%;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
@media (max-width: 767.98px) {
  .trends__paragraph {
    font-size: calc(12px + 2 * (100vw - 320px) / 447.98);
  }
}

.header-trends__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.trends-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 20px;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 480px) {
  .trends-switch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.trends-switch__label {
  font-family: Rubik;
  font-weight: 300;
  font-size: 13px;
  line-height: 138.19%;
  color: #8B98AA;
}
.trends-switch__switch {
  pointer-events: none;
  width: 58px;
  border-radius: 44px;
  border: 1px solid #2A59FF;
  padding: 7px;
  background-color: transparent;
  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;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
.trends-switch__switch span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: margin ease-in-out 0.3s, -webkit-box-flex ease-in-out 0.3s;
  transition: margin ease-in-out 0.3s, -webkit-box-flex ease-in-out 0.3s;
  transition: flex ease-in-out 0.3s, margin ease-in-out 0.3s;
  transition: flex ease-in-out 0.3s, margin ease-in-out 0.3s, -webkit-box-flex ease-in-out 0.3s, -ms-flex ease-in-out 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
}
.trends-switch__switch img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.trends-switch._active .trends-switch__switch {
  background-color: #bbc9f6;
}
.trends-switch._active .trends-switch__switch span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: -14px;
}
.trends-switch._active .trends-switch__switch img {
  -webkit-animation: smooth ease 0.3s;
          animation: smooth ease 0.3s;
}

@-webkit-keyframes smooth {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  90% {
    -webkit-transform: scaleX(1.2);
            transform: scaleX(1.2);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes smooth {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  90% {
    -webkit-transform: scaleX(1.2);
            transform: scaleX(1.2);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.main-trends__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}

.list-trends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(33.3333333333% - 13.3333333333px);
  width: 100%;
}
@media (max-width: 1200px) {
  .list-trends {
    display: none;
    max-width: 100%;
  }
}
.list-trends__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .list-trends__top {
    display: none;
  }
}
.list-trends__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.list-trends__icon {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background-color: #2A59FF;
}
.list-trends__icon img {
  height: 14px;
  max-width: 14px;
}
.list-trends__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.list-trends__link {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  padding-right: 10px;
  -webkit-transition: border ease-in-out 0.3s, opacity ease-in-out 0.3s;
  transition: border ease-in-out 0.3s, opacity ease-in-out 0.3s;
  color: #4A596D;
}
.list-trends__link:hover {
  opacity: 0.7;
}
.list-trends__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.list-trends__arrow:hover {
  opacity: 0.7;
}
.list-trends__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.list-pos {
  z-index: 10;
  border-radius: 4px;
  height: 40px;
  -webkit-transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
  transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
  position: relative;
  width: 100%;
}
.list-pos__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 8px;
  position: relative;
}
.list-pos__wrapper::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(191.45deg, rgba(28, 49, 109, 0) -73.23%, rgba(2, 10, 196, 0.16) 91.58%);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(30, 33, 48, 0.11));
          filter: drop-shadow(0px 4px 4px rgba(30, 33, 48, 0.11));
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  z-index: -1;
}
.list-pos__wrapper:hover:after {
  opacity: 0.5;
}
.list-pos_account .list-pos__name {
  gap: 7px;
}
.list-pos__num {
  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;
  border-radius: 6px;
  width: 25px;
  height: 25px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #515764;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-pos__main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-pos__icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-pos__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.list-pos__name {
  display: inline;
  font-family: Rubik;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #515764;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.list-pos__title {
  font-family: Rubik;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
  white-space: nowrap;
}
.list-pos__slash {
  margin: 0 10px;
}
.list-pos__short-name {
  text-transform: uppercase;
}
.list-pos__rate {
  margin-right: 10px;
}
.list-pos__price {
  margin-left: auto;
  margin-right: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.list-pos__follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #2A59FF;
  margin-left: auto;
  background-color: transparent;
  -webkit-transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
  gap: 6px;
}
.list-pos__date {
  margin-left: auto;
  margin-right: 9px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 1200px) {
  .list-trends._current {
    display: block;
  }
}

.pos-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-left: auto;
}
.pos-rate__icon {
  width: 8.4px;
  height: 7px;
  position: relative;
}
.pos-rate__icon img {
  position: absolute;
  width: 100%;
  opacity: 0;
}
.pos-rate__num {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.pos-rate.minus .pos-rate__num {
  color: #B14C6B;
}
.pos-rate.minus .pos-rate__grow-down {
  opacity: 1;
}

.pos-rate.plus .pos-rate__num {
  color: #71BA57;
}
.pos-rate.plus .pos-rate__grow-up {
  opacity: 1;
}

.follow-button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.follow-button__icon path {
  -webkit-transition: fill ease-in-out 0.3s;
  transition: fill ease-in-out 0.3s;
}
.follow-button span {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}

.trends-navigation {
  display: none;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .trends-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .trends-navigation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.trends-navigation__icon {
  width: 28px;
  height: 28px;
  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;
  border-radius: 12px;
  background-color: #2A59FF;
}
.trends-navigation__icon img {
  height: 14px;
  max-width: 14px;
}
.trends-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 480px) {
  .trends-navigation__list {
    display: none;
  }
}
.trends-navigation__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
}
.trends-navigation__title:not(:last-child) {
  padding-right: 15px;
}
.trends-navigation__title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 18px;
  width: 0.5px;
  opacity: 0;
  background-color: #B5BACB;
}
@media (max-width: 480px) {
  .trends-navigation__title::before {
    display: none;
  }
}
.trends-navigation__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 18px;
  width: 0.5px;
  opacity: 0;
  background-color: #323642;
}
@media (max-width: 480px) {
  .trends-navigation__title::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .trends-navigation__title {
    display: none;
  }
}
.trends-navigation__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 480px) {
  .trends-navigation__links {
    margin-left: auto;
  }
}
.trends-navigation__link {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  padding-right: 10px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
  color: #4A596D;
}
.trends-navigation__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trends-navigation .main-trends__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #8B98AA;
}
@media (max-width: 767.98px) {
  .trends-navigation .main-trends__title {
    display: none;
  }
}
.trends-navigation__spoiler {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: background-color ease-in-out 0.3s, border ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, border ease-in-out 0.3s;
  position: relative;
}
@media (max-width: 480px) {
  .trends-navigation__spoiler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .trends-navigation__spoiler path {
    fill: #2A59FF;
    -webkit-transition: fill ease-in-out 0.3s;
    transition: fill ease-in-out 0.3s;
  }
}
.trends-navigation__spoiler svg {
  width: 5.35px;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.trends-navigation__spoiler::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(191.45deg, #2A2E3A -73.23%, rgba(42, 46, 58, 0) 91.58%);
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.trends-navigation .select {
  display: none;
  position: relative;
  z-index: 20;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .trends-navigation .select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.trends-navigation .select__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.trends-navigation .select__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-right: 11px;
}
.trends-navigation .select__current .main-trends__title {
  display: inline;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}
.trends-navigation .select__current .trends-navigation__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
}
.trends-navigation .select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  padding: 6px 10px;
}
.trends-navigation .select__item .trends-navigation__icon {
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trends-navigation .select__item .trends-navigation__icon img {
  width: 100%;
  max-width: 40%;
}
.trends-navigation .select__body {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  padding: 4px 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
  -webkit-transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.trends-navigation .select__body .main-trends__title {
  display: inline;
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
}

.trends-navigation__select.is-active .trends-navigation__spoiler {
  background-color: #2A59FF;
}
.trends-navigation__select.is-active .trends-navigation__spoiler svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.trends-navigation__select.is-active .trends-navigation__spoiler svg path {
  fill: #fff;
}
.trends-navigation__select.is-active .trends-navigation__spoiler::before {
  z-index: -1;
}
.trends-navigation__select.is-active .select__body {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 480px) {
  .trends-navigation__title._current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.trends-navigation__title._current .main-trends__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}
@media (max-width: 767.98px) {
  .trends-navigation__title._current .main-trends__title {
    display: inline;
  }
}

.main__watchlist {
  margin-bottom: 10px;
}

.watchlist-product-name {
  padding-left: 0;
  position: sticky;
  left: -10px;
  width: auto;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
.watchlist-product-name__box {
  padding-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
  position: relative;
}
.watchlist-product-name__box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(191.45deg, rgba(28, 49, 109, 0) -73.23%, rgba(2, 10, 196, 0.06) 91.58%);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(30, 33, 48, 0.11));
          filter: drop-shadow(0px 4px 4px rgba(30, 33, 48, 0.11));
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  z-index: -1;
}
.watchlist-product-name__icon {
  margin-right: 8px;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.watchlist-product-name__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.watchlist-product-name__name {
  font-family: Rubik;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #515764;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 7px;
}
.watchlist-product-name__full-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.watchlist__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1300px) {
  .watchlist__container {
    padding: 0;
  }
}
.watchlist__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 20;
  padding: 18px 0;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
@media (max-width: 1300px) {
  .watchlist__header {
    margin: 0 10px;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .watchlist__header {
    padding-top: calc(9px + 9 * (100vw - 320px) / 447.98);
  }
}
.watchlist .pagination {
  margin-top: 10px;
}
@media (max-width: 1300px) {
  .watchlist .pagination {
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .watchlist .pagination {
    margin-top: 15px;
  }
}
.watchlist_mod .watchlist-header__title {
  margin-right: auto;
  font-family: Rubik;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}
.watchlist_mod .watchlist-title {
  padding-right: 18px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
  position: relative;
}
.watchlist_mod .watchlist-title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 18px;
  width: 1px;
  background-color: #B5BACB;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
}
@media (max-width: 480px) {
  .watchlist_mod .watchlist-title::before {
    display: none;
  }
}
.watchlist_mod .watchlist-title::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 18px;
  width: 1px;
  background-color: #323642;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
}
@media (max-width: 480px) {
  .watchlist_mod .watchlist-title::after {
    display: none;
  }
}
.watchlist_mod .watchlist-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
.watchlist_mod .watchlist-showing {
  border-right: 0;
}
.watchlist_mod .watchlist-header {
  z-index: 100;
}
@media (max-width: 767.98px) {
  .watchlist_mod .watchlist-header {
    -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;
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .watchlist_mod .watchlist-filters {
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .watchlist_mod .watchlist-showing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .watchlist_mod .watchlist-showing {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .watchlist_mod .watchlist-header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.watchlist_mod .watchlist-filters__button_filter._opened {
  border: 1px solid transparent;
  background-color: #2A59FF;
}
.watchlist_mod .watchlist-filters__button_filter._opened::before, .watchlist_mod .watchlist-filters__button_filter._opened::after {
  display: none;
}
.watchlist_mod .watchlist-filters__button_filter._opened path {
  fill: #fff;
}
.watchlist_mod .watchlist-filters__button_filter._opened .watchlist-filters__name {
  color: #fff;
}
.watchlist_mod .watchlist-filters__button_filter {
  -webkit-transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s, opacity ease-in-out 0.3s;
  transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s, opacity ease-in-out 0.3s;
}
.watchlist_mod .watchlist-filters__button_filter svg {
  width: 10px;
}
.watchlist_mod .watchlist-filters__button_filter path {
  fill: #2A59FF;
  -webkit-transition: fill ease-in-out 0.3s;
  transition: fill ease-in-out 0.3s;
}
.watchlist_mod .watchlist-orientation__button {
  -webkit-transition: background-color ease-in-out 0.3s, border ease-in-out 0.3s, opacity ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, border ease-in-out 0.3s, opacity ease-in-out 0.3s;
}
.watchlist_mod .watchlist-orientation__button path {
  -webkit-transition: fill ease-in-out 0.3s;
  transition: fill ease-in-out 0.3s;
}
.watchlist_mod .watchlist-orientation__button svg {
  pointer-events: none;
}
.watchlist_mod .watchlist-orientation__button:hover {
  opacity: 0.7;
}
.watchlist_mod .watchlist-orientation__button._current {
  background-color: #2A59FF;
  border: 1px solid transparent;
}
.watchlist_mod .watchlist-orientation__button._current path {
  fill: #fff;
}
.watchlist_mod .filter {
  position: static;
  width: auto;
  height: auto;
  background: transparent;
  overflow: visible;
  -webkit-transform: none;
          transform: none;
  padding: 0;
  display: none;
  margin-bottom: 8px;
}
.watchlist_mod .filter__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 0;
}
.watchlist_mod .filter .filter-search {
  border-radius: 6px;
}
@media (max-width: 1300px) {
  .watchlist_mod .filter .filter-search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: none;
  }
}
@media (max-width: 480px) {
  .watchlist_mod .filter .filter-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: calc(50% - 3px);
  }
}
@media (max-width: 767.98px) {
  .watchlist_mod .filter {
    margin-bottom: 12px;
  }
}
.watchlist_mod .filter._opened {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.watchlist_mod .select__header, .watchlist_mod .select__body, .watchlist_mod .filter-search {
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
.watchlist_mod .watchlist-product__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.watchlist_mod .watchlist-product-single {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.watchlist_mod .watchlist-product-single__label {
  font-family: Rubik;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #55606F;
  margin-bottom: 4px;
  display: none;
}
.watchlist_mod .watchlist-product__wrapper {
  height: 100%;
}
.watchlist_mod .watchlist-product-name {
  padding: 0;
}
.watchlist_earn-games .watchlist-legends, .watchlist_earn-games .watchlist-product__wrapper {
  -ms-grid-columns: 59px 214px 104px 139px 132px 125px 125px 125px 124px 122px;
  grid-template-columns: 59px 214px 104px 139px 132px 125px 125px 125px 124px 122px;
}
.watchlist_earn-games .watchlist-product__wrapper {
  min-height: 70px;
  height: 100%;
}
.watchlist_earn-games .watchlist-product-name__icon {
  width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  height: 25px;
  border-radius: 6px;
}
.watchlist_earn-games .watchlist-product-name__name {
  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;
  gap: 5px;
  width: 100%;
  white-space: wrap;
}
.watchlist_earn-games .watchlist-product-name__descr {
  font-family: Rubik;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  white-space: wrap;
}
.watchlist_earn-games .watchlist-product-genre {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.watchlist_earn-games .filter__form {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-template-columns: repeat(auto-fill, 136px) 286px;
  gap: 6px;
}
@media (max-width: 1300px) {
  .watchlist_earn-games .filter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 12px;
    padding: 0 10px;
  }
  .watchlist_earn-games .filter__form .filter-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: calc(20% - 4.8px);
  }
}
@media (max-width: 767.98px) {
  .watchlist_earn-games .filter__form .filter-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: calc(33.3333333333% - 4px);
  }
}
@media (max-width: 480px) {
  .watchlist_earn-games .filter__form .filter-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: calc(50% - 3px);
  }
}
.watchlist_events .filter-select__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.watchlist_events .filter .select__header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.watchlist_events .filter .select__icon {
  margin-left: auto;
}
.watchlist_events .filter__form {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-grid-columns: 315px 6px 315px 6px auto;
  grid-template-columns: 315px 315px auto;
  gap: 6px;
}
@media (max-width: 1300px) {
  .watchlist_events .filter__form {
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .watchlist_events .filter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .watchlist_events .filter__form .filter-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: calc(50% - 3px);
  }
}
@media (max-width: 480px) {
  .watchlist_events .filter__form .filter-search {
    max-width: none;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.watchlist_events .watchlist-product-name__icon {
  width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  height: 25px;
  border-radius: 6px;
}
.watchlist_events .watchlist-legends, .watchlist_events .watchlist-product__wrapper {
  -ms-grid-columns: 68px 214px 213px 513px 270px;
  grid-template-columns: 68px 214px 213px 513px 270px;
}
.watchlist_events .watchlist-legends__starts, .watchlist_events .watchlist-legends__sale, .watchlist_events .watchlist-product__wrapper__starts, .watchlist_events .watchlist-product__wrapper__sale {
  padding-left: 21px;
}
.watchlist_events .watchlist-legends__links, .watchlist_events .watchlist-product__wrapper__links {
  padding-left: 24px;
}
.watchlist_events .watchlist-product-name__blockchain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.watchlist_events .watchlist-product-name__blockchain-icon {
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 50%;
}
.watchlist_events .watchlist-product-name__blockchain-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.watchlist_events .watchlist-product-name__blockchain-name {
  font-family: Rubik;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #515764;
}
.watchlist_events .watchlist-product-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 21px;
}
.watchlist_events .watchlist-product-single {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.watchlist_collections .filter .select__header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.watchlist_collections .filter .select__icon {
  margin-left: auto;
}
.watchlist_collections .filter__form {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-grid-columns: 315px 6px 315px 6px auto;
  grid-template-columns: 315px 315px auto;
  gap: 6px;
}
@media (max-width: 1300px) {
  .watchlist_collections .filter__form {
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .watchlist_collections .filter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .watchlist_collections .filter__form .filter-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: calc(50% - 3px);
  }
}
@media (max-width: 480px) {
  .watchlist_collections .filter__form .filter-search {
    max-width: none;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.watchlist_collections .watchlist-product-name__icon {
  width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  height: 25px;
  border-radius: 6px;
}
.watchlist_collections .watchlist-legends, .watchlist_collections .watchlist-product__wrapper {
  -ms-grid-columns: 70px 247px 150px 150px 150px 150px 90px 90px 90px 90px;
  grid-template-columns: 70px 247px 150px 150px 150px 150px 90px 90px 90px 90px;
}
.watchlist_collections .watchlist-legends .watchlist-legends__title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.watchlist_collections .watchlist-legend {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.watchlist_collections .watchlist-product-name__blockchain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.watchlist_collections .watchlist-product-name__blockchain-icon {
  max-width: 7px;
  height: 11px;
}
.watchlist_collections .watchlist-product-name__blockchain-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.watchlist_collections .watchlist-product-name__blockchain-name {
  font-family: Rubik;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #515764;
}
.watchlist_collections .watchlist-product-rating-day__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.watchlist_collections .watchlist-product-rating-day__price .watchlist-product-rating-day__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 11px;
  max-width: 11px;
}
.watchlist_collections .watchlist-product-rating-day__price .watchlist-product-rating-day__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
}
.watchlist_collections .watchlist-product__price {
  padding-left: 0;
}
.watchlist_collections .watchlist-product__price .watchlist-product__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.watchlist_collections .watchlist-product__price .watchlist-product__currency {
  height: 11px;
  max-width: 11px;
}
.watchlist_collections .watchlist-product__price .watchlist-product__currency img {
  width: 100%;
  height: 100%;
}
.watchlist_defi .filter .select__header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.watchlist_defi .filter .select__icon {
  margin-left: auto;
}
.watchlist_defi .filter__form {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-grid-columns: 1fr 6px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
@media (max-width: 1300px) {
  .watchlist_defi .filter__form {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .watchlist_defi .filter__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .watchlist_defi .filter__form .filter-search {
    max-width: none;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.watchlist_defi .watchlist-legend {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.watchlist_defi .watchlist-legends__title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.watchlist_defi .watchlist-product-name__icon {
  width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  height: 25px;
  border-radius: 6px;
}
.watchlist_defi .watchlist-legends, .watchlist_defi .watchlist-product__wrapper {
  -ms-grid-columns: 70px 298px 180px 180px 180px 180px 191px;
  grid-template-columns: 70px 298px 180px 180px 180px 180px 191px;
}
.watchlist_defi .watchlist-legends__starts, .watchlist_defi .watchlist-legends__sale, .watchlist_defi .watchlist-product__wrapper__starts, .watchlist_defi .watchlist-product__wrapper__sale {
  padding-left: 21px;
}
.watchlist_defi .watchlist-legends__links, .watchlist_defi .watchlist-product__wrapper__links {
  padding-left: 24px;
}
.watchlist_exchanges .filter .select__header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.watchlist_exchanges .filter .select__icon {
  margin-left: auto;
}
.watchlist_exchanges .filter__form {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-grid-columns: 315px 6px 315px 6px auto;
  grid-template-columns: 315px 315px auto;
  gap: 6px;
}
@media (max-width: 1300px) {
  .watchlist_exchanges .filter__form {
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .watchlist_exchanges .filter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .watchlist_exchanges .filter__form .filter-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: calc(50% - 3px);
  }
}
@media (max-width: 480px) {
  .watchlist_exchanges .filter__form .filter-search {
    max-width: none;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.watchlist_exchanges .watchlist-product-name__icon {
  width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  height: 25px;
  border-radius: 6px;
}
.watchlist_exchanges .watchlist-legends, .watchlist_exchanges .watchlist-product__wrapper {
  -ms-grid-columns: 70px 130px 144px 145px 145px 145px 145px 145px 145px 65px;
  grid-template-columns: 70px 130px 144px 145px 145px 145px 145px 145px 145px 65px;
}
.watchlist_exchanges .watchlist-legend {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.watchlist_exchanges .watchlist-legends__icon {
  margin-left: 6px;
}
.watchlist_exchanges .watchlist-legends__title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.watchlist_exchanges .watchlist-product-name__name .watchlist-product-name__full-name {
  white-space: nowrap;
}
.watchlist_exchanges .watchlist-product__price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}
.watchlist_currency .watchlist-product-name__icon {
  width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  height: 25px;
  border-radius: 6px;
}
.watchlist_currency .watchlist-legends, .watchlist_currency .watchlist-product__wrapper {
  -ms-grid-columns: 70px 156px 115px 115px 115px 115px 115px 115px 115px 115px 133px;
  grid-template-columns: 70px 156px 115px 115px 115px 115px 115px 115px 115px 115px 133px;
}
.watchlist_currency .watchlist-legend {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.watchlist_currency .watchlist-legends__title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.watchlist_currency .watchlist-product__price {
  padding-left: 0;
}
.watchlist_currency .watchlist-product-rating-score__score {
  text-transform: capitalize;
}
.watchlist_currency .watchlist-product-name.watchlist-product__part {
  padding: 0;
}
.watchlist_currency .watchlist-product-name.watchlist-product__part .watchlist-product-name__box {
  padding-left: 14px;
}

.watchlist-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 0 22px 0 9px;
}
@media (max-width: 767.98px) {
  .watchlist-title {
    padding-left: 0;
  }
}
.watchlist-title__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11px;
}
.watchlist-title__icon img {
  max-width: 100%;
}
.watchlist-title__title {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
.watchlist-title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  border: 1px solid transparent;
  height: 30px;
  padding: 0 6px;
  border-radius: 4px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
.watchlist-title__wrapper:hover {
  border: 1px solid #2A59FF;
}

.watchlist-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 10px;
  padding: 0 12px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
@media (max-width: 1250px) {
  .watchlist-categories {
    display: none;
  }
}
.watchlist-categories__el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
.watchlist-categories__el span {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.watchlist-categories__el span:hover {
  opacity: 0.6;
}
.watchlist-categories__el:not(:last-child)::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 1px;
  margin-left: 8px;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
  pointer-events: none;
}
.watchlist-categories__el_curent {
  color: #2A59FF;
  pointer-events: none;
}

.watchlist-showing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 9px;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
  position: relative;
  z-index: 9999;
}
.watchlist-showing::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 18px;
  width: 1px;
  background-color: #B5BACB;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
}
.watchlist-showing::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 18px;
  width: 1px;
  background-color: #323642;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .watchlist-showing {
    display: none;
  }
}
.watchlist-showing__title {
  font-family: Rubik;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
.watchlist-showing__count {
  margin-left: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.watchlist-showing__icon {
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.watchlist-showing__icon svg {
  width: 4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.watchlist-showing__icon path {
  fill: #2A59FF;
}
.watchlist-showing .select {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.watchlist-showing .select:hover .select__header {
  border: 1px solid #2A59FF;
}
.watchlist-showing .select__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
  padding: 0 6px;
  border: 1px solid transparent;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
  border-radius: 4px;
}
.watchlist-showing .select__body {
  position: absolute;
  top: calc(100% + 1px);
  right: 50%;
  min-width: 100%;
  padding: 4px 0;
  border-radius: 6px;
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(50%, -10px);
          transform: translate(50%, -10px);
}
.watchlist-showing .select__current {
  margin-left: 3px;
}
.watchlist-showing .select__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
  padding: 6px 12px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
.watchlist-showing .select.is-active .select__body {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translate(50%, 0px);
          transform: translate(50%, 0px);
}
.watchlist-showing .select.is-active .watchlist-showing__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.watchlist-categories-spoiler {
  display: none;
  position: relative;
  z-index: 120;
  z-index: 120;
  padding: 0 20px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
@media (max-width: 1250px) {
  .watchlist-categories-spoiler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .watchlist-categories-spoiler {
    display: none;
  }
}
.watchlist-categories-spoiler .select__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  cursor: pointer;
}
.watchlist-categories-spoiler .select__current {
  color: #2A59FF;
  pointer-events: none;
}
.watchlist-categories-spoiler .select__icon svg {
  width: 4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.watchlist-categories-spoiler .select__icon svg path {
  fill: #2A59FF;
}
.watchlist-categories-spoiler .select__body {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
}
.watchlist-categories-spoiler .select__body-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 4px 0;
  border-radius: 6px;
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
.watchlist-categories-spoiler .select__body-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(243, 247, 251, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.watchlist-categories-spoiler .select__body-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(27, 32, 49, 0.95);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.watchlist-categories-spoiler .select__item {
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
  padding: 6px 12px;
}

.watchlist-categories-spoiler.is-active .select__body {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: all;
}
.watchlist-categories-spoiler.is-active .select__icon svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.watchlist-product-genre {
  padding-left: 21px;
}
.watchlist-product-genre__list {
  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;
}
.watchlist-product-genre__el {
  font-family: Rubik;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}

.watchlist-product-blockchain__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.watchlist-product-blockchain__icon {
  height: 20px;
  max-width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.watchlist-product-blockchain__icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.watchlist-product-os__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.watchlist-product-os__list img {
  max-width: 14px;
  max-height: 15px;
  width: 100%;
}

.watchlist-product-nft__marker {
  width: 44px;
  height: 20px;
  border-radius: 3px;
  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;
  text-transform: uppercase;
  color: #fff;
  font-family: Rubik;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
}
.watchlist-product-nft__marker_green {
  background-color: #71BA57;
}
.watchlist-product-nft__marker_yellow {
  background-color: #EAB300;
}

.watchlist-product-status__status {
  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: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}

.watchlist-product-f2p__status {
  padding: 0 10px;
  height: 20px;
  border-radius: 3px;
  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;
  text-transform: uppercase;
  color: #fff;
  font-family: Rubik;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  background-color: #B14C6B;
}

.watchlist-product-p2e__status {
  padding: 0 10px;
  height: 20px;
  border-radius: 3px;
  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;
  text-transform: uppercase;
  color: #fff;
  font-family: Rubik;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  background-color: #2A59FF;
}

.watchlist-product-rating-day__info {
  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;
  gap: 2px;
}
.watchlist-product-rating-day__price {
  font-family: Rubik;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.watchlist-product-rating-day__grow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.watchlist-product-rating-day__icon {
  height: 7px;
  width: 8px;
  position: relative;
  z-index: -1;
}
.watchlist-product-rating-day__icon img {
  position: absolute;
  width: 100%;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
}
.watchlist-product-rating-day__percent {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.watchlist-product-rating-day__grow.minus .watchlist-product-rating-day__grow-down {
  opacity: 1;
}
.watchlist-product-rating-day__grow.minus .watchlist-product-rating-day__percent {
  color: #B14C6B;
}

.watchlist-product-rating-day__grow.plus .watchlist-product-rating-day__grow-up {
  opacity: 1;
}
.watchlist-product-rating-day__grow.plus .watchlist-product-rating-day__percent {
  color: #71BA57;
}

.watchlist-product-start__text {
  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;
}
.watchlist-product-start__bold {
  font-family: Rubik;
  font-weight: 500;
  font-size: 13px;
  line-height: 137.19%;
}
.watchlist-product-start__normal {
  font-family: Rubik;
  font-weight: 300;
  font-size: 12px;
  line-height: 137.19%;
  color: #55606F;
}

.watchlist-product-sale {
  padding-left: 21px;
}
.watchlist-product-sale__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
.watchlist-product-sale__title {
  font-family: Rubik;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #55606F;
}
.watchlist-product-sale__value {
  font-family: Rubik;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}

.watchlist-product-links {
  padding-left: 24px;
}
.watchlist-product-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.watchlist-product-links__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.watchlist-product-links__link:hover {
  opacity: 0.6;
}
.watchlist-product-links__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.watchlist-product-links__text {
  font-family: Rubik;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #55606F;
}

.watchlist-product-rating-score__score {
  padding: 0 10px;
  height: 20px;
  border-radius: 3px;
  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;
  text-transform: uppercase;
  color: #fff;
  font-family: Rubik;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
}
.watchlist-product-rating-score .watchlist-product-rating-score__score._green {
  background-color: #71BA57;
}

.watchlist-product-fiat .watchlist-product-single__content {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.watchlist-product-fiat__list {
  white-space: nowrap;
  width: 100%;
}

.watchlist-product-more__button {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
  transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
}
.watchlist-product-more__button:hover {
  background-color: rgba(204, 204, 204, 0.1333333333);
}
.watchlist-product-more__button img {
  width: 7.3px;
}

.pagination {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  z-index: 30;
}
@media (max-width: 767.98px) {
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8px;
    margin-bottom: 5px;
  }
}

.pagination-showing {
  font-family: Rubik;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
.pagination-showing__count {
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

.main-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  z-index: 20;
}
.main-pagination__nav-btn {
  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: 35px;
  height: 35px;
  border-radius: 4px;
  -webkit-transition: border ease-in-out 0.3s, opacity ease-in-out 0.3s;
  transition: border ease-in-out 0.3s, opacity ease-in-out 0.3s;
  cursor: pointer;
  position: relative;
}
@media (max-width: 480px) {
  .main-pagination__nav-btn {
    width: 33px;
    height: 33px;
  }
}
.main-pagination__nav-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(191.45deg, rgba(42, 46, 58, 0.2) -73.23%, rgba(42, 46, 58, 0) 91.58%);
  border-radius: 4px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.main-pagination__nav-btn_next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-pagination__nav-btn:hover {
  opacity: 0.6;
}
.main-pagination__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  height: 35px;
}
@media (max-width: 767.98px) {
  .main-pagination__pages {
    gap: calc(2px + 4 * (100vw - 320px) / 447.98);
  }
}
@media (max-width: 480px) {
  .main-pagination__pages {
    height: 33px;
  }
}
.main-pagination__page-num {
  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;
  border-radius: 4px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
@media (max-width: 480px) {
  .main-pagination__page-num {
    width: 33px;
    height: 33px;
  }
}
.main-pagination__page-num:hover {
  background-color: rgba(41, 87, 255, 0.3);
}
.main-pagination__page-num_current {
  background-color: #2A59FF;
  color: #fff;
  pointer-events: none;
}
.main-pagination__page-last {
  cursor: pointer;
  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;
  border-radius: 4px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
@media (max-width: 480px) {
  .main-pagination__page-last {
    width: 33px;
    height: 33px;
  }
}
.main-pagination__page-last:hover {
  background-color: rgba(41, 87, 255, 0.3);
}

.show-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (max-width: 767.98px) {
  .show-rows {
    display: none;
  }
}
.show-rows__label {
  font-size: Rubik;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  margin-right: 8px;
}
.show-rows__count {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.show-rows__icon {
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.show-rows__icon svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 4px;
}
.show-rows .select {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.show-rows .select:hover .select__header {
  border: 1px solid #2A59FF;
}
.show-rows .select__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
  padding: 0 6px;
  border: 1px solid transparent;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
  border-radius: 4px;
}
.show-rows .select__body {
  position: absolute;
  top: calc(100% + 1px);
  right: 50%;
  min-width: 100%;
  padding: 4px 0;
  border-radius: 6px;
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, opacity ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(50%, -10px);
          transform: translate(50%, -10px);
}
.show-rows .select__current {
  margin-left: 3px;
}
.show-rows .select__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
  padding: 6px 12px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
.show-rows .select.is-active .select__body {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translate(50%, 0px);
          transform: translate(50%, 0px);
}
.show-rows .select.is-active .watchlist-showing__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.watchlist-main {
  z-index: 10;
}
@media (max-width: 1300px) {
  .watchlist-main {
    position: relative;
  }
  .watchlist-main::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 125px;
    width: calc(46px + 79 * (100vw - 320px) / 980);
    height: 100%;
    z-index: 10;
    pointer-events: none;
    background: -webkit-gradient(linear, right top, left top, color-stop(24.71%, #EAEFFE), color-stop(113.73%, rgba(220, 226, 242, 0)));
    background: linear-gradient(270deg, #EAEFFE 24.71%, rgba(220, 226, 242, 0) 113.73%);
    opacity: 0;
    -webkit-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
  }
  .watchlist-main::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(46px + 79 * (100vw - 320px) / 980);
    height: 100%;
    z-index: 10;
    pointer-events: none;
    background: -webkit-gradient(linear, right top, left top, color-stop(24.71%, #141621), color-stop(113.73%, rgba(23, 25, 39, 0)));
    background: linear-gradient(270deg, #141621 24.71%, rgba(23, 25, 39, 0) 113.73%);
    opacity: 0;
    -webkit-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
  }
}
.watchlist-main__wrapper {
  overflow: auto;
}
@media (max-width: 1300px) {
  .watchlist-main__wrapper {
    padding: 0 10px;
  }
}
.watchlist-main__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 59px 180px 124px 83px 87px 84px 153px 149px 176px 131px 53px;
  grid-template-columns: 59px 180px 124px 83px 87px 84px 153px 149px 176px 131px 53px;
  border-radius: 4px;
  height: 40px;
  min-width: 1278px;
  position: relative;
  margin-bottom: 5px;
  -webkit-transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
  transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
  z-index: 40;
}

.watchlist-main._in-the-end::before, .watchlist-main._in-the-end::after {
  opacity: 0;
}

.watchlist-legends__order {
  cursor: pointer;
  padding-left: 38px;
  gap: 5px;
}
.watchlist-legends__order .watchlist-legends__icon svg {
  width: 4px;
}
.watchlist-legends__order .watchlist-legends__icon path {
  fill: #2A59FF;
}
.watchlist-legends__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.watchlist-legends__name {
  font-family: Rubik;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #565E78;
}
.watchlist-legends__title {
  padding-left: 44px;
}
.watchlist-legends__price {
  padding-left: 32px;
}
.watchlist-legends__hour-procent {
  padding-left: 28px;
}
.watchlist-legends__day-procent {
  padding-left: 27px;
}
.watchlist-legends__week-procent {
  padding-left: 32px;
}
.watchlist-legends__market-cap {
  padding-left: 35px;
}
.watchlist-legends__volume {
  padding-left: 25px;
}
.watchlist-legends__supply {
  padding-left: 25px;
  gap: 8px;
}
.watchlist-legends__last-days {
  padding-left: 24px;
}
.watchlist-legends__settings {
  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;
}
.watchlist-legends__genre {
  padding-left: 21px;
}
.watchlist-legends__blockchain, .watchlist-legends__device, .watchlist-legends__nft, .watchlist-legends__status, .watchlist-legends__f2p, .watchlist-legends__p2e, .watchlist-legends__rating {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.watchlist-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}

.watchlist-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  z-index: 39;
}

.watchlist-product {
  position: relative;
  border-radius: 4px;
  margin-bottom: 5px;
  width: 1280px;
  -webkit-transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
  transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
}
.watchlist-product:hover .watchlist-product__wrapper::before {
  opacity: 1;
}
.watchlist-product:hover .watchlist-product-name__box::before {
  opacity: 1;
  z-index: 4;
}
.watchlist-product__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 59px 180px 124px 83px 87px 84px 153px 149px 176px 131px 53px;
  grid-template-columns: 59px 180px 124px 83px 87px 84px 153px 149px 176px 131px 53px;
  border-radius: 4px;
  height: 55px;
  z-index: 3;
  position: relative;
}
.watchlist-product__wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(191.45deg, rgba(28, 49, 109, 0) -73.23%, rgba(2, 10, 196, 0.06) 91.58%);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(30, 33, 48, 0.11));
          filter: drop-shadow(0px 4px 4px rgba(30, 33, 48, 0.11));
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  z-index: -1;
}
.watchlist-product__part {
  -webkit-transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
  transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.watchlist-product__part_actions {
  padding-left: 13px;
}
.watchlist-product__favorite {
  width: 11px;
  height: 11px;
  position: relative;
  cursor: pointer;
}
.watchlist-product__favorite img {
  position: absolute;
  width: 100%;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.watchlist-product__num {
  margin-left: 10px;
  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: 25px;
  height: 25px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #515764;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
.watchlist-product__price {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  padding-left: 32px;
}
.watchlist-product__text {
  font-family: Rubik;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.watchlist-product__market-cap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.watchlist-favorite {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.watchlist-favorite img {
  pointer-events: none;
}
.watchlist-favorite__stroke {
  opacity: 1;
}
.watchlist-favorite__filled {
  opacity: 0;
}

.watchlist-favorite._favorite .watchlist-favorite__stroke {
  opacity: 0;
}
.watchlist-favorite._favorite .watchlist-favorite__filled {
  opacity: 1;
}

.watchlist-product-name._fixed .watchlist-product-name__box {
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
  position: absolute;
  left: 0;
  padding-left: 14px;
  -webkit-box-shadow: 8px 0px 10px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 0px 10px -7px rgba(0, 0, 0, 0.2);
}

.watchlist-product-rate {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.watchlist-product-rate__num.minus {
  color: #B14C6B;
}

.watchlist-product-rate__num.plus {
  color: #71BA57;
}

.watchlist-product-volume {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 25px;
}
.watchlist-product-volume__subtext {
  font-family: Rubik;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #55606F;
}

.watchlist-product-supply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.watchlist-product-supply__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.watchlist-product-supply__icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
}
.watchlist-product-supply__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.watchlist-product-settings {
  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;
}
.watchlist-product-settings__button {
  background-color: transparent;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
.watchlist-product-settings__button span {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #2A59FF;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}

.watchlist-product-settings__button._opened span {
  background-color: #2A59FF;
}

.filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 10px;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.filter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px 18px 12px;
  width: 300px;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.filter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
}
.filter__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.filter__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 25px;
  font-family: Rubik;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.filter__button_filled {
  border-radius: 6px;
  background-color: #2A59FF;
  color: #fff;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
.filter__button_filled:hover {
  background-color: #1039cc;
}
.filter__button_stroke {
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}
.filter__button_stroke:hover {
  background-color: rgba(204, 204, 204, 0.062745098);
}
.filter_popup {
  z-index: 9999;
}
.filter .select__header {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  border-radius: 6px;
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
  padding: 0 10px;
}
.filter .select__current {
  pointer-events: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #55606F;
}
.filter .select__icon svg {
  width: 5.4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.filter .select__icon svg path {
  fill: #2A59FF;
}
.filter .select__body {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  padding: 12px 10px;
  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;
  gap: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, opacity ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, opacity ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.filter .select__item {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #55606F;
  cursor: pointer;
}

.filter-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  border-radius: 10px;
  padding-left: 4px;
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
.filter-search__icon {
  margin: 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
.filter-search__input {
  background-color: transparent;
  height: 100%;
  width: 100%;
}

.filter-select {
  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;
  gap: 8px;
}
.filter-select__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #55606F;
}
.filter-select__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.filter-select__select.is-active {
  z-index: 100;
}

.filter-range {
  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;
}
.filter-range__title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #55606F;
}
.filter-range__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.filter-range__input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 134px;
  border-radius: 6px;
  border: 1px solid rgba(69, 78, 83, 0.5019607843);
}
.filter-range__input {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: transparent;
  padding-left: 10px;
}
.filter-range__icon {
  margin: 0 10px;
  color: #2A59FF;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.filter-range__range {
  margin-top: 8px;
  width: 100%;
}
.filter-range__labels {
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.filter-range__label {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #55606F;
}

.filter._opened {
  opacity: 1;
  pointer-events: all;
}
.filter._opened .filter__wrapper {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.filter._opened .select.is-active .select__body {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}
.filter._opened .select.is-active .select__icon svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.watchlist-main__ruler {
  position: absolute;
  width: 100%;
}

.watchlist-main__list._grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  width: 1280px;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .watchlist-main__list._grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 635px;
    margin: 0 auto;
  }
}
.watchlist-main__list._grid .watchlist-product {
  min-width: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 654.98px) {
  .watchlist-main__list._grid .watchlist-product {
    width: 635px;
  }
}
.watchlist-main__list._grid .watchlist-product::before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  top: 0;
  left: 0;
  min-width: 1278px;
  height: 100%;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  background: linear-gradient(53.56deg, #EBF2FF -9.61%, #F1F1F1 90.49%);
  opacity: 0.6;
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
  border-radius: 4px;
  z-index: -1;
  opacity: 0;
}
.watchlist-main__list._grid .watchlist-product::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1278px;
  height: 100%;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  background: linear-gradient(191.45deg, rgba(42, 46, 58, 0.5) -73.23%, rgba(42, 46, 58, 0) 91.58%);
  border-radius: 4px;
  z-index: -1;
  opacity: 0;
}
.watchlist-main__list._grid .watchlist-product:hover .watchlist-product-name__box::before, .watchlist-main__list._grid .watchlist-product::after .watchlist-product-name__box::before {
  opacity: 1;
  z-index: 1;
}
.watchlist-main__list._grid .watchlist-product-single {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
.watchlist-main__list._grid .watchlist-product-single__label {
  display: inline-block;
}
.watchlist-main__list._grid .watchlist-product-genre {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}
.watchlist-main__list._grid .watchlist-product-genre__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.watchlist-main__list._grid .watchlist-product__wrapper {
  -ms-grid-columns: 55px 84px 118px 118px 118px 118px;
  grid-template-columns: 55px 84px 118px 118px 118px 118px;
  -ms-grid-rows: 1fr 22px auto;
  grid-template-rows: 1fr auto;
  row-gap: 22px;
      grid-template-areas: "actions info info genre blockchain os" "actions nft status f2p p2e rating-day";
}

.watchlist_earn-games .watchlist-main__list._grid .watchlist-product__wrapper {
  padding: 14px 12px;
}
.watchlist_earn-games .watchlist-main__list._grid .watchlist-product-name, .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-genre, .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-blockchain, .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-os {
  position: relative;
}
.watchlist_earn-games .watchlist-main__list._grid .watchlist-product-name::before, .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-genre::before, .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-blockchain::before, .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-os::before {
  content: "";
  position: absolute;
  width: calc(100% + 1px);
  height: 1px;
  left: -1px;
  bottom: -8px;
  background-color: #DFE3F0;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.watchlist_earn-games .watchlist-main__list._grid .watchlist-product-name::after, .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-genre::after, .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-blockchain::after, .watchlist_earn-games .watchlist-main__list._grid .watchlist-product-os::after {
  content: "";
  position: absolute;
  width: calc(100% + 1px);
  height: 1px;
  left: -1px;
  bottom: -8px;
  background-color: #1E222A;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.watchlist_earn-games .watchlist-main__list._grid .watchlist-product__part_actions {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: actions;
  padding-left: 0px;
}
.watchlist_earn-games .watchlist-main__list._grid .watchlist-product-name {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: info;
  margin-left: 10px;
}
.watchlist_earn-games .watchlist-main__list._grid .watchlist-product-genre {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: genre;
}
.watchlist_earn-games .watchlist-main__list._grid .watchlist-product-blockchain {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: blockchain;
}
.watchlist_earn-games .watchlist-main__list._grid .watchlist-product-os {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
  grid-area: os;
}
.watchlist_earn-games .watchlist-main__list._grid .watchlist-product-nft {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: nft;
  border-left: 1px solid transparent;
}
.watchlist_earn-games .watchlist-main__list._grid .watchlist-product-status {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: status;
}
.watchlist_earn-games .watchlist-main__list._grid .watchlist-product-f2p {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
  grid-area: f2p;
}
.watchlist_earn-games .watchlist-main__list._grid .watchlist-product-p2e {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: p2e;
}
.watchlist_earn-games .watchlist-main__list._grid .watchlist-product-rating-day {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
  grid-area: rating-day;
  gap: 8px;
}
.watchlist_earn-games .watchlist-main__list._grid .watchlist-product-rating-day__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .watchlist_earn-games .watchlist-main.grid-mod::before, .watchlist_earn-games .watchlist-main.grid-mod::after {
    display: none;
  }
}
@media (max-width: 654.98px) {
  .watchlist_earn-games .watchlist-main.grid-mod::before, .watchlist_earn-games .watchlist-main.grid-mod::after {
    display: block;
  }
}
.watchlist_earn-games .watchlist-product-name__descr {
  white-space: wrap;
}

.watchlist_events .watchlist-main__list._grid .watchlist-product__part_actions {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: actions;
  padding-left: 0px;
}
.watchlist_events .watchlist-main__list._grid .watchlist-product-name {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: info;
  padding-left: 0px;
  padding-top: 0;
  padding-bottom: 0;
}
.watchlist_events .watchlist-main__list._grid .watchlist-product-name__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.watchlist_events .watchlist-main__list._grid .watchlist-product-name__name .watchlist-product-name__blockchain {
  padding-left: 22px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
.watchlist_events .watchlist-main__list._grid .watchlist-product-name__box {
  padding-left: 2px;
}
.watchlist_events .watchlist-main__list._grid .watchlist-product-start {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: start;
  gap: 2px;
}
.watchlist_events .watchlist-main__list._grid .watchlist-product-start .watchlist-product-start__text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.watchlist_events .watchlist-main__list._grid .watchlist-product-sale {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: sale;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 28px;
  padding-left: 0;
  padding: 12px 0;
  overflow: hidden;
}
.watchlist_events .watchlist-main__list._grid .watchlist-product-sale .watchlist-product-sale__list {
  gap: 25px;
}
.watchlist_events .watchlist-main__list._grid .watchlist-product-sale .watchlist-product-sale__el:not(:first-child) {
  padding-left: 20px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
.watchlist_events .watchlist-main__list._grid .watchlist-product-links {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: links;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.watchlist_events .watchlist-main__list._grid .watchlist-product-links .watchlist-product-single__label {
  margin: 0;
}
.watchlist_events .watchlist-main__list._grid .watchlist-product-links .watchlist-product-links__list {
  gap: 24px;
}
.watchlist_events .watchlist-main__list._grid .watchlist-product-links .watchlist-product-links__link {
  padding: 6px 0;
}
.watchlist_events .watchlist-main__list._grid .watchlist-product-links .watchlist-product-links__link:not(:last-child) {
  padding-right: 24px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
.watchlist_events .watchlist-main__list._grid .watchlist-product__wrapper {
  -ms-grid-columns: 56px 256px 297px;
  grid-template-columns: 56px 256px 297px;
  -ms-grid-rows: auto 8px auto;
  grid-template-rows: auto auto;
  row-gap: 8px;
  padding: 12px;
      grid-template-areas: "actions info start" "actions sale sale" "actions links links";
}
@media (max-width: 991.98px) {
  .watchlist_events .watchlist-main.grid-mod::before, .watchlist_events .watchlist-main.grid-mod::after {
    display: none;
  }
}
@media (max-width: 654.98px) {
  .watchlist_events .watchlist-main.grid-mod::before, .watchlist_events .watchlist-main.grid-mod::after {
    display: block;
  }
}

.watchlist_collections .watchlist-main__list._grid .watchlist-product__part_actions {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: actions;
  padding-left: 0px;
}
.watchlist_collections .watchlist-main__list._grid .watchlist-product-name {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: info;
  padding-left: 0px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 10px;
}
.watchlist_collections .watchlist-main__list._grid .watchlist-product-name__box {
  padding-left: 2px;
}
.watchlist_collections .watchlist-main__list._grid .day-volume {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: day-volume;
  min-width: 100px;
}
.watchlist_collections .watchlist-main__list._grid .est {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-area: est;
}
.watchlist_collections .watchlist-main__list._grid .est .watchlist-product-single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.watchlist_collections .watchlist-main__list._grid .est.watchlist-product__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 27px;
}
.watchlist_collections .watchlist-main__list._grid .floor-price {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: floor-price;
}
.watchlist_collections .watchlist-main__list._grid .avg-price {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: avg-price;
}
.watchlist_collections .watchlist-main__list._grid .sales {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
  grid-area: sales;
}
.watchlist_collections .watchlist-main__list._grid .assets {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: assets;
}
.watchlist_collections .watchlist-main__list._grid .owners {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: owners;
}
.watchlist_collections .watchlist-main__list._grid .owners-procent {
  -ms-grid-row: 3;
  -ms-grid-column: 8;
  grid-area: owners-procent;
}
.watchlist_collections .watchlist-main__list._grid .watchlist-product-single__label {
  display: none;
}
.watchlist_collections .watchlist-main__list._grid .watchlist-product-single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.watchlist_collections .watchlist-main__list._grid .watchlist-product__wrapper {
  -ms-grid-columns: 56px 93px 136px 79px 20px 66px 86px 75px;
  grid-template-columns: 56px 93px 136px 79px 20px 66px 86px 75px;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
  row-gap: 20px;
  padding: 12px;
      grid-template-areas: "actions info info day-volume day-volume est est est" "actions floor-price avg-price sales assets assets owners owners-procent";
}
.watchlist_collections .watchlist-main__list._grid .watchlist-product-name, .watchlist_collections .watchlist-main__list._grid .day-volume, .watchlist_collections .watchlist-main__list._grid .est {
  position: relative;
}
.watchlist_collections .watchlist-main__list._grid .watchlist-product-name::before, .watchlist_collections .watchlist-main__list._grid .day-volume::before, .watchlist_collections .watchlist-main__list._grid .est::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -1px;
  width: calc(100% + 1px);
  bottom: -8px;
  background-color: #DFE3F0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.watchlist_collections .watchlist-main__list._grid .watchlist-product-name::after, .watchlist_collections .watchlist-main__list._grid .day-volume::after, .watchlist_collections .watchlist-main__list._grid .est::after {
  content: "";
  position: absolute;
  height: 1px;
  left: -1px;
  width: calc(100% + 1px);
  bottom: -8px;
  background-color: #1E222A;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
@media (max-width: 991.98px) {
  .watchlist_collections .watchlist-main.grid-mod::before, .watchlist_collections .watchlist-main.grid-mod::after {
    display: none;
  }
}
@media (max-width: 654.98px) {
  .watchlist_collections .watchlist-main.grid-mod::before, .watchlist_collections .watchlist-main.grid-mod::after {
    display: block;
  }
}

.watchlist_defi .watchlist-main__list._grid .watchlist-product__part_actions {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: actions;
  padding-left: 0px;
}
.watchlist_defi .watchlist-main__list._grid .watchlist-product-name {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: info;
  padding-left: 0px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
}
.watchlist_defi .watchlist-main__list._grid .watchlist-product-name__box {
  padding-bottom: 11px;
  padding-left: 2px;
}
.watchlist_defi .watchlist-main__list._grid .day-volume {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: day-volume;
  padding: 5px 0;
}
.watchlist_defi .watchlist-main__list._grid .week-volume {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: week-volume;
  padding: 5px 0;
}
.watchlist_defi .watchlist-main__list._grid .tvl {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
  grid-area: tvl;
  padding: 5px 0;
}
.watchlist_defi .watchlist-main__list._grid .mtvl {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: mtvl;
  padding: 5px 0;
}
.watchlist_defi .watchlist-main__list._grid .rating {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
  grid-area: rating;
  padding: 5px 0;
}
.watchlist_defi .watchlist-main__list._grid .watchlist-product-single__label {
  display: none;
}
.watchlist_defi .watchlist-main__list._grid .watchlist-product__wrapper {
  -ms-grid-columns: 56px 92px 120px 120px 120px 103px;
  grid-template-columns: 56px 92px 120px 120px 120px 103px;
  -ms-grid-rows: auto 10px auto;
  grid-template-rows: auto auto;
  row-gap: 10px;
  padding: 12px;
      grid-template-areas: "actions info info info info info" "actions day-volume week-volume tvl mtvl rating";
}
@media (max-width: 991.98px) {
  .watchlist_defi .watchlist-main.grid-mod::before, .watchlist_defi .watchlist-main.grid-mod::after {
    display: none;
  }
}
@media (max-width: 654.98px) {
  .watchlist_defi .watchlist-main.grid-mod::before, .watchlist_defi .watchlist-main.grid-mod::after {
    display: block;
  }
}

.watchlist_exchanges .watchlist-main__list._grid .watchlist-product-single__label {
  display: none;
}
.watchlist_exchanges .watchlist-main__list._grid .watchlist-product__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.watchlist_exchanges .watchlist-main__list._grid .watchlist-product__part_actions {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: actions;
  padding-left: 0px;
}
.watchlist_exchanges .watchlist-main__list._grid .watchlist-product-name {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: info;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 14px;
  width: 100%;
}
.watchlist_exchanges .watchlist-main__list._grid .watchlist-product-name__box {
  padding-left: 2px;
}
.watchlist_exchanges .watchlist-main__list._grid .watchlist-product-rating-score {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: score;
}
.watchlist_exchanges .watchlist-main__list._grid .watchlist-product__price {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-area: price;
  padding: 0;
}
.watchlist_exchanges .watchlist-main__list._grid .effective {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-area: effective;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
}
.watchlist_exchanges .watchlist-main__list._grid .traffic {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: traffic;
}
.watchlist_exchanges .watchlist-main__list._grid .markets {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: markets;
}
.watchlist_exchanges .watchlist-main__list._grid .coins {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: coins;
}
.watchlist_exchanges .watchlist-main__list._grid .watchlist-product-fiat {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: fiat;
}
.watchlist_exchanges .watchlist-main__list._grid .watchlist-product-more {
  -ms-grid-row: 3;
  -ms-grid-column: 8;
  grid-area: more;
}
.watchlist_exchanges .watchlist-main__list._grid .watchlist-product-name, .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-rating-score, .watchlist_exchanges .watchlist-main__list._grid .watchlist-product__price, .watchlist_exchanges .watchlist-main__list._grid .effective {
  position: relative;
}
.watchlist_exchanges .watchlist-main__list._grid .watchlist-product-name::before, .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-rating-score::before, .watchlist_exchanges .watchlist-main__list._grid .watchlist-product__price::before, .watchlist_exchanges .watchlist-main__list._grid .effective::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -1px;
  width: calc(100% + 1px);
  bottom: -10px;
  background-color: #DFE3F0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.watchlist_exchanges .watchlist-main__list._grid .watchlist-product-name::after, .watchlist_exchanges .watchlist-main__list._grid .watchlist-product-rating-score::after, .watchlist_exchanges .watchlist-main__list._grid .watchlist-product__price::after, .watchlist_exchanges .watchlist-main__list._grid .effective::after {
  content: "";
  position: absolute;
  height: 1px;
  left: -1px;
  width: calc(100% + 1px);
  bottom: -10px;
  background-color: #1E222A;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.watchlist_exchanges .watchlist-main__list._grid .watchlist-product__wrapper {
  -ms-grid-columns: 56px 115px 71px 48px 106px 14px 172px 30px;
  grid-template-columns: 56px 115px 71px 48px 106px 14px 172px 30px;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
  row-gap: 20px;
  padding: 12px;
      grid-template-areas: "actions info score price price effective effective effective" "actions traffic markets markets coins coins fiat more";
}
@media (max-width: 991.98px) {
  .watchlist_exchanges .watchlist-main.grid-mod::before, .watchlist_exchanges .watchlist-main.grid-mod::after {
    display: none;
  }
}
@media (max-width: 654.98px) {
  .watchlist_exchanges .watchlist-main.grid-mod::before, .watchlist_exchanges .watchlist-main.grid-mod::after {
    display: block;
  }
}

.watchlist-filters {
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (max-width: 1250px) {
  .watchlist-filters {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.watchlist-filters__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  gap: 5px;
  padding: 8px 6px;
  z-index: 10;
  padding: 8px 12px;
  border-radius: 6px;
  -webkit-transition: border ease-in-out 0.3s, opacity ease-in-out 0.3s;
  transition: border ease-in-out 0.3s, opacity ease-in-out 0.3s;
}
@media (max-width: 767.98px) {
  .watchlist-filters__button {
    display: none;
  }
}
.watchlist-filters__button_filter {
  position: relative;
}
.watchlist-filters__button_filter:hover {
  opacity: 0.7;
}
.watchlist-filters__button_filter span {
  pointer-events: none;
}
.watchlist-filters__button_filter::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(191.45deg, rgba(42, 46, 58, 0.4) -73.23%, rgba(42, 46, 58, 0) 91.58%);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 4px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  pointer-events: none;
}
@media (max-width: 1250px) {
  .watchlist-filters__button_filter {
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .watchlist-filters__button_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.watchlist-filters__button_customize {
  border: 1px solid transparent;
}
.watchlist-filters__button_customize:hover {
  border: 1px solid #2A59FF;
}
.watchlist-filters__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.watchlist-filters__name {
  font-family: Rubik;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}

.watchlist-orientation {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.watchlist-orientation__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
  transition: border ease-in-out 0.3s, background-color ease-in-out 0.3s;
  position: relative;
}
.watchlist-orientation__button:hover {
  background-color: rgba(204, 204, 204, 0.145);
}
.watchlist-orientation__button:hover path {
  fill: #fff;
}
.watchlist-orientation__button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(191.45deg, rgba(42, 46, 58, 0.4) -73.23%, rgba(42, 46, 58, 0) 91.58%);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 4px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.watchlist-orientation__button path {
  fill: #1E222A;
}
.watchlist-orientation__button_disabled {
  pointer-events: none;
  opacity: 0.6;
}

.watchlist-orientation__button._current path {
  fill: #2A59FF;
}

.first-use__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.first-use__article {
  padding: 40px 0;
  padding-left: 43px;
  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;
}
@media (max-width: 1050px) {
  .first-use__article {
    position: relative;
    padding: 26px 38px;
    margin-bottom: -80px;
  }
}
@media (max-width: 767.98px) {
  .first-use__article {
    padding-top: calc(21px + 5 * (100vw - 320px) / 447.98);
    padding-bottom: calc(21px + 5 * (100vw - 320px) / 447.98);
    padding-left: calc(18px + 20 * (100vw - 320px) / 447.98);
    padding-right: calc(18px + 20 * (100vw - 320px) / 447.98);
  }
}
@media (max-width: 567.98px) {
  .first-use__article {
    margin-bottom: -60px;
  }
}
@media (max-width: 480px) {
  .first-use__article {
    margin-bottom: 0;
  }
}
.first-use__preview {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  overflow: hidden;
}
@media (max-width: 1250px) {
  .first-use__preview {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 500px;
  }
}
@media (max-width: 1200px) {
  .first-use__preview {
    min-width: 400px;
  }
}
@media (max-width: 1050px) {
  .first-use__preview {
    max-width: 630px;
    min-width: none;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .first-use__preview {
    display: none;
  }
}
.first-use__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  -webkit-transform: translateY(2.3%);
          transform: translateY(2.3%);
}
.first-use__wrapper {
  border-radius: 4px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  position: relative;
}
@media (max-width: 1200px) {
  .first-use__wrapper {
    height: auto;
  }
}
@media (max-width: 1050px) {
  .first-use__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.first-use__wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(53.56deg, #EBF2FF -9.61%, #F1F1F1 90.49%);
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
  border-radius: 4px;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
}
.first-use__wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(191.45deg, rgba(127, 133, 153, 0.2) -73.23%, rgba(42, 46, 58, 0) 91.58%);
  border-radius: 4px;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
}

.first-use-article {
  margin-right: -50px;
}
@media (max-width: 1200px) {
  .first-use-article {
    margin-right: 0px;
  }
}
.first-use-article__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 40;
  width: 100%;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1050px) {
  .first-use-article__up {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.first-use-article__title {
  font-family: Roboto;
  font-weight: 400;
  font-size: 23px;
  line-height: 27px;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  .first-use-article__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    font-size: 28px;
    gap: 6px;
    line-height: 33px;
  }
}
@media (max-width: 767.98px) {
  .first-use-article__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: calc(20px + 8 * (100vw - 320px) / 447.98);
    line-height: calc(23px + 10 * (100vw - 320px) / 447.98);
  }
}
.first-use-article__title span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  background: linear-gradient(90.68deg, #2994FF 24.69%, #2932FF 106.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .first-use-article__title span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: calc(24px + 4 * (100vw - 320px) / 447.98);
    line-height: calc(28px + 5 * (100vw - 320px) / 447.98);
  }
}
.first-use-article__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  gap: 12px;
  position: relative;
}
@media (max-width: 1050px) {
  .first-use-article__buttons {
    position: absolute;
    width: 100%;
    top: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 0;
    padding: 0 38px;
  }
}
@media (max-width: 567.98px) {
  .first-use-article__buttons {
    display: none;
  }
}
.first-use-article__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 155px;
  border-radius: 10px;
  -webkit-transition: border ease-in-out 0.3s;
  transition: border ease-in-out 0.3s;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
  position: relative;
  z-index: 10;
}
.first-use-article__button img {
  position: absolute;
  width: 110px;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  margin: 12px 22px;
}
.first-use-article__button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(53.56deg, #EBF2FF -9.61%, #F1F1F1 90.49%);
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
  border-radius: 10px;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
}
.first-use-article__button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(191.45deg, rgba(42, 46, 58, 0.5) -73.23%, rgba(42, 46, 58, 0) 91.58%);
  border-radius: 10px;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  opacity: 0;
}
.first-use-article__button:hover {
  background-color: #2A59FF;
}
.first-use-article__paragraph {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  font-family: Rubik;
  font-weight: 300;
  font-size: 14px;
  line-height: 138.19%;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
}
@media (max-width: 480px) {
  .first-use-article__paragraph {
    text-align: center;
    padding: calc(10px + 10 * (100vw - 320px) / 447.98) 0;
  }
}

.first-use-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  gap: 10px;
}
@media (max-width: 1050px) {
  .first-use-form {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .first-use-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.first-use-form__area {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  padding-left: 6px;
  border: 1px solid #B5BACB;
}
@media (max-width: 1050px) {
  .first-use-form__area {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media (max-width: 480px) {
  .first-use-form__area {
    height: 50px;
  }
}
.first-use-form__icon {
  margin: 0 10px;
}
.first-use-form__input {
  height: 100%;
  width: 100%;
  background-color: transparent;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
  padding-right: 10px;
}
.first-use-form__button {
  width: 135px;
  border-radius: 6px;
  background-color: #2A59FF;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
  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;
}
.first-use-form__button:hover {
  background-color: #1039cc;
}
@media (max-width: 480px) {
  .first-use-form__button {
    height: 50px;
    width: 100%;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30px auto;
}
@media (max-width: 1200px) {
  .footer__container {
    margin-top: calc(30px + -5 * (100vw - 320px) / 880);
    margin-bottom: calc(30px + -5 * (100vw - 320px) / 880);
  }
}
@media (max-width: 991.98px) {
  .footer__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-paragraph {
  display: none;
  font-family: Rubik;
  font-weight: 300;
  font-size: 13px;
  -webkit-transition: color ease-in-out 0.3s, line-height ease-in-out 0.3s, opacity ease-in-out 0.3s, margin ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, line-height ease-in-out 0.3s, opacity ease-in-out 0.3s, margin ease-in-out 0.3s;
  overflow: hidden;
  margin: 20px 0;
}
@media (max-width: 480px) {
  .footer-paragraph {
    display: inline-block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    line-height: 0%;
    opacity: 0;
    margin: 0;
  }
}

.info-footer {
  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;
  margin-right: 80px;
}
@media (max-width: 1200px) {
  .info-footer {
    margin-right: calc(30px + 50 * (100vw - 991.98px) / 208.02);
  }
}
@media (max-width: 991.98px) {
  .info-footer {
    margin-right: calc(40px + 40 * (100vw - 767.98px) / 224);
  }
}
@media (max-width: 767.98px) {
  .info-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    gap: 40px;
    gap: calc(20px + 20 * (100vw - 480px) / 287.98);
    padding-bottom: 24px;
    margin-bottom: 20px;
    -webkit-transition: border ease-in-out 0.3s;
    transition: border ease-in-out 0.3s;
  }
}
@media (max-width: 480px) {
  .info-footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 16px;
    padding-bottom: 16px;
    height: 60px;
  }
}
.info-footer__logo {
  max-width: 240px;
  width: 100%;
  height: 43px;
}
@media (max-width: 767.98px) {
  .info-footer__logo {
    min-width: 240px;
    min-width: calc(180px + 60 * (100vw - 480px) / 287.98);
  }
}
.info-footer__paragraph {
  font-family: Rubik;
  font-weight: 300;
  font-size: 13px;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
  margin: 20px 0;
  line-height: 140%;
  max-width: 275px;
}
@media (max-width: 991.98px) {
  .info-footer__paragraph {
    max-width: 225px;
  }
}
@media (max-width: 767.98px) {
  .info-footer__paragraph {
    max-width: none;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .info-footer__paragraph {
    display: none;
  }
}
.info-footer .copyright {
  display: inline-block;
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .info-footer .copyright {
    display: none;
  }
}
@media (max-width: 480px) {
  .info-footer .copyright {
    display: inline-block;
    text-align: right;
    width: 140px;
    margin: 0;
  }
}

.footer-logo {
  position: relative;
}
.footer-logo img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
@media (max-width: 480px) {
  .footer-logo {
    display: none;
  }
}
.footer-logo_mobile {
  display: none;
}
@media (max-width: 480px) {
  .footer-logo_mobile {
    display: block;
    max-width: 140px;
    height: 43px;
    min-width: 0;
  }
}

.copyright {
  font-family: Rubik;
  font-size: 0.75rem;
  line-height: 191.19%;
  font-weight: 300;
  -webkit-transition: color ease-in-out 0.3s;
  transition: color ease-in-out 0.3s;
  margin-top: auto;
}
.copyright span {
  font-weight: 400;
}

.footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
}
@media (max-width: 1200px) {
  .footer-navigation {
    gap: calc(30px + 70 * (100vw - 991.98px) / 208.02);
  }
}
@media (max-width: 991.98px) {
  .footer-navigation {
    gap: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .footer-navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    overflow: hidden;
    opacity: 1;
  }
}
.footer-navigation__list {
  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;
}
@media (max-width: 480px) {
  .footer-navigation__list {
    overflow: hidden;
    line-height: 0%;
  }
}
@media (max-width: 480px) {
  .footer-navigation__el {
    line-height: 0px;
    -webkit-transition: line-height ease-in-out 0.3s, opacity ease-in-out 0.3s;
    transition: line-height ease-in-out 0.3s, opacity ease-in-out 0.3s;
    overflow: hidden;
    opacity: 0;
  }
}
.footer-navigation__title {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .footer-navigation__title {
    margin-bottom: 0;
    line-height: 0px;
    -webkit-transition: margin ease-in-out 0.3s, line-height ease-in-out 0.3s;
    transition: margin ease-in-out 0.3s, line-height ease-in-out 0.3s;
  }
}
.footer-navigation__link {
  font-family: Rubik;
  font-weight: 300;
  font-size: 1rem;
  line-height: 191.19%;
  -webkit-transition: color ease-in-out 0.3s, opacity ease-in-out 0.3s, line-height ease-in-out 0.3s;
  transition: color ease-in-out 0.3s, opacity ease-in-out 0.3s, line-height ease-in-out 0.3s;
}
@media (max-width: 480px) {
  .footer-navigation__link {
    line-height: 0%;
    max-height: 0;
  }
}

.footer-social {
  margin-left: 100px;
}
@media (max-width: 1200px) {
  .footer-social {
    margin-left: calc(30px + 70 * (100vw - 991.98px) / 208.02);
  }
}
@media (max-width: 991.98px) {
  .footer-social {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    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;
    padding-top: 20px;
    margin-top: 20px;
    -webkit-transition: border ease-in-out 0.3s;
    transition: border ease-in-out 0.3s;
  }
}
@media (max-width: 480px) {
  .footer-social {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
    margin-top: 0;
  }
}
.footer-social__title {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .footer-social__title {
    display: none;
  }
}
.footer-social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  max-width: 185px;
}
@media (max-width: 991.98px) {
  .footer-social__list {
    max-width: none;
  }
}
.footer-social__el {
  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: 52px;
  height: 52px;
  border-radius: 6px;
  -webkit-transition: background-color ease-in-out 0.3s, border ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s, border ease-in-out 0.3s;
  border: 1px solid rgba(69, 78, 83, 0.2);
  position: relative;
  overflow: hidden;
}
.footer-social__el:hover {
  background-color: #2A59FF;
}
.footer-social__el:active {
  background: #1039cc;
}
.footer-social__el svg path {
  -webkit-transition: fill ease-in-out 0.3s;
  transition: fill ease-in-out 0.3s;
  fill: #2A59FF;
}
.footer-social__el::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(53.56deg, #EBF2FF -9.61%, #F1F1F1 90.49%);
  -webkit-box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
          box-shadow: 0px 4px 22px rgba(224, 227, 244, 0.4);
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
.footer-social__el::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(191.45deg, rgba(42, 46, 58, 0.2) -73.23%, rgba(42, 46, 58, 0) 91.58%);
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
@media (max-width: 480px) {
  .footer-social__el {
    width: 35px;
    height: 35px;
  }
  .footer-social__el svg {
    max-width: 14px;
    max-height: 14px;
  }
}
.footer-social .copyright {
  display: none;
  text-align: right;
}
@media (max-width: 991.98px) {
  .footer-social .copyright {
    display: inline;
  }
}
@media (max-width: 480px) {
  .footer-social .copyright {
    display: none;
  }
}

.footer-spoiler {
  display: none;
}
@media (max-width: 480px) {
  .footer-spoiler {
    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: 35px;
    height: 35px;
    border-radius: 4px;
    background-color: #2A59FF;
  }
  .footer-spoiler svg {
    pointer-events: none;
    width: 6.7px;
    -webkit-transition: -webkit-transform ease-in-out 0.3s;
    transition: -webkit-transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  }
}

.footer-spoiler._active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer-navigation._active {
  height: auto;
}
.footer-navigation._active .footer-navigation__link {
  line-height: 191.19%;
}
.footer-navigation._active .footer-navigation__list {
  height: 100%;
}
.footer-navigation._active .footer-navigation__title {
  margin-bottom: 20px;
  line-height: 18px;
}
.footer-navigation._active .footer-navigation__el {
  opacity: 1;
}

.footer-paragraph._active {
  margin: 20px 0;
  line-height: 140%;
  opacity: 1;
}

.homepage-background-desctop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage-background-desctop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.filter-button {
  -webkit-transition: opacity ease-in-out 0.3s, border ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, border ease-in-out 0.3s;
}
.filter-button:hover {
  opacity: 0.7;
}

.watchlist-showing__select .select__header {
  border: 1px solid transparent;
}

.scroll-none {
  overflow: hidden;
}