* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/genezgroup-fonts/Genezgroup-Inter-ExtraBold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/genezgroup-fonts/Genezgroup-Inter-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/genezgroup-fonts/Genezgroup-Inter-Medium.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/genezgroup-fonts/Genezgroup-Inter-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/genezgroup-fonts/Genezgroup-Roboto-Bold.woff2) format("woff2")
}

:root {
  --font-main: "Inter", sans-serif;
  --container-width: 1200px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: linear-gradient(90deg, #03060e 0%, #212121 100%);
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --gradient-red: linear-gradient(90deg, #f9141f 0%, #fb2436 47.5%, #ec373e 100%);
  --box-shadow-white: 0 4px 15px rgba(255, 255, 255, 0.15);
  --gradient-dark: radial-gradient(50% 50% at 50% 50%, #353535 0%, #060606 100%);
  --bg-btn-red: linear-gradient(90deg, #f9141f 0%, #fb2436 47.5%, #ec373e 100%);
  --box-shadow-red: 0 4px 16px #fe1a63;
  --gray: #adadad;
  --green: green;
  --hover: #c00414;
  --active: #c00414
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: var(--background-page)
}

.page_change .genezgroup-header {
  padding: 16px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  position: static
}

.pagination .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 15px;
  margin: 0 !important;
  border: 1px solid #f9141f;
  width: 13px;
  height: 6px;
  background-color: transparent
}

.pagination .swiper-pagination-bullet-active {
  width: 25px;
  height: 6px;
  background: var(--gradient-red)
}

.logo {
  display: block;
  width: 155px;
  height: 25px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .logo:hover {
    opacity: .5
  }
}

.logo:focus-visible {
  opacity: .5
}

.logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25
}

.tx-24-20 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25
}

@media (max-width:991px) {
  .tx-24-20 {
    font-size: 22px
  }
}

@media (max-width:600px) {
  .tx-24-20 {
    font-size: 20px
  }
}

.tx-80-36 {
  font-weight: 400;
  font-size: 80px;
  line-height: 1.2
}

@media (max-width:1220px) {
  .tx-80-36 {
    font-size: 64px
  }
}

@media (max-width:991px) {
  .tx-80-36 {
    font-size: 48px
  }
}

@media (max-width:600px) {
  .tx-80-36 {
    font-size: 36px
  }
}

.tx-60-36 {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2
}

@media (max-width:1220px) {
  .tx-60-36 {
    font-size: 54px
  }
}

@media (max-width:991px) {
  .tx-60-36 {
    font-size: 42px
  }
}

@media (max-width:600px) {
  .tx-60-36 {
    font-size: 36px
  }
}

.tx-main {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35
}

.age {
  font-weight: 800;
  font-size: 24px;
  line-height: 1
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: var(--white);
  background: var(--bg-btn-red);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
  min-width: 347px;
  min-height: 44px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  text-align: center
}

@media (max-width:600px) {
  .but_w {
    min-width: 0;
    width: 100%
  }
}

.but_black {
  border: 1px solid #f9141f;
  background: var(--black)
}

.but_small {
  border-radius: 12px;
  padding: 4px 12px;
  min-width: 101px;
  min-height: 37px
}

.but_big {
  font-size: 24px;
  min-width: 176px;
  min-height: 58px
}

@media (max-width:991px) {
  .but_big {
    font-size: 20px;
    min-height: 53px
  }
}

@media (max-width:600px) {
  .but_big {
    min-height: 49px;
    font-size: 16px
  }
}

@media (any-hover:hover) {
  .but:hover {
    opacity: .5
  }
}

.but:focus-visible {
  opacity: .5
}

.but:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-42-32 {
  font-weight: 400;
  font-size: 42px;
  line-height: 105%
}

@media (max-width:1220px) {
  .tx-42-32 {
    font-size: 38px
  }
}

@media (max-width:991px) {
  .tx-42-32 {
    font-size: 36px
  }
}

@media (max-width:600px) {
  .tx-42-32 {
    font-size: 32px
  }
}

.decorative-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px
}

