@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Russo+One&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  color: #ffffff;
  background: linear-gradient(290.11deg, #1D62B8 0%, #174E94 17.36%, #10396D 31.62%, #0B2A51 49.69%, #092140 72.51%, #081E3B 91.29%);
  overflow-x: hidden;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
}

a:visited {
  color: #ffffff;
}

.btn-primary {
  position: relative;
  width: 346px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Russo One", sans-serif;
}

.btn-primary:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/btn-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-primary:hover {
  background: transparent;
  -webkit-box-shadow: 3px 2px 40px rgba(44, 44, 44, 0.22);
          box-shadow: 3px 2px 40px rgba(44, 44, 44, 0.22);
}

.btn-primary:hover:before {
  background-image: url("../images/btn-bg-hover.svg");
}

.btn-primary:focus {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:active {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-form {
  position: relative;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(290.11deg, #1D62B8 0%, #174E94 17.36%, #10396D 31.62%, #0B2A51 49.69%, #092140 72.51%, #081E3B 91.29%);
  border: 0;
  border-radius: 8px;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: -0.034em;
  text-transform: uppercase;
  color: #ffffff;
}

.btn-form:hover {
  background: linear-gradient(290.11deg, #1D62B8 0%, #174E94 17.36%, #10396D 31.62%, #0B2A51 49.69%, #092140 72.51%, #081E3B 91.29%);
  -webkit-box-shadow: 0px 4px 7px -1px rgba(0, 0, 0, 0.11), 0px 2px 4px -1px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 7px -1px rgba(0, 0, 0, 0.11), 0px 2px 4px -1px rgba(0, 0, 0, 0.07);
  color: #ffffff;
}

.btn-form:focus {
  background: linear-gradient(290.11deg, #1D62B8 0%, #174E94 17.36%, #10396D 31.62%, #0B2A51 49.69%, #092140 72.51%, #081E3B 91.29%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.btn-form:active {
  background: linear-gradient(290.11deg, #1D62B8 0%, #174E94 17.36%, #10396D 31.62%, #0B2A51 49.69%, #092140 72.51%, #081E3B 91.29%);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.btn-form:active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.highlight-text {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-11.59%, #F6D256), color-stop(15.39%, #D2B164), color-stop(44.61%, #FFFAB2), color-stop(86.2%, #E6BD6A), color-stop(100.81%, #DAA24A));
  background: linear-gradient(180deg, #F6D256 -11.59%, #D2B164 15.39%, #FFFAB2 44.61%, #E6BD6A 86.2%, #DAA24A 100.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

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

.container-xl {
  max-width: 1580px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

img {
  max-width: 100%;
}

/* Header */
header {
  position: relative;
  z-index: 1;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.header__language-switcher {
  padding: 0 1.8rem;
  margin: 0 0 0 auto;
  position: relative;
}

.header__language-switcher .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__language-switcher .language__item {
  padding: 0 1.3rem;
}

.header__language-switcher .language__item a {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Russo One", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  position: relative;
}

@media (max-width: 991px) {
  .header__language-switcher .language__item a {
    font-size: 1.1rem;
    padding: 2px 0;
  }
}

.header__language-switcher .language__item.active a:after {
  content: '';
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-11.59%, #F6D256), color-stop(15.39%, #D2B164), color-stop(44.61%, #FFFAB2), color-stop(86.2%, #E6BD6A), color-stop(100.81%, #DAA24A));
  background: linear-gradient(180deg, #F6D256 -11.59%, #D2B164 15.39%, #FFFAB2 44.61%, #E6BD6A 86.2%, #DAA24A 100.81%);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .header__language-switcher {
    width: 80px;
    height: 24px;
    padding: 0 10px;
    position: relative;
  }
  .header__language-switcher .language {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 28px;
    margin-right: 8px;
    min-width: 66px;
  }
  .header__language-switcher .language__item {
    display: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
  .header__language-switcher .language__item.active {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__language-switcher .language .language-dropdown {
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/arrow-drop-down.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .header__language-switcher .language.on .language__item {
    display: block;
  }
}

.header .mobile__btn {
  display: none;
}

@media (max-width: 991px) {
  .header {
    padding: 20px 0;
  }
  .header .header__logo img {
    max-width: 167px;
  }
  .header .header__btn {
    display: none;
  }
  .header .mobile__btn {
    display: block;
  }
  .header .mobile__btn {
    display: block;
  }
}

.offcanvas {
  background-image: url("../images/background-menu.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.offcanvas.offcanvas-end {
  border-left: none;
  width: 414px;
}

.offcanvas .offcanvas-header {
  padding: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.offcanvas .btn-close {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 1;
}

.offcanvas .offcanvas-body {
  padding: 60px 20px 20px 20px;
}

.offcanvas .offcanvas-content a {
  font-size: 1.3rem;
  font-weight: 500;
}

.offcanvas .offcanvas-content__menu {
  padding: 40px 0 20px 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.offcanvas .offcanvas-content__menu li {
  display: block;
  padding: 0 0 20px 0;
}

.offcanvas .offcanvas-content__email {
  padding: 0 0 40px 0;
  text-align: center;
}

.offcanvas .offcanvas-content__title {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 0 20px 0;
}

.offcanvas .offcanvas-content__logo {
  padding-top: 40px;
  border-top: 1px solid #ffffff;
  text-align: center;
}

.offcanvas .offcanvas-content__logo img {
  max-width: 256px;
  height: auto;
}

/* Footer */
footer {
  background: #000000;
}

footer .footer-top {
  padding: 2rem 0 0 0;
  border-bottom: 1px solid #ffffff;
}

footer .footer-top__item {
  padding: 0 0 2rem 0;
}

footer .footer-top__item-title {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 0 1.6rem 0;
}

footer .footer-top__item a {
  font-size: 1.4rem;
  font-weight: 500;
  word-break: break-word;
}

footer .footer-top__item a:hover {
  color: #F3E09C;
}

footer .footer-top .footer-nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .footer-top .footer-nav-list li {
  padding: 0.5rem 0;
}

footer .footer-top .footer-nav-list li:last-child {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  footer .footer-top {
    text-align: center;
  }
  footer .footer-top .footer-top__item-title {
    font-size: 1.3rem;
  }
  footer .footer-top .footer-top__item a {
    font-size: 1.2rem;
  }
}

footer .footer-bottom {
  padding: 1.7rem 0;
  font-size: 1.3rem;
  font-weight: 500;
}

footer .footer-bottom p {
  margin: 0;
}

@media (max-width: 768px) {
  footer .footer-bottom {
    text-align: center;
    font-size: 1.2rem;
  }
}

/* Content */
.section-1 {
  background-image: url("../images/background-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 170px;
  margin-top: -170px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section-1 {
    background-image: url("../images/background-1-mobile.jpg");
  }
}

.section-1__content {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 0 150px 0;
}

.section-1__content span {
  text-transform: uppercase;
}

.section-1__content p {
  margin-bottom: 2rem;
}

.section-1__img {
  height: 100%;
  position: relative;
  text-align: right;
  padding: 100px 0 150px 0;
}

.section-1__img .section-1__decor1 {
  max-width: 630px;
  width: 100%;
}

.section-1__img .section-1__decor2 {
  position: absolute;
  bottom: 80px;
  right: -200px;
}

.section-1__img .section-1__decor3 {
  position: absolute;
  top: -150px;
  right: -250px;
}

.section-1__img .section-1__decor4 {
  position: absolute;
  top: -50px;
  right: -270px;
  width: 97px;
  height: auto;
}

.section-1__img .section-1__decor5 {
  position: absolute;
  top: 100px;
  right: 20px;
  width: 60px;
  height: auto;
}

.section-1__img .section-1__decor6 {
  position: absolute;
  bottom: 100px;
  right: -90px;
  width: 97px;
  height: auto;
}

@media (max-width: 991px) {
  .section-1 .col-lg-7 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-1 .col-lg-5 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
  .section-1 .section-1__img {
    text-align: center;
    padding: 90px 0 40px 0;
  }
  .section-1 .section-1__img .section-1__decor2 {
    position: absolute;
    bottom: -150px;
    right: -50px;
    max-width: 140px;
    opacity: 0.4;
  }
  .section-1 .section-1__img .section-1__decor3 {
    display: none;
  }
  .section-1 .section-1__img .section-1__decor4 {
    position: absolute;
    top: 90px;
    right: initial;
    left: 30px;
    width: 28px;
    height: auto;
  }
  .section-1 .section-1__img .section-1__decor5 {
    display: none;
  }
  .section-1 .section-1__img .section-1__decor6 {
    display: none;
  }
  .section-1 .section-1__content {
    font-size: 1.1rem;
    padding: 0 0 60px 0;
  }
}

.main-title {
  font-size: 3rem;
  font-weight: 400;
  font-family: "Russo One", sans-serif;
  padding-top: 150px;
  margin: 0 0 2rem 0;
}

@media (max-width: 991px) {
  .main-title {
    font-size: 1.9rem;
    font-weight: 400;
    padding-top: 20px;
  }
}

.section-2 {
  background-image: url("../images/background-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .section-2 {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .section-2 {
    background-image: url("../images/background-2-mobile.jpg");
  }
}

.section-2__decor {
  position: absolute;
  top: 0;
  right: -200px;
}

@media (max-width: 1199px) {
  .section-2__decor {
    display: none;
  }
}

.section-2__title {
  padding: 20px 64px;
  margin: 0 auto 120px auto;
  max-width: 890px;
  text-align: center;
  font-family: "Russo One", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.section-2__title:before {
  content: url("../images/decor/branch.svg");
  position: absolute;
  top: 0;
  left: 0;
}

.section-2__title:after {
  content: url("../images/decor/branch.svg");
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (max-width: 991px) {
  .section-2__title {
    padding: 20px 40px;
    margin: 0 auto 50px auto;
    font-size: 1.4rem;
    max-width: 370px;
  }
}

.section-2 .icon-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-2 .icon-cards__item {
  width: 20%;
  text-align: center;
}

.section-2 .icon-cards__item .icon-cards__img {
  width: 190px;
  height: 190px;
  margin: 0 auto 56px auto;
  position: relative;
}

.section-2 .icon-cards__item .icon-cards__img .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 190px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  position: relative;
}

.section-2 .icon-cards__item .icon-cards__img img {
  position: relative;
}

.section-2 .icon-cards__item .icon-cards__img:before {
  content: '';
  width: 200px;
  height: 200px;
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 50%;
  -webkit-filter: blur(24px);
          filter: blur(24px);
}

.section-2 .icon-cards__item:nth-child(1) .icon-cards__img:before {
  background: rgba(17, 41, 255, 0.5);
}

.section-2 .icon-cards__item:nth-child(2) .icon-cards__img:before {
  background: rgba(128, 206, 206, 0.5);
}

.section-2 .icon-cards__item:nth-child(3) .icon-cards__img:before {
  background: rgba(209, 110, 231, 0.5);
}

.section-2 .icon-cards__item:nth-child(4) .icon-cards__img:before {
  background: rgba(31, 166, 238, 0.5);
}

.section-2 .icon-cards__item:nth-child(5) .icon-cards__img:before {
  background: rgba(109, 57, 255, 0.5);
}

@media (max-width: 1199px) {
  .section-2 .icon-cards__item {
    width: 33%;
    margin-bottom: 42px;
  }
}

@media (max-width: 991px) {
  .section-2 .icon-cards__item {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .section-2 .icon-cards__item {
    width: 80%;
  }
}

.section-2 .icon-cards__title {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

.section-3 {
  background-image: url("../images/background-3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .section-3 {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .section-3 .container-xl {
    padding: 0;
  }
}

.section-3__decor {
  position: absolute;
  bottom: -50px;
  left: -140px;
  max-width: 190px;
  height: auto;
}

@media (max-width: 1199px) {
  .section-3__decor {
    display: none;
  }
}

.section-3__decor2 {
  position: absolute;
  bottom: 170px;
  left: -100px;
  max-width: 45px;
  height: auto;
}

@media (max-width: 1199px) {
  .section-3__decor2 {
    display: none;
  }
}

.section-3__title {
  text-align: center;
  font-family: "Russo One", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.section-3__title span {
  padding: 0 64px;
  position: relative;
}

.section-3__title span:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-11.59%, #F6D256), color-stop(15.39%, #D2B164), color-stop(44.61%, #FFFAB2), color-stop(86.2%, #E6BD6A), color-stop(100.81%, #DAA24A));
  background: linear-gradient(180deg, #F6D256 -11.59%, #D2B164 15.39%, #FFFAB2 44.61%, #E6BD6A 86.2%, #DAA24A 100.81%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 8px;
  left: 20px;
}

.section-3__title span:after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-11.59%, #F6D256), color-stop(15.39%, #D2B164), color-stop(44.61%, #FFFAB2), color-stop(86.2%, #E6BD6A), color-stop(100.81%, #DAA24A));
  background: linear-gradient(180deg, #F6D256 -11.59%, #D2B164 15.39%, #FFFAB2 44.61%, #E6BD6A 86.2%, #DAA24A 100.81%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 8px;
  right: 20px;
}

@media (max-width: 1199px) {
  .section-3__title span {
    display: block;
    padding: 50px 0;
  }
  .section-3__title span:before {
    top: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section-3__title span:after {
    top: initial;
    bottom: 14px;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 991px) {
  .section-3__title {
    font-size: 1.4rem;
    text-transform: none;
  }
}

.section-3 .infographic-desctop {
  position: relative;
  margin: 100px 0 0 0;
}

.section-3 .infographic-desctop__bg {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section-3 .infographic-desctop__text {
  max-width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .section-3 .infographic-desctop {
    display: none;
  }
}

.section-3 .infographic-mobile {
  display: none;
  text-align: center;
  margin-top: 50px;
  width: 100%;
  padding-bottom: 1110px;
  position: relative;
}

.section-3 .infographic-mobile img {
  width: 500px;
  height: 1110px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .section-3 .infographic-mobile {
    display: block;
  }
}

.section-4 {
  background-image: url("../images/background-4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .section-4 {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .section-4 {
    background-image: url("../images/background-4-mobile.jpg");
  }
}

.section-4__title {
  text-align: center;
  font-family: "Russo One", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 1000px;
  margin: 0 auto 100px auto;
}

@media (max-width: 991px) {
  .section-4__title {
    font-size: 1.4rem;
    margin: 0 auto 50px auto;
  }
}

.section-4 .img-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 300px;
}

@media (max-width: 768px) {
  .section-4 .img-cards {
    padding-bottom: 450px;
  }
}

.section-4 .img-cards__item {
  max-width: 60%;
}

.section-4 .img-cards__item img {
  max-width: 100%;
  cursor: pointer;
}

.section-4 .img-cards__item.img-cards__item-1 {
  position: relative;
}

.section-4 .img-cards__item.img-cards__item-2 {
  position: absolute;
  top: 100px;
  left: 90px;
}

.section-4 .img-cards__item.img-cards__item-3 {
  position: absolute;
  top: 200px;
  left: 180px;
}

.section-4 .img-cards__item.img-cards__item-4 {
  position: absolute;
  top: 300px;
  left: 270px;
}

.section-4 .img-cards__item.active {
  z-index: 1;
}

.section-4 .img-cards__item.active .img-cards__img:before {
  background: transparent;
}

.section-4 .img-cards__item.active .img-cards__title {
  display: block;
  position: absolute;
  bottom: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 768px) {
  .section-4 .img-cards__item.active .img-cards__title {
    bottom: -55px;
  }
}

.section-4 .img-cards__img {
  position: relative;
  -webkit-box-shadow: 3px 2px 40px rgba(44, 44, 44, 0.45);
          box-shadow: 3px 2px 40px rgba(44, 44, 44, 0.45);
}

.section-4 .img-cards__img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.section-4 .img-cards__title {
  display: none;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 30px 0 0 0;
}

@media (max-width: 768px) {
  .section-4 .img-cards__item {
    max-width: 100%;
    width: 100%;
  }
  .section-4 .img-cards__item img {
    width: 100%;
  }
  .section-4 .img-cards__item.img-cards__item-2 {
    top: 150px;
    left: 0;
  }
  .section-4 .img-cards__item.img-cards__item-3 {
    top: 300px;
    left: 0;
  }
  .section-4 .img-cards__item.img-cards__item-4 {
    top: 450px;
    left: 0;
  }
  .section-4 .img-cards__title {
    font-size: 1.6rem;
    padding: 20px 0 0 0;
  }
}

.astronaut-box {
  position: relative;
}

@media (max-width: 991px) {
  .astronaut-box {
    margin-top: 70px;
    text-align: center;
    -webkit-transform: rotate(3.14deg);
            transform: rotate(3.14deg);
    padding-left: 120px;
  }
}

.astronaut-box img {
  max-width: 100%;
}

.astronaut-box__decor1 {
  position: absolute;
  top: -40px;
  right: 40px;
  width: 80px;
  height: auto;
}

@media (max-width: 991px) {
  .astronaut-box__decor1 {
    top: 30px;
    right: initial;
    left: 30px;
    width: 40px;
  }
}

.astronaut-box__decor2 {
  position: absolute;
  bottom: 60px;
  left: -30px;
  width: 67px;
  height: auto;
}

@media (max-width: 1199px) {
  .astronaut-box__decor2 {
    display: none;
  }
}

.section-5 {
  background-image: url("../images/background-5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .section-5 {
    background-image: url("../images/background-5-mobile.jpg");
    padding: 50px 0;
  }
}

.section-5__title {
  text-align: center;
  font-family: "Russo One", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .section-5__title {
    font-size: 1.4rem;
  }
}

.section-5__decor {
  text-align: center;
  padding: 50px 0;
}

.section-5__decor img {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}

@media (max-width: 768px) {
  .section-5__decor {
    padding: 30px 0;
  }
  .section-5__decor img {
    max-width: 160px;
  }
}

.section-5 .benefits .benefits-item {
  padding: 20px 50px;
  text-align: center;
  line-height: 1.1;
  -webkit-box-shadow: 3px 2px 40px rgba(44, 44, 44, 0.45);
          box-shadow: 3px 2px 40px rgba(44, 44, 44, 0.45);
}

.section-5 .benefits .benefits-item__title {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-5 .benefits .benefits-item__text {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.005em;
  color: #000000;
}

.section-5 .benefits .benefits-item.benefits-item-1 {
  max-width: 450px;
  background: #ffffff;
  -webkit-box-shadow: 3px 2px 40px rgba(44, 44, 44, 0.45);
          box-shadow: 3px 2px 40px rgba(44, 44, 44, 0.45);
  border-radius: 33px 0px;
  margin: 0 0 40px 0;
}

.section-5 .benefits .benefits-item.benefits-item-1 .benefits-item__title {
  color: #000000;
}

.section-5 .benefits .benefits-item.benefits-item-2 {
  max-width: 450px;
  background: #96E6FF;
  border-radius: 0px 33px;
  margin: 0 0 40px auto;
  position: relative;
}

.section-5 .benefits .benefits-item.benefits-item-2 .benefits-item__title {
  color: #005B78;
}

.section-5 .benefits .benefits-item.benefits-item-2:before {
  content: "";
  width: 120px;
  height: 146px;
  background-image: url("../images/icons/lamp.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -90px;
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
}

.section-5 .benefits .benefits-item.benefits-item-3 {
  max-width: 550px;
  background: #A7E6C8;
  border-radius: 33px 0px;
  margin: 0 0 40px 20px;
}

.section-5 .benefits .benefits-item.benefits-item-3 .benefits-item__title {
  color: #00502B;
}

.section-5 .benefits .benefits-item.benefits-item-4 {
  max-width: 450px;
  background: #AB96FF;
  border-radius: 0px 33px;
  margin: 0 70px 40px auto;
  position: relative;
}

.section-5 .benefits .benefits-item.benefits-item-4 .benefits-item__title {
  color: #2301AE;
}

.section-5 .benefits .benefits-item.benefits-item-4:before {
  content: "";
  width: 160px;
  height: 200px;
  background-image: url("../images/icons/lock.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -110px;
  -webkit-transform: rotate(-21deg);
          transform: rotate(-21deg);
}

@media (max-width: 768px) {
  .section-5 .benefits .benefits-item {
    padding: 20px 10px;
  }
  .section-5 .benefits .benefits-item .benefits-item__title {
    font-size: 0.9rem;
  }
  .section-5 .benefits .benefits-item .benefits-item__text {
    font-size: 0.8rem;
  }
  .section-5 .benefits .benefits-item.benefits-item-1 {
    width: 90%;
  }
  .section-5 .benefits .benefits-item.benefits-item-2 {
    width: 90%;
  }
  .section-5 .benefits .benefits-item.benefits-item-2:before {
    width: 60px;
    height: 73px;
    left: -40px;
  }
  .section-5 .benefits .benefits-item.benefits-item-3 {
    width: 90%;
    margin-left: 0;
  }
  .section-5 .benefits .benefits-item.benefits-item-4 {
    width: 90%;
    margin-right: 0;
  }
  .section-5 .benefits .benefits-item.benefits-item-4:before {
    width: 80px;
    height: 100px;
    top: 40px;
    left: -60px;
  }
}

.section-6 {
  background-image: url("../images/background-6.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .section-6 {
    padding: 50px 0;
  }
}

.section-6__title {
  text-align: center;
  font-family: "Russo One", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .section-6__title {
    font-size: 1.4rem;
    padding-bottom: 50px;
  }
}

.section-6__decor {
  position: absolute;
  top: -100px;
  right: -200px;
  height: calc(100% + 200px);
}

@media (max-width: 1199px) {
  .section-6__decor {
    display: none;
  }
}

.section-6 .countries-row {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .section-6 .countries-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.section-6 .countries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-6 .countries .swiper-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-6 .countries .countries-item {
  width: 25%;
  text-align: center;
  margin-bottom: 16px;
}

.section-6 .countries .swiper-nav {
  display: none;
  width: 100%;
  height: 60px;
  position: relative;
  margin-top: 50px;
}

.section-6 .countries .swiper-button-next, .section-6 .countries .swiper-button-prev {
  top: 0;
  width: 60px;
  height: 60px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  margin-top: 0;
}

.section-6 .countries .swiper-button-next {
  right: 0;
}

.section-6 .countries .swiper-button-next:after {
  content: url("../images/icons/arrow-next.svg");
  font-size: initial;
}

.section-6 .countries .swiper-button-prev {
  left: auto;
  right: 70px;
}

.section-6 .countries .swiper-button-prev:after {
  content: url("../images/icons/arrow-prev.svg");
  font-size: initial;
}

.section-6 .countries .swiper-pagination {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-6 .countries .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  border-radius: 0;
  margin: 0;
  background: #F6D256;
  opacity: 1;
}

.section-6 .countries .swiper-pagination .swiper-pagination-bullet-active {
  background: #F6D256;
}

.section-6 .countries .swiper-pagination .swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .section-6 .countries {
    display: block;
  }
  .section-6 .countries .swiper-nav {
    display: block;
  }
}

.section-contact-us {
  background-image: url("../images/background-contact-us.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .section-contact-us {
    padding: 100px 0 200px 0;
  }
}

.section-contact-us .contact-us__decor1 {
  position: absolute;
  right: 0;
  bottom: 100px;
}

@media (max-width: 991px) {
  .section-contact-us .contact-us__decor1 {
    width: 300px;
    height: auto;
    right: -50px;
    bottom: 0;
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
  }
}

.section-contact-us .contact-us__decor2 {
  position: absolute;
  right: 30px;
  top: 100px;
}

@media (max-width: 991px) {
  .section-contact-us .contact-us__decor2 {
    width: 220px;
    top: -100px;
  }
}

@media (max-width: 768px) {
  .section-contact-us .contact-us__decor2 {
    right: -50px;
  }
}

.section-contact-us .contact-us__decor3 {
  position: absolute;
  left: 70px;
  top: 200px;
}

@media (max-width: 991px) {
  .section-contact-us .contact-us__decor3 {
    display: none;
  }
}

.section-contact-us .contact-us__decor4 {
  position: absolute;
  top: 30px;
  right: -40px;
  width: 70px;
  height: auto;
}

@media (max-width: 991px) {
  .section-contact-us .contact-us__decor4 {
    top: -40px;
    right: 20px;
    width: 40px;
  }
}

.contact-form {
  max-width: 740px;
  padding: 50px;
  margin: 0 auto;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.05), 0px 8px 9px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.05), 0px 8px 9px rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  position: relative;
}

@media (max-width: 768px) {
  .contact-form {
    padding: 50px 16px;
  }
}

.contact-form__title {
  font-size: 3rem;
  font-weight: 400;
  font-family: "Russo One", sans-serif;
  background: linear-gradient(290.11deg, #1D62B8 0%, #174E94 17.36%, #10396D 31.62%, #0B2A51 49.69%, #092140 72.51%, #081E3B 91.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  margin: 0 0 50px 0;
}

@media (max-width: 768px) {
  .contact-form__title {
    font-size: 1.4rem;
  }
}

.form-field {
  margin: 0 0 18px 0;
}

.form-field label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1D62B8;
  margin: 0 0 8px 0;
}

.form-field .form-control {
  height: 40px;
  padding: 12px;
  font-size: 0.9rem;
  font-weight: 400;
  color: #0C0C0C;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
}

.form-field .form-control::-webkit-input-placeholder {
  color: #8C8C8C;
  opacity: 1;
}

.form-field .form-control:-ms-input-placeholder {
  color: #8C8C8C;
  opacity: 1;
}

.form-field .form-control::-ms-input-placeholder {
  color: #8C8C8C;
  opacity: 1;
}

.form-field .form-control::placeholder {
  color: #8C8C8C;
  opacity: 1;
}

.form-field .form-control:focus {
  background: #E1EBF4;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-field .error__text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #F14747;
  margin: 0;
}

.form-field textarea {
  min-height: 106px;
}

.form-field.error-field label {
  color: #E24242;
}

.form-field.error-field .form-control {
  background: #FCECEC;
}

.form-field .form-check-input {
  height: 0;
  width: 0;
  visibility: hidden;
}

.form-field .form-check-input:checked + .form-check-label {
  color: #1D62B8;
}

.form-field .form-check-input:checked + .form-check-label a {
  color: #1D62B8;
}

.form-field .form-check-input:checked + .form-check-label:before {
  background: linear-gradient(290.11deg, #1D62B8 0%, #174E94 17.36%, #10396D 31.62%, #0B2A51 49.69%, #092140 72.51%, #081E3B 91.29%);
}

.form-field .form-check-input:checked + .form-check-label:after {
  left: 38px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.form-field .form-check-label {
  cursor: pointer;
  position: relative;
  padding-left: 50px;
  color: #929292;
  font-weight: 400;
}

.form-field .form-check-label a {
  color: #929292;
  text-decoration: underline;
}

.form-field .form-check-label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 20px;
  background: linear-gradient(290.11deg, rgba(29, 98, 184, 0.1) 0%, rgba(23, 78, 148, 0.1) 17.36%, rgba(16, 57, 109, 0.1) 31.62%, rgba(11, 42, 81, 0.1) 49.69%, rgba(9, 33, 64, 0.1) 72.51%, rgba(8, 30, 59, 0.1) 91.29%);
  display: block;
  border-radius: 10px;
}

.form-field .form-check-label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 6px 1px rgba(20, 20, 20, 0.12), 0px 2px 4px 1px rgba(20, 20, 20, 0.07);
          box-shadow: 0px 4px 6px 1px rgba(20, 20, 20, 0.12), 0px 2px 4px 1px rgba(20, 20, 20, 0.07);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-dialog {
  max-width: 740px;
}

.modal-content {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.05), 0px 8px 9px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 20px 26px rgba(0, 0, 0, 0.05), 0px 8px 9px rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border: none;
  border-radius: 36px;
  padding: 50px;
}

.modal-content .modal-header {
  display: block;
  text-align: center;
  padding: 0 0 50px 0;
  border-bottom: none;
}

.modal-content .modal-header .modal-title {
  font-size: 3rem;
  font-weight: 400;
  font-family: "Russo One", sans-serif;
  background: linear-gradient(290.11deg, #1D62B8 0%, #174E94 17.36%, #10396D 31.62%, #0B2A51 49.69%, #092140 72.51%, #081E3B 91.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0;
}

.modal-content .modal-body {
  text-align: center;
  padding: 0 0 50px 0;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000000;
}

.modal-content .modal-body p {
  margin: 0;
}

.modal-content .modal-footer {
  padding: 0;
  border-top: none;
}

.terms-title {
  font-family: "Russo One", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  margin: 90px 0;
  color: #ffffff;
}

.terms-text {
  font-size: 1.1rem;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 50px;
}

.terms-text .terms-text__title {
  font-family: "Russo One", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}

.terms-text a:hover {
  color: #F3E09C;
}

.fw-bold {
  font-weight: 700;
}

.scroll-top {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 50px;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 768px) {
  .scroll-top {
    right: 10px;
  }
}
/*# sourceMappingURL=style.css.map */