@font-face {
  font-family: Helvetica;
  font-display: swap;
  src: url(../fonts/Helvetica-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Helvetica;
  font-display: swap;
  src: url(../fonts/Helvetica.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: icons;
  font-display: swap;
  src: url(../fonts/icons.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
[class*="_icon-"]::before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
._icon-arrow_btn:before {
  content: "\e900";
}
._icon-arrow_down:before {
  content: "\e901";
}
._icon-arrow_more:before {
  content: "\e902";
}
._icon-arrow_pagin:before {
  content: "\e903";
}
._icon-headphones:before {
  content: "\e904";
}
._icon-info:before {
  content: "\e905";
}
._icon-play:before {
  content: "\e906";
}
._icon-search:before {
  content: "\e907";
}
._icon-facebook:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/icons/facebook.svg);
  mask-image: url(../img/icons/facebook.svg);
  background-color: var(--white);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.2s ease-in-out 0s;
}
._icon-instagram:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/icons/instagram.svg);
  mask-image: url(../img/icons/instagram.svg);
  background-color: var(--white);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.2s ease-in-out 0s;
}
._icon-twitter:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/icons/twitter.svg);
  mask-image: url(../img/icons/twitter.svg);
  background-color: var(--white);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.2s ease-in-out 0s;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
.load * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: var(--white);
  background-color: var(--bg-primary);
  line-height: 1.5;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
