* {
  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;
  overscroll-behavior: none;
}

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

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

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

textarea::placeholder,
input::placeholder {
  color: inherit;
}

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;
}
.disk {
  list-style: disc;
  margin-left: 20px;
}
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;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

@font-face {
  font-family: "sretansat_clash_display_boldnokfs";
  font-weight: 100 900;
  font-style: normal;
  src: url("/assets?p=%2F..%2Fsretansat-fontsnokfs%2Fboldlkjndv%2Fsretansat_clash_display_boldnokfs.woff2")
    format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "sretansat_clash_display_lightnokfs";
  font-weight: 100 900;
  font-style: normal;
  src: url("/assets?p=%2F..%2Fsretansat-fontsnokfs%2Floightlkjndv%2Fsretansat_clash_display_lightnokfs.woff2")
    format("woff2");
  font-display: swap;
}@font-face {
  font-family: "sretansat_clash_display_semibold_nokfs";
  font-weight: 100 900;
  font-style: normal;
  src: url("/assets?p=%2F..%2Fsretansat-fontsnokfs%2Fsemi-boldlkjndv%2Fsretansat_clash_display_semibold_nokfs.woff2")
    format("woff2");
  font-display: swap;
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "sretansat_clash_display_lightnokfs", sans-serif;
  --background-page: #040404;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --hover-a: #a09f9f;
}

.sretansatnokfs_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

section {
  margin-bottom: 80px;
}

