/* Reset and base styles  */

* {
  padding: 0;
  margin: 0;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */

a {
  color: inherit;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  display: block;
  vertical-align: top;
  object-fit: cover;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
  border: none;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

fieldset {
  border: none;
}

i {
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light.woff2") format("woff2"), url("../fonts/Lato/Lato-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-SemiBold.woff2") format("woff2"), url("../fonts/Lato/Lato-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato/Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Exstra-Bold.woff2") format("woff2"), url("../fonts/Lato/Lato-Exstra-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

html {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  line-height: 1.3;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
}

h1 > strong,
h2 > strong,
h3 > strong,
h4 > strong,
h5 > strong,
h6 > strong,
p > strong {
  font-weight: 400;
}

html {
  overflow-x: hidden;
  max-width: 100vw;
  scroll-behavior: smooth;
  color: #494949;
  font-variant-numeric: lining-nums;
}

html.js-no-scroll {
  overflow-y: hidden;
}

body {
  overflow: clip;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

main.main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 150px;
  padding-bottom: 160px;
}

@media (max-width: 1200px) {
  main.main {
    padding-bottom: 120px;
    gap: 120px;
  }
}

@media (max-width: 767px) {
  main.main {
    gap: 100px;
    padding-bottom: 100px;
  }
}

.container {
  max-width: 1200px;
  min-width: 280px;
  padding: 0 156px;
  margin: 0 auto;
  box-sizing: content-box;
}

@media (max-width: 1200px) {
  .container {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

.hidden {
  display: none !important;
}

section {
  scroll-margin: 130px;
}

@media (max-width: 767px) {
  section {
    scroll-margin: 80px;
  }
}

.title-section {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 32px;
  color: #282727;
  font-size: clamp(24px, 24px + (36 - 24) * (100vw - 370px) / 830, 36px);
}

@media (max-width: 767px) {
  .title-section {
    font-weight: 800;
    text-align: center;
  }
}

.flex-center,
.page-404__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 8px 32px;
  min-height: 44px;
  min-width: 150px;
  transition: all 0.24s ease-in-out;
  line-height: 1;
  width: fit-content;
  font-size: 18px;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
}

.button.button--outline {
  border: 2px solid #282727;
}

.button.button--outline:hover {
  box-shadow: #7DBBFF 4px 4px 0 0;
}

.button.button--primary {
  background-color: #7DBBFF;
}

.button.button--primary:hover {
  box-shadow: rgb(0, 0, 0) 4px 4px 0 0;
}

.button.button--secondary {
  background-color: #E498A0;
}

.button.button--secondary:hover {
  box-shadow: rgb(0, 0, 0) 4px 4px 0 0;
}

@media (min-width: 767px) {
  .desktop-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}

@media (min-width: 1200px) {
  .tablet-hidden {
    display: none;
  }
}

.container {
  max-width: 1200px;
  min-width: 280px;
  padding: 0 156px;
  margin: 0 auto;
  box-sizing: content-box;
}

@media (max-width: 1200px) {
  .container {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

.page-404__container {
  font-size: clamp(20px, 20px + (32 - 20) * (100vw - 370px) / 830, 32px);
  text-align: center;
  flex-direction: column;
  min-height: 100vh;
}

.page-404__main {
  width: 50vw;
  margin-bottom: 72px;
}

@media (max-width: 1200px) {
  .page-404__main {
    width: 70vw;
    margin-bottom: 56px;
  }
}

@media (max-width: 767px) {
  .page-404__main {
    width: 80vw;
    margin-bottom: 40px;
  }
}

.page-404 a {
  text-decoration: underline;
}

.about__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 17px;
  max-width: 770px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .about__text {
    gap: 12px;
  }
}

.contact-us {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .contact-us {
    margin-top: 100px;
  }
}

.contact-us__body {
  position: relative;
  border: 5px dashed #E498A0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .contact-us__body {
    padding: 40px 20px;
  }
}

.contact-us__body::before,
.contact-us__body::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-us__body::before {
  left: -180px;
  bottom: 130px;
  background-image: url("../img/decor/ship.svg");
  width: 294px;
  height: 290px;
}

@media (max-width: 1350px) {
  .contact-us__body::before {
    bottom: 100px;
  }
}

@media (max-width: 1200px) {
  .contact-us__body::before {
    top: -10px;
    left: -60px;
    transform: translateY(-100%);
  }
}

@media (max-width: 767px) {
  .contact-us__body::before {
    top: -30px;
    left: -30px;
  }
}

.contact-us__body::after {
  right: -95px;
  top: 40%;
  background-image: url("../img/decor/stones.svg");
  width: 108px;
  height: 52px;
}

@media (max-width: 1200px) {
  .contact-us__body::after {
    right: -50px;
    transform: scale(0.8);
  }
}

@media (max-width: 767px) {
  .contact-us__body::after {
    display: none;
  }
}

.contact-us__text {
  margin-bottom: 32px;
}

.contact-us__button {
  width: 100%;
  max-width: 300px;
}

.footer {
  background-color: #7DBBFF;
  padding: 12px 0 36px;
}

@media (max-width: 767px) {
  .footer {
    padding: 12px 0 24px;
  }
}

.footer__container {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}

.footer__nav {
  font-weight: 700;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 32px 72px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .footer__nav {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    text-align: right;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 12px 0;
  transition: 0.5s;
  font-weight: 600;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
  z-index: 3;
}

.header__logo {
  position: relative;
  z-index: 1;
  transition: all 0.24s ease-in-out;
  flex: 0 0 100px;
}

@media (max-width: 767px) {
  .header-nav {
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.24s ease-in-out;
    padding: 88px 24px 126px;
  }

  .header-nav.js-mobile-nav-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .header-nav.js-mobile-nav-open ~ .header__burger .header__burger-line-1 {
    transform: rotate(45deg);
  }

  .header-nav.js-mobile-nav-open ~ .header__burger .header__burger-line-2 {
    transform: scale(0);
  }

  .header-nav.js-mobile-nav-open ~ .header__burger .header__burger-line-3 {
    transform: rotate(-45deg);
  }

  .header-nav .header__login {
    margin: auto auto 0;
    width: 100%;
  }
}

.header-nav__list {
  display: flex;
  align-items: center;
  gap: 56px;
}

@media (max-width: 1200px) {
  .header-nav__list {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .header-nav__list {
    flex-direction: column;
    align-items: flex-end;
  }
}

.header-nav__link {
  font-size: 18px;
  white-space: nowrap;
  transition: all 0.24s ease-in-out;
}

.header__burger {
  display: none;
}

@media (max-width: 767px) {
  .header__burger {
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    height: 16px;
    flex: 0 0 20px;
  }

  .header__burger-line {
    display: block;
    background-color: #000;
    width: 100%;
    height: 2px;
    border-radius: 10px;
  }

  .header__burger-line-1 {
    transform-origin: 0 0;
    transition: transform 0.4s ease-in-out;
  }

  .header__burger-line-2 {
    transition: transform 0.2s ease-in-out;
  }

  .header__burger-line-3 {
    transform-origin: 0 100%;
    transition: transform 0.4s ease-in-out;
  }
}

.helps {
  position: relative;
}

@media (max-width: 767px) {
  .helps::before {
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
    background-image: url("../img/decor/helps-mob.svg");
    width: 60px;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.helps__items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

@media (max-width: 1200px) {
  .helps__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .helps__items {
    grid-template-columns: 1fr;
    justify-items: right;
    margin-right: 36px;
  }
}

@media (min-width: 767px) {
  .helps__items::after {
    content: "";
    position: absolute;
    right: 0;
    top: 280px;
    background-image: url("../img/decor/helps.svg");
    width: 325px;
    height: 446px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 767px) and (max-width: 1440px) {
  .helps__items::after {
    transform: scale(0.7);
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
  .helps__items::after {
    top: 470px;
    transform: scale(0.65);
  }
}

@media (min-width: 767px) and (max-width: 1050px) {
  .helps__items::after {
    top: 420px;
  }
}

.helps-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 26px;
  max-width: 280px;
}

.helps-item__num {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-60%, -50%);
  line-height: 1;
  font-size: 130px;
  font-weight: 800;
  color: #282727;
}

.helps-item__img {
  position: relative;
}

.helps-item__img img {
  width: 160px;
  box-shadow: rgb(0, 0, 0) 10px 10px 0 0;
}

.helps-item__text {
  font-size: 18px;
  text-align: right;
  text-wrap: balance;
}

@media (max-width: 767px) {
  .helps-item__text {
    max-width: 250px;
  }
}

.helps__button {
  width: 300px;
  margin: 100px auto 0;
}

@media (max-width: 767px) {
  .helps__button {
    width: 100%;
  }
}

.custom-select {
  position: relative;
  width: 100%;
  max-width: 300px;
  font-size: 15px;
}

@media (max-width: 767px) {
  .custom-select {
    max-width: 350px;
    margin: 0 auto;
  }
}

.custom-select.active .select-dropdown {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.custom-select.active .select-button {
  border-bottom-color: transparent;
  color: rgba(73, 73, 73, 0.5);
}

.custom-select.active .select-button::after {
  transform: rotate(0deg);
}

.custom-select + .custom-select .select-button {
  border-top-color: transparent;
}

.custom-select .select-button {
  position: relative;
  width: 100%;
  font-size: 15px;
  background-color: #fff;
  padding: 8px 12px;
  border: 1px solid #B8B8B8;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.24s ease-in-out;
}

.custom-select .select-button::after {
  content: "";
  background-image: url("../img/icons/arrow-select.svg");
  width: 10px;
  height: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.24s ease-in-out;
  transform: rotate(180deg);
}

.custom-select .select-dropdown {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #B8B8B8;
  border-top-color: transparent;
  max-height: 200px;
  overflow-y: auto;
  transition: all 0.24s ease-in-out;
  padding-bottom: 8px;
  opacity: 0;
  visibility: hidden;
}

.custom-select .select-dropdown li {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 16px;
  align-items: center;
}

.custom-select .select-dropdown li label {
  width: 100%;
  padding: 4px 12px;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.custom-select .select-dropdown::-webkit-scrollbar {
  width: 7px;
}

.custom-select .select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.custom-select .select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.custom-select .select-dropdown input:focus ~ label {
  background-color: #dfdfdf;
}

.custom-select .select-dropdown input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
}

.custom-select .select-dropdown li:hover,
.custom-select .select-dropdown input:checked ~ label {
  background-color: #f2f2f2;
}

.hero {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .hero {
    padding-top: 130px;
  }
}

.hero__container {
  position: relative;
  display: flex;
}

@media (max-width: 767px) {
  .hero__container {
    flex-direction: column;
  }
}

.hero__inner {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hero__inner {
    margin-top: 0;
    align-items: center;
  }
}

.hero__title {
  position: absolute;
  z-index: 1;
  top: 25px;
  font-size: 100px;
  font-weight: 500;
  font-size: clamp(32px, 32px + (64 - 32) * (100vw - 370px) / 830, 64px);
  color: #282727;
  line-height: 1;
}

@media (max-width: 767px) {
  .hero__title {
    top: 0;
    line-height: 1.5;
    transform: translateY(-70%);
    max-width: 368px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero__title {
    max-width: 300px;
    margin: 0 auto;
  }
}

.hero__title .studying {
  color: #fff;
  padding-left: 1rem;
}

@media (max-width: 767px) {
  .hero__title .studying {
    color: inherit;
  }

  .hero__title .studying br {
    display: none;
  }
}

.hero__title .dream-university {
  padding-left: 1rem;
  font-weight: 800;
  font-size: clamp(32px, 32px + (52 - 32) * (100vw - 370px) / 830, 52px);
}

@media (max-width: 767px) {
  .hero__title .dream-university {
    color: #fff;
    padding-left: 0;
  }
}

.hero__title .in-your {
  font-weight: 800;
  font-size: clamp(32px, 32px + (52 - 32) * (100vw - 370px) / 830, 52px);
}

.hero__title .in-your br {
  display: none;
}

@media (max-width: 767px) {
  .hero__title .in-your br {
    display: block;
  }
}

.hero__img {
  margin-left: auto;
  max-width: 600px;
}

@media (max-width: 767px) {
  .hero__img {
    margin: 0 auto;
    order: -1;
  }
}

.hero__advantages {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 767px) {
  .hero__advantages {
    margin-top: -200px;
    max-width: 350px;
    width: 100%;
    padding-left: 12px;
  }
}

.hero__advantages li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-weight: 500;
  text-wrap: balance;
}

@media (max-width: 767px) {
  .hero__advantages li {
    font-size: 17px;
    max-width: 200px;
  }
}

.hero__advantages li::before {
  content: "";
  display: inline-block;
  flex: 0 0 10px;
  background-image: url("../img/icons/hero-check.svg");
  width: 10px;
  height: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-study {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .hero-study {
    margin-top: 64px;
  }
}

.hero-study__title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .hero-study__title {
    text-align: center;
  }
}

.hero-study__button {
  max-width: 300px;
  width: 100%;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .hero-study__button {
    max-width: 350px;
    margin: 16px auto 0;
  }
}

.institution-inner {
  margin-top: 50px;
  font-size: 17px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .institution-inner {
    font-size: 15px;
  }
}

.institution-inner__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 767px) {
  .institution-inner__container {
    gap: 24px;
  }
}

.institution-inner__title {
  font-size: clamp(25px, 25px + (36 - 25) * (100vw - 370px) / 830, 36px);
  display: flex;
  gap: 32px;
  align-items: center;
}

@media (max-width: 767px) {
  .institution-inner__title {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    font-weight: 800;
  }
}

.institution-inner__desc {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 767px) {
  .institution-inner__desc {
    gap: 24px;
  }
}

.institution-inner__item h2 {
  font-weight: 600;
  font-size: clamp(18px, 18px + (25 - 18) * (100vw - 370px) / 830, 25px);
}

.institution-inner__item ul {
  margin-top: 32px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 767px) {
  .institution-inner__item ul {
    margin-top: 24px;
  }
}

.institution-inner__item ul li {
  list-style-type: disc;
}

.institution-inner__button {
  max-width: 300px;
  width: 100%;
  margin-top: 24px;
}

.institutions__list {
  padding-bottom: 20px;
  overflow: visible;
}

.institutions-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 5px solid;
  box-shadow: rgb(0, 0, 0) 8px 8px 0 0;
  padding: 24px 48px;
  height: auto;
}

@media (max-width: 767px) {
  .institutions-card {
    padding: 12px 24px;
  }
}

.institutions-card:nth-child(1) {
  border-color: #7DBBFF;
}

.institutions-card:nth-child(2) {
  border-color: #E498A0;
}

.institutions-card:nth-child(3) {
  border-color: #E9F4A6;
}

.institutions-card__logo {
  height: 50px;
  width: fit-content;
}

.institutions-card__text {
  font-size: 15px;
}

.institutions-card__button {
  margin-top: auto;
}

.loader__box {
  width: 100%;
  height: 100%;
  background-color: black;
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader__box.hide {
  opacity: 0;
  visibility: hidden;
}

.loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #FFF;
  left: -100px;
  box-sizing: border-box;
  animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(125, 187, 255, 0), 0px 0 rgba(125, 187, 255, 0), 0px 0 rgba(125, 187, 255, 0), 0px 0 rgba(125, 187, 255, 0);
  }

  12% {
    box-shadow: 100px 0 white, 0px 0 rgba(125, 187, 255, 0), 0px 0 rgba(125, 187, 255, 0), 0px 0 rgba(125, 187, 255, 0);
  }

  25% {
    box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  36% {
    box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
  }

  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;
  }

  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
  }

  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;
  }

  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}

@media (max-width: 767px) {
  .map {
    display: none;
  }
}

.map h2 {
  transform: translateY(140%);
}

.map__wrapper {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.map__flag {
  position: absolute;
  transition: all 0.24s ease-in-out;
}

.map__flag:hover {
  box-shadow: rgb(0, 0, 0) 4px 4px 0 0;
}

.map__flag--canada {
  top: 38%;
  left: 31%;
}

.map__flag--usa {
  top: 47%;
  left: 24%;
}

.map__flag--brazil {
  bottom: 21%;
  left: 38%;
}

.map__flag--france {
  top: 39%;
  left: 49%;
}

.map__flag--germany {
  top: 44%;
  left: 52%;
}

.map__flag--australia {
  bottom: 12%;
  right: 12%;
}

.support {
  background-color: #8E8CBE;
  color: #fff;
  padding: 75px 0;
}

@media (max-width: 767px) {
  .support {
    padding: 32px 0;
  }
}

.support__container {
  position: relative;
}

.support__container::after {
  content: "";
  position: absolute;
  left: 160px;
  bottom: -40px;
  background-image: url("../img/decor/support.svg");
  width: 145px;
  height: 228px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .support__container::after {
    left: 50px;
  }
}

@media (max-width: 1000px) {
  .support__container::after {
    display: none;
  }
}

.support__content {
  display: flex;
  column-gap: 64px;
  align-items: center;
}

@media (min-width: 1000px) {
  .support__content {
    padding-left: 140px;
  }
}

@media (max-width: 767px) {
  .support__content {
    flex-direction: column-reverse;
    justify-content: center;
    row-gap: 32px;
  }
}

.support__title {
  color: inherit;
  text-wrap: balance;
}

@media (max-width: 767px) {
  .support__title {
    text-align: center;
  }
}

.support-card {
  background-color: #fff;
  color: #282727;
  border: 5px solid #E9F4A6;
  padding: 24px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgb(0, 0, 0) 8px 8px 0 0;
}

@media (max-width: 767px) {
  .support-card {
    padding: 20px 40px;
  }
}

.support-card__title {
  font-size: 25px;
  font-weight: 800;
  white-space: nowrap;
  margin-bottom: 8px;
}

.support-card__price {
  color: #E498A0;
  font-size: 18px;
  margin-bottom: 24px;
}

.support-card__plan {
  color: #494949;
  font-size: 17px;
  margin-bottom: 24px;
}

.support-card__button {
  width: 100%;
}

.support__advantages {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.support__advantages-item {
  list-style-type: disc;
  font-size: 17px;
}

@media (max-width: 767px) {
  .support__advantages {
    padding-left: 16px;
  }
}

@media (min-width: 767px) {
  .why-us {
    margin-top: -50px;
  }
}

.why-us__content {
  position: relative;
  max-width: 700px;
  border: 5px dashed #7DBBFF;
  padding: 28px 64px;
}

@media (max-width: 767px) {
  .why-us__content {
    width: fit-content;
    margin: 0 auto;
  }
}

.why-us__content::after,
.why-us__content::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.why-us__content::after {
  left: 75px;
  bottom: 0;
  transform: translateY(100%);
  background-image: url("../img/why-us/wheel.svg");
  width: 360px;
  height: 300px;
}

@media (max-width: 1500px) {
  .why-us__content::after {
    left: 0px;
  }
}

@media (max-width: 1400px) {
  .why-us__content::after {
    left: -90px;
    transform: scale(0.8) translateY(110%);
  }
}

@media (max-width: 1250px) {
  .why-us__content::after {
    transform: scale(0.7) translateY(120%);
  }
}

@media (max-width: 1030px) {
  .why-us__content::after {
    transform: scale(0.6) translateY(100%);
    left: -120px;
  }
}

@media (max-width: 767px) {
  .why-us__content::after {
    background-image: url("../img/why-us/bottom-mob.svg");
    width: 230px;
    height: 370px;
    left: 80%;
    bottom: 0;
    transform: translateY(85%);
  }
}

.why-us__content::before {
  right: 0;
  top: 0;
  transform: translate(95%, -65%);
  background-image: url("../img/why-us/group-5.svg");
  width: 590px;
  height: 466px;
  z-index: 1;
}

@media (max-width: 767px) {
  .why-us__content::before {
    background-image: url("../img/why-us/top-mob.svg");
    width: 90px;
    height: 45px;
    top: 8px;
    left: -65px;
    transform: translateY(-100%);
  }
}

.why-us__title {
  text-align: center;
}

.why-us__list {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .why-us__list {
    flex-direction: column;
    gap: 24px;
  }
}

.why-us__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

@media (max-width: 767px) {
  .why-us__item {
    gap: 8px;
  }
}

.why-us__item-icon {
  width: 55px;
}

.why-us__item-title {
  font-size: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .why-us__item-title {
    font-size: 20px;
  }
}

.with-us__content {
  max-width: 700px;
  margin-left: auto;
}

.with-us__list {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(4, auto);
  grid-column-gap: 48px;
  grid-row-gap: 18px;
  grid-auto-flow: column;
}

@media (max-width: 767px) {
  .with-us__list {
    display: flex;
    flex-direction: column;
  }
}

.with-us__item {
  position: relative;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.with-us__item::before {
  content: "";
  display: inline-block;
  background-image: url("../img/icons/with-us-check.svg");
  width: 28px;
  height: 28px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.with-us__item.with-us__item--hidden {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .with-us__item.with-us__item--hidden {
    display: none;
  }
}

.input-field {
  width: 100%;
  font-size: 15px;
  background-color: #fff;
  padding: 8px 12px;
  border: 1px solid #B8B8B8;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.24s ease-in-out;
}

.header-nav__item,
.header__login,
.header__burger {
  display: none !important;
}
#submit-button {
  display: block;
  margin: 0 auto;
}