button,
input,
textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out 0s;
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out 0s;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  touch-action: manipulation;
}
a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  touch-action: manipulation;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-size: inherit;
  text-transform: uppercase;
}
.h1,
h1 {
  font-size: 52px;
  line-height: 130%;
}
.h2,
h2 {
  font-size: 44px;
  line-height: 130%;
}
.h3,
h3 {
  font-size: 32px;
  line-height: 120%;
}
.h4,
h4 {
  font-size: 24px;
  line-height: 120%;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 78.125rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 230px;
  height: 44px;
  border-radius: 32px;
  padding: 12px 28px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  outline: 0;
  transition: all 0.2s ease-in-out 0s;
}
.btn.disabled,
.btn:disabled {
  pointer-events: none;
  opacity: 0.6;
}
.btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 230px;
  height: 44px;
  border-radius: 32px;
  padding: 12px 28px;
  border: 1px solid var(--primary);
  color: var(--primary);
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  outline: 0;
  transition: all 0.2s ease-in-out 0s;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  pointer-events: none;
  opacity: 0.6;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  appearance: none;
}
input,
textarea {
  display: block;
  width: 100%;
  padding: 14px 16px;
  font-size: 12px;
  line-height: 15px;
  color: var(--white);
  background-color: rgba(55, 37, 162, 0.3);
  border-radius: 4px;
  height: 46px;
  transition: all 0.2s ease-in-out;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--text-primary);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--text-primary);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--text-primary);
}
input::placeholder,
textarea::placeholder {
  color: var(--text-primary);
}
._form-valid input,
._form-valid textarea {
  background-color: rgba(55, 37, 162, 0.4);
}
input._form-error,
textarea._form-error {
  border-color: #a50236;
}
input:disabled,
textarea:disabled {
  pointer-events: none;
  background-color: rgba(55, 37, 162, 0.1);
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: none !important;
  color: var(--white);
  -webkit-text-fill-color: var(--white);
  -webkit-transition: all 5000s ease-in-out 0s;
  transition: all 5000s ease-in-out 0s;
}
textarea {
  height: 160px !important;
  resize: none;
}
input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
input[placeholder]:not(
    [data-placeholder-nohiden]
  ):focus::-webkit-input-placeholder {
  opacity: 0;
}
input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
  opacity: 0;
}
input[placeholder]:not(
    [data-placeholder-nohiden]
  ):focus::-ms-input-placeholder {
  opacity: 0;
}
input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}
._form-error {
  position: relative;
}
.form__error {
  position: absolute;
  width: -webkit-max-content;
  width: max-content;
  top: calc(100% + 12px);
  left: 0;
  color: #a50236;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.28px;
  word-break: keep-all;
}
.spollers {
  display: grid;
  gap: 8px;
}
.spollers__item {
  background: #f5f5f5;
  border-radius: 4px;
}
.spollers__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  width: 100%;
  cursor: default;
  text-align: left;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
  position: relative;
  list-style: none;
  transition: all 0.2s ease-in-out 0s;
}
.spollers__title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  transition: all 0.2s ease-in-out 0s;
}
.spollers__title h3 {
  font-size: 16px;
  line-height: 22px;
  text-transform: inherit;
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none;
}
._spoller-init .spollers__title {
  cursor: pointer;
}
._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.spollers__body {
  background: var(--white);
  color: #1c1d24;
  margin: 6px;
  padding: 10px 30px;
}
.spollers__body ol:not(:last-child),
.spollers__body p:not(:last-child),
.spollers__body ul:not(:last-child) {
  margin: 0 0 8px 0;
}
.spollers__body ul {
  display: flex;
  flex-direction: column;
}
.spollers__body ul li {
  position: relative;
  padding-left: 20px;
}
.spollers__body ul li:not(:last-child) {
  margin: 0 0 2px 0;
}
.spollers__body ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--primary);
}
.spollers__body ul li p:not(:last-child) {
  margin: 0;
}
.spollers__body h1,
.spollers__body h2,
.spollers__body h3,
.spollers__body h4,
.spollers__body h5,
.spollers__body h6 {
  font-size: 18px;
  line-height: normal;
  text-transform: inherit;
}
.spollers__body h1:not(:last-child),
.spollers__body h2:not(:last-child),
.spollers__body h3:not(:last-child),
.spollers__body h4:not(:last-child),
.spollers__body h5:not(:last-child),
.spollers__body h6:not(:last-child) {
  margin: 0 0 20px 0;
}
[data-showmore-content] ol:not(:last-child),
[data-showmore-content] p:not(:last-child),
[data-showmore-content] ul:not(:last-child) {
  margin: 0 0 8px 0;
}
[data-showmore-content] ul {
  display: flex;
  flex-direction: column;
}
[data-showmore-content] ul li {
  position: relative;
  padding-left: 20px;
}
[data-showmore-content] ul li:not(:last-child) {
  margin: 0 0 2px 0;
}
[data-showmore-content] ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--primary);
}
[data-showmore-content] ul li p:not(:last-child) {
  margin: 0;
}
[data-showmore-content] h1,
[data-showmore-content] h2,
[data-showmore-content] h3,
[data-showmore-content] h4,
[data-showmore-content] h5,
[data-showmore-content] h6 {
  font-size: 18px;
  line-height: normal;
  text-transform: inherit;
}
[data-showmore-content] h1:not(:last-child),
[data-showmore-content] h2:not(:last-child),
[data-showmore-content] h3:not(:last-child),
[data-showmore-content] h4:not(:last-child),
[data-showmore-content] h5:not(:last-child),
[data-showmore-content] h6:not(:last-child) {
  margin: 0 0 20px 0;
}
[data-showmore-button] {
  margin-top: 8px;
  color: var(--primary);
  font-weight: 700;
}
[data-showmore-button] span:last-child {
  display: none;
}
._showmore-active [data-showmore-button] span {
  display: none;
}
._showmore-active [data-showmore-button] span:last-child {
  display: block;
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg--top {
  -o-object-position: top;
  object-position: top;
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg--left {
  -o-object-position: left;
  object-position: left;
}
.ibg--right {
  -o-object-position: right;
  object-position: right;
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.lazy_image img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  opacity: 0;
  transition:
    opacity 0.2s ease,
    -webkit-filter 0.2s ease;
  transition:
    filter 0.2s ease,
    opacity 0.2s ease;
  transition:
    filter 0.2s ease,
    opacity 0.2s ease,
    -webkit-filter 0.2s ease;
}
.lazy_image img._lazy-loaded {
  filter: blur(0);
  -webkit-filter: blur(0);
  opacity: 1;
}
.text-l {
  font-size: 24px;
  line-height: 24px;
}
.text-m {
  font-size: 18px;
  line-height: 22px;
}
.text-s {
  font-size: 14px;
  line-height: 20px;
}
.text-xs {
  font-size: 10px;
  line-height: 18px;
}
.breadcrumb {
  position: relative;
  z-index: 2;
  padding: 100px 0 0 0;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  position: relative;
  white-space: nowrap;
  width: 100%;
  overflow-x: scroll;
  overflow-y: clip;
  box-sizing: border-box;
  -webkit-box-orient: horizontal;
  scrollbar-width: none;
}
.breadcrumb__list::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item h1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-transform: inherit;
}
.breadcrumb__item:not(:last-child) {
  margin: 0 9px 0 0;
}
.breadcrumb__item:not(:first-child)::before {
  content: "/";
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 9px 0 0;
}
.breadcrumb__link {
  color: var(--primary);
}
.breadcrumb__active {
  color: var(--white);
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: var(--secondary);
}
.header._header-scroll {
  transition: top 0.4s ease 0s;
  top: -160px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.header._header-show {
  top: 0;
  transition: top 0.2s ease 0s;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  position: relative;
  padding: 8px 0;
}
.header__left {
  display: flex;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.header__logo {
  flex-shrink: 0;
}
.header__logo img {
  width: 120px;
}
.header__logo div {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
  font-style: italic;
}
.header__logo div span {
  color: var(--white);
}
.header__box {
  display: flex;
  align-items: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.header__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.header__link {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
}
.header__actions {
  display: flex;
  align-items: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  position: relative;
  z-index: 22;
}
.header__buttons {
  display: flex;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.header__button {
  width: 98px;
  white-space: nowrap;
  height: 34px;
  padding: 8px 22px;
}
.header__menu {
  display: none;
}
.header__icon {
  position: relative;
  width: 1.5rem;
  height: 1rem;
  z-index: 5;
}
.header__icon span,
.header__icon::after,
.header__icon::before {
  content: "";
  transition: all 0.3s ease 0s;
  right: 0;
  position: absolute;
  width: 50%;
  height: 0.125rem;
  border-radius: 2px;
  background-color: var(--white);
}
.header__icon::before {
  top: 0;
  right: auto;
  left: 0;
}
.header__icon::after {
  bottom: 0;
}
.header__icon span {
  width: 100%;
  top: calc(50% - 0.0625rem);
}
.menu-open .header__icon span {
  width: 0;
}
.menu-open .header__icon::before {
  width: 100%;
  top: calc(50% - 0.0625rem);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
  left: auto;
}
.menu-open .header__icon::after {
  width: 100%;
  bottom: calc(50% - 0.0625rem);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search {
  position: relative;
  z-index: 22;
  max-width: 180px;
}
.search__form {
  position: relative;
}
.search__input {
  padding: 8px 82px 8px 18px;
  height: 34px;
}
.search__button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--bg-secondary);
}
.search__button::before {
  font-weight: 700;
  font-size: 18px;
  transition: all 0.2s ease-in-out 0s;
}
.search__button:active {
  opacity: 0.6;
}
.search__clear {
  position: absolute;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  top: 0;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.search__clear::before {
  content: "×";
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  transition: all 0.2s ease-in-out;
}
.search__clear.visible {
  opacity: 1;
  visibility: visible;
}
.search__clear:active::before {
  opacity: 0.6;
}
.footer {
  background-color: var(--secondary);
  padding: 42px 0;
}
.footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}
.footer__logo {
  flex-shrink: 0;
}
.footer__logo img {
  width: 120px;
}
.footer__logo div {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
  font-style: italic;
}
.footer__logo div span {
  color: var(--white);
}
.footer__right {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}
.footer__navigation {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}
.footer__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer__item:not(:last-child) {
  margin: 0 0 12px 0;
}
.footer__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: wrap;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-weight: 700;
}
.footer__link::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: var(--primary);
}
.footer__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 32px;
}
.footer__policy {
  width: 33px;
  flex-shrink: 0;
}
.footer__copyright {
  color: rgba(255, 255, 255, 0.3);
}
.footer__slider {
  margin-top: 32px;
  position: relative;
  padding: 28px 92px;
  background-color: rgba(255, 255, 255, 0.01);
}
.footer__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.15;
  transition: all 0.2s ease-in-out 0s;
}
.swiper__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.swiper__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--secondary);
}
.footer .swiper__button {
  border-radius: 0;
}
.swiper__button::before {
  font-weight: 700;
  opacity: 0.15;
  transition: all 0.2s ease-in-out 0s;
}
.footer__slider .swiper__button {
  position: absolute;
  top: 30%;
}
.swiper__button.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.swiper__button-prev {
  left: 0;
}
.swiper__button-prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper__button-next {
  right: 0;
}
.content-block {
  margin: 120px 0 48px 0;
}
.content-block__wrapper {
  color: rgba(28, 29, 36, 0.9);
  background-color: var(--white);
  border-radius: 6px;
  padding: 32px 74px 56px;
}
.content-block__wrapper h1,
.content-block__wrapper h2,
.content-block__wrapper h3,
.content-block__wrapper h4,
.content-block__wrapper h5,
.content-block__wrapper h6 {
  text-transform: inherit;
}
.content-block__wrapper h1:not(:last-child),
.content-block__wrapper h2:not(:last-child),
.content-block__wrapper h3:not(:last-child),
.content-block__wrapper h4:not(:last-child),
.content-block__wrapper h5:not(:last-child),
.content-block__wrapper h6:not(:last-child) {
  margin: 0 0 10px 0;
}
.content-block__wrapper h1 {
  font-size: 42px;
  line-height: 120%;
}
.content-block__wrapper h2 {
  font-size: 36px;
  line-height: 120%;
}
.content-block__wrapper h3 {
  font-size: 20px;
}
.content-block__wrapper h4,
.content-block__wrapper h5,
.content-block__wrapper h6 {
  font-size: 18px;
}
.content-block__wrapper ol:not(:last-child),
.content-block__wrapper p:not(:last-child),
.content-block__wrapper ul:not(:last-child) {
  margin: 0 0 16px 0;
}
.content-block__wrapper img {
  width: 100%;
  max-width: 520px;
  margin: 0 auto 24px auto;
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-block__wrapper p a {
  display: inline;
  width: -webkit-min-content;
  width: min-content;
  padding: 2px 8px;
  text-decoration: underline;
}
.content-block__wrapper ol li,
.content-block__wrapper ul li {
  margin: 0 0 0 16px;
  padding: 0 0 8px 4px;
}
.content-block__wrapper ol li::marker,
.content-block__wrapper ul li::marker {
  color: var(--primary);
}
.content-block__wrapper ol li:last-child,
.content-block__wrapper ul li:last-child {
  padding: 0 0 0 4px;
}
.content-block__wrapper ul li {
  position: relative;
}
.content-block__wrapper ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 5px;
  left: -14px;
  background-color: var(--primary);
}
.content-block__wrapper blockquote {
  margin: 91px auto 75px auto;
  max-width: 100%;
  width: 457px;
  position: relative;
  color: #171b26;
  font-size: 24px;
  line-height: 86%;
  letter-spacing: -0.72px;
}
.main {
  position: relative;
  padding: 80px 0 60px 0;
}
.main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5019607843) 13.62%,
    rgba(0, 0, 0, 0.5019607843) 80%
  );
  z-index: 1;
}
.main__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main__content {
  margin-left: auto;
  text-align: right;
}
.main__title {
  color: var(--primary);
  margin-bottom: 24px;
}
.main__text {
  margin-bottom: 24px;
}
.main__link {
  margin-left: auto;
}
.main__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-max-content;
  width: max-content;
  margin: 42px 0 0 auto;
  border-radius: 12px;
  padding: 8px 16px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.pagination__button-prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.pagination__dotts {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  border-radius: 12px;
  background-color: var(--primary);
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
}
.pagination__dotts.active {
  width: 32px;
}
.filter {
  padding: 48px 0 32px 0;
}
.filter__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background-color: var(--secondary);
  padding: 16px;
  border-radius: 32px;
}
.filter__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.filter__search {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  font-size: 20px;
  border-radius: 50%;
  background-color: var(--bg-secondary);
}
.category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
}
.category__button {
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 28px;
  letter-spacing: 0.2px;
  padding: 11px 12.5px;
}
.category__button.active {
  background-color: var(--bg-secondary);
  color: var(--primary);
}
.games {
  margin-bottom: 48px;
}
.games__title--top {
  font-weight: 700;
  opacity: 0.3;
}
.games__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px 16px;
  margin-top: 24px;
}
.games__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: calc((100% - 80px) / 6);
  min-height: 180px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.games__link::before {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  color: #25165c;
  transition: all 0.2s ease-in-out 0s;
  background-color: var(--primary);
  z-index: 3;
}
.games__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--linear-gradient);
  z-index: 1;
}
.games__link:hover::before {
  opacity: 1;
  visibility: visible;
}
.games__content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-between;
}
.games__image {
  padding-bottom: 75%;
}
.games__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.games__info {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.games__title {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-shadow: 0.6px 0 0 #fff;
  overflow: hidden;
}
.games__text {
  font-size: 9px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.games__more {
  margin: 32px auto 0 auto;
}
.sort {
  display: flex;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.sort__main {
  position: relative;
  cursor: pointer;
}
.sort__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 8px 16px;
  width: 160px;
  height: 36px;
  text-overflow: ellipsis;
  background-color: var(--bg-secondary);
  border-radius: 32px;
  white-space: nowrap;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  transition: all 0.2s ease-in-out 0s;
}
.sort__button::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  font-size: 9px;
  color: var(--primary);
  transition: all 0.2s ease-in-out;
}
.sort__button.active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sort__button--text {
  display: inline-flex;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 106px;
}
.sort__list {
  position: absolute;
  right: 0;
  top: calc(100% + 0.75rem);
  min-width: 110px;
  width: 100%;
  max-width: 220px;
  text-align: center;
  background-color: var(--bg-secondary);
  border-radius: 4px;
  padding: 8px;
  list-style-type: none;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.sort__list.visible {
  opacity: 1;
  visibility: visible;
}
.sort__item {
  text-align: left;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.sort__item input {
  width: 0;
  height: 0;
  padding: 0;
  position: absolute;
  border: none;
}
.sort__item:not(:last-child) {
  margin: 0 0 2px 0;
}
.sort__label {
  width: 100%;
  padding: 8px;
  cursor: pointer;
}
.faq {
  margin-bottom: 48px;
}
.faq__wrapper {
  color: rgba(28, 29, 36, 0.9);
  background-color: var(--white);
  border-radius: 6px;
  padding: 32px 74px 56px;
}
.faq__title {
  text-transform: inherit;
}
.faq__spollers {
  margin-top: 32px;
}
.seo-block {
  margin-bottom: 48px;
}
.seo-block__wrapper {
  background-color: var(--secondary);
  border-radius: 6px;
  padding: 32px 74px 56px;
}
.seo-block__title {
  text-transform: inherit;
  margin-bottom: 32px;
}
.providers {
  margin-bottom: 48px;
}
.providers__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.providers__title {
  font-weight: 700;
  opacity: 0.3;
}
.providers__wrapper {
  margin-top: 24px;
}
.providers__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--secondary);
  padding: 7px 8px;
  transition: all 0.2s ease-in-out 0s;
}
.providers__slide img {
  width: 102px;
}
.winners {
  margin-bottom: 48px;
}
.winners__title {
  font-weight: 700;
  opacity: 0.3;
}
.winners__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-top: 24px;
}
.winners__table {
  width: calc(40% - 16px);
}
.winners__image {
  width: calc(60% - 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  margin: 0 auto;
}
.winners__image img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.table-winners {
  text-align: center;
  border-radius: 32px;
  background-color: var(--opacity-1);
  overflow: hidden;
}
.table-winners__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--bg-secondary);
}
.table-winners__subtitle {
  width: 33.33%;
  padding: 8px 16px;
  position: relative;
}
.table-winners__subtitle:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 16px);
  top: 8px;
  right: 0;
  background-color: var(--bg-primary);
}
.table-winners__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.table-winners__info {
  width: 33.33%;
  padding: 8px 16px;
}
.advantages {
  margin-bottom: 48px;
  position: relative;
  background-color: var(--bg-secondary);
}
.advantages::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 50%;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5019607843) 13.62%,
    rgba(0, 0, 0, 0.5019607843) 80%
  );
  z-index: 1;
}
.advantages__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.advantages__image {
  width: 40%;
}
.advantages__image img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.advantages__content {
  width: 60%;
  text-align: right;
  padding: 32px 0 32px 220px;
  position: relative;
  z-index: 2;
  background-color: var(--bg-secondary);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}
