@font-face {
  font-family: "Proxima Nova Lt";
  src: url("../fonts/ProximaNova-Light.eot");
  src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Bl";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cormorant Bold";
  src: url("../fonts/Cormorant-BoldItalic.ttf");
}
@font-face {
  font-family: "Cormorant Regular";
  src: url("../fonts/Cormorant-Regular.ttf");
}
@font-face {
  font-family: "Cormorant SemiBold";
  src: url("../fonts/Cormorant-SemiBold.ttf");
}
@font-face {
  font-family: "Andantino";
  src: url("../fonts/Andantino-script.ttf");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
mark {
  font-family: "Cormorant Bold", sans-serif;
  background-color: transparent;
  color: inherit;
}
.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 7px;
  width: fit-content;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  border-radius: 15px;
  padding: 25px 36px;
  border: none;
  background-image: -moz-linear-gradient(90deg, rgb(226, 110, 120) 0%, rgb(254, 178, 178) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(226, 110, 120) 0%, rgb(254, 178, 178) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(226, 110, 120) 0%, rgb(254, 178, 178) 100%);
  box-shadow: 0px 4px 0px 0px rgb(241 142 150 / 0%), 0px 24px 54px 0px rgb(255 46 136 / 42%);
  transition: 0.2s;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn:hover {
  transform: translateY(-3px);
}
.btn:disabled,
.btn[disabled] {
  opacity: 0.6;
}
body {
  font-family: "Proxima Nova Rg", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0px 15px;
  height: 100%;
}
.main {
  position: relative;
  display: flex;
  flex-direction: column;
  background-image: url("../img/main-bg.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo-svg {
  display: flex;
  align-items: center;
  background-color: #789ede;
  border-radius: 85px;
  padding: 10px;
  margin-right: 15px;
}
.header__logo-text {
  display: flex;
  flex-direction: column;
  font-family: "Cormorant SemiBold", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.header__logo-text span {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 14px;
  margin-top: 5px;
  text-transform: none;
}
/* MOBILE MENU  ---  MOBILE MENU  ---  MOBILE MENU  ---  MOBILE MENU */
header {
  z-index: 999;
}
.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  transition: 0.2s;
}
.fixed {
  background-color: #fff;
  height: 70px;
  box-shadow: 0px 3px 20px #4b4d8312;
}
.navbar__wrap {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.hamb {
  display: none;
}
.popup {
  display: none;
}
.logo {
  display: flex;
  align-items: center;
}
.menu > li > a {
  text-decoration: none;
}
.navbar__wrap .menu {
  display: flex;
}
.navbar__wrap .menu > li {
  display: flex;
  align-items: stretch;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.navbar__wrap .menu > li > a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
.navbar__wrap .menu > li > a::before,
.navbar__wrap .menu > li > a::after {
  position: absolute;
  width: 36px;
  height: 1px;
  background: #8e91c2;
  bottom: 23px;
  pointer-events: none;
}
.navbar__wrap .menu > li > a:before {
  content: "";
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.navbar__wrap .menu > li > a:hover {
  color: #000;
}
.navbar__wrap .menu > li > a:hover::before {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.menu-link {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

/* MOBILE MENU  ---  MOBILE MENU  ---  MOBILE MENU  ---  MOBILE MENU */

.main__info {
  display: flex;
  align-items: center;
  padding-top: 100px;
}
.main__info-left h1 {
  font-family: "Cormorant SemiBold", sans-serif;
  font-size: 36px;
  color: #000;
  margin-bottom: 30px;
}
.main__info-left p {
  font-family: "Proxima Nova Lt", sans-serif;
  font-size: 21px;
  line-height: 26px;
  color: #000;
  margin-bottom: 50px;
}
.main__info-left {
  width: 50%;
}
.main__info-right {
  width: 50%;
}
.main__info-right img {
  width: 100%;
  object-fit: cover;
}
.greeting {
  position: relative;
  display: flex;
  margin-top: 70px;
}
.title {
  font-family: "Cormorant Regular", sans-serif;
  font-size: 56px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.subtitle {
  max-width: 921px;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 40px;
}
.greeting__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-bottom: 35px;
  margin-top: 50px;
}
.items-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 25px 45px;
  border-radius: 25px;
}
.item-heading {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc9e6;
}
.item-heading .counter {
  font-family: "Andantino", sans-serif;
  font-size: 52px;
  color: #b9b6de;
}
.item-heading h4 {
  font-family: "Cormorant Regular", sans-serif;
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 18px;
  margin-left: 15px;
}
.items-item p {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  margin-bottom: 20px;
}
.items-item p:last-child {
  margin-bottom: 0px;
}
.item-1 {
  padding: 0;
  overflow: hidden;
}
.item-1 img {
  object-fit: cover;
}
.item-2 {
  background-color: #fdfbfd;
}
.item-3 {
  border: 1px solid #eaebff;
}
.item-4 {
  background-image: -moz-linear-gradient(90deg, rgb(246, 246, 255) 0%, rgb(240, 241, 254) 49%, rgb(246, 246, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(246, 246, 255) 0%, rgb(240, 241, 254) 49%, rgb(246, 246, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(246, 246, 255) 0%, rgb(240, 241, 254) 49%, rgb(246, 246, 255) 100%);
}
.contact {
  position: relative;
  display: block;
  margin-top: 70px;
  margin-bottom: 70px;
}
.contact__items {
  display: flex;
  justify-content: space-around;
  margin-top: 75px;
}
.contact__items-item {
  position: relative;
}
.contact__items-item a {
  position: relative;
  display: flex;
  padding: 100px;
  z-index: 2;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #8c8cdd;
  text-decoration: none;
  text-align: center;
}
.contact__items-item:hover::after {
  background-color: #dedef345;
}
.contact__items-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  border: 1px solid #b8b8d2;
  border-radius: 50%;
  padding: 160px;
  transform: translateX(-50%);
  transition: 0.2s;
  z-index: 1;
}
.contact__items-item img {
  height: 36px;
}
.quiz {
  position: relative;
  display: block;
  margin-top: 120px;
  margin-bottom: 70px;
  padding: 120px 0;
  background-image: url(../img/quiz-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.quiz__container {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 25px;
  padding: 100px 130px 50px 130px;
  height: 500px;
  background-image: url(../img/form-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
/* КВИЗ - КВИЗ - КВИЗ -КВИЗ */
form {
  width: 100%;
}
.step {
  display: none;
}
.step.active-step {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.step h5 {
  font-family: "Cormorant Regular", sans-serif;
  font-size: 37px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.step-1 p {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  max-width: 380px;
  margin-bottom: 40px;
}
.step-1 span {
  position: relative;
  display: block;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #585858;
  max-width: 312px;
  margin-top: 30px;
}
.step-1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/form-girl-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 606px;
  height: 500px;
}
.step-1 span::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -78px;
  background-image: url(../img/form-gift.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 163px;
  height: 100px;
}
.contact-form__input-wrapper {
  position: relative;
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
  margin-top: 40px;
}
.contact-form__chackbox-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  margin-top: 40px;
}
.contact-form__input-item {
  width: 50%;
}
.contact-form__input-item p {
  position: relative;
  display: block;
  height: 48px;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 15px;
}
.contact-form__input {
  height: 60px;
  border: 1px solid #cac9df;
  border-radius: 15px;
  width: 100%;
  background: transparent;
  padding: 0 15px 0 25px;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 15px;
  color: #000;
  transition: 0.3s;
}
.contact-form__input:focus {
  transition: 0.3s;
}
.contact-form__progress-bar {
  position: relative;
  display: flex;
  margin-top: auto;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-top: auto;
}
.progress-bar__info {
  position: relative;
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.progress-bar__info span {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 14px;
  color: #000;
  margin-right: 8px;
}
.progress-bar__info h6 {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 20px;
  color: #685bb3;
}
.progress-bar__line {
  background: rgb(0 0 0 / 10%);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 425px;
}
.progress-bar__value {
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #9991c6;
  height: 10px;
  width: 0;
}
.progress-bar__value .value0 {
  animation: load1 1s normal forwards;
}
.progress-bar__value.value15 {
  animation: load2 1s normal forwards;
}
.progress-bar__value.value30 {
  animation: load3 1s normal forwards;
}
.progress-bar__value.value35 {
  animation: load4 1s normal forwards;
}
.progress-bar__value.value50 {
  animation: load5 1s normal forwards;
}
.progress-bar__value.value65 {
  animation: load6 1s normal forwards;
}
.progress-bar__value.value80 {
  animation: load7 1s normal forwards;
}
.progress-bar__value.value90 {
  animation: load8 1s normal forwards;
}
@keyframes load1 {
  0% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 15%;
  }
}
@keyframes load3 {
  0% {
    width: 15%;
  }
  100% {
    width: 30%;
  }
}
@keyframes load4 {
  0% {
    width: 30%;
  }
  100% {
    width: 35%;
  }
}
@keyframes load5 {
  0% {
    width: 35%;
  }
  100% {
    width: 50%;
  }
}
@keyframes load6 {
  0% {
    width: 50%;
  }
  100% {
    width: 65%;
  }
}
@keyframes load7 {
  0% {
    width: 65%;
  }
  100% {
    width: 80%;
  }
}
@keyframes load8 {
  0% {
    width: 80%;
  }
  100% {
    width: 90%;
  }
}
.progress-bar__btn {
  position: relative;
  display: flex;
  column-gap: 30px;
  align-items: center;
  margin-left: auto;
}
button.previous-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  padding: 20px;
  transition: 0.2s;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button.previous-btn:hover {
  transform: scale(1.1);
}
.form-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  display: none;
}
input:checked + label {
  background-color: #8885bc;
  color: #fff;
}
label {
  color: black;
  background-color: #e9e9e9;
  padding: 8px 16px;
  border-radius: 27px;
  cursor: pointer;
}
label:hover {
  background-color: #e4e3f9;
}
.select-css {
  display: block;
  height: 60px;
  font-size: 15px;
  font-family: "Proxima Nova Rg", sans-serif;
  color: #000;
  line-height: 1.3;
  padding: 0 15px 0 25px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #cac9df;
  border-radius: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #ffffff00 0%, #ffffff00 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.select-css::-ms-expand {
  display: none;
}
*[dir="rtl"] .select-css,
:root:lang(ar) .select-css,
:root:lang(iw) .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}
.success-send {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  background-color: #fff;
  text-align: center;
  z-index: 999;
}
.success-send-active {
  display: flex;
}
.success-send h4 {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 30px;
  color: #7a73ef;
  margin-bottom: 19px;
}
.success-send p {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 19px;
  color: #000;
  line-height: 1.3;
  max-width: 426px;
  margin-bottom: 13px;
}
.success-send span {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 14px;
  color: #8b8b8b;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .form-wrapper {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .contact-form {
    width: 100%;
  }
}

/* КОНЕЦ КВИЗА - КОНЕЦ КВИЗА - КОНЕЦ КВИЗА - КОНЕЦ КВИЗА */
.reviews {
  position: relative;
  display: block;
  margin-top: 70px;
  margin-bottom: 70px;
}
.reviews__container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.reviews__top {
  position: relative;
  display: flex;
  margin-bottom: 80px;
}
.reviews__top-left {
  width: 50%;
}
.reviews__top-right {
  width: 50%;
}
.reviews__top-left span {
  position: relative;
  display: block;
  max-width: 400px;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 40px;
}
.reviews__top-right p {
  position: relative;
  display: block;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin-bottom: 40px;
}
.reviews__slider {
  width: 100%;
}
/*//////////////////////*/

.swiper {
  width: 100%;
  height: 381px;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  padding: 57px;
  border-radius: 18px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
.swiper-slide-header {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 20px;
}
.swiper-slide-header span {
  position: relative;
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 18px;
  color: #000;
}
.swiper-slide-header img {
  object-fit: contain;
}
.swiper-slide p {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}
.swiper-slide p:last-child {
  margin-bottom: 0px;
}
.swiper-slide {
  background-color: #fff;
  border: 2px solid #8785bc;
}
.swiper-3d .swiper-slide-shadow {
  background-color: transparent;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  top: auto;
  bottom: 8px;
}
/*//////////////////////*/
.statistics {
  position: relative;
  display: block;
  margin-top: 70px;
  margin-bottom: 100px;
}
.statistics__container {
  display: flex;
  gap: 35px;
}
.statistics__item {
  position: relative;
  display: flex;
  width: 50%;
  padding: 45px 50px;
  border-radius: 25px;
  background-image: -moz-linear-gradient(47deg, rgb(95 100 173) 0%, rgb(135, 133, 188) 100%);
  background-image: -webkit-linear-gradient(47deg, rgb(95 100 173) 0%, rgb(135, 133, 188) 100%);
  background-image: -ms-linear-gradient(47deg, rgb(95 100 173) 0%, rgb(135, 133, 188) 100%);
  overflow: hidden;
}
.statistics__item p {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.statistics__item:nth-child(2):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/statistics-img.png);
  background-repeat: no-repeat;
  width: 217px;
  height: 195px;
}
footer {
  position: relative;
  display: block;
  background-color: #535197;
  padding: 60px 0;
}
.footer {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.footer__logo-text {
  display: flex;
  flex-direction: column;
  font-family: "Cormorant SemiBold", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.footer__logo-text span {
  font-family: "Proxima Nova Rg", sans-serif;
  font-size: 14px;
  margin-top: 5px;
  text-transform: none;
  color: #fff;
}
.footer__link {
  display: flex;
  column-gap: 35px;
  align-items: center;
}
@media (max-width: 991.98px) {
  /* MOBILE MENU  ---  MOBILE MENU  ---  MOBILE MENU  ---  MOBILE MENU */
  .navbar__wrap .menu {
    display: none;
  }
  .hamb {
    display: flex;
    align-items: center;
  }
  .hamb__field {
    padding: 10px 20px;
    cursor: pointer;
  }
  .bar {
    display: block;
    width: 30px;
    height: 1px;
    margin: 6px auto;
    background-color: #000;
    transition: 0.2s;
  }
  .popup {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popup.open {
    top: 95px;
  }
  .popup .menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 15px 0;
    overflow: auto;
  }
  .popup .menu > li {
    width: 100%;
  }
  .popup .menu > li > a {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-family: "Proxima Nova Rg", sans-serif;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
  }
  .popup .menu > li > a:hover {
    background-color: rgba(122, 82, 179, 0.1);
  }
  .hamb__field.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamb__field.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamb__field.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  body.noscroll {
    overflow: hidden;
  }
  /* MOBILE MENU  ---  MOBILE MENU  ---  MOBILE MENU  ---  MOBILE MENU */
  .reviews {
    overflow: hidden;
  }
  .reviews__container {
    flex-direction: column;
  }
  .reviews__top {
    flex-direction: column;
    margin-bottom: 0;
  }
  .reviews__top-left {
    width: 100%;
  }
  .reviews__top-right {
    display: none;
  }
  .reviews__slider {
    width: 100%;
    margin-top: 50px;
    z-index: 2;
  }
  .swiper {
    width: 100%;
    height: 672px;
  }
  .swiper-slide {
    padding: 34px;
    font-size: 16px;
    line-height: 22px;
  }
  .statistics__container {
    flex-direction: column;
  }
  .statistics__item {
    width: 100%;
    padding: 25px 30px;
  }
  .statistics__item p {
    font-size: 16px;
    line-height: 22px;
  }
  .statistics__item:nth-child(2):after {
    right: -19px;
    bottom: -20px;
    background-size: cover;
    width: 100px;
    height: 104px;
  }
  .quiz {
    margin-top: 0;
    padding: 70px 0;
  }
  .quiz__container {
    padding: 40px 35px 25px 35px;
  }
  .step.step-1 {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .step-1::after {
    display: none;
  }
  .step-1 span::after {
    top: 46px;
    right: -54px;
  }
  .step-2 h5,
  .step-3 h5,
  .step-4 h5 {
    display: none;
  }
  .contact-form__chackbox-wrapper {
    margin-top: 0px;
  }
  .contact-form__chackbox-wrapper label {
    font-size: 15px;
  }
  .contact-form__input-wrapper {
    flex-direction: column;
    row-gap: 20px;
    margin-top: 0;
  }
  .contact-form__input-item {
    width: 100%;
  }
  .contact-form__input-item p {
    height: auto;
  }
  .contact-form__progress-bar {
    flex-direction: column;
    row-gap: 20px;
  }
  .progress-bar {
    width: 100%;
  }
  .progress-bar__line {
    width: 100%;
  }
  .progress-bar__btn {
    margin-left: unset;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  .btn {
    width: 100%;
  }
  .navbar {
    position: relative;
  }
  .header__logo-text {
    font-size: 17px;
  }
  .header__logo-text span {
    font-size: 13px;
  }
  .main {
    background-position: center left;
  }
  .main__info {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 95px;
  }
  .main__info-left {
    width: 100%;
  }
  .main__info-left h1 {
    font-size: 33px;
  }
  .main__info-left p {
    margin-bottom: 292px;
  }
  .main__info-left img {
  }
  .main__info-right {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .title {
    font-size: 36px;
  }
  .greeting__items {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .item-heading h4 {
    font-size: 21px;
  }
  .contact__items {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .contact__items-item a {
    position: relative;
    display: flex;
    padding: 38px;
    z-index: 2;
  }
  .contact__items-item::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    border: 1px solid #b8b8d2;
    border-radius: 50%;
    padding: 63px;
    transform: translateX(-50%);
  }
  .contact__items-item img {
    height: 30px;
    width: 37px;
    object-fit: contain;
  }
  .contact__items-item:last-child {
    display: none;
  }
  footer {
    padding: 40px 0;
  }
  .footer {
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
  }
}
