.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 100; }

.modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-content {
  background: white;
  width: 90%;
  max-width: 500px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto; }

.country-selector-modal {
  background-color: black;
  overflow-y: auto; }

.country-selector-modal__title {
  font-size: 1rem;
  text-align: center;
  width: 100%;
  font-weight: 400; }

.country-selector-modal__continent {
  margin-bottom: 15px; }

.country-selector-modal__continent h3 {
  font-size: 1rem;
  border-bottom: 1px solid #ccc; }

.country-selector-modal__continent a {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  line-height: 1;
  width: 190px;
  margin: 5px 0;
  font-size: 0.875rem; }

.country-selector-modal__continent img {
  width: 20px;
  margin-right: 5px; }

.country-selector-modal__close {
  position: absolute;
  top: 2px;
  right: 15px;
  font-size: 25px;
  cursor: pointer; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.fjalla-font {
  font-family: "Fjalla One", sans-serif; }

body {
  font-family: "advertaStd-regular", sans-serif; }

.container {
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  position: relative; }

.nav {
  position: absolute;
  top: 10px;
  right: 20px;
  color: white; }

.nav a {
  color: white;
  text-decoration: none; }

.nav__btns {
  display: flex;
  align-items: center;
  gap: 27px;
  font-family: "Fjalla One", sans-serif; }

.nav__login-btn {
  padding: 5px 15px;
  border: 1px solid white;
  border-radius: 5px;
  text-transform: uppercase; }

.header-desktop-top__lang_selector {
  cursor: pointer; }

.hero {
  background-image: url("../backendAssets/vm/lander/dec23/vm-bg.jpg"); }

.hero .container {
  height: 1100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-height: 100vh; }

.footer {
  background: #f2f2f7;
  text-align: center;
  padding-top: 51px;
  padding-bottom: 44px; }

.footer__links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 23px;
  flex-wrap: wrap; }

.footer__link {
  color: #000000;
  text-decoration: none;
  font-size: 14px; }

.footer__information {
  color: #8e8e93;
  font-size: 13px;
  max-width: 905px;
  margin: auto;
  margin-bottom: 15px; }

.footer__copyright {
  color: #8e8e93;
  font-size: 13px; }

.hero__additional-text {
  max-width: 800px;
  margin: auto;
  font-size: 36px;
  font-family: "Fjalla One", sans-serif;
  text-align: center;
  color: white;
  text-transform: capitalize; }

.hero__additional-text span {
  color: #df00b8; }

.hero__form {
  margin-bottom: 126px; }

.hero_content {
  display: flex;
  flex-direction: column;
  align-items: center; }

.hero__logo-wrapper {
  margin-bottom: 61px; }

.hero {
  background-size: cover;
  background-position: center; }

.hero__form {
  width: 321px; }

.hero__form .hero__form-submit {
  width: 100%;
  height: 64px;
  font-size: 22px;
  color: white;
  border: none;
  outline: none;
  background: #df00b8;
  border-radius: 7px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer; }

.features {
  padding-top: 66px;
  padding-bottom: 66px;
  font-family: "Fjalla One", sans-serif;
  background-image: url("../backendAssets/vm/lander/dec23/gold-bg.jpg");
  background-position: center;
  background-size: cover; }

.features__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  color: #000;
  margin-bottom: 60px; }

.features__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px; }

.features__item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 30px; }

.features__item-desc {
  font-size: 24px; }

.hero__form-group {
  margin-bottom: 41px; }

.hero__form-group:first-child {
  margin-bottom: 23px; }

.hero__form-group label {
  display: block;
  color: white;
  font-size: 15px;
  font-family: "Fjalla One", sans-serif;
  margin-bottom: 6px; }

.hero__form-group select {
  width: 100%;
  height: 43px;
  font-family: "Fjalla One", sans-serif;
  padding-left: 13px;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 1em; }

.hero__form-submit {
  font-family: "Fjalla One", sans-serif; }

@media (max-width: 850px) {
  .features__items {
    gap: 20px; } }

@media (max-width: 767px) {
  .features__items {
    gap: 40px;
    flex-direction: column; }
  .features__item {
    flex-direction: column;
    gap: 10px; }
  .features__title {
    font-size: 26px;
    margin-bottom: 20px; }
  .features {
    padding-top: 30px;
    padding-bottom: 30px; }
  .features__item-desc {
    font-size: 16px;
    text-align: center; } }

@media (max-width: 767px) {
  .footer {
    padding-top: 29px;
    padding-bottom: 20px; }
  .footer__links {
    margin-bottom: 20px; }
  .hide-on-mobile {
    display: none; } }

@media (max-width: 767px) {
  .hero__logo-wrapper {
    margin-bottom: 20px; }
  .hero__form {
    margin-bottom: 40px; }
  .hero__additional-text {
    font-size: 26px; }
  .hero__form-group {
    margin-bottom: 20px; }
  .hero__form-group:first-child {
    margin-bottom: 15px; } }