.advantages__content::before {
  content: "";
  position: absolute;
  width: 97%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(15% 0, 30% 0, 15% 100%, 0 100%);
  background-color: var(--primary);
  z-index: -1;
}
.advantages__title {
  margin-bottom: 16px;
}
.advantages__text {
  margin-bottom: 24px;
}
.advantages__link {
  margin-left: auto;
}
.author {
  margin-bottom: 48px;
}
.author__wrapper {
  padding: 32px;
  background-color: var(--secondary);
  border-radius: 32px;
}
.author__title {
  font-weight: 700;
  margin-bottom: 16px;
}
.author__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.author__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.author__info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  max-width: 220px;
  flex-shrink: 0;
}
.author__avatar {
  width: 32px;
  flex-shrink: 0;
}
.author__avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.author__name {
  margin-bottom: 8px;
  font-weight: 700;
}
.author__label {
  opacity: 0.6;
}
.sociales {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.sociales__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.instructions {
  margin-bottom: 48px;
}
.instructions__top {
  margin-bottom: 32px;
}
.instructions__title {
  margin-bottom: 8px;
}
.instructions__subtitle {
  opacity: 0.6;
}
.instructions__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.instructions__steps {
  width: calc(60% - 16px);
}
.instructions__box {
  width: calc(40% - 16px);
}
.instructions__image {
  position: relative;
  padding-bottom: 56%;
  border-radius: 32px;
  overflow: hidden;
}
.instructions__image::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--primary);
  background-color: var(--white);
  z-index: 2;
  font-size: 32px;
}
.instructions__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--linear-gradient);
  z-index: 1;
}
.instructions__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.instructions__row {
  margin: 32px 0 16px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.instructions__button {
  width: calc(50% - 8px);
}
.instructions__link {
  width: calc(50% - 8px);
  text-align: center;
  padding: 8px 24px;
}
.instructions__descr {
  margin-bottom: 16px;
}
.instructions__more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.instructions__more::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 9px;
}
.steps__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.steps__item:not(:last-child) {
  margin: 0 0 24px 0;
}
.steps__count {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 18px;
  background-color: var(--primary);
}
.steps__title {
  padding: 0 0 8px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--primary);
  width: -webkit-max-content;
  width: max-content;
}
.swiper {
  overflow: hidden;
}
.swiper-initialized {
  touch-action: pan-y;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
@media (max-width: 61.99875em) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 120%;
  }
  .h2,
  h2 {
    font-size: 38px;
    line-height: 120%;
  }
  [class*="__container"] {
    padding: 0 1.25rem;
  }
  .spollers__body {
    padding: 10px 15px;
  }
  .header::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
    z-index: 2;
  }
  .menu-open .header::before {
    opacity: 1;
  }
  .header__logo {
    position: relative;
    z-index: 22;
  }
  .header__logo div {
    font-size: 22px;
  }
  .header__main {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out 0s;
    z-index: 11;
  }
  .menu-open .header__main {
    opacity: 1;
    visibility: visible;
  }
  .menu-open .header__main::before {
    opacity: 1;
    visibility: visible;
  }
  .header__inner {
    flex-direction: column;
    row-gap: 44px;
    margin: 0;
    padding: 130px 54px 80px 54px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);
    background: var(--bg-primary);
  }
  .header__nav {
    width: 100%;
    position: relative;
  }
  .header__list {
    flex-direction: column;
    margin: 0 auto;
  }
  .header__item:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .header__link {
    font-size: 24px;
  }
  .header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
  }
  .footer__main {
    flex-direction: column;
    row-gap: 32px;
  }
  .footer__logo {
    position: relative;
    z-index: 22;
  }
  .footer__logo div {
    font-size: 22px;
  }
  .footer__navigation {
    flex-wrap: wrap;
    gap: 32px;
  }
  .footer__column {
    width: calc(50% - 16px);
  }
  .footer__slider {
    padding: 28px 62px;
  }
  .content-block__wrapper {
    padding: 32px 32px 56px;
  }
  .main__content {
    text-align: center;
  }
  .filter__wrap {
    flex-direction: column;
  }
  .games__wrapper {
    gap: 16px;
  }
  .games__link {
    width: calc((100% - 48px) / 4);
  }
  .sort__button {
    border-radius: 16px;
  }
  .faq__wrapper {
    padding: 32px 32px 56px;
  }
  .seo-block__wrapper {
    padding: 32px 32px 56px;
  }
  .winners__wrapper {
    flex-direction: column;
  }
  .winners__table {
    width: 100%;
  }
  .winners__image {
    width: 100%;
  }
  .advantages__content {
    padding: 32px 0 32px 160px;
  }
  .author__wrapper {
    padding: 24px;
  }
  .instructions__wrapper {
    flex-direction: column;
  }
  .instructions__steps {
    width: 100%;
  }
  .instructions__box {
    width: 100%;
  }
  .instructions__link {
    width: auto;
  }
}
@media (max-width: 61.99875em) and (any-hover: none) {
  .header__menu {
    cursor: default;
  }
  .header__menu:active .header__icon span,
  .header__menu:active .header__icon::after,
  .header__menu:active .header__icon::before {
    background-color: var(--white);
  }
}
@media (max-width: 61.99875em) and (any-hover: hover) {
  .header__menu:hover .header__icon span,
  .header__menu:hover .header__icon::after,
  .header__menu:hover .header__icon::before {
    background-color: var(--white);
  }
}
@media (max-width: 47.99875em) {
  .h1,
  h1 {
    font-size: 38px;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
  .h3,
  h3 {
    font-size: 22px;
  }
  .h4,
  h4 {
    font-size: 20px;
  }
  [class*="__container"] {
    padding: 0 1rem;
  }
  .form__error {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: normal;
  }
  .spollers__body h1,
  .spollers__body h2,
  .spollers__body h3,
  .spollers__body h4,
  .spollers__body h5,
  .spollers__body h6 {
    font-size: 14px;
    line-height: 16px;
  }
  .spollers__body h1:not(:last-child),
  .spollers__body h2:not(:last-child),
  .spollers__body h3:not(:last-child),
  .spollers__body h4:not(:last-child),
  .spollers__body h5:not(:last-child),
  .spollers__body h6:not(:last-child) {
    margin: 0 0 12px 0;
  }
  .spollers__body {
    padding: 10px;
  }
  [data-showmore-content] h1,
  [data-showmore-content] h2,
  [data-showmore-content] h3,
  [data-showmore-content] h4,
  [data-showmore-content] h5,
  [data-showmore-content] h6 {
    font-size: 14px;
    line-height: 16px;
  }
  [data-showmore-content] h1:not(:last-child),
  [data-showmore-content] h2:not(:last-child),
  [data-showmore-content] h3:not(:last-child),
  [data-showmore-content] h4:not(:last-child),
  [data-showmore-content] h5:not(:last-child),
  [data-showmore-content] h6:not(:last-child) {
    margin: 0 0 12px 0;
  }
  .text-l {
    font-size: 20px;
  }
  .text-s {
    font-size: 12px;
    line-height: 20px;
  }
  .breadcrumb__list {
    font-size: 12px;
    line-height: 16px;
  }
  .header__left {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .search__input {
    padding: 8px 82px 8px 8px;
  }
  .footer__slider {
    padding: 28px 48px;
  }
  .content-block__wrapper {
    padding: 32px 16px;
  }
  .main {
    padding: 80px 0 40px 0;
  }
  .main__link {
    margin: 0 auto;
  }
  .pagination {
    margin: 32px auto 0 auto;
  }
  .filter__wrap {
    row-gap: 24px;
    border-radius: 16px;
  }
  .filter__box {
    width: 100%;
    justify-content: center;
  }
  .category__button {
    padding: 8px;
    font-size: 13px;
  }
  .games__wrapper {
    gap: 8px;
  }
  .games__link {
    width: calc((100% - 16px) / 3);
  }
  .sort__button--text {
    max-width: calc(100% - 32px);
  }
  .sort__list {
    max-width: 180px;
  }
  .faq__wrapper {
    padding: 32px 16px;
  }
  .seo-block__wrapper {
    padding: 32px 16px;
  }
  .table-winners {
    border-radius: 16px;
  }
  .advantages::before {
    width: 100%;
    right: 0;
  }
  .advantages__container {
    padding: 0 !important;
  }
  .advantages__wrapper {
    flex-direction: column;
  }
  .advantages__image {
    width: 100%;
    position: relative;
    padding-bottom: 40%;
  }
  .advantages__image img {
    width: 100%;
    right: 0;
  }
  .advantages__content {
    width: 100%;
    padding: 32px 16px 32px 160px;
  }
  .author__wrapper {
    padding: 16px;
    border-radius: 16px;
  }
  .author__main {
    flex-direction: column;
  }
  .author__box {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 29.99875em) {
  .text-m {
    font-size: 16px;
  }
  .footer__navigation {
    flex-direction: column;
  }
  .games__link {
    width: calc((100% - 8px) / 2);
  }
  .sort {
    width: 100%;
  }
  .sort__main {
    width: 100%;
  }
  .sort__button {
    width: 100%;
  }
  .sort__list {
    max-width: 100%;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
  }
  .btn-secondary:hover {
    color: var(--white);
    background-color: var(--primary);
  }
  input:hover,
  textarea:hover {
    background-color: rgba(55, 37, 162, 0.4);
  }
  .spollers__title:hover {
    opacity: 0.6;
  }
  [data-showmore-button]:hover {
    opacity: 0.6;
  }
  .breadcrumb__link:hover {
    text-decoration: underline;
  }
  .header__link:hover {
    color: var(--primary);
  }
  .search__button:hover {
    opacity: 0.6;
  }
  .search__clear:hover::before {
    opacity: 0.6;
  }
  .footer__link:hover {
    color: var(--primary);
  }
  .footer__slide:hover {
    opacity: 1;
  }
  .swiper__button:hover::before {
    opacity: 1;
  }
  .content-block__wrapper p a:hover {
    opacity: 0.8;
  }
  .pagination__button:hover {
    opacity: 0.6;
  }
  .pagination__dotts:hover {
    opacity: 0.8;
  }
  .filter__search:hover {
    color: var(--primary);
  }
  .category__button:hover {
    color: var(--primary);
  }
  .sort__button:hover {
    color: var(--primary);
  }
  .sort__item:hover {
    color: var(--bg-primary);
    background-color: var(--primary);
  }
  .providers__slide:hover {
    opacity: 0.6;
  }
  .sociales__link:hover {
    opacity: 0.6;
  }
  .instructions__link:hover {
    color: var(--primary);
  }
  .instructions__more:hover {
    color: var(--primary);
  }
}
@media (any-hover: none) {
  .btn:active {
    color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
  }
  .btn-secondary:active {
    color: var(--white);
    background-color: var(--primary);
  }
  input:active,
  textarea:active {
    background-color: rgba(55, 37, 162, 0.4);
  }
  .spollers__title:active {
    opacity: 0.6;
  }
  [data-showmore-button]:active {
    opacity: 0.6;
  }
  .breadcrumb__link:active {
    text-decoration: underline;
  }
  .header__link:active {
    color: var(--primary);
  }
  .footer__link:active {
    color: var(--primary);
  }
  .footer__slide:active {
    opacity: 1;
  }
  .swiper__button:active::before {
    opacity: 1;
  }
  .content-block__wrapper p a:active {
    opacity: 0.8;
  }
  .pagination__button:active {
    opacity: 0.6;
  }
  .pagination__dotts:active {
    opacity: 0.8;
  }
  .filter__search:active {
    color: var(--primary);
  }
  .category__button:active {
    color: var(--primary);
  }
  .sort__button:active {
    color: var(--primary);
  }
  .sort__item:active {
    color: var(--bg-primary);
    background-color: var(--primary);
  }
  .providers__slide:active {
    opacity: 0.6;
  }
  .sociales__link:active {
    opacity: 0.6;
  }
  .instructions__link:active {
    color: var(--primary);
  }
  .instructions__more:active {
    color: var(--primary);
  }
}
