:root {
  --background: radial-gradient(ellipse 75% 85% at 88% 8%,#57091f 0%,#350512 35%,#170207 58%,#000 82%);
  --text: #fff;
  --header: #0B0B0B;
  --btn-log: #E6E6E6;
  --btn-reg: #FF2DA6;
  --radius: 15px;
  --radius-btn: 18px;
  --third-color: #1F071D;
  --back: rgba(255, 45, 166, 0.4);
}

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

html {
  scroll-behavior: smooth;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

button {
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-style: normal;
  font-family: "Pacifico";
  font-weight: 400;
  src: url("fonts/Pacifico-Regular.ttf");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: var(--background);
  color: var(--text);
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 1280px) {
  .wrapper {
    max-width: 1512px;
    margin: 30px auto 0 auto;
    padding: 0 20px;
  }
}

.container {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
    margin: 30px auto 0 auto;
    padding: 0 20px;
  }
}

.img-block {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}
.img-block img {
  border-radius: var(--radius);
}

/* Header */
.header {
  position: sticky;
  top: 0;
  transition: transform 0.1s ease;
  z-index: 29;
  background: var(--header);
  padding: 0 10px;
}
@media (min-width: 960px) {
  .header {
    padding: 0 20px;
  }
}
.header__row {
  display: flex;
  width: 100%;
  align-items: center;
  height: 60px;
}
@media (min-width: 640px) {
  .header__row {
    justify-content: space-between;
  }
}
.header__row .burger {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header__row .burger svg {
  fill: var(--text);
  width: 32px;
  height: 32px;
}
.header__row .burger svg:last-child {
  display: none;
}
.header__row .burger.active svg:first-child {
  display: none;
}
.header__row .burger.active svg:last-child {
  display: block;
}
.header__row .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.header__row .logo img {
  width: 120px;
}
@media (min-width: 640px) {
  .header__row .logo img {
    width: auto;
  }
}
.header__row-btns {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 5px;
}
@media (min-width: 640px) {
  .header__row-btns {
    gap: 10px;
  }
}
.header__row-btns .btn-log {
  width: 80px;
}
@media (min-width: 640px) {
  .header__row-btns .btn-log {
    width: 100px;
  }
}
.header__row-btns .btn-reg {
  width: 100px;
}
@media (min-width: 640px) {
  .header__row-btns .btn-reg {
    width: 120px;
  }
}
.header__menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  gap: 20px;
  max-width: 100%;
  position: fixed;
  z-index: 11;
  top: 60px;
  right: 0;
  background-color: var(--header);
  padding: 20px 15px;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.8s ease;
}
.header__menu a {
  color: var(--text);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  transition: 0.3s;
}
.header__menu a:hover {
  color: var(--btn-reg);
}
.header__menu.show {
  transform: translateX(0);
}

.btn {
  border-radius: var(--radius-btn);
  background-color: unset;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--text);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  width: 120px;
  height: 40px;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.8;
}

.btn-log {
  background: var(--btn-log);
  color: var(--header);
}

.btn-reg {
  background-color: var(--btn-reg);
}