.decorative-item span {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.input {
  display: block;
  border: 1px solid #d2d2d2;
  border-radius: 15px;
  padding: 0 20px;
  width: 100%;
  height: 44px;
  background-color: var(--white);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #000;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

.input_textarea {
  padding: 14px 20px
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-30-20:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 25px
  }
}

@media (max-width:600px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-60:not(:last-child) {
  margin-bottom: 60px
}

.mb-40:not(:last-child) {
  margin-bottom: 40px
}

.ptb-124-40 {
  padding-top: 124px;
  padding-bottom: 124px
}

@media (max-width:1220px) {
  .ptb-124-40 {
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media (max-width:991px) {
  .ptb-124-40 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (max-width:600px) {
  .ptb-124-40 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.plr-40-18 {
  padding-left: 40px;
  padding-right: 40px
}

@media (max-width:1220px) {
  .plr-40-18 {
    padding-left: 32px;
    padding-right: 32px
  }
}

@media (max-width:991px) {
  .plr-40-18 {
    padding-left: 24px;
    padding-right: 24px
  }
}

@media (max-width:600px) {
  .plr-40-18 {
    padding-left: 18px;
    padding-right: 18px
  }
}

.plr-24 {
  padding-left: 24px;
  padding-right: 24px
}

.plr-16 {
  padding-left: 16px;
  padding-right: 16px
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px
}

.box-shadow-red {
  -webkit-box-shadow: var(--box-shadow-red);
  box-shadow: var(--box-shadow-red)
}

.box-shadow-white {
  -webkit-box-shadow: var(--box-shadow-white);
  box-shadow: var(--box-shadow-white)
}

.mb-section:not(:last-child) {
  margin-bottom: 100px
}

@media (max-width:991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 75px
  }
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 50px
  }
}

.bg-gradient-dark {
  background: var(--gradient-dark)
}

.bg-gradient-red {
  background: var(--gradient-red)
}

.bg-black {
  background-color: var(--black)
}

.brr-24 {
  border-radius: 24px
}

strong {
  display: block
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}

.circle::before {
  content: "";
  margin-top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--gray)
}

.circle_white::before {
  background-color: var(--white)
}

.Roboto {
  font-family: Roboto
}

.color-gray {
  color: var(--gray)
}

.hover-color {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-color:hover {
    color: var(--hover)
  }
}

.hover-color:focus-visible {
  color: var(--hover)
}

.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.w100 {
  min-width: 0;
  width: 100%
}

.relative-z2 {
  position: relative;
  z-index: 2
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.terms {
  padding-top: 60px;
  padding-bottom: 60px
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.genezgroup-header {
  padding: 16px 0
}

.genezgroup-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: 10px
}

@media (max-width:991px) {
  .genezgroup-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--background-page);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .genezgroup-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.genezgroup-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.genezgroup-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .genezgroup-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .genezgroup-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.genezgroup-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.genezgroup-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media (max-width:991px) {
  .genezgroup-header__button {
    display: none
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 50px
}

@media (max-width:991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}

@media (max-width:991px) {
  .nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 32px
  }
}

.nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .nav__link:hover {
    color: var(--hover)
  }
}

.nav__link:focus-visible {
  color: var(--hover)
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 16px;
  height: 12px;
  background-color: transparent
}

@media (max-width:991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px
}

@media (max-width:991px) {
  .genezgroup-hero {
    padding-top: 105px
  }
}

@media (max-width:991px) {
  .genezgroup-hero_change {
    padding-top: 60px
  }
}

.genezgroup-hero__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  min-height: 684px
}

@media (max-width:991px) {
  .genezgroup-hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    min-height: 0
  }
}

.genezgroup-hero__container_betwen {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:991px) {
  .genezgroup-hero__container_betwen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
}

.genezgroup-hero__container_padding0 {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0
}

.genezgroup-hero__address {
  font-style: normal
}

.genezgroup-hero__image {
  position: absolute;
  top: 0;
  right: 52%;
  width: 684px;
  height: 684px;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* background-image: url(/genezgroup-img/genezgroup-hero.webp) */
}

@media (max-width:991px) {
  .genezgroup-hero__image {
    position: relative;
    height: auto;
    width: 100%;
    right: 0;
    padding-bottom: 60%
  }
}

@media (max-width:600px) {
  .genezgroup-hero__image {
    padding-bottom: 99%;
    /* background-image: url(/genezgroup-img/genezgroup-hero-mob.webp) */
  }
}

.genezgroup-hero__image picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.genezgroup-hero__image_static {
  position: relative;
  right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 484px;
  flex: 0 1 484px;
  height: auto;
  padding-bottom: 40%
}

@media (max-width:991px) {
  .genezgroup-hero__image_static {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    right: 0;
    padding-bottom: 55%
  }
}

@media (max-width:600px) {
  .genezgroup-hero__image_static {
    padding-bottom: 99%
  }
}

.genezgroup-hero__image_whatwe {
  background-image: url(/genezgroup-img/genezgroup-what-we-bring.webp)
}

@media (max-width:600px) {
  .genezgroup-hero__image_whatwe {
    background-image: url(/genezgroup-img/genezgroup-what-we-bring-mob.webp)
  }
}

.genezgroup-hero__image_contacts {
  background-image: url(/genezgroup-img/genezgroup-contacts.webp)
}

@media (max-width:600px) {
  .genezgroup-hero__image_contacts {
    background-image: url(/genezgroup-img/genezgroup-contacts-mob.webp)
  }
}

.genezgroup-hero__image_clear {
  background-image: url(/genezgroup-img/genezgroup-clear-honest.webp)
}

@media (max-width:600px) {
  .genezgroup-hero__image_clear {
    background-image: url(/genezgroup-img/genezgroup-clear-honest-mob.webp)
  }
}

.genezgroup-hero__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 590px;
  flex: 0 1 590px;
  width: 100%;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px
}

