@charset "UTF-8";
@font-face {
  font-family: "Montserrat-Black";
  font-display: swap;
  src: url("../fonts/Montserrat-Black.ttf");
  font-display: block;
  font-weight: 900;
}
@font-face {
  font-family: "Montserrat-Bold";
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-display: block;
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat-Medium";
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.ttf");
  font-display: block;
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat-Regular";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.ttf");
  font-display: block;
  font-weight: 400;
}
:root {
  --font-m-900: "Montserrat-Black";
  --font-m-700: "Montserrat-Bold";
  --font-m-500: "Montserrat-Medium";
  --font-m-400: "Montserrat-Regular";
}

@font-face {
  font-family: "bat-icon-set-1";
  src: url("../fonts/bat-icon-set-1.woff") format("woff"),
    url("../fonts/bat-icon-set-1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bat-icon-set-2020";
  src: url("../fonts/bat-icon-set-2020.woff") format("woff"),
    url("../fonts/bat-icon-set-2020.ttf") format("truetype"),
    url("../fonts/bat-icon-set-2020.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
----------------------
Mini map css style
-------------------


----------------------
*/
/* Start Normalize */
html,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

imput {
  border: none;
  outline: none;
  background: none;
}

* {
  box-sizing: border-box;
}

.section {
  display: flex;
  width: 100%;
}

.container {
  display: flex;
  width: 100%;
  max-width: 1400px;
}

.container-1600 {
  display: flex;
  width: 100%;
  max-width: 1600px;
}

.logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 66px;
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.grid-4fr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  width: 100%;
  max-width: 1180px;
}

.grid-3fr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.grid-2fr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.padding-20 {
  padding: 0 1.25rem;
}

.padding-40-20 {
  padding: 0 1.25rem;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1180px) {
  .padding-40-20 {
    padding-top: calc(50px + -10 * ((100vw - 320px) / 860));
  }
}
@media screen and (max-width: 1180px) {
  .padding-40-20 {
    padding-bottom: calc(50px + -10 * ((100vw - 320px) / 860));
  }
}

.padding-70-20 {
  padding: 0 1.25rem;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1180px) {
  .padding-70-20 {
    padding-top: calc(50px + 20 * ((100vw - 320px) / 860));
  }
}
@media screen and (max-width: 1180px) {
  .padding-70-20 {
    padding-bottom: calc(50px + 20 * ((100vw - 320px) / 860));
  }
}

.padding-100-20 {
  padding: 0 1.25rem;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1180px) {
  .padding-100-20 {
    padding-top: calc(50px + 50 * ((100vw - 320px) / 860));
  }
}
@media screen and (max-width: 1180px) {
  .padding-100-20 {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 860));
  }
}

.padding-130-20 {
  padding: 0 1.25rem;
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1180px) {
  .padding-130-20 {
    padding-top: calc(65px + 65 * ((100vw - 320px) / 860));
  }
}
@media screen and (max-width: 1180px) {
  .padding-130-20 {
    padding-bottom: calc(65px + 65 * ((100vw - 320px) / 860));
  }
}

.pad-zero {
  padding: 0 !important;
}

.title {
  font-family: var(--font-m-500);
  color: #010b1e;
  font-size: 44px;
}
@media screen and (max-width: 1600px) {
  .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1366px) {
  .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .title {
    font-size: 26px;
  }
}

p {
  font-size: 1rem;
}

.p-18 p {
  font-size: 1.125rem;
}

.p-21 p {
  font-size: 1.313rem;
}

.text {
  font-size: 1rem;
}

.text-18 {
  font-size: 1.125rem;
}

.text-21 {
  font-size: 1.313rem;
}

.text-28 {
  font-size: 1.75rem;
}

.text-34 {
  font-size: 2.125rem;
}

.radios-h-06 {
  border-radius: 0.6rem;
  overflow: hidden;
}