/* Content */
.slider {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.slider .main-slider {
  width: 100%;
  min-width: 0;
  height: 280px;
}
.slider .main-slider .swiper-wrapper,
.slider .main-slider .swiper-slide {
  height: 100%;
}
.slider .main-slider .slide-main {
  border-radius: var(--radius);
  border: 2px solid var(--btn-reg);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--background);
}
.slider .main-slider .slide-main img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .main-slider .slide-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  z-index: 1;
  opacity: 0.5;
}
@media (min-width: 640px) {
  .slider .main-slider .slide-img {
    position: relative;
    width: 50%;
    opacity: 1;
  }
}
.slider .main-slider .slide-img img {
  max-height: 300px;
  width: auto;
  position: absolute;
  bottom: 0;
  transition: transform 0.5s ease;
}
.slider .main-slider .slider-text {
  z-index: 2;
  width: 100%;
  padding: 16px 0 24px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 640px) {
  .slider .main-slider .slider-text {
    width: 50%;
  }
}
.slider .main-slider .slider-text span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: var(--btn-log);
}
@media (min-width: 960px) {
  .slider .main-slider .slider-text span {
    font-size: 32px;
  }
}
.slider .main-slider .slider-text p {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--text);
  font-family: "Pacifico";
}
@media (min-width: 960px) {
  .slider .main-slider .slider-text p {
    font-size: 20px;
    line-height: 28px;
  }
}
.slider .main-slider .slider-text .slide-btn {
  margin-top: 30px;
  background: var(--btn-reg);
  color: var(--text);
  border-radius: var(--radius-btn);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  width: 180px;
}
.slider .main-slider .slider-text .slide-btn:hover {
  opacity: 0.8;
}
.slider .main-slider .swiper-pagination {
  bottom: 8px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.slider .main-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--btn-reg);
  opacity: 0.5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.slider .main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.rows {
  border-radius: var(--radius);
  padding: 24px;
  background: var(--border);
  border: 1px solid var(--border);
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}
.rows__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  position: relative;
}
.rows__top-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rows__top-title span {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: var(--text);
}
@media (min-width: 640px) {
  .rows__top-title span {
    font-size: 24px;
  }
}
.rows__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  padding-top: 24px;
}
@media (min-width: 640px) {
  .rows__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 960px) {
  .rows__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1280px) {
  .rows__list {
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 24px;
    grid-column-gap: 24px;
  }
}
.rows__list-item {
  border-radius: var(--radius-btn);
  overflow: hidden;
  position: relative;
}
.rows__list-item:hover .rows__list-back {
  display: flex;
  opacity: 1;
  border: 2px solid var(--border-slot);
}
.rows__list-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rows__list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rows__list-back {
  position: absolute;
  width: 100%;
  display: none;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background: var(--back);
  border-radius: var(--radius-btn);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 6px;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.rows__list-back .play {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--third-color);
}
@media (min-width: 640px) {
  .rows__list-back .play {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 960px) {
  .rows__list-back .play {
    width: 70px;
    height: 70px;
  }
}
.rows__list-back .play svg {
  width: 15px;
  height: 15px;
  fill: var(--text);
}
@media (min-width: 640px) {
  .rows__list-back .play svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 960px) {
  .rows__list-back .play svg {
    width: 30px;
    height: 30px;
  }
}

.providers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 36px 0 30px 0;
}
.providers__item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 11%;
  filter: grayscale(100%) opacity(0.5);
}
.providers__item:hover {
  filter: grayscale(0%) opacity(1);
  transition: 0.3s;
}
.providers__item img {
  max-width: 100%;
  max-height: 56px;
}

