@charset "UTF-8";

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Thin.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icon-font/icomoon.ttf?6e84ga") format("truetype"), url("../fonts/icon-font/icomoon.woff?6e84ga") format("woff"), url("../fonts/icon-font/icomoon.svg?6e84ga#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icon-font/icomoon.ttf?n2ejs7") format("truetype"), url("../fonts/icon-font/icomoon.woff?n2ejs7") format("woff"), url("../fonts/icon-font/icomoon.svg?n2ejs7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "";
}

.icon-yt:before {
  content: "";
}

.icon-insta:before {
  content: "";
}

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

.instruments .section-title .section-title__shadow {
  max-width: 650px;
  width: 100%;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1620px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
.site-wrapper {
  overflow-x: hidden;
}

html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #18223d;
  color: white;
  overflow-x: hidden;
}

html,
body {
  scroll-behavior: smooth;
}

img {
  width: 100%;
}

svg {
  display: block;
}

cite {
  font-style: normal;
}

.overflow-hidden {
  overflow: hidden;
}

.site-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #111B31;
  z-index: 13;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.site-backdrop.active {
  opacity: 0.9;
  visibility: visible;
}

.section-title {
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
  color: #F0F5FF;
  position: relative;
  margin-bottom: 0;
}
.section-title img {
  width: 32px;
  height: 60px;
  margin-right: 29px;
  margin-top: -13px;
}
.section-title img.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 93px;
}
.section-title .section-title__shadow {
  font-weight: bold;
  font-size: 69px;
  line-height: 83px;
  text-transform: uppercase;
  opacity: 0.2;
  position: absolute;
  top: -65%;
  left: 59px;
}

.gold-subtitle {
  color: #DFBD8A;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  position: relative;
  z-index: 2;
}

.inner-section__title {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  color: #F0F5FF;
  font-weight: bold;
  margin-bottom: 20px;
}

.gold-text,
.gold-text:hover {
  color: #DFBD8A;
  text-decoration: none;
}

.text-16 {
  font-size: 16px;
  line-height: 22px;
}

@supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
  .section-title__shadow {
    -webkit-backdrop-filter: blur(4.65796px);
    backdrop-filter: blur(4.65796px);
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .section-title {
    font-size: 36px;
    line-height: 42px;
  }
  .section-title .section-title__shadow {
    font-size: 42px;
  }
}
@media (max-width: 479px) {
  .instruments-header .section-title img {
    display: none;
  }
  .instruments-header .section-title .section-title__shadow {
    left: 0;
  }
}
/* Hero */
.hero-section {
  min-height: 100vh;
  background-size: cover;
  background-position: bottom center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.hero-section .container {
  position: relative;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero-caption {
  padding-left: 115px;
  position: relative;
}
.hero-caption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 67px;
  height: 115px;
  background-image: url("../img/hero-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-title {
  font-family: 'Roboto', sans-serif;
  color: #F0F5FF;
  text-transform: uppercase;
  font-size: 82px;
  font-weight: bold;
  line-height: 98px;
  margin-bottom: 20px;
}
.hero-title span {
  font-size: 42px;
  line-height: 50px;
}

.hero-text {
  color: #AAAEB5;
  max-width: 450px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 57px;
}

.hero-circle {
  width: 182px;
  height: 182px;
  position: relative;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.hero-circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 240px;
  height: 240px;
  border: 1px solid rgba(240, 245, 255, 0.07);
  border-radius: 50%;
}
.hero-circle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/circle-main.png");
  background-color: rgba(240, 245, 255, 0.07);
  -webkit-backdrop-filter: blur(89.8289px);
  backdrop-filter: blur(89.8289px);
  border-radius: 50%;
  z-index: 1;
}
.hero-circle .hero-circle__gold {
  position: relative;
  z-index: 2;
  width: 132px;
  margin: 0 auto;
}

.hero-circle__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  position: relative;
  z-index: 2;
}

.hero-circle__big {
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
}

.hero-circle__small {
  font-size: 8px;
  font-weight: bold;
}