.ranboww-line {
  display: flex;
  width: 100%;
  height: 28px;
  background: linear-gradient(
      90deg,
      #0e2b63 30.4785%,
      rgba(0, 0, 0, 0) 30.4785%
    ),
    linear-gradient(90deg, #004f9f 52.15788%, rgba(0, 0, 0, 0) 52.15788%),
    linear-gradient(90deg, #00b1eb 64.72807%, rgba(0, 0, 0, 0) 64.72807%),
    linear-gradient(90deg, #ef7c00 73.22551%, rgba(0, 0, 0, 0) 73.22551%),
    linear-gradient(90deg, #ffbb00 79.62792%, rgba(0, 0, 0, 0) 79.62792%),
    linear-gradient(90deg, #50af47 86.69237%, rgba(0, 0, 0, 0) 86.69237%),
    linear-gradient(90deg, #afca0b 92.0305%, rgba(0, 0, 0, 0) 92.0305%),
    linear-gradient(90deg, #5a328a 97.0083%, rgba(0, 0, 0, 0) 97.0083%),
    linear-gradient(90deg, #e72582 100%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1366px) {
  .ranboww-line {
    height: 20px;
  }
}

.social {
  display: flex;
}
.social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 0.3s box-shadow ease;
}
.social__link:not(:last-child) {
  margin-right: 22px;
}
@media screen and (max-width: 1366px) {
  .social__link:not(:last-child) {
    margin-right: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .social__link {
    width: 24px;
    height: 24px;
  }
}
.social__link::after {
  content: "";
  display: flex;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1366px) {
  .social__link::after {
    width: 12px;
    height: 12px;
  }
}
.social__link:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.social__link-call::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10.356%2013.75a1.249%201.249%200%2000.894-.369l1.694-1.694a.625.625%200%20000-.88l-2.5-2.5a.625.625%200%2000-.881%200l-1%20.993a4.719%204.719%200%2001-1.875-.994%204.763%204.763%200%2001-.994-1.875l.994-1a.625.625%200%20000-.881l-2.5-2.5a.625.625%200%2000-.882%200L1.62%203.75a1.25%201.25%200%2000-.369.894%209.55%209.55%200%20002.688%206.418%209.55%209.55%200%20006.418%202.688zM3.75%203.381L5.369%205l-.806.806a.625.625%200%2000-.188.569%206.325%206.325%200%20001.438%202.813%206.3%206.3%200%20002.812%201.437.624.624%200%2000.569-.169L10%209.631l1.619%201.619-1.25%201.25a8.3%208.3%200%2001-5.544-2.319A8.3%208.3%200%20012.5%204.631l1.25-1.25zm8.75%203.494h1.25A5.507%205.507%200%20008.125%201.25V2.5A4.231%204.231%200%200112.5%206.875z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M8.125%205C9.438%205%2010%205.563%2010%206.875h1.25c0-2.013-1.113-3.125-3.125-3.125V5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.social__link-facebook::after {
  background-image: url("../images/social_icon/facebook.svg");
}
.social__link-vk::after {
  background-image: url("../images/social_icon/vk.svg");
}
.social__link-twit::after {
  background-image: url("../images/social_icon/twitter.svg");
}
.social__link-inst::after {
  background-image: url("../images/social_icon/inst.svg");
}
.social__link-yout::after {
  background-image: url("../images/social_icon/youtube.svg");
}
.social__link_orange {
  background-color: #ef7c00;
}

.arrow-container {
  display: flex;
}

.arrow:not(:last-child) {
  margin-right: 18px;
}
.arrow::after {
  content: "";
  font-family: "fontawesome";
  font-size: 26px;
  color: #fff;
  transition: 0.3s color ease;
}
@media screen and (max-width: 1700px) {
  .arrow::after {
    font-size: 22px;
  }
}
.arrow:hover::after {
  color: #fff;
}
.arrow:active {
  transform: scale(0.95);
}
.arrow:nth-child(1)::after {
  content: "\f053";
}
.arrow:nth-child(2)::after {
  content: "\f054";
}

.slider-dot {
  position: relative;
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  background: #c4c4c4;
  border-radius: 50%;
  transition: 0.3s background ease;
}
.slider-dot:not(:last-child) {
  margin-right: 13px;
}

.slider-dot_active {
  background: #fff;
}

.breadcrumb-container {
  justify-content: center;
  margin-top: 56px;
  padding: 0 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1170px) {
  .breadcrumb-container {
    margin-bottom: 50px;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    flex-direction: column;
    align-items: flex-start;
  }
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin: 0 6px;
  color: #737373;
}
@media screen and (max-width: 600px) {
  .breadcrumb__item:not(:last-child)::after {
    display: none;
  }
}
.breadcrumb__item:last-child .breadcrumb__text {
  color: #0c3480;
}
.breadcrumb__text {
  font-size: 18px;
  color: #737373;
  font-style: normal;
}
@media screen and (max-width: 1170px) {
  .breadcrumb__text {
    font-size: 14px;
  }
}
.breadcrumb__link:hover:not(i) {
  text-decoration: underline;
}

.add-application {
  margin-top: 100px;
  font-size: 25px;
  font-family: var(--font-m-900);
  color: #0c3480;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .add-application {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .add-application {
    font-size: 16px;
  }
}
.add-application:hover {
  text-decoration: none;
}

.fancybox__backdrop {
  background: rgba(14, 43, 99, 0.5);
}

.form {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.form__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 80px;
}
.form__btn-submit {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: var(--font-m-900);
  font-size: 25px;
  color: #ef7c00;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .form__btn-submit {
    width: 100%;
    font-size: 20px;
  }
}
.form__btn-submit:hover {
  text-decoration: none;
}

.input-container-g1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  width: 100%;
}

.input-container-g2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .input-container-g2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.input-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.danger input {
  border: 1px solid #c0392b;
}

.input-label {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 10px;
  font-size: 18px;
  color: #0c3480;
}
@media screen and (max-width: 600px) {
  .input-label {
    max-width: 100%;
    font-size: 16px;
  }
}

.input {
  display: flex;
  width: 100%;
  padding: 14px 20px;
  border: none;
  outline: none;
  background: #fff;
  font-size: 16px;
  color: #737373;
}
.input.danger {
  border: 1px solid #c0392b;
}
.input:not(:last-child) {
  margin-bottom: 10px;
}

.textarea {
  display: flex;
  width: 100%;
  padding: 14px 20px;
  border: none;
  outline: none;
  background: #fff;
  resize: vertical;
}
.textarea.danger {
  border: 1px solid #c0392b;
}
.textarea:not(:last-child) {
  margin-bottom: 10px;
}

.label-file {
  display: flex;
  justify-content: space-between;
  padding: 14px 20px;
  border: none;
  outline: none;
  background: #fff;
  font-size: 16px;
  color: #737373;
}
.label-file:not(:last-child) {
  margin-bottom: 10px;
}
.label-file.danger {
  border: 1px solid #c0392b;
}

.input-file {
  display: none;
  height: 0;
}

.select {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.select:not(:last-child) {
  margin-bottom: 10px;
}
.select::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "\f107";
  font-family: "fontawesome";
  color: #737373;
  transition: 0.3s transform ease;
}
.select.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.select__input {
  padding: 14px 40px 14px 20px;
  border: none;
  outline: none;
  background: #fff;
  font-size: 16px;
  color: #737373;
  cursor: pointer;
}
.select__input.danger {
  border: 1px solid #c0392b;
}
.select__drop {
  z-index: 2;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  display: none;
  flex-direction: column;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 300px;
  padding: 14px 20px;
  background: #fff;
  box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.22),
    0px 10px 32px -4px rgba(24, 39, 75, 0.2);
  overflow: hidden;
}
.select__drop.active {
  display: flex;
}
.select__list {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  scrollbar-color: #00b1eb #fff;
  scrollbar-width: thin;
}
.select__list::-webkit-scrollbar {
  width: 8px;
}
.select__list::-webkit-scrollbar-track {
  background-color: #fff;
}
.select__list::-webkit-scrollbar-thumb {
  background: #00b1eb;
  border-radius: 1rem;
}
.select__item {
  padding: 6px 20px;
  color: #0e2b63;
  cursor: pointer;
  background: #eeeeee;
}
.select__item:not(:last-child) {
  margin-bottom: 2px;
}
.select__item.active {
  color: #fff;
  background: #ef7c00;
}
.select__item:hover:not(.active) {
  color: #fff;
  background: #00b1eb;
}

.multiselect {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.multiselect::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "\f107";
  font-family: "fontawesome";
  color: #737373;
  transition: 0.3s transform ease;
}
.multiselect.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.multiselect__input {
  padding: 14px 40px 14px 20px;
  border: none;
  outline: none;
  background: #fff;
  font-size: 16px;
  color: #737373;
  cursor: pointer;
}
.multiselect__input.danger {
  border: 1px solid #c0392b;
}
.multiselect__drop {
  z-index: 2;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  display: none;
  flex-direction: column;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: 300px;
  padding: 14px 20px;
  background: #fff;
  box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.22),
    0px 10px 32px -4px rgba(24, 39, 75, 0.2);
  overflow: hidden;
}
.multiselect__drop.active {
  display: flex;
}
.multiselect__list {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  scrollbar-color: #00b1eb #fff;
  scrollbar-width: thin;
}
.multiselect__list::-webkit-scrollbar {
  width: 8px;
}
.multiselect__list::-webkit-scrollbar-track {
  background-color: #fff;
}
.multiselect__list::-webkit-scrollbar-thumb {
  background: #00b1eb;
  border-radius: 1rem;
}
.multiselect__item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 20px;
  color: #0e2b63;
  cursor: pointer;
  background: #eeeeee;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.multiselect__item:not(:last-child) {
  margin-bottom: 2px;
}
.multiselect__item::before {
  content: "";
  display: flex;
  width: 20px;
  height: 20px;
  border: 1px solid #00b1eb;
  background-image: url('data:image/svg+xml,             <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="none"><path d="M382-253.85 168.62-467.23 211.38-510 382-339.38 748.62-706l42.76 42.77L382-253.85Z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  will-change: transform;
  transition: 0.3s all ease;
}
.multiselect__item.active {
  color: #fff;
  background: #ef7c00;
}
.multiselect__item.active::before {
  background-image: url('data:image/svg+xml,                 <svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="white"><path d="M382-253.85 168.62-467.23 211.38-510 382-339.38 748.62-706l42.76 42.77L382-253.85Z"/></svg>');
  border-color: #fff;
}
.multiselect__item:hover:not(.active) {
  color: #fff;
  background: #00b1eb;
}
.multiselect__item:hover:not(.active)::before {
  border-color: #fff;
}

.form-accept {
  display: flex;
  align-items: center;
}
.form-accept.danger {
  background-color: #afca0b;
}
.form-accept__label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: #ef7c00;
}
.form-accept__input {
  display: none;
}
.form-accept__input:checked + .form-accept__item {
  opacity: 1;
}
.form-accept__item {
  opacity: 0;
  transition: 0.3s opacity ease;
}
.form-accept__btn {
  margin-left: 10px;
  font-size: 16px;
  color: #737373;
}
.form-accept__btn strong {
  font-weight: normal;
  cursor: pointer;
  color: #0c3480;
  text-decoration: underline;
}
.form-accept__btn strong:hover {
  text-decoration: none;
}
.form-accept__desc-modal {
  display: none;
  max-width: 1200px;
  padding: 60px 80px !important;
}
@media screen and (max-width: 768px) {
  .form-accept__desc-modal {
    padding: 30px 40px !important;
  }
}
@media screen and (max-width: 480px) {
  .form-accept__desc-modal {
    padding: 20px 20px !important;
  }
}
.form-accept__desc-modal p {
  line-height: 161%;
  color: #0e2b63;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .form-accept__desc-modal p {
    font-size: 16px;
  }
}
.form-accept__desc-modal-title {
  margin-bottom: 30px;
  font-family: var(--font-m-900);
  color: #010b1e;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .form-accept__desc-modal-title {
    font-size: 20px;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px)
    env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff,
    0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,
.fancybox__container.is-animated[aria-hidden="false"]
  .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit="contain"] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit="contain"] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit="contain"] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit="contain-w"] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit="contain-w"] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit="contain-w"] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit="cover"] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit="cover"] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit="cover"] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.006) 8.1%,
    rgba(0, 0, 0, 0.021) 15.5%,
    rgba(0, 0, 0, 0.046) 22.5%,
    rgba(0, 0, 0, 0.077) 29%,
    rgba(0, 0, 0, 0.114) 35.3%,
    rgba(0, 0, 0, 0.155) 41.2%,
    rgba(0, 0, 0, 0.198) 47.1%,
    rgba(0, 0, 0, 0.242) 52.9%,
    rgba(0, 0, 0, 0.285) 58.8%,
    rgba(0, 0, 0, 0.326) 64.7%,
    rgba(0, 0, 0, 0.363) 71%,
    rgba(0, 0, 0, 0.394) 77.5%,
    rgba(0, 0, 0, 0.419) 84.5%,
    rgba(0, 0, 0, 0.434) 91.9%,
    rgba(0, 0, 0, 0.44) 100%
  );
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(
    --fancybox-toolbar-text-shadow,
    1px 1px 1px rgba(0, 0, 0, 0.4)
  );
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen
  .fancybox__button--fullscreen
  g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen
  .fancybox__button--fullscreen
  g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen
  .fancybox__button--fullscreen
  g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen
  .fancybox__button--fullscreen
  g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.icon-pdf-blue::before {
  content: "";
  width: 26px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242%22%20height%3D%2252%22%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23133A93%22%20stroke-width%3D%223.407%22%20d%3D%22M.628%2049.545h40.883%22%2F%3E%3Cpath%20stroke%3D%22%231F4293%22%20stroke-width%3D%223.407%22%20d%3D%22M5.035%201.848h34.069M37.4%2030.807V3.552M6.738%2013.773V.145M6.738%2041.028V23.993M28.883%2039.324H8.441M27.179%2037.621V27.4M35.696%2029.104h-10.22M27.678%2039.823l10.221-10.221%22%2F%3E%3Cpath%20fill%3D%22%231F4293%22%20d%3D%22M1.628%2013.773h23.848v10.221H1.628z%22%2F%3E%3Cpath%20d%3D%22M7.988%2015.444c.484%200%20.907.08%201.266.24.36.16.638.39.832.69.195.3.293.65.293%201.05%200%20.399-.098.749-.293%201.049-.194.3-.472.53-.832.69-.36.159-.782.239-1.266.239H7.23v1.29H5.46v-5.248h2.527zm-.113%202.594c.24%200%20.42-.053.54-.157.12-.11.18-.263.18-.458s-.06-.345-.18-.45c-.12-.11-.3-.164-.54-.164h-.644v1.229h.644zm3.084-2.594h2.586c.584%200%201.099.108%201.544.323.45.21.797.512%201.042.907.25.395.374.86.374%201.394%200%20.534-.125%201-.374%201.394a2.42%202.42%200%2001-1.042.914c-.445.21-.96.315-1.544.315h-2.586v-5.246zm2.51%203.868c.38%200%20.683-.107.908-.322.23-.22.344-.527.344-.922s-.114-.7-.344-.915c-.225-.22-.527-.33-.907-.33h-.742v2.49h.742zm5.451-2.533v.9h2.189v1.333H18.92v1.68h-1.769v-5.248h4.265v1.335H18.92z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.header {
  z-index: 22;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #fff;
}
.header.header_other {
  position: static;
}
.header__info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1675px;
  padding: 17px 0;
}
@media screen and (max-width: 1700px) {
  .header__info {
    padding: 17px 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__info {
    padding: 8px 20px;
  }
}
.header__info-menu {
  display: flex;
  margin-right: 100px;
}
@media screen and (max-width: 1366px) {
  .header__info-menu {
    margin-right: 40px;
  }
}
@media screen and (max-width: 979px) {
  .header__info-menu {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .header__info-menu {
    margin-right: 0;
  }
}
.header__info-link {
  position: relative;
  display: flex;
  align-items: center;
  font-family: var(--font-m-700);
  font-size: 16px;
  color: #000;
}
.header__info-link button {
  display: flex;
  align-items: center;
}
.header__info-link:not(:last-child) {
  margin-right: 46px;
}
@media screen and (max-width: 1366px) {
  .header__info-link:not(:last-child) {
    margin-right: 26px;
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) {
  .header__info-link:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__info-link:not(:last-child) {
    display: none;
  }
}
.header__info-link svg {
  margin-right: 6px;
}
.header__info-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 850px) {
  .header__info-link:not(:first-child) {
    display: none;
  }
}
.header__info-link_color {
  color: #0c3480;
}
.header__menu {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #0177ab;
}
.header__menu > img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__menu-inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1675px;
  padding: 20px 0;
}
@media screen and (max-width: 1700px) {
  .header__menu-inner {
    padding: 20px 20px;
  }
}
.header__logo {
  margin-right: 70px;
}
@media screen and (max-width: 1600px) {
  .header__logo {
    height: 60px;
  }
}
@media screen and (max-width: 1250px) {
  .header__logo {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1170px) {
  .header__logo {
    height: 54px;
  }
}
@media screen and (max-width: 1170px) {
  .header__social {
    display: none;
  }
}

.header__vision {
  z-index: 22;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  display: none;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 6px 14px 0px rgba(24, 39, 75, 0.22),
    0px 10px 32px 0px rgba(24, 39, 75, 0.2);
}
.header__vision.active {
  display: flex;
}
@media screen and (max-width: 850px) {
  .header__vision {
    left: 50%;
    transform: translateX(-50%);
  }
}
.header__vision-ui {
  display: flex;
  flex-direction: column;
}
.header__vision-ui:not(:last-child) {
  margin-right: 40px;
}
.header__vision-title {
  margin-bottom: 10px;
}
.header__vision-btns {
  display: flex;
}
.header__vision-btn-color {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 25px;
  border: 2px solid #010b1e;
  border-radius: 6px;
}
.header__vision-btn-color:not(:last-child) {
  margin-right: 10px;
}
.header__vision-btn-color:first-child {
  background: #737373;
  border-color: transparent;
  color: #fff;
}
.header__vision-btn-color.active:first-child {
  background: #010b1e;
}
.header__vision-btn-size {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 25px;
  border: 2px solid #010b1e;
  border-radius: 6px;
}
.header__vision-btn-size:not(:last-child) {
  margin-right: 10px;
}
.header__vision-btn-size.active {
  color: #010b1e;
}
.header__vision-btn-size.active::after {
  background: #50af47;
}
.header__vision-btn-size:nth-child(1) {
  font-size: 18px;
}
.header__vision-btn-back {
  text-decoration: underline;
}

.lang {
  display: flex;
}
.lang__link {
  font-family: var(--font-m-700);
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.65;
  transition: 0.3s opacity ease;
}
.lang__link:not(:last-child) {
  margin-right: 18px;
}
@media screen and (max-width: 1170px) {
  .lang__link {
    font-size: 14px;
  }
}
.lang__link.active {
  opacity: 1;
}
.lang__link:hover {
  opacity: 1;
}

.nav {
  display: flex;
  margin-right: 10px;
}
@media screen and (max-width: 1170px) {
  .nav {
    display: none;
  }
}
.nav__list {
  display: flex;
}
.nav__item {
  position: relative;
  display: flex;
  align-items: center;
}
.nav__item:not(:last-child) {
  margin-right: 48px;
}
@media screen and (max-width: 1700px) {
  .nav__item:not(:last-child) {
    margin-right: 24px;
  }
}
.nav__item_have-drop::after {
  content: "\f0d7";
  font-family: "fontawesome";
  margin-left: 5px;
  will-change: transform;
  transition: 0.3s transform ease;
}
@media screen and (max-width: 1600px) {
  .nav__item_have-drop::after {
    font-size: 12px;
  }
}
@media screen and (max-width: 1250px) {
  .nav__item_have-drop::after {
    margin-left: 8px;
  }
}
.nav__item_have-drop:hover .nav__drop-list {
  opacity: 1;
  visibility: visible;
  pointer-events: painted;
  transform: translateY(0);
}
.nav__item_have-drop:hover::after {
  transform: rotate(180deg);
}
.nav__link {
  font-family: var(--font-m-700);
  color: #fff;
  font-size: 16px;
}
.nav__link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .nav__link {
    font-size: 14px;
    font-family: var(--font-m-400);
  }
}
.nav__drop-list {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  padding: 16px 20px;
  background: #fff;
  border-top: 1px solid #f4f5f8;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.2s opacity ease, 0.2s visibility ease, 0.3s transform ease;
}
.nav__drop-list::after {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 26px;
}
.nav__drop-item:not(:last-child) {
  margin-bottom: 10px;
}
.nav__drop-link {
  z-index: 1;
  position: relative;
  color: #0e2b63;
  font-family: var(--font-m-700);
  font-size: 16px;
}
@media screen and (max-width: 1600px) {
  .nav__drop-link {
    font-size: 14px;
    font-family: var(--font-m-400);
  }
}
.nav__drop-link:hover {
  text-decoration: underline;
}
.nav__lang {
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .nav__lang {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .nav__lang .lang__link {
    font-size: 14px;
    font-family: var(--font-m-400);
  }
}

.burger-btn {
  position: relative;
  display: none;
  flex-shrink: 0;
  align-items: center;
  margin-left: 100px;
  will-change: transform;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .burger-btn {
    margin-left: auto;
  }
}
.burger-btn::before,
.burger-btn::after {
  content: "";
  position: absolute;
}
.burger-btn::before {
  transform: translateY(-12px);
}
.burger-btn::after {
  transform: translateY(12px);
}
.burger-btn::before,
.burger-btn::after,
.burger-btn__item {
  width: 100%;
  height: 4px;
  background: #fff;
  will-change: transform;
  pointer-events: none;
  border-radius: 10px;
  transition: 0.3s all ease;
}
@media screen and (max-width: 1170px) {
  .burger-btn {
    display: flex;
  }
}

.burger-btn_short {
  width: 40px;
  height: 28px;
}
.burger-btn_short::before {
  width: 50%;
}
.burger-btn_short::after {
  width: 30%;
}
.burger-btn_short .burger-btn__item {
  width: 100%;
  transform: translateX(0);
}
.burger-btn_short.active::before {
  width: 100%;
  transform: translateY(0px) rotate(45deg);
}
.burger-btn_short.active::after {
  width: 100%;
  transform: translateY(0) rotate(315deg);
}
.burger-btn_short.active .burger-btn__item {
  transform: translateX(150%);
  opacity: 0;
}

.search {
  position: relative;
  display: flex;
  margin-right: 100px;
}
@media screen and (max-width: 1366px) {
  .search {
    margin-right: 40px;
  }
}
@media screen and (max-width: 979px) {
  .search {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .search {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .search__input-wrap {
    width: 100%;
  }
}
.search__input {
  width: 230px;
  height: 38px;
  padding: 0 10px;
  outline: none;
  background: #fff;
  color: #0c3480;
  border: 2px solid #0c3480;
  border-radius: 6px;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s border-color ease, 0.5s opacity ease;
}
@media screen and (max-width: 979px) {
  .search__input {
    width: 100%;
    border: 1px solid #0c3480;
  }
}
@media screen and (max-width: 768px) {
  .search__input {
    width: 100%;
  }
}
.search__input:focus {
  border-color: #0177ab;
}
.search__input.active {
  pointer-events: painted;
  opacity: 1;
}
.search__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
}
.search__btn.active {
  z-index: -1;
}
.search__btn svg {
  will-change: transform;
  transition: 0.3s transform ease;
}
.search__btn:hover svg {
  transform: scale(1.2);
}

.header-mob {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  justify-content: flex-start;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
  opacity: 0;
  background: rgba(12, 52, 128, 0.5);
}
@media screen and (max-width: 1170px) {
  .header-mob {
    display: flex;
    transition: 0.3s opacity ease, 0.3s pointer-events ease;
  }
  .header-mob.active {
    opacity: 1;
    pointer-events: painted;
  }
  .header-mob.active .header-mob__inner {
    transform: translate(0);
  }
}
.header-mob__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 400px;
  height: 100%;
  padding: 40px 40px 40px 40px;
  background: #fff;
  overflow-y: scroll;
  transform: translateX(-100%);
  transition: 0.3s transform ease;
  scrollbar-color: #ef7c00 transparent;
  scrollbar-width: thin;
}
.header-mob__inner::-webkit-scrollbar {
  width: 8px;
}
.header-mob__inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.header-mob__inner::-webkit-scrollbar-thumb {
  background: #ef7c00;
  border-radius: 1rem;
}
@media screen and (max-width: 600px) {
  .header-mob__inner {
    width: 100%;
    padding: 40px 20px;
  }
}
.header-mob__btn-close::after {
  content: "\f00d";
  font-family: "fontawesome";
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 20px;
  color: #ef7c00;
}
@media screen and (max-width: 480px) {
  .header-mob__btn-close::after {
    top: 20px;
    right: 20px;
  }
}
.header-mob__content {
  display: flex;
  flex-direction: column;
}
.header-mob__logo {
  height: 60px;
  margin-bottom: 30px;
}
.header-mob__lang {
  margin-bottom: 20px;
}
.header-mob__lang .lang__link {
  color: #ef7c00;
}
.header-mob__list {
  margin-bottom: 40px;
}
.header-mob__item {
  width: 100%;
}
.header-mob__link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0;
  text-align: left;
  font-size: 16px;
  font-family: var(--font-m-500);
  color: #010b1e;
}
.header-mob__droped-btn::after {
  content: "\f107";
  font-family: "fontawesome";
  margin-left: 40px;
  transition: 0.3s transform ease;
}
.header-mob__droped-btn.active::after {
  transform: rotate(180deg);
}
.header-mob__drop-list-container {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s max-height ease;
}
.header-mob__drop-list {
  display: flex;
  flex-direction: column;
  padding: 12px 10px;
}
.header-mob__drop-item:not(:last-child) {
  margin-bottom: 4px;
}
.header-mob__drop-link {
  display: flex;
  align-items: center;
  color: #737373;
  font-size: 14px;
}
.header-mob__drop-link::before {
  content: "-";
  margin-right: 4px;
}
.header-mob__social {
  margin-top: auto;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  background: #0e2b63;
}
@media screen and (max-width: 1180px) {
  .footer {
    padding-bottom: calc(40px + 20 * ((100vw - 320px) / 860));
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-top: 80px;
}
@media screen and (max-width: 1250px) {
  .footer__inner {
    padding: 0 1.25rem;
  }
}
.footer__menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1155px;
}
@media screen and (max-width: 1170px) {
  .footer__menu {
    display: grid;
    grid-template-areas: "z x" "c c";
    grid-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu {
    grid-template-areas: "z z" "x x" "c c";
  }
}
.footer__map-container {
  display: flex;
  flex-direction: column;
  width: 265px;
}
@media screen and (max-width: 1170px) {
  .footer__map-container {
    grid-area: z;
  }
}
@media screen and (max-width: 850px) {
  .footer__map-container {
    align-self: flex-start;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.footer__map-container p {
  margin-top: 30px;
  font-size: 14px;
}
.footer__title {
  margin-bottom: 30px;
  font-family: var(--font-m-900);
  font-size: 20px;
  color: #00b1eb;
}
.footer__img-wrap {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.footer__img-wrap::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 55%;
}
.footer__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  flex-grow: 1;
}
@media screen and (max-width: 1170px) {
  .footer__menu-grid {
    grid-area: c;
    grid-template-columns: repeat(1, 1fr);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media screen and (max-width: 850px) {
  .footer__menu-grid {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu-grid {
    grid-area: x;
  }
}
.footer__menu-col {
  display: flex;
  justify-content: space-between;
}
.footer__menu-row {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1170px) {
  .footer__contact {
    grid-area: x;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact {
    grid-area: c;
  }
}
.footer__list-wrap {
  display: flex;
  flex-direction: column;
  width: 240px;
}
@media screen and (max-width: 1170px) {
  .footer__list-wrap {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.footer__list-wrap ul {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1170px) {
  .footer__list-wrap ul {
    display: none;
    padding: 20px;
    background: #00b1eb;
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 20px rgba(0, 79, 159, 0.8) inset;
  }
}
.footer__list-wrap li:not(:last-child) {
  margin-bottom: 10px;
}
.footer__list-wrap li a {
  line-height: 100%;
  font-size: 15px;
  color: #fff;
}
.footer__list-wrap li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1170px) {
  .footer__list-wrap li a {
    font-size: 14px;
  }
}
.footer__list-wrap:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1170px) {
  .footer__list-wrap:not(:last-child) {
    margin-bottom: 0;
  }
  .footer__list-wrap:not(:last-child) .footer__title-as-btn:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}
.footer__list-title {
  max-width: 230px;
  margin-bottom: 20px;
  line-height: 110%;
  color: #00b1eb;
  font-family: var(--font-m-900);
  font-size: 20px;
}
@media screen and (max-width: 1170px) {
  .footer__title-as-btn {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding: 14px 10px;
    margin-bottom: 0;
    background: #00b1eb;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .footer__title-as-btn::after {
    content: "\f107";
    font-family: "fontawesome";
    transition: 0.2s transform ease;
  }
  .footer__title-as-btn.active::after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 480px) {
  .footer__title-as-btn {
    padding: 10px;
    font-size: 14px;
  }
}
.footer__list-contact {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1170px) {
  .footer__list-contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
@media screen and (max-width: 850px) {
  .footer__list-contact {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .footer__list-contact {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer__item-contact {
  display: flex;
  flex-direction: column;
}
.footer__item-contact:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1170px) {
  .footer__item-contact:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer__item-contact b {
  line-height: 161%;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 1170px) {
  .footer__item-contact b {
    font-size: 14px;
  }
}
.footer__item-contact b:first-child {
  margin-bottom: 8px;
  color: #ef7c00;
}
.footer__item-contact:hover:not(div) b:last-child {
  text-decoration: underline;
}
.footer__social .social__link {
  background: #00b1eb;
}

.footer__other {
  display: flex;
  margin-top: 60px;
  padding: 20px 0;
  border-top: 1px solid #0177ab;
}
@media screen and (max-width: 600px) {
  .footer__other {
    flex-direction: column;
  }
}
.footer__other-inner {
  display: flex;
  flex-grow: 1;
}
@media screen and (max-width: 850px) {
  .footer__other-inner {
    flex-direction: column;
  }
}
.footer__other-inner p {
  margin-left: auto;
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .footer__other-inner p {
    margin-left: 0;
  }
}
.footer__other-link {
  max-width: 240px;
  font-size: 14px;
  color: #00b1eb;
}
.footer__other-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 850px) {
  .footer__other-link:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer__other-link:hover {
  text-decoration: underline;
}

/* footer form */
.footer__form-wrap {
  align-items: center;
  justify-content: center;
  background: #ef7c00;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .footer__form-wrap {
    padding: 30px 20px;
  }
}
.footer__form-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .footer__form-inner {
    flex-direction: column;
  }
}
.footer__form-inner p {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .footer__form-inner p {
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer__form {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 500px;
}
.footer__form-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: 100%;
  background: #0c3480;
}

body {
  position: relative;
  font-family: var(--font-m-400);
  color: #fff;
  overflow-x: hidden;
}

.main {
  display: flex;
  flex-direction: column;
}

.intro {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  background: #0177ab;
}
@media screen and (max-width: 1024px) {
  .intro {
    flex-direction: column;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.intro__inner {
  width: 100%;
  height: 100%;
}
.intro__slider {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .intro__slider {
    height: calc(var(--vh, 1vh) * 100);
    max-height: 800px;
    min-height: 620px;
  }
}
.intro__slide {
  width: 100%;
  height: 100%;
}
.intro__slide-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.intro__slide-content img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro__slide-info {
  z-index: 20;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1675px;
}
@media screen and (max-width: 1700px) {
  .intro__slide-info {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1480px) {
  .intro__slide-info {
    padding: 0 20px;
  }
}
.intro__slide-info p {
  max-width: 540px;
  font-size: 18px;
  line-height: 161%;
}
@media screen and (max-width: 1700px) {
  .intro__slide-info p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .intro__slide-info p {
    font-size: 16px;
    line-height: 121%;
  }
}
.intro__slide-info a {
  position: relative;
  margin-top: 20px;
  padding-bottom: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .intro__slide-info a {
    font-size: 14px;
  }
}
.intro__slide-info a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 1;
  transition: 0.3s opacity ease;
}
.intro__slide-info a:hover::after {
  opacity: 0;
}
.intro__slide-over-title {
  margin-bottom: 16px;
  font-size: 25px;
}
@media screen and (max-width: 1366px) {
  .intro__slide-over-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .intro__slide-over-title {
    margin-bottom: 10px;
  }
}
.intro__slide-title {
  max-width: 900px;
  margin-bottom: 35px;
  font-family: var(--font-m-700);
  font-size: 64px;
  line-height: 126%;
}
@media screen and (max-width: 1700px) {
  .intro__slide-title {
    max-width: 700px;
    font-size: 44px;
  }
}
@media screen and (max-width: 1366px) {
  .intro__slide-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .intro__slide-title {
    max-width: 500px;
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .intro__slide-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .intro__slide-title {
    font-size: 24px;
  }
}
.intro__ui-slider {
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 45px 70px;
  background: rgba(1, 11, 30, 0.5);
}
@media screen and (max-width: 1700px) {
  .intro__ui-slider {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 1366px) {
  .intro__ui-slider {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 600px) {
  .intro__ui-slider {
    width: 100%;
    justify-content: center;
  }
}
.intro__ui-number {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
@media screen and (max-width: 1700px) {
  .intro__ui-number {
    margin-right: 20px;
  }
}
.intro__ui-number-first {
  display: flex;
  justify-content: flex-end;
  width: 60px;
  font-family: var(--font-m-500);
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 1366px) {
  .intro__ui-number-first {
    font-size: 30px;
  }
}
.intro__ui-number-second {
  display: flex;
  align-items: center;
  width: 40px;
  font-family: var(--font-m-500);
  font-size: 20px;
  color: #737373;
}
@media screen and (max-width: 1366px) {
  .intro__ui-number-second {
    font-size: 16px;
  }
}
.intro__ui-number-second::before {
  content: "";
  display: flex;
  flex-shrink: 0;
  width: 2px;
  height: 50px;
  margin: 0 10px;
  background: #737373;
}
.intro__ui-dots-wrap {
  position: relative;
  width: 110px;
  height: 20px;
  overflow: hidden;
  margin-right: 50px;
}
@media screen and (max-width: 1700px) {
  .intro__ui-dots-wrap {
    margin-right: 20px;
  }
}
.intro__dots-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
}
.intro__dots-container .slider-dot {
  transform: scale(0.2);
  transition: 0.5s transform, 0.4s left;
}
.intro__dots-container .swiper-pagination-bullet-active-prev,
.intro__dots-container .slider-dot_active-prev,
.intro__dots-container .slider-dot_active-next,
.intro__dots-container .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.intro__dots-container .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.intro__dots-container .slider-dot_active {
  transform: scale(1);
}
.intro__arrow::after {
  color: #737373;
}

.intro__news {
  z-index: 20;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 700px;
  padding: 55px 105px 55px 45px;
  background: rgba(12, 52, 128, 0.55);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
@media screen and (max-width: 1700px) {
  .intro__news {
    max-width: 500px;
    padding: 35px 105px 35px 45px;
  }
}
@media screen and (max-width: 1366px) {
  .intro__news {
    padding: 20px 105px 20px 25px;
  }
}
@media screen and (max-width: 1024px) {
  .intro__news {
    position: static;
    max-width: 100%;
    padding: 20px 80px 20px 20px;
    background: #0c3480;
  }
}
.intro__news-slider-content {
  display: flex;
  flex-direction: column;
}
.intro__news-slider-content time {
  font-weight: 400;
  margin-bottom: 33px;
}
@media screen and (max-width: 1700px) {
  .intro__news-slider-content time {
    font-size: 12px;
    margin-bottom: 25px;
  }
}
.intro__news-slider-content p {
  max-width: 435px;
  margin-bottom: 28px;
  font-family: var(--font-m-500);
  line-height: 129%;
  font-size: 26px;
}
@media screen and (max-width: 1700px) {
  .intro__news-slider-content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .intro__news-slider-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .intro__news-slider-content p {
    font-size: 14px;
  }
}
.intro__news-slider-content a {
  align-self: flex-end;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .intro__news-slider-content a {
    font-size: 14px;
  }
}
.intro__news-slider-content a:hover {
  text-decoration: underline;
}
.intro__news-arrow-container {
  z-index: 3;
  position: absolute;
  top: 55px;
  right: 45px;
}
@media screen and (max-width: 1024px) {
  .intro__news-arrow-container {
    right: 20px;
  }
}
.intro__news-arrow:hover::after {
  color: #ef7c00;
}

.info {
  justify-content: center;
  padding: 0 1.25rem;
  padding-top: 130px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1180px) {
  .info {
    padding-top: calc(40px + 90 * ((100vw - 320px) / 860));
  }
}
@media screen and (max-width: 1180px) {
  .info {
    padding-bottom: calc(40px + 40 * ((100vw - 320px) / 860));
  }
}
.info__tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.info__tabs-btn-container {
  position: relative;
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 979px) {
  .info__tabs-btn-container {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .info__tabs-btn-container {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
}
.info__tabs-btn-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 2px;
  background: rgba(115, 115, 115, 0.5);
}
@media screen and (max-width: 768px) {
  .info__tabs-btn-container::after {
    display: none;
  }
}
.info__tabs-btn {
  z-index: 1;
  position: relative;
  padding-bottom: 10px;
  color: #737373;
  font-size: 22px;
}
@media screen and (max-width: 1366px) {
  .info__tabs-btn {
    font-size: 16px;
  }
}
.info__tabs-btn:not(:last-child) {
  margin-right: 80px;
}
@media screen and (max-width: 979px) {
  .info__tabs-btn:not(:last-child) {
    margin-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .info__tabs-btn:not(:last-child) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .info__tabs-btn {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(115, 115, 115, 0.5);
  }
  .info__tabs-btn::after {
    content: "\f107";
    font-family: "fontawesome";
    color: #737373;
  }
}
@media screen and (max-width: 480px) {
  .info__tabs-btn {
    font-size: 16px;
    padding: 20px 0px;
  }
}
.info__tabs-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 2px;
  background: #0c3480;
  opacity: 0;
  transition: 0.3s opacity ease;
}
@media screen and (max-width: 768px) {
  .info__tabs-btn::after {
    position: static;
    content: "\f107";
    font-family: "fontawesome";
    color: #737373;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: none;
    opacity: 1;
    transition: 0.3s transform ease;
  }
}
.info__tabs-btn.active {
  color: #0c3480;
}
@media screen and (max-width: 768px) {
  .info__tabs-btn.active {
    color: #737373;
  }
}
.info__tabs-btn.active::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .info__tabs-btn.active-accard {
    color: #0e2b63;
  }
}
@media screen and (max-width: 768px) {
  .info__tabs-btn.active-accard::after {
    transform: rotate(180deg);
  }
}
.info__tabs-box-container {
  width: 100%;
  height: 100%;
}
.info__tabs-box {
  display: none;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 979px) {
  .info__tabs-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .info__tabs-box {
    padding: 40px 0;
  }
}
.info__tabs-box.active {
  display: flex;
}
@media screen and (max-width: 768px) {
  .info__tabs-box.active {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .info__tabs-box.active-accard {
    display: flex;
  }
}
.info__tab-text {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
@media screen and (max-width: 1700px) {
  .info__tab-text {
    flex-shrink: 0;
    width: 40%;
    margin-right: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .info__tab-text {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 979px) {
  .info__tab-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .info__tab-text {
    align-items: center;
    margin-bottom: 30px;
  }
}
.info__tab-text p {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 470px;
  margin-left: 80px;
  line-height: 161%;
  font-size: 18px;
  color: #0e2b63;
}
@media screen and (max-width: 1700px) {
  .info__tab-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .info__tab-text p {
    margin-left: 0;
  }
}
@media screen and (max-width: 979px) {
  .info__tab-text p {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .info__tab-text p {
    font-size: 14px;
  }
}
.info__tab-text a {
  position: relative;
  margin-left: 80px;
  padding-bottom: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  color: #0c3480;
}
@media screen and (max-width: 1366px) {
  .info__tab-text a {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .info__tab-text a {
    font-size: 14px;
  }
}
.info__tab-text a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 2px;
  background: #0c3480;
  opacity: 1;
  transition: 0.3s opacity ease;
}
.info__tab-text a:hover::after {
  opacity: 0;
}
@media screen and (max-width: 1366px) {
  .info__title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 979px) {
  .info__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .info__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .info__title {
    font-size: 18px;
  }
}
.info__tab-img-wrap {
  position: relative;
  width: 100%;
  max-width: 796px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.info__tab-img-wrap::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 73.8%;
}
.info__tab-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 979px) {
  .info__tab-img-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .info__tab-img-wrap::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 73.8%;
  }
  .info__tab-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.departments {
  justify-content: center;
  padding: 0 1.25rem;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1180px) {
  .departments {
    padding-top: calc(40px + 40 * ((100vw - 320px) / 860));
  }
}
@media screen and (max-width: 1180px) {
  .departments {
    padding-bottom: calc(40px + 40 * ((100vw - 320px) / 860));
  }
}
.departments__inner {
  flex-direction: column;
}
.departments__title {
  margin-bottom: 60px;
}
.departments__cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.departments__cards-wrap {
  display: grid;
  grid-template-columns: 1fr 0.5fr 0.5fr;
  grid-gap: 45px;
  width: 100%;
  min-height: 400px;
}
.departments__cards-wrap:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 1250px) {
  .departments__cards-wrap:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1250px) {
  .departments__cards-wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
  }
}
@media screen and (max-width: 979px) {
  .departments__cards-wrap {
    min-height: 380px;
  }
}
@media screen and (max-width: 850px) {
  .departments__cards-wrap {
    grid-template-columns: repeat(1, 1fr);
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
.departments__cards-reverse {
  grid-template-columns: 0.5fr 0.5fr 1fr;
}
@media screen and (max-width: 1250px) {
  .departments__cards-reverse {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 850px) {
  .departments__cards-reverse {
    grid-template-columns: repeat(1, 1fr);
  }
}
.departments__cards-double {
  grid-template-columns: 1.07fr 1fr;
}
@media screen and (max-width: 1250px) {
  .departments__cards-double {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 850px) {
  .departments__cards-double {
    grid-template-columns: repeat(1, 1fr);
  }
}
.departments__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .departments__card {
    min-height: 430px;
  }
}
@media screen and (max-width: 480px) {
  .departments__card {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
.departments__card img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.departments__card:hover .departments__card-desc {
  opacity: 1;
  transform: translate(0);
  background: rgba(12, 52, 128, 0.8);
}
.departments__card:hover .departments__card-info {
  transform: translateY(50%);
  opacity: 0;
}
.departments__card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 140px;
  padding: 24px 48px;
  background: linear-gradient(90.17deg, #ef7c00, #ff7003);
  transition: 0.8s opacity ease, 0.8s transform ease;
}
@media screen and (max-width: 1170px) {
  .departments__card-info {
    padding: 24px 28px;
  }
}
@media screen and (max-width: 850px) {
  .departments__card-info {
    display: none;
  }
}
.departments__card-info p {
  max-width: 400px;
  line-height: 140%;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1170px) {
  .departments__card-info p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .departments__card-info p {
    font-size: 14px;
  }
}
.departments__card-desc {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 10%;
  background: rgba(12, 52, 128, 0.1);
  opacity: 0;
  transform: translateX(50%);
  transition: 0.5s opacity ease, 0.8s transform ease, 1s background ease;
}
@media screen and (max-width: 850px) {
  .departments__card-desc {
    opacity: 1;
    transform: translateX(0);
    background: rgba(12, 52, 128, 0.6);
  }
}
.departments__card-desc p {
  line-height: 161%;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .departments__card-desc p {
    font-size: 14px;
  }
}
.departments__card-desc-title {
  margin-bottom: 20px;
  font-size: 25px;
  font-family: var(--font-m-900);
  color: #fff;
}
@media screen and (max-width: 600px) {
  .departments__card-desc-title {
    font-size: 20px;
  }
}

.departments__about {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}
.departments__about-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .departments__about-info {
    flex-direction: column;
  }
}
.departments__about-info-logo {
  margin-right: 70px;
  height: 200px;
}
@media screen and (max-width: 1024px) {
  .departments__about-info-logo {
    margin-right: 0;
    margin-bottom: 40px;
    height: 145px;
  }
}
@media screen and (max-width: 850px) {
  .departments__about-info-logo {
    height: 100px;
  }
}
.departments__about-info-text p {
  max-width: 800px;
  line-height: 161%;
  font-size: 18px;
  color: #010b1e;
}
@media screen and (max-width: 1024px) {
  .departments__about-info-text p {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .departments__about-info-text p {
    font-size: 14px;
  }
}
.departments__about-map-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 1170px) {
  .departments__about-map-container {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
.departments__about-map-container ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1170px) {
  .departments__about-map-container ul {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .departments__about-map-container ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .departments__about-map-container ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.departments__about-map-container li {
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  .departments__about-map-container li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.departments__about-map-container li:not(:last-child) {
  margin-right: 100px;
}
@media screen and (max-width: 1366px) {
  .departments__about-map-container li:not(:last-child) {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .departments__about-map-container li:not(:last-child) {
    margin-right: 0;
  }
}
.departments__about-map-container li *:first-child {
  font-size: 40px;
  font-family: var(--font-m-500);
}
@media screen and (max-width: 1366px) {
  .departments__about-map-container li *:first-child {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .departments__about-map-container li *:first-child {
    font-size: 24px;
  }
}
.departments__about-map-container li *:nth-child(2) {
  line-height: 161%;
  font-size: 16px;
  color: #737373;
}
@media screen and (max-width: 768px) {
  .departments__about-map-container li *:nth-child(2) {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .departments__about-map-container li *:nth-child(2) {
    font-size: 14px;
  }
}
.departments__about-map-container li:nth-child(1) *:first-child {
  color: #004f9f;
}
.departments__about-map-container li:nth-child(2) *:first-child {
  color: #ef7c00;
}
.departments__about-map-container li:nth-child(3) *:first-child {
  color: #00b1eb;
}
.departments__about-map-container li:nth-child(4) *:first-child {
  color: #ffbb00;
}
.departments__about-map {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.departments__about-map::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 58%;
}
.departments__about-map img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.welcome {
  justify-content: center;
  padding: 0 1.25rem;
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1180px) {
  .welcome {
    padding-top: calc(40px + 40 * ((100vw - 320px) / 860));
  }
}
@media screen and (max-width: 1180px) {
  .welcome {
    padding-bottom: calc(40px + 120 * ((100vw - 320px) / 860));
  }
}
.welcome__inner {
  justify-content: space-between;
}
.welcome__img-wrap {
  margin-right: 40px;
  position: relative;
  width: 100%;
  max-width: 800px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.welcome__img-wrap::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 90%;
}
.welcome__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 850px) {
  .welcome__img-wrap {
    display: none;
  }
}
.welcome__text-wrap {
  display: flex;
  flex-direction: column;
  max-width: 445px;
}
@media screen and (max-width: 850px) {
  .welcome__text-wrap {
    max-width: 100%;
  }
}
.welcome__text-wrap > p {
  line-height: 161%;
  font-size: 18px;
  color: #0e2b63;
}
.welcome__text-wrap > p:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .welcome__text-wrap > p {
    font-size: 14px;
  }
}
.welcome__text-wrap > div {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.welcome__text-wrap > div p {
  color: #0c3480;
  line-height: 161%;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .welcome__text-wrap > div p {
    font-size: 16px;
  }
}
.welcome__text-wrap > div p:first-child {
  margin-bottom: 10px;
  font-size: 25px;
  color: #010b1e;
}
@media screen and (max-width: 600px) {
  .welcome__text-wrap > div p:first-child {
    margin-bottom: 6px;
    font-size: 18px;
  }
}
.welcome__title {
  line-height: 172%;
  margin-bottom: 35px;
  font-size: 25px;
  font-family: var(--font-m-900);
  color: #000;
}
@media screen and (max-width: 850px) {
  .welcome__title {
    max-width: 445px;
  }
}
@media screen and (max-width: 600px) {
  .welcome__title {
    font-size: 22px;
  }
}

[font-size="one"]:not(
    .header__vision-btn-color,
    .header__vision-btn-size,
    .header__vision-btn-back
  ) {
  font-size: 18px !important;
  transition: 0.2s all ease;
}

[font-size="two"]:not(
    .header__vision-btn-color,
    .header__vision-btn-size,
    .header__vision-btn-back
  ) {
  font-size: 22px !important;
  transition: 0.2s all ease;
}

[body-color="grey"] {
  filter: saturate(0%);
}

[body-color="black"] {
  background: #000;
}
[body-color="black"] .header,
[body-color="black"] .header__menu,
[body-color="black"] .nav__drop-list,
[body-color="black"] .footer,
[body-color="black"] .intro__news,
[body-color="black"] .intro__ui-slider,
[body-color="black"] .departments__card-desc,
[body-color="black"] .departments__card-info,
[body-color="black"] .ranboww-line,
[body-color="black"] .success__slide-content,
[body-color="black"] .vacancy__desc-modal {
  background: #000 !important;
}
[body-color="black"] .interesting__gard {
  border: 1px solid #fff;
}
[body-color="black"] .interesting__gard div::after,
[body-color="black"] .interesting__gard div::before {
  border: 1px solid #fff;
  background: #000 !important;
}
[body-color="black"] .social__link,
[body-color="black"] .success__inner,
[body-color="black"] .vacancy__card,
[body-color="black"] .vacancy__filter-drop,
[body-color="black"] .questionnaire__cotent-text,
[body-color="black"] .questionnaire__form-inner,
[body-color="black"] .questionnaire__form-accept,
[body-color="black"] .form-accept__label,
[body-color="black"] .form-accept__desc-modal,
[body-color="black"] .select__drop,
[body-color="black"] .select__item {
  background: #000 !important;
  border: 1px solid #fff;
}
[body-color="black"] .vacancy__filter-drop-list {
  scrollbar-color: #fff #000;
  scrollbar-width: thin;
}
[body-color="black"] .vacancy__filter-drop-list::-webkit-scrollbar {
  width: 8px;
}
[body-color="black"] .vacancy__filter-drop-list::-webkit-scrollbar-track {
  background-color: #000;
}
[body-color="black"] .vacancy__filter-drop-list::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 1rem;
}
[body-color="black"] .vacancy__filter-drop-btn.active,
[body-color="black"] .select__item.active {
  background: #000 !important;
  border: 1px solid #fff;
}
[body-color="black"] .vacancy__filter-drop-btn:hover,
[body-color="black"] .select__item:hover {
  background: #000 !important;
  border: 1px solid #fff;
}
[body-color="black"] .success:after,
[body-color="black"] .vacancy__card:after {
  background: #000 !important;
  border: 1px solid #fff;
}
[body-color="black"] .departments__card-info,
[body-color="black"] .departments__card-desc {
  border: 1px solid #fff;
}
[body-color="black"] .info__tabs-btn.active:after {
  background: #fff;
}
[body-color="black"] img {
  filter: grayscale(1);
}
[body-color="black"] .breadcrumb__text,
[body-color="black"] .footer__item-contact {
  color: #fff !important;
}
[body-color="black"] .breadcrumb__text b,
[body-color="black"] .footer__item-contact b {
  color: #fff !important;
}
[body-color="black"] p {
  color: #fff !important;
}
[body-color="black"] p *,
[body-color="black"] p:before {
  color: #fff !important;
}
[body-color="black"]
  button:not(
    .header__vision-btn-color,
    .header__vision-btn-size,
    .header__vision-btn-back
  ) {
  color: #fff !important;
}
[body-color="black"]
  button:not(
    .header__vision-btn-color,
    .header__vision-btn-size,
    .header__vision-btn-back
  )
  * {
  color: #fff !important;
}
[body-color="black"] label {
  color: #fff !important;
}
[body-color="black"] li {
  color: #fff !important;
}
[body-color="black"] li * {
  color: #fff !important;
}
[body-color="black"] svg path {
  fill: #fff;
}
[body-color="black"] a:not(.social__link) {
  color: #fff !important;
}
[body-color="black"] a:not(.social__link):after {
  background: #fff;
}
[body-color="black"] h1,
[body-color="black"] h2,
[body-color="black"] h3,
[body-color="black"] h4,
[body-color="black"] h5,
[body-color="black"] h6 {
  color: #fff !important;
}

/* Модалка в хедере */
.modal-question {
  display: none;
  width: 100%;
  max-width: 760px;
  padding: 60px 100px;
}
@media screen and (max-width: 768px) {
  .modal-question {
    padding: 50px;
  }
}
@media screen and (max-width: 480px) {
  .modal-question {
    padding: 50px 30px;
  }
}
.modal-question__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-question__inner > p {
  margin-bottom: 60px;
  font-family: var(--font-m-900);
  font-size: 18px;
  text-align: center;
}
.modal-question__title {
  margin-bottom: 30px;
  font-size: 25px;
  font-family: var(--font-m-900);
  text-align: center;
}
.modal-question__form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
}
.modal-question__input {
  margin-bottom: 30px;
}
.modal-question__input,
.modal-question__textarea {
  outline: none !important;
  border: 1px solid #ef7c00;
}
.modal-question__submit {
  width: 100%;
  margin-top: 30px;
  padding: 12px 0;
  background: #0c3480;
  color: #fff;
  font-family: var(--font-m-900);
  font-weight: 400;
}

.atention {
  z-index: 20;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px 20px;
  background: linear-gradient(
    113.96deg,
    rgba(32, 42, 95, 0.16) 0%,
    rgba(38, 52, 109, 0.32) 100%
  );
  box-shadow: 0px 1px 20px -5px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.atention.active {
  display: flex;
}

.atention__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
}

.atention__inner p {
  max-width: 600px;
}

.atention__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em 2rem;
  background: #fff;
  border-radius: 30px;
  transition: 0.3s all ease;
}

.atention__btn:hover {
  background: #eaeaea;
}

@media screen and (max-width: 950px) {
  .atention__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .atention__btn {
    margin-top: 20px;
  }
}
.template {
  justify-content: center;
  padding: 0 1.25rem;
  padding-bottom: 130px;
}
@media screen and (max-width: 1180px) {
  .template {
    padding-bottom: calc(40px + 90 * ((100vw - 320px) / 860));
  }
}
.template__inner {
  flex-direction: column;
}
.template__title {
  width: 100%;
  max-width: 800px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  .template__title {
    margin-bottom: 50px;
  }
}
.template__content {
  position: relative;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .template__content {
    flex-direction: column;
  }
}
.template__aside {
  display: flex;
  flex-shrink: 0;
  width: 340px;
  margin-right: 100px;
}
@media screen and (max-width: 1600px) {
  .template__aside {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1366px) {
  .template__aside {
    width: 300px;
  }
}
@media screen and (max-width: 1250px) {
  .template__aside {
    width: 200px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .template__aside {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    padding: 20px 0;
  }
  .template__aside::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 4px;
    margin-right: 4px;
    background: linear-gradient(
        90deg,
        #0e2b63 30.4785%,
        rgba(0, 0, 0, 0) 30.4785%
      ),
      linear-gradient(90deg, #004f9f 52.15788%, rgba(0, 0, 0, 0) 52.15788%),
      linear-gradient(90deg, #00b1eb 64.72807%, rgba(0, 0, 0, 0) 64.72807%),
      linear-gradient(90deg, #ef7c00 73.22551%, rgba(0, 0, 0, 0) 73.22551%),
      linear-gradient(90deg, #ffbb00 79.62792%, rgba(0, 0, 0, 0) 79.62792%),
      linear-gradient(90deg, #50af47 86.69237%, rgba(0, 0, 0, 0) 86.69237%),
      linear-gradient(90deg, #afca0b 92.0305%, rgba(0, 0, 0, 0) 92.0305%),
      linear-gradient(90deg, #5a328a 97.0083%, rgba(0, 0, 0, 0) 97.0083%),
      linear-gradient(90deg, #e72582 100%, rgba(0, 0, 0, 0) 100%);
  }
  .template__aside::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 4px;
    margin-right: 4px;
    background: linear-gradient(
        90deg,
        #0e2b63 30.4785%,
        rgba(0, 0, 0, 0) 30.4785%
      ),
      linear-gradient(90deg, #004f9f 52.15788%, rgba(0, 0, 0, 0) 52.15788%),
      linear-gradient(90deg, #00b1eb 64.72807%, rgba(0, 0, 0, 0) 64.72807%),
      linear-gradient(90deg, #ef7c00 73.22551%, rgba(0, 0, 0, 0) 73.22551%),
      linear-gradient(90deg, #ffbb00 79.62792%, rgba(0, 0, 0, 0) 79.62792%),
      linear-gradient(90deg, #50af47 86.69237%, rgba(0, 0, 0, 0) 86.69237%),
      linear-gradient(90deg, #afca0b 92.0305%, rgba(0, 0, 0, 0) 92.0305%),
      linear-gradient(90deg, #5a328a 97.0083%, rgba(0, 0, 0, 0) 97.0083%),
      linear-gradient(90deg, #e72582 100%, rgba(0, 0, 0, 0) 100%);
  }
}
.template__nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  .template__nav {
    width: 100%;
  }
}
.template__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .template__list {
    width: 100%;
  }
}
.template__item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1366px) {
  .template__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .template__item {
    width: 100%;
  }
}
.template__item:not(:last-child) {
  margin-bottom: 16px;
}
.template__link {
  display: flex;
  align-items: center;
  line-height: 152%;
  font-size: 20px;
  font-family: var(--font-m-900);
  color: #010b1e;
  transition: 0.3s color ease;
}
@media screen and (max-width: 1366px) {
  .template__link {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .template__link {
    width: 100%;
    padding: 4px 10px;
    color: #0e2b63;
  }
}
.template__link.active {
  color: #0c3480;
}
@media screen and (max-width: 768px) {
  .template__link.active {
    color: #fff;
    background: #ef7c00;
  }
}
.template__link:hover {
  color: #0c3480;
}
@media screen and (max-width: 768px) {
  .template__link:hover {
    color: #0e2b63;
  }
}
.template__drop-list {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 33px;
  padding-left: 20px;
}
@media screen and (max-width: 1170px) {
  .template__drop-list {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .template__drop-list {
    width: 100%;
  }
}
.template__drop-item {
  display: flex;
}
.template__drop-item:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .template__drop-item {
    width: 100%;
  }
}
.template__drop-link {
  display: flex;
  align-items: center;
  height: 24px;
  line-height: 161%;
  font-size: 16px;
  color: #737373;
  transition: 0.3s color ease;
}
@media screen and (max-width: 1366px) {
  .template__drop-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .template__drop-link {
    display: flex;
    width: 100%;
    color: #0e2b63;
  }
}
.template__drop-link.active {
  color: #010b1e;
}
@media screen and (max-width: 768px) {
  .template__drop-link.active {
    padding: 4px 10px;
    color: #fff;
    background: #00b1eb;
  }
}
.template__drop-link:hover {
  color: #010b1e;
}
@media screen and (max-width: 768px) {
  .template__drop-link:hover {
    color: #010b1e;
  }
}
.template__info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.template__info h1,
.template__info h2,
.template__info h3,
.template__info h4,
.template__info h5,
.template__info h6 {
  margin-bottom: 20px;
  line-height: 152%;
  font-size: 25px;
  font-family: var(--font-m-900);
  color: #010b1e;
}
@media screen and (max-width: 768px) {
  .template__info h1,
  .template__info h2,
  .template__info h3,
  .template__info h4,
  .template__info h5,
  .template__info h6 {
    font-size: 22px;
  }
}
.template__info > p {
  font-size: 16px;
  color: #0e2b63;
}
@media screen and (max-width: 1366px) {
  .template__info > p {
    font-size: 14px;
  }
}
.template__info > p:not(:last-child) {
  margin-bottom: 36px;
}
@media screen and (max-width: 1366px) {
  .template__info > p:not(:last-child) {
    margin-bottom: 36px;
  }
}
.template__info > p b {
  color: #010b1e;
}
.template__info blockquote {
  margin: 0;
  margin-bottom: 56px;
}
@media screen and (max-width: 1366px) {
  .template__info blockquote {
    margin-bottom: 36px;
  }
}
.template__info blockquote p {
  line-height: 156%;
  text-transform: uppercase;
  color: #0c3480;
}
.template__info blockquote p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1366px) {
  .template__info blockquote p {
    font-size: 14px;
  }
}
.template__info blockquote p:last-child {
  text-transform: none;
}
.template__info video {
  width: 100%;
  height: 575px;
  margin-bottom: 56px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 850px) {
  .template__info video {
    height: 375px;
  }
}
@media screen and (max-width: 600px) {
  .template__info video {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .template__info video {
    height: 200px;
  }
}
.template__info ul {
  display: flex;
  flex-direction: column;
}
.template__info ul li {
  line-height: 156%;
  font-size: 16px;
  color: #0e2b63;
}
.template__info ul li:not(:last-child) {
  margin-bottom: 34px;
  font-family: var(--font-m-500);
}
.template__info ul li:not(:first-child) {
  list-style: disc;
  list-style-position: inside;
}
@media screen and (max-width: 1366px) {
  .template__info ul li {
    font-size: 14px;
  }
}
.template__info ul li:first-child {
  font-size: 18px;
  color: #0c3480;
}
.template__img {
  margin-bottom: 56px;
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.template__img::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 45%;
}
.template__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1366px) {
  .template__img {
    margin-bottom: 36px;
  }
}
.template__img-short {
  margin-bottom: 56px;
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.template__img-short::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 30%;
}
.template__img-short img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1366px) {
  .template__img-short {
    margin-bottom: 36px;
  }
}

.template__acard-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 56px;
}
.template__acard-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.template__acard-btn {
  display: flex;
  width: 100%;
  margin-bottom: 4px;
  padding: 14px 20px;
  font-family: var(--font-m-700);
  font-size: 20px;
  color: #fff;
  -moz-text-align-last: center;
  text-align-last: center;
}
@media screen and (max-width: 768px) {
  .template__acard-btn {
    font-size: 16px;
  }
}
.template__acard-btn::before {
  content: "+";
  width: 10px;
  margin-right: 10px;
}
.template__acard-btn.active::before {
  content: "-";
}
.template__acard-drop {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s max-height ease;
}
.template__acard-drop-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .template__acard-drop-inner {
    padding: 10px;
  }
}
.template__acard-drop-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.template__acard-drop-img::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 56%;
}
.template__acard-drop-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.template__history {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.template__history > p {
  line-height: 156%;
  font-size: 20px;
  font-family: var(--font-m-900);
  color: #ef7c00;
}
@media screen and (max-width: 600px) {
  .template__history > p {
    font-size: 16px;
  }
}
.template__history-content {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  overflow: hidden;
}
.template__history-col {
  display: grid;
  grid-template-columns: 1fr 8fr;
}
.template__history-col:not(:last-child) {
  margin-bottom: 60px;
}
.template__history-col:not(:first-child) .template__history-year::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 2000%;
  background: #0c3480;
}
.template__history-year {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border: 2px solid #0c3480;
  border-radius: 50%;
  font-family: var(--font-m-500);
  font-size: 16px;
  color: #0c3480;
  background: #fff;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .template__history-year {
    font-size: 14px;
  }
}
.template__history-year-two {
  text-align: center;
  font-size: 14px;
}
.template__history-desc {
  display: flex;
  flex-direction: column;
}
.template__history-desc p {
  line-height: 161%;
  font-size: 16px;
  color: #737373;
}
.template__history-desc p:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .template__history-desc p {
    font-size: 14px;
  }
}
.template__history-desc p:first-of-type {
  line-height: 172%;
  color: #0c3480;
}
.template__history-desc > div {
  display: flex;
}
@media screen and (max-width: 768px) {
  .template__history-desc > div {
    flex-direction: column;
  }
}
.template__history-desc img {
  width: 150px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}
.template__history-desc img:not(:last-child) {
  margin-right: 10px;
}

.template__news {
  display: flex;
  width: 100%;
  height: 100%;
}

.news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 140px;
  grid-row-gap: 80px;
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .news {
    grid-column-gap: 60px;
  }
}
@media screen and (max-width: 850px) {
  .news {
    grid-column-gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .news {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news__card-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 10px;
}
.news__card-img::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 70%;
}
.news__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news__card-text p {
  color: #737373;
  line-height: 161%;
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  .news__card-text p {
    font-size: 14px;
  }
}
.news__card-text p:first-child {
  color: #010b1e;
}
.news__card-text p:first-child b {
  margin-left: 16px;
  font-weight: normal;
  color: #ef7c00;
}
.news__card-text h1,
.news__card-text h2,
.news__card-text h3,
.news__card-text h4,
.news__card-text h5,
.news__card-text h6 {
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: var(--font-m-900);
  line-height: 144%;
  font-size: 20px;
  color: #0c3480;
}
@media screen and (max-width: 850px) {
  .news__card-text h1,
  .news__card-text h2,
  .news__card-text h3,
  .news__card-text h4,
  .news__card-text h5,
  .news__card-text h6 {
    font-size: 16px;
  }
}

.template__tab-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .template__tab-container {
    flex-direction: column;
  }
}
.template__tab-btn-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-right: 20px;
}
@media screen and (max-width: 1366px) {
  .template__tab-btn-container {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.template__tab-btn {
  display: flex;
  width: 100%;
  min-width: 300px;
  max-width: 320px;
  background: #ffbb00;
  padding: 10px 20px;
  text-align: left;
  font-size: 16px;
  color: #010b1e;
  transition: 0.3s background ease, 0.3s color ease;
}
@media screen and (max-width: 1366px) {
  .template__tab-btn {
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
  }
  .template__tab-btn::after {
    content: "\f107";
    font-family: "fontawesome";
    transition: 0.3s transform ease;
  }
}
@media screen and (max-width: 480px) {
  .template__tab-btn {
    font-size: 14px;
  }
}
.template__tab-btn:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.template__tab-btn.active {
  color: #fff;
  background: #ef7c00;
}
@media screen and (max-width: 1366px) {
  .template__tab-btn.active::after {
    transform: rotate(180deg);
  }
}
.template__tab-btn:hover:not(.active) {
  color: #fff;
  background: #00b1eb;
}
.template__tab-content {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}
.template__tab-content:not(:last-child) {
  margin-bottom: 80px;
}
.template__tab-unit {
  flex-direction: column;
}
@media screen and (max-width: 1366px) {
  .template__tab-unit {
    padding: 30px 0;
  }
}
.template__tab-unit.active {
  display: flex;
}
.template__tab-unit a {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(115, 115, 115, 0.3);
  font-size: 16px;
  color: #0c3480;
}
.template__tab-unit a:not(:last-child) {
  border-bottom: none;
}
.template__tab-unit a::before {
  margin-right: 10px;
}
.template__tab-unit a:hover {
  color: #ef7c00;
}
.template .template-tab-unit_js {
  display: none;
}
.template .template-tab-unit_js.active {
  display: flex;
}

.template__gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
  width: 100%;
}
.template__gallery-cards-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .template__gallery-cards-img {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .template__gallery-cards-img {
    grid-template-columns: repeat(1, 1fr);
  }
}
.template__gallery-card-img {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.template__gallery-card-img::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 90%;
}
.template__gallery-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .template__gallery-card-img {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .template__gallery-card-img::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 70%;
  }
  .template__gallery-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.template__gallery-card-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(239, 124, 0, 0.3);
  transition: 0.3s opacity ease;
}
.template__gallery-card-img:hover::after {
  opacity: 1;
}
.template__gallery-cards-video {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 600px) {
  .template__gallery-cards-video {
    grid-template-columns: repeat(1, 1fr);
  }
}
.template__gallery-card-video {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.template__gallery-card-video::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 60%;
}
.template__gallery-card-video img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .template__gallery-card-video {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .template__gallery-card-video::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 70%;
  }
  .template__gallery-card-video img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.template__gallery-card-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(1, 119, 171, 0.3);
  transition: 0.3s opacity ease;
}
.template__gallery-card-video:hover::after {
  opacity: 1;
}
.template__gallery-card-video > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(1, 11, 30, 0.3);
}
.template__gallery-card-video > div h1,
.template__gallery-card-video > div h2,
.template__gallery-card-video > div h3,
.template__gallery-card-video > div h4,
.template__gallery-card-video > div h5.h6 {
  font-weight: normal;
  font-size: 22px;
  color: #fff;
}
.template__gallery-card-video > div p {
  color: #fff;
}
.template__gallery-card-video-btn {
  z-index: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #ef7c00;
  border-radius: 50%;
}
.template__gallery-card-video-btn::before {
  content: "\f04b";
  font-family: "fontawesome";
  margin-left: 2px;
  font-size: 22px;
  color: #fff;
}

.step {
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 1180px) {
  .step {
    padding-bottom: calc(40px + 60 * ((100vw - 320px) / 860));
  }
}
.step__col-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 1.25rem;
}
.step__col-wrap:nth-child(even) .step__col {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .step__col-wrap:nth-child(even) .step__col {
    flex-direction: column-reverse;
  }
}
.step__col-wrap:nth-child(even) .step__col > div {
  max-width: 540px;
}
@media screen and (max-width: 1024px) {
  .step__col-wrap:nth-child(even) .step__col > div {
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.step__col-wrap:nth-child(even) .step__col > div p {
  margin-left: 80px;
}
@media screen and (max-width: 1250px) {
  .step__col-wrap:nth-child(even) .step__col > div p {
    margin-left: 0;
  }
}
@media screen and (max-width: 1600px) {
  .step__col-wrap:first-child .step__col {
    min-height: 470px;
  }
}
@media screen and (max-width: 1024px) {
  .step__col-wrap:first-child .step__col {
    flex-direction: column-reverse;
  }
}
.step__col-wrap:first-child .step__col > img {
  align-self: flex-end;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1600px) {
  .step__col-wrap:first-child .step__col > img {
    align-self: flex-end;
    max-width: 50%;
    max-height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .step__col-wrap:first-child .step__col > img {
    align-self: center;
    max-width: 100%;
    max-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .step__col-wrap:first-child .step__col > img {
    max-width: 100%;
  }
}
.step__col-wrap:first-child .step__col > div {
  justify-content: flex-start;
}
.step__col-wrap:first-child .step__col > div *:first-child {
  margin-top: 58px;
  margin-bottom: 30px;
  color: #fff;
}
.step__col-wrap:first-child .step__col > div p {
  color: #fff;
}
.step__col-wrap:not(:first-child) .step__col {
  margin-top: 80px;
  padding: 30px 80px;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12),
    0px 12px 42px -4px rgba(24, 39, 75, 0.12);
}
@media screen and (max-width: 1250px) {
  .step__col-wrap:not(:first-child) .step__col {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 600px) {
  .step__col-wrap:not(:first-child) .step__col {
    padding: 30px 20px;
  }
}
.step__col-wrap > img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateZ(180deg);
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .step__col-wrap > img {
    -o-object-position: right;
    object-position: right;
  }
}
.step__col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  min-height: 570px;
}
@media screen and (max-width: 1600px) {
  .step__col {
    min-height: 470px;
  }
}
@media screen and (max-width: 1024px) {
  .step__col {
    flex-direction: column-reverse;
  }
}
.step__col > img {
  width: 100%;
  max-width: 790px;
  height: 100%;
  max-height: 570px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
@media screen and (max-width: 1600px) {
  .step__col > img {
    align-self: flex-end;
    max-width: 50%;
    max-height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .step__col > img {
    align-self: center;
    max-width: 100%;
    max-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .step__col > img {
    max-width: 100%;
  }
}
.step__col > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 445px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .step__col > div {
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.step__col > div *:first-child {
  margin-bottom: 30px;
  color: #010b1e;
  font-family: var(--font-m-900);
  line-height: 152%;
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  .step__col > div *:first-child {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .step__col > div *:first-child {
    font-size: 20px;
  }
}
.step__col > div p {
  color: #737373;
  line-height: 156%;
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .step__col > div p {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .step__col > div p {
    font-size: 16px;
  }
}
.step__col > div button {
  font-size: 25px;
  font-family: var(--font-m-900);
  color: #0c3480;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .step__col > div button {
    font-size: 20px;
  }
}
.step__col > div button:hover {
  text-decoration: none;
}
.step__col-wrap-revers > img {
  transform: rotate(0);
}
.step__col-wrap-revers .step__col {
  flex-direction: row-reverse;
  max-width: 1400px;
}
.step__col-wrap-revers .step__col > div {
  justify-content: flex-start;
  max-width: 600px;
}
.step__col-wrap-revers .step__col > div *:first-child {
  line-height: 106%;
  font-family: var(--font-m-500);
  font-size: 44px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .step__col-wrap-revers .step__col > div *:first-child {
    font-size: 34px;
  }
}
@media screen and (max-width: 480px) {
  .step__col-wrap-revers .step__col > div *:first-child {
    font-size: 28px;
  }
}
.step__col-modal {
  display: none;
  flex-direction: row;
  max-width: 800px;
  padding: 80px 40px;
}
@media screen and (max-width: 850px) {
  .step__col-modal {
    flex-direction: column;
  }
}
.step__col-modal img {
  width: 300px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 850px) {
  .step__col-modal img {
    margin-top: 40px;
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .step__col-modal img {
    height: 200px;
  }
}
.step__col-modal-inner {
  display: flex;
  flex-direction: column;
}
.step__col-modal-inner h1,
.step__col-modal-inner h2,
.step__col-modal-inner h3,
.step__col-modal-inner h4,
.step__col-modal-inner h5,
.step__col-modal-inner h6 {
  align-self: flex-start;
  margin-bottom: 20px;
  font-family: var(--font-m-900);
  font-size: 36px;
}
.step__col-modal-inner h1::after,
.step__col-modal-inner h2::after,
.step__col-modal-inner h3::after,
.step__col-modal-inner h4::after,
.step__col-modal-inner h5::after,
.step__col-modal-inner h6::after {
  content: "";
  background: orange;
  display: flex;
  width: 30%;
  height: 4px;
  margin-top: 20px;
}
.step__col-modal-inner p:not(:last-child) {
  margin-bottom: 20px;
}
.step__col-modal-inner a {
  color: #0177ab;
  text-decoration: underline;
}
.step__col-modal-inner a:hover {
  text-decoration: none;
}

.interesting {
  justify-content: center;
  padding: 0 1.25rem;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1180px) {
  .interesting {
    padding-top: calc(40px + 0 * ((100vw - 320px) / 860));
  }
}
@media screen and (max-width: 1180px) {
  .interesting {
    padding-bottom: calc(40px + 60 * ((100vw - 320px) / 860));
  }
}
.interesting__inner {
  flex-direction: column;
}
.interesting__title {
  margin-bottom: 80px;
}
.interesting__card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1366px) {
  .interesting__card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 979px) {
  .interesting__card-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.interesting__gard {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .interesting__gard {
    height: 240px;
  }
}
.interesting__gard img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.interesting__gard div {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.interesting__gard div::after {
  z-index: -2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: 0.8s transform ease;
}
@media screen and (max-width: 480px) {
  .interesting__gard div::after {
    width: 100%;
  }
}
.interesting__gard div::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(14, 43, 99, 0.7);
  opacity: 0;
  transition: 0.8s opacity ease;
}
.interesting__gard div:hover::after {
  transform: translateX(-100%);
}
.interesting__gard div:hover::before {
  opacity: 1;
}
.interesting__gard div:hover P,
.interesting__gard div:hover button {
  color: #fff;
  transform: translateY(-30px);
}
.interesting__gard div p {
  width: 50%;
  line-height: 140%;
  font-family: var(--font-m-900);
  font-size: 25px;
  color: #0e2b63;
  transition: 0.8s transform ease, 0.6s color ease;
}
@media screen and (max-width: 1366px) {
  .interesting__gard div p {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .interesting__gard div p {
    width: 100%;
  }
}
.interesting__gard div button {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-family: var(--font-m-900);
  font-size: 20px;
  color: #0e2b63;
  transform: translateY(100%);
  transition: 0.8s transform ease, 0.6s color ease;
}
@media screen and (max-width: 1366px) {
  .interesting__gard div button {
    font-size: 18px;
  }
}

.success {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 140px;
  padding: 0 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.success::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 130px;
  background: linear-gradient(90.17deg, #f08300 0.14%, #ffba00 102.32%);
}
.success__inner {
  display: flex;
  width: 100%;
  max-width: 1400px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px -2px rgba(24, 39, 75, 0.3),
    0px 3px 10px -1px rgba(24, 39, 75, 0.3);
}
.success__slider {
  position: relative;
  width: 100%;
}
.success__arrow-container {
  z-index: 2;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 600px) {
  .success__arrow-container {
    left: 0;
    justify-content: space-between;
    width: 100%;
  }
}
.success__slider-arrow {
  width: 50px;
  height: 36px;
  border: 1px solid #737373;
  border-radius: 10px;
}
.success__slider-arrow.swiper-button-disabled {
  opacity: 0.3;
}
.success__slider-arrow::after {
  font-size: 16px;
  color: #737373;
}
@media screen and (max-width: 600px) {
  .success__slider-arrow::after {
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .success__slider-arrow {
    border-color: #fff;
    background: #ef7c00;
  }
}
.success__slider-arrow:hover::after {
  color: #ef7c00;
}
@media screen and (max-width: 600px) {
  .success__slider-arrow:hover::after {
    color: #fff;
  }
}
.success__slide {
  visibility: hidden;
}
.success__slide.swiper-slide-active,
.success__slide.swiper-slide-duplicate-active {
  visibility: visible;
}
.success__slide-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .success__slide-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.success__slide-content-inner {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .success__slide-content-inner {
    flex-direction: column-reverse;
  }
}
.success__slide-content-inner > p {
  padding: 30px 0;
  max-width: 600px;
  line-height: 21px;
  margin-bottom: auto;
  font-size: 16px;
  color: #0e2b63;
}
.success__slide-content-inner > p q {
  quotes: "«" "»";
}
.success__slide-content-inner > p q:before,
.success__slide-content-inner > p q:after {
  line-height: 1px;
}
.success__slide-name {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 100%;
  padding: 30px;
}
@media screen and (max-width: 979px) {
  .success__slide-name {
    width: 240px;
  }
}
@media screen and (max-width: 850px) {
  .success__slide-name {
    width: 340px;
  }
}
@media screen and (max-width: 600px) {
  .success__slide-name {
    width: 140px;
    padding: 0;
    padding-top: 30px;
  }
}
.success__slide-name p {
  font-family: var(--font-m-500);
  line-height: 121%;
  font-size: 32px;
  color: #ef7c00;
}
@media screen and (max-width: 979px) {
  .success__slide-name p {
    font-size: 22px;
  }
}
.success__slide-name p:last-of-type {
  margin-top: 10px;
  font-size: 16px;
  color: #010b1e;
}
.success__slide-img-wrap {
  display: flex;
  align-self: flex-end;
  width: 280px;
  height: 280px;
  flex-shrink: 0;
  transform: translateY(10px);
  filter: drop-shadow(-14px 10px 0 #737373);
}
@media screen and (max-width: 480px) {
  .success__slide-img-wrap {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.success__slide-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.programm {
  flex-direction: column;
  align-items: center;
}
.programm__main-slider {
  width: 100%;
}
.programm__main-slide {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 800px;
  visibility: hidden;
  transition: 0.3s all ease;
  padding: 0 20px;
}
@media screen and (max-width: 1600px) {
  .programm__main-slide {
    min-height: 700px;
  }
}
.programm__main-slide.swiper-slide-active {
  visibility: visible;
}
.programm__main-slide img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.programm__main-slide-content {
  display: flex;
  width: 100%;
  max-width: 1422px;
  height: 100%;
  padding: 80px 0 300px 0;
}
.programm__main-slide-content::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.programm__main-slide-text {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 4px -2px rgba(24, 39, 75, 0.3),
    0px 3px 10px -1px rgba(24, 39, 75, 0.3);
}
.programm__main-slide-text *:first-child {
  margin-bottom: 40px;
  font-size: 22px;
  font-family: var(--font-m-900);
  color: #0e2b63;
}
.programm__main-slide-text p {
  line-height: 121%;
  font-size: 15px;
  color: #0c3480;
}
.programm__inner {
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1400px;
  margin-top: -300px;
  padding: 0 20px;
}
@media screen and (max-width: 1600px) {
  .programm__inner {
    margin-top: -200px;
  }
}
.programm__btn-slider {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .programm__btn-slider {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.programm__btn-slide {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 340px;
  min-height: 350px;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .programm__btn-slide {
    width: 280px;
    min-height: auto;
    max-height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .programm__btn-slide {
    justify-content: center;
  }
}
.programm__btn-slide.swiper-slide-thumb-active .programm__btn-slide-text {
  background: #004f9f;
}
.programm__btn-slide.swiper-slide-thumb-active .programm__btn-slide-text p {
  color: #fff;
}
.programm__btn-slide-content {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 95%;
  box-shadow: 0px 2px 4px -2px rgba(24, 39, 75, 0.3),
    0px 3px 10px -1px rgba(24, 39, 75, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .programm__btn-slide-content {
    width: 240px;
    min-height: auto;
    max-height: 300px;
  }
}
.programm__btn-slide-content:hover .programm__btn-slide-text {
  background: #004f9f;
}
.programm__btn-slide-content:hover .programm__btn-slide-text p {
  color: #fff;
}
.programm__btn-slide-img {
  display: flex;
  width: 100%;
  height: 280px;
}
.programm__btn-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.programm__btn-slide-text {
  padding: 20px;
  min-height: 100px;
  background: #fff;
  transition: 0.5s background ease;
}
.programm__btn-slide-text p {
  font-size: 16px;
  font-family: var(--font-m-900);
  color: #0e2b63;
  transition: 0.5s color ease;
}
.programm__add-application {
  margin: 100px 0 100px 0;
}

.prog-list {
  z-index: 1;
  position: relative;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 40px 20px;
}
.prog-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270.07deg,
    rgba(0, 0, 0, 0.81) 0.07%,
    rgba(0, 0, 0, 0.81) 59.12%,
    rgba(0, 0, 0, 0) 99.94%
  );
}
@media screen and (max-width: 600px) {
  .prog-list::after {
    background: rgba(0, 0, 0, 0.81);
  }
}
.prog-list__img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prog-list__inner {
  z-index: 1;
  justify-content: flex-end;
}
.prog-list__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 1170px) {
  .prog-list__content {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .prog-list__content {
    width: 100%;
  }
}
.prog-list__content > *:first-child {
  margin-bottom: 40px;
  font-size: 25px;
  font-family: var(--font-m-900);
  font-weight: normal;
}
.prog-list__content ul {
  display: flex;
  flex-direction: column;
}
.prog-list__content li {
  margin-bottom: 34px;
  list-style: disc;
  list-style-position: inside;
  font-size: 18px;
  line-height: 156%;
}
@media screen and (max-width: 1170px) {
  .prog-list__content li {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.prog-list__content p {
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 156%;
}
@media screen and (max-width: 1170px) {
  .prog-list__content p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.experience {
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 1180px) {
  .experience {
    padding-bottom: calc(40px + 60 * ((100vw - 320px) / 860));
  }
}
.experience__inner {
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .experience__inner {
    padding: 0 20px;
  }
}
.experience__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.experience__info:not(:last-child) {
  margin-bottom: 100px;
}
.experience__info p {
  text-align: center;
  line-height: 156%;
  font-size: 18px;
  color: #737373;
}
.experience__info p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .experience__info p {
    font-size: 16px;
  }
}
.experience__title {
  margin-bottom: 40px;
  font-family: var(--font-m-900);
  line-height: 152%;
  font-size: 25px;
  color: #0c3480;
}
@media screen and (max-width: 768px) {
  .experience__title {
    font-size: 22px;
    text-align: center;
  }
}

.experience__cards-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.experience__cards-wrap:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .experience__cards-wrap:not(:last-child) {
    margin-bottom: 50px;
  }
}
.experience__cards-title {
  margin-bottom: 40px;
  line-height: 156%;
  font-size: 18px;
  color: #010b1e;
  font-weight: normal;
}
.experience__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 979px) {
  .experience__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .experience__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .experience__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.experience__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.experience__card img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}
.experience__card p {
  max-width: 90%;
  font-size: 16px;
  text-align: center;
  color: #ef7c00;
}
.experience__cards-four .experience__cards {
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 80px;
}
@media screen and (max-width: 600px) {
  .experience__cards-four .experience__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.experience__cards-four .experience__card img {
  width: 70px;
  height: 70px;
}
.experience__cards-four .experience__card p {
  max-width: 60%;
}
.experience__cards-four .experience__card p:first-of-type {
  font-size: 18px;
  margin-bottom: 14px;
  color: #010b1e;
}
.experience__cards-three .experience__cards {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 768px) {
  .experience__cards-three .experience__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.experience__cards-three .experience__card img {
  width: 70px;
  height: 70px;
}
.experience__cards-three .experience__card p {
  max-width: 100%;
}
.experience__cards-three .experience__card p:first-of-type {
  font-size: 18px;
  margin-bottom: 14px;
  color: #010b1e;
}
.experience__add-application {
  margin: 0;
}

.experience__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding: 0 20px;
}
.experience__step-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1400px;
}
.experience__step-card-inner {
  display: flex;
  background: #00b1eb;
}
@media screen and (max-width: 850px) {
  .experience__step-card-inner {
    flex-direction: column;
  }
}
.experience__step-img {
  display: flex;
  width: 50%;
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  .experience__step-img {
    width: 70%;
  }
}
@media screen and (max-width: 850px) {
  .experience__step-img {
    width: 100%;
  }
}
.experience__step-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.experience__step-list-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 30px;
}
.experience__step-list-wrap > *:first-child {
  margin-bottom: 20px;
  font-size: 25px;
  font-family: var(--font-m-900);
}
@media screen and (max-width: 1024px) {
  .experience__step-list-wrap > *:first-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .experience__step-list-wrap > *:first-child {
    font-size: 16px;
  }
}
.experience__step-list-wrap li {
  font-size: 16px;
  font-family: var(--font-m-900);
}
.experience__step-list-wrap li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .experience__step-list-wrap li {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .experience__step-list-wrap li {
    font-size: 12px;
  }
}
.experience__step-list-wrap li::before {
  content: "—";
  margin-right: 10px;
}
.experience__step-end-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background: #0e2b63;
}
.experience__step-end-text p {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .experience__step-end-text p {
    font-size: 16px;
  }
}
.experience__step-end-text p::before {
  content: "\f0ca";
  font-family: "fontawesome";
  margin-right: 10px;
}
.experience__step-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}
.experience__step-num > *:first-child {
  margin-bottom: 30px;
  font-family: var(--font-m-900);
  font-size: 25px;
  color: #010b1e;
}
.experience__step-num ul {
  position: relative;
  counter-reset: section;
  list-style-type: none;
  overflow: hidden;
}
.experience__step-num ul::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  width: 1px;
  height: 100%;
  background: rgba(115, 115, 115, 0.4);
}
.experience__step-num ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #0e2b63;
}
@media screen and (max-width: 480px) {
  .experience__step-num ul li {
    font-size: 14px;
  }
}
.experience__step-num ul li:not(:last-child) {
  margin-bottom: 10px;
}
.experience__step-num ul li::before {
  content: counter(section);
  counter-increment: section;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  margin-right: 20px;
  border-radius: 50%;
  color: #fff;
  background: #ffbb00;
}
.experience__step-num ul li:nth-child(odd)::before {
  background: #ef7c00;
}
.experience__success-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 100px;
}
.experience__success-container > *:first-child {
  margin-bottom: 40px;
  font-family: var(--font-m-900);
  font-size: 25px;
  color: #010b1e;
}
.experience__success-container .success {
  margin: 0;
}

.vacancy {
  justify-content: center;
  padding: 0 20px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1180px) {
  .vacancy {
    padding-bottom: calc(50px + 80 * ((100vw - 320px) / 860));
  }
}
.vacancy__inner {
  flex-direction: column;
}
.vacancy__title {
  margin-bottom: 100px;
}
.vacancy__filter {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  margin-bottom: 100px;
}
.vacancy__filter-field {
  display: flex;
  width: 100%;
  padding: 14px 20px;
  box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.22),
    0px 10px 32px -4px rgba(24, 39, 75, 0.2);
  background: #fff;
  border-radius: 4px;
  font-size: 22px;
  color: #0e2b63;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vacancy__filter-drop {
  z-index: 2;
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  display: none;
  flex-direction: column;
  width: 100%;
  max-height: 300px;
  padding: 14px 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.22),
    0px 10px 32px -4px rgba(24, 39, 75, 0.2);
  overflow: hidden;
}
.vacancy__filter-drop.active {
  display: flex;
}
.vacancy__filter-search {
  margin-bottom: 20px;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #0e2b63;
  color: #0e2b63;
  font-size: 18px;
  border-radius: 4px;
  transition: 0.3s all ease;
}
.vacancy__filter-search:focus {
  border: 1px solid #ef7c00;
}
.vacancy__filter-drop-list {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  overflow-y: scroll;
  scrollbar-color: #00b1eb #fff;
  scrollbar-width: thin;
}
.vacancy__filter-drop-list::-webkit-scrollbar {
  width: 8px;
}
.vacancy__filter-drop-list::-webkit-scrollbar-track {
  background-color: #fff;
}
.vacancy__filter-drop-list::-webkit-scrollbar-thumb {
  background: #00b1eb;
  border-radius: 1rem;
}
.vacancy__filter-drop-item {
  width: 100%;
}
.vacancy__filter-drop-btn {
  display: flex;
  width: 100%;
  padding: 9px 6px;
  font-size: 18px;
  color: #0e2b63;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vacancy__filter-drop-btn.active {
  color: #fff;
  background: #ef7c00;
}
.vacancy__filter-drop-btn:hover:not(.active) {
  color: #fff;
  background: #00b1eb;
}
.vacancy__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 95px;
  grid-row-gap: 60px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .vacancy__cards {
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 979px) {
  .vacancy__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .vacancy__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.vacancy__card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 35px;
  background: #fff;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12),
    0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s transform ease;
}
.vacancy__card:hover {
  transform: scale(1.05);
}
.vacancy__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #0c3480;
}
.vacancy__card > *:first-child {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 25px;
  color: #000;
}
.vacancy__card > ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.vacancy__card li:first-child {
  color: #0c3480;
  margin-bottom: 10px;
  font-size: 16px;
}
.vacancy__card li:not(:first-child) {
  list-style: disc;
  list-style-position: inside;
  font-size: 16px;
  color: #737373;
}
.vacancy__card button {
  align-self: flex-end;
  font-size: 18px;
  text-decoration: underline;
  color: #ef7c00;
}
.vacancy__desc-modal {
  display: none;
  width: 100%;
  max-width: 410px;
  padding: 50px 35px;
}
.vacancy__desc-modal > *:first-child {
  align-self: center;
  margin-bottom: 34px;
  color: #010b1e;
  font-size: 25px;
}
.vacancy__desc-modal ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.vacancy__desc-modal li:first-child {
  color: #0c3480;
  margin-bottom: 10px;
  font-size: 16px;
}
.vacancy__desc-modal li:not(:first-child) {
  list-style: disc;
  list-style-position: inside;
  font-size: 16px;
  color: #737373;
}
.vacancy__desc-modal a {
  align-self: center;
  margin-top: 40px;
  font-size: 18px;
  color: #ef7c00;
  text-decoration: underline;
  outline: none !important;
}

.questionnaire {
  justify-content: center;
  padding: 0 20px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1180px) {
  .questionnaire {
    padding-bottom: calc(50px + 80 * ((100vw - 320px) / 860));
  }
}
.questionnaire__inner {
  flex-direction: column;
  align-items: center;
}
.questionnaire__title {
  margin-bottom: 80px;
}
.questionnaire__cotent {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1024px;
}
.questionnaire__cotent-text {
  display: flex;
  margin-bottom: 60px;
  padding: 50px 70px;
  background: #eeeeee;
}
@media screen and (max-width: 850px) {
  .questionnaire__cotent-text {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 480px) {
  .questionnaire__cotent-text {
    padding: 20px;
  }
}
.questionnaire__cotent-text p {
  line-height: 161%;
  font-size: 18px;
  color: #010b1e;
}
@media screen and (max-width: 768px) {
  .questionnaire__cotent-text p {
    font-size: 16px;
  }
}
.questionnaire__cotent-text p:first-child::before {
  content: "\f05a";
  font-family: "fontawesome";
  margin-right: 6px;
  color: #e72582;
}
.questionnaire__cotent-text p strong {
  font-weight: normal;
  color: #e72582;
}
.questionnaire__form-inner {
  background: #eeeeee;
  margin-bottom: 60px;
  padding: 50px 70px;
}
@media screen and (max-width: 850px) {
  .questionnaire__form-inner {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 480px) {
  .questionnaire__form-inner {
    padding: 20px;
  }
}
@media screen and (max-width: 350px) {
  .questionnaire__form-inner {
    padding: 10px;
  }
}
.questionnaire__form-accept {
  display: flex;
  background: #eeeeee;
  padding: 50px 70px;
}
@media screen and (max-width: 850px) {
  .questionnaire__form-accept {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .questionnaire__form-accept {
    padding: 20px;
  }
}
@media screen and (max-width: 350px) {
  .questionnaire__form-accept {
    padding: 10px;
  }
}

.article {
  justify-content: center;
  padding: 0 20px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1180px) {
  .article {
    padding-bottom: calc(50px + 80 * ((100vw - 320px) / 860));
  }
}
.article__inner {
  flex-direction: column;
  align-items: center;
}
.article__title {
  margin-bottom: 50px;
}
.article__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 130px;
}
.article__content p {
  line-height: 156%;
  font-size: 18px;
  color: #0e2b63;
}
.article__content p:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .article__content p {
    font-size: 16px;
  }
}
.article__large-img {
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.article__large-img::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 55%;
}
.article__large-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__short-img {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.article__short-img::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 23%;
}
.article__short-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__cards-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.article__cards-title {
  margin-bottom: 60px;
  font-size: 25px;
  font-family: var(--font-m-900);
  color: #010b1e;
}
.article__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
}
@media screen and (max-width: 1024px) {
  .article__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .article__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.error-404 {
  position: relative;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
}
.error-404 img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.error-404__inner {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-404__inner a {
  margin-top: 80px;
  color: #fff;
  text-decoration: underline;
  font-size: 25px;
}
@media screen and (max-width: 1180px) {
  .error-404__inner a {
    font-size: calc(18px + 7 * ((100vw - 320px) / 860));
  }
}
.error-404__title {
  font-size: 340px;
}
@media screen and (max-width: 1180px) {
  .error-404__title {
    font-size: calc(150px + 190 * ((100vw - 320px) / 860));
  }
}
.error-404__text p {
  text-align: center;
  font-size: 25px;
  font-size: 25px;
}
@media screen and (max-width: 1180px) {
  .error-404__text p {
    font-size: calc(18px + 7 * ((100vw - 320px) / 860));
  }
}
.error-404__text p:first-child {
  margin-bottom: 20px;
  font-size: 40px;
  font-size: 40px;
}
@media screen and (max-width: 1180px) {
  .error-404__text p:first-child {
    font-size: calc(24px + 16 * ((100vw - 320px) / 860));
  }
}

.map-site {
  justify-content: center;
  padding: 0 1.25rem;
  padding-bottom: 130px;
}
@media screen and (max-width: 1180px) {
  .map-site {
    padding-bottom: calc(40px + 90 * ((100vw - 320px) / 860));
  }
}
.map-site__inner {
  display: flex;
  flex-direction: column;
}
.map-site__title {
  margin-bottom: 80px;
}
.map-site__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media screen and (max-width: 1170px) {
  .map-site__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .map-site__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.map-site__card {
  display: flex;
  flex-direction: column;
}
.map-site__card > a {
  margin-bottom: 10px;
  padding: 14px 20px;
  text-align: left;
  font-size: 16px;
  font-family: var(--font-m-500);
  color: #fff;
  background: #00b1eb;
  transition: 0.3s background ease;
}
.map-site__card > a:hover {
  background: #ef7c00;
}
.map-site__card > ul {
  display: flex;
  flex-direction: column;
}
.map-site__card > ul > li {
  display: flex;
  flex-direction: column;
}
.map-site__card > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.map-site__card > ul > li ul {
  padding-top: 10px;
  padding-left: 40px;
}
.map-site__card > ul > li ul li:not(:last-child) {
  margin-bottom: 8px;
}
.map-site__card > ul > li ul a {
  font-size: 15px;
}
.map-site__card > ul > li ul a::before {
  content: "\f0c8";
  color: #ffbb00;
}
.map-site__card > ul > li ul ul a::before {
  content: "\f111";
  color: #50af47;
}
.map-site__card > ul a {
  display: flex;
  font-family: var(--font-m-500);
  color: #0e2b63;
  font-size: 16px;
}
.map-site__card > ul a:hover {
  color: #ef7c00;
}
.map-site__card > ul a:hover::before {
  color: #ef7c00;
}
.map-site__card > ul a::before {
  content: "\f111";
  margin-top: 8px;
  margin-right: 6px;
  font-family: "fontawesome";
  font-size: 6px;
  color: #ef7c00;
}

.text-page {
  justify-content: center;
  padding: 0 1.25rem;
  padding-bottom: 130px;
}
@media screen and (max-width: 1180px) {
  .text-page {
    padding-bottom: calc(40px + 90 * ((100vw - 320px) / 860));
  }
}
.text-page__inner {
  flex-direction: column;
}
.text-page__title {
  align-self: flex-end;
  width: 100%;
  max-width: 1024px;
  margin-bottom: 80px;
}
.text-page__content {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  width: 100%;
  max-width: 1024px;
}
.text-page__content > ul {
  margin-bottom: 36px;
}
.text-page__content > ul li {
  font-size: 16px;
  color: #0e2b63;
  list-style: disc;
  list-style-position: inside;
}
.text-page__content > ul li:not(:last-child) {
  margin-bottom: 10px;
}
.text-page__content h1,
.text-page__content h2,
.text-page__content h3,
.text-page__content h4,
.text-page__content h5,
.text-page__content h6 {
  margin-bottom: 20px;
  line-height: 152%;
  font-size: 25px;
  font-family: var(--font-m-900);
  color: #ef7c00;
}
@media screen and (max-width: 768px) {
  .text-page__content h1,
  .text-page__content h2,
  .text-page__content h3,
  .text-page__content h4,
  .text-page__content h5,
  .text-page__content h6 {
    font-size: 22px;
  }
}
.text-page__content > a {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
  font-size: 18px;
  color: #004f9f;
}
.text-page__content > a::before {
  margin-right: 10px;
}
.text-page__content > a:hover {
  color: #00b1eb;
}
.text-page__content p {
  font-size: 16px;
  color: #0e2b63;
}
@media screen and (max-width: 1366px) {
  .text-page__content p {
    font-size: 14px;
  }
}
.text-page__content p:not(:last-child) {
  margin-bottom: 36px;
}
.text-page__content p b {
  color: #010b1e;
}
.text-page__content p a {
  color: #0177ab;
}
.text-page__content p a:hover {
  text-decoration: underline;
}

/* contact mess */
.contact-mess {
  justify-content: center;
  padding: 0 1.25rem;
  padding-top: 50px;
  padding-bottom: 100px;
  background: #eeeeee;
}
@media screen and (max-width: 1180px) {
  .contact-mess {
    padding-top: calc(50px + 0 * ((100vw - 320px) / 860));
  }
}
@media screen and (max-width: 1180px) {
  .contact-mess {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 860));
  }
}
.contact-mess__inner {
  flex-direction: column;
}
.contact-mess__content {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  width: 100%;
  max-width: 1024px;
}
.contact-mess__content p {
  width: 100%;
  max-width: 560px;
  margin-bottom: 60px;
  font-family: var(--font-m-900);
  font-size: 18px;
  color: #2f3542;
}
@media screen and (max-width: 600px) {
  .contact-mess__content p {
    font-size: 16spx;
  }
}
.contact-mess__title {
  margin-bottom: 30px;
  font-size: 25px;
  font-family: var(--font-m-900);
  color: #2f3542;
}
.contact-mess__from .input-wrap {
  margin-bottom: 30px;
}
.contact-mess__submit {
  font-family: var(--font-m-900);
  font-style: 18px;
  color: #ef7c00;
  text-decoration: underline;
}
/*# sourceMappingURL=main.css.map */
