* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Raleway-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Raleway-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Raleway-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Raleway-Light.woff2) format("woff2")
}

:root {
  --font-main: "Raleway", sans-serif;
  --container-width: 1220px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #f5f2f2;
  --menu: #e1ebf5;
  --main: #000000;
  --black: #000000;
  --white: #ffffff;
  --purple: #730594;
  --orange: #F9B532;
  --pink: #ffc0cb;
  --d-light: #d3e0ed;
  --light: #EFEFEF;
  --dark: #2C2E33;
  --gray: #aaa8a8;
  --green: rgba(0, 128, 0, .2);
  --red: rgba(255, 0, 0, .2);
  --black-030: rgba(0, 0, 0, .3);
  --box-shadow-pink: 0 0 10px rgba(248, 35, 49, 0.4);
  --box-shadow-purple: 0 0 10px rgba(196, 113, 237, .5);
  --hover: #c202b2;
  --active: #c202b2;
  --hover-pink: #ff5f7a;
  --active-pink: #ff5f7a
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main:not(:last-child) {
  margin-bottom: 100px
}

@media (max-width:991px) {
  .main:not(:last-child) {
    margin-bottom: 75px
  }
}

@media (max-width:600px) {
  .main:not(:last-child) {
    margin-bottom: 50px
  }
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.mb-100-50:not(:last-child) {
  margin-bottom: 100px
}

@media (max-width:991px) {
  .mb-100-50:not(:last-child) {
    margin-bottom: 75px
  }
}

@media (max-width:600px) {
  .mb-100-50:not(:last-child) {
    margin-bottom: 50px
  }
}

.mb-60-30:not(:last-child) {
  margin-bottom: 60px
}

@media (max-width:991px) {
  .mb-60-30:not(:last-child) {
    margin-bottom: 45px
  }
}

@media (max-width:600px) {
  .mb-60-30:not(:last-child) {
    margin-bottom: 30px
  }
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-40-20:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-20-10:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-5:not(:last-child) {
  margin-bottom: 5px
}

.tx-14 {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%
}

.tx-17 {
  font-weight: 500;
  font-size: 17px;
  line-height: 120%
}

.tx-17-14 {
  font-weight: 500;
  font-size: 17px;
  line-height: 120%
}

@media (max-width:600px) {
  .tx-17-14 {
    font-size: 14px
  }
}

.tx-32-24 {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%
}

@media (max-width:991px) {
  .tx-32-24 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-32-24 {
    font-size: 24px
  }
}

.tx-18-16 {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%
}

@media (max-width:600px) {
  .tx-18-16 {
    font-size: 16px
  }
}

.tx-42-32 {
  font-weight: 500;
  font-size: 42px;
  line-height: 120%
}

@media (max-width:991px) {
  .tx-42-32 {
    font-size: 36px
  }
}

@media (max-width:600px) {
  .tx-42-32 {
    font-size: 32px
  }
}

.tx-24-18 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-24-18 {
    font-size: 22px
  }
}

@media (max-width:991px) {
  .tx-24-18 {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .tx-24-18 {
    font-size: 18px
  }
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.circle::before {
  content: "";
  background: #12c2e9;
  background: -webkit-gradient(linear, left top, right top, from(#f64f59), color-stop(#c471ed), to(#12c2e9));
  background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.input {
  display: block;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  border-radius: 8px;
  background-color: transparent;
  border: 2px solid var(--black-030);
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover-pink)
  }
}

.input:focus-visible {
  border-color: var(--hover-pink)
}

.box-shadow-pink {
  -webkit-box-shadow: var(--box-shadow-pink);
  box-shadow: var(--box-shadow-pink)
}

.box-shadow-purple {
  -webkit-box-shadow: var(--box-shadow-purple);
  box-shadow: var(--box-shadow-purple)
}

.but {
  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;
  padding: 10px 24px;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  color: var(--white);
  background: #12c2e9;
  background: -webkit-gradient(linear, left top, right top, from(#f64f59), color-stop(#c471ed), to(#12c2e9));
  background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 40px;
  min-width: 160px;
  border-radius: 8px;
  -webkit-transition: background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: background-color .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media (any-hover:hover) {
  .but:hover {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
  }
}

.but:focus-visible {
  -webkit-transform: skew(10deg);
  transform: skew(10deg)
}

.but:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.but_pink {
  background: #12c2e9;
  background: -webkit-gradient(linear, left top, right top, from(#c471ed), color-stop(#12c2e9), to(#f64f59));
  background: linear-gradient(to right, #c471ed, #12c2e9, #f64f59)
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.logo {
  width: 80px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .logo {
    width: 60px;
    height: 60px
  }
}

@media (max-width:600px) {
  .logo {
    width: 40px;
    height: 40px
  }
}

.logo_footer {
  width: 160px;
  height: 80px
}

.logo_menu {
  display: none
}

@media (max-width:991px) {
  .logo_menu {
    display: block
  }
}

@media (any-hover:hover) {
  .logo:hover {
    opacity: .5
  }
}

.logo:focus-visible {
  opacity: .5
}

.logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.header {
  background-color: var(--white);
  padding: 10px 0;
  position: relative;
  z-index: 5
}

.header__container {
  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;
  gap: 10px 20px
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px
}

@media (max-width:991px) {
  .header__left {
    gap: 20px
  }
}

@media (max-width:991px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    gap: 20px;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100vh;
    background-color: var(--white);
    z-index: 2;
    padding: var(--container-step-tablet);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, pointer-events .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, pointer-events .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, pointer-events .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, pointer-events .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out
  }
}

@media (max-width:768px) {
  .header__menu {
    width: 70vw
  }
}

@media (max-width:600px) {
  .header__menu {
    padding: var(--container-step-mobile)
  }
}

@media (max-width:450px) {
  .header__menu {
    width: 100vw
  }
}

.header__menu.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  pointer-events: visible
}

.header__menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}

.header__exit-menu {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .header__exit-menu {
    display: block
  }
}

.header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #12c2e9;
  background: -webkit-gradient(linear, left top, right top, from(#f64f59), color-stop(#c471ed), to(#12c2e9));
  background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background: #12c2e9;
  background: -webkit-gradient(linear, left top, right top, from(#f64f59), color-stop(#c471ed), to(#12c2e9));
  background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.header__link {
  text-align: center;
  font-size: 16px
}

@media (max-width:991px) {
  .nav {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
}

.nav__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px
}

@media (max-width:991px) {
  .nav__list {
    -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: 20px
  }
}

.nav__list_footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 10px
}

@media (max-width:991px) {
  .nav__list_footer {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .nav__list_footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.nav__link_white {
  color: var(--white)
}

@media (any-hover:hover) {
  .nav__link:hover {
    color: var(--hover)
  }
}

.nav__link:focus-visible {
  color: var(--hover)
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.burger {
  display: none;
  -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;
  position: relative;
  width: 30px;
  height: 15px;
  background-color: transparent
}

@media (max-width:991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #12c2e9;
  background: -webkit-gradient(linear, left top, right top, from(#f64f59), color-stop(#c471ed), to(#12c2e9));
  background: linear-gradient(to right, #f64f59, #c471ed, #12c2e9);
  border-radius: 8px
}

.hero {
  padding-top: 20px
}

.hero__content {
  background-color: var(--white);
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 24px
}

.hero__image {
  position: relative;
  height: 244px
}

@media (max-width:768px) {
  .hero__image {
    height: 160px
  }
}

.hero__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover
}

.hero__bottom-top {
  position: relative;
  border-radius: 8px;
  z-index: 2;
  padding: 10px;
  max-width: 95%;
  margin: -90px auto 0 auto;
  width: 100%;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

@media (max-width:991px) {
  .hero__bottom-top {
    max-width: 99%;
    padding: 0 16px;
    background-color: transparent
  }
}

@media (max-width:768px) {
  .hero__bottom-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:600px) {
  .hero__bottom-top {
    padding: 0 10px
  }
}

.hero__bottom-left {
  width: 169px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:768px) {
  .hero__bottom-left {
    width: 100%
  }
}

.hero__logo {
  width: 100%;
  height: 169px
}

@media (max-width:768px) {
  .hero__logo {
    width: 169px
  }
}

.hero__bottom-right {
  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-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media (max-width:768px) {
  .hero__title {
    text-align: center
  }
}

.hero__play {
  min-width: 0;
  width: 100%
}

.hero__platforms {
  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;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.hero__platform {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.hero__infos {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 40px 20px;
  margin-top: auto
}

@media (max-width:768px) {
  .hero__infos {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template: auto/repeat(3, 1fr);
    gap: 10px
  }
}

@media (max-width:500px) {
  .hero__infos {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

.hero__info span {
  display: block;
  color: var(--gray);
  padding-bottom: 5px
}

.hero__texts {
  padding: 0 24px
}

@media (max-width:991px) {
  .hero__texts {
    padding: 0 16px
  }
}

@media (max-width:600px) {
  .hero__texts {
    padding: 0 10px
  }
}

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px
}

@media (max-width:768px) {
  .stars {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.stars__star {
  width: 26px;
  height: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:991px) {
  .stars__star {
    width: 20px;
    height: 20px
  }
}

@media (max-width:600px) {
  .stars__star {
    width: 16px;
    height: 16px
  }
}
.casinos__content {
  border-radius: 8px;
  padding: 24px;
  background-color: var(--white)
}

@media (max-width:991px) {
  .casinos__content {
    padding: 24px 16px
  }
}

@media (max-width:600px) {
  .casinos__content {
    padding: 24px 10px
  }
}

.cards__left {
  background-color: var(--dark);
  padding: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  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;
  gap: 10px
}

@media (max-width:991px) {
  .cards__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    gap: 20px
  }
}

.cards__card {
  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;
  gap: 20px;
  border-radius: 8px;
  overflow: hidden
}

@media (max-width:991px) {
  .cards__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 16px
  }
}

.cards__logo {
  width: 100%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  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
}

@media (max-width:768px) {
  .cards__logo {
    height: 150px
  }
}

@media (max-width:500px) {
  .cards__logo {
    height: 100px
  }
}

.cards__rating {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px
}

.cards__licenze {
  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;
  gap: 8px;
  color: var(--white)
}

.cards__licenze img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.cards__texts {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 450px;
  flex: 0 1 450px;
  padding: 16px 0
}

@media (max-width:991px) {
  .cards__texts {
    padding: 0 16px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    text-align: center
  }
}

@media (max-width:600px) {
  .cards__texts {
    padding: 0 8px
  }
}

.cards__infos {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto
}

.cards__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}

.cards__info img {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.cards__iteractives {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  width: 100%;
  padding: 16px 0
}

@media (max-width:991px) {
  .cards__iteractives {
    padding: 0 16px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:600px) {
  .cards__iteractives {
    padding: 0 8px
  }
}

.cards__iteractive-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:991px) {
  .cards__iteractive-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (max-width:991px) {
  .cards__iteractive-text {
    text-align: center
  }
}

.cards__iteractives-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

.cards__iteractives-item {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.cards__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  padding: 16px 16px 16px 0;
  width: 100%
}

@media (max-width:991px) {
  .cards__right {
    padding: 0 16px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:600px) {
  .cards__right {
    padding: 0 8px
  }
}

.cards__link {
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  width: 100%;
  min-height: 50px;
  font-size: 20px
}

@media (max-width:991px) {
  .cards__link {
    min-width: 250px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
}

.items__content {
  border-radius: 8px;
  padding: 24px;
  background-color: var(--white)
}

@media (max-width:991px) {
  .items__content {
    padding: 24px 16px
  }
}

@media (max-width:600px) {
  .items__content {
    padding: 24px 10px
  }
}

.items__menu span:last-child {
  display: none
}

.items__menu.active span:first-child {
  display: none
}

.items__menu.active span:last-child {
  display: block
}

.items__text a {
  font-weight: 700;
  color: var(--pink);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .items__text a:hover {
    color: var(--hover)
  }
}

.items__text a:focus-visible {
  color: var(--hover)
}

.items__text a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.items__image {
  position: relative;
  width: 100%;
  padding-bottom: 55.7%
}

.items__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover
}

.items__demo {
  position: relative;
  width: 100%;
  padding-bottom: 55.7%
}

.items__demo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover
}

.items__item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}

.items__item_flex p {
  padding-top: 6px
}

.items__num {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 24px;
  padding: 2px 2px 5px 4px;
  border: 2px solid var(--purple);
  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
}

.items__blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border-radius: 24px;
  background-color: var(--light)
}

.items__blockquote img {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.items__blockquote img:nth-child(1) {
  margin-bottom: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.items__blockquote img:nth-child(2) {
  margin-top: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.items__links {
  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;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.items__link {
  margin-left: auto;
  margin-right: auto
}

.wrapper-table {
  overflow: auto
}

.wrapper-table__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-width: 768px
}

.wrapper-table__thead {
  display: block
}

.wrapper-table__th {
  text-align: left
}

.wrapper-table__tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 10px;
  padding: 10px;
  background-color: var(--light)
}

.wrapper-table__tr_2 {
  -ms-grid-rows: auto;
  -ms-grid-columns: 300px 1fr;
  grid-template: auto/300px 1fr
}

.wrapper-table__tr_5 {
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[5];
  grid-template: auto/repeat(5, 1fr)
}

.wrapper-table__tbody {
  width: 100%
}

.proscons {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:600px) {
  .proscons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.proscons__item {
  background-color: var(--light);
  border-radius: 24px;
  padding: 16px
}

.proscons__mintitle {
  padding: 10px;
  border-radius: 8px
}

.proscons__mintitle_green {
  background-color: var(--green)
}

.proscons__mintitle_red {
  background-color: var(--red)
}

.proscons__subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}

.proscons__subitem img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .gallery {
    gap: 10px
  }
}

@media (max-width:768px) {
  .gallery {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:500px) {
  .gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.gallery__item {
  height: 300px;
  border-radius: 24px
}

@media (max-width:991px) {
  .gallery__item {
    height: 250px
  }
}

@media (max-width:600px) {
  .gallery__item {
    height: 250px
  }
}

.gallery__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, .8);
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  border-radius: 24px;
  overflow: hidden
}

.gallery__item a img {
  -o-object-fit: cover;
  object-fit: cover
}

.gallery__item a div {
  position: absolute;
  top: 0;
  left: 0;
  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;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5)
}

.gallery__item a div span {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  width: 52px;
  height: 52px
}

@media (max-width:991px) {
  .gallery__item a div span {
    width: 32px;
    height: 32px;
    opacity: 1
  }
}

.gallery__item a div span img {
  -o-object-fit: contain;
  object-fit: contain
}

@media (any-hover:hover) {
  .gallery__item a:hover {
    -webkit-box-shadow: 0 0 10px rgba(115, 5, 148, .8);
    box-shadow: 0 0 10px rgba(115, 5, 148, .8)
  }

  .gallery__item a:hover div span {
    opacity: 1
  }
}

.gallery__item a:focus-visible {
  -webkit-box-shadow: 0 0 10px rgba(115, 5, 148, .8);
  box-shadow: 0 0 10px rgba(115, 5, 148, .8)
}

.gallery__item a:focus-visible div span {
  opacity: 1
}

.gallery__item a:active {
  -webkit-box-shadow: 0 0 10px rgba(115, 5, 148, .8);
  box-shadow: 0 0 10px rgba(115, 5, 148, .8)
}

.gallery__item a:active div span {
  opacity: 1;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.gallery__item_visible a div span {
  opacity: 1;
  width: 32px;
  height: 32px
}

.gallery__item_visible a div span img {
  -o-object-fit: contain;
  object-fit: contain
}

.faq {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 10px
}

@media (max-width:600px) {
  .faq {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.faq__item.active .faq__button img {
  -webkit-transform: rotate(-87deg);
  transform: rotate(-87deg)
}

.faq__item.active .faq__bottom {
  display: block
}

.faq__item-top {
  padding: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background-color: var(--light);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.faq__button {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .faq__button:hover {
    opacity: .1
  }
}

.faq__button:focus-visible {
  opacity: .1
}

.faq__button:active {
  opacity: .1;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.faq__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.faq__bottom {
  display: none
}

.faq__texts {
  margin-top: 10px;
  background-color: var(--light);
  padding: 16px
}

.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: auto;
  background-color: var(--white);
  padding: 24px 16px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  z-index: 5
}

.cookie-popup.active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media (max-width:600px) {
  .cookie-popup {
    padding: 16px 10px
  }
}

.cookie-popup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto
}

.cookie-popup__item img {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:991px) {
  .cookie-popup__item img {
    width: 40px;
    height: 40px
  }
}

@media (max-width:600px) {
  .cookie-popup__item img {
    display: none
  }
}

.cookie-popup__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  gap: 10px 20px
}

@media (max-width:600px) {
  .cookie-popup__right {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.cookie-popup__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 600px;
  flex: 0 1 600px
}

@media (max-width:600px) {
  .cookie-popup__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.cookie-popup__text a {
  color: var(--pink);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .cookie-popup__text a:hover {
    color: var(--hover)
  }
}

.cookie-popup__text a:focus-visible {
  color: var(--hover)
}

.cookie-popup__text a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.cookie-popup__button {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:600px) {
  .cookie-popup__button {
    font-size: 14px;
    min-height: auto;
    min-width: auto
  }
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--black)
}

@media (max-width:600px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.footer .nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 700px;
  flex: 0 1 700px
}

@media (max-width:991px) {
  .footer .nav {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 10px
}

@media (max-width:991px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.footer__contacts {
  font-style: normal
}

.footer__contacts-title {
  color: var(--white)
}

.footer__contacts-el a {
  color: var(--white);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .footer__contacts-el a:hover {
    color: var(--hover)
  }
}

.footer__contacts-el a:focus-visible {
  color: var(--hover)
}

.footer__contacts-el a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.footer__text {
  color: var(--white)
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 10px
}

@media (max-width:991px) {
  .footer__bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.footer__partners {
  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;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer__partners-item {
  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;
  height: 25px
}

.footer__partners-item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .footer__partners-item a:hover {
    opacity: .5
  }
}

.footer__partners-item a:focus-visible {
  opacity: .5
}

.footer__partners-item a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.footer__partners-item a img {
  -o-object-fit: contain;
  object-fit: contain
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px
}

.icons__icon {
  width: 16px;
  height: 16px
}

.icons__icon a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media (any-hover:hover) {
  .icons__icon a:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}

.icons__icon a:focus-visible {
  -webkit-transform: scale(.9);
  transform: scale(.9)
}

.icons__icon a:active {
  -webkit-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.nv-menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 4;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.nv-menu.active {
  opacity: 1;
  visibility: visible
}

.nv-menu__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.nv-menu__content {
  overflow: auto;
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  background-color: var(--d-light);
  border-radius: 24px;
  padding: 24px 24px 50px 24px
}

@media (max-width:991px) {
  .nv-menu__content {
    width: 95%
  }
}

.nv-menu__exit {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: auto;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .nv-menu__exit:hover {
    opacity: .5
  }
}

.nv-menu__exit:focus-visible {
  opacity: .5
}

.nv-menu__exit:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.nv-menu__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .nv-menu__link:hover {
    color: var(--hover)
  }
}

.nv-menu__link:focus-visible {
  color: var(--hover)
}

.nv-menu__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.country-popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.country-popup.active {
  opacity: 1;
  visibility: visible
}

.country-popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.country-popup__exit {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: auto;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .country-popup__exit:hover {
    opacity: .5
  }
}

.country-popup__exit:focus-visible {
  opacity: .5
}

.country-popup__exit:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.country-popup__content {
  overflow: auto;
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  background-color: var(--d-light);
  border-radius: 24px;
  padding: 24px 24px 50px 24px
}

@media (max-width:600px) {
  .country-popup__content {
    width: 95%
  }
}

.country-popup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.country-popup__link.active .country-popup__check {
  display: block
}

.country-popup__flag {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.country-popup__check {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  display: none
}

.upper {
  position: fixed;
  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;
  z-index: 2;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: var(--dark);
  border-radius: 30px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: background-color .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: background-color .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out
}

@media (max-width:991px) {
  .upper {
    bottom: 20px;
    right: 20px
  }
}

@media (max-width:600px) {
  .upper {
    bottom: 10px;
    right: 10px
  }
}

.upper.active {
  opacity: 1;
  visibility: visible
}

@media (any-hover:hover) {
  .upper:hover {
    background-color: var(--hover-pink)
  }
}

.upper:focus-visible {
  background-color: var(--hover-pink)
}

.upper:active {
  background-color: var(--active-pink);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.upper img {
  width: 80%;
  height: 80%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.breadcrumbs {
  padding-top: 60px
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.breadcrumbs__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.breadcrumbs__link.active {
  color: var(--purple)
}

@media (any-hover:hover) {
  .breadcrumbs__link:hover {
    color: var(--hover-pink)
  }
}

.breadcrumbs__link:focus-visible {
  color: var(--hover-pink)
}

.breadcrumbs__link:active {
  color: var(--active-pink);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.terms {
  padding-top: 20px
}

.terms__text a {
  color: var(--purple);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .terms__text a:hover {
    color: var(--hover-pink)
  }
}

.terms__text a:focus-visible {
  color: var(--hover-pink)
}

.terms__text a:active {
  color: var(--active-pink);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.fslightbox-toolbar {
  right: 20px !important
}

.fslightbox-slide-btn-container-next {
  right: 20px !important
}

.nv-page {
  padding: 24px;
  background-color: var(--light);
  border-radius: 8px;
  display: none
}

@media (max-width:991px) {
  .nv-page {
    padding: 24px 16px
  }
}

@media (max-width:600px) {
  .nv-page {
    padding: 24px 10px
  }
}

.nv-page.active {
  display: block
}

.nv-page__item a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .nv-page__item a:hover {
    color: var(--hover)
  }
}

.nv-page__item a:focus-visible {
  color: var(--hover)
}

.nv-page__item a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px
}

@media (max-width:600px) {
  .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.author__image {
  width: 150px;
  height: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:600px) {
  .author__image {
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

.author__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media (max-width:600px) {
  .author__info {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.author__dev {
  color: var(--gray)
}

.author__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  border-radius: 8px;
  min-width: 0;
  border: 2px solid var(--orange);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

@media (any-hover:hover) {
  .author__link:hover {
    border-color: var(--hover)
  }
}

.author__link:focus-visible {
  border-color: var(--hover)
}

.author__link:active {
  border-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.author__link img {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(-89deg);
  transform: rotate(-89deg)
}

.breadcrumb {
  padding-top: 20px
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

.breadcrumb__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .breadcrumb__link:hover {
    color: var(--hover)
  }
}

.breadcrumb__link:focus-visible {
  color: var(--hover)
}

.breadcrumb__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}