.hero-socials {
  position: absolute;
  bottom: 136px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.hero-socials a {
  text-decoration: none;
  color: #DFBD8A;
  opacity: 0.3;
  transition: 0.25s;
}
.hero-socials a:hover {
  text-decoration: none;
  -webkit-filter: drop-shadow(2px 0px 27px #DAA27A);
  filter: drop-shadow(2px 0px 27px #DAA27A);
  opacity: 1;
}
.hero-socials i {
  font-size: 20px;
  margin-right: 22px;
}
.hero-socials img {
  margin-right: 27px;
}

/* Icon boxes */
.cards {
  padding-top: 87px;
  padding-bottom: 40px;
}

.icon__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.icon__box .icon__box__img {
  width: 78px;
  height: 78px;
  margin-right: 21px;
}
.icon__box .icon__box__img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.icon__box .icon__box__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #AAAEB5;
  max-width: 220px;
  position: relative;
  padding-left: 21px;
  border-left: 2px solid #29344A;
}

/* Our goal */
.goal {
  padding-top: 75px;
  padding-bottom: 138px;
  position: relative;
}
.goal::before {
  content: "";
  position: absolute;
  left: 0;
  top: -75px;
  width: 400px;
  height: 640px;
  background-image: url("../img/goal-light.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.goal-card {
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.05) 0.44%, rgba(186, 129, 116, 0) 100%);
  -webkit-backdrop-filter: blur(61px);
  backdrop-filter: blur(61px);
  border-radius: 4px;
  padding: 53px 60px;
  color: #AAAEB5;
  font-size: 20px;
  line-height: 24px;
  margin-top: 32px;
  margin-bottom: 51px;
}
.goal-card p {
  margin-bottom: 0;
  max-width: 460px;
}
.goal-card .goal-card__inner {
  margin-bottom: 30px;
}
.goal-card .goal-card__title {
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #F0F5FF;
  margin-bottom: 0;
}
.goal-card .goal-card__gold {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #DFBD8A;
  font-weight: bold;
}

.goal-img {
  padding: 0 100px;
}

/* About */
.about {
  background-color: #1B2740;
  padding-top: 176px;
  padding-bottom: 151px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
.about .section-title {
  margin-bottom: 65px;
}
.about .gold-subtitle {
  margin-bottom: 22px;
}
.about .goal-card {
  padding-left: 137px;
  padding-right: 73px;
  position: relative;
}
.about .goal-card::before {
  content: "";
  position: absolute;
  top: 43px;
  left: 75px;
  width: 87px;
  height: 87px;
  background-image: url("data:image/svg+xml,%3Csvg width='87' height='87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.1' clip-path='url(%23clip0)' fill='%23fff'%3E%3Cpath d='M52.049 66.624c-2.176.913-3.088 3.51-2.106 5.615l3.44 7.229c.982 2.034 3.368 2.948 5.473 2.034 5.966-2.526 11.09-5.825 15.16-9.825C79 66.975 82.368 61.57 84.193 55.606 86.017 49.569 87 41.358 87 30.9V9.355a4.223 4.223 0 00-4.211-4.211H55.207a4.223 4.223 0 00-4.211 4.21v27.583a4.223 4.223 0 004.21 4.21h13.195c-.14 7.09-1.824 12.774-4.912 17.056-2.527 3.438-6.317 6.245-11.44 8.421zM2.499 66.624C.323 67.537-.59 70.134.393 72.24l3.44 7.158a4.196 4.196 0 005.474 2.035c5.895-2.526 10.949-5.825 15.089-9.755 4.984-4.773 8.422-10.177 10.247-16.142C36.468 49.64 37.38 41.428 37.38 30.9V9.354a4.223 4.223 0 00-4.211-4.21H5.587a4.223 4.223 0 00-4.211 4.21v27.582a4.223 4.223 0 004.21 4.211h13.266c-.14 7.09-1.826 12.773-4.913 17.055-2.527 3.439-6.317 6.246-11.44 8.422z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' transform='rotate(-180 43.5 43.5)' d='M0 0h87v87H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.about .about-number {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.about .about-number .about-text__md {
  font-size: 27px;
  line-height: 33px;
  color: #F0F5FF;
  font-weight: bold;
}
.about .about-number .about-text__sm {
  font-size: 11px;
  font-weight: bold;
}

/* Counters */
.counters {
  padding-top: 145px;
  padding-bottom: 180px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-color: #1b2740;
}
@media (min-width: 1919px) {
  .counters {
    background-position: center center;
  }
}

.counters-inner {
  padding: 0 135px;
}

.counters-list {
  margin: 0;
  list-style: none;
  margin-top: 84px;
  padding: 0;
}

.counters-list__item {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div.mod-languages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.counters-list__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.18) 0.44%, rgba(186, 129, 116, 0) 100%);
  opacity: 0.8;
  border-radius: 4px;
}

.counters-list__item:nth-child(1) .counter-big::after,
.counters-list__item:nth-child(1) .counter::after {
  content: "%+";
}

.counter-wrapper {
  margin-bottom: 0;
  position: relative;
}

.counter-wrapper ::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.counter {
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  position: relative;
}
.counter::after {
  content: "+";
}

.counter-big {
  position: absolute;
  left: 0;
  top: -65%;
  font-weight: bold;
  font-size: 67px;
  line-height: 81px;
  opacity: 0.2;
}
.counter-big::after {
  content: "+";
}

.counter-text {
  max-width: 175px;
  width: 100%;
  text-transform: uppercase;
  color: #AAAEB5;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  margin-top: -10px;
  position: relative;
  padding-left: 23px;
}
.counter-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 34px;
  width: 2px;
  background-color: #29344A;
}

