@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/ProximaNova-Regular.WOFF') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/ProximaNova-Bold.WOFF') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Novaposhta;
  src: url('../fonts/NovaPoshta-RegularCond.ttf') format("truetype"), url('../fonts/NovaPoshta-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Novaposhta;
  src: url('../fonts/NovaPoshta-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Novaposhta;
  src: url('../fonts/NovaPoshta-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --dark-grey: #333;
  --light-grey: #999;
}

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

h1 {
  color: #da291c;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novaposhta, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

p {
  color: #242424;
  margin-bottom: 0;
  font-family: Novaposhta, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.header {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.ain-ua-logo {
  align-self: auto;
  width: 50px;
  height: auto;
}

.partner-logo {
  text-align: left;
  width: 45px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo {
  object-fit: contain;
  display: block;
}

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

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

.header-separator {
  opacity: .2;
  color: #0f110f;
  object-fit: fill;
  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;
  position: static;
}

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

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

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

.author-block {
  grid-column-gap: 15px;
  color: var(--black);
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.partner-description-mobile {
  color: var(--black);
  text-align: center;
  align-self: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

.footer {
  padding: 60px 40px 57px;
}

.footer-grid {
  grid-column-gap: 100px;
  grid-row-gap: 12px;
  color: var(--black);
  grid-template: "area-1 . Area Area-2 Area-5 Area-10" 17px
                 ". . . Area-3 Area-6 ."
                 ". . . Area-4 Area-7 ."
                 ". . . . Area-8 ."
                 ". . . . . ." 10px
                 "Area-13 . Area-11 Area-11 Area-11 Area-11"
                 / 140px auto 110px 165px 90px 180px;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: column;
  justify-items: start;
  padding-top: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

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

.footer-link {
  color: var(--black);
  text-align: justify;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

.container {
  max-width: 952px;
}

.container.is--white {
  background-color: var(--white);
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.is--green {
  background-color: #b6b9db;
  padding: 60px 20px;
  display: block;
}

.page-wrapper {
  overflow: hidden;
}

.quiz {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 40px 60px;
  display: flex;
}

.quiz-header {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.title {
  color: #242424;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Novaposhta, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
}

.title.is--small {
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
}

.quiz-list {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.quiz-submit {
  color: var(--white);
  background-color: #da291c;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 54px;
  margin-top: 60px;
  padding: 0;
  font-family: Novaposhta, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.quiz-submit.submit {
  margin-left: auto;
  margin-right: auto;
}

.answer {
  opacity: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.result {
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
}

.form-block {
  margin-bottom: 0;
}

.ui-wrapper {
  margin-bottom: 20px;
}

.h1 {
  margin-bottom: 25px;
}

.paragraph {
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph.is--padding-top {
  padding-top: 4px;
}

.question-lable {
  color: #bbbcbc;
  text-transform: uppercase;
  font-family: Novaposhta, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
}

.big-paragraph {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
}

.company-name {
  color: #242424;
  text-transform: uppercase;
  font-family: Novaposhta, sans-serif;
  font-size: 16px;
  line-height: 185%;
}

.popup-heading {
  color: #242424;
  text-transform: uppercase;
  font-family: Novaposhta, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
}

.popup-heading.is--align-center {
  text-align: center;
  margin-bottom: 10px;
}

.popup-paragraph {
  font-family: Proxima Nova, sans-serif;
  font-size: 18px;
  line-height: 170%;
  display: block;
}

.result-lable {
  color: #242424;
  text-transform: uppercase;
  font-family: Novaposhta, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
}

.hero-section {
  background-color: #b7e3d8;
  height: 391px;
  margin-top: 82px;
  position: relative;
  overflow: hidden;
}

.content-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.content-block.is--1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 391px;
}

.content-block.is--2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-columns: 431px 1fr;
  align-items: start;
}

.right-part {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: static;
}

.image-1 {
  width: 515px;
  height: 334px;
  position: absolute;
  inset: auto -3% auto auto;
}

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

.button-1 {
  color: var(--white);
  background-color: #da291c;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 54px;
  margin-top: 25px;
  padding: 0;
  font-family: Novaposhta, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.button-1.popup-btn {
  margin-top: 0;
}

.top-side {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 51px;
  display: flex;
}

.question-number {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
}

.list-item {
  background-color: #f7f7f7;
  margin-right: 50px;
  box-shadow: 7px 7px #ededed;
}

.list-item:hover {
  box-shadow: 7px 7px #d0d0d0;
}

.list-item:active, .list-item:focus {
  background-color: #b7e3d8;
  box-shadow: 7px 7px #92e1b2;
}

.radio-style {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 30px;
}

.radio-button-label {
  width: 100%;
  height: 100%;
}

.quiz-block {
  background-color: var(--white);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 71px 40px 61px;
}

.quiz-block.is--low, .quiz-block.is--middle {
  display: block;
}

.swiper-slide {
  width: 100%;
  padding: 60px 20px;
}

.swiper-slide.is--2 {
  background-color: #92e1b2;
  position: static;
}

.swiper-slide.is--3 {
  background-color: #bed6e5;
  position: static;
}

.swiper-slide.is--4 {
  background-color: #b7e3d8;
  position: static;
}

.swiper-slide.is--5 {
  background-color: #efdbb4;
  position: static;
}

.swiper-slide.is--6 {
  background-color: #bbbcbc;
  position: static;
}

.swiper-slide.is--7 {
  background-color: #dcbfa6;
  position: static;
}

.swiper-slide.is--1 {
  background-color: #b6b9db;
  width: 100%;
  position: static;
}

.swiper-slide.is--2 {
  background-color: #92e1b2;
  position: static;
}

.swiper-button-next, .swiper-button-prev {
  display: none;
}

.quiz-top {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.quiz-top.is--result {
  flex-direction: column;
}

.quiz-top.is--question {
  flex-direction: row;
}

.result--red {
  color: #da291c;
}

.quiz-part {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: block;
}

.content-part {
  margin-bottom: 30px;
}

.content-part.is--no-pb {
  margin-bottom: 0;
}

.quiz-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.quiz-wrapper.is--grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.quiz-wrapper.is--grid.is--2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.quiz-wrapper.is--grid.is--5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.quiz-ansver {
  cursor: pointer;
  background-color: #f7f7f7;
  padding: 34px 67px 41px 37px;
  transition: box-shadow .2s;
  box-shadow: 7px 7px #ededed;
}

.quiz-ansver:hover {
  box-shadow: 7px 7px #d0d0d0;
}

.quiz-ansver.is--true-answer, .quiz-ansver.open--popup-1, .quiz-ansver.open--popup-2, .quiz-ansver.open--popup-3, .quiz-ansver.open--popup-4, .quiz-ansver.open--popup-5, .quiz-ansver.open--popup-6, .quiz-ansver.open--popup-7, .quiz-ansver.open--popup-2-2 {
  text-decoration: none;
}

.company-block {
  align-items: flex-start;
  display: flex;
}

.company-img {
  width: 25px;
  height: 25px;
  margin: 0 20px 0 0;
}

.quiz-button {
  padding: 0;
}

.swiper-section {
  position: static;
}

.swiper-container {
  max-width: 100%;
}

.popup {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.popup.popup-1-new {
  z-index: 1000;
  display: none;
}

.popup.popup-2 {
  display: none;
}

.popup.popup-3, .popup.popup-4, .popup.popup-5 {
  z-index: 1000;
  display: none;
}

.popup.popup-6, .popup.popup-7 {
  z-index: 1000;
}

.popup.popup-1 {
  display: none;
}

.popup.popup-2 {
  z-index: 1000;
  display: none;
}

.popup-quiz-block {
  background-color: var(--white);
  border: 5px solid #da291c;
  width: 690px;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
}

.popup-top-part {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
}

.popup-top-part.is--2 {
  background-color: #e3f7eb;
}

.popup-top-part.is--1 {
  background-color: #ecedf6;
}

.popup-top-part.is--4 {
  background-color: #e6f5f2;
}

.popup-top-part.is--5 {
  background-color: #f5e9cf;
}

.popup-top-part.is--6 {
  background-color: #ebebeb;
}

.popup-top-part.is--7 {
  background-color: #dcbfa64d;
}

.popup-bottom-part {
  padding-left: 79px;
  padding-right: 79px;
}

.popup-btn-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.popup-align-block {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: flex;
}

.popup-close-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 28px 28px auto auto;
}

.popup-close-icon.popup-btn {
  z-index: 3;
  cursor: pointer;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.final-img {
  width: 961px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.porada-img {
  width: 100%;
}

.restart-btn {
  padding: 0;
}

.button-restart {
  color: var(--white);
  background-color: #da291c;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 54px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Novaposhta, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.button-restart.popup-btn {
  margin-top: 0;
}

.link {
  color: #00e;
  text-decoration: underline;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.true-check {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.check {
  width: 80px;
  height: 80px;
}

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

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1120px;
  }

  .section.is--green {
    display: block;
  }

  .h1 {
    font-size: 36px;
  }

  .paragraph {
    font-size: 18px;
  }

  .big-paragraph {
    margin-bottom: 17px;
  }

  .hero-section {
    height: 500px;
  }

  .content-block.is--1 {
    align-items: center;
    height: 500px;
  }

  .content-block.is--2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .image-1 {
    width: 697px;
    min-width: 696px;
    height: 454px;
  }

  .button-1 {
    margin-top: 41px;
  }

  .quiz-block {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding: 72px 77px 42px;
  }

  .swiper-slide.is--1 {
    padding: 85px 0;
  }

  .quiz-top {
    margin-bottom: 45px;
  }

  .quiz-wrapper.is--grid {
    grid-column-gap: 17px;
  }

  .quiz-ansver.is--true-answer, .quiz-ansver.open--popup-1 {
    padding: 34px 65px 51px 37px;
  }

  .popup.popup-1-new {
    display: none;
  }

  .popup.popup-1 {
    display: block;
  }

  .button-restart {
    margin-top: 41px;
  }

  .true-check {
    z-index: 1000;
  }
}

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

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

@media screen and (max-width: 991px) {
  .header {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo, .image {
    object-fit: cover;
  }

  .credits-block {
    width: 100%;
  }

  .partner-description-mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer {
    padding-bottom: 57px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid {
    grid-column-gap: 100px;
    grid-template: "Area-12 . Area Area-2" 17px
                   ". . Area-5 Area-3"
                   ". . Area-6 Area-4"
                   ". . Area-7 Area-10"
                   ". . Area-8 Area-10"
                   ". . . ." 10px
                   "Area-13 Area-13 Area-13 Area-13"
                   "Area-11 Area-11 Area-11 Area-11"
                   / 90px auto 105px 165px;
    grid-auto-columns: auto;
    grid-auto-flow: column;
  }

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

  .container {
    max-width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.is--padding-top {
    font-size: 14px;
  }

  .hero-section {
    height: 440px;
    margin-top: 65px;
  }

  .content-block.is--1 {
    height: 100%;
  }

  .content-block.is--2 {
    grid-template-columns: 1fr 1fr;
  }

  .left-part {
    height: 100%;
  }

  .left-part.is--hero {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .image-1 {
    width: 450px;
    height: 310px;
  }

  .image-2 {
    height: 100%;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

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

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

@media screen and (max-width: 767px) {
  .partner-description {
    font-size: 2.11268vw;
    line-height: 2.64085vw;
  }

  .ain-ua-logo {
    height: 100%;
  }

  .partner-logo {
    background-image: none;
  }

  .logo {
    display: block;
  }

  .header-partner-block {
    display: none;
  }

  .image {
    display: block;
  }

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

  .suggestion-content {
    padding-top: 6.16197vw;
    padding-left: 3.52113vw;
    padding-right: 3.52113vw;
  }

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

  .footer {
    padding: 57px 20px;
  }

  .footer-grid {
    grid-column-gap: 15px;
    grid-template: "Area-12 ." 17px
                   ". ." 10px
                   "Area Area-2"
                   "Area-5 Area-3"
                   "Area-6 Area-4"
                   "Area-7 Area-10"
                   "Area-8 Area-10"
                   ". ." 10px
                   "Area-13 Area-13"
                   "Area-11 Area-11"
                   / auto auto;
    padding-top: 0;
  }

  .title, .result {
    font-size: 14px;
  }

  .h1 {
    font-size: 22px;
  }

  .paragraph {
    font-size: 12px;
  }

  .question-lable {
    font-size: 14px;
  }

  .big-paragraph, .company-name {
    font-size: 12px;
  }

  .popup-heading {
    font-size: 14px;
  }

  .popup-paragraph, .result-lable {
    font-size: 12px;
  }

  .hero-section {
    height: auto;
    margin-top: 56px;
    padding-bottom: 50px;
  }

  .content-block.is--1 {
    grid-template-columns: 1fr;
  }

  .right-part.is--hero {
    height: 350px;
  }

  .image-1 {
    width: 540px;
    height: 350px;
    position: absolute;
    right: 0%;
  }

  .quiz-wrapper.is--grid {
    grid-template-columns: 1fr;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

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

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

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

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

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

@media screen and (max-width: 479px) {
  .partner-description {
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }

  .logo {
    display: block;
  }

  .header-partner-block {
    display: none;
  }

  .image {
    display: block;
  }

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

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

  .suggestion-content {
    padding-top: 10.9375vw;
    padding-left: 6.25vw;
    padding-right: 9.375vw;
  }

  .footer-grid {
    grid-template-rows: 17px 10px auto auto auto auto auto 10px auto;
    grid-template-areas: "Area-12 ."
                         ". ."
                         "Area Area-2"
                         "Area-5 Area-3"
                         "Area-6 Area-4"
                         "Area-7 Area-10"
                         "Area-8 Area-10"
                         ". ."
                         "Area-13 Area-13"
                         "Area-11 Area-11";
  }

  .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title.is--small, .paragraph {
    font-size: 14px;
  }

  .question-lable {
    text-align: right;
    max-width: 205px;
  }

  .big-paragraph {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .hero-section {
    height: auto;
  }

  .content-block.is--1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .content-block.is--2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .left-part {
    width: 100%;
  }

  .right-part.is--hero {
    height: 210px;
  }

  .image-1 {
    width: 280px;
    height: 180px;
    position: absolute;
  }

  .image-2 {
    width: 100%;
    height: 180px;
  }

  .button-1 {
    width: 100%;
    height: 51px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-1.popup-btn {
    font-size: 16px;
  }

  .quiz-block {
    max-width: 100%;
    padding: 15px;
  }

  .swiper-slide.is--1 {
    padding: 15px 10px;
  }

  .quiz-top {
    margin-bottom: 25px;
  }

  .quiz-part, .content-part {
    margin-bottom: 15px;
  }

  .quiz-wrapper.is--grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .quiz-ansver, .quiz-ansver.is--true-answer {
    padding: 15px;
  }

  .popup.popup-2 {
    display: none;
  }

  .popup-quiz-block {
    width: 100%;
    padding-bottom: 30px;
  }

  .popup-top-part {
    padding-bottom: 0;
  }

  .popup-bottom-part {
    padding-left: 15px;
    padding-right: 15px;
  }

  .popup-align-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup-close-icon.popup-btn {
    top: 15px;
    right: 15px;
  }

  .button-restart {
    width: auto;
    height: 51px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-2 {
    max-width: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

#w-node-dcdf4010-df7a-7738-cea2-53fe6676f1f4-686abbec, #w-node-_9bd1e701-954d-79c8-a834-a58ac232ada4-686abbec, #w-node-d09995a7-c069-21e9-161d-34363b69aab5-686abbec, #w-node-_5900b8cd-d623-5ed1-466e-59150e66dada-686abbec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23ee3e56-a8cd-efda-bdd9-fcf3d14114b4-686abbec {
  align-self: start;
}

#w-node-_23ee3e56-a8cd-efda-bdd9-fcf3d14114d0-686abbec {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_23ee3e56-a8cd-efda-bdd9-fcf3d14114d6-686abbec {
  grid-area: 2 / 2 / 3 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-_23ee3e56-a8cd-efda-bdd9-fcf3d14114d0-686abbec {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_23ee3e56-a8cd-efda-bdd9-fcf3d14114d6-686abbec {
    grid-area: 3 / 1 / 4 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_008a29fe-9b01-faa1-e8d6-ee587e33fd1d-686abbec {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_23ee3e56-a8cd-efda-bdd9-fcf3d14114b4-686abbec {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_23ee3e56-a8cd-efda-bdd9-fcf3d14114d0-686abbec {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_23ee3e56-a8cd-efda-bdd9-fcf3d14114d6-686abbec {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_008a29fe-9b01-faa1-e8d6-ee587e33fd1d-686abbec {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_69753984-5c65-f058-ad25-ada16db34aca-686abbec {
    place-self: center;
  }

  #w-node-_23ee3e56-a8cd-efda-bdd9-fcf3d14114b4-686abbec {
    grid-column: span 2 / span 2;
  }

  #w-node-_23ee3e56-a8cd-efda-bdd9-fcf3d14114cd-686abbec {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_23ee3e56-a8cd-efda-bdd9-fcf3d14114d0-686abbec {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_23ee3e56-a8cd-efda-bdd9-fcf3d14114d6-686abbec {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.WOFF') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Bold.WOFF') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novaposhta';
  src: url('../fonts/NovaPoshta-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novaposhta';
  src: url('../fonts/NovaPoshta-RegularCond.ttf') format('truetype'), url('../fonts/NovaPoshta-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novaposhta';
  src: url('../fonts/NovaPoshta-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novaposhta';
  src: url('../fonts/NovaPoshta-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Novaposhta';
  src: url('../fonts/NovaPoshta-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}