@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: normal;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

img,
video,
iframe {
  max-inline-size: 100%;
  block-size: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

/* Make sure textarea without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

:root {
  --color-base: #ffffff;
  --color-black: #111111;
  --bs-gutter-x: 16px;
  --bs-gutter-y: 8px;
}

html {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; */
  background-color: #F7F8FA;
  min-width: 375px;
  min-height: 100vh;
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
  background-color: #F7F8FA;
  scroll-behavior: smooth;
  max-width: 1920px;
  width: 100%;
  min-height: 100vh;
  position: relative;
  height: 100%;
}

/* about */
.about-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 16px;
  gap: 32px;
  background: #F4F6F9;
}

.breadcrumb-wrap {
  width: 100%;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 17px 16px;
  width: 100%;
  gap: 4px;
  background: #FFFFFF;
  border-bottom: 1px solid #E5E7EB;
}

.breadcrumb-item,
.breadcrumb-item a {
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: #1E6BD6;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active,
.breadcrumb-item[aria-current=page] {
  color: #6A7282;
}

/* media */
@media (min-width: 576px) {
  .about-container {
    padding: 32px 16px;
  }
}
@media (min-width: 768px) {
  .about-container {
    padding: 32px 24px;
  }
  .breadcrumb {
    padding: 17px 24px;
  }
}
@media (min-width: 992px) {
  .about-container {
    padding: 32px;
  }
  .breadcrumb {
    padding: 17px 32px;
  }
}
@media (min-width: 1200px) {
  .about-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 32px 80px;
  }
  .breadcrumb {
    padding: 17px 48px;
  }
}
@media (min-width: 1440px) {
  .about-container {
    padding: 32px 80px;
  }
  .breadcrumb {
    padding: 17px 80px;
  }
}
@media (min-width: 1900px) {
  .about-container {
    padding: 32px 320px;
  }
  .breadcrumb {
    padding: 17px 320px;
  }
}
/* media */
/*
@media (min-width:375px) {}

@media (min-width:576px) {}

@media (min-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}

@media (min-width:1440px) {}

@media (min-width:1900px) {} */
@font-face {
  font-family: "InterRegular";
  src: url("../fonts/inter/InterRegular.eot");
  src: url("../fonts/inter/InterRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/InterRegular.woff") format("woff"), url("../fonts/inter/InterRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "InterSemiBold";
  src: url("../fonts/inter/InterSemiBold.eot");
  src: url("../fonts/inter/InterSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/InterSemiBold.woff") format("woff"), url("../fonts/inter/InterSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "InterBold";
  src: url("../fonts/inter/InterBold.eot");
  src: url("../fonts/inter/InterBold.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/InterBold.woff") format("woff"), url("../fonts/inter/InterBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
.header1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px;
  height: 44px;
  width: 100%;
  background: #072D56;
}

.header1-gerb {
  display: none;
}

.name,
.phone {
  font-family: "InterRegular";
  font-size: 12px;
  line-height: 16px;
  /* or 133% */
  color: #BEDBFF;
}

.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.phone svg {
  height: 12px;
}

/* media */
@media (min-width: 768px) {
  .header1 {
    padding: 6px 24px;
  }
  .header1-gerb {
    display: block;
    height: 40px;
  }
  .name {
    margin-right: auto;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .header1 {
    padding: 6px 32px;
  }
}
@media (min-width: 1200px) {
  .header1 {
    padding: 6px 48px;
  }
}
@media (min-width: 1440px) {
  .header1 {
    padding: 6px 80px;
  }
}
@media (min-width: 1900px) {
  .header1 {
    padding: 6px 320px;
  }
}
.header2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  gap: 16px;
  width: 100%;
  /* height: 64px; */
  background: #0B3A6E;
  position: relative;
}

.logo2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  gap: 12px;
}

.logo2 img {
  height: 40px;
}

.header2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: auto;
}

.header2-name {
  font-family: "InterRegular";
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 125% */
  color: #FFFFFF;
}

.header2-desc {
  display: none;
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #BEDBFF;
}

.header2-menu {
  display: none;
}

.header2-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header2-menu-list li {
  padding: 8px 12px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.header2-menu-list li a {
  text-decoration: none;
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* line-height: 20px; */
  color: #FFFFFF;
}

.header2-btn {
  cursor: pointer;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  background: #1E6BD6;
  border-radius: 4px;
  border: none;
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

/* .burger {
  cursor: pointer;
} */
/* burger */
/* Стили для кнопки-гамбургера */
.hamburger-button {
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* Стили для линий гамбургера */
.hamburger-line {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}

/* Стили для меню */
.menu-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style-type: none;
  margin: 0;
  background: #0B3A6E;
  display: none;
  padding: 12px 16px;
  border-top: 1px solid #1E6BD6;
}

.menu-items li {
  padding: 10px 12px;
}

.menu-items li:last-child {
  padding: 10px 0;
}

.menu-items li a {
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: #FFFFFF;
}

/* Показать меню при активации */
.menu-active {
  display: block;
}

/* Анимация превращения в крестик */
.hamburger-button.active .hamburger-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-button.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-button.active .hamburger-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
      -ms-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

/* Стили для открытого меню */
.menu-items.active {
  display: block;
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
}

.menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  gap: 8px;
  width: 343px;
  height: 40px;
  background: #1E6BD6;
  border-radius: 4px;
  border: none;
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: #FFFFFF;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* end burger */
/* media */
@media (min-width: 768px) {
  .header2 {
    padding: 12px 24px;
  }
  .header2-desc {
    display: block;
  }
  .header2-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .header2 {
    padding: 12px 32px;
  }
}
@media (min-width: 1200px) {
  .header2 {
    padding: 12px 48px;
  }
  .hamburger-button {
    display: none;
  }
  .header2-menu {
    display: block;
  }
  .header2-wrap {
    width: 230px;
  }
}
@media (min-width: 1440px) {
  .header2 {
    padding: 12px 80px;
  }
}
@media (min-width: 1900px) {
  .header2 {
    padding: 12px 320px;
  }
}
.about-nav {
  width: 100%;
}

.about-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
}

.about-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  width: 100%;
  border-bottom: 1px solid #F3F4F6;
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: #364153;
}

.about-nav-item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 16px;
  width: 100%;
  background: #0B3A6E;
  font-family: "InterSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: #FFFFFF;
}