@media (max-width:991px) {
  .genezgroup-hero__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-top: 0;
    padding-bottom: 0
  }
}

.genezgroup-hero__descr_change {
  padding: 0;
  margin-left: 0
}

.genezgroup-hero__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 54px 1fr 54px 1fr 54px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 54px
}

@media (max-width:991px) {
  .genezgroup-hero__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template: auto/repeat(3, 1fr);
    gap: 40px 20px
  }
}

@media (max-width:600px) {
  .genezgroup-hero__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 40px 10px
  }
}

.genezgroup-why__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
}

@media (max-width:991px) {
  .genezgroup-why__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.genezgroup-why__descr {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 590px;
  flex: 0 1 590px
}

@media (max-width:991px) {
  .genezgroup-why__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.genezgroup-why__image {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 488px;
  flex: 0 1 488px;
  padding-bottom: 61%
}

@media (max-width:991px) {
  .genezgroup-why__image {
    padding-bottom: 75%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:600px) {
  .genezgroup-why__image {
    padding-bottom: 150%
  }
}

.genezgroup-why__image picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.is-slider {
  overflow: visible
}

.is-slider__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 20px
}

@media (max-width:1220px) {
  .is-slider__wrapper {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template: auto/repeat(3, 1fr)
  }
}

@media (max-width:991px) {
  .is-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0
  }
}

.is-slider__wrapper_3 {
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[3];
  grid-template: auto/repeat(3, 1fr)
}

@media (max-width:991px) {
  .is-slider__wrapper_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0
  }
}

.is-slider__slide {
  border-radius: 24px;
  height: auto
}

@media (max-width:991px) {
  .is-slider__slide {
    width: 285px
  }
}

@media (max-width:359px) {
  .is-slider__slide {
    width: 100%
  }
}

.is-slider__image {
  width: 100%;
  position: relative;
  padding-bottom: 57%;
  border-radius: 20px 20px 24px 24px;
  overflow: hidden
}

.is-slider__image_height {
  padding-bottom: 42%
}

.is-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1
}

.is-slider__pagination {
  display: none;
  margin-top: 20px
}

@media (max-width:991px) {
  .is-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.monetize {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px
}

@media (max-width:991px) {
  .monetize {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.monetize__image {
  border-radius: 24px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 550px;
  flex: 0 1 550px;
  padding-bottom: 29.4%
}

@media (max-width:991px) {
  .monetize__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 64%
  }
}

@media (max-width:600px) {
  .monetize__image {
    padding-bottom: 67%
  }
}

.monetize__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.monetize__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 610px;
  flex: 0 1 610px;
  width: 100%
}

@media (max-width:991px) {
  .monetize__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.genezgroup-talk-about {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
  padding-top: 35px
}

@media (max-width:991px) {
  .genezgroup-talk-about {
    padding-bottom: 40px;
    padding-top: 40px
  }
}

.form.active .status {
  display: block
}

.status {
  padding: 10px;
  margin-top: 20px;
  border-radius: 15px;
  background-color: var(--green);
  display: none
}

.genezgroup-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 20px
}

@media (max-width:991px) {
  .genezgroup-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.genezgroup-footer__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 298px;
  flex: 0 1 298px;
  width: 100%
}

@media (max-width:991px) {
  .genezgroup-footer__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.genezgroup-footer__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 600px;
  flex: 0 1 600px;
  width: 100%
}

@media (max-width:991px) {
  .genezgroup-footer__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.genezgroup-footer__address {
  font-style: normal
}

.genezgroup-footer__address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}

.genezgroup-footer__address ul li span:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px
}

.genezgroup-footer__bottom {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 20px
}

@media (max-width:991px) {
  .genezgroup-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.popup.active {
  opacity: 1;
  visibility: visible
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup__content {
  overflow: auto;
  width: 780px;
  position: relative;
  z-index: 2;
  margin: auto
}

@media (max-width:991px) {
  .popup__content {
    width: 95%
  }
}

.slider-price__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .slider-price__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0
  }
}

.slider-price__slide {
  border-radius: 24px;
  height: auto
}

@media (max-width:991px) {
  .slider-price__slide {
    width: 386px
  }
}

@media (max-width:600px) {
  .slider-price__slide {
    width: 100%
  }
}

.slider-price__slide:nth-child(1) {
  border: 1px solid rgba(252, 73, 65, .2)
}

.slider-price__slide:nth-child(2) {
  border: 1px solid rgba(252, 73, 65, .6)
}

.slider-price__slide:nth-child(3) {
  border: 1px solid #fc4941
}

.slider-price__pagination {
  display: none;
  margin-top: 20px
}

@media (max-width:991px) {
  .slider-price__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.packages {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .packages {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .packages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.packages__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}