/*
 * style
 */
/*
 * global
 */
/*
 * variables
 */
:root {
  --bg-color: #11263c;
  --text-color: #c1d6f4;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
}
p {
  line-height: 1.2;
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Montserrat', sans-serif, Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: var(--text-color);
  background-color: var(--bg-color);
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden;
}
body.modal-open #wrapper {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.container {
  min-width: 320px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1704px;
  }
}
#wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  overflow-x: hidden;
}
.gradient {
  background: linear-gradient(225deg, #e7c894 0%, #c39f5c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*
 * header
 */
.header {
  position: fixed;
  z-index: 4;
  top: 0;
  width: 100%;
  padding: 7px 0;
  margin: 0 0 24px;
  background: rgba(17,38,60,0.9);
  -webkit-transition: top 0.6s ease;
  transition: top 0.6s ease;
}
@media (min-width: 576px) {
  .header {
    -webkit-box-shadow: none;
            box-shadow: none;
    backdrop-filter: blur(40px);
  }
}
@media (min-width: 768px) {
  .header {
    padding: 11px 0;
    margin: 0 0 20px;
  }
}
.header.hide {
  top: -100%;
}
.header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 7px 0 16px;
}
@media (min-width: 576px) {
  .header__wrapper {
    padding: 0;
  }
}
.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 204px;
  margin: 0 16px 0 0;
}
@media (min-width: 992px) {
  .header__logo {
    max-width: inherit;
  }
}
.header__logo-mobile {
  margin: 15px auto 0;
}
@media (min-width: 376px) {
  .header__logo-mobile {
    margin: 34px auto 0;
  }
}
@media (min-width: 992px) {
  .header__logo-mobile {
    display: none;
  }
}
.header__close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media (min-width: 376px) {
  .header__close-menu {
    top: 40px;
    right: 20px;
  }
}
@media (min-width: 992px) {
  .header__close-menu {
    display: none;
  }
}
.header__burger {
  margin: 0 0 0 auto;
  cursor: pointer;
}
@media (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
.header__interaction {
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
@media (min-width: 992px) {
  .header__interaction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    width: 100%;
    margin: 0px 0 3px auto;
  }
}
@media (min-width: 1400px) {
  .header__interaction {
    max-width: 72%;
  }
}
@media (min-width: 1600px) {
  .header__interaction {
    max-width: 66.5%;
  }
}
@media (max-width: 992px) {
  .header__interaction {
    position: absolute;
    z-index: 3;
    top: -100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 32px;
    background: #11263c;
    border-radius: 0 0 25px 25px;
    -webkit-box-shadow: 0 30px 30px 0 rgba(43,64,91,0.1);
            box-shadow: 0 30px 30px 0 rgba(43,64,91,0.1);
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
}
@media (max-width: 992px) {
  .header__interaction.show {
    top: -16px;
    left: 0;
  }
}
@media (max-width: 575px) {
  .header__interaction.show {
    top: 0;
    position: fixed;
    height: 100%;
    border-radius: 0;
  }
}
@media (max-width: 376px) {
  .header__interaction.show {
    padding: 15px;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
@media (min-width: 376px) {
  .header__menu {
    margin: 60px 0 80px;
  }
}
@media (min-width: 992px) {
  .header__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 1200px) {
  .header__menu {
    gap: 0 5%;
  }
}
.header__menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 0 5px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px;
}
@media (min-width: 376px) {
  .header__menu li {
    margin: 0 0 16px;
  }
}
@media (min-width: 992px) {
  .header__menu li {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .header__menu li:hover {
    background: rgba(239,234,225,0.1);
  }
  .header__menu li:hover a {
    color: #d2b074;
  }
}
.header__menu a {
  padding: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
  background: rgba(255,255,255,0.06);
  border-radius: 20px;
}
@media (min-width: 376px) {
  .header__menu a {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) {
  .header__menu a {
    width: auto;
    padding: 8px;
    background: none;
    border-radius: none;
  }
}
@media (min-width: 1460px) {
  .header__menu a {
    padding: 8px 14px;
  }
}
@media (min-width: 1600px) {
  .header__menu a {
    padding: 8px 16px;
  }
}
.header__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .header__action {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 16px;
  }
}
.header__telegram {
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 auto;
  background: url("../images/icons/telegram.svg") no-repeat center;
  background-size: cover;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (min-width: 992px) {
  .header__telegram {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: inherit;
  }
}
.header__telegram:hover {
  background: url("../images/icons/telegram_h.svg") no-repeat center;
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 16px;
}
@media (min-width: 376px) {
  .header__buttons {
    margin: 0 0 44px;
  }
}
@media (min-width: 992px) {
  .header__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    margin: 0;
    padding: 0;
  }
}
.header__buttons .btn {
  width: 100%;
  height: 48px;
}
@media (min-width: 992px) {
  .header__buttons .btn {
    width: auto;
    height: 42px;
  }
}
.header .lang {
  width: 80px;
  position: relative;
  z-index: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0 16px;
}
@media (min-width: 992px) {
  .header .lang {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.header .lang.active .lang__dropdown {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.header .lang.active .lang__list {
  opacity: 1;
  visibility: visible;
  top: inherit;
  bottom: calc(100% + 10px);
}
@media (min-width: 992px) {
  .header .lang.active .lang__list {
    top: calc(100% + 10px);
    bottom: inherit;
  }
}
.header .lang__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 8px 10px 8px 8px;
  background: #f3f3f3;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header .lang__current:hover {
  background: #e6e6ea;
}
.header .lang__current[data-lang="ru"] .lang__flag {
  background: url("../images/flags/flag_ru.svg") no-repeat center;
}
.header .lang__current[data-lang="en"] .lang__flag {
  background: url("../images/flags/flag_en.svg") no-repeat center;
}
.header .lang__flag {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.header .lang__geo {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #2b405b;
}
.header .lang__dropdown {
  width: 8px;
  height: 8px;
  background: url("../images/icons/dropdown_lang.svg") no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header .lang__list {
  position: absolute;
  top: inherit;
  bottom: calc(100% - 10px);
  opacity: 0;
  visibility: hidden;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f3f3f3;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 50px 0 rgba(43,64,91,0.1);
          box-shadow: 0 20px 50px 0 rgba(43,64,91,0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .header .lang__list {
    top: calc(100% - 10px);
    bottom: inherit;
  }
}
.header .lang__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  height: 40px;
  padding: 8px 10px 8px 8px;
  background: #f3f3f3;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
}
.header .lang__list li:hover {
  background: #e6e6ea;
}
.header .lang__list li.selected {
  background: #e6e6ea;
  pointer-events: none;
}
.header .lang__list li[data-lang="ru"] .lang__flag {
  background: url("../images/flags/flag_ru.svg") no-repeat center;
}
.header .lang__list li[data-lang="en"] .lang__flag {
  background: url("../images/flags/flag_en.svg") no-repeat center;
}
/*
 * footer
 */
.footer {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .footer {
    margin: 0 0 55px;
  }
}
@media (min-width: 992px) {
  .footer {
    margin: 0 0 64px;
  }
}
.footer__wrapper {
  position: relative;
  padding: 40px 32px;
  background: -webkit-gradient(linear, right top, left top, from(#24447e), to(#162e49));
  background: linear-gradient(270deg, #24447e 0%, #162e49 100%);
  border-radius: 26px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer__wrapper {
    padding: 62px 40px 40px;
  }
}
@media (min-width: 992px) {
  .footer__wrapper {
    padding: 48px 100px 46px;
  }
}
.footer__inner {
  position: relative;
}
.footer .pos-elm {
  position: absolute;
}
.footer .pos-elm[data-element="1"] {
  top: inherit;
  right: 22px;
  bottom: 18px;
}
@media (min-width: 992px) {
  .footer .pos-elm[data-element="1"] {
    top: 32px;
    right: 34px;
    bottom: inherit;
  }
}
.footer .pos-elm[data-element="2"] {
  display: none;
  top: -46px;
  right: -32px;
}
@media (min-width: 992px) {
  .footer .pos-elm[data-element="2"] {
    display: block;
  }
}
@media (min-width: 1200px) {
  .footer .pos-elm[data-element="2"] {
    right: 106px;
  }
}
.footer__logo {
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .footer__logo {
    margin: 0 0 55px;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 150px;
  margin: 0 0 27px;
}
@media (min-width: 768px) {
  .footer__socials {
    margin: 0 0 24px;
  }
}
@media (min-width: 1200px) {
  .footer__socials {
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    margin: auto;
  }
}
.footer__socials-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.footer__socials-link[data-social="vk"] {
  background: rgba(210,176,116,0.1) url("../images/socials/vk.svg") no-repeat center;
  background-size: 24px;
}
.footer__socials-link[data-social="telegram"] {
  background: rgba(210,176,116,0.1) url("../images/socials/telegram.svg") no-repeat center;
  background-size: 24px;
}
.footer__socials-link[data-social="youtube"] {
  background: rgba(210,176,116,0.1) url("../images/socials/youtube.svg") no-repeat center;
  background-size: 24px;
}
.footer__address {
  margin: 0 0 48px;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 768px) {
  .footer__address {
    margin: 0 0 34px;
  }
}
.footer__documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media (min-width: 576px) {
  .footer__documents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__documents a {
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  border-radius: 20px;
  background: rgba(255,255,255,0.07);
  text-decoration: none;
  backdrop-filter: blur(2px);
}
/*
 * modals
 */
/*
 * buttons
 */
.btn {
  position: relative;
  padding: 0;
  text-decoration: none;
  border: none;
  border-radius: 38px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  gap: 10px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-transparent {
  padding: 2px;
  background: linear-gradient(225deg, #e7c894 0%, #c39f5c 100%);
}
.btn.btn-transparent .btn-content {
  background: #11263c;
  color: #b1c2d9;
}
.btn.btn-transparent2 {
  padding: 2px;
  background: rgba(250,170,14,0.6);
}
.btn.btn-transparent2 .btn-content {
  background: #152d47;
  color: #fff;
}
.btn.btn-full {
  background: linear-gradient(225deg, #e7c894 0%, #c39f5c 100%);
  color: #474041;
  -webkit-box-shadow: 0 2px 6px 0 rgba(250,170,14,0.3);
          box-shadow: 0 2px 6px 0 rgba(250,170,14,0.3);
}
.btn.btn-full2 {
  background: #fff;
  color: #474041;
  -webkit-box-shadow: 0 2px 6px 0 rgba(250,170,14,0.3);
          box-shadow: 0 2px 6px 0 rgba(250,170,14,0.3);
}
.btn:hover.btn-transparent {
  background: rgba(210,176,116,0.15);
}
.btn:hover.btn-transparent .btn-content {
  background: none;
  color: #d2b074;
}
.btn:hover.btn-transparent2 {
  background: linear-gradient(225deg, #e7c894 0%, #c39f5c 100%);
  -webkit-box-shadow: 0 2px 6px 0 rgba(250,170,14,0.3);
          box-shadow: 0 2px 6px 0 rgba(250,170,14,0.3);
}
.btn:hover.btn-transparent2 .btn-content .btn-icon {
  background: url("../images/icons/cup_h.svg") no-repeat center;
  background-size: cover;
}
.btn:hover.btn-transparent2 .btn-content .btn-text {
  background: linear-gradient(225deg, #e7c894 0%, #c39f5c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn:hover.btn-full {
  -webkit-box-shadow: 0 4px 12px 0 rgba(255,185,50,0.33);
          box-shadow: 0 4px 12px 0 rgba(255,185,50,0.33);
  color: #fff;
}
.btn:hover.btn-full2 {
  background: #fff;
  color: #474041;
}
/*
 * inputs
 */