.container {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
  section {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

h1 {
  font-family: "sretansat_clash_display_boldnokfs";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 50px */
  text-transform: uppercase;
}

h2 {
  font-family: "sretansat_clash_display_boldnokfs";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
  text-transform: uppercase;
}

h3 {
  font-family: "sretansat_clash_display_boldnokfs";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
h4 {
  font-family: "sretansat_clash_display_semibold_nokfs";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

p,
li,
a,
span {
  font-family: "sretansat_clash_display_lightnokfs";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

footer a {
  font-family: "sretansat_clash_display_lightnokfs";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer p {
  font-family: "sretansat_clash_display_lightnokfs";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
footer a {
  font-family: "sretansat_clash_display_lightnokfs";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

footer h4 {
  font-size: 16px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 12px;
  }
}

.btn {
  border-radius: 4px;
  background: linear-gradient(180deg, #ff538e 0%, #ff2a72 100%);
  color: var(--white);
  font-family: "sretansat_clash_display_boldnokfs";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;

  padding: 12px;
  width: 100%;
  max-width: 220px;
  display: flex;
  justify-content: center;

  white-space: nowrap;
}

@media (max-width: 991px) {
  .btn {
    font-size: 12px;
  }
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.m-b-12 {
  margin-bottom: 12px;
}
.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}
.p-b-16 {
  padding-bottom: 16px;
}

.p-b-20 {
  padding-bottom: 20px;
}
.p-b-24 {
  padding-bottom: 24px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-b-8 {
  margin-bottom: 8px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.sretansatnokfs_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-18 {
  gap: 18px;
}
.gap-12 {
  gap: 12px;
}
.gap-8 {
  gap: 8px;
}
.gap-14 {
  gap: 14px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.gap-28 {
  gap: 28px;
}
.gap-36 {
  gap: 36px;
}
.gap-16 {
  gap: 16px;
}
.gap-48 {
  gap: 48px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.sretansatnokfs_terms {
  margin-top: 80px;
}

.sretansatnokfs_terms_ul_li {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--Pink, #ff538e);
  background: var(--black, #040404);
}
.sretansatnokfs_terms_ul_li h3 {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .sretansatnokfs_terms {
    margin-top: 40px;
  }
  .sretansatnokfs_terms_ul {
    gap: 10px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.sretansatnokfs_header {
  padding: 10px;
  width: 100%;
  background: var(--Pink, linear-gradient(180deg, #ff538e 0%, #ff2a72 100%));
}

.sretansatnokfs_header_logo_img {
  width: 25px;
  height: 25px;
}

.sretansatnokfs_header_logo_text {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
  font-family: "sretansat_clash_display_boldnokfs";
}
.sretansatnokfs_age_text {
  width: 100%;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
.sretansatnokfs_header_wrapper_age {
  padding: 10px;
  border-bottom: 1px solid var(--white, #fff);
  background: var(--black, #040404);
}

@media (max-width: 480px) {
  .sretansatnokfs_age_text {
    font-size: 6px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* footer */
/* !!!!!!!!!!!!!!!!!!!!!!! */

footer {
  padding: 40px 0;
  background: var(--Pink, linear-gradient(180deg, #ff538e 0%, #ff2a72 100%));
}

.sretansatnokfs_footer_wrapper_text_block {
  width: 100%;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* home */
/* !!!!!!!!!!!!!!!!!!!!!!! */

/* sretansatnokfs_home_sect_1 */

.sretansatnokfs_home_sect_1 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .sretansatnokfs_footer_wrapper_text {
    flex-direction: column;
  }
  .sretansatnokfs_footer_links {
    justify-content: start;
  }
  .sretansatnokfs_footer_links img {
    max-height: 35px;
  }
}
@media (max-width: 500px) {
  .sretansatnokfs_footer_nav {
    flex-direction: column;
  }
}

.sect_1_date_wrapper {
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid var(--Pink, #ff538e);
}
.sect_1_date {
  background: linear-gradient(180deg, #ff538e 0%, #ff2a72 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}

.sretansatnokfs_home_sect_1_container_text,
.sretansatnokfs_home_sect_1_container_img {
  width: 50%;
}

@media (max-width: 991px) {
  .sretansatnokfs_home_sect_1 {
    margin-top: 20px;
  }
  .sretansatnokfs_home_sect_1_ul {
    gap: 30;
  }
}

@media (max-width: 768px) {
  .sretansatnokfs_home_sect_1_container {
    flex-direction: column;
  }
  .sretansatnokfs_home_sect_1_container_text,
  .sretansatnokfs_home_sect_1_container_img {
    width: 100%;
  }
  .sretansatnokfs_home_sect_1_ul_li {
    flex-direction: column;
    margin: 0 auto;
  }
  .sretansatnokfs_home_sect_1_ul {
    gap: 20px;
  }
}
@media (max-width: 550px) {
  .sretansatnokfs_home_sect_1_ul {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 10px;
  }
}

@media (max-width: 330px) {
  .sretansatnokfs_home_sect_1_ul_li h4 {
    font-size: 10px;
  }
}

/* sretansatnokfs_home_sect_3 */

.sretansatnokfs_home_sect_3_ul_li {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--white, #fff);
  background: var(--Pink, linear-gradient(180deg, #ff538e 0%, #ff2a72 100%));
}

@media (max-width: 768px) {
  .sretansatnokfs_home_sect_3_container h2 {
    margin-bottom: 16px;
  }
  .sretansatnokfs_home_sect_3_ul {
    gap: 10px;
  }
}

/* sretansatnokfs_home_sect_4 */

.sretansatnokfs_home_sect_4_ul_li {
  width: 100%;
  padding: 40px 20px;
  background: url("/assets?p=%2F..%2Fsretansat-imgnokfs%2Fsretansatnokfs-sect-4-li-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: 1px solid var(--Pink, #ff538e);
  box-shadow: 0 8px 16px 0 rgba(221, 4, 8, 0.4);
}

.gap-6 {
  gap: 6px;
}

.sretansatnokfs_home_sect_4_ul_li h3 {
  text-transform: uppercase;
}

.sretansatnokfs_home_sect_4_ul_li img {
  width: 135px;
  height: 27px;
}

@media (max-width: 991px) {
  .sretansatnokfs_home_sect_4_ul {
    gap: 10px;
  }
  .sretansatnokfs_home_sect_4_ul_li {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .sretansatnokfs_home_sect_4_ul {
    flex-direction: column;
  }
}

/* sretansatnokfs_home_sect_2 */

.block {
  padding: 30px 20px;
  border-radius: 10px;
  border: 1px solid var(--Pink, #ff538e);
  background: #060606;
  box-shadow: 0 8px 16px 0 rgba(221, 4, 8, 0.4);
}

.wrapper_mob_rating,
.block_text_mob {
  display: none;
}

.block_wrapper_logo_a {
  padding: 10px;
}

.block_wrapper_logo_img {
  max-height: 65px;
}

.block_text,
.block_text_desk {
  width: 100%;
  max-width: 300px;
}

.block__rating {
  font-family: "sretansat_clash_display_semibold_nokfs";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.block_text h4 {
  text-transform: none;
}

.wrapper_rating p {
  font-size: 12px;
}

.wrapper_btn_pay {
  width: 100%;
  max-width: 220px;
}

.block_pay img {
  width: 30px;
  height: 20px;
}

@media (max-width: 991px) {
  .wrapper_btn_pay {
    width: 100%;
    max-width: 180px;
  }
  .block_pay img {
    border-radius: 4px;
    width: 100%;
    max-width: 21px;
    height: 14px;
  }
  .block_text,
  .block_text_desk {
    width: 100%;
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .wrapper_mob_rating,
  .block_text_mob {
    display: block;
  }
  .wrapper_rating_desk,
  .block_text_desk {
    display: none;
  }

  .block {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
  }

  .wrapper_rating_num_stars {
    flex-direction: row;
    gap: 4px;
    margin-bottom: 4px;
  }
  .block__rating {
    font-size: 12px;
  }
  .wrapper_rating_num_stars img {
    width: 100%;
    max-width: 75px;
  }

  .wrapper_btn_pay,
  .block_wrapper_logo {
    width: 50%;
  }
  .block_pay {
    width: 100%;
    max-width: 148px;
  }

  .block_text h3 {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .block_text h4 {
    font-size: 10px;
  }
  .block_text {
    margin-bottom: 10px;
  }

  .sretansatnokfs_home_sect_2_ul {
    gap: 10px;
  }
}

@media (max-width: 360px) {
  .block_pay img {
    max-width: 18px;
  }
}

@media (max-width: 330px) {
  .block_pay img {
    max-width: 16px;
  }
}
