* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Gilory;
  src: url("../../fonts/Gilroy-Medium.eot") format("eot"), url("../../fonts/Gilroy-Medium.ttf") format("truetype"), url("../../fonts/Gilroy-Medium.woff") format("woff"), url("../../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Gilory", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

button,
input,
select {
  outline: none;
  border: none;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

#burger i,
#filter-burger i {
  color: #1f3664;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    max-width: 100%;
    padding: 0 0.8rem;
  }
}

.main {
  margin-top: 103.8px;
  padding-top: 2rem;
}
.main__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  color: #1f3664;
}
@media screen and (max-width: 574px) {
  .main__title {
    font-size: 1.6rem;
  }
}

.section {
  margin-bottom: 4rem;
}
.section__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5rem;
  color: #1f3664;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 425px) {
  .section__title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.section__title_white {
  color: white;
}
.section__title_blue {
  color: #1f3664;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section__title_blue img {
  width: 32px;
  color: red;
}
.section__subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #1f3664;
}
.section__description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  color: #1f3664;
  margin-bottom: 1rem;
}

.base-button {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  color: #fff;
  padding: 1rem;
  border-radius: 8px;
  background: #016bd9;
  transition: opacity 0.15s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.base-button_bg {
  background: #fdc901;
  color: #1f3664;
}
.base-button i {
  line-height: 0;
}
@media screen and (max-width: 425px) {
  .base-button {
    font-size: 0.8rem;
    padding: 0.7rem;
  }
}
.base-button i {
  margin-left: 5px;
  transform: translateX(-5px);
  transition: transform 0.15s ease;
}
.base-button:hover {
  opacity: 0.7;
}
.base-button:hover i {
  transform: translateX(0);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 50px;
}
.breadcrumb__item {
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  color: #1f3664;
}
.breadcrumb__item a {
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
  color: rgba(31, 54, 100, 0.3019607843);
  transition: color 0.15s ease;
}
.breadcrumb__item a:hover {
  color: #fdc901;
}
.breadcrumb__icon {
  color: rgba(31, 54, 100, 0.3019607843);
}

.test-info {
  padding: 12px 0;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  color: #212529;
}

.header {
  padding-bottom: 2rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(24px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.header .nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 900px) {
  .header .nav {
    gap: 1rem;
  }
}
.header .nav__logo {
  display: block;
  line-height: 0;
}
.header .nav-list {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media screen and (max-width: 922px) {
  .header .nav-list {
    display: none;
  }
}
.header .nav-list__item-link {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #1f3664;
  transition: color 0.15s ease;
}
.header .nav-list__item-link:hover, .header .nav-list__item-link.active {
  color: #016bd9;
  text-decoration: underline;
}
.header .language {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 922px) {
  .header .language {
    display: none;
  }
}
.header .hide-sidebar {
  display: none;
}
@media screen and (max-width: 922px) {
  .header .hide-sidebar {
    display: inline-block;
  }
}
.header__phone {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #1f3664;
  transition: color 0.15s ease;
}
.header__phone:hover {
  color: #fdc901;
}
.header__lang {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.36rem;
  color: #111827;
  background: none;
  cursor: pointer;
  transition: opacity 0.15s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.header__lang img {
  width: 24px;
  height: 16px;
}
.header__lang:hover {
  opacity: 0.7;
}
.header .locale {
  position: relative;
}
.header .locale-list {
  position: absolute;
  right: 0;
  background: rgba(0, 0, 0, 0.3843137255);
  padding: 12px 6px;
  width: 100px;
  border-radius: 12px;
  transition: all 0.15s linear;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.header .locale-list.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header .locale-list__item {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.36rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
}
.header .locale-list__item:hover {
  background: #fdc901;
}
.header .locale-list__item:not(:last-child) {
  margin-bottom: 8px;
}
.header .locale-list__item img {
  width: 24px;
  height: 16px;
}
.header #burger {
  display: none;
}
@media screen and (max-width: 922px) {
  .header #burger {
    display: inline-block;
  }
}

.header .sidebar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000000000000000000;
  width: 33%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.862745098);
  backdrop-filter: blur(10px);
  padding-top: 1rem;
  transition: all 0.15s ease;
  transform: translateX(100%);
}
.header .sidebar.active {
  transform: translateX(0);
}
.header .sidebar__hide-btn {
  color: #fff;
  margin-left: 2rem;
  font-size: 1.5rem;
}
.header .sidebar .nav-list {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.header .sidebar .nav-list__item-link {
  color: #ccc;
}
.header .sidebar .nav-list__item-link.active {
  color: #fdc901;
}
@media screen and (max-width: 600px) {
  .header .sidebar {
    width: 50%;
  }
}
@media screen and (max-width: 425px) {
  .header .sidebar {
    width: 100%;
  }
}

.vacancy {
  display: flex;
  width: 100%;
  height: 500px;
  background: url("../../img/atlas.png");
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 940px) {
  .vacancy {
    height: 450px;
  }
}
@media screen and (max-width: 852px) {
  .vacancy {
    flex-direction: column;
    height: auto;
  }
}
.vacancy__info {
  padding: 62px 81px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .vacancy__info {
    padding: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .vacancy__info {
    padding: 1rem;
  }
}
.vacancy_bg {
  height: 600px;
  background: #1f3664;
}
@media screen and (max-width: 1024px) {
  .vacancy_bg {
    height: 500px;
  }
}
@media screen and (max-width: 970px) {
  .vacancy_bg {
    height: 450px;
  }
}
@media screen and (max-width: 852px) {
  .vacancy_bg {
    height: auto;
  }
}
.vacancy__title {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 4rem;
  color: #1f3664;
}
@media screen and (max-width: 1024px) {
  .vacancy__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 970px) {
  .vacancy__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .vacancy__title {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .vacancy__title {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.vacancy__title_color {
  color: #fff;
}
.vacancy-list {
  margin-top: 34px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 980px) {
  .vacancy-list {
    margin-top: 24px;
  }
  .vacancy-list .vacancy-list__item {
    line-height: 2rem;
  }
}
.vacancy-list__item {
  margin-left: 2rem;
  list-style: disc;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #fff;
}
.vacancy__figure {
  flex-shrink: 0;
  width: 500px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #016bd9 0%, #013973 100%);
  display: flex;
  align-items: end;
  justify-content: center;
}
@media screen and (max-width: 940px) {
  .vacancy__figure {
    width: 450px;
  }
}
@media screen and (max-width: 852px) {
  .vacancy__figure {
    width: 100%;
    height: 300px;
  }
  .vacancy__figure img {
    width: auto !important;
    height: 100%;
  }
}
.vacancy__figure_bg {
  width: 550px;
  height: auto;
  background: #fdc901;
}
@media screen and (max-width: 1024px) {
  .vacancy__figure_bg {
    width: 500px;
  }
}
@media screen and (max-width: 970px) {
  .vacancy__figure_bg {
    width: 450px;
  }
}
@media screen and (max-width: 852px) {
  .vacancy__figure_bg {
    width: 100%;
  }
  .vacancy__figure_bg img {
    width: 50% !important;
    height: 50% !important;
  }
}
.vacancy__figure img {
  width: auto;
  height: 90%;
}

.footer {
  background: #1f3664;
  padding: 3.25rem 0;
}

.footer .nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer .nav__logo {
  max-width: 160px;
  display: block;
}
.footer .nav__logo img {
  width: 100%;
}
.footer .nav-social-networks {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  margin-top: 2rem;
}
.footer .nav-list__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.footer .nav-list__item-link {
  font-size: 1.31rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: #fff;
  transition: color 0.15s ease;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.footer .nav-list__item-link:hover, .footer .nav-list__item-link.active {
  color: #fdc901;
}

.vacancy-wrap {
  margin-bottom: 8.75rem;
}

/*# sourceMappingURL=vacancies.css.map */
