@font-face {
  font-family: Poppins;
  src: url(/ozchanz-fonts/ozchanz-poppins-700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Oxygen;
  src: url(/ozchanz-fonts/ozchanz-oxygen-regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

* {
  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;
}

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%;
}

.w100 {
  width: 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;
}

.section {
  /* margin-bottom: 80px; */
}

.section_pages {
  margin-top: 100px;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .section {
    /* margin-bottom: 40px; */
  }
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.container {
  padding: 0 40px;
}

.container_section {
  max-width: 1240px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .container_section {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {

  .container,
  .container_section {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {

  .container,
  .container_section {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {

  .container,
  .container_section {
    padding: 0 16px;
  }
}

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

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "Oxygen", sans-serif;
  --background-page: #092327;
  --main: var(#fff);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

.ozchanz_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

.uppercase {
  text-transform: uppercase;
}

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

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }
}

.btn {
  border-radius: 6px;
  border: 1px solid #fff;
  background: #39701f;
  color: var(--white);

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  text-transform: uppercase;

  padding: 14px;
  width: 100%;

  display: flex;
  justify-content: center;
}

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

.p-r-z-1 {
  position: relative;
  z-index: 1;
}

.p-r-z-3 {
  position: relative;
  z-index: 3;
}

/* 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-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 */

.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-20 {
  padding-bottom: 20px;
}

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

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

/* margin */
.m-t-10 {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.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;
}

.ozchanz_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-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.visibility {
  visibility: hidden;
}

.section_updates {
  padding: 0 10px;
}

.section_updates_block_h2 {
  text-align: center;
}

.section_cards {
  padding: 0 10px;
}

.date_display {
  display: none;
}

.scroll-btn {
  scroll-behavior: smooth;
}


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

.ozchanz_header {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;

  background: #0D0D0D;
}

.block_login_register {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.btn_header_registr {
  display: flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: linear-gradient(180deg, #FB857E -15.66%, #A91718 118.03%);
}

.btn_header_registr span {
  color: #0B1C24;
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.btn_header_login {
  display: flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #FB857E;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.btn_header_login span {
  color: #FFF;
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.ozchanz_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: 40px; */
}

.ozchanz_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.ozchanz_logo img {
  max-width: 100px;
  width: 100%;
}

@media (max-width: 600px) {
  .ozchanz_logo img {
    max-width: 70px;
  }

  .block_login_register {
    gap: 10px;
  }

  .btn_header_registr,
  .btn_header_login {
    padding: 5px 10px;
  }

  .btn_header_registr span,
  .btn_header_login span {
    font-size: 10px;
  }
}

@media (max-width: 991px) {
  .ozchanz_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .ozchanz_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

.ozchanz_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .ozchanz_nav__link:hover {
    color: var(--hover-a);
  }
}

.ozchanz_nav__link:focus-visible {
  color: var(--hover-a);
}

.ozchanz_nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.ozchanz_nav__link.active {
  color: #131313;
  text-align: right;
  text-shadow: 0 1px 0 #0068C9;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.bg_main_section {
  background: url(/ozchanz-img/ozchanz-bg_main.webp) no-repeat center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main_text_container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;

  border-radius: 20px;
  background: rgba(9, 35, 39, 0.95);

}


.main_text_container h1 {
  text-align: center;
  font-family: 'Poppins';
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 50px */
  text-transform: uppercase;
  background: linear-gradient(180deg, #FB857E -15.66%, #A91718 118.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main_text_container p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 800px;
}

.btn_main_block {
  margin-top: 20px;
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 20px;
  background: linear-gradient(180deg, #FB857E -15.66%, #A91718 118.03%);
}

.btn_main_block span {
  color: #0B1C24;
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

@media (max-width: 991px) {

  .bg_main_section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .main_text_container h1 {
    font-size: 35px;
  }
}

@media (max-width: 600px) {

  .bg_main_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main_text_container {
    padding: 10px;
    gap: 10px;
  }

  .main_text_container h1 {
    font-size: 24px;
  }

  .main_text_container p,
  .btn_main_block span {
    font-size: 12px;
  }

  .btn_main_block {
    padding: 10px 40px;
  }

  .btn_main_block {
    margin-top: 10px;
  }
}

.bg_why_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: radial-gradient(50% 50% at 50% 50%, #00494C 0%, #092327 100%);
}

.block_why {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.why_title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.why_title h2 {
  background: linear-gradient(180deg, #FB857E -15.66%, #A91718 118.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Poppins';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.why_title p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.why_text {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;

  max-width: 610px;
  width: 100%;

  border-radius: 20px;
  border: 1px solid #00474A;
  background: rgba(9, 35, 39, 0.30);
}

.why_text h2 {
  color: #FFF;
  text-align: center;
  font-family: 'Poppins';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.why_text p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.why_text span {
  color: #FFF;
  text-align: center;
  font-family: 'Poppins';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media (max-width: 1100px) {

  .bg_why_section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .block_why {
    flex-direction: column;
  }

  .why_title {
    align-items: center;
  }

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

@media (max-width: 600px) {
  .bg_why_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .why_title {
    align-items: flex-start;
    gap: 10px;
  }

  .why_title h2 {
    font-size: 16px;
  }

  .why_title p {
    text-align: left;
    font-size: 12px;
  }

  .why_text {
    padding: 10px;
    gap: 10px;
  }

  .why_text h2 {
    font-size: 14px;
  }

  .why_text p,
  .why_text span {
    font-size: 12px;
  }
}

.bg_simple_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(5, 22, 24, 0.62);
}

.main_simple {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.main_simple_h2 {
  background: linear-gradient(180deg, #FB857E -15.66%, #A91718 118.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: 'Poppins';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.simple_block_info {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.simple_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 50%;
}

.simple_list h2 {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.simple_list ul {
  list-style-type: disc;
}

.simple_list ul li {
  list-style-type: disc;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-left: 15px;
}

.simple_list p {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.simple_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 50%;
}

.simple_text p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 991px) {
  .bg_simple_section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .simple_block_info {
    flex-direction: column;
  }

  .simple_list {
    width: 100%;
  }

  .simple_text {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .bg_simple_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main_simple_h2 {
    font-size: 16px;
  }

  .main_simple {
    gap: 20px;
  }

  .simple_list h2 {
    font-size: 14px;
  }

  .simple_list ul li,
  .simple_list p,
  .simple_text p {
    font-size: 12px;
  }
}

.chance_block {
  display: flex;
  align-items: center;
  gap: 25px;
}

.chance_image {
  max-width: 524px;
  width: 100%;
}

.chance_image img {
  display: block;
  height: auto;
  width: 100%;
}

.chance_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.chance_text h2 {
  font-family: 'Poppins';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FB857E -15.66%, #A91718 118.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.chance_text p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.chance_image_mobile {
  display: none;
}

@media (max-width: 900px) {
  .chance_image_mobile {
    display: block;
    max-width: 336px;
    width: 100%;
  }

  .chance_image_mobile img {
    display: block;
    height: auto;
    width: 100%;
  }

  .chance_image {
    display: none;
  }

  .chance_block {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .chance_block {
    gap: 20px;
  }

  .chance_text {
    gap: 10px;
  }

  .chance_text h2 {
    font-size: 16px;
  }

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

.ozchanz_container {
  background: #0D0D0D;
  margin: 0;
}

.footer_container {
  max-width: 1240px;
  width: 100%;
  gap: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer_header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer_header h2 {
  background: linear-gradient(180deg, #FB857E -15.66%, #A91718 118.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Poppins';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.footer_header p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 600px) {
  .footer_container {
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer_header h2 {
    font-size: 16px;
  }

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

.footer_info_block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

.footer_info_block_text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 50%;
}

.footer_block_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer_block_text p {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.footer_block_text span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.footer_block_text ul {
  list-style-type: disc;
}

.footer_block_text ul li {
  list-style-type: disc;
  margin-left: 15px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.footer_block_text2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}

.footer_block_text2 p {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.footer_block_text2 span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.footer_block_text2 ul {
  list-style-type: disc;
}

.footer_block_text2 ul li {
  list-style-type: disc;
  margin-left: 15px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

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

  .footer_info_block_text {
    width: 100%;
  }

  .footer_block_text2 {
    width: 100%;
  }
}

@media (max-width: 600px) {

  .footer_info_block,
  .footer_info_block_text {
    gap: 20px;
  }

  .footer_block_text p,
  .footer_block_text span,
  .footer_block_text ul li,
  .footer_block_text2 p,
  .footer_block_text2 span,
  .footer_block_text2 ul li {
    font-size: 12px;
  }
}

.footer_disclaimer {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid #00474A;
  background: rgba(9, 35, 39, 0.30);
}

.disclaimer_image {
  max-width: 84px;
  width: 100%;
}

.disclaimer_image img {
  display: block;
  height: auto;
  width: 100%;
}

.disclaimer_block_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.disclaimer_block_text p {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.disclaimer_block_text span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 700px) {
  .footer_disclaimer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
  }

  .disclaimer_image {
    max-width: 42px;
    width: 100%;
  }

  .disclaimer_block_text {
    align-items: center;
    justify-content: center;
  }

  .disclaimer_block_text p,
  .disclaimer_block_text span {
    font-size: 12px;
    text-align: center;
  }
}





.links_company_footer {
  width: 100%;
}

.links_company_footer ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  gap: 20px;
  align-self: stretch;
  flex-wrap: wrap;
  list-style: none;
}

.links_company_footer li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.links_company_footer img {
  max-height: 90px;
  width: auto;
  display: block;
}

@media (max-width: 600px) {
  .links_company_footer ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}

.footer_pages_link_block {
  display: flex;
  width: 100%;
  align-items: center;
}

.politic_page_links {
  width: 100%;
}

.politic_page_links ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.politic_page_links li {
  margin: 0;
}

.politic_page_links a {
  font-family: 'Poppins';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 15px */
  background: linear-gradient(180deg, #FB857E -15.66%, #A91718 118.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.politic_page_links a:hover,
.politic_page_links a:active,
.politic_page_links a:focus {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 600px) {
  .footer_pages_link_block {
    flex-direction: column;
    gap: 20px;
  }

  .politic_page_links ul {
    justify-content: center;
    gap: 20px;
  }
}

.ozchanz_main {
  position: relative;
}

.ozchanz_page {
  position: relative;
}


.info_pages_block {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid #00474A;
  background: rgba(9, 35, 39, 0.30);
}

.info_pages_block h1 {
  background: linear-gradient(180deg, #FB857E -15.66%, #A91718 118.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: 'Poppins';
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 50px */
  text-transform: uppercase;
}

.info_pages_block p {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}

@media (max-width: 900px) {
    .info_pages_block h1 {
    font-size: 35px;
  }
}

@media (max-width: 600px) {
  .info_pages_block {
    padding: 10px;
    gap: 10px;
  }

  .info_pages_block h1 {
    font-size: 24px;
  }

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

.info_pages_block_text {
  border-radius: 20px;
  border: 1px solid #00474A;
  background: rgba(9, 35, 39, 0.30);
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
  margin-top: 40px;
}

.info_pages_block_text span {
color: var(--white, #FFF);
font-variant-numeric: lining-nums proportional-nums;
font-family: 'Poppins';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 22.4px */
text-transform: uppercase;
}

.info_pages_block_text p, .info_pages_block_text ul li {
  color: var(--text-gray, #D5D5D5);
font-variant-numeric: lining-nums proportional-nums;
font-family: 'Poppins';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 19.2px */
}

.info_pages_block_text ul {
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info_pages_block_text ul li {
  list-style-type: disc;
  margin-left: 15px;
}

@media (max-width: 600px) {
  .info_pages_block_text {
    padding: 10px;
  }

  .info_pages_block_text p, .info_pages_block_text ul li {
    font-size: 12px;
  }

  .info_pages_block_text span {
    font-size: 12px;
  }
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

.modal.active {
  display: flex;
}

.modal-content {
  border-radius: 20px;
  border: 1px solid #00474A;
  background: radial-gradient(50% 50% at 50% 50%, #00494C 0%, #092327 100%);
  backdrop-filter: blur(12.5px);
  padding: 20px;
  max-width: 540px;
  width: 100%;
  text-align: center;
  position: relative;
  animation: fadeIn 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 20px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-content h2 {
  text-align: center;
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FB857E -15.66%, #A91718 118.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-content input {
  width: 100%;
  display: flex;
  padding: 10px 0;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: none;

  border-bottom: 1px solid #AB191A;

  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.btn_modal {
  display: flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 20px;
  background: linear-gradient(180deg, #FB857E -15.66%, #A91718 118.03%);
  color: #0B1C24;
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  max-width: 170px;
  width: 100%;
}

.modal-content a {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.modal-content p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.48px;
}

/* .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
} */


/* Popup Styles */
.popup-age,
.popup-cookie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.popup-age.disabled,
.popup-cookie.disabled {
  display: none !important;
}


.popup-age__overlay,
.popup-cookie__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.popup-age__container,
.popup-cookie__container {
  position: relative;
  border-radius: 20px;
  border: 1px solid #00474A;
  background: radial-gradient(50% 50% at 50% 50%, #00494C 0%, #092327 100%);
  padding: 20px;
  max-width: 540px;
  width: 90%;
}

.popup-age__content,
.popup-cookie__content {
  text-align: center;
}

.popup-age__title,
.popup-age__title2,
.popup-cookie__title {
  text-align: center;
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #FB857E -15.66%, #A91718 118.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.popup-age__text,
.popup-cookie__text {
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.popup-age__buttons,
.popup-cookie__buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.popup-age__button,
.popup-cookie__button {
  padding: 10px 40px;
  font-weight: 700;
  font-family: 'Poppins';
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  max-width: 240px;
  width: 100%;
}

.popup-age__button--confirm,
.popup-cookie__button--accept {
  border-radius: 20px;
  background: linear-gradient(180deg, #FB857E -15.66%, #A91718 118.03%);
  color: #000;
}

.popup-age__button--confirm:hover,
.popup-cookie__button--accept:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.popup-age__button--decline,
.popup-cookie__button--decline {
  border-radius: 20px;
  border: 1px solid #FB857E;
  background: #0D0D0D;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

.popup-age__button--decline:hover,
.popup-cookie__button--decline:hover {
  background: #333;
  color: var(--white);
}

/* Popup Responsive */
@media (max-width: 768px) {

  .popup-age__container,
  .popup-cookie__container {
    padding: 30px 20px;
    margin: 20px;
  }

  .popup-age__title,
  .popup-cookie__title {
    font-size: 24px;
  }

  .popup-age__text,
  .popup-cookie__text {
    font-size: 14px;
  }

  .popup-age__buttons,
  .popup-cookie__buttons {
    flex-direction: column;
    align-items: center;
  }

  .popup-age__button,
  .popup-cookie__button {
    width: 100%;
    max-width: 200px;
  }
}