/* We */
.we {
  padding-top: 140px;
  padding-bottom: 70px;
}
.we .we-title__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 63px;
}

.we-row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.we-column {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 3px;
}

/* Info */
.info {
  padding-top: 60px;
  padding-bottom: 80px;
}

.info-divider {
  width: 4px;
  background-color: red;
  margin: 0 auto;
  background: linear-gradient(93deg, rgba(186, 129, 116, 0) 0.44%, rgba(255, 255, 255, 0.18) 100%);
  border-radius: 4px;
  opacity: 0.8;
}

@supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
  .info-divider {
    -webkit-backdrop-filter: blur(61px);
    backdrop-filter: blur(61px);
    opacity: 1;
  }
}
.info-card {
  margin-bottom: 53px;
}
.info-card .info-card__header {
  margin-bottom: 26px;
}
.info-card .info-card__header img {
  width: 82px;
  height: 82px;
  margin-right: 22px;
}
.info-card .info-card__body {
  margin-bottom: 53px;
}
.info-card .info-card__text {
  font-size: 16px;
  line-height: 22px;
  color: #AAAEB5;
  max-width: 495px;
}
.info-card .info-card__img {
  border-radius: 2px;
  overflow: hidden;
}

/* Instruments */
/* Instruments */
.instruments {
  padding-top: 90px;
  padding-bottom: 63px;
}
.instruments .section-title {
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
}
.instruments .section-title .section-title__shadow {
  top: -35%;
}

.instruments-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 84px;
}

.instruments-subtitle {
  max-width: 420px;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  position: relative;
  padding-left: 36px;
  margin: 0;
}
.instruments-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  background-color: #DFBD8A;
  opacity: 0.3;
}
.instruments-subtitle::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  width: 4px;
  height: 4px;
  background-color: #DFBD8A;
}
.instruments-subtitle span {
  margin-right: 5px;
}

/* CTA */
.cta {
  padding-top: 192px;
  padding-bottom: 204px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cta::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 168px;
  width: 100%;
  background: linear-gradient(180deg, rgba(22, 34, 59, 0) 0%, rgba(17, 27, 49, 0.89) 100%);
  background-size: cover;
}
.cta::after {
  content: "";
  left: 0;
  bottom: 0;
  background-image: url("../img/globe.png");
  width: 227px;
  height: 204px;
  position: absolute;
}

.cta-title {
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  color: #F0F5FF;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.cta-title span {
  display: block;
  color: #DFBD8A;
}

.cta-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #AAAEB5;
  margin-bottom: 51px;
}

/* Inner pages */
.inner-hero {
  padding-top: 226px;
  padding-bottom: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #19233d;
  position: relative;
}
.inner-hero .innher-hero__caption {
  max-width: 720px;
}
.inner-hero .hero-text {
  max-width: 100%;
}
.inner-hero .gold-subtitle {
  max-width: 670px;
  margin-bottom: 16px;
}
.inner-hero .section-title {
  margin-bottom: 50px;
}

.income {
  padding-top: 70px;
  padding-bottom: 135px;
  background-color: #17213c;
}
.income .goal-card {
  padding: 45px 62px 20px;
  margin-top: 0;
}

.partner {
  padding: 120px 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #1B2740;
}
.partner .inner-section__title {
  max-width: 500px;
}
.partner p {
  color: #AAAEB5;
}
.partner p.text-16 {
  max-width: 750px;
}

.partner-family {
  margin-bottom: 100px;
}

.inner-we .photo-card__text {
  min-height: auto;
  margin-bottom: 17px;
}

.table-container th,
.table-container td {
  border: 1px solid #C7C7C7;
  padding: 15px;
}
.table-container table {
  border-spacing: 0;
  text-align: center;
  margin: 0 auto;
}

.partner.partner-family .goal-card,
.partner .goal-card {
  padding: 20px 10px;
}

