@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-Regular.woff2") format("woff2"), url("fonts/Inter-Regular.woff") format("woff"), url("fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter';
  src: url("fonts/Inter-SemiBold.eot");
  src: local("Inter Semi Bold"), local("Inter-SemiBold"), url("fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Inter-SemiBold.woff2") format("woff2"), url("fonts/Inter-SemiBold.woff") format("woff"), url("fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none;
  border-radius: 0; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #475467; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #101828;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 7rem;
  width: 100%; }

.btn {
  background: #0E3166;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: .5rem; }
  .btn:hover {
    background: #1C4889; }

.section-subtitle {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0E3166;
  margin-bottom: 0.75rem; }

.section-title {
  color: #101828;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2; }

.form {
  font-size: 0.9rem; }
  .form-wrap {
    display: flex;
    gap: 1.2rem; }
    .form-wrap .form-item {
      width: 50%; }
  .form-item {
    margin-bottom: 1.2rem; }
    .form-item p {
      font-weight: 600;
      font-size: 0.85rem;
      margin-bottom: 0.5rem;
      color: #101828; }
      .form-item p span {
        font-weight: 400;
        color: #475467;
        font-size: 0.8rem; }
    .form-item input, .form-item textarea {
      display: block;
      width: 100%;
      border: none;
      border: 1px solid #D0D5DD;
      height: 3rem;
      border-radius: .5rem;
      padding: 0 1rem;
      transition: .6s all; }
      .form-item input::placeholder, .form-item textarea::placeholder {
        color: #667085; }
      .form-item input:hover, .form-item input:focus, .form-item textarea:hover, .form-item textarea:focus {
        border-color: #101828; }
    .form-item input[type="file"] {
      padding-left: 0;
      cursor: pointer; }
    .form-item input::file-selector-button {
      color: #fff;
      padding: 0 1rem;
      border: none;
      background: #0E3166;
      font-family: 'Inter';
      font-size: 0.9rem;
      cursor: pointer;
      height: 3rem;
      border-radius: .5rem;
      display: inline-flex;
      align-items: center;
      margin-right: 1rem; }
    .form-item textarea {
      height: 8rem;
      resize: none;
      padding: 1rem;
      outline: none; }
  .form .iti {
    width: 100%; }
    .form .iti__country-list {
      width: 20rem;
      border-radius: .5rem;
      font-size: 0.8rem; }
      .form .iti__country-list::-webkit-scrollbar {
        width: .25rem;
        height: 0.25rem; }
      .form .iti__country-list::-webkit-scrollbar-thumb {
        border: none; }
  .form .btn {
    width: 100%;
    height: 3rem;
    margin-top: 1rem; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: none;
  cursor: pointer; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 100%;
    max-width: 50rem;
    max-height: 88vh;
    cursor: default;
    border-radius: 1.2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
  .feedback-wrap {
    padding: 1.4rem;
    overflow-y: auto;
    flex-grow: 1;
    scrollbar-width: thin;
    scrollbar-color: #e2e8f0 transparent; }
  .feedback__title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #101828;
    padding: 1.2rem 1.4rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%); }
  .feedback-cards__title {
    font-size: 0.8rem;
    color: #475467;
    margin-bottom: 1rem; }
  .feedback-cards__list {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem; }
  .feedback-cards__item {
    width: calc(50% - .3rem);
    border: 1px solid #EAECF0;
    border-radius: .6rem;
    padding: 1.25rem;
    cursor: pointer;
    transition: .6s all;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    position: relative;
    overflow: hidden;
    background: #fff;
    user-select: none; }
    .feedback-cards__item:last-child {
      width: 100%; }
    .feedback-cards__item:hover {
      border-color: #0E3166;
      transform: translateY(-2px);
      box-shadow: 0 12px 24px -10px rgba(16, 24, 40, 0.08); }
      .feedback-cards__item:hover .feedback-cards__ico {
        opacity: 1; }
  .feedback-cards__ico {
    width: 1.5rem;
    height: 1.5rem;
    transition: .6s all;
    opacity: .6;
    margin-bottom: 0.2rem; }
    .feedback-cards__ico svg {
      width: 100%;
      height: 100%;
      display: block; }
  .feedback-cards__name {
    font-weight: 700;
    color: #101828;
    font-size: 1rem; }
  .feedback-cards__text {
    color: #475467;
    line-height: 1.4;
    font-size: 0.85rem; }
  .feedback-tabs {
    display: none; }
  .feedback-tab {
    display: none; }
  .feedback-loading {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    display: none; }
    .feedback-loading__load {
      display: inline-block;
      position: relative;
      width: 4rem;
      height: 4rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      opacity: .5; }
      .feedback-loading__load div {
        display: block;
        position: absolute;
        width: 3rem;
        height: 3rem;
        margin: .25rem;
        border: 0.25rem solid #475467;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #475467 transparent transparent transparent; }
        .feedback-loading__load div:nth-child(1) {
          animation-delay: -0.45s; }
        .feedback-loading__load div:nth-child(1) {
          animation-delay: -0.3s; }
        .feedback-loading__load div:nth-child(1) {
          animation-delay: -0.15s; }
  .feedback__tag {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #EAECF0;
    padding-bottom: 1.5rem; }
    .feedback__tag p {
      background: #F2F4F7;
      color: #344054;
      padding: .6rem 1rem;
      border-radius: .3rem;
      font-size: 0.85rem;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      border: 1px solid #EAECF0; }
  .feedback-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.75rem;
    border-radius: .6rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.2s ease; }
    .feedback-link:hover {
      background: #f1f5f9;
      border-color: #cbd5e1;
      transform: translateY(-1px);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); }
    .feedback-link__wrap {
      display: flex;
      align-items: center;
      gap: .75rem; }
    .feedback-link__ico {
      flex-shrink: 0;
      width: 1.2rem;
      height: 1.2rem; }
      .feedback-link__ico svg {
        width: 100%;
        height: 100%; }
    .feedback-link__text div {
      color: #101828;
      font-size: 0.92rem;
      font-weight: 600;
      margin-bottom: 0.4rem; }
    .feedback-link__text p {
      color: #475467;
      font-size: 0.78rem; }
    .feedback-link__name {
      flex-shrink: 0;
      color: #3b82f6;
      font-size: 0.82rem;
      font-weight: 600; }
  .feedback__agree {
    font-size: 0.7rem;
    text-align: center;
    max-width: 13rem;
    margin: 0 auto; }
  .feedback-done {
    display: none;
    padding-bottom: 4rem; }
    .feedback-done .feedback__text {
      margin: 0 auto;
      padding: 0 1rem;
      font-size: 0.9rem;
      text-align: center;
      max-width: 20rem; }
  .feedback__img {
    margin: 4.3rem 0 3.2rem;
    text-align: center;
    color: #0E3166; }
    .feedback__img img, .feedback__img svg {
      display: inline-block;
      width: 10rem; }
  .feedback-expire {
    display: none; }
    .feedback-expire .feedback__text {
      margin-bottom: 1rem;
      padding: 0 1rem; }

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: #101828;
  display: none; }
  .mobile-menu .container {
    padding: .75rem 3rem 4rem;
    height: 100dvh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%; }
  .mobile-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .mobile-menu__close {
    width: 2.8rem;
    height: 2.8rem;
    background: #0E3166;
    border-radius: .5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none; }
    .mobile-menu__close img {
      width: 1rem; }
  .mobile-menu__logo {
    width: 7rem;
    display: block; }
    .mobile-menu__logo img {
      width: 100%;
      display: block; }
  .mobile-menu__lang {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    font-size: 1rem; }
    .mobile-menu__lang a {
      color: #fff; }
  .mobile-menu .footer-social a {
    color: #fff; }
  .mobile-menu__list {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase; }
    .mobile-menu__list li {
      margin-bottom: 2rem; }
    .mobile-menu__list a {
      color: #fff; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1rem 0;
  transition: .6s all;
  font-weight: 700;
  z-index: 6; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    width: 7rem;
    display: block; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-menu {
    display: flex;
    gap: 1.5rem;
    margin-right: 1.5rem; }
    .header-menu a {
      color: #fff; }
      .header-menu a:hover {
        opacity: .8; }
  .header-wrap {
    display: flex;
    align-items: center;
    gap: 1.8rem; }
  .header-lang:hover .header-lang__dropdown {
    display: block; }
  .header-lang__btn {
    display: flex;
    color: #fff;
    gap: .5rem;
    padding-bottom: 1rem;
    margin-bottom: -1rem; }
    .header-lang__btn img {
      width: 1.1rem; }
  .header-lang__dropdown {
    position: absolute;
    background: #0E3166;
    padding: .5rem 1rem .5rem .5rem;
    margin-left: -.5rem;
    border-radius: .5rem;
    margin-top: 0.5rem;
    display: none; }
    .header-lang__dropdown li {
      margin-bottom: 0.4rem; }
      .header-lang__dropdown li:last-child {
        margin-bottom: 0; }
    .header-lang__dropdown a {
      display: flex;
      color: #fff;
      gap: .5rem;
      margin-bottom: 0.2rem; }
      .header-lang__dropdown a img {
        width: 1.1rem; }
  .header__btn {
    height: 2.5rem;
    padding: 0 1rem; }
  .header-mobile {
    display: none; }
  .header.scrolled {
    background: #101828;
    padding: 0.75rem 0; }

.main {
  height: 100svh;
  color: #fff;
  background: url(../img/main.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 10svh;
  display: flex;
  align-items: flex-end; }
  .main-content {
    max-width: 40rem; }
  .main__title {
    line-height: 1.2;
    font-size: 3.4rem;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem; }
  .main__text {
    line-height: 1.5;
    font-size: 1.2rem;
    margin-bottom: 2.7rem; }
  .main__btn {
    font-size: 1rem;
    height: 3.4rem;
    padding: 0 1.7rem; }

.about {
  padding: 6.5rem 0;
  overflow: hidden; }
  .about .container {
    display: flex;
    align-items: center;
    gap: 6.5rem; }
  .about__img {
    width: 40vw;
    height: 40vw;
    flex-shrink: 0; }
    .about__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .about__title {
    font-size: 2.8rem;
    margin-bottom: 3.5rem; }
  .about-numbers {
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    gap: 2.5rem 0; }
    .about-numbers li {
      font-size: 1rem;
      color: #101828; }
      .about-numbers li div {
        letter-spacing: -0.02em;
        font-size: 3.4rem;
        margin-bottom: 1rem;
        color: #0E3166;
        transform: scale(10);
        transform-origin: bottom left;
        opacity: 0;
        transition: 1s all; }
      .about-numbers li:nth-child(odd) {
        width: 40%; }
      .about-numbers li:nth-child(even) {
        width: 60%; }
    .about-numbers.active li div {
      opacity: 1;
      transform: none; }

.mission {
  padding-top: 6.5rem; }
  .mission-main {
    display: flex;
    gap: 6.5rem;
    margin-bottom: 3.5rem;
    overflow: hidden; }
  .mission-wrap {
    width: 50%; }
  .mission__title {
    font-size: 2.2rem;
    margin-bottom: 1.2rem; }
  .mission__text {
    font-size: 1.2rem;
    line-height: 1.5; }
  .mission-info {
    width: 50%; }
    .mission-info__item {
      margin-bottom: 2.7rem;
      display: flex;
      align-items: flex-start;
      gap: 1rem; }
      .mission-info__item:last-child {
        margin-bottom: 0; }
    .mission-info__ico {
      width: 2.8rem;
      flex-shrink: 0; }
      .mission-info__ico img {
        width: 100%;
        display: block;
        filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05)); }
    .mission-info__text {
      padding-top: .7rem; }
      .mission-info__text div {
        font-size: 1.2rem;
        color: #101828;
        font-weight: 700;
        margin-bottom: 0.5rem; }
      .mission-info__text p {
        line-height: 1.5; }
  .mission__img img {
    width: 100%;
    display: block; }

.vision {
  padding: 6.5rem 0;
  overflow: hidden; }
  .vision-content {
    max-width: 50rem;
    margin-bottom: 6.5rem; }
  .vision__title {
    font-size: 2.2rem;
    margin-bottom: 1.2rem; }
  .vision__text {
    font-size: 1.2rem;
    line-height: 1.5; }
  .vision-item {
    margin-bottom: 6.5rem; }
    .vision-item:last-child {
      margin-bottom: 0; }
    .vision-item:nth-child(odd) .container {
      padding-right: 0; }
    .vision-item:nth-child(even) .container {
      padding-left: 0;
      flex-direction: row-reverse; }
    .vision-item:nth-child(even) .vision-item__wrap {
      padding-left: 6rem; }
    .vision-item .container {
      display: flex;
      align-items: center;
      gap: 3rem; }
    .vision-item__wrap {
      flex-grow: 1; }
    .vision-item__ico {
      width: 3.2rem;
      margin-bottom: 1.5rem; }
      .vision-item__ico img {
        width: 100%;
        display: block; }
    .vision-item__title {
      color: #101828;
      margin-bottom: 1rem;
      line-height: 1.2;
      font-size: 1.8rem; }
    .vision-item__text {
      line-height: 1.5;
      font-size: 1rem;
      max-width: 30rem;
      margin-bottom: 2rem; }
    .vision-item__info {
      padding-left: 1rem;
      font-size: 1rem; }
      .vision-item__info li {
        margin-bottom: 1.2rem;
        display: flex;
        align-items: center;
        gap: .7rem; }
        .vision-item__info li img {
          width: 1.6rem; }
        .vision-item__info li:last-child {
          margin-bottom: 0; }
    .vision-item__img {
      width: calc(50vw - .25rem);
      flex-shrink: 0; }
      .vision-item__img img {
        width: 100%;
        display: block; }

.footer {
  padding: 4rem 0 3rem;
  background: #f9fafb; }
  .footer-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 4rem; }
  .footer__title {
    max-width: 44rem;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 4rem; }
  .footer-flex {
    display: flex;
    gap: 4rem;
    margin-bottom: 2.2rem; }
  .footer__logo {
    width: 12rem; }
    .footer__logo img {
      width: 100%;
      display: block; }
  .footer-menu {
    font-weight: 700; }
    .footer-menu li {
      margin-bottom: 0.7rem; }
      .footer-menu li:last-child {
        margin-bottom: 0; }
    .footer-menu a {
      color: #475467; }
      .footer-menu a:hover {
        color: #0E3166; }
  .footer-btns {
    display: flex;
    gap: .7rem; }
    .footer-btns a {
      border: 1px solid #D0D5DD;
      border-radius: 0.5rem;
      min-height: 2.6rem;
      padding: 0.35rem 0.85rem;
      color: #475467;
      font-weight: 700;
      font-size: 0.75rem;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .footer-btns a:hover {
        color: #0E3166;
        border-color: #0E3166; }
  .footer__top {
    height: 2.8rem;
    padding: 0 1.2rem; }
  .footer-copy {
    padding-top: 2rem;
    border-top: 1px solid #EAECF0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer__text {
    color: #667085; }
    .footer__text a {
      border-bottom: 1px solid;
      color: #667085; }
      .footer__text a:hover {
        color: #0E3166; }
  .footer-social {
    display: flex;
    gap: 1.5rem; }
    .footer-social li {
      display: inline-flex; }
    .footer-social a {
      display: inline-flex;
      width: 1.5rem;
      color: #667085; }
      .footer-social a:hover {
        color: #0E3166; }
      .footer-social a svg {
        width: 100%; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 3rem; }

  .feedback-content {
    width: calc(100% - 2rem); }

  .header {
    padding: 0.75rem 0; }
    .header-menu, .header-lang {
      display: none; }
    .header__btn {
      height: 2.8rem; }
    .header-mobile {
      width: 2.8rem;
      height: 2.8rem;
      background: #0E3166;
      border-radius: .5rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      color: #fff; }
      .header-mobile svg {
        width: 1.5rem; }

  .main {
    height: 65rem;
    padding-bottom: 5rem;
    background-position: bottom center; }

  .about {
    padding-bottom: 0; }
    .about .container {
      flex-direction: column-reverse; }
    .about__img {
      width: calc(100vw - 8rem);
      height: calc(100vw - 8rem); }

  .mission-main {
    flex-direction: column;
    gap: 3.5rem; }
  .mission-wrap, .mission-info {
    width: 100%; }

  .vision-item:nth-child(odd) .container {
    padding-right: 3rem; }
  .vision-item:nth-child(even) .container {
    padding-left: 3rem;
    flex-direction: column; }
  .vision-item:nth-child(even) .vision-item__wrap {
    padding-left: 0; }
  .vision-item .container {
    flex-direction: column; }
  .vision-item__wrap, .vision-item__img {
    width: 100%; }

  .footer-main {
    flex-direction: column;
    gap: 3rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

  .form-wrap {
    gap: 0;
    flex-direction: column; }
    .form-wrap .form-item {
      width: 100%; }
  .form-item {
    margin-bottom: 0.8rem; }
    .form-item input::file-selector-button {
      padding: 0 .5rem;
      font-size: 0.8rem;
      margin-right: .5rem; }

  .feedback-wrap {
    padding: 1rem; }
  .feedback-cards__title {
    font-size: 0.9rem; }
  .feedback-cards__item {
    width: 100%; }
  .feedback-link {
    margin-bottom: 1rem;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem; }
  .feedback__tag {
    padding-bottom: 1rem;
    margin-bottom: 1rem; }

  .mobile-menu .container {
    padding: 0.5rem 1rem 3rem; }
  .mobile-menu__logo {
    width: 6rem; }
  .mobile-menu__list {
    font-size: 1.2rem; }
    .mobile-menu__list li {
      margin-bottom: 1.5rem; }
  .mobile-menu__close {
    width: 2.5rem;
    height: 2.5rem; }

  .header {
    padding: 0.5rem 0; }
    .header.scrolled {
      padding: 0.5rem 0; }
    .header__logo {
      width: 6rem; }
    .header-wrap {
      gap: 1rem; }
    .header__btn {
      height: 2.5rem;
      font-size: 0.8rem;
      padding: 0 0.5rem; }
    .header-mobile {
      width: 2.5rem;
      height: 2.5rem; }

  .main {
    height: 45rem;
    background-position: -48rem -15rem;
    background-size: 108rem;
    padding-bottom: 3rem; }
    .main__title {
      font-size: 2.1rem;
      margin-bottom: 1rem; }
    .main__text {
      font-size: 1rem;
      margin-bottom: 2rem; }

  .about {
    padding-top: 5rem; }
    .about .container {
      gap: 3rem; }
    .about__title {
      font-size: 1.8rem;
      margin-bottom: 2rem; }
    .about-numbers {
      gap: 1.5rem 0; }
      .about-numbers li {
        font-size: 0.9rem; }
        .about-numbers li div {
          font-size: 2.2rem; }
    .about__img {
      width: calc(100vw - 2rem);
      height: calc(100vw - 2rem); }

  .mission {
    padding-top: 5rem; }
    .mission__title {
      font-size: 1.8rem; }
    .mission__text {
      font-size: 1rem; }
    .mission-info__item {
      gap: .8rem; }
    .mission-info__ico {
      width: 2.4rem; }
    .mission-info__text {
      padding-top: 0.4rem; }
      .mission-info__text div {
        font-size: 1.1rem; }
    .mission__img {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      height: 15rem; }
      .mission__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }

  .vision {
    padding: 5rem 0; }
    .vision__title {
      font-size: 1.8rem; }
    .vision__text {
      font-size: 1rem; }
    .vision-content {
      margin-bottom: 3rem; }
    .vision-item {
      margin-bottom: 3rem; }
      .vision-item .container {
        gap: 2rem; }
      .vision-item:nth-child(odd) .container {
        padding-right: 1rem; }
      .vision-item:nth-child(even) .container {
        padding-left: 1rem; }
      .vision-item__ico {
        width: 2.8rem;
        margin-bottom: 1rem; }
      .vision-item__title {
        font-size: 1.5rem; }
      .vision-item__text {
        font-size: 0.9rem; }
      .vision-item__info {
        font-size: 0.9rem;
        padding-left: 0.5rem; }
        .vision-item__info li img {
          width: 1.3rem; }

  .footer {
    padding: 3rem 0 2rem; }
    .footer-main {
      margin-bottom: 3rem; }
    .footer__title {
      font-size: 1.5rem;
      margin-bottom: 2.5rem; }
    .footer-flex {
      gap: 5rem; }
    .footer__logo {
      width: 8rem; }
    .footer-btns {
      flex-direction: column; }
      .footer-btns a {
        width: 100%; }
    .footer-copy {
      flex-direction: column-reverse;
      gap: 1.5rem; }
    .footer__text {
      font-size: 0.8rem; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

/*# sourceMappingURL=main.css.map */