footer {
  padding-top: 10px;
  background: var(--header);
  position: relative;
}
footer .footer__content {
  flex-wrap: wrap;
  padding: 24px 0;
  gap: 48px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
footer .footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 17px 12px;
}
footer .footer__copyright p {
  color: var(--text);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
footer .footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 24px;
}
@media (min-width: 640px) {
  footer .footer__info {
    width: auto;
    align-items: flex-start;
  }
}
footer .footer__info .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
footer .footer__info .logo img {
  width: 120px;
}
@media (min-width: 640px) {
  footer .footer__info .logo img {
    width: auto;
  }
}
footer .footer__info-btns {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
footer .footer__info-btns .support-btn {
  border-radius: var(--radius-btn);
  min-height: 48px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--text);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 12px;
  background: var(--btn-reg);
  transition: 0.3s;
  width: 254px;
  gap: 6px;
}
footer .footer__info-btns .support-btn:hover {
  opacity: 0.8;
}
footer .footer__info-btns .support-btn svg {
  width: 30px;
  height: 30px;
  fill: var(--text);
}
footer .footer__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer__col span {
  text-transform: uppercase;
  color: var(--btn-log);
  font-size: 16px;
  font-weight: 600;
}
footer .footer__col a {
  color: var(--text);
  transition: 0.3s;
  max-width: 240px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
footer .footer__col a:hover {
  color: var(--btn-reg);
}
footer .footer__copyright {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
footer .footer__copyright span {
  font-size: 14px;
  color: var(--text);
}

.seo__content {
  background: var(--header);
  border: 1px solid var(--btn-reg);
  position: relative;
  padding: 24px;
  border-radius: var(--radius);
}
.seo__content h1, .seo__content h2, .seo__content h3, .seo__content h4 {
  padding: 15px 0;
}
@media (min-width: 960px) {
  .seo__content h1, .seo__content h2, .seo__content h3, .seo__content h4 {
    padding: 20px 0;
  }
}
.seo__content h1 {
  font-size: 26px;
  font-weight: 800;
  color: var(--text);
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .seo__content h1 {
    font-size: 36px;
  }
}
.seo__content h2 {
  font-size: 22px;
  color: var(--text);
}
@media (min-width: 960px) {
  .seo__content h2 {
    font-size: 32px;
  }
}
.seo__content h3 {
  font-size: 20px;
  color: var(--text);
}
@media (min-width: 960px) {
  .seo__content h3 {
    font-size: 28px;
  }
}
.seo__content h4 {
  font-size: 18px;
  color: var(--text);
}
@media (min-width: 960px) {
  .seo__content h4 {
    font-size: 24px;
  }
}
.seo__content p {
  line-height: 1.4;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--text);
}
@media (min-width: 960px) {
  .seo__content p {
    font-size: 18px;
  }
}
.seo__content a {
  font-size: 16px;
  color: var(--btn-reg);
}
@media (min-width: 960px) {
  .seo__content a {
    font-size: 18px;
  }
}
.seo__content a:hover {
  transition: 0.3s ease-out;
  color: var(--reg-hover);
}
.seo__content ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.seo__content ul li {
  font-size: 16px;
  line-height: 1.4;
  color: var(--text);
}
@media (min-width: 960px) {
  .seo__content ul li {
    font-size: 18px;
  }
}
.seo__content ol {
  padding-bottom: 20px;
  padding-left: 30px;
  counter-reset: myCounter;
}
.seo__content ol li {
  font-size: 16px;
  line-height: 1.4;
  color: var(--text);
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
  list-style: none;
}
@media (min-width: 960px) {
  .seo__content ol li {
    font-size: 18px;
  }
}
.seo__content ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  width: 30px;
  height: 30px;
  font-size: 16px;
  background: var(--btn-reg);
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: -26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

.table-block {
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius-btn);
  margin-bottom: 20px;
}
.table-block table {
  width: 100%;
  border-collapse: collapse;
}
.table-block table tr {
  background: var(--third-color);
}
.table-block table tr:nth-child(2n) {
  background: var(--header);
}
.table-block table td {
  text-align: center;
  padding: 15px;
  color: var(--text);
  font-size: 16px;
}

.faq__item {
  border-radius: var(--radius-btn);
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  background-color: var(--third-color);
}
.faq__item h3 {
  color: var(--text);
  padding: 15px 56px 15px 17px;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
.faq__item h3:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  top: 30%;
  transition: 0.3s ease-out;
  background-image: url(img/faq-icon.svg);
  right: 15px;
  height: 28px;
  width: 28px;
}
.faq__item .faq__answer {
  border-bottom-right-radius: var(--radius-btn);
  border-bottom-left-radius: var(--radius-btn);
  padding: 17px;
  display: none;
  transition: 0.3s ease-out;
  border-top: 1px solid var(--header);
}
.faq__item .faq__answer p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.4;
}
.faq__item .faq__answer p:last-child {
  padding-bottom: 0;
}
.faq__item .faq__answer.active {
  display: block;
}

.faq__item.open h3::after {
  transform: rotate(0);
}/*# sourceMappingURL=style.css.map */