.inner-hero.bonus .section-title {
  display: flex;
}

.inner-hero.bonus .section-title .section-title__shadow {
  font-size: 56px;
  line-height: 56px;
}

@media (max-width: 1600px) {
  .about {
    background-position: 140% center;
  }
}
@media (max-width: 1400px) {
  .hero-socials {
    bottom: 20px;
  }
}
@media (max-width: 1309px) {
  .hero-caption {
    margin-bottom: 60px;
  }

  .hero-circle__wrapper {
    padding-left: 140px;
    margin-bottom: 80px;
  }

  .hero-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .hero-socials {
    position: relative;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-socials img {
    height: 2px;
    width: 80px;
  }

  .icon__box {
    margin-bottom: 35px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icon__box .icon__box__img {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .icon__box .icon__box__text {
    border-left: none;
    border-top: 2px solid #29344a;
    padding-top: 15px;
    padding-left: 0;
    text-align: center;
  }

  .goal {
    padding-top: 40px;
  }

  .goal-img {
    padding: 0 50px;
  }

  .about {
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .about::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111B31;
    opacity: 0.8;
  }
  .cta {
    background-position: 200% top;
  }
}
@media (max-width: 1140px) {
  .goal-img {
    padding: 0;
  }

  .goal-card {
    padding: 25px 45px;
    font-size: 18px;
  }

  .counters {
    padding: 60px 0 80px;
  }

  .instruments-header .section-title .section-title__shadow {
    font-size: 44px;
    line-height: 60px;
    top: -25%;
    left: 13%;
  }

  .cta {
    position: relative;
    background-size: cover;
    background-position: 300px top;
  }
  .cta::after {
    background-image: none;
  }
}
@media (max-width: 991px) {
  .hero-section {
    background-position: right center;
    padding-bottom: 40px;
  }
  .hero-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111B31;
    opacity: 0.6;
  }

  .hero-circle__wrapper {
    margin-bottom: 60px;
  }

  .hero-title {
    font-size: 65px;
    line-height: 77px;
  }

  .cards {
    padding: 60px 0 0;
  }

  .goal-img {
    padding: 0 150px;
    margin-bottom: 40px;
  }

  .about .section-title {
    margin-bottom: 35px;
  }

  .section-title img {
    margin-right: 15px;
  }

  .goal {
    padding-bottom: 60px;
  }

  .counters {
    position: relative;
  }
  .counters::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111B31;
    opacity: 0.9;
  }

  .counter-big {
    font-size: 55px;
  }

  .we {
    padding-top: 60px;
  }

  .info-card {
    padding: 0 100px;
  }

  .cta {
    position: relative;
    background-size: cover;
  }
  .cta::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111B31;
    background-image: none;
    opacity: 0.6;
  }
  .cta .cta-caption {
    position: relative;
    z-index: 2;
  }

  .inner-hero {
    padding-top: 120px;
  }
  .inner-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111B31;
    background-image: none;
    opacity: 0.6;
  }

  .income {
    padding-bottom: 20px;
  }
  .income .inner-section__title {
    text-align: center;
  }

  .inner-circle-img {
    padding: 0 150px;
  }

  .partner {
    padding: 60px 0 60px;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .partner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111B31;
    background-image: none;
    opacity: 0.8;
    z-index: 1;
  }
  .partner .goal-card,
