* {
  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 {
  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
}

textarea {
  resize: none
}

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
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

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
}

address {
  font-style: normal
}

strong {
  display: block
}

@font-face {
  font-family: Play;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/topszeren-fonts/topszeren-play-bold.woff2) format("woff2")
}

@font-face {
  font-family: Play;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/topszeren-fonts/topszeren-play-regular.woff2) format("woff2")
}

:root {
  --font-main: "Play", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #090808;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --green: #6dff94;
  --hover: #028525;
  --active: #028525
}

.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_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.pagination {
  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;
  position: static
}

@media (max-width:600px) {
  .pagination {
    gap: 2px
  }
}

.pagination .swiper-pagination-bullet {
  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;
  opacity: 1;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin: 0 !important;
  background-color: transparent;
  font-weight: 700;
  font-size: 18px;
  line-height: 1
}

.pagination .swiper-pagination-bullet-active {
  background-color: #6dff94;
  color: var(--black)
}

.pagination_line {
  gap: 6px
}

.pagination_line .swiper-pagination-bullet {
  border: none;
  opacity: 1;
  background: #6dff94;
  opacity: .2;
  width: 21px;
  height: 5px;
  margin: 0 !important;
  border-radius: 20px
}

.pagination_line .swiper-pagination-bullet-active {
  width: 51px;
  height: 5px;
  opacity: 1
}

.is-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .is-add:hover {
    color: var(--hover)
  }
}

.is-add:focus-visible {
  color: var(--hover)
}

.is-add:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.is-add span {
  width: 34px;
  height: 34px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.logo {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (max-width:1220px) {
  .logo {
    font-size: 20px
  }
}

@media (max-width:991px) {
  .logo {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .logo {
    font-size: 14px
  }
}

@media (any-hover:hover) {
  .logo:hover {
    color: var(--hover)
  }
}

.logo:focus-visible {
  color: var(--hover)
}

.logo:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.input {
  display: block;
  border-radius: 4px;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #080808;
  background-color: var(--white);
  border: 2px solid transparent;
  -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)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.pt-60-40 {
  padding-top: 60px
}

@media (max-width:600px) {
  .pt-60-40 {
    padding-top: 40px
  }
}

.mt-60-40 {
  margin-top: 60px
}

@media (max-width:600px) {
  .mt-60-40 {
    margin-top: 40px
  }
}

.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;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: var(--black);
  background-color: var(--green);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--white);
  border-radius: 4px;
  min-width: 360px;
  min-height: 52px;
  -webkit-transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
  transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
  text-align: center
}

.but_black {
  font-weight: 400;
  color: #6dff94;
  background-color: var(--black);
  min-height: 48px;
  border: none
}

@media (max-width:600px) {
  .but {
    min-width: 0;
    width: 100%
  }
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-14-12 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2
}

@media (max-width:600px) {
  .tx-14-12 {
    font-size: 12px
  }
}

.tx-70-40 {
  font-weight: 400;
  font-size: 70px;
  line-height: 1.2
}

@media (max-width:1220px) {
  .tx-70-40 {
    font-size: 60px
  }
}

@media (max-width:991px) {
  .tx-70-40 {
    font-size: 50px
  }
}

@media (max-width:600px) {
  .tx-70-40 {
    font-size: 40px
  }
}

.tx-30 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3
}

.tx-30-20 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1
}

@media (max-width:1220px) {
  .tx-30-20 {
    font-size: 26px
  }
}

@media (max-width:991px) {
  .tx-30-20 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-30-20 {
    font-size: 20px
  }
}

.tx-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1
}

.tx-20-14 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-20-14 {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .tx-20-14 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-20-14 {
    font-size: 14px
  }
}

.tx-110-56 {
  font-weight: 400;
  font-size: 110px;
  line-height: 100%
}

@media (max-width:1220px) {
  .tx-110-56 {
    font-size: 96px
  }
}

@media (max-width:991px) {
  .tx-110-56 {
    font-size: 76px
  }
}

@media (max-width:600px) {
  .tx-110-56 {
    font-size: 56px
  }
}

.tx-24-18 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3
}

@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
  }
}

.color-black {
  color: var(--black)
}

.color-green {
  color: #2bc956
}

.bg-green {
  background-color: var(--green)
}

.bg-white {
  background-color: var(--white)
}

.box-shadow {
  -webkit-box-shadow: 0 0 7px rgba(109, 255, 148, .25);
  box-shadow: 0 0 7px rgba(109, 255, 148, .25)
}

.border {
  border: 1px solid #2bc956
}

.brr-4 {
  border-radius: 4px
}

.brr-10 {
  border-radius: 10px
}

.ptb-50-30 {
  padding-top: 50px;
  padding-bottom: 50px
}

@media (max-width:600px) {
  .ptb-50-30 {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.mb-section:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:1220px) {
  .mb-section:not(:last-child) {
    margin-bottom: 70px
  }
}

@media (max-width:991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px
  }
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 50px
  }
}

.ptb-80-50 {
  padding-top: 80px;
  padding-bottom: 80px
}

@media (max-width:600px) {
  .ptb-80-50 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.p-20 {
  padding: 20px
}

.p-24 {
  padding: 24px
}

.mb-30-20:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 25px
  }
}

