@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaCyrillicBold.ttf') format("truetype"), url('../fonts/FuturaCyrillicExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaCyrillicHeavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futuracyrillicbook;
  src: url('../fonts/FuturaCyrillicBook.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futuracyrillicdemi;
  src: url('../fonts/FuturaCyrillicDemi.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaCyrillicMedium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaCyrillicLight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

p {
  margin-bottom: 0;
}

.page-wrapper {
  overflow: clip;
}

.body {
  letter-spacing: -.03em;
  font-family: Futura PT, Arial, sans-serif;
  font-weight: 300;
}

.text-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-wrapper._3 {
  z-index: 3;
}

.text-wrapper._2 {
  z-index: 2;
}

.text-wrapper._1 {
  z-index: 1;
}

.text-wrapper._5 {
  z-index: 5;
}

.text-wrapper._4 {
  z-index: 4;
}

.text-wrapper.is-1 {
  z-index: 1;
  display: none;
}

.text-wrapper.is-2 {
  z-index: 2;
  display: none;
}

.text-wrapper.is-3 {
  z-index: 3;
  display: none;
}

.text-wrapper.is-4 {
  z-index: 4;
  display: none;
}

.text-wrapper.is-5 {
  z-index: 5;
  display: none;
}

.relative-block {
  z-index: 1;
  height: auto;
  margin-bottom: 0;
  position: relative;
}

.sticky-block {
  width: 100vw;
  position: relative;
  top: 0;
}

.sticky-block.hide {
  display: none;
}

.cards-wrapper {
  z-index: 0;
  flex-flow: column;
  height: auto;
  position: relative;
}

.card {
  width: 100vw;
  padding-bottom: 16vw;
  transition: all 1.2s;
  position: absolute;
  overflow: hidden;
}

.card._1 {
  z-index: 1;
  background-color: #002b90;
}

.card._3 {
  z-index: 3;
  background-color: #00f;
  transform: translate(0, 85vh);
}

.card._4 {
  z-index: 4;
  background-color: purple;
  transform: translate(0, 90vh);
}

.card._2 {
  z-index: 2;
  background-color: green;
  transform: translate(0, 80vh);
}

.card._5 {
  z-index: 5;
  background-color: #ff0;
  transform: translate(0, 95vh);
}

.card.is-1 {
  z-index: 1;
  background-color: #002b90;
  margin-bottom: -16vw;
  position: relative;
}

.card.is-2 {
  z-index: 2;
  background-color: #f76820;
  border-top-left-radius: 3vw;
  border-top-right-radius: 3vw;
  height: 67vw;
  margin-bottom: -4vw;
  position: relative;
}

.card.is-2.closed {
  height: 8vw;
  margin-bottom: -12vw;
}

.card.is-3 {
  z-index: 3;
  background-color: #00503c;
  border-top-left-radius: 3vw;
  border-top-right-radius: 3vw;
  height: 70vw;
  margin-bottom: -3vw;
  position: relative;
}

.card.is-3.closed {
  height: 8vw;
  margin-bottom: -12vw;
}

.card.is-4 {
  z-index: 4;
  background-color: #4dbec3;
  border-top-left-radius: 3vw;
  border-top-right-radius: 3vw;
  height: 81vw;
  margin-bottom: -16vw;
  position: relative;
}

.card.is-4.closed {
  height: 8vw;
  margin-bottom: -12vw;
}

.card.is-5 {
  z-index: 5;
  background-color: #dce123;
  border-top-left-radius: 3vw;
  border-top-right-radius: 3vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 70vw;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.card.is-5.closed {
  height: 4vw;
}

.oshchadyk {
  z-index: 0;
  background-image: url('../images/im1.webp');
  background-position: 147%;
  background-repeat: no-repeat;
  background-size: 80.343vw 80.343vw;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% auto;
}

.oshchadyk.hide {
  display: none;
}

.oshchadyk.is--1 {
  display: none;
  top: 30vw;
  left: -17%;
}

.hero-section {
  z-index: 0;
  background-color: #dce123;
  position: relative;
  overflow: hidden;
}

.hero-content-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: 90vw;
  padding: 9.2vw 6vw 7vw;
  display: flex;
  position: relative;
}

.head-hero-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-head {
  text-align: center;
}

.p-144-70 {
  color: #002b90;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura PT, Arial, sans-serif;
  font-size: 14.516vw;
  font-weight: 500;
  line-height: 70%;
}

.p-144-70.is-1 {
  background-color: #dce123;
  padding: 1vw 1vw 4vw;
  display: inline-block;
}

.block-300 {
  z-index: 3;
  width: 29vw;
  position: relative;
}

.p-30-80 {
  z-index: 1;
  color: #dce123;
  letter-spacing: -.03em;
  font-size: 3.024vw;
  font-weight: 500;
  line-height: 80%;
  display: inline-block;
  position: relative;
}

.color-block {
  z-index: 0;
  background-color: #002b90;
  width: 19vw;
  height: 4vw;
  position: absolute;
  inset: -.5vw auto auto -.6vw;
}

.color-block.is-2 {
  width: 28.5vw;
  top: 1.8vw;
}

.color-block.is-3 {
  width: 15vw;
  inset: auto auto 0% -.6vw;
}

.svg-line {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 33vw auto auto 0%;
}

.icon-wrapper-stick {
  position: relative;
}

.icon-osh {
  z-index: 1;
  position: absolute;
  top: 0;
}

.stick-block-icon {
  z-index: 99;
  width: 100%;
  height: 200vh;
  position: absolute;
  top: 0;
}

.section {
  background-color: #dce123;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section.is-1 {
  z-index: 1;
  position: absolute;
}

.section.is-2 {
  z-index: 2;
  background-color: #002b90;
}

.section.is-3 {
  z-index: 3;
  position: absolute;
}

.section.is-4 {
  z-index: 4;
  pointer-events: none;
  background-color: #f76820;
  height: 100vh;
  min-height: auto;
  position: relative;
}

.section.is-4.hide {
  display: none;
}

.image {
  position: sticky;
  top: 0;
}

.icon-os {
  pointer-events: none;
  width: 91vw;
  height: auto;
  display: none;
  position: relative;
  inset: 0 auto auto 0;
}

.icon-os.hide {
  display: none;
}

.info-wrapper-card {
  width: 100%;
  height: 100%;
  padding: 5vw;
  position: relative;
}

.info-wrapper-card.is--5 {
  min-height: 62vw;
}

.info-wrap-cards {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: column;
  width: 37vw;
  height: 100%;
  display: flex;
}

.p-48-70 {
  color: #dce123;
  font-size: 4.839vw;
  font-weight: 500;
  line-height: 70%;
}

.p-48-70.is-white {
  color: #fff;
}

.p-48-70.is-green {
  color: #00503c;
}

.p-48-70.is-bly {
  color: #002b90;
}

.p-48-70.is-opas {
  opacity: .1;
  line-height: 90%;
}

.p-18-90 {
  color: #dce123;
  font-size: 1.815vw;
  font-weight: 500;
  line-height: 90%;
}

.p-18-90.is-1 {
  color: #002b90;
}

.p-18-90.is-1.is-orange {
  color: #f76820;
}

.p-18-90.is-1.is-green {
  color: #00503c;
}

.p-18-90.is-1.is-bl {
  color: #4dbec3;
}

.p-18-90.is-1.is-ye {
  color: #dce123;
}

.p-18-90.is-white {
  color: #fff;
}

.p-18-90.is-green {
  color: #00503c;
}

.p-18-90.is-bly {
  color: #002b90;
}

.text-wrapper-card {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  display: flex;
}

.info-block-card {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: #dce123;
  flex-flow: column;
  width: 39.617vw;
  padding: 3vw;
  display: flex;
}

.info-block-card.is-3 {
  background-color: #00503c;
}

.info-block-card.is-2 {
  background-color: #fff;
}

.info-block-card.is-4 {
  background-color: #002b90;
}

.name-carf {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg-icon {
  width: 3.125vw;
  height: 3.125vw;
}

.p-24-70 {
  color: #002b90;
  font-size: 2.419vw;
  font-weight: 500;
  line-height: 70%;
}

.p-24-70.is-orange {
  color: #f76820;
}

.p-24-70.is-green {
  color: #00503c;
}

.p-24-70.is-bl {
  color: #4dbec3;
}

.p-24-70.is-ye {
  color: #dce123;
}

.p-24-70.is-white {
  color: #fff;
}

.button-info {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5vw;
  padding-right: 5vw;
  display: none;
}

.name-card {
  justify-content: space-between;
  width: 100%;
  padding-top: 1vw;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.section-info-wrapper {
  min-height: 600vw;
  margin-bottom: 27vw;
  position: relative;
}

.info-block-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.info-block-wrap.is-1 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 5vw;
}

.info-block-wrap.is-2.is-3 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 1vw;
}

.text-info-wrap {
  text-align: center;
  width: 78vw;
}

.p-30-100 {
  color: #002b90;
  font-size: 3.024vw;
  font-weight: 500;
  line-height: 100%;
}

.opas-sp {
  color: #002b9080;
}

.svg1 {
  pointer-events: none;
  width: 60vw;
  min-width: 110vw;
  height: 52vw;
  position: absolute;
  inset: -40vw auto auto -30vw;
}

.svg2 {
  pointer-events: none;
  width: 90vw;
  min-width: 120vw;
  height: 87vw;
  position: absolute;
  inset: auto -40vw -55vw auto;
}

.text-info-wrap2 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 69vw;
  display: flex;
}

.text-info-wrap2.is-2 {
  text-align: center;
}

.text-wrap-info {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.svg3 {
  pointer-events: none;
  width: 21vw;
  min-width: 80vw;
  height: 92vw;
  position: absolute;
  inset: -40vw -40vw auto auto;
}

.svg4 {
  pointer-events: none;
  width: 14vw;
  min-width: 100vw;
  height: 100vw;
  position: absolute;
  inset: 35vw auto auto -79.2vw;
}

.p-48-90 {
  color: #002b90;
  font-size: 4.839vw;
  font-weight: 500;
  line-height: 90%;
}

.button {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  color: #dce123;
  background-color: #002b90;
  border-radius: 6vw;
  justify-content: center;
  align-items: center;
  height: 7.923vw;
  padding-left: 3.3vw;
  padding-right: 3.3vw;
  text-decoration: none;
  display: flex;
}

.p-30-90 {
  font-size: 3.024vw;
  font-weight: 500;
  line-height: 90%;
}

.svg-but {
  width: 2vw;
}

.svg5 {
  pointer-events: none;
  min-width: 120vw;
  min-height: 100vw;
  position: absolute;
  inset: -72vw auto auto -60vw;
}

.svg6 {
  pointer-events: none;
  min-width: 120vw;
  height: 100vw;
  position: absolute;
  inset: auto -10vw -60vw auto;
}

.im1 {
  pointer-events: none;
  width: 90vw;
  height: auto;
  position: absolute;
  inset: 18vw auto auto 5vw;
}

.svg-icon1 {
  width: 8vw;
  position: absolute;
  inset: 31vw 32vw auto auto;
}

.svg-icon2 {
  width: 13vw;
  position: absolute;
  inset: 30vw auto auto 20vw;
}

.svg7 {
  pointer-events: none;
  min-width: 130vw;
  height: 100vw;
  position: absolute;
  inset: -20vw auto auto -10vw;
}

.svg7.is-2 {
  display: none;
}

.list-block-card {
  background-color: #fff;
  border-radius: 3vw;
  width: 54.94vw;
  padding: 4vw 3vw;
}

.p-36-100 {
  color: #002b90;
  font-size: 3.629vw;
  font-weight: 500;
  line-height: 100%;
}

.sp-ye {
  color: #dce123;
  background-color: #002b90;
  padding-left: 1vw;
  padding-right: 1vw;
}

.sp-rel {
  margin-left: -1vw;
}

.line-card {
  background-color: #002b9080;
  width: 100%;
  height: 1px;
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.line-card.is-2 {
  margin-top: 2vw;
  margin-bottom: 3vw;
}

.list-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.list {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.p-28-90 {
  color: #002b90;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 90%;
}

.radio-button {
  background-color: #002b9033;
  border-radius: 6vw;
  justify-content: flex-start;
  align-items: center;
  width: 7.832vw;
  min-width: 7.832vw;
  padding: .252vw;
  display: flex;
}

.radio-button.active {
  background-color: #f76820;
  justify-content: flex-end;
  align-items: center;
}

.radio-button.is--1, .radio-button.is--2, .radio-button.is--3, .radio-button.is--4, .radio-button.is--5 {
  width: 6vw;
  min-width: 6vw;
}

.circle {
  background-color: #fff;
  border-radius: 50%;
  width: 3.2vw;
  height: 3.2vw;
}

.circle.is--1, .circle.is--2, .circle.is--3, .circle.is--4, .circle.is--5 {
  width: 2vw;
  height: 2vw;
}

.check-last {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.p-36-90 {
  color: #f76820;
  font-size: 3vw;
  font-weight: 500;
  line-height: 90%;
}

.circle-block {
  background-color: #002b9033;
  border-radius: 50%;
  width: 6vw;
  min-width: 6vw;
  height: 6vw;
}

.sp {
  color: #dce123;
  background-color: #002b90;
  padding-left: 1vw;
  padding-right: 1vw;
}

.icon-wrap-hero {
  z-index: 10;
  width: 91vw;
  height: 92vw;
  display: none;
  position: absolute;
  top: 18vw;
  left: 4.4355vw;
}

.icon-wrap-hero.hide {
  display: none;
}

.svg-1 {
  width: 6vw;
  position: absolute;
  inset: 13vw auto auto 31vw;
}

.svg-2 {
  width: 13vw;
  position: absolute;
  inset: 10vw 15vw auto auto;
}

.partner-description-mobile {
  color: #000;
  text-align: center;
  align-self: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  display: block;
}

.partner-block-mobile {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.logo-image_partner {
  width: auto;
  height: 40px;
}

.suggestion-description {
  margin-top: 10px;
  font-weight: 400;
}

.footer-2 {
  padding: 60px 4vw 57px;
}

.suggestion-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-image_ain {
  width: auto;
  height: 35px;
}

.header-partner_inner {
  text-align: right;
  position: relative;
}

.partner-bold-text {
  font-weight: 700;
}

.credits-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

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

.header-separator {
  opacity: .2;
  color: #0f110f;
  background-color: #0f110f;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 1px;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.header-partner_block {
  flex-direction: row;
  align-items: center;
  height: 40px;
  display: flex;
}

.link-block_ain {
  align-self: auto;
}

.header {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block_partner {
  align-items: center;
  display: flex;
}

.suggestion {
  z-index: 1;
  color: #fff;
  text-transform: none;
  background-color: #0000;
  width: 100%;
  min-height: 220px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(200px, 1fr);
  justify-items: start;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.suggestion-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.partner-description {
  color: #0f110f;
  text-align: right;
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.partner-icon {
  width: 16px;
  height: auto;
  position: absolute;
  inset: -9.5px 45% auto;
}

.partner-text {
  color: #fff;
  font-size: 14px;
}

.partner-section {
  margin-top: 10vw;
  padding-left: 40px;
  padding-right: 40px;
}

.container {
  width: 100%;
  max-width: 90vw;
}

.footer-description {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.author-block {
  grid-column-gap: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.position {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.suggestion-icon {
  position: absolute;
  inset: auto 20px 35px auto;
}

.content-block.is--header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-image_ain-2 {
  width: auto;
  height: 4vw;
}

.link-block_ain-2 {
  align-self: auto;
}

.suggestion-blackout {
  opacity: .5;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.suggestion-image-container {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.block-meaning {
  text-align: center;
  background-color: #0006;
  border-radius: 10px;
  width: 200px;
  padding: 8px;
  display: none;
  position: absolute;
  inset: auto -18% -70px auto;
}

.suggestion-content {
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.suggestion-heading {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-link-2 {
  color: #000;
  text-align: justify;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.heder-non-wrap {
  display: none;
}

.svg-number {
  width: 13vw;
  position: absolute;
  inset: 15vw 3vw auto auto;
}

.svg-procent {
  width: 11vw;
  position: absolute;
  inset: auto 44vw 38vw auto;
}

.svg-procent.is-2 {
  bottom: 10vw;
  right: 40vw;
}

.svg-info {
  width: 8vw;
  position: absolute;
  inset: 46vw 8vw auto auto;
}

.svg-info.hide {
  display: none;
}

.svg-case {
  width: 12vw;
  position: absolute;
  inset: 25vw 45vw auto auto;
}

.svg-case.hide {
  display: none;
}

.sticky-wrap {
  z-index: 1;
  height: 100vh;
  position: sticky;
  inset: 0% 0% auto;
}

.sticky-wrap.hide {
  display: none;
}

.icon-wrapper {
  z-index: 1000;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-wrapper.hide {
  display: none;
}

.pack-hero {
  width: 91vw;
  position: absolute;
  inset: 18vw 0% auto 4.6%;
}

.trigger-1 {
  height: 800vw;
  position: absolute;
  inset: auto 0% 65%;
}

.trigger-2 {
  height: 500vw;
  position: absolute;
  inset: auto 0% 10%;
}

.mob-icon-wrapper {
  z-index: 1000;
  position: absolute;
  inset: 0%;
}

.mob-icon-wrapper.hide {
  display: none;
}

.text-wrapper-copy {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
}

.text-wrapper-copy._3 {
  z-index: 3;
}

.text-wrapper-copy._2 {
  z-index: 2;
}

.text-wrapper-copy._1 {
  z-index: 1;
}

.text-wrapper-copy._5 {
  z-index: 5;
}

.text-wrapper-copy._4 {
  z-index: 4;
}

.text-wrapper-copy.is-1 {
  z-index: 1;
}

.text-wrapper-copy.is-2 {
  z-index: 2;
}

.text-wrapper-copy.is-3 {
  z-index: 3;
}

.text-wrapper-copy.is-4 {
  z-index: 4;
}

.text-wrapper-copy.is-5 {
  z-index: 5;
}

.mob-wrap {
  flex-flow: column;
  height: 660vw;
  display: flex;
  position: relative;
}

.trigger-3 {
  height: 300vw;
  position: absolute;
  inset: auto 0% 10%;
}

.im-992 {
  pointer-events: none;
  width: 80vw;
  height: 80vw;
  position: absolute;
  inset: 19vw auto auto 10vw;
}

@media screen and (min-width: 1280px) {
  .text-wrapper.is-1 {
    display: flex;
    inset: 0%;
  }

  .text-wrapper.is-1.mob {
    display: none;
  }

  .text-wrapper.is-2 {
    display: flex;
  }

  .text-wrapper.is-2.mob {
    display: none;
  }

  .text-wrapper.is-3 {
    display: flex;
  }

  .text-wrapper.is-3.mob {
    display: none;
  }

  .text-wrapper.is-4 {
    display: flex;
  }

  .text-wrapper.is-4.mob {
    display: none;
  }

  .text-wrapper.is-5 {
    display: flex;
  }

  .text-wrapper.is-5.mob {
    display: none;
  }

  .relative-block {
    height: 1400vw;
    margin-bottom: 0;
  }

  .sticky-block {
    position: sticky;
    top: 0;
  }

  .cards-wrapper {
    height: 100vh;
  }

  .cards-wrapper.hide {
    display: none;
  }

  .card {
    width: 105vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    transition-property: none;
  }

  .card._3 {
    transform: translate(85vw);
  }

  .card._4 {
    transform: translate(90vw);
  }

  .card._2 {
    transform: translate(80vw);
  }

  .card._5 {
    transform: translate(95vw);
  }

  .card.is-1 {
    height: 100vh;
    margin-bottom: 0;
    position: absolute;
  }

  .card.is-2 {
    border-top-left-radius: 2vw;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2vw;
    flex-flow: row;
    height: 100vh;
    display: flex;
    position: absolute;
    transform: translate(80vw);
  }

  .card.is-2.closed {
    height: 100vh;
    margin-bottom: 0;
  }

  .card.is-3 {
    border-top-left-radius: 2vw;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2vw;
    justify-content: flex-start;
    align-items: stretch;
    height: 100vh;
    display: flex;
    position: absolute;
    transform: translate(85vw);
  }

  .card.is-3.closed {
    height: 100vh;
    margin-bottom: 0;
  }

  .card.is-4 {
    border-top-left-radius: 2vw;
    border-top-right-radius: 3vw;
    border-bottom-left-radius: 2vw;
    height: 100vh;
    display: flex;
    position: absolute;
    transform: translate(90vw);
  }

  .card.is-4.closed {
    height: 100vh;
    margin-bottom: 0;
  }

  .card.is-5 {
    border-top-left-radius: 2vw;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2vw;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    height: 100vh;
    display: flex;
    position: absolute;
    transform: translate(95vw);
  }

  .card.is-5.closed {
    height: 100vh;
  }

  .oshchadyk {
    background-position: 50% 53%;
    background-size: 72.778vw 72.778vw;
    transform: translateY(22vw);
  }

  .oshchadyk.is--1 {
    background-size: 60vw;
    display: block;
    top: 0;
    left: 0%;
  }

  .hero-content-wrapper {
    height: 100vh;
    min-height: auto;
    padding: 6.5vw 4.167vw 4.167vw;
  }

  .hero-head {
    width: 90%;
  }

  .p-144-70 {
    font-size: 11.667vw;
  }

  .block-300 {
    width: 26vw;
  }

  .p-30-80 {
    font-size: 2.5vw;
  }

  .color-block {
    width: 16vw;
    height: 3vw;
    top: -.3vw;
  }

  .color-block.is-2 {
    width: 23.5vw;
    top: 1.7vw;
  }

  .color-block.is-3 {
    width: 12vw;
    bottom: -.3vw;
  }

  .svg-line {
    top: 17vw;
  }

  .section {
    height: 100vh;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .section.is-4 {
    height: 100vh;
    min-height: 61vw;
  }

  .icon-os {
    width: 69vw;
    left: 2vw;
  }

  .info-wrap-cards {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    justify-content: space-between;
    width: 31vw;
  }

  .p-48-70 {
    font-size: 4.167vw;
  }

  .p-18-90 {
    font-size: 1.458vw;
  }

  .p-18-90.is-white {
    width: 88%;
  }

  .p-18-90.is-white.is-block {
    width: 21.597vw;
  }

  .p-18-90.is-green {
    width: 86%;
  }

  .p-18-90.is-green.is-block, .p-18-90.is-bly.is-block {
    width: 21.597vw;
  }

  .p-18-90.is-small {
    width: 26vw;
  }

  .p-18-90.is-small.is-block {
    width: 21.597vw;
  }

  .text-wrapper-card {
    grid-column-gap: 2.778vw;
    grid-row-gap: 2.778vw;
  }

  .info-block-card {
    grid-column-gap: 1.528vw;
    grid-row-gap: 1.528vw;
    width: 29.931vw;
    padding: 2vw;
  }

  .name-carf {
    grid-column-gap: 1.528vw;
    grid-row-gap: 1.528vw;
  }

  .svg-icon {
    width: 2.5vw;
    height: 2.5vw;
  }

  .p-24-70 {
    font-size: 1.944vw;
  }

  .p-24-70.is-green, .p-24-70.is-ye {
    font-size: 1.667vw;
  }

  .p-24-70.is-white {
    order: -9999;
    font-size: 1.667vw;
  }

  .p-24-70.is-1 {
    font-size: 1.667vw;
  }

  .button-info {
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .name-card {
    flex-flow: row;
    width: 100%;
    padding-top: 0;
    position: static;
    inset: 15% auto auto 0%;
  }

  .name-card.is-1 {
    width: 100vh;
    padding-top: 1.5vw;
    transform: rotate(-90deg);
  }

  .section-info-wrapper {
    margin-bottom: 5vw;
  }

  .info-block-wrap.is-1 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 26vw;
    padding-left: 4.167vw;
  }

  .info-block-wrap.is-2.is-3 {
    padding-top: 5vw;
  }

  .text-info-wrap {
    width: 66.944vw;
  }

  .p-30-100 {
    font-size: 2.5vw;
  }

  .svg1 {
    min-width: 90vw;
    top: -36.8vw;
    left: -20vw;
  }

  .svg2 {
    min-width: 90vw;
    bottom: -50vw;
    right: -30vw;
  }

  .text-info-wrap2.is-2 {
    grid-column-gap: 4.167vw;
    grid-row-gap: 4.167vw;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 52.917vw;
  }

  .text-wrap-info {
    grid-column-gap: 5.556vw;
    grid-row-gap: 5.556vw;
  }

  .svg3 {
    min-width: 76vw;
  }

  .svg4 {
    min-width: 93vw;
  }

  .p-48-90 {
    font-size: 4.167vw;
  }

  .button {
    grid-column-gap: 1.806vw;
    grid-row-gap: 1.806vw;
    height: 5.458vw;
    padding-left: 2.361vw;
    padding-right: 2.361vw;
  }

  .p-30-90 {
    font-size: 2.083vw;
  }

  .svg-but {
    width: 1.597vw;
  }

  .svg5 {
    top: -69vw;
    left: -38vw;
  }

  .im1 {
    width: 80.833vw;
    inset: -1vw -15vw auto auto;
  }

  .svg-icon1 {
    width: 5.903vw;
    top: 10vw;
    right: 10vw;
  }

  .svg-icon2 {
    width: 13.194vw;
    inset: 10vw 40vw auto auto;
  }

  .svg7.is-2 {
    display: none;
  }

  .list-block-card {
    width: 37.847vw;
    padding: 4.167vw 2.778vw;
  }

  .p-36-100 {
    font-size: 2.5vw;
  }

  .line-card {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }

  .line-card.is-2 {
    margin-top: 2vw;
    margin-bottom: 3vw;
  }

  .list-wrap {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .list {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .p-28-90 {
    font-size: 1.944vw;
  }

  .radio-button {
    width: 5.3vw;
    min-width: 5.3vw;
    padding: .174vw;
  }

  .circle {
    width: 2.153vw;
    height: 2.153vw;
  }

  .p-36-90 {
    font-size: 2.5vw;
  }

  .circle-block {
    width: 5.347vw;
    min-width: 5.347vw;
    height: 5.347vw;
  }

  .icon-wrap-hero {
    width: 72.778vw;
    height: 72.778vw;
    top: 13vw;
    left: 13.615vw;
  }

  .svg-1 {
    width: 5vw;
    top: 15vw;
    left: 24vw;
  }

  .svg-2 {
    width: 12vw;
    top: 10vw;
    right: 15vw;
  }

  .header {
    padding-top: 3vw;
  }

  .container {
    max-width: 92vw;
  }

  .svg-number {
    width: 12.5vw;
    right: 24vw;
  }

  .svg-number.is-2 {
    top: 9vw;
  }

  .svg-number.is--1 {
    opacity: 0;
    top: 7vw;
  }

  .svg-procent {
    width: 10.417vw;
    bottom: 26.6vw;
    right: 65vw;
  }

  .svg-procent.is-2 {
    bottom: 15vw;
    right: 55vw;
  }

  .svg-procent.is--1 {
    opacity: 0;
    width: 8vw;
    right: 63vw;
  }

  .svg-info {
    width: 6.806vw;
    right: 30vw;
  }

  .svg-info.is-2, .svg-info.is-3, .svg-info.is-4 {
    top: 30vw;
  }

  .svg-info.is--1 {
    opacity: 0;
    top: 36vw;
  }

  .svg-case {
    width: 10.069vw;
    top: 20vw;
    right: 63vw;
  }

  .sticky-wrap {
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .icon-wrapper {
    margin-left: 3vw;
    position: fixed;
  }

  .pack-1.pack {
    opacity: 0;
  }

  .pack-hero {
    width: 72.5vw;
    top: 12.9vw;
    left: 13.5%;
  }

  .trigger-1 {
    height: 1550vw;
    bottom: 40%;
  }

  .trigger-2 {
    height: 700vw;
    top: 36%;
    bottom: auto;
  }

  .mob-icon-wrapper {
    display: none;
  }

  .text-wrapper-copy.is-1 {
    display: flex;
    inset: 0%;
  }

  .text-wrapper-copy.is-1.mob {
    display: none;
  }

  .text-wrapper-copy.is-2 {
    display: flex;
  }

  .text-wrapper-copy.is-2.mob {
    display: none;
  }

  .text-wrapper-copy.is-3 {
    display: flex;
  }

  .text-wrapper-copy.is-3.mob {
    display: none;
  }

  .text-wrapper-copy.is-4 {
    display: flex;
  }

  .text-wrapper-copy.is-4.mob {
    display: none;
  }

  .text-wrapper-copy.is-5 {
    display: flex;
  }

  .text-wrapper-copy.is-5.mob {
    display: none;
  }

  .mob-wrap {
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .im-992 {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .footer-2 {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .logo-image_ain-2 {
    height: 3vw;
  }

  .mob-wrap {
    position: absolute;
    inset: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .relative-block {
    position: relative;
  }

  .oshchadyk {
    background-size: 71.354vw 71.354vw;
  }

  .oshchadyk.is--1 {
    background-size: 50vw;
  }

  .hero-section {
    overflow: hidden;
  }

  .hero-content-wrapper {
    padding: 7vw 3.438vw 3.438vw;
  }

  .head-hero-wrap {
    width: 100%;
  }

  .p-144-70 {
    font-size: 11.458vw;
  }

  .p-144-70.is-1 {
    padding-bottom: 3vw;
    font-size: 9.01vw;
  }

  .block-300 {
    width: 23vw;
  }

  .p-30-80 {
    font-size: 2.292vw;
  }

  .icon-os {
    z-index: 1;
    width: 71.302vw;
    min-width: 71.302vw;
    height: 71.302vw;
    top: 0;
    left: 0;
  }

  .info-wrapper-card {
    padding: 6.25vw 3.125vw 3.125vw;
  }

  .info-wrap-cards {
    width: 32.135vw;
  }

  .p-18-90, .p-18-90.is-1, .p-18-90.is-white {
    font-size: 1.094vw;
  }

  .p-18-90.is-white.is-block, .p-18-90.is-green.is-block, .p-18-90.is-bly.is-block {
    width: 22.083vw;
  }

  .p-18-90.is-small {
    width: 23vw;
    font-size: 1.094vw;
  }

  .p-18-90.is-small.is-block {
    width: 22.083vw;
  }

  .text-wrapper-card {
    grid-column-gap: 3.125vw;
    grid-row-gap: 3.125vw;
  }

  .info-block-card {
    grid-column-gap: 1.146vw;
    grid-row-gap: 1.146vw;
    width: 24.948vw;
    padding: 2.083vw;
  }

  .svg-icon {
    width: 1.875vw;
    height: 1.875vw;
  }

  .p-24-70 {
    font-size: 1.458vw;
  }

  .p-24-70.is-green, .p-24-70.is-ye, .p-24-70.is-white, .p-24-70.is-1 {
    font-size: 1.563vw;
  }

  .text-info-wrap {
    width: 61.042vw;
  }

  .p-30-100 {
    font-size: 2.292vw;
  }

  .text-wrap-info {
    grid-column-gap: 4.167vw;
    grid-row-gap: 4.167vw;
  }

  .im1 {
    top: -5vw;
  }

  .svg-icon1, .svg-icon2 {
    top: 5vw;
  }

  .list-block-card {
    width: 33.958vw;
  }

  .p-36-100 {
    font-size: 2.292vw;
  }

  .sp-ye {
    padding-left: .6vw;
    padding-right: .6vw;
  }

  .line-card {
    margin-top: 2.8vw;
    margin-bottom: 1.8vw;
  }

  .line-card.is-2 {
    margin-top: 1.8vw;
    margin-bottom: 2.8vw;
  }

  .list-wrap {
    grid-column-gap: 1.1vw;
    grid-row-gap: 1.1vw;
  }

  .p-28-90 {
    font-size: 1.771vw;
  }

  .radio-button {
    width: 4.844vw;
    min-width: 4.844vw;
  }

  .circle {
    width: 1.979vw;
    height: 1.979vw;
  }

  .p-36-90 {
    font-size: 2.292vw;
  }

  .circle-block {
    width: 4.844vw;
    min-width: 4.844vw;
    height: 4.844vw;
  }

  .icon-wrap-hero {
    width: 71.302vw;
    height: 71.302vw;
    position: absolute;
    inset: 14vw 0% 0% 14.2vw;
  }

  .svg-1 {
    left: 25vw;
  }

  .svg-2 {
    width: 10vw;
    right: 18vw;
  }

  .partner-section {
    margin-top: 5vw;
  }

  .svg-number {
    top: 5vw;
  }

  .svg-number.is-2, .svg-number.is-3, .svg-number.is-4, .svg-number.is-5, .svg-number.is--1 {
    width: 10vw;
    right: 30vw;
  }

  .svg-procent {
    bottom: 30vw;
    right: 53vw;
  }

  .svg-procent.is-2 {
    width: 8vw;
    bottom: 10vw;
  }

  .svg-procent.is--1 {
    width: 9vw;
    bottom: 15vw;
  }

  .svg-info {
    bottom: 15vw;
  }

  .svg-info.is-2 {
    width: 5vw;
    right: 30vw;
  }

  .svg-info.is-3, .svg-info.is-4 {
    width: 5vw;
    right: 34vw;
  }

  .svg-info.is--1 {
    width: 5vw;
    bottom: 15vw;
  }

  .svg-case {
    width: 8vw;
    top: 20vw;
    right: 60vw;
  }

  .pack-hero {
    width: 72vw;
    top: 14vw;
    left: 14%;
  }
}

@media screen and (max-width: 991px) {
  .partner-description-mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    object-fit: cover;
  }

  .footer-2 {
    padding-bottom: 57px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .credits-block {
    width: 100%;
  }

  .header {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: auto;
  }

  .suggestion-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .partner-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .oshchadyk.is--1 {
    top: -6vw;
  }

  .partner-block-mobile {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
    display: flex;
  }

  .image-2 {
    display: block;
  }

  .footer-2 {
    padding: 12vw 6vw;
  }

  .footer-column.has--margin {
    margin-top: 20px;
  }

  .header-partner_block {
    display: none;
  }

  .link-block_ain {
    height: 100%;
  }

  .link-block_partner {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 0;
    display: flex;
  }

  .suggestion-section {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .partner-description {
    font-size: 2.11268vw;
    line-height: 2.64085vw;
  }

  .logo-image_ain-2 {
    height: 5vw;
  }

  .link-block_ain-2 {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .text-wrapper {
    height: auto;
    position: relative;
  }

  .text-wrapper.is-1 {
    display: none;
  }

  .text-wrapper.is-1.mob {
    display: block;
  }

  .text-wrapper.is-2 {
    display: none;
  }

  .text-wrapper.is-2.mob {
    display: block;
  }

  .text-wrapper.is-3 {
    display: none;
  }

  .text-wrapper.is-3.mob {
    display: block;
  }

  .text-wrapper.is-4 {
    display: none;
  }

  .text-wrapper.is-4.mob {
    display: block;
  }

  .text-wrapper.is-5 {
    display: none;
  }

  .text-wrapper.is-5.mob {
    display: block;
  }

  .relative-block {
    height: auto;
  }

  .sticky-block {
    position: relative;
  }

  .cards-wrapper {
    height: auto;
  }

  .card {
    width: 100vw;
    height: auto;
    transition: height .8s;
    position: relative;
    overflow: hidden;
    transform: none;
  }

  .card.is-1 {
    width: 100vw;
    position: relative;
  }

  .card.is-2 {
    height: 275vw;
    margin-top: -2.5vw;
    transform: none;
  }

  .card.is-2.closed {
    height: 25vw;
  }

  .card.is-3 {
    height: 303vw;
    margin-top: -2.5vw;
    transform: none;
  }

  .card.is-3.closed {
    height: 25vw;
  }

  .card.is-4 {
    height: 298vw;
    margin-top: -2.5vw;
    transform: none;
  }

  .card.is-4.closed {
    height: 25vw;
  }

  .card.is-5 {
    height: 250vw;
    margin-top: -2.5vw;
    transform: none;
  }

  .card.is-5.closed {
    height: 12vw;
  }

  .oshchadyk {
    background-position: 50% 9%;
    background-size: 157.333vw 157.333vw;
  }

  .hero-content-wrapper {
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    min-height: 213vw;
    padding-top: 18vw;
    padding-bottom: 20vw;
  }

  .head-hero-wrap {
    z-index: 1;
    position: relative;
  }

  .p-144-70 {
    font-size: 21.333vw;
  }

  .p-144-70.is-1 {
    padding-bottom: 5vw;
  }

  .block-300 {
    z-index: 100;
    text-align: center;
    width: auto;
    top: -2vw;
  }

  .p-30-80 {
    font-size: 7.467vw;
  }

  .color-block {
    width: 47vw;
    height: 7vw;
    left: 9.5vw;
  }

  .color-block.is-2 {
    width: 69vw;
    top: 6.4vw;
    left: -1.4vw;
  }

  .color-block.is-3 {
    width: 36vw;
    left: 14.5vw;
  }

  .svg-line {
    min-width: 150%;
    inset: auto auto 65vw -45vw;
  }

  .section.is-1 {
    height: auto;
    min-height: 160vw;
    padding-top: 20vw;
    position: relative;
  }

  .section.is-2 {
    height: 190vh;
    min-height: 190vw;
    padding-top: 20vw;
    padding-bottom: 20vw;
    position: relative;
    overflow: visible;
  }

  .section.is-3 {
    height: auto;
    position: relative;
  }

  .section.is-4 {
    pointer-events: auto;
    height: 150vh;
    min-height: 150vw;
    padding-top: 20vw;
    padding-bottom: 20vw;
    position: relative;
    top: auto;
    overflow: visible;
  }

  .icon-os {
    width: 168vw;
    min-width: 168vw;
    display: block;
    top: -13vw;
    left: -34vw;
  }

  .info-wrapper-card {
    padding: 10.667vw;
  }

  .info-wrap-cards {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    justify-content: space-between;
    width: auto;
  }

  .p-48-70 {
    font-size: 10.667vw;
  }

  .p-48-70.is--1, .p-48-70.is--2, .p-48-70.is--3 {
    font-size: 8vw;
  }

  .p-18-90, .p-18-90.is-1, .p-18-90.is-white, .p-18-90.is-small {
    font-size: 4.8vw;
  }

  .text-wrapper-card {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .info-block-card {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    width: auto;
    padding: 5.333vw;
  }

  .name-carf {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .svg-icon {
    width: 8.267vw;
    height: 8.267vw;
  }

  .p-24-70 {
    font-size: 6.4vw;
  }

  .name-card.is-1 {
    padding-top: 4vw;
  }

  .info-block-wrap {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .info-block-wrap.is-1 {
    padding-top: 16vw;
    padding-bottom: 110vw;
  }

  .info-block-wrap.is-2 {
    height: auto;
    position: sticky;
    top: 15vw;
  }

  .info-block-wrap.is-2.is-mob {
    top: 25vw;
  }

  .text-info-wrap {
    width: 78.667vw;
  }

  .p-30-100 {
    font-size: 6.933vw;
  }

  .text-info-wrap2 {
    width: 78.667vw;
  }

  .text-info-wrap2.is-2 {
    grid-column-gap: 10.667vw;
    grid-row-gap: 10.667vw;
  }

  .text-info-wrap2.is-mob {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    width: 86vw;
  }

  .text-wrap-info {
    grid-column-gap: 10.667vw;
    grid-row-gap: 10.667vw;
  }

  .svg3 {
    min-width: 130vw;
    height: 150vw;
    top: -70vw;
    right: -80vw;
  }

  .svg4 {
    height: 104vw;
    top: 154vw;
  }

  .p-48-90 {
    font-size: 10.667vw;
  }

  .button {
    border-radius: 14.667vw;
    width: 100%;
    height: 18.667vw;
  }

  .p-30-90 {
    font-size: 7.2vw;
  }

  .svg-but {
    width: 5.6vw;
  }

  .svg5 {
    min-width: 140vw;
    min-height: 130vw;
  }

  .svg6 {
    bottom: -50vw;
  }

  .im1 {
    width: 160vw;
    min-width: 160vw;
    height: 160vw;
    top: 90vw;
    bottom: 0;
    left: -30vw;
  }

  .svg-icon1 {
    width: 12vw;
    inset: 110vw 20vw auto auto;
  }

  .svg-icon2 {
    width: 21vw;
    top: 105vw;
    bottom: 0;
    left: 2vw;
  }

  .svg7 {
    min-width: 170vw;
    height: 140vw;
  }

  .svg7.is-2 {
    display: block;
    inset: auto auto -20vw -40vw;
  }

  .list-block-card {
    border-radius: 8vw;
    width: 94.667vw;
    padding: 10.667vw 8vw;
    position: relative;
    top: 0;
  }

  .p-36-100 {
    font-size: 6.4vw;
  }

  .line-card, .line-card.is-2 {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .list-wrap {
    grid-column-gap: 6.133vw;
    grid-row-gap: 6.133vw;
  }

  .p-28-90 {
    font-size: 5.6vw;
  }

  .radio-button {
    width: 17.067vw;
    min-width: 17.067vw;
    padding: .533vw;
  }

  .radio-button.is--1, .radio-button.is--2, .radio-button.is--3, .radio-button.is--4, .radio-button.is--5 {
    width: 17.067vw;
    min-width: 17.067vw;
  }

  .circle, .circle.is--1, .circle.is--2, .circle.is--3, .circle.is--4, .circle.is--5 {
    width: 6.933vw;
    height: 6.933vw;
  }

  .p-36-90 {
    font-size: 6.4vw;
  }

  .circle-block {
    width: 13.6vw;
    min-width: 13.6vw;
    height: 13.6vw;
  }

  .icon-wrap-hero {
    z-index: 1;
    width: 100vw;
    display: block;
    top: 55vw;
    left: 0;
  }

  .svg-1 {
    width: 12vw;
    top: 11vw;
    left: 20vw;
  }

  .svg-2 {
    width: 18vw;
    top: 4vw;
    right: 6vw;
  }

  .partner-block-mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    display: block;
  }

  .logo-image_partner {
    height: 53px;
  }

  .logo-image_ain {
    height: 29px;
  }

  .header-partner_block {
    display: none;
  }

  .footer-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .partner-description {
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }

  .partner-section {
    margin-top: 25vw;
  }

  .author-block {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .logo-image_ain-2 {
    height: 7vw;
  }

  .link-block_ain-2 {
    margin-bottom: 3vw;
  }

  .svg-number {
    width: 21.6vw;
    top: 45vw;
    right: 0;
  }

  .svg-procent {
    width: 19.467vw;
    inset: 65vw auto auto 15vw;
  }

  .svg-procent.is-2 {
    top: 110vw;
    left: 22vw;
  }

  .svg-info {
    width: 17.333vw;
    inset: 100vw 2vw auto auto;
  }

  .svg-case {
    width: 20vw;
    inset: 60vw auto auto 10vw;
  }

  .sticky-wrap {
    height: auto;
    position: relative;
  }

  .icon-wrapper, .trigger-1, .trigger-2 {
    display: none;
  }

  .mob-icon-wrapper {
    min-height: 130vw;
    position: relative;
  }

  .text-wrapper-copy {
    height: auto;
    position: relative;
  }

  .text-wrapper-copy.is-1 {
    display: none;
  }

  .text-wrapper-copy.is-1.mob {
    display: block;
  }

  .text-wrapper-copy.is-2 {
    display: none;
  }

  .text-wrapper-copy.is-2.mob {
    display: block;
  }

  .text-wrapper-copy.is-3 {
    display: none;
  }

  .text-wrapper-copy.is-3.mob {
    display: block;
  }

  .text-wrapper-copy.is-4 {
    display: none;
  }

  .text-wrapper-copy.is-4.mob {
    display: block;
  }

  .text-wrapper-copy.is-5 {
    display: none;
  }

  .text-wrapper-copy.is-5.mob {
    display: block;
  }

  .mob-wrap {
    height: auto;
  }

  .section-2 {
    background-color: red;
    height: 140vh;
    position: relative;
  }

  .div-block {
    background-color: #000;
    width: 30vw;
    height: 30vw;
    position: sticky;
    top: 10px;
  }

  .im-992 {
    display: none;
  }
}

#w-node-b99797de-22e3-aea2-0285-01ab1004e710-94afd84c, #w-node-b99797de-22e3-aea2-0285-01ab1004e71b-94afd84c, #w-node-b99797de-22e3-aea2-0285-01ab1004e726-94afd84c, #w-node-b99797de-22e3-aea2-0285-01ab1004e731-94afd84c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b99797de-22e3-aea2-0285-01ab1004e73e-94afd84c {
  align-self: start;
}

#w-node-b99797de-22e3-aea2-0285-01ab1004e75a-94afd84c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b99797de-22e3-aea2-0285-01ab1004e760-94afd84c {
  grid-area: 2 / 2 / 3 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-b99797de-22e3-aea2-0285-01ab1004e75a-94afd84c {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-b99797de-22e3-aea2-0285-01ab1004e760-94afd84c {
    grid-area: 3 / 1 / 4 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b99797de-22e3-aea2-0285-01ab1004e73e-94afd84c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-b99797de-22e3-aea2-0285-01ab1004e75a-94afd84c {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-b99797de-22e3-aea2-0285-01ab1004e760-94afd84c {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b99797de-22e3-aea2-0285-01ab1004e73e-94afd84c {
    grid-column: span 2 / span 2;
  }

  #w-node-b99797de-22e3-aea2-0285-01ab1004e757-94afd84c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b99797de-22e3-aea2-0285-01ab1004e75a-94afd84c {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-b99797de-22e3-aea2-0285-01ab1004e760-94afd84c {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaCyrillicBold.ttf') format('truetype'), url('../fonts/FuturaCyrillicExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaCyrillicHeavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futuracyrillicbook';
  src: url('../fonts/FuturaCyrillicBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futuracyrillicdemi';
  src: url('../fonts/FuturaCyrillicDemi.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaCyrillicMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaCyrillicLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}