.partner .inner-section__title,
.partner .inner-circle-img,
.partner p {
    position: relative;
    z-index: 2;
  }
  
}
@media (max-width: 900px) {
  .instruments-header {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .instruments-header .section-title {
    margin-bottom: 30px;
  }
  .instruments .section-title {
    max-width: 100%;
  }
  .instruments-header .section-title .section-title__shadow {
    top: -45%;
    left: 50px;
    font-size: 38px;
    line-height: 54px;
  }
  .cta {
    background-position: 200px top;
  }
}
@media (max-width: 767px) {
  .hero-caption {
    padding-left: 0;
  }

  .hero-caption::before {
    display: none;
  }

  .hero-circle__wrapper {
    padding-left: 40px;
  }

  .goal-img {
    padding: 0 50px;
  }

  .about .goal-card {
    padding: 25px 45px;
  }

  .goal-card p {
    max-width: 100%;
  }

  .section-title .section-title__shadow {
    font-size: 36px;
  }

  .counters-inner {
    padding: 0 50px;
  }

  .info-card {
    padding: 0 50px;
  }

  .cta {
    background-position: center center;
  }

  .info {
    padding: 40px 0 40px;
  }

  .instruments {
    padding-top: 20px;
  }

  .inner-circle-img {
    padding: 40px 100px 0;
  }

  .inner-we {
    padding-bottom: 20px;
  }
}
@media (max-width: 589px) {
  .instruments .section-title {
    max-width: 450px;
  }
  .instruments-header .section-title .section-title__shadow {
    top: -13%;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .cta-title {
    font-size: 32px;
    line-height: 39px;
  }

  .cta {
    padding: 100px 0;
  }

  .income .goal-card {
    padding: 45px 25px 20px;
  }
  .footer-phone {
    flex-wrap: wrap;
  }
  .footer-phone .btn-border {
    margin-top: 15px;
  }
  .table-container th,
  .table-container td {
    padding: 10px;
  }
  .partner.section-overflow .goal-card {
    overflow-x: scroll;
  }
}
@media (max-width: 479px) {
  .hero-section {
    background-position: 75% center;
  }

  .hero-title {
    font-size: 45px;
    line-height: 57px;
  }
  .hero-title span {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  .about .goal-card {
    padding: 20px;
  }

  .goal-img {
    padding: 0;
  }

  .goal-card {
    padding: 20px;
    font-size: 16px;
    line-height: 21px;
  }

  .about .goal-card::before {
    left: 15px;
    top: 15px;
  }

  .counters-inner {
    padding: 0;
  }

  .info-card {
    padding: 0;
  }

  .cta-title {
    font-size: 22px;
    line-height: 33px;
  }

  .inner-circle-img {
    padding: 0;
  }
  .counters {
    background-size: cover;
    background-position: 20% 87px;
  }
  .instruments-header .section-title .section-title__shadow {
    left: 0;
  }
  .partner-family {
    background-size: 220%;
    background-position: center bottom;
  }
  .partner-family {
    margin-bottom: 55px;
  }
  .partner-family::before {
    opacity: 0.7;
    background-color: #18223D;
  }
  .partner-family::after {
    content: '';
    position: absolute;
    bottom: -55px;
    left: 0;
    height: 55px;
    width: 100%;
    background-color: #111B31;
    opacity: 0.6;
  }
  .partner .inner-circle-img {
    padding: 0 50px;
  }
  .partner-family .inner-section__title {
    margin-bottom: 0;
  }
  .partner-family .goal-card {
    margin-top: 15px;
  }
  .table-container th,
  .table-container td {
    padding: 5px;
  }
}
@media (max-width: 374px) {
  .counter {
    font-size: 24px;
    line-height: 32px;
  }

  .counter-big {
    font-size: 32px;
    top: -35%;
  }
}
.photo-card {
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
}

.photo-card__body {
  padding: 44px 39px;
  position: relative;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #202B43;
  height: 100%;
}

.photo-card__body-inner img {
  width: 10px;
  height: 18px;
  position: absolute;
  left: 0;
}

.photo-card__text {
  font-size: 16px;
  line-height: 22px;
  color: #AAAEB5;
  text-transform: uppercase;
  min-height: 66px;
}

.photo-card__descr {
  font-size: 16px;
  line-height: 22px;
  color: #AAAEB5;
}

/* Instruments card */
.instruments-card {
  padding: 45px 37px 45px 31px;
  position: relative;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 4px;
  background-color: #1C2943;
  height: 100%;
  background-clip: padding-box;
  border: solid 1px transparent;
  transition: 0.25s;
}
.instruments-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(140.47deg, rgba(186, 129, 116, 0) 27.94%, rgba(255, 255, 255, 0.07) 78.06%);
  opacity: 0.7;
  transition: 0.25s;
  border-radius: 4px;
}
.instruments-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(to right, #F9D18E, #FFFFFF);
  opacity: 0.2;
}
.instruments-card .instruments-card__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
  position: relative;
  margin-bottom: 17px;
  min-height: 77px;
}
.instruments-card .instruments-card__header img {
  width: 75px;
}
.instruments-card .instruments-card__body {
  z-index: 2;
  position: relative;
}
.instruments-card .instruments-card__title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #F0F5FF;
  max-width: 240px;
  position: relative;
  padding-left: 41px;
  margin-bottom: 16px;
}
.instruments-card .instruments-card__title span {
  position: absolute;
  left: 0;
  color: #DFBD8A;
}
.instruments-card .instruments-card__text {
  padding-left: 41px;
  font-size: 14px;
  line-height: 20px;
  color: #AAAEB5;
}
.instruments-card:hover {
  background-color: #16223B;
}
.instruments-card:hover::before {
  background-color: #16223B;
  background-image: none;
  opacity: 1;
}

