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

@font-face {
  font-family: Inter;
  src: url(/hetiboldogsag-fonts/hetiboldogsag-inter-500.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(/hetiboldogsag-fonts//hetiboldogsag-inter-600.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url(/hetiboldogsag-fonts/hetiboldogsag-inter-700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  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: "Inter", sans-serif;
  --background-page: #7C7C7C;
  --main: var(#fff);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

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

.hetiboldogsag_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 */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.hetiboldogsag_header {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;

  background: rgba(0, 0, 0, 0.30);
}

.hetiboldogsag_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; */
}

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

.hetiboldogsag_logo p{
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-switcher a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid transparent;
}

@media (max-width: 991px) {
  .hetiboldogsag_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) {
  .hetiboldogsag_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .empty_block_for_mobile {
    display: none;
  }

}

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

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

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

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

.hetiboldogsag_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: rgba(0, 0, 0, 0.20);
}

.main_text_container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.main_block_text {
  width: 100%;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
}

.main_block_text h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
  text-transform: uppercase;
}

.main_block_text p{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; 
}

.btn_main_block {
  display: flex;
  max-width: 270px;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;

  border-radius: 50px;
border: 2px solid rgba(255, 255, 255, 0.60);
background: linear-gradient(90deg, #007DAB 12.02%, #0CF 100%);
box-shadow: 10px 4px 20px 0 rgba(255, 255, 255, 0.40);
}

.btn_main_block span {
  color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 150%; 
letter-spacing: -0.48px;
}

.main_block_image {
  width: 100%;
  max-width: 250px;
}

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

@media (max-width: 991px) {
  .main_block_icons {
    display: none;
  }

  .main_block_text {
    background: url(/hetiboldogsag-img/hetiboldogsag-happy-people.webp) no-repeat right;
    background-size: contain;
    max-width: 900px;
  }

  .main_block_text h1 {
    font-size: 30px;
  }

  .main_block_text p {
    font-size: 16px;
  }

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

}

@media (max-width: 600px) {

  .main_text_container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bg-main-section {
    background: #7C7C7C;
  }

  .main_block_text {
    align-items: center;
    min-height: 330px;
  }

  .main_block_text h1 {
    font-size: 20px;
    text-align: center;
  }

}

.container_about {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.block_about {
  width: 100%;
  max-width: 810px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 30px; */

  border-radius: 50px;
  border: 1px solid #FFF;
}

.block_about_text {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.block_about_text h2 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.btn_main_block_about {
  display: flex;
  max-width: 210px;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;

  border-radius: 50px;
border: 2px solid rgba(255, 255, 255, 0.60);
background: linear-gradient(90deg, #007DAB 12.02%, #0CF 100%);
box-shadow: 10px 4px 20px 0 rgba(255, 255, 255, 0.40);
}

.btn_main_block_about span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
  letter-spacing: -0.48px;
}

.btn_main_block_about_mobile {
  display: none;
}

.block_about_image_container {
  width: 30%;
}

.block_about_image {
  width: 100%;
  max-width: 235px;
}

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

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

  .block_about_text {
    width: 100%;
  }

  .block_about_image_container {
    width: 50%;
  }
}

@media (max-width: 600px) {

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

  .block_about {
    gap: 10px;
    padding: 30px 16px;
  }

  .block_about_text {
    gap: 10px;
    align-items: center;
  }

  .block_about_text h2 {
    font-size: 16px;
    text-align: center;
  }

  .block_about_text p {
    font-size: 14px;
  }

  .block_about_image {
    max-width: 200px;
  }

  .block_about_image_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }

  .container_about {
    gap: 10px;
  }

  .btn_main_block_about {
    display: none;
  }

  .btn_main_block_about_mobile {
    display: flex;
    max-width: 210px;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.60);
    background: linear-gradient(90deg, #007DAB 12.02%, #0CF 100%);
    box-shadow: 10px 4px 20px 0 rgba(255, 255, 255, 0.40);
  }

  .btn_main_block_about_mobile span {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
    letter-spacing: -0.48px;
}

}

.main_popular {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.main_popular h2 {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

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

.main_popular_list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.main_popular_item {
  width: 100%;
  max-width: 400px;
  display: flex;
  /* border-radius: 30px; */
  flex-direction: column;
  align-self: stretch;
}

.popular_item_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;

  border-radius: 20px 20px 0 0;
  background: #0CF;
}

.popular_item_image {
  max-width: 100px;
  width: 100%;
}

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

.btn_main_popular_item {
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.60);
  background: linear-gradient(90deg, #007DAB 12.02%, #0CF 100%);
  box-shadow: 2px 1px 10px 0 rgba(255, 255, 255, 0.40);
  display: flex;
  max-width: 250px;
  width: auto;
  height: 40px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.btn_main_popular_item span {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
  letter-spacing: -0.48px;
}

.popular_item_main_content {
  height: 100%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 0 0 30px 30px;
  border: 1px solid #CCC;
  background: #FFF;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
}

.popular_item_main_content h2 {
  align-self: stretch;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popular_item_main_content p {
  align-self: stretch;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popular_item_main_content span {
  align-self: stretch;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 1240px) {
  .main_popular_list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

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

  .main_popular h2 {
    font-size: 20px;
  }

  .main_popular p {
    font-size: 14px;
  }

  .main_popular_list {
    gap: 10px;
  }

  .btn_main_popular_item span {
    font-size: 14px;
  }

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

  .popular_item_main_content span {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .btn_main_popular_item span {
    font-size: 10px;
  }
}

.winners_block {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.winners_block h2 {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.winners_block_text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

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

.winners_block_item {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 30px;
  border: 1px solid #0CF;
  max-width: 345px;
  width: 100%;
}

.winners_span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.winners_text_p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.winners_block_list2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.winners_block_item2 {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: #0CF;
}

.winners_number_text {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 740px) {
  .winners_block_list {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {

  .winners_block {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 10px;
  }

  .winners_block h2 {
    font-size: 20px;
  }

  .winners_block_text {
    font-size: 14px;
  }

  .winners_span {
    font-size: 14px;
  }

  .winners_text_p {
    font-size: 14px;
  }

  .winners_block_item2 {
    padding: 8px;
  }
}

.rewiews_block {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.rewiews_block h2 {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

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

.rewiews_item {
  display: flex;
  max-width: 400px;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  gap: 20px;

  border-radius: 30px;
  border: 1px solid #0CF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 204, 255, 0.10) 100%);
}

.rewiews_span {
  color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.rewiews_p {
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

@media (max-width: 991px) {
  .rewiews_list {
    flex-wrap: wrap;
  }
}

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

  .rewiews_block h2 {
    font-size: 20px;
  }

  .rewiews_span {
    font-size: 14px;
  }

  .rewiews_p {
    font-size: 14px;
  }
}

.hetiboldogsag_container {
background: #0098BE;
  margin: 0;
}

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

.footer_disclaimer {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}

.disclaimer_text_span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; 
}

.disclaimer_text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {

  .footer_disclaimer {
    gap: 10px;
  }

  .disclaimer_text_span {
    font-size: 16px;
  }

  .disclaimer_text {
    font-size: 14px;
  }
}



@media (max-width: 600px) {

  .footer_container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .disclaimer_text {
    font-size: 14px;
  }
}

.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: 30px;
  width: auto;
  display: block;
}

.footer_img_18plus {
  max-width: 50px;
  width: 100%;
}

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

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

.copiright_footer {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {
  .copiright_footer {
    font-size: 14px;
  }
}

.hetiboldogsag_main {
  position: relative;
}

.hetiboldogsag_page {
  position: relative;
}




.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: 30px;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.20);
  box-shadow: 12px -1px 30px 0 rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12.5px);
  padding: 50px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  position: relative;
  animation: fadeIn 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

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

.modal-content h2 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.modal-content input {
  width: 100%;
  margin: 8px 0;
  display: flex;
  padding: 15px 10px 15px 20px;
  align-items: center;
  gap: 10px;
  align-self: stretch;

  border-radius: 30px;
  border: 1px solid #000;
  background: #E1E1E1;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
}

.btn_modal {
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.60);
  background: linear-gradient(90deg, #007DAB 12.02%, #0CF 100%);
  box-shadow: 10px 4px 20px 0 rgba(255, 255, 255, 0.40);
  display: flex;
  height: 44px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  margin-top: 8px;

  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; 
  letter-spacing: -0.48px;
}

.modal-content a {
  cursor: pointer;
  margin-top: 15px;

  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

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


/* Уже есть у вас: .modal и .modal.active */

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

.modal.active, .age-modal.active {
  display: flex;
}


.age-modal-content {
  border-radius: 30px;
  border: 1px solid #FFF;
  background: rgba(0,0,0,0.2);
  padding: 50px;
  text-align: center;
  max-width: 500px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.age-modal-buttons button {
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  background: #007dab;
  color: #fff;
  cursor: pointer;
} */


/* 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 {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.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;
    background:  #0098BE ;
    border-radius: 20px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.20);
    border: 1px solid #333;
}

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

.popup-age__title,
.popup-cookie__title {
    color: var(--white);
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.popup-age__text,
.popup-cookie__text {
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

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

.popup-age__button,
.popup-cookie__button {
    padding: 12px 24px;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    min-width: 120px;
}

.popup-age__button--confirm,
.popup-cookie__button--accept {
    background: rgb(44, 128, 44);
    color: var(--white);
    border: 2px solid #fff;
}

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

.popup-age__button--decline,
.popup-cookie__button--decline {
    background: linear-gradient(90deg, #007DAB 12.02%, #0CF 100%);
    color: var(--white);
    border: 2px solid #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;
    }
}