@media (max-width:600px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-5:not(:last-child) {
  margin-bottom: 5px
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.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-40:not(:last-child) {
  margin-bottom: 40px
}

.mb-8:not(:last-child) {
  margin-bottom: 8px
}

.bg-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#0b0d0c), to(#101b17));
  background: linear-gradient(90deg, #0b0d0c 0, #101b17 100%)
}

.link-soc {
  width: 37px;
  height: 37px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .link-soc:hover {
    opacity: .5
  }
}

.link-soc:focus-visible {
  opacity: .5
}

.link-soc:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.age {
  width: 37px;
  height: 37px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.hover-color {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-color:hover {
    color: var(--hover)
  }
}

.hover-color:focus-visible {
  color: var(--hover)
}

.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.d-block {
  display: block
}

.w100 {
  min-width: 0;
  width: 100%
}

.relative-z2 {
  position: relative;
  z-index: 2
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.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
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.topszeren-lang {
  position: relative;
  z-index: 2
}

@media (max-width:991px) {
  .topszeren-lang {
    margin-left: auto
  }
}

.topszeren-lang.active .topszeren-lang__active span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.topszeren-lang.active .topszeren-lang__list {
  opacity: 1;
  visibility: visible
}

.topszeren-lang__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .topszeren-lang__active:hover {
    color: var(--hover)
  }
}

.topszeren-lang__active:focus-visible {
  color: var(--hover)
}

.topszeren-lang__active:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.topszeren-lang__active span {
  width: 16px;
  height: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -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
}

.topszeren-lang__list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.topszeren-header {
  padding: 20px 0
}

@media (max-width:991px) {
  .topszeren-header {
    padding: 14px 0
  }
}

.topszeren-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px
}

@media (max-width:991px) {
  .topszeren-header__container {
    gap: 20px
  }
}

.topszeren-header__menu {
  margin-left: auto
}

@media (max-width:991px) {
  .topszeren-header__menu {
    margin-left: 0;
    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;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--green);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .topszeren-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.topszeren-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.topszeren-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .topszeren-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .topszeren-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.topszeren-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.topszeren-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.topszeren-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 50px
}

@media (max-width:991px) {
  .topszeren-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}

@media (max-width:991px) {
  .topszeren-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 32px
  }
}

.topszeren-nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .topszeren-nav__link:hover {
    color: var(--hover)
  }
}

.topszeren-nav__link:focus-visible {
  color: var(--hover)
}

.topszeren-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.topszeren-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: 42px;
  height: 18px;
  background-color: transparent
}

@media (max-width:991px) {
  .topszeren-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.topszeren-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  border-radius: 8px
}

.terms {
  padding-top: 60px
}

@media (max-width:600px) {
  .terms {
    padding-top: 40px
  }
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.topszeren-hero {
  background-image: url(/topszeren-img/topszeren-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 164px;
  padding-bottom: 164px
}

@media (max-width:991px) {
  .topszeren-hero {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media (max-width:600px) {
  .topszeren-hero {
    background-image: url(/topszeren-img/topszeren-hero-mob.webp)
  }
}

.topszeren-about__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media (max-width:991px) {
  .topszeren-about__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.topszeren-about__image {
  position: relative;
  padding-bottom: 72%;
  height: auto
}

.topszeren-about__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px
}

.topszeren-about__list {
  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) {
  .topszeren-about__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .topszeren-about__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.topszeren-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.topszeren-about__subtitle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.topszeren-about__icon {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.topszeren-predict-slider__wrapper {
  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) {
  .topszeren-predict-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0
  }
}

.topszeren-predict-slider__slide {
  height: auto
}

@media (max-width:991px) {
  .topszeren-predict-slider__slide {
    width: 400px
  }
}

@media (max-width:500px) {
  .topszeren-predict-slider__slide {
    width: 100%
  }
}

.topszeren-predict-slider__image {
  position: relative;
  padding-bottom: 70%
}

.topszeren-predict-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.topszeren-predict-slider__pagination {
  margin-top: 20px;
  display: none
}

@media (max-width:991px) {
  .topszeren-predict-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.topszeren-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px 20px
}

@media (max-width:991px) {
  .topszeren-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.topszeren-footer__socs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.topszeren-play__top {
  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:991px) {
  .topszeren-play__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.topszeren-play__play.disabled {
  opacity: .3;
  pointer-events: none
}

.topszeren-play__zg {
  min-height: 378px;
  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
}

.topszeren-play__zg.disabled {
  display: none
}

.topszeren-play-slider__wrapper {
  height: 770px
}

.topszeren-play-slider__slide {
  width: 190px;
  height: 375px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:450px) {
  .topszeren-play-slider__slide {
    width: 160px
  }
}

.topszeren-play-slider__slide.disabled {
  opacity: .3
}

.topszeren-play-slider__slide.disabled .topszeren-play-slider__button {
  pointer-events: none
}

.topszeren-play-slider__image {
  height: 260px
}

@media (max-width:600px) {
  .topszeren-play-slider__image img {
    -o-object-fit: cover;
    object-fit: cover
  }
}

.topszeren-play-slider__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto
}

.topszeren-play-slider__delete {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto
}

.topszeren-play-slider__pagination {
  margin-top: 40px
}

@media (max-width:991px) {
  .topszeren-play-slider__pagination {
    margin-top: 30px
  }
}

@media (max-width:600px) {
  .topszeren-play-slider__pagination {
    margin-top: 20px
  }
}

.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  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;
  opacity: 0;
  visibility: hidden
}

.popup.active {
  opacity: 1;
  visibility: visible
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup__content {
  overflow: auto;
  max-width: 420px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto
}

.popup__exit {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .popup__exit:hover {
    color: var(--hover)
  }
}

.popup__exit:focus-visible {
  color: var(--hover)
}

.popup__exit:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.status {
  display: none;
  margin-top: 20px
}

.form.active .status {
  display: block
}