/* media */
@media (min-width: 1200px) {
  .about-nav {
    width: 256px;
  }
}
.about-nav-item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  width: 100%;
  background: #EEF2F8;
  border-bottom: 1px solid #1E6BD6;
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0B3A6E;
}

.page-career {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.page-contact-title {
  width: 104px;
  border-bottom: 1px solid #1E6BD6;
  font-family: "InterSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0B3A6E;
}

.page-career-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  gap: 8px;
  background: #EEF2F8;
  border: 1px solid #C5D7F2;
  border-radius: 4px;
}

.page-career-text h2 {
  font-family: "InterSemiBold";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0B3A6E;
}

.page-career-text p {
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #4A5565;
}

.page-career-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 24px 0px 0px;
  gap: 8px;
}

.page-career-types span {
  padding: 4px 12px;
  background: #FFFFFF;
  border: 1px solid #D1D5DC;
  border-radius: 4px;
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #4A5565;
}

.page-career-types .active {
  background: #1E6BD6;
  border: 1px solid #1E6BD6;
  border-radius: 4px;
  color: #FFFFFF;
}

.vacancy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  gap: 8px;
  background: #FFFFFF;
  border: 1.04825px solid #E5E7EB;
  border-radius: 4px;
}

.vacancy-bage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.vacancy-bage-list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 8px;
  gap: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #99A1AF;
}

.vacancy-bage-list span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 8px;
  gap: 4px;
  background: #EEF2F8;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #1E6BD6;
}

.vacancy-title {
  font-family: "InterSemiBold";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #0B3A6E;
}

.vacancy-salary {
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1E6BD6;
}

.structure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 48px 16px;
  gap: 16px;
  width: 100%;
  background: #072D56;
}

.structure-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  gap: 8px;
  width: 100%;
}

.structure-logo img {
  height: 36px;
}

.structure-logo span {
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  color: #FFFFFF;
}

.structure-name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.structure-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
}

.structure-desc {
  width: 100%;
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  /* or 162% */
  color: #BEDBFF;
}

.structure-gerb {
  display: none;
  width: 56px;
}

.structure h2 {
  width: 100%;
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 16px;
}

.structure-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.site-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}

.site-menu_item {
  /* width: 100%; */
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  cursor: pointer;
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  cursor: pointer;
  color: #BEDBFF;
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* flex-wrap: nowrap; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  cursor: pointer;
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  color: #BEDBFF;
}

.address svg {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-item + .contact-item {
  padding-top: 12px;
}

.info-item {
  width: 100%;
  cursor: pointer;
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  cursor: pointer;
  color: #BEDBFF;
}

.info-item + .info-item {
  padding-top: 8px;
}

/* media */
@media (min-width: 576px) {
  .structure-gerb {
    display: block;
  }
  .site-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .structure-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .structure {
    padding: 24px;
  }
  .structure-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .structure {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 48px 32px;
    gap: 32px;
  }
  .structure-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
  .site-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .structure-wrap {
    width: auto;
    gap: 32px;
  }
  .structure-site,
  .structure-info,
  .structure-name,
  .structure-inner,
  .structure-contact {
    width: calc(25vw - 40px);
  }
}
@media (min-width: 1200px) {
  .structure {
    padding: 48px;
  }
}
@media (min-width: 1440px) {
  .structure {
    padding: 48px 80px;
  }
}
@media (min-width: 1900px) {
  .structure {
    padding: 48px 320px;
  }
  .structure-site,
  .structure-info,
  .structure-name,
  .structure-inner,
  .structure-contact {
    width: calc(25vw - 184px);
  }
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  gap: 8px;
  background: #072D56;
  width: 100%;
  /* max-width: 1280px; */
  border-top: 1px solid #193CB8;
}

.footer-copy {
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  color: #8EC5FF;
}

.footer-ogrn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "InterRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  /* or 133% */
  white-space: nowrap;
  color: #8EC5FF;
}

/* media */
@media (min-width: 576px) {
  .footer-gerb {
    display: none;
  }
  .footer-ogrn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4px;
  }
}
@media (min-width: 768px) {
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 16px 24px;
  }
  .footer-ogrn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4px;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 16px 32px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 16px 48px;
  }
}
@media (min-width: 1440px) {
  .footer {
    padding: 16px 80px;
  }
}
@media (min-width: 1900px) {
  .footer {
    padding: 16px 320px;
  }
}