@supports ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
  .instruments-card::before {
    -webkit-backdrop-filter: blur(61px);
    backdrop-filter: blur(61px);
    opacity: 1;
  }
  .instruments-card:hover::before {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}
@media (max-width: 991px) {
  .we-column {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    margin-bottom: 20px;
  }

  .we-row {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .photo-card__body {
    padding: 25px 30px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .we-column {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
  }
}
@media (max-width: 479px) {
  .we-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .instruments-card {
    padding: 25px 25px 35px 26px;
  }
}

.topBtn {
  width: 58px;
  height: 58px;
  appearence: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 2px;
  position: fixed;
  right: 92px;
  bottom: 31px;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  outline: none;
  box-shadow: none;
  transition: .25s;
}
.topBtn.active {
  opacity: 0;
  visibility: hidden;
}
.topBtn.active {
  opacity: 1;
  visibility: visible;
}
.topBtn img {
  width: 21px;
}
.topBtn:focus {
  outline: none;
  box-shadow: none;
}
.topBtn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.topBtn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .topBtn {
    right: 15px;
    bottom: 15px;
  }
}
.btn {
  max-width: 280px;
  width: 100%;
  padding: 17px 15px 19px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.25s;
  text-decoration: none;
}
.btn:hover, .btn:focus, .btn:active {
  outline: none;
}
.btn-gold {
  background: linear-gradient(0deg, #99653B 0%, #EDC279 73.44%, #FFDA9A 100%);
  box-shadow: 2px 12px 37px rgba(218, 162, 122, 0.41), inset -2px -4px 13px #EDC073;
}
.btn-gold span {
  color: #fff;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.12);
}
.btn-gold:hover {
  box-shadow: 0px 0px 47px rgba(218, 162, 122, 0.81), inset -2px -4px 13px #EDC073;
}
.btn-border {
  border: 1px solid #F0F5FF;
  border-radius: 4px;
  color: #FFFFFF;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.12);
}
.btn-border:hover, .btn-border:focus {
  color: #DFBD8A;
  border-color: #DFBD8A;
}

.hamburger {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0 !important;
  margin: 0;
  padding: 0;
  overflow: visible;
  outline: none !important;
  box-shadow: none !important;
  height: 50px;
  width: 50px;
  border-radius: 2px;
}
.hamburger:hover, .hamburger:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.hamburger.active:hover {
  opacity: 0.7;
}
.hamburger .hamburger-box {
  width: 20px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 20px;
  height: 2px;
  background-color: #DFBD8A;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  border-radius: 0;
}
.hamburger .hamburger-inner::before {
  width: 20px;
  height: 2px;
  background-color: #DFBD8A;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  content: "";
  display: block;
  top: -6px;
}
.hamburger .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #DFBD8A;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  content: "";
  display: block;
  bottom: -6px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header {
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  padding: 22px 12px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  z-index: 99;
}
.header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.header.header-stuck {
  padding: 10px 24px;
  position: fixed;
  max-width: 100%;
  -webkit-animation: headerAppear 0.5s 1 forwards linear;
  animation: headerAppear 0.5s 1 forwards linear;
}
.header.header-stuck::before {
  background-color: #111B31;
  opacity: 0.9;
  visibility: visible;
}
.header.header-stuck::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #F9D18E, #FFFFFF);
  opacity: 0.2;
}
.header.header-stuck .header-logo img {
  width: 200px;
}

@-webkit-keyframes headerAppear {
  from {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes headerAppear {
  from {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.header-container {
  max-width: 1620px;
}

.header-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.header-wrapper a:hover {
  text-decoration: none;
}

.header-nav__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav__wrapper > ul {
  margin-bottom: 0;
}

.header-nav__wrapper .parent.deeper {
  position: relative;
}

.header-nav__wrapper .parent.deeper > ul {
  margin-top: 0;
  border-radius: 2px;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 33px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  min-width: 10rem;
  transition: .25s;
  padding: .5rem;
}

.header-nav__dropdown:hover .dropdown-toggle {
  color: #DFBD8A;
}

.dropdown-inner__link {
  transition: .25s;
}

.dropdown-inner__link:hover {
  color: #DFBD8A;
}

.header-nav__wrapper .parent.deeper > ul a,
.header-nav__wrapper .parent.deeper.active {
  color: #F0F5FF;
  z-index: 2;
  transition: 0.25s;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  background-color: transparent;
}
.header-nav__wrapper .parent.deeper > ul a {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  padding: .5rem;
}
@media (hover: hover) {
  .header-nav__wrapper .parent.deeper:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header-lang .header-lang__link:hover .dropdown-menu {
    display: block;
  }
}
.header-nav__wrapper .parent.deeper:hover .dropdown-toggle, 
.header-nav__wrapper .parent.deeper:focus .dropdown-toggle, 
.header-nav__wrapper .parent.deeper:active .dropdown-toggle,
.header-nav__wrapper .parent.deeper > ul a:hover, 
.header-nav__wrapper .parent.deeper > ul a:focus, 
.header-nav__wrapper .parent.deeper > ul a:active {
  background-color: transparent;
  color: #DFBD8A;
}
.header-nav__wrapper .parent.deeper > ul::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  border: 1px solid #F9D18E;
  border-radius: 2px;
}
.header-nav__wrapper .parent.deeper > ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1b2740;
  opacity: 0.7;
  border-radius: 2px;
}

.header-nav__dropdown,
.header-lang {
  position: relative;
}

.dropdown-toggle::after {
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.dropdown-toggle[aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-nav__link,
.header-login__link {
  color: #F0F5FF;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 33px;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.25s;
}
.header-nav__link:hover, .header-nav__link:focus,
.header-login__link:hover,
.header-login__link:focus {
  text-decoration: none;
  color: #DFBD8A;
  outline: none;
}

.header-login__link,
.header-register__link {
  text-transform: initial;
  font-size: 14px;
  transition: 0.25s;
}

.header-register__link:hover {
  color: #F0F5FF;
}

.header-login__link {
  color: #F0F5FF;
  padding: 0;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header-login__link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #434C5C;
}
.header-login__link svg {
  margin-right: 9px;
}
.header-login__link svg path {
  transition: 0.25s;
}
.header-login__link svg circle {
  transition: 0.25s;
}
.header-login__link:hover svg path {
  fill: #DFBD8A;
}
.header-login__link:hover svg circle {
  stroke: #DFBD8A;
}

.header-register__link {
  color: #DFBD8A;
}

.header-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 36px;
}

.header-lang {
  padding-left: 45px;
}
.header-lang .header-lang__link {
  width: 50px;
  height: 50px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  font-size: 14px;
  line-height: 17px;
  color: #F0F5FF;
  transition: 0.25s;
}


.header-lang .header-lang__link:hover, .header-lang .header-lang__link:focus {
  background: rgba(255, 255, 255, 0.2);
  outline: none;
}
.header-lang .dropdown-menu {
  min-width: 4rem;
  left: auto !important;
  right: 0 !important;
}

.header-login__link img {
  width: 20px;
}

@media (max-width: 1309px) {
  .header-nav__link, .header-login__link {
    padding: 0 15px;
  }
  .header-lang,
  .header-actions {
    padding-left: 15px;
  }
}

@media (max-width: 1200px) {
  
  .header-nav__link, 
  .header-login__link {
    font-size: 12px;
  }
  
}
@media (max-width: 991px) {
  .header {
    grid-template-columns: 0.5fr 1fr;
    padding: 10px 12px;
  }
  .header.header-stuck {
    padding: 10px 12px;
  }

  .header-logo {
    width: 200px;
    display: block;
  }

  .header-wrapper.active .header-lang {
    opacity: 1;
    visibility: visible;
  }
  .header-wrapper.active .header-nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .hamburger {
    margin-left: 15px;
    z-index: 12;
  }

  .header-nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    min-height: calc(var(--vh, 1vh) * 100);
    z-index: 11;
    padding-top: 120px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: 0.25s;
  }
  .header-nav::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to right, #F9D18E, #FFFFFF);
    opacity: 0.2;
  }
  .header-nav::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1B2740;
    opacity: 0.9;
  }

  .header-nav__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 80%;
    position: absolute;
    width: 100%;
    z-index: 19;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 70px;
  }

  .header-nav__link {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    z-index: 9;
    position: relative;
  }

  .header-nav .dropdown-menu.show {
    position: relative !important;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0 !important;
    right: 0 !important;
  }
  .header-nav .dropdown-menu.show::after {
    display: none;
  }
  .header-nav .dropdown-menu.show a {
    color: #F0F5FF;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 17px;
    padding: 15px;
    text-align: center;
    display: block;
    transition: 0.25s;
  }
  .header-nav .dropdown-menu.show a:hover, .header-nav .dropdown-menu.show a:focus, .header-nav .dropdown-menu.show a:active {
    background-color: transparent;
    color: #DFBD8A;
  }
  
  .header-nav__wrapper > ul {
    flex-direction: column;
  }

  .header-lang {
    position: absolute;
    z-index: 12;
    right: 80px;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
  }
  .header-lang .dropdown-menu {
    min-width: 6rem;
    text-align: center;
  }
  .header-lang .dropdown-menu::before {
    opacity: 0.9;
  }

  .mobile-logo {
    z-index: 3;
    position: relative;
    margin-top: auto;
  }
  .mobile-logo img {
    width: 60%;
    margin: auto auto 0;
    display: block;
  }

  .header-nav__footer {
    position: relative;
    width: 100%;
    margin-top: auto;
    padding-top: 60px;
  }
  .header-nav__wrapper .parent.deeper > ul {
    position: relative;
    transform: translate(0);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .header-nav__wrapper .parent.deeper > ul.active {
    visibility: visible;
    opacity: 1;
  }
  .header-nav__wrapper .parent.deeper > ul::before,
  .header-nav__wrapper .parent.deeper > ul::after {
    display: none;
  }
  .header-nav__wrapper .parent.deeper > ul a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .header-register__link,
.header-login__link {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-register__link span,
.header-login__link span {
    display: none;
  }
  .header-register__link svg,
.header-login__link svg {
    width: 30px;
    height: 30px;
  }

  .header-login__link {
    padding-left: 0;
  }
  .header-login__link svg {
    margin-right: 0;
  }
  .header-login__link::before {
    right: -8px;
  }

  .header-actions {
    position: absolute;
    right: 100px;
    top: 8px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    padding-left: 0;
    transition: 0.25s;
  }

  .header-wrapper.active .header-actions {
    opacity: 1;
    visibility: visible;
  }
}
.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.site-footer {
  padding-top: 104px;
  background-color: #111B31;
}
.site-footer .footer-logo {
  width: 274px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
.site-footer .hero-socials {
  left: 15px;
  top: 0;
  bottom: 0;
}
.site-footer .footer-copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #232E48;
  position: relative;
  padding: 21px 0;
}
.site-footer .footer-copyright .container {
  position: relative;
}
.site-footer .footer-copyright .copyright {
  color: #9197A5;
  opacity: 0.5;
  font-size: 14px;
}
.site-footer .footer-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.site-footer .footer-nav a {
  padding: 0 26px;
  text-transform: uppercase;
  color: #F0F5FF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.25s;
}
.site-footer .footer-nav a:hover {
  color: #DFBD8A;
  text-decoration: none;
}

@media (max-width: 767px) {
  .site-footer {
    padding-top: 60px;
  }
  .site-footer .footer-nav {
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .site-footer .footer-nav a {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .site-footer {
    padding-top: 30px;
  }
  .site-footer .footer-nav {
    margin-bottom: 30px;
  }
}

.lang-active a {
  color: #F0F5FF;
  text-decoration: none;
  pointer-events: none;
}

.dropdown-menu {
  margin-top: 0;
  border-radius: 2px;
  border: none;
  background-color: transparent;
  top: 100% !important;
  left: auto !important;
  right: 30px !important;
}
.dropdown-menu .dropdown-item {
  color: #F0F5FF;
  position: relative;
  z-index: 2;
  transition: 0.25s;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active {
  background-color: transparent;
  color: #DFBD8A;
}
.dropdown-menu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  border: 1px solid #F9D18E;
  border-radius: 2px;
}
.dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1b2740;
  opacity: 0.7;
  border-radius: 2px;
}

/* Error page */

.error-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('../img/error.png');
  background-size: cover;
  background-position: top right;
  position: relative;
  overflow: hidden;
}

.error-logo {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.error-page .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
}

.error-page img {
  max-width: 300px;
}

.error-page h2 {
  margin-bottom: 48px;
}

.footer-phone {
  display: flex;
  max-width: 320px;
  justify-content: center;
  margin: 0 auto 40px;
}

.header-phone a {
  color: #F0F5FF;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.25s;
}

.header-phone a:hover,
.footer-phone a:hover {
  color: #DFBD8A;
}

.footer-phone a {
  text-transform: uppercase;
  color: #F0F5FF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.25s;
  padding: 0 10px;
}

.footer-phone {
  align-items: center;
}

.footer-phone .btn-border {
  padding: 10px 15px;
}

.btn-border.btn-fixed {
  position: fixed;
  right: 20px;
  bottom: 110px;
  max-width: 130px;
  transition: all ease-in-out .4s;
}
.btn-border.btn-fixed.btn-fixed--bottom {
  bottom: 32px;
}