@font-face {
  font-family: Poppins;
  src: url(/bqiyvvf_assets/bqiyvvf_front/poppins-regular_bqiyvvf.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url(/bqiyvvf_assets/bqiyvvf_front/poppins-800_bqiyvvf.woff2) format("woff2");
  font-style: normal;
  font-weight: 800;
  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;
}

body {
  background: var(--background-page);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


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 30px;
}

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

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

@media (max-width: 991px) {

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

@media (max-width: 768px) {

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

@media (max-width: 480px) {

  .container,
  .container_section-bqiyvvf {
    padding: 0 10px;
  }
}

.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: "Poppins", sans-serif;
  --background-page: linear-gradient(13deg, #161616 48.24%, #272424 81.76%);
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --btn-color: #39701f;
  --btn-hover: #59714e;
  --hover-a: #a09f9f;
}

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

h1 {}

h2 {}

h3 {}

p {}

.uppercase {
  text-transform: uppercase;
}

/* header a {
  text-transform: uppercase;
} */

footer a {}

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

.main-bqiyvvf {
  -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;
}

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

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

.section_updates {
  padding: 0 10px;
}

.section_updates_block_h2 {
  text-align: center;
}

.section_cards {
  padding: 0 10px;
}

.date_display {
  display: none;
}

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

.header-bqiyvvf {
  padding: 14px 0;
  /* z-index: 1;
  position: absolute;
  top: 0;
  left: 0; */
  /* z-index: 7; */
  width: 100%;

  background: linear-gradient(88deg, #A10003 1.29%, #3B0001 117.7%);
}

/* header .granddejeu_logo img {
  max-width: 187px;
  max-height: 24px;
} */

.header__container-bqiyvvf {
  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: center;
  gap: 10px;
}

.header__container_warning-bqiyvvf {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.header__container_warning_img-bqiyvvf {
  max-width: 33px;
  width: 100%;
}

.header__container_warning_img-bqiyvvf img {
  width: 33px;
  height: 16px;
}

.header__container_warning_block-bqiyvvf p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 600px) {
  .header__container_warning_block-bqiyvvf p {
    font-size: 11px;
    line-height: 11px;
  }

  .header-bqiyvvf {
    padding: 7.5px 0;
  }
}

.first_section_bg-bqiyvvf {
  margin-top: 20px;
  margin-bottom: 70px;
  padding: 54px 0;
  background: url(/bqiyvvf_assets/bqiyvvf_front/bg_main_bqiyvvf.webp) no-repeat center;
  background-size: cover;

  position: relative;
  overflow: visible;
}

.hero_girl-bqiyvvf {
  position: absolute;

  right: 2%;
  bottom: -30px;

  z-index: 1;
  pointer-events: none;
}

.hero_girl-bqiyvvf img {
  display: block;
  max-width: 630px;
  width: 100%;
  height: auto;
}


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

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

.main_text_container_text-bqiyvvf h1 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

.main_text_container_text-bqiyvvf p {
  color: #D1D1D1;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.main_text_container_ul-bqiyvvf {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_text_container_item-bqiyvvf {
  display: flex;
  width: 100%;
  max-width: 153px;
  padding: 5px 10px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 5px;

  border-radius: 10px;
  background: #390033;

  box-shadow:
    0 1px 0 rgba(255, 112, 112, 0.9),
    0 10px 14px rgba(0, 0, 0, 0.35);
}

.main_item_image-bqiyvvf {
  max-width: 25px;
  width: 100%;
}

.main_item_image-bqiyvvf img {
  display: block;
  height: auto;
  width: 100%;
  min-width: 16px;
}

.main_text_container_item-bqiyvvf span {
  color: #D1D1D1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.main_btn_link-bqiyvvf {
  margin-top: 20px;
  max-width: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px;

  border-radius: 10px;
  background: linear-gradient(88deg, #A10003 1.29%, #3B0001 117.7%);
  box-shadow:
    0 1px 0 rgba(255, 112, 112, 0.9),
    0 10px 14px rgba(0, 0, 0, 0.35);

  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 1160px) {
  .hero_girl-bqiyvvf img {
    max-width: 530px;
  }
}

@media (max-width: 960px) {
  .hero_girl-bqiyvvf img {
    max-width: 400px;
  }
}

@media (max-width: 850px) {
  .first_section_bg-bqiyvvf {
    padding-bottom: 220px;
  }

  .hero_girl-bqiyvvf {
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
  }

  .hero_girl-bqiyvvf img {
    min-width: 300px;
  }

  .main_text_container_text-bqiyvvf {
    max-width: 100%;
  }

  .main_text_container_ul-bqiyvvf {
    justify-content: center;
    gap: 15px;
  }

  .main_text_container_text-bqiyvvf h1 {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 700px) {
  .first_section_bg-bqiyvvf {
    padding-bottom: 190px;
  }
}

@media (max-width: 600px) {
  .first_section_bg-bqiyvvf {
    padding-top: 20px;
    margin-bottom: 48px;
    background: url(/bqiyvvf_assets/bqiyvvf_front/bg_main_mobile_bqiyvvf.webp) no-repeat center;
    background-size: cover;
  }

  .main_text_container_text-bqiyvvf h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .main_text_container_text-bqiyvvf p {
    font-size: 12px;
    line-height: 12px;
  }

  .main_text_container_item-bqiyvvf {
    padding: 4px 6px;
    gap: 3px;
  }

  .main_item_image-bqiyvvf {
    max-width: 16px;
  }

  .main_text_container_item-bqiyvvf span {
    font-size: 10px;
    line-height: 10px;
  }

  .hero_girl-bqiyvvf {
    left: 22%;
    bottom: -15px;
    transform: none;
  }

  .hero_girl-bqiyvvf {
    width: 300px;
  }

  .main_btn_link-bqiyvvf {
    padding: 7px;
    max-height: 46px;
  }
}

@media (max-width: 500px) {
  .hero_girl-bqiyvvf {
    left: 18%;
    bottom: -15px;
    transform: none;
  }
}

@media (max-width: 440px) {
  .hero_girl-bqiyvvf {
    left: 16%;
    bottom: -15px;
    transform: none;
  }
}

@media (max-width: 400px) {
  .hero_girl-bqiyvvf {
    left: 14%;
    bottom: -15px;
    transform: none;
  }
}

@media (max-width: 375px) {
  .hero_girl-bqiyvvf {
    left: 12%;
    bottom: -15px;
    transform: none;
  }
}

@media (max-width: 350px) {
  .hero_girl-bqiyvvf {
    left: 8%;
    bottom: -15px;
    transform: none;
  }
}

@media (max-width: 330px) {
  .hero_girl-bqiyvvf {
    left: 5%;
    bottom: -15px;
    transform: none;
  }
}

.regular_section-bqiyvvf {
  margin-bottom: 70px;
}

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

.offers_card-bqiyvvf {
  position: relative;

  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 32px;
  gap: 20px;

  border-radius: 10px;
  background: linear-gradient(17deg, #000 88.07%, #F00 114.48%);
  box-shadow: 0 4px 16.1px 0 rgba(255, 0, 0, 0.25);
}

.offers_card_badge-bqiyvvf {
  position: absolute;
  left: -57px;
  /* вынос за карточку */
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);

  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #FF3C00 0%, #992400 100%);

  padding: 5px 8px;

  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  white-space: nowrap;

  z-index: 1;
}


.offers_card_list-bqiyvvf {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offers_card_logo_block_left-bqiyvvf {
  width: 47%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-left: 15px;
}

.offers_card_logo_block_container-bqiyvvf {
  width: 100%;
  max-width: 200px;
  /* max-height: a; */
  height: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offers_card_logo-bqiyvvf {
  width: 200px;
  height: auto;
}

.rating_block-bqiyvvf {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.card__rating-bqiyvvf {
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.rating_block_image-bqiyvvf {
  max-width: 234px;
  width: 100%;
}

.rating_block_image-bqiyvvf img {
  width: 100%;
  height: auto;
  display: block;
}

.text_rating_block-bqiyvvf {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.container_block_main_pay-bqiyvvf {
  width: 47%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

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

.card_item_info-bqiyvvf {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.card_item_info_icon-bqiyvvf {
  max-width: 25px;
  width: 100%;
}

.card_item_info-bqiyvvf p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.container_block_pay-bqiyvvf {
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}

.cards_btn-bqiyvvf {
  width: 100%;
  max-width: 368px;
  position: relative;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 10px;
  background: linear-gradient(88deg, #A10003 1.29%, #3B0001 117.7%);
  box-shadow:
    0 1px 0 rgba(255, 112, 112, 0.9),
    0 10px 14px rgba(0, 0, 0, 0.35);
}

.cards_btn-bqiyvvf p {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

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

.container_pay_element-bqiyvvf img {
  width: 35px;
  height: 35px;
}

@media (max-width: 1050px) {
  .card_list_info-bqiyvvf {
    display: none;
  }

  .container_block_main_pay-bqiyvvf {
    width: 30%;
  }

  .offers_card_logo_block_left-bqiyvvf {
    width: 65%;
  }

  .container_block_pay-bqiyvvf {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .container_pay_element-bqiyvvf img {
    width: 28px;
    height: 28px;
  }

  .rating_block_image-bqiyvvf {
    max-width: 170px;
  }
}

@media (max-width: 750px) {
  .offers_card_list-bqiyvvf {
    flex-direction: column;
    justify-content: center;
  }

  .offers_card_logo_block_left-bqiyvvf,
  .container_block_main_pay-bqiyvvf {
    width: 100%;
  }

  .offers_card_logo_block_left-bqiyvvf {
    margin-left: 20px;
  }
}

@media (max-width: 600px) {
  .offers_card-bqiyvvf {
    padding: 30px 14px;
    padding-top: 45px;
  }

  .offers_card_badge-bqiyvvf {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-size: 12px;
  }

  .offers_card_logo-bqiyvvf {
    width: 135px;
  }

  .rating_block-bqiyvvf {
    gap: 4px;
  }

  .card__rating-bqiyvvf {
    font-size: 20px;
    line-height: 23px;
  }

  .rating_block_image-bqiyvvf {
    max-width: 137px;
  }

  .text_rating_block-bqiyvvf {
    font-size: 12px;
  }

  .offers_card_list-bqiyvvf,
  .container_block_pay-bqiyvvf {
    gap: 13px;
  }

  .container_pay-bqiyvvf {
    gap: 16px;
  }

  .offers_card_logo_block_left-bqiyvvf {
    gap: 10px;
  }

  .cards_btn-bqiyvvf {
    padding: 9px;
    max-height: 46px;
  }

  .container_offers_cards-bqiyvvf {
    gap: 10px;
  }

  .regular_section-bqiyvvf {
    margin-bottom: 30px;
  }

  .offers_card_logo_block_left-bqiyvvf {
    margin-left: 0;
  }
}

.derfor_main_block-bqiyvvf {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.main_block_with_title_header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.main_block_with_title-bqiyvvf {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #390033;
  box-shadow:
    0 1px 0 rgba(255, 112, 112, 0.9),
    0 10px 14px rgba(0, 0, 0, 0.35);
}

.main_block_with_title_h-bqiyvvf {
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.main_icon_title-bqiyvvf {
  max-width: 35px;
  width: 100%;
}

.main_block_with_title_header p {
  color: #D1D1D1;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.derfor_list-bqiyvvf {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.derfor_item-bqiyvvf {
  padding: 20px;
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

  border-radius: 10px;
  background: linear-gradient(17deg, #000 88.07%, #F00 114.48%);
  box-shadow: 0 4px 15px 0 rgba(255, 0, 0, 0.25);
}

.derfor_item_image-bqiyvvf {
  max-width: 41px;
  width: 100%;
}

.derfor_item_right_block-bqiyvvf {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.derfor_item_right_block-bqiyvvf span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.derfor_item_right_block-bqiyvvf p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #D1D1D1;
}

.derfor_list2-bqiyvvf {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: -20px;
}

.derfor_item2-bqiyvvf {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 20px;
  gap: 16px;

  border-radius: 10px;
  background: linear-gradient(20deg, #5A0607 88.07%, #000 114.48%);
  box-shadow: 0 4px 15px 0 rgba(255, 0, 0, 0.25);
}

.derfor_item2-bqiyvvf span {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.derfor_item2-bqiyvvf p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: #D1D1D1;
}

@media (max-width: 1300px) {
  .derfor_item2-bqiyvvf {
    max-width: 100%;
  }
}

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

  .main_block_with_title_header {
    gap: 5px;
  }

  .main_block_with_title_h-bqiyvvf {
    font-size: 20px;
    line-height: 20px;
  }

  .derfor_list-bqiyvvf,
  .derfor_item_right_block-bqiyvvf {
    gap: 10px;
  }

  .derfor_list2-bqiyvvf {
    margin-top: -10px;
    gap: 10px;
  }

  .derfor_item-bqiyvvf {
    padding: 10px;
    gap: 10px;
  }

  .derfor_item_right_block-bqiyvvf span,
  .derfor_item2-bqiyvvf span {
    font-size: 20px;
    line-height: 20px;
  }

  .derfor_item_right_block-bqiyvvf p,
  .derfor_item2-bqiyvvf p {
    font-size: 12px;
    line-height: 12px;
  }

  .derfor_item2-bqiyvvf {
    padding: 10px;
  }
}

.contact_container-bqiyvvf {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;

  border-radius: 10px;
  background: linear-gradient(67deg, #000 88.07%, #F00 114.48%);
  box-shadow: 0 4px 15px 0 rgba(255, 0, 0, 0.25);

  position: relative;
}

.contact_form-bqiyvvf {
  max-width: 477px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 12px;
}

.contact_form-bqiyvvf input,
.contact_form-bqiyvvf textarea {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);

  padding: 12px 24px;
  width: 100%;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.70);
  margin: 0;
}

.contact_form_btn-bqiyvvf {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  margin-top: 18px;

  border-radius: 10px;
  background: linear-gradient(88deg, #A10003 1.29%, #3B0001 117.7%);
  box-shadow:
    0 1px 0 rgba(255, 112, 112, 0.9),
    0 10px 14px rgba(0, 0, 0, 0.35);

  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #fff;
}

.contact_form-bqiyvvf input {
  min-height: 65px;
}

.contact_form-bqiyvvf textarea {
  min-height: 90px;
}

.success_message {
  display: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin-top: 10px;

  justify-content: center;
  gap: 20px;
  align-items: center;
}

.success_message.show {
  display: flex;
}

input:valid,
textarea:valid {
  border: 2px solid rgba(255, 112, 112, 0.9);
}

.contact_image-bqiyvvf {
  position: absolute;
  right: 40px;
  bottom: -30px;

  width: 50vw;
  min-width: 298px;
  max-width: 657px;

  pointer-events: none;
}

.contact_image-bqiyvvf img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1200px) {
  .contact_image-bqiyvvf {
    position: absolute;
    right: 10px;
    bottom: -30px;
    width: 45vw;

  }
}

@media (max-width: 900px) {
  .contact_container-bqiyvvf {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-bottom: 0;
  }

  .contact_image-bqiyvvf {
    position: relative;
    right: auto;
    bottom: -15px;

    width: 80%;
    max-width: 480px;
    min-width: 298px;

    margin: 0 auto;
  }

  .contact_form-bqiyvvf {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .contact_container-bqiyvvf {
    padding: 20px;
  }

  .contact_form-bqiyvvf {
    gap: 8px;
  }

  .contact_form_btn-bqiyvvf {
    margin-top: 12px;
  }
}

.footer_container-bqiyvvf {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(40deg, #000 88.07%, #F00 114.48%);
}

.footer_container_main-bqiyvvf {
  max-width: 1240px;
  width: 100%;
  gap: 32px;
}

@media (max-width: 600px) {
  .footer_container-bqiyvvf {
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(77deg, #000 88.07%, #F00 114.48%);
  }

  .footer_container_main-bqiyvv {
    gap: 20px;
  }
}

.footer_logo_link-bqiyvvf {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer_logo_link-bqiyvvf img {
  width: 251px;
  height: 49px;
}

.footer_text_blocks_wrap-bqiyvvf {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.footer_text_blocks_wrap_item-bqiyvvf {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;

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

  color: rgba(255, 255, 255, 0.70);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 870px) {
  .footer_text_blocks_wrap_item-bqiyvvf {
    max-width: 100%;
  }
}

@media (max-width: 600px) {

  .footer_text_blocks_wrap_item-bqiyvvf {
    font-size: 12px;
    line-height: 12px;
  }
}

.links_company_footer-bqiyvvf {
  width: 100%;
}

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

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

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

@media (max-width: 600px) {
  .links_company_footer-bqiyvvf ul {
    gap: 5px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer_logo_link-bqiyvvf img {
    width: 164px;
    height: 32px;
  }
}


.politic_page_links-bqiyvvf {
  width: 100%;
}

.politic_page_links-bqiyvvf ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 20px;
  row-gap: 10px;
}

.politic_page_links-bqiyvvf li {
  margin: 0;
}

.politic_page_links_nav-bqiyvvf {
  color: rgba(255, 255, 255, 0.70);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.politic_page_links_nav-bqiyvvf.active {
  font-weight: 700;
}

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

@media (max-width: 600px) {
  .politic_page_links-bqiyvvf ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .copiryght_footer_block-bqiyvvf {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}

.pages_section-bqiyvvf {
  padding-top: 70px;
  padding-bottom: 70px;
}

.text_pages_container-bqiyvvf {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.text_pages_container-bqiyvvf span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.text_pages_container-bqiyvvf p,
.text_pages_container-bqiyvvf li {
  color: #D1D1D1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text_pages_container-bqiyvvf li {
  list-style-type: disc !important;
  margin-left: 25px;
}

@media (max-width: 600px) {
  .pages_section-bqiyvvf {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.age-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.age-modal-content {
  border-radius: 20px;
  border: 1px solid #404040;
  background: rgba(0, 0, 0, 0.60);
  color: #fff;
  padding: 30px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.age-modal-content h2 {
  margin-bottom: 10px;

  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;

  background: linear-gradient(0deg, #48D6D4 0%, #4883D6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.age-modal-content p {
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.age-modal-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.age-modal-buttons button {
  padding: 10px 25px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

#ageYes {
  background-color: #0C9100;
  color: #fff;
}

#ageYes:hover {
  background-color: #032300;
}

#ageNo {
  background-color: #c50c0c;
  color: #fff;
}

#ageNo:hover {
  background-color: #999;
}