@charset "utf-8";

@font-face {
  font-family: 'X5 Sans';
  src: url('/fonts/X5Sans-Regular.eot');
  src: local('X5 Sans'), local('X5Sans-Regular'),
    url('/fonts/X5Sans-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/X5Sans-Regular.woff2') format('woff2'),
    url('/fonts/X5Sans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'X5 Sans';
  src: url('/fonts/X5Sans-Light.eot');
  src: local('X5 Sans Light'), local('X5Sans-Light'),
    url('/fonts/X5Sans-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/X5Sans-Light.woff2') format('woff2'),
    url('/fonts/X5Sans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'X5 Sans';
  src: url('/fonts/X5Sans-Medium.eot');
  src: local('X5 Sans Medium'), local('X5Sans-Medium'),
    url('/fonts/X5Sans-Medium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/X5Sans-Medium.woff2') format('woff2'),
    url('/fonts/X5Sans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'X5 Sans';
  src: url('/fonts/X5Sans-Bold.eot');
  src: local('X5 Sans Bold'), local('X5Sans-Bold'),
    url('/fonts/X5Sans-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/X5Sans-Bold.woff2') format('woff2'),
    url('/fonts/X5Sans-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('/fonts/Manrope-Bold.woff2') format('woff2'),
        url('/fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('/fonts/Manrope-ExtraLight.woff2') format('woff2'),
        url('/fonts/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('/fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('/fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('/fonts/Manrope-Light.woff2') format('woff2'),
        url('/fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('/fonts/Manrope-Medium.woff2') format('woff2'),
        url('/fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('/fonts/Manrope-Regular.woff2') format('woff2'),
        url('/fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('/fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('/fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'X5 Sans VF';
    src: url('/fonts/X5SansVF-Regular.woff2') format('woff2'),
        url('/fonts/X5SansVF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  color: #000000;
  font-family: 'X5 Sans', 'Montserrat', Verdana, Arial, sans-serif;
}
img {
  pointer-events: none;
}
.no_highlights,
.orange_button,
.source_title,
img,
button,
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a *,
button * {
  pointer-events: none;
}
.bold_text {
  font-weight: 600;
}
.dynamic_elem {
  transition: opacity .6s ease, transform .6s ease;
  transform: translateY(4rem);
  opacity: 0;
}
.active_dynamic_elem {
  opacity: 1;
  transform: none;
}
.x5_main {
  position: relative;
  width: 100%;
}
.x5_section {
  width: 100%;
  position: relative;
  z-index: 2;
}
.kv_section {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 80rem;
  background-image: url(/images/bg_kv_desk.webp?v=1.2);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 -5rem;
  background-color: #1BAC01;
  padding-top: 4.4rem;
  padding-left: 8.5rem;
}
.logo_x5 {
  display: block;
  width: 14rem;
}
.kv_title {
  display: block;
  font-size: 8.1rem;
  line-height: 1em;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 18.1rem;
}
.kv_text {
  display: block;
  font-size: 2.4rem;
  line-height: 1.4em;
  margin-top: 3.3rem;
  color: #FFFFFF;
}
.section_road {
  background-color: #FFFFFF;
  border-radius: 5rem;
  margin-top: -5rem;
}
.section_road_wrapper {
  width: 113.5rem;
  width: 109.9rem;
  margin: 0 auto;
  position: relative;
  padding-top: 8rem;
}
.road_1 {
  width: 108.8rem;
  position: absolute;
  top: 0;
  left: -3rem;
  pointer-events: none;
  z-index: 1;
}
.road_box_1 {
  padding-left: 29.2rem;
  position: relative;
  z-index: 2;
}
.road_block_1 {
  position: relative;
  z-index: 2;
}
.road_block_1:before {
  content: '';
  display: block;
  width: 9.7rem;
  height: 10.2rem;
  background-image: url(/images/point_green.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: -11.9rem;
  position: absolute;
}
.road_title {
  display: block;
  font-size: 4.2rem;
  line-height: 1.1em;
  font-weight: 500;
}
.road_text {
  display: block;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 400;
  margin-top: 2.1rem;
  width: 60.6rem;
}
.road_block_2 {
  width: 81.3rem;
  height: 60.9rem;
  background-image: url(/images/bg_road_block_2.webp);
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  margin-top: 5.1rem;
}
.road_block_2:before {
  content: '';
  display: block;
  width: 15.2rem;
  height: 25.2rem;
  background-image: url(/images/road_block_2_line_desk.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 47.8rem;
  top: 8.6rem;
  z-index: 2;
}
.road_block_2:after {
  content: '';
  display: block;
  width: 45.7rem;
  height: 24.7rem;
  background-image: url(/images/road_block_2_phone.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -7.4rem;
  bottom: 0;
  z-index: 2;
}
.road_block_2_qr {
  width: 43rem;
  height: 34.3rem;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 2rem;
  position: absolute;
  top: 3.1rem;
  left: 3.6rem;
  padding: 2.3rem 2.8rem 0;
}
.road_block_2_qr_text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4em;
}
.road_block_2_line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.6rem;
}
.road_block_2_line_item {
  width: 17.6rem;
}
.green_button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4.8rem;
  background-color: #44A635;
  border-radius: 1.2rem;
  font-size: 1rem;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: transform .4s ease;
  padding-left: 1rem;
}
.green_button:before {
  content: '';
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 1.2rem;
}
.green_button_5ka:before {
  background-image: url(/images/logo_5ka.svg);
}
.green_button_perek:before {
  background-image: url(/images/logo_perek.svg);
}
.green_button:hover {
  transform: scale(1.05);
}
.green_button span {
  font-size: 2rem;
  font-weight: 500;
}
.road_block_2_line_item_qr {
  display: block;
  width: 15rem;
  margin: 1rem auto 0;
}
.road_block_2_text {
  width: 28.2rem;
  height: 21.3rem;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 2rem;
  position: absolute;
  top: 33.8rem;
  left: 48.7rem;
  padding: 1.9rem 2.5rem 0;
}
.road_box_2 {
  width: 49.1rem;
  height: 19rem;
  padding: 2.3rem 3.7rem 1rem;
  border-radius: 2rem;
  margin-top: 6.2rem;
  margin-left: 15.6rem;
  position: relative;
  z-index: 2;
  background: linear-gradient(96deg, #FFF8D8 10%, #CDEAC1 47%, #44A635 152%);
}
.road_box_2:before {
  content: '';
  display: block;
  width: 18rem;
  height: 1.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 48.6rem;
  background-image: url(/images/road_box_3_line_desk.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 center;
}
.road_box_2_text {
  display: block;
  font-size: 2.4rem;
  line-height: 1.1em;
  font-weight: 400;
}
.road_box_2_text span {
  font-size: 5rem;
  line-height: 1.1em;
  color: #5FAF2D;
  font-weight: 700;
}
.road_box_2_text + .road_box_2_text {
  margin-top: .7rem;
}
.road_box_3 {
  width: 109.9rem;
  height: 72.9rem;
  position: relative;
  margin-top: 6.2rem;
  background-image: url(/images/bg_road_block_3.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 3;
  padding: 4.4rem 7.1rem 0;
}
.road_box_3_title {
  display: block;
  font-size: 4.2rem;
  line-height: 1.1em;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
.road_box_3_line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4rem;
}
.road_box_3_line_item {
  width: 46.7rem;
  height: 22.8rem;
  background-color: #F1FFE8;
  border-radius: 2rem;
  position: relative;
  padding: 2.2rem 7rem 1rem 2.7rem;
  position: relative;
}
.road_box_3_line_item_text {
  display: block;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 500;
}
.img_bonus {
  display: block;
  width: 29.6rem;
  margin-top: 3rem;
}
.road_box_3_check {
  width: 38.3rem;
  height: 27.8rem;
  position: absolute;
  top: 10.9rem;
  left: 3.9rem;
  padding-top: 1.9rem;
  padding-left: 3.8rem;
  padding-right: 6rem;
  background-image: url(/images/bg_check.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  filter: drop-shadow(5px 7px 15px rgba(0, 0, 0, 0.15));
}
.road_box_3_check_line {
  display: block;
  width: 47.7rem;
  position: absolute;
  top: 0;
  left: -4.9rem;
  z-index: 2;
}
.road_box_3_check_text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 400;
  margin-top: 1.9rem;
  padding-left: 7.8rem;
  position: relative;
}
.road_box_3_check_text + .road_box_3_check_text {
  margin-top: 2.7rem;
}
.road_box_3_check_text:before {
  content: '';
  display: block;
  width: 6.6rem;
  height: 6.6rem;
  left: 0;
  top: -.6rem;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: drop-shadow(0px 25px 25px rgba(84, 123, 77, 0.23));
}
.road_box_3_check_text_5ka:before {
  background-image: url(/images/check_5ka.webp);
}
.road_box_3_check_text_perek:before {
  background-image: url(/images/check_perek.webp);
}
.partner_block {
  width: 46.7rem;
  height: 15.3rem;
  border-radius: 2rem;
  position: absolute;
  top: 59.8rem;
  left: 55.9rem;
  padding-top: 4.1rem;
  padding-left: 13.4rem;
  background-image: url(/images/bg_partner_block.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-shadow: -4px 19px 20px rgba(36, 59, 36, 0.17), -2px 9px 9px rgba(36, 59, 36, 0.05), -1px 2px 4px rgba(36, 59, 36, 0.03);
}
.partner_block:before {
  content: '';
  display: block;
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: 2.1rem;
  left: .7rem;
  background-image: url(/images/rotate.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.partner_text {
  display: block;
  font-size: 2.4rem;
  line-height: 1.1em;
  font-weight: 400;
}
.partner_text_hidden {
  width: 33.2rem;
  position: absolute;
  padding: 1.7rem 2.7rem 1.7rem 2.3rem;
  background-color: rgba(255, 255, 255, .95);
  border-radius: 2rem;
  top: 10rem;
  left: 16.8rem;
  z-index: 3;
  font-size: 1.6rem;
  line-height: 1.4em;
  opacity: 0;
  transform: translateY(4rem);
  transition: .6s ease;
  pointer-events: none;
}
.partner_text_hidden a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.partner_text_hidden a:hover {
  text-decoration: none;
}
.partner_text_pointer {
  cursor: pointer;
}
.partner_text_hidden_active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.partner_text_hidden_close {
  display: block;
  position: absolute;
  top: .8rem;
  right: .8rem;
  z-index: 2;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url(/images/icon_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.road_box_4 {
  width: 109.9rem;
  margin-top: 10.6rem;
  position: relative;
  z-index: 2;
  margin-left: .6rem;
}
.road_box_4_info {
  width: 100%;
  position: relative;
  height: 41rem;
}
.road_box_4_info_item {
  position: absolute;
  width: 70rem;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.road_box_4_info_text {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 400;
  margin-top: 2rem;
  width: 58rem;
}
.road_box_4_info_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41.7rem;
  height: 6.9rem;
  border-radius: 4rem;
  background-color: #5FAF2D;
  color: #FFFFFF;
  text-decoration: none;
  transition: transform .6s ease;
  margin-top: 3.5rem;
}
.road_box_4_info_link:hover {
  transform: scale(1.05);
}
.road_box_4_info_link span {
  font-size: 2.2rem;
  font-weight: 700;
}
.road_box_4_info_image {
  display: block;
  width: 32rem;
  position: absolute;
  left: 70.6rem;
  top: -1.8rem;
}
.active_dynamic_elem .road_box_4_info_item_1 {
  animation: road_box_4_info_item 10s linear infinite;
}
.active_dynamic_elem .road_box_4_info_item_2 {
  animation: road_box_4_info_item 10s linear 5s infinite;
}
@keyframes road_box_4_info_item {
  0%, 50%, 100% {
    opacity: 0;
  }
  10%, 40% {
    opacity: 1;
  }
}
.section_green {
  background-color: #E3F5D7;
  border-radius: 5rem;
  margin-top: -5rem;
}
.section_green_wrapper {
  width: 113.5rem;
  width: 109.9rem;
  margin: 0 auto;
  position: relative;
  padding-top: 6.6rem;
  padding-bottom: 5rem;
}
.road_2 {
  width: 101.8rem;
  position: absolute;
  top: 0rem;
  left: 4rem;
  pointer-events: none;
  z-index: 1;
}
.road_2_mob {
  display: none;
}
.green_box_1 {
  position: relative;
  z-index: 2;
  padding-left: 9.6rem;
  width: 70rem;
}
.green_box_1:before {
  content: '';
  display: block;
  width: 9.7rem;
  height: 10.2rem;
  background-image: url(/images/point_green.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 0rem;
  position: absolute;
}
.green_box_2 {
  width: 109.9rem;
  height: 63.3rem;
  background-image: url(/images/bg_green_box_2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 10.2rem 7.2rem 0;
  position: relative;
  z-index: 2;
  margin-top: 7.6rem;
}
.green_box_2:before {
  content: '';
  display: block;
  width: 7.7rem;
  height: 7.7rem;
  background-image: url(/images/num_1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -4.7rem;
  left: 83.1rem;
}
.green_box_2:after {
  content: '';
  display: block;
  width: 16.2rem;
  height: 15.5rem;
  background-image: url(/images/rapsberry.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 3;
  top: 30.7rem;
  left: 91.1rem;
}
.green_box_2_title {
  display: block;
  font-size: 3.6rem;
  line-height: 1.1em;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}
.green_box_2_item {
  width: 33.5rem;
  background-color: #FFFFFF;
  border-radius: 1.7rem;
  position: absolute;
  z-index: 2;
  padding: 2.7rem 4rem 0 3rem;
  filter: drop-shadow(-4px 22px 20px rgba(36, 59, 36, 0.17)) drop-shadow(-2px 9px 9px rgba(36, 59, 36, 0.05)) drop-shadow(-1px 2px 4px rgba(36, 59, 36, 0.03));
  box-shadow: inset 2px -2px 0.6px rgba(63, 145, 52, 0.28), inset -5px 4px 15px rgba(255, 255, 255, 0.25);
}
.green_box_2_item_1 {
  height: 19.7rem;
  top: 18.5rem;
  left: 7.2rem;
}
.green_box_2_item_2 {
  height: 20.7rem;
  top: 20rem;
  left: 38.3rem;
}
.green_box_2_item_3 {
  height: 20.7rem;
  top: 18.5rem;
  left: 69.2rem;
}
.green_box_2_item_1:before {
  content: '';
  display: block;
  width: 12.2rem;
  height: 6.1rem;
  background-image: url(/images/check_brands.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -1.7rem;
  left: 18.2rem;
}
.green_box_2_item_title {
  display: block;
  font-size: 4rem;
  line-height: 1em;
  color: #44A635;
  font-weight: 500;
  position: relative;
}
.green_box_2_item_2 .green_box_2_item_title,
.green_box_2_item_3 .green_box_2_item_title {
  padding-left: 4.1rem;
}
.green_box_2_item_2 .green_box_2_item_title:before,
.green_box_2_item_3 .green_box_2_item_title:before {
  content: '';
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.green_box_2_item_2 .green_box_2_item_title:before {
  background-image: url(/images/icon_loyalty.svg);
}
.green_box_2_item_3 .green_box_2_item_title:before {
  background-image: url(/images/icon_back.svg);
}
.green_box_2_item_text {
  display: block;
  font-size: 2rem;
  line-height: 1.3em;
  color: #1E1E21;
  margin-top: .6rem;
}
.green_box_2_text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1em;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  margin-top: 30.8rem;
}
.green_box_2_line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.6rem;
}
.white_link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 46.5rem;
  height: 6.9rem;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 4rem;
  font-size: 1rem;
  color: #5FAF2D;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: transform .4s ease;
  padding-left: 6.7rem;
}
.white_link:before {
  content: '';
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 1.4rem;
}
.white_link_5ka:before {
  background-image: url(/images/logo_5ka.svg);
}
.white_link_perek:before {
  background-image: url(/images/logo_perek.svg);
}
.white_link:hover {
  transform: scale(1.05);
}
.white_link span {
  font-size: 2rem;
  font-weight: 500;
}
.green_box_3 {
  width: 109.7rem;
  height: 63rem;
  background-image: url(/images/bg_green_box_3.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 4.7rem 4.5rem 0;
  position: relative;
  z-index: 2;
  margin-top: 11.4rem;
}
.green_box_3:before {
  content: '';
  display: block;
  width: 7.7rem;
  height: 7.7rem;
  background-image: url(/images/num_2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -2.8rem;
  left: 8.3rem;
}
.green_box_3_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  gap: 2rem;
  margin-top: 4.4rem;
}
.green_box_3_list_item {
  width: 42rem;
  height: 14.6rem;
  background-color: #FFFFFF;
  border-radius: 2rem;
  position: relative;
  padding-top: 1.8rem;
  padding-left: 2.2rem;
}
.green_box_3_list_item:nth-child(1) {
  background-image: url(/images/inner_1.webp);
  background-repeat: no-repeat;
  background-size: 17.7rem 14.6rem;
  background-position: 100% 0;
}
.green_box_3_list_item:nth-child(2) {
  background-image: url(/images/inner_2.webp);
  background-repeat: no-repeat;
  background-size: 20.1rem 11.8rem;
  background-position: 100% 0;
}
.green_box_3_list_item:nth-child(3) {
  padding-right: 10rem;
  height: 15.8rem;
}
.green_box_3_list_item:nth-child(4) {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 15.8rem;
  background-image: url(/images/inner_4.webp);
  background-repeat: no-repeat;
  background-size: 33.4rem 7.5rem;
  background-position: 100% 100%;
}
.green_box_3_list_item:nth-child(1):before {
  content: '';
  display: block;
  width: 21.1rem;
  height: 7.4rem;
  background-image: url(/images/fly_1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -3.2rem;
  right: -2rem;
}
.green_box_3_list_item:nth-child(2):before {
  content: '';
  display: block;
  width: 7.9rem;
  height: 7.9rem;
  background-image: url(/images/fly_2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -3.2rem;
  left: 16.1rem;
}
.green_box_3_list_item:nth-child(3):before {
  content: '';
  display: block;
  width: 14.6rem;
  height: 15.3rem;
  background-image: url(/images/fly_3.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: -1rem;
}
.green_box_3_list_item:nth-child(4):before {
  content: '';
  display: block;
  width: 18.9rem;
  height: 18.9rem;
  background-image: url(/images/fly_4.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -7.1rem;
  left: 29.8rem;
}
.green_box_3_list_item_title {
  display: block;
  font-size: 4.5rem;
  line-height: 1em;
  color: #0088FE;
  font-weight: 700;
  font-family: 'Manrope';
}
.green_box_3_list_item_text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.1em;
  font-weight: 400;
  margin-top: 1.6rem;
}
.green_box_3_list_item_wrapper + .green_box_3_list_item_wrapper {
  margin-left: 11rem;
}
.white_link_wide {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.9rem;
  padding-left: 0;
}
.white_link_wide span {
  font-size: 2.2rem;
}
.green_box_3 .white_link_wide {
  margin-top: 5rem;
  color: #0088FE;
}

.green_box_4 {
  width: 109.7rem;
  height: 73.5rem;
  background-image: url(/images/bg_green_box_4.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 6.6rem 4.5rem 0;
  position: relative;
  z-index: 2;
  margin-top: 11.4rem;
}
.green_box_4:before {
  content: '';
  display: block;
  width: 7.7rem;
  height: 7.7rem;
  background-image: url(/images/num_3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -4rem;
  left: 82.6rem;
}
.green_box_4_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  gap: 2rem;
  margin-top: 5rem;
}
.green_box_4_list_item {
  width: 46.7rem;
  height: 19.2rem;
  background-color: #FFFFFF;
  border-radius: 2rem;
  position: relative;
  padding-top: 2.9rem;
  padding-left: 2.9rem;
}
.green_box_4_list_item:nth-child(1) {
  background-image: url(/images/inner_5.webp?v=1.1);
  background-repeat: no-repeat;
  background-size: 17rem auto;
  background-position: 95% 0.5em;
}
.green_box_4_list_item:nth-child(2) {
  background-image: url(/images/inner_6.webp);
  background-repeat: no-repeat;
  background-size: 23.3rem 19.2rem;
  background-position: 100% 0;
}
.green_box_4_list_item:nth-child(3) {
  background-image: url(/images/inner_7.webp?v=1.2);
  background-repeat: no-repeat;
  background-size: 22rem auto;
  background-position: 100% 100%;
}
.green_box_4_list_item:nth-child(4) {
  background-image: url(/images/inner_8.webp);
  background-repeat: no-repeat;
  background-size: 22.4rem 17.9rem;
  background-position: 100% 100%;
}
.green_box_4_list_item_text {
  display: block;
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 400;
}
.green_box_4 .white_link_wide {
  margin-top: 6.2rem;
  color: #5FAF2D;
}
.green_box_5 {
  width: 109.9rem;
  margin-top: 9.9rem;
  position: relative;
  z-index: 2;
}
.green_box_5_info {
  width: 100%;
  position: relative;
}
.green_box_5_info_item {
  position: relative;
  width: 70rem;
  z-index: 2;
  padding-bottom: 5.4rem;
}
.green_box_5_info_item:before {
  content: '';
  display: block;
  width: 16.5rem;
  height: 16.5rem;
  background-image: url(/images/tomato.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 27.2rem;
  left: 59.7rem;
  z-index: 3;
}
.green_box_5_info_item:after {
  content: '';
  display: block;
  width: 12rem;
  height: 12.6rem;
  background-image: url(/images/lemon.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -9rem;
  left: 96rem;
  z-index: 1;
}
.green_box_5_info_text {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 400;
  margin-top: 2rem;
  width: 58rem;
}
.green_box_5_info_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29.3rem;
  height: 6.9rem;
  border-radius: 4rem;
  background-color: #5FAF2D;
  color: #FFFFFF;
  text-decoration: none;
  transition: transform .6s ease;
  margin-top: 3.5rem;
}
.green_box_5_info_link:hover {
  transform: scale(1.05);
}
.green_box_5_info_link span {
  font-size: 2.2rem;
  font-weight: 700;
}
.green_box_5_info_image {
  display: block;
  width: 39.9rem;
  position: absolute;
  left: 67rem;
  bottom: 0;
  z-index: 2;
}
.section_links {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
  padding-top: 7.7rem;
  padding-bottom: 8.8rem;
}
.section_links_title {
  display: block;
  width: 100%;
  font-size: 4.6rem;
  line-height: 1.1em;
  font-weight: 500;
  text-align: center;
}
.links_list {
  display: block;
  width: 77.2rem;
  margin: 5rem auto 0;
  list-style: none;
}
.link_item {
  width: 100%;
  height: 6.5rem;
  margin-top: 2rem;
}
.link_item:first-child {
  margin-top: 0;
}
.section_link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  border: 1px solid #DFE1E4;
  color: #0E0E0E;
  cursor: pointer;
  transition: all .6s ease, color .2s ease;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 400;
  padding-left: 2rem;
}
.section_link:hover {
  background-color: #5FAF2D;
  border-color: #5FAF2D;
  transform: scale(1.05);
  color: #FFFFFF;
}
.x5_footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 6rem 10rem 4rem;
  background-color: #F7F8FA;
}
.logo_x5_grey {
  display: block;
  width: 14rem;
}
.footer_links_list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 66rem;
  list-style: none;
}
.footer_link_item {
  margin-bottom: 2rem;
}
.footer_link_item:nth-child(1),
.footer_link_item:nth-child(3) {
  margin-right: 5.6rem;
}
.footer_link_item:last-child {
  margin-bottom: 0;
}
.footer_link {
  font-size: 1.6rem ;
  line-height: 1.3em;
  color: #6C737D;
  text-decoration: none;
  cursor: pointer;
}
.footer_link:hover {
  text-decoration: underline;
}
.icons_box {
  display: block;
  width: 21.7rem;
}
.icons_text {
  display: block;
  font-size: 1.6rem ;
  line-height: 1.3em;
  color: #6C737D;
  font-weight: 400;
  text-align: center;
}
.icons_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.2rem;
  list-style: none;
}
.icon_item {
  display: block;
  width: 4rem;
}
.icon_link {
  display: block;
  cursor: pointer;
  width: 100%;
}
.icon_link_image {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.icon_link:hover .icon_link_image {
  transform: scale(1.05);
}

@media screen and (max-width: 1440px) {
  .kv_section {
    height: auto;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: .7vw;
  }
}

@media screen and (min-width: 2000px) {
  html {
    font-size: .52vw;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  html {
    font-size: .8vw;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  html {
    font-size: 1vw;
  }
  br.desktop {
    display: none;
  }
  .kv_section {
    height: auto;
    min-height: 0;
    background-image: url(/images/bg_kv_mob.webp?v=1.1);
    background-position: 0 -15rem;
    padding-top: 6rem;
    padding-left: 0;
    padding-bottom: 108rem;
  }
  .logo_x5 {
    width: 35rem;
    margin: 0 auto;
  }
  .kv_title {
    font-size: 12rem;
    margin-top: 10rem;
    text-align: center;
  }
  .kv_text {
    font-size: 5rem;
    margin-top: 8rem;
    text-align: center;
  }
  .section_road {
    border-radius: 7.5rem;
    margin-top: -7.5rem;
    overflow: hidden;
  }
  .section_road_wrapper {
    width: 100%;
    margin: 0;
    padding-top: 14.5rem;
  }
  .section_road_wrapper:before {
    content: '';
    display: block;
    width: 42rem;
    height: 94rem;
    position: absolute;
    top: 0;
    left: 2rem;
    background-image: url(/images/road_1_1_mob.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    z-index: 1;
  }
  .section_road_wrapper:after {
    content: '';
    display: block;
    width: 29rem;
    height: 106rem;
    position: absolute;
    top: 200rem;
    right: -1rem;
    background-image: url(/images/road_1_2_mob.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    z-index: 1;
  }
  .road_1 {
    display: none;
  }
  .road_box_1 {
    padding-left: 0;
  }
  .road_block_1 {
    padding-left: 26rem;
  }
  .road_block_1:before {
    width: 18rem;
    height: 21rem;
    top: -1rem;
    left: 8rem;
  }
  .road_title {
    font-size: 7.4rem;
  }
  .road_text {
    font-size: 4rem;
    margin-top: 3rem;
    width: 66rem;
  }
  .road_block_2 {
    width: 100%;
    height: 159rem;
    background-image: url(/images/bg_road_block_2_mob.webp);
    background-size: 100% auto;
    margin-top: 8rem;
  }
  .road_block_2:before {
    width: 11rem;
    height: 37rem;
    background-image: url(/images/road_block_2_line_mob.svg);
    left: 78.4rem;
    top: 24.4rem;
  }
  .road_block_2:after {
    content: none;
  }
  .road_block_2_qr {
    width: 76rem;
    height: 43rem;
    border-radius: 5rem;
    top: 11rem;
    left: 4rem;
    padding: 4rem 4rem 0;
  }
  .road_block_2_qr_text {
    font-size: 3.7rem;
  }
  .road_block_2_line {
    margin-top: 3.5rem;
  }
  .road_block_2_line_item {
    width: 32.8rem;
  }
  .green_button {
    width: 100%;
    height: 12rem;
    border-radius: 3rem;
    padding-left: 2rem;
  }
  .green_button:before {
    width: 9rem;
    height: 9rem;
    margin-right: 2rem;
  }
  .green_button span {
    font-size: 4rem;
  }
  .road_block_2_line_item_qr {
    display: none;
  }
  .road_block_2_text {
    width: 87rem;
    height: 35rem;
    border-radius: 5rem;
    position: absolute;
    top: 60rem;
    left: 8rem;
    padding: 5rem 5rem 0;
  }
  .road_box_2 {
    width: 64rem;
    height: 52rem;
    padding: 8rem 0 1rem 5rem;
    border-radius: 5rem;
    margin-top: 8rem;
    margin-left: 5rem;
    background: linear-gradient(96deg, #FFF8D8 10%, #CDEAC1 47%, #44A635 152%);
  }
  .road_box_2:before {
    width: 17rem;
    height: 4.4rem;
    left: 62.6rem;
    background-image: url(/images/road_box_3_line_mob.svg);
  }
  .road_box_2_text {
    font-size: 5rem;
  }
  .road_box_2_text span {
    font-size: 10rem;
    line-height: 1.1em;
  }
  .road_box_2_text + .road_box_2_text {
    margin-top: 3rem;
  }
  .road_box_3 {
    width: 100%;
    height: 253rem;
    margin-top: 10rem;
    background-image: url(/images/bg_road_block_3_mob.webp);
    background-size: 100% auto;
    padding: 11rem 4rem 0;
  }
  .road_box_3_title {
    font-size: 7rem;
  }
  .road_box_3_line {
    display: block;
    margin-top: 5rem;
  }
  .road_box_3_line_item {
    width: 100%;
    height: 42rem;
    border-radius: 5rem;
    padding: 5.5rem 6rem 1rem;
  }
  .road_box_3_line_item:nth-child(2) {
    margin-top: 6rem;
    height: 57rem;
  }
  .road_box_3_line_item_text {
    font-size: 4rem;
  }
  .img_bonus {
    width: 61rem;
    margin: 1rem auto 0;
  }
  .road_box_3_check {
    width: 78rem;
    height: 56rem;
    top: 21rem;
    left: 7rem;
    padding-top: 4rem;
    padding-left: 8rem;
    padding-right: 13rem;
  }
  .road_box_3_check_line {
    width: 100vw;
    left: -11rem;
  }
  .road_box_3_check_text {
    font-size: 3.5rem;
    margin-top: 4rem;
    padding-left: 16rem;
  }
  .road_box_3_check_text + .road_box_3_check_text {
    margin-top: 4rem;
  }
  .road_box_3_check_text:before {
    width: 13rem;
    height: 13rem;
    top: -1rem;
  }
  .road_box_3_check_text_5ka:before {
    background-image: url(/images/check_5ka.webp);
  }
  .road_box_3_check_text_perek:before {
    background-image: url(/images/check_perek.webp);
  }
  .partner_block {
    width: 92rem;
    height: 30.7rem;
    border-radius: 5rem;
    top: 229.8rem;
    left: 4rem;
    padding-top: 7rem;
    padding-left: 26rem;
    background-image: url(/images/bg_partner_block_mob.webp);
    background-size: cover;
  }
  .partner_block:before {
    width: 22rem;
    height: 22rem;
    top: 4.4rem;
    left: 3rem;
  }
  .partner_text {
    font-size: 4.8rem;
  }
  .partner_text_hidden {
    width: 88rem;
    padding: 6rem 7rem 6rem;
    border-radius: 5rem;
    top: 20rem;
    left: 2rem;
    font-size: 4rem;
  }
  .partner_text_hidden_close {
    top: 3rem;
    right: 3rem;
    width: 5rem;
    height: 5rem;
  }
  .road_box_4 {
    width: 100%;
    margin-top: 21rem;
    margin-left: 0;
  }
  .road_box_4_info {
    height: 164rem;
  }
  .road_box_4_info_item {
    width: 100%;
    padding: 0 4.5rem;
  }
  .road_box_4_info_text {
    font-size: 3.7rem;
    margin-top: 6rem;
    width: 100%;
  }
  .road_box_4_info_link {
    width: 100%;
    height: 17rem;
    border-radius: 9rem;
    margin-top: 6rem;
  }
  .road_box_4_info_link span {
    font-size: 5rem;
  }
  .road_box_4_info_image {
    width: 70rem;
    position: static;
    margin: 9rem auto 0;
  }
  .section_green {
    border-radius: 7.5rem;
    margin-top: -7.5rem;
    overflow: hidden;
  }
  .section_green_wrapper {
    width: 100%;
    margin: 0;
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
  .road_2_mob {
    display: block;
    width: 100%;
    position: absolute;
    top: 0rem;
    left: 0;
    pointer-events: none;
    z-index: 1;
  }
  .road_2 {
    display: none;
  }
  .green_box_1 {
    padding-left: 20rem;
    width: 100%;
  }
  .green_box_1:before {
    width: 18rem;
    height: 21rem;
    top: 7rem;
    left: 1rem;
  }
  .green_box_2 {
    width: 92rem;
    height: 209rem;
    background-image: url(/images/bg_green_box_2_mob.webp);
    background-size: 100%;
    background-position: 0 0;
    padding: 11rem 4rem 0;
    margin: 10rem auto 0;
  }
  .green_box_2:before {
    width: 15rem;
    height: 15rem;
    top: -7.7rem;
    left: 76.1rem;
  }
  .green_box_2:after {
    content: none;
  }
  .green_box_2_title {
    font-size: 7rem;
  }
  .green_box_2_item {
    width: 82rem;
    border-radius: 5rem;
    padding: 6rem 4rem 0 6rem;
    filter: drop-shadow(-4px 22px 20px rgba(36, 59, 36, 0.17)) drop-shadow(-2px 9px 9px rgba(36, 59, 36, 0.05)) drop-shadow(-1px 2px 4px rgba(36, 59, 36, 0.03));
    box-shadow: inset 2px -2px 0.6px rgba(63, 145, 52, 0.28), inset -5px 4px 15px rgba(255, 255, 255, 0.25);
  }
  .green_box_2_item_1 {
    height: 38rem;
    top: 40rem;
    left: 4rem;
  }
  .green_box_2_item_2 {
    height: 35rem;
    top: 72rem;
    left: 2rem;
  }
  .green_box_2_item_3 {
    height: 28rem;
    top: 103rem;
    left: 4rem;
  }
  .green_box_2_item_1:before {
    width: 28rem;
    height: 14rem;
    top: -4rem;
    left: 47rem;
  }
  .green_box_2_item_title {
    font-size: 8rem;
  }
  .green_box_2_item_2 .green_box_2_item_title,
  .green_box_2_item_3 .green_box_2_item_title {
    padding-left: 10rem;
  }
  .green_box_2_item_2 .green_box_2_item_title:before,
  .green_box_2_item_3 .green_box_2_item_title:before {
    width: 8rem;
    height: 8rem;
  }
  .green_box_2_item_text {
    font-size: 4rem;
    margin-top: 2rem;
  }
  .green_box_2_text {
    font-size: 4rem;
    margin-top: 121rem;
  }
  .green_box_2_line {
    display: block;
    margin-top: 4rem;
  }
  .white_link {
    width: 100%;
    height: 18rem;
    border-radius: 9rem;
    padding-left: 0;
    justify-content: center;
    margin-top: 4rem;
  }
  .white_link:first-child {
    margin-top: 0;
  }
  .white_link:before {
    content: none;
  }
  .white_link span {
    font-size: 5rem;
  }
  .white_link:hover,
  .green_button:hover,
  .road_box_4_info_link:hover,
  .green_box_5_info_link:hover,
  .section_link:hover,
  .icon_link:hover .icon_link_image {
    transform: none;
  }
  .green_box_3 {
    width: 92rem;
    height: 238rem;
    background-image: url(/images/bg_green_box_3_mob.webp);
    background-size: 100% auto;
    background-position: 0 0;
    padding: 18rem 4rem 0;
    margin: 18rem auto 0;
  }
  .green_box_3:before {
    width: 15rem;
    height: 15rem;
    top: -2.6rem;
    left: 5.3rem;
  }
  .green_box_3_list {
    display: block;
    gap: 0;
    margin-top: 7rem;
  }
  .green_box_3_list_item {
    width: 100%;
    height: 34rem;
    border-radius: 5rem;
    padding-top: 7rem;
    padding-left: 6rem;
    margin-top: 5rem;
  }
  .green_box_3_list_item:nth-child(1) {
    background-size: 42rem 36rem;
    margin-top: 0;
    padding-right: 20rem;
  }
  .green_box_3_list_item:nth-child(2) {
    background-size: 40.2rem 23.6rem;
  }
  .green_box_3_list_item:nth-child(3) {
    padding-right: 32rem;
    height: 38rem;
  }
  .green_box_3_list_item:nth-child(4) {
    background-size: 66.8rem 15rem;
    height: 38rem;
  }
  .green_box_3_list_item:nth-child(1):before {
    width: 42.2rem;
    height: 15rem;
    top: -3.2rem;
    right: -2rem;
  }
  .green_box_3_list_item:nth-child(2):before {
    width: 16rem;
    height: 16rem;
    top: -7rem;
    left: 32.1rem;
  }
  .green_box_3_list_item:nth-child(3):before {
    width: 34.2rem;
    height: 35rem;
    bottom: 0;
    right: -2rem;
  }
  .green_box_3_list_item:nth-child(4):before {
    width: 36rem;
    height: 36rem;
    top: -14.1rem;
    left: 59.8rem;
  }
  .green_box_3_list_item_title {
    font-size: 8rem;
  }
  .green_box_3_list_item_text {
    font-size: 3.8rem;
    margin-top: 3rem;
  }
  .green_box_3_list_item_wrapper + .green_box_3_list_item_wrapper {
    margin-left: 18rem;
  }
  .white_link_wide {
    height: 18rem;
  }
  .white_link_wide span {
    font-size: 5rem;
  }
  .green_box_3 .white_link_wide {
    margin-top: 12rem;
    color: #0088FE;
  }
  .green_box_4 {
    width: 92rem;
    height: 246rem;
    background-image: url(/images/bg_green_box_4_mob.webp);
    background-size: 100% auto;
    background-position: 0 0;
    padding: 14rem 4rem 0;
    margin: 20rem auto 0;
  }
  .green_box_4:before {
    width: 15rem;
    height: 15rem;
    top: -4.7rem;
    left: 76.1rem;
  }
  .green_box_4_list {
    display: block;
    gap: 0;
    margin-top: 8rem;
  }
  .green_box_4_list_item {
    width: 100%;
    height: 38rem;
    border-radius: 5rem;
    padding-top: 6rem;
    padding-left: 6rem;
    margin-top: 6rem;
  }
  .green_box_4_list_item:nth-child(1) {
    background-size: 34rem auto;
    background-position: 93% 0em;
    margin-top: 0;
  }
  .green_box_4_list_item:nth-child(2) {
    background-size: 42rem 35rem;
    background-position: 110% 0;
  }
  .green_box_4_list_item:nth-child(3) {
    background-size: 37rem auto;
  }
  .green_box_4_list_item:nth-child(4) {
    background-size: 36rem 32rem;
    background-position: 100% 100%;
    padding-right: 36rem;
  }
  .green_box_4_list_item_text {
    font-size: 4rem;
  }
  .green_box_4 .white_link_wide {
    margin-top: 10rem;
  }
  .green_box_5 {
    width: 100%;
    margin-top: 13rem;
  }
  .green_box_5_info {
    width: 100%;
    position: relative;
  }
  .green_box_5_info_item {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 0 4rem;
  }
  .green_box_5_info_item:before {
    width: 30rem;
    height: 30rem;
    top: 157rem;
    left: 0rem;
  }
  .green_box_5_info_item:after {
    width: 27rem;
    height: 28rem;
    top: 72rem;
    left: 72rem;
  }
  .green_box_5_info_text {
    font-size: 3.8rem;
    margin-top: 6rem;
    width: 100%;
  }
  .green_box_5_info_link {
    width: 100%;
    height: 17rem;
    border-radius: 9rem;
    margin-top: 7rem;
  }
  .green_box_5_info_link span {
    font-size: 5rem;
  }
  .green_box_5_info_image {
    width: 90rem;
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 2;
    margin: 1rem auto 0;
  }
  .section_links {
    border-radius: 7.5rem 7.5rem 0 0;
    margin-top: -7.5rem;
    padding-top: 12rem;
    padding-bottom: 8rem;
    padding: 12rem 4rem 8rem;
  }
  .section_links_title {
    font-size: 7rem;
  }
  .links_list {
    width: 100%;
    margin: 12rem 0 0;
  }
  .link_item {
    height: 16rem;
    margin-top: 5rem;
  }
  .link_item:first-child {
    margin-top: 0;
  }
  .section_link {
    border-radius: 2.5rem;
    font-size: 4rem;
    line-height: 1.3em;
    padding-left: 5rem;
    padding-right: 18rem;
  }
  .x5_footer {
    display: block;
    padding: 10rem 4rem 10rem;
  }
  .logo_x5_grey {
    width: 30rem;
    margin: 0 auto;
  }
  .footer_links_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 10rem;
  }
  .footer_link_item {
    margin-bottom: 3rem;
  }
  .footer_link_item:nth-child(1),
  .footer_link_item:nth-child(3) {
    margin-right: 0;
  }
  .footer_link_item:last-child {
    margin-bottom: 0;
  }
  .footer_link {
    font-size: 4rem ;
  }
  .icons_box {
    width: 60rem;
    margin: 10rem auto 0;
  }
  .icons_text {
    display: block;
    font-size: 5rem;
  }
  .icons_list {
    margin-top: 1.2rem;
  }
  .icon_item {
    width: 12rem;
  }
}