@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: url("../fonts/Onest-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media (min-width: 300px) {
  html {
    font-size: calc(14 * 1px + (16 - 14) * (100vw - 320 * 1px) / (1920 - 320));
  }
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Onest", sans-serif;
  margin: 0;
  min-height: 100vh;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main,
.inner {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.inner--blue {
  background-color: #033773;
  background-image: url(../images/i-section_bg-2.png), -webkit-gradient(linear, left bottom, left top, from(#033773), to(#002E6C));
  background-image: url(../images/i-section_bg-2.png), -o-linear-gradient(bottom, #033773, #002E6C);
  background-image: url(../images/i-section_bg-2.png), linear-gradient(to top, #033773, #002E6C);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  border-top: 1px solid #105381;
}
.inner--blue .aside-nav_item {
  color: #fff;
}
.inner--blue .breadcrumbs_item {
  color: #fff;
}

ul[class],
ol[class] {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class] {
  margin-top: 0;
}

.uppercase {
  text-transform: uppercase;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.content-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.no-scroll {
  overflow: hidden;
}

.link {
  color: #2CBFED;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.875rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.link--white {
  color: #fff;
}
.link--dark-blue {
  color: #0E6EA5;
}
.link:hover {
  font-weight: 500;
  letter-spacing: 1px;
}

a:not([class]) {
  color: #0E6EA5;
  text-decoration: none;
}
a:not([class]):hover {
  text-decoration: underline;
}

.table-wrap {
  overflow-x: auto;
}

.breadcrumbs {
  padding: 20px 0;
}
.breadcrumbs_item {
  text-decoration: none;
  color: #818181;
  font-size: 1rem;
  margin-right: 18px;
  display: inline;
}
.breadcrumbs_item:after {
  content: ">";
  display: inline-block;
  margin-left: 21px;
}
.breadcrumbs_item:last-child {
  pointer-events: none;
  margin-right: 0;
}
.breadcrumbs_item:last-child:after {
  display: none;
}

.nav-button {
  cursor: pointer;
  z-index: 120;
  background: none;
  border: none;
  display: block;
}
.nav-button.active .nav-button_line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0px, 4px);
  -ms-transform: rotate(45deg) translate(0px, 4px);
  transform: rotate(45deg) translate(0px, 4px);
}
.nav-button.active .nav-button_line:nth-child(2) {
  display: none;
}
.nav-button.active .nav-button_line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(1px, -5px);
  -ms-transform: rotate(-45deg) translate(1px, -5px);
  transform: rotate(-45deg) translate(1px, -5px);
}
.nav-button_line {
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav-button_line:last-child {
  margin-bottom: 0;
}

.arrow_prev, .arrow_next {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  cursor: pointer;
  padding: 0;
  border: 1px solid #D0D4DD;
}
@media (max-width: 480px) {
  .arrow_prev, .arrow_next {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.arrow_prev:hover, .arrow_next:hover {
  border-color: #2CBFED;
}
.arrow_prev:hover svg path, .arrow_next:hover svg path {
  stroke: #2CBFED;
}
.arrow_prev svg, .arrow_next svg {
  width: 1.375rem;
  height: 1.25rem;
}
.arrow_prev.swiper-button-disabled, .arrow_next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.arrow_prev.swiper-button-lock, .arrow_next.swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}

.preloader {
  background: #002E6C;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.preloader_block {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 6.25rem;
  height: 6.25rem;
  margin: -3.125rem 0 0 -3.125rem;
}
.preloader_logo {
  margin: 0 auto 0.625rem auto;
  display: block;
  width: 3.75rem;
  height: 4.625rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.preloader_wave {
  overflow: hidden;
}
.preloader_wave svg {
  -webkit-animation: wave 10s linear infinite;
  animation: wave 10s linear infinite;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.hidden {
  display: none !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.button {
  padding: 1.25rem 1.875rem;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  background-color: #0E6EA5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 16.875rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.button:hover {
  background-color: #0c5e8d;
}
.button--center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.button-secondary {
  padding: 1.25rem 1.875rem;
  font-size: 1 rem;
  text-align: center;
  color: #003882;
  background: none;
  border: 1px solid #003882;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 16.875rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .button-secondary {
    min-width: 13.75rem;
    padding: 0.9375rem 1.5625rem;
  }
}
.button-secondary:hover {
  background-color: #003882;
  color: #fff;
}
.button-secondary--center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.button-secondary--white {
  border-color: #fff;
  color: #fff;
}
.button-secondary--white:hover {
  background: rgb(255, 255, 255);
  color: #0E6EA5;
  border-color: #0E6EA5;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 0 20px 0;
  z-index: 5;
}
.header.active {
  z-index: auto;
}
@media (max-width: 1024px) {
  .header.active {
    z-index: 120;
    background-color: #002E6C;
    border-bottom: 1px solid #124C7B;
  }
}
.header--inner {
  position: relative;
  background-color: #002E6C;
  background-image: url(../images/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.header--no-bg {
  background-image: none;
}
.header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0.625rem;
}
.header_right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.125rem;
}
@media (max-width: 1350px) {
  .header_right-bottom {
    gap: 2.1875rem;
  }
}
@media (max-width: 1024px) {
  .header_right-bottom {
    gap: 1.875rem;
  }
}
@media (max-width: 480px) {
  .header_right-bottom {
    gap: 1.5625rem;
  }
}

.logo {
  display: block;
  width: 26.625rem;
  position: relative;
  z-index: 105;
}
@media (max-width: 1600px) {
  .logo {
    width: 25rem;
  }
}
@media (max-width: 1350px) {
  .logo {
    width: 20.625rem;
  }
}
@media (max-width: 768px) {
  .logo {
    width: 17.5rem;
  }
}
@media (max-width: 480px) {
  .logo {
    width: auto;
  }
}

.old-version {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 200;
  position: relative;
  z-index: 105;
}
@media (max-width: 768px) {
  .old-version {
    font-size: 0.875rem;
  }
}
.old-version:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (max-width: 1200px) {
  .nav {
    display: none;
  }
}
.nav_item {
  padding: 0.4375rem 0.625rem 0.625rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .nav_item {
    border-bottom: 1px solid #18458A;
    padding: 1.25rem 1.875rem;
    display: block;
  }
}
@media (max-width: 480px) {
  .nav_item {
    padding: 1.25rem 25px 1.25rem 15px;
  }
}
@media (min-width: 1025px) {
  .nav_item.current {
    background-color: #0E6EA5;
  }
}
.nav_item:hover {
  background-color: #0E6EA5;
}
.nav_link {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .nav_link {
    font-size: 1.125rem;
  }
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 105;
}
.lang_item {
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0.4375rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.lang_item.active {
  color: #fff;
}
.lang_item:last-child {
  border: none;
}

.search-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 105;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #002E6C;
  background-image: url(../images/i-section_bg-2.png), -webkit-gradient(linear, left bottom, left top, from(#033773), to(#002E6C));
  background-image: url(../images/i-section_bg-2.png), -o-linear-gradient(bottom, #033773, #002E6C);
  background-image: url(../images/i-section_bg-2.png), linear-gradient(to top, #033773, #002E6C);
  background-position: bottom -200px right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 140px 0 0rem 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
@media (max-width: 1350px) {
  .menu {
    padding-top: 110px;
  }
}
@media (max-width: 1024px) {
  .menu {
    background-position: bottom -100px right;
    background-size: contain;
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #0E6EA5 rgba(255, 255, 255, 0.05);
  }
  .menu::-webkit-scrollbar {
    width: 5px;
  }
  .menu::-webkit-scrollbar-button {
    display: none;
  }
  .menu::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0px;
  }
  .menu::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0px;
  }
  .menu::-webkit-scrollbar-thumb {
    background-color: #0E6EA5;
    border-radius: 0px;
  }
  .menu::-webkit-scrollbar-corner {
    background-color: rgba(255, 255, 255, 0.05);
  }
}
@media (max-width: 768px) {
  .menu {
    padding-top: 97px;
  }
}
@media (max-width: 480px) {
  .menu {
    background-size: 500px;
    padding: 95px 0 0rem 0;
  }
}
.menu:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #124C7B;
  position: absolute;
  top: 140px;
  left: 0;
  display: block;
}
@media (max-width: 1350px) {
  .menu:after {
    top: 110px;
  }
}
@media (max-width: 1024px) {
  .menu:after {
    display: none;
  }
}
.menu.active {
  opacity: 1;
  visibility: visible;
}
.menu_wrap {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .menu_wrap {
    padding: 0;
    border: none;
  }
}
.menu_wrap:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 49.3%;
  background-color: #124C7B;
}
@media (max-width: 1024px) {
  .menu_wrap:before {
    display: none;
  }
}
.menu_wrap:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 75%;
  background-color: #124C7B;
}
@media (max-width: 1024px) {
  .menu_wrap:after {
    display: none;
  }
}
.menu_column {
  width: 23%;
  border-right: 1px solid #124C7B;
  position: relative;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .menu_column {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.menu_item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu_item {
  padding: 20px 20px 20px 0;
}
@media (max-width: 1024px) {
  .menu_item {
    border-bottom: 1px solid #124C7B;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .menu_item {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .menu_item.hover .lv2 {
    display: block;
  }
  .menu_item.hover .menu_link {
    color: #2CBFED;
  }
  .menu_item.hover .menu_button svg path {
    fill: #2CBFED;
  }
}
@media (max-width: 1024px) {
  .menu_item.active .lv2 {
    display: block;
  }
  .menu_item.active .menu_link {
    color: #2CBFED;
  }
  .menu_item.active .menu_button {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.menu_link {
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu_link:hover {
  color: #2CBFED;
}
.menu_button {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .menu_button {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 25px;
    height: 25px;
    background-color: #0D5C91;
    border-radius: 50%;
  }
}
@media (max-width: 480px) {
  .menu_button svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
}

.lv2 {
  position: absolute;
  top: 0;
  left: 100%;
  width: 115%;
  height: 100%;
  padding: 1.875rem 0px;
  display: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #0E6EA5 rgba(255, 255, 255, 0.05);
}
.lv2::-webkit-scrollbar {
  width: 5px;
}
.lv2::-webkit-scrollbar-button {
  display: none;
}
.lv2::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0px;
}
.lv2::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0px;
}
.lv2::-webkit-scrollbar-thumb {
  background-color: #0E6EA5;
  border-radius: 0px;
}
.lv2::-webkit-scrollbar-corner {
  background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 1024px) {
  .lv2 {
    position: relative;
    top: auto;
    left: auto;
    padding: 10px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .lv2 {
    padding: 10px 0 0 0px;
  }
}
.lv2_wrap {
  overflow: auto;
  height: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #0E6EA5 rgba(255, 255, 255, 0.05);
}
.lv2_wrap::-webkit-scrollbar {
  width: 5px;
}
.lv2_wrap::-webkit-scrollbar-button {
  display: none;
}
.lv2_wrap::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0px;
}
.lv2_wrap::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0px;
}
.lv2_wrap::-webkit-scrollbar-thumb {
  background-color: #0E6EA5;
  border-radius: 0px;
}
.lv2_wrap::-webkit-scrollbar-corner {
  background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 1024px) {
  .lv2_wrap {
    padding: 20px 0 0 0px;
  }
}
@media (max-width: 480px) {
  .lv2_wrap {
    padding: 0px;
  }
}
.lv2_item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lv2_item {
  padding: 0.625rem 1.25rem 0.625rem 1.875rem;
}
@media (max-width: 1024px) {
  .lv2_item {
    position: relative;
    padding: 6px 0 6px 10px;
  }
}
@media (max-width: 480px) {
  .lv2_item {
    padding-left: 6px;
  }
}
@media (min-width: 1024px) {
  .lv2_item.hover .lv3 {
    display: block;
  }
  .lv2_item.hover .lv2_link {
    color: #2CBFED;
  }
  .lv2_item.hover .lv2_button svg path {
    fill: #2CBFED;
  }
}
@media (max-width: 1024px) {
  .lv2_item.active .lv3 {
    display: block;
  }
  .lv2_item.active .lv2_link {
    color: #2CBFED;
  }
  .lv2_item.active .lv2_button {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .lv2_item.active .lv2_button svg path {
    fill: #2CBFED;
  }
}
.lv2_link {
  color: #fff;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .lv2_link {
    font-weight: 500;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .lv2_link {
    font-size: 14px;
  }
}
.lv2_link:hover {
  color: #2CBFED;
}
.lv2_button {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .lv2_button {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.lv3 {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 1.875rem 0;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #0E6EA5 rgba(255, 255, 255, 0.05);
  display: none;
}
.lv3::-webkit-scrollbar {
  width: 5px;
}
.lv3::-webkit-scrollbar-button {
  display: none;
}
.lv3::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0px;
}
.lv3::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0px;
}
.lv3::-webkit-scrollbar-thumb {
  background-color: #0E6EA5;
  border-radius: 0px;
}
.lv3::-webkit-scrollbar-corner {
  background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 1024px) {
  .lv3 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    padding: 10px 0 0 0px;
  }
}
@media (max-width: 480px) {
  .lv3 {
    padding: 10px 0 0 0px;
  }
}
.lv3_item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.lv3_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.625rem 1.25rem 0.625rem 1.875rem;
}
@media (max-width: 1024px) {
  .lv3_item {
    position: relative;
    padding: 5px 20px 5px 20px;
    display: block;
  }
}
@media (max-width: 480px) {
  .lv3_item {
    margin-bottom: 0.625rem;
    padding: 3px 10px;
  }
}
.lv3_item:last-child {
  margin-bottom: 0;
}
.lv3_item.hover .lv4 {
  display: block;
}
.lv3_item.hover .lv3_link {
  color: #2CBFED;
}
.lv3_item.hover .lv3_button svg path {
  fill: #2CBFED;
}
.lv3_link {
  color: #fff;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .lv3_link {
    font-weight: 100;
  }
}
.lv3_link:hover {
  color: #2CBFED;
}
.lv3_button {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .lv3_button {
    display: none;
  }
}

.lv4 {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 1.875rem 0;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #0E6EA5 rgba(255, 255, 255, 0.05);
  display: none;
}
.lv4::-webkit-scrollbar {
  width: 5px;
}
.lv4::-webkit-scrollbar-button {
  display: none;
}
.lv4::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0px;
}
.lv4::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0px;
}
.lv4::-webkit-scrollbar-thumb {
  background-color: #0E6EA5;
  border-radius: 0px;
}
.lv4::-webkit-scrollbar-corner {
  background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 1024px) {
  .lv4 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    padding: 12px 0 0 10px;
    display: block;
  }
}
@media (max-width: 480px) {
  .lv4 {
    padding: 10px 0 0 0px;
  }
}
.lv4_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.625rem 1.25rem 0.625rem 1.875rem;
}
@media (max-width: 1024px) {
  .lv4_item {
    position: relative;
    padding: 5px 20px 5px 20px;
  }
  .lv4_item:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
  }
}
@media (max-width: 480px) {
  .lv4_item {
    margin-bottom: 0.625rem;
    padding: 3px 15px;
  }
}
.lv4_item:last-child {
  margin-bottom: 0;
}
.lv4_link {
  color: #fff;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 400;
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .lv4_link {
    font-weight: 100;
  }
}
.lv4_link:hover {
  color: #2CBFED;
}

.footer {
  background-image: url(../images/footer_bg.svg);
  background-size: contain;
  background-repeat: repeat-x;
  color: #fff;
  padding: 3.125rem 0 2.8125rem 0;
  position: relative;
  top: -4px;
}
@media (max-width: 480px) {
  .footer {
    padding: 2.1875rem 0;
    background-size: 700px;
  }
}
.footer:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #002E6C;
  position: absolute;
  top: 4px;
  z-index: -1;
}
.footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.125rem;
}
@media (max-width: 768px) {
  .footer_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875rem;
  }
}
@media (max-width: 480px) {
  .footer_wrap {
    gap: 1.625rem;
  }
}
.footer_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_column:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer_column:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8125rem;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 480px) {
  .social-links {
    gap: 0.875rem;
  }
}
.social-links_item {
  width: 2.25rem;
  height: 2.25rem;
}
.social-links_item:hover svg path {
  fill: #2CBFED;
}
.social-links_item svg {
  width: 100%;
  height: 100%;
}
.social-links_item svg path {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.copyright {
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
}

.dev {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4.1875rem;
}
@media (max-width: 480px) {
  .dev {
    width: 3.125rem;
  }
}

.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
}
@media (max-width: 480px) {
  .sitemap {
    font-size: 1rem;
  }
}
.sitemap:hover span {
  text-decoration: none;
}
.sitemap span {
  text-decoration: underline;
}
.sitemap svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .sitemap svg {
    width: 18px;
    height: 16px;
  }
}

.form_item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem 4%;
  margin-bottom: 1.875rem;
}

.form-item {
  width: 100%;
}
.form-item--md {
  width: 48%;
}
@media (max-width: 480px) {
  .form-item--md {
    width: 100%;
  }
}
.form-item_label {
  display: block;
  margin-bottom: 0.1875rem;
  color: #9B9B9B;
  font-size: 0.75rem;
  font-weight: 300;
}
.form-item_input {
  width: 100%;
  border: 1px solid #D9D9D9;
  height: 2.5rem;
  font-size: 0.875rem;
  padding: 0 0.9375rem;
}
.form-item_textarea {
  width: 100%;
  border: 1px solid #D9D9D9;
  height: 4.125rem;
  resize: none;
  font-size: 0.875rem;
  padding: 0.9375rem;
}

.checkbox {
  position: relative;
}
.checkbox_input {
  opacity: 0;
  position: absolute;
}
.checkbox_input:checked + .checkbox_text:after {
  opacity: 1;
}
.checkbox_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  font-size: 0.875rem;
  color: #333;
}
.checkbox_text a {
  color: #333;
  text-decoration: underline;
}
.checkbox_text a:hover {
  text-decoration: none;
}
.checkbox_text span {
  padding-top: 0.125rem;
}
.checkbox_text:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #D9D9D9;
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.checkbox_text:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.4375rem;
  top: 0.1875rem;
  width: 0.375rem;
  height: 0.6875rem;
  border: solid #333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.radio {
  position: relative;
}
.radio_input {
  opacity: 0;
  position: absolute;
}
.radio_input:checked + .radio_text:after {
  opacity: 1;
}
.radio_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  font-size: 0.875rem;
  color: #333;
}
.radio_text span {
  padding-top: 0.0625rem;
}
.radio_text:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.radio_text:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #919191;
  opacity: 0;
  border-radius: 50%;
}

.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.main-screen {
  background-color: #003882;
  min-height: 46.875rem;
  height: 100vh;
  padding-top: 12.5rem;
  color: #fff;
  position: relative;
}
@media (max-width: 480px) {
  .main-screen {
    padding-top: 8.125rem;
  }
}
.main-screen:before {
  content: "";
  width: 100%;
  height: 10rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#002E6C));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), #002E6C);
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #002E6C);
  z-index: 2;
}
@media (max-width: 480px) {
  .main-screen:before {
    height: 6.25rem;
  }
}
.main-screen:after {
  content: "";
  width: 100%;
  height: 12.5rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#002E6C));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #002E6C);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #002E6C);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .main-screen:after {
    height: 22.5rem;
  }
}
.main-screen_bg {
  background-color: #002E6C;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.main-screen_title {
  text-transform: uppercase;
  font-size: 4.375rem;
  font-family: "Wix Madefor Display", sans-serif;
  position: relative;
  z-index: 3;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .main-screen_title {
    font-size: 4.125rem;
  }
}
@media (max-width: 768px) {
  .main-screen_title {
    font-size: 3.125rem;
  }
}
@media (max-width: 480px) {
  .main-screen_title {
    font-size: 1.875rem;
  }
}
.main-screen_title span {
  display: block;
  opacity: 0;
}

.main-screen-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-screen-picture video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.main-screen-picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.numbers {
  position: absolute;
  bottom: 6.25rem;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media (max-width: 480px) {
  .numbers {
    bottom: 8.125rem;
  }
}
.numbers_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125rem;
}
@media (max-width: 1024px) {
  .numbers_wrap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 480px) {
  .numbers_wrap {
    gap: 1.25rem;
  }
}

.number {
  opacity: 0;
}
@media (max-width: 1024px) {
  .number {
    text-align: center;
  }
}
.number_title {
  font-size: 3.75rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .number_title {
    font-size: 2.875rem;
  }
}
@media (max-width: 480px) {
  .number_title {
    font-size: 1.875rem;
  }
}
.number_subtitle {
  font-size: 0.9375rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .number_subtitle {
    font-size: 0.75rem;
  }
}

.section {
  padding: 9.375rem 0;
}
@media (max-width: 480px) {
  .section {
    padding: 5rem 0;
  }
}
.section--blue {
  background-color: #002E6C;
  color: #fff;
}

.title {
  text-transform: uppercase;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 1.875rem;
}
@media (max-width: 480px) {
  .title {
    font-size: 1.875rem;
    text-align: center;
  }
}

.title-w-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.9375rem 2.5rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 480px) {
  .title-w-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.9375rem;
  }
}
.title-w-link_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 480px) {
  .title-w-link_left {
    width: 100%;
  }
}
.title-w-link .title,
.title-w-link .inner-title {
  margin-bottom: 0;
}

.description {
  font-size: 1rem;
  font-weight: 200;
}

.section-about {
  background-image: url(../images/i-section_bg-2.png), -webkit-gradient(linear, left bottom, left top, from(#033773), to(#002E6C));
  background-image: url(../images/i-section_bg-2.png), -o-linear-gradient(bottom, #033773, #002E6C);
  background-image: url(../images/i-section_bg-2.png), linear-gradient(to top, #033773, #002E6C);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 5.625rem;
}
@media (max-width: 480px) {
  .section-about {
    padding-top: 2.5rem;
  }
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}
@media (max-width: 1024px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.about_text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.about_map {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .about_map {
    margin-top: 3.125rem;
  }
}
.about_map svg {
  max-width: 100%;
}

.map-pic {
  position: relative;
}
.map-pic_map {
  position: relative;
  z-index: 2;
  width: 53rem;
  height: 28.4375rem;
}
@media (max-width: 1350px) {
  .map-pic_map {
    width: 40.625rem;
    height: 21.8125rem;
  }
}
@media (max-width: 768px) {
  .map-pic_map {
    width: 30rem;
    height: 16.125rem;
  }
}
@media (max-width: 480px) {
  .map-pic_map {
    width: 20rem;
    height: 10.75rem;
  }
}

.map-pic-item {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.map-pic-item:hover .map-pic-item_icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.map-pic-item:hover .map-pic-item_icon:after {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.map-pic-item:hover .map-pic-item_title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.map-pic-item--01 {
  bottom: 25%;
  left: 3%;
}
.map-pic-item--02 {
  top: 18%;
  left: 24%;
}
.map-pic-item--03 {
  bottom: 3%;
  right: 11%;
}
.map-pic-item--04 {
  bottom: 10%;
  right: 9%;
}
.map-pic-item--05 {
  bottom: 31%;
  left: 2%;
}
.map-pic-item--spb {
  top: 26%;
  left: 10%;
}
.map-pic-item--spb .map-pic-item_icon {
  background-color: #002E6C;
  width: 46px;
  height: 46px;
}
@media (max-width: 1350px) {
  .map-pic-item--spb .map-pic-item_icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .map-pic-item--spb .map-pic-item_icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .map-pic-item--spb .map-pic-item_icon {
    width: 20px;
    height: 20px;
  }
}
.map-pic-item--spb .map-pic-item_icon:after {
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
}
@media (max-width: 768px) {
  .map-pic-item--spb .map-pic-item_icon svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
}
@media (max-width: 480px) {
  .map-pic-item--spb .map-pic-item_icon svg {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.map-pic-item_icon {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #2471D0;
  background-color: #2CBFED;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1350px) {
  .map-pic-item_icon {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 768px) {
  .map-pic-item_icon {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 480px) {
  .map-pic-item_icon {
    width: 10px;
    height: 10px;
  }
}
.map-pic-item_icon:after {
  content: "";
  width: 140%;
  height: 140%;
  position: absolute;
  background-color: rgba(53, 116, 166, 0.3);
  left: -20%;
  top: -20%;
  border-radius: 50%;
}
.map-pic-item_title {
  position: absolute;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 12px;
  color: #333;
  top: -20px;
  left: 20px;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 1350px) {
  .map-pic-item_title {
    font-size: 11px;
    padding: 4px 8px;
  }
}
@media (max-width: 768px) {
  .map-pic-item_title {
    font-size: 10px;
    padding: 4px 5px;
    width: 82px;
  }
}
@media (max-width: 480px) {
  .map-pic-item_title {
    font-size: 8px;
    padding: 2px 4px;
    border-radius: 4px;
    width: 65px;
    left: 12px;
    top: -12px;
  }
}

.catalog {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .catalog {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .catalog {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog--sm .c-item {
  height: calc((100vh - 277px) / 2);
  min-height: 14.375rem;
}
@media (max-width: 1600px) {
  .catalog--sm .c-item {
    height: calc((100vh - 260px) / 2);
  }
}
@media (max-width: 1350px) {
  .catalog--sm .c-item {
    height: calc((100vh - 238px) / 2);
  }
}
@media (max-width: 1024px) {
  .catalog--sm .c-item {
    height: calc((100vh - 232px) / 3);
  }
}
@media (max-width: 768px) {
  .catalog--sm .c-item {
    height: calc((100vh - 339px) / 3);
  }
}
@media (max-width: 650px) {
  .catalog--sm .c-item {
    height: 11.25rem;
  }
}
.catalog--sm .c-item_title {
  font-size: 1.125rem;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .catalog--sm .c-item_title {
    font-size: 1rem;
  }
}

.c-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24rem;
  min-height: 50vh;
  color: #fff;
  text-decoration: none;
  background-color: #808080;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .c-item {
    height: 20rem;
  }
}
@media (max-width: 1024px) {
  .c-item {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .c-item {
    height: 22.5rem;
  }
}
@media (max-width: 480px) {
  .c-item {
    height: 25rem;
  }
}
.c-item:hover:after {
  opacity: 0;
}
.c-item:hover .c-item_icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.c-item:hover .c-item_img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.c-item:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-item_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.c-item_text {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2.5rem;
}
@media (max-width: 480px) {
  .c-item_text {
    padding: 1.875rem;
  }
}
.c-item_title {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 140%;
}
@media (max-width: 480px) {
  .c-item_title {
    font-size: 1.2rem;
  }
}

.news-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}
@media (max-width: 1024px) {
  .news-group {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .news-group {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.news {
  color: #fff;
  text-decoration: none;
}
.news:hover .news_date {
  background-color: #0E6EA5;
  color: #fff;
}
.news:hover .news_img img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news_img {
  width: 100%;
  height: 18.5rem;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
}
@media (max-width: 480px) {
  .news_img {
    height: 14.375rem;
  }
}
.news_img img {
  opacity: 0.8;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news_date {
  position: absolute;
  bottom: 1.125rem;
  left: 0;
}
@media (max-width: 480px) {
  .news_date {
    bottom: 0;
  }
}
.news_text {
  margin-top: 1.75rem;
}
@media (max-width: 480px) {
  .news_text {
    margin-top: 1.25rem;
  }
}
.news_title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
}

.news-date {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #fff;
  color: #0D5C91;
  padding: 0.625rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .news-date {
    width: 5rem;
    height: 5rem;
  }
}
.news-date_title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 480px) {
  .news-date_title {
    font-size: 2rem;
  }
}
.news-date_subtitle {
  font-size: 0.75rem;
  font-weight: 200;
}

.m-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .m-project {
    display: block;
  }
}
.m-project_img {
  width: 45.9375rem;
  height: 31rem;
  background-color: #cfcfcf;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .m-project_img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .m-project_img {
    width: 100%;
    height: 18.75rem;
  }
}
.m-project_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.m-project_text {
  padding: 0 1.875rem;
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .m-project_text {
    padding: 0;
    margin-top: 20px;
  }
}

.project-sliders {
  position: relative;
}

.project-slider-main_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 3.125rem;
  z-index: 2;
  gap: 1.25rem;
  left: 18.75rem;
  z-index: 2;
}
@media (max-width: 1024px) {
  .project-slider-main_arrows {
    bottom: auto;
    position: relative;
    left: auto;
    margin-top: 20px;
  }
}
.project-slider-main_next, .project-slider-main_prev {
  border-color: #fff;
}
@media (max-width: 1024px) {
  .project-slider-main_next, .project-slider-main_prev {
    border-color: #333;
  }
  .project-slider-main_next svg path, .project-slider-main_prev svg path {
    stroke: #333;
  }
}

.project-slider-nav {
  width: 53.125rem;
  position: absolute;
  top: 0;
  left: 54%;
}
@media (max-width: 1919px) {
  .project-slider-nav {
    left: 53%;
    width: 52.5rem;
  }
}
@media (max-width: 1800px) {
  .project-slider-nav {
    width: 50rem;
  }
}
@media (max-width: 1700px) {
  .project-slider-nav {
    width: 46.875rem;
  }
}
@media (max-width: 1600px) {
  .project-slider-nav {
    width: 43.75rem;
  }
}
@media (max-width: 1500px) {
  .project-slider-nav {
    width: 40.625rem;
  }
}
@media (max-width: 1400px) {
  .project-slider-nav {
    width: 37.5rem;
    left: 49.125rem;
  }
}
@media (max-width: 1350px) {
  .project-slider-nav {
    width: 34.375rem;
  }
}
@media (max-width: 1300px) {
  .project-slider-nav {
    width: 30rem;
  }
}
@media (max-width: 1200px) {
  .project-slider-nav {
    display: none;
  }
}
.project-slider-nav_item {
  height: 13.75rem;
  background-color: #333;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .project-slider-nav_item {
    height: 10.625rem;
  }
}
@media (max-width: 1400px) {
  .project-slider-nav_item {
    height: 9.375rem;
  }
}
.project-slider-nav_item:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.project-slider-nav_item.swiper-slide-thumb-active {
  border: 2px solid #2CBFED;
}
.project-slider-nav_item.swiper-slide-thumb-active img {
  opacity: 1;
}
.project-slider-nav_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0.6;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.section-contacts {
  position: relative;
}
@media (max-width: 650px) {
  .section-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
}
.section-contacts .button {
  margin-top: 1.875rem;
}

.contacts_item {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.125rem;
  font-variant-numeric: tabular-nums;
}
.contacts_item:last-child {
  margin-bottom: 0;
}
.contacts_item p {
  margin: 2px 0;
}

.section-projects {
  background-image: url(../images/project_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .section-projects {
    background: none;
  }
}
.section-projects .button {
  margin-top: 3.125rem;
}

.section-news {
  background-color: #033773;
  background-image: url(../images/i-section_bg-3.png), -webkit-gradient(linear, left bottom, left top, from(#033773), to(#002E6C));
  background-image: url(../images/i-section_bg-3.png), -o-linear-gradient(bottom, #033773, #002E6C);
  background-image: url(../images/i-section_bg-3.png), linear-gradient(to top, #033773, #002E6C);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .section-news {
    background-size: 600px;
  }
}
.section-news .button {
  margin-top: 3.125rem;
}

.acc {
  width: 100%;
  margin-bottom: 0.875rem;
}
@media (max-width: 480px) {
  .acc {
    margin-bottom: 0.625rem;
  }
}
.acc:last-child {
  margin-bottom: 0;
}
.acc.active .acc_head {
  background-color: #0E6EA5;
  color: #fff;
}
.acc.active .acc_title {
  color: #fff;
}
.acc.active .acc_body {
  display: block;
}
.acc.active .acc_icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.acc.active .acc_icon path {
  stroke: #fff;
}
.acc.active.acc--empty .acc_head {
  background-color: #EEF1F4;
  color: #333;
}
.acc.active.acc--empty .acc_title {
  color: #333;
}
.acc_head {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.9375rem 1.25rem 0.9375rem 2.1875rem;
  background-color: #EEF1F4;
}
@media (max-width: 480px) {
  .acc_head {
    padding: 0.9375rem;
  }
}
.acc_body {
  display: none;
  padding: 1.5625rem 1.25rem 1.5625rem 2.1875rem;
}
@media (max-width: 480px) {
  .acc_body {
    padding: 1.25rem 0.9375rem;
  }
}
.acc_title {
  font-weight: 500;
  font-size: 1rem;
  color: #333;
  text-decoration: none;
}
.acc_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.i-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .i-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.i-contacts:last-child {
  margin-bottom: 0;
}
.i-contacts_head {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.i-contacts_column {
  width: 15.625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1350px) {
  .i-contacts_column {
    width: 12.5rem;
  }
}
@media (max-width: 768px) {
  .i-contacts_column {
    width: 100%;
  }
}
.i-contacts_subtitle {
  display: block;
  margin-bottom: 0.1875rem;
  font-size: 1rem;
  font-weight: 200;
}
.i-contacts_title {
  font-size: 1rem;
  font-weight: 500;
}

.i-contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  font-variant-numeric: tabular-nums;
}
.i-contacts-block_icon {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.1875rem;
}
.i-contacts-block_item {
  margin-bottom: 0.1875rem;
}
.i-contacts-block_item a {
  color: #333;
}
.i-contacts-block_item a:hover {
  text-decoration: none;
  color: #0E6EA5;
}
.i-contacts-block_item span {
  font-weight: 200;
  margin-left: 0.3125rem;
}

.cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(4, 33, 72, 0.9);
  color: #fff;
  font-weight: 300;
  font-size: 0.9375rem;
  padding: 0.9375rem 0;
  z-index: 30;
  display: none;
}
.cookie.active {
  display: block;
}
@media (max-width: 1024px) {
  .cookie {
    font-size: 0.875rem;
  }
}
@media (max-width: 480px) {
  .cookie {
    font-size: 0.75rem;
    padding: 0.9375rem;
  }
}
.cookie a {
  color: #0E6EA5;
  text-decoration: underline;
}
.cookie a:hover {
  text-decoration: none;
}
.cookie_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.125rem;
}
@media (max-width: 480px) {
  .cookie_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
  }
}

.cookie-close {
  background: none;
  width: 13.75rem;
  height: 3.125rem;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .cookie-close {
    width: 11.875rem;
    height: 2.875rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 480px) {
  .cookie-close {
    width: 10rem;
    height: 2rem;
    font-size: 0.75rem;
  }
}
.cookie-close:hover {
  background-color: rgb(4, 33, 72);
  border-color: rgba(255, 255, 255, 0.3);
}

.page {
  padding-bottom: 6.25rem;
  font-size: 1rem;
  font-weight: 300;
}
@media (max-width: 480px) {
  .page {
    padding-bottom: 3.125rem;
  }
}
.page_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}
@media (max-width: 1024px) {
  .page_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.125rem;
  }
}
.page_content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}
.page_aside {
  width: 18.125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1350px) {
  .page_aside {
    width: 16.875rem;
  }
}
@media (max-width: 1024px) {
  .page_aside {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .page_aside--desc {
    display: none;
  }
}
.page p {
  line-height: 150%;
  text-align: justify;
  text-indent: 40px;
}

.inner-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.875rem;
}
@media (max-width: 480px) {
  .inner-title {
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
  }
}

.inner-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 480px) {
  .inner-subtitle {
    font-size: 1.25rem;
  }
}

.h3 {
  font-size: 1.375rem;
  font-weight: 600;
}
@media (max-width: 480px) {
  .h3 {
    font-size: 1.125rem;
  }
}

.i-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.9375rem;
  text-decoration: none;
  color: #333;
}
@media (max-width: 500px) {
  .i-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .i-news {
    margin-bottom: 0.9375rem;
  }
}
.i-news:hover {
  color: #0E6EA5;
}
.i-news:last-child {
  margin-bottom: 0;
}
.i-news_img {
  width: 12.3125rem;
  height: 7.875rem;
  position: relative;
  background-color: #cfcfcf;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1350px) {
  .i-news_img {
    width: 11.875rem;
    height: 7.5rem;
  }
}
.i-news_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.i-news_date {
  color: #949494;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0.625rem;
}
@media (max-width: 480px) {
  .i-news_date {
    margin-bottom: 0.3125rem;
  }
}
.i-news_text {
  padding: 0 1.875rem;
}
@media (max-width: 480px) {
  .i-news_text {
    padding: 1.25rem;
  }
}
.i-news_title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.i-news_description {
  font-size: 1rem;
  font-weight: 200;
  margin-bottom: 0.9375rem;
}

.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
  padding-top: 1.25rem;
  margin-top: 1.875rem;
  border-top: 1px solid #D9D9D9;
}
.page-nav_prev, .page-nav_next {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  border: 1px solid #D0D4DD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .page-nav_prev, .page-nav_next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.page-nav_prev:hover, .page-nav_next:hover {
  border-color: #959eb2;
}
.page-nav_prev:hover svg path, .page-nav_next:hover svg path {
  fill: #959eb2;
}
.page-nav_prev svg, .page-nav_next svg {
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 480px) {
  .page-nav_prev svg, .page-nav_next svg {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.page-nav_prev svg path, .page-nav_next svg path {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-nav_item {
  font-size: 0.9375rem;
  color: #333;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .page-nav_item {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.page-nav_item.active {
  background-color: #003882;
  color: #fff;
}

.aside-nav {
  width: 100%;
}
@media (max-width: 1024px) {
  .aside-nav {
    display: none;
  }
}
.aside-nav_item {
  display: block;
  padding: 1.375rem;
  border-bottom: 1px solid #EDEDED;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1600px) {
  .aside-nav_item {
    padding: 1.125rem 0.9375rem;
  }
}
.aside-nav_item:hover {
  color: #0E6EA5;
}
.aside-nav_item.active {
  background-color: #0D5C91;
  color: #fff;
}
.aside-nav_item:last-child {
  border-bottom: none;
}

.aside-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
}

.i-date {
  color: #9B9B9B;
  display: block;
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 480px) {
  .i-date {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 1024px) {
  .aside-news-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
}
@media (max-width: 768px) {
  .aside-news-list {
    gap: 1.25rem;
  }
}
@media (max-width: 650px) {
  .aside-news-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
}
@media (max-width: 480px) {
  .aside-news-list {
    gap: 0.9375rem;
  }
}
@media (max-width: 360px) {
  .aside-news-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.aside-news-list .news {
  color: #333;
  width: 100%;
  margin-bottom: 1.875rem;
  display: block;
}
@media (max-width: 1024px) {
  .aside-news-list .news {
    margin-bottom: 0;
  }
}
.aside-news-list .news:last-child {
  margin-bottom: 0;
}
.aside-news-list .news_img {
  width: 100%;
  height: 11.5rem;
}
@media (max-width: 480px) {
  .aside-news-list .news_img {
    height: 9.375rem;
  }
}
.aside-news-list .news_date {
  width: 3.875rem;
  height: 3.875rem;
  background-color: #0E6EA5;
  color: #fff;
}
@media (max-width: 480px) {
  .aside-news-list .news_date {
    width: 3.375rem;
    height: 3.375rem;
  }
}
.aside-news-list .news_date .news-date_title {
  font-size: 1.75rem;
}
@media (max-width: 480px) {
  .aside-news-list .news_date .news-date_title {
    font-size: 1.25rem;
  }
}
.aside-news-list .news_date .news-date_subtitle {
  font-size: 0.625rem;
}
@media (max-width: 480px) {
  .aside-news-list .news_date .news-date_subtitle {
    font-size: 0.5625rem;
  }
}
.aside-news-list .news_text {
  margin-top: 0.9375rem;
}
.aside-news-list .news_title {
  font-size: 0.875rem;
}

.img {
  margin: 1.875rem 0;
}
.img img {
  margin: 0 auto;
  max-width: 720px;
}
@media (max-width: 768px) {
  .img img {
    max-width: 100%;
  }
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.9375rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 480px) {
  .search-form {
    gap: 0.125rem;
    margin-bottom: 1.875rem;
  }
}
.search-form_item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.search-form_item label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #949AA5;
  margin-bottom: 0.3125rem;
}
.search-form_item input {
  height: 3.625rem;
  width: 100%;
  border: 1px solid #B3BBC5;
  padding: 0 1.625rem;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 480px) {
  .search-form_item input {
    height: 3rem;
  }
}
.search-form_button {
  width: 12.6875rem;
  height: 3.625rem;
  border: none;
  background-color: #0E6EA5;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 480px) {
  .search-form_button {
    height: 3rem;
    width: 7.5rem;
  }
}
.search-form_button:hover {
  background-color: #0c5e8d;
}

.search-result_title {
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .search-result_title {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
.search-result_count {
  display: inline;
  color: #ACADB1;
  font-size: 1.125rem;
  font-weight: 400;
  margin-left: 0.3125rem;
}
@media (max-width: 480px) {
  .search-result_count {
    font-size: 1rem;
  }
}

.search-result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1875rem;
  border-bottom: 1px solid #D9D9D9;
  padding: 1.125rem 0;
}
@media (max-width: 700px) {
  .search-result-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
  }
}
@media (max-width: 480px) {
  .search-result-item {
    padding: 1.25rem 0;
  }
}
.search-result-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.search-result-item_left {
  width: 17.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 0.9375rem;
}
@media (max-width: 1350px) {
  .search-result-item_left {
    width: 13.125rem;
  }
}
@media (max-width: 700px) {
  .search-result-item_left {
    width: 100%;
    padding: 0;
  }
}
.search-result-item_link {
  color: #003882;
  font-size: 1rem;
}
.search-result-item_link:hover {
  text-decoration: none;
}
.search-result-item_description {
  font-size: 1rem;
  font-weight: 200;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.1875rem;
}
@media (max-width: 1350px) {
  .gallery {
    gap: 1.5625rem;
  }
}
@media (max-width: 540px) {
  .gallery {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.gallery-item {
  width: 100%;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-item:hover {
  color: #003882;
}
.gallery-item:hover .gallery-item_img:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery-item_img {
  position: relative;
  margin-bottom: 1.25rem;
  height: 20.4375rem;
}
@media (max-width: 1350px) {
  .gallery-item_img {
    height: 18.75rem;
  }
}
@media (max-width: 480px) {
  .gallery-item_img {
    height: 14.375rem;
    margin-bottom: 0.9375rem;
  }
}
.gallery-item_img:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.gallery-item_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 4rem;
  height: 4rem;
}
@media (max-width: 480px) {
  .gallery-item_icon {
    width: 2.875rem;
    height: 2.875rem;
  }
}
.gallery-item_title {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 480px) {
  .gallery-item_title {
    font-size: 1rem;
  }
}

.album {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
@media (max-width: 1350px) {
  .album {
    gap: 1.25rem;
  }
}
@media (max-width: 540px) {
  .album {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .album {
    gap: 0.75rem;
  }
}

.album-item {
  width: 100%;
  height: 13.625rem;
}
@media (max-width: 1350px) {
  .album-item {
    height: 12.5rem;
  }
}
@media (max-width: 768px) {
  .album-item {
    height: 11.25rem;
  }
}
@media (max-width: 480px) {
  .album-item {
    height: 8.75rem;
  }
}
.album-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.5625rem;
  margin-bottom: 0.875rem;
  /*margin-bottom: 1.875rem;*/
  color: #0E6EA5;
  text-decoration: none;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .document {
    gap: 1.25rem;
  }
}
@media (max-width: 480px) {
  .document {
    font-size: 1rem;
    gap: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.document:last-child {
  margin-bottom: 0;
}
.document_icon {
  width: 1.875rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .document_icon {
    width: 1.25rem;
    height: 1.875rem;
  }
}
.document_icon svg {
  max-width: 100%;
  max-height: 100%;
}
.document_title {
  padding-top: 0.625rem;
}
@media (max-width: 768px) {
  .document_title {
    padding-top: 0.375rem;
  }
}
@media (max-width: 480px) {
  .document_title {
    padding-top: 0.25rem;
  }
}

.licenses {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
}
@media (max-width: 768px) {
  .licenses {
    gap: 1.875rem;
  }
}
@media (max-width: 540px) {
  .licenses {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .licenses {
    gap: 1.875rem 1.25rem;
  }
}

.license {
  color: #333;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .license {
    font-size: 0.875rem;
  }
}
.license:hover {
  color: #003882;
}
.license:hover .license_img {
  border-color: #0E6EA5;
}
.license_img {
  border: 1px solid #BDBDBD;
  width: 100%;
  height: 24.3125rem;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.375rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1350px) {
  .license_img {
    padding: 1.875rem;
    height: 20rem;
  }
}
@media (max-width: 768px) {
  .license_img {
    padding: 1.25rem;
    height: 15.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 480px) {
  .license_img {
    margin-bottom: 0.9375rem;
    height: 14.375rem;
  }
}
@media (max-width: 380px) {
  .license_img {
    padding: 0.9375rem;
    height: 12.5rem;
  }
}
.license_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.team_block {
  border-bottom: 1px solid #DBDBDB;
  padding: 3.125rem 0;
}
@media (max-width: 480px) {
  .team_block {
    padding: 1.875rem 0;
  }
}
.team_block:first-child {
  padding-top: 0;
}
.team_block:last-child {
  padding-bottom: 0;
  border: none;
}
.team_group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 4.375rem 3.125rem;
}
@media (max-width: 1350px) {
  .team_group {
    gap: 4.375rem 1.875rem;
  }
}
@media (max-width: 1180px) {
  .team_group {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem 0.625rem;
  }
}
@media (max-width: 768px) {
  .team_group {
    gap: 1.875rem 0.625rem;
  }
}

.team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
}
@media (max-width: 480px) {
  .team-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.25rem;
  }
}
.team-item_img {
  width: 14.125rem;
  height: 16.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1350px) {
  .team-item_img {
    width: 11.25rem;
    height: 14.375rem;
  }
}
@media (max-width: 480px) {
  .team-item_img {
    width: 6.25rem;
    height: 7.75rem;
  }
}
.team-item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.team-item_text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.team-item_title {
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1.875rem;
}
@media (max-width: 480px) {
  .team-item_title {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
}
.team-item_subtitle {
  font-size: 1rem;
  font-weight: 200;
  margin-top: 1.25rem;
  color: #5F5F5F;
}
@media (max-width: 480px) {
  .team-item_subtitle {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }
}
.team-item_subtitle--mb {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}

.team-item-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 480px) {
  .team-item-contact {
    margin-bottom: 0.3125rem;
  }
}
.team-item-contact:last-child {
  margin-bottom: 0;
}
.team-item-contact_icon {
  width: 0.9375rem;
  height: 0.9375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .team-item-contact_icon {
    width: 0.625rem;
    height: 0.875rem;
  }
}
.team-item-contact_icon svg {
  max-height: 100%;
  max-height: 100%;
}
.team-item-contact_title {
  text-decoration: none;
  color: #595959;
  font-size: 1rem;
  display: block;
}
@media (max-width: 480px) {
  .team-item-contact_title {
    font-size: 0.9375rem;
  }
}

.services {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .services {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.service {
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  border-bottom: 1px solid #EBEBEB;
  padding: 2.1875rem;
}
@media (max-width: 1600px) {
  .service {
    gap: 1.875rem;
  }
}
@media (max-width: 1350px) {
  .service {
    padding: 1.5625rem;
  }
}
@media (max-width: 480px) {
  .service {
    padding: 1.25rem 0;
    gap: 1.25rem;
  }
}
.service:hover {
  background-color: #F4F4F4;
}
@media (min-width: 769px) {
  .service:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.service:nth-child(even) {
  border-left: 1px solid #EBEBEB;
}
@media (max-width: 768px) {
  .service:nth-child(even) {
    border-left: none;
  }
}
.service:nth-last-child(2):nth-child(even) {
  border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 768px) {
  .service:last-child {
    border-bottom: none;
  }
}
.service_icon {
  width: 3.4375rem;
  height: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .service_icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.service_icon svg {
  max-width: 100%;
  max-height: 100%;
}

.service-head-img {
  width: 100%;
  height: 25.5625rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 1350px) {
  .service-head-img {
    height: 21.875rem;
  }
}
@media (max-width: 768px) {
  .service-head-img {
    height: 20rem;
  }
}
@media (max-width: 480px) {
  .service-head-img {
    height: 14.375rem;
    margin-bottom: 1.25rem;
  }
}
.service-head-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.i-section {
  padding: 5rem 0;
}
.i-section--gray {
  background-color: #EEF1F4;
}

.i-section-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.75rem;
}
@media (max-width: 1024px) {
  .i-section-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.i-section-column {
  width: 47%;
}
@media (max-width: 1024px) {
  .i-section-column {
    width: 100%;
  }
}

table:not([class]) {
  border-collapse: collapse;
  width: 100%;
}
table:not([class]) tr:nth-child(even) {
  background-color: #F2F4F8;
}
table:not([class]) tr.tr-blue {
  background-color: #0E6EA5;
  color: #fff;
  font-weight: 500;
}
table:not([class]) td {
  padding: 0.9375rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 300;
}
@media (max-width: 480px) {
  table:not([class]) td {
    padding: 0.625rem 0.375rem;
  }
}
table:not([class]) th {
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
}
@media (max-width: 480px) {
  table:not([class]) th {
    padding: 0.625rem 0.375rem;
  }
}

.block {
  margin: 1.875rem 0;
}

ul:not([class]) {
  list-style: none;
  padding-left: 0;
}
ul:not([class]) li {
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 0.625rem;
}
ul:not([class]) li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background: #0E6EA5;
  position: absolute;
  top: 0.5rem;
  left: 0;
  border-radius: 50%;
}
ul:not([class]) li > ul {
  margin: 0.625rem 0;
}
ul:not([class]) li > ul > li {
  padding-left: 1.25rem;
}
@media (max-width: 480px) {
  ul:not([class]) li > ul > li {
    padding-left: 0;
  }
}
ul:not([class]) li > ul > li b {
  font-weight: 500;
}
ul:not([class]) li > ul > li:before {
  display: none;
}
ul:not([class]) li > ul > li ul li {
  margin-bottom: 0.1875rem;
  padding-left: 0.75rem;
}
ul:not([class]) li > ul > li ul li:before {
  display: block;
}

.color-blue {
  color: #0E6EA5;
}

.text-center {
  text-align: center;
}

.photo-slider-block {
  margin: 2.5rem 0;
  padding: 0 5rem;
  position: relative;
}
@media (max-width: 480px) {
  .photo-slider-block {
    padding: 0 3.75rem;
  }
}

.photo-slider {
  position: initial;
}
.photo-slider_prev, .photo-slider_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.photo-slider_prev {
  left: 0;
}
.photo-slider_next {
  right: 0;
}

.s-photo {
  display: block;
  width: 100%;
  height: 13.5rem;
  background-color: #cfcfcf;
}
@media (max-width: 1350px) {
  .s-photo {
    height: 11.25rem;
  }
}
.s-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.tabs-head {
  margin-bottom: 1.25rem;
}
.tabs-head_button {
  cursor: pointer;
  background: none;
  border: none;
}
.tabs-head_button.active {
  background-color: #cfcfcf;
}

.tabs-content_item {
  display: none;
}
.tabs-content_item.active {
  display: block;
}

.i-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.4375rem;
}
@media (max-width: 1350px) {
  .i-map {
    gap: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .i-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
  }
}
@media (max-width: 480px) {
  .i-map {
    gap: 0.3125rem;
  }
}
.i-map_head {
  width: 33.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .i-map_head {
    width: 100%;
  }
}
.i-map_button {
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  padding: 2.5rem 2.1875rem;
}
@media (max-width: 1350px) {
  .i-map_button {
    padding: 1.875rem 1.25rem;
  }
}
@media (max-width: 480px) {
  .i-map_button {
    padding: 0.9375rem;
  }
}
.i-map_button:last-child {
  border-bottom: none;
}
.i-map_button.active {
  background-color: #0E6EA5;
  color: #fff;
}
.i-map_button.active svg path {
  fill: #fff;
}
.i-map_content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.i-map_item {
  height: 31.25rem;
}
@media (max-width: 1350px) {
  .i-map_item {
    height: 25rem;
  }
}
@media (max-width: 480px) {
  .i-map_item {
    height: 18.75rem;
  }
}
.i-map_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.i-map_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  gap: 0.625rem;
  pointer-events: none;
}
.i-map_address svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.content-404 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 3.125rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #003882;
  background-image: url(../images/404_bg.jpg);
  background-size: cover;
  color: #fff;
}
@media (max-width: 1024px) {
  .content-404 {
    padding: 7.5rem 1.25rem;
  }
}
@media (max-width: 480px) {
  .content-404 {
    padding: 6.25rem 1.25rem;
  }
}
.content-404_wrap {
  margin: auto;
  text-align: center;
}
.content-404_logo {
  width: 17.0625rem;
  display: block;
  margin: 0 auto 3.125rem auto;
}
@media (max-width: 1600px) {
  .content-404_logo {
    width: 14.375rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 480px) {
  .content-404_logo {
    width: 9.375rem;
  }
}
.content-404_logo img {
  width: 100%;
}
.content-404_number {
  display: block;
  margin: 0 auto 0.625rem auto;
  font-size: 22.5rem;
  line-height: 100%;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .content-404_number {
    font-size: 20rem;
  }
}
@media (max-width: 1350px) {
  .content-404_number {
    font-size: 16.875rem;
  }
}
@media (max-width: 1024px) {
  .content-404_number {
    font-size: 15.625rem;
  }
}
@media (max-width: 768px) {
  .content-404_number {
    font-size: 12.5rem;
  }
}
@media (max-width: 480px) {
  .content-404_number {
    font-size: 8.75rem;
    margin-bottom: 1.25rem;
  }
}
.content-404_title {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .content-404_title {
    font-size: 1.375rem;
  }
}
@media (max-width: 480px) {
  .content-404_title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.content-404_description {
  margin: 0 auto 2.5rem auto;
  max-width: 33.75rem;
  font-size: 1.25rem;
  font-weight: 200;
}
@media (max-width: 480px) {
  .content-404_description {
    font-size: 1rem;
  }
}
.content-404 .button {
  margin: 0 auto;
}

.products-table {
  border-collapse: collapse;
  width: 100%;
}
.products-table tr.tr-light-gray {
  background-color: #FAFAFA;
}
.products-table tr.tr-gray {
  background-color: #EBEEF3;
  text-align: center;
}
.products-table tr.tr-gray td {
  font-weight: 600;
  font-size: 1.125rem;
}
.products-table td {
  padding: 0.9375rem 1.25rem;
}
@media (max-width: 480px) {
  .products-table td {
    padding: 0.625rem 0.375rem;
  }
}
.products-table th {
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  color: #7B7B7B;
  font-weight: 400;
}
@media (max-width: 480px) {
  .products-table th {
    padding: 0.625rem 0.375rem;
  }
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.counter_dec, .counter_inc {
  padding: 0;
  cursor: pointer;
  border: none;
  width: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
}
.counter_input {
  background: none;
  border: 1px solid #949494;
  text-align: center;
  font-size: 1rem;
  width: 3.0625rem;
  height: 2.5625rem;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9375rem;
}
@media (max-width: 700px) {
  .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .product {
    width: 18.75rem;
  }
}
.product_img {
  width: 11.25rem;
  height: 11.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1350px) {
  .product_img {
    width: 8.75rem;
    height: 8.75rem;
  }
}
@media (max-width: 480px) {
  .product_img {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.product_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.product_text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.product_title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.3125rem;
}
.product_subtitle {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.product_description {
  color: #7B7B7B;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}
.product_link {
  font-size: 1rem;
  color: #0E6EA5;
}
.product_link:hover {
  text-decoration: none;
}

.product-price {
  font-weight: 600;
  font-size: 1rem;
}

.product-table-bottom {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.875rem;
}
@media (max-width: 600px) {
  .product-table-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order_title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 0.9375rem;
}
.order_value {
  font-size: 1rem;
  font-weight: 500;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 700px) {
  .modal {
    padding: 0;
  }
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal_block {
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
  padding: 5rem 7.5rem 3.125rem 7.5rem;
  position: relative;
  width: 53.75rem;
  margin-left: auto;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #0E6EA5 #E6E7E8;
}
.modal_block::-webkit-scrollbar {
  width: 8px;
}
.modal_block::-webkit-scrollbar-button {
  display: none;
}
.modal_block::-webkit-scrollbar-track {
  background-color: #E6E7E8;
  border-radius: 5px;
}
.modal_block::-webkit-scrollbar-track-piece {
  background-color: #E6E7E8;
  border-radius: 5px;
}
.modal_block::-webkit-scrollbar-thumb {
  background-color: #0E6EA5;
  border-radius: 5px;
}
.modal_block::-webkit-scrollbar-corner {
  background-color: #E6E7E8;
}
@media (max-width: 1600px) {
  .modal_block {
    padding: 3.125rem 6.875rem 2.5rem 6.875rem;
  }
}
@media (max-width: 1024px) {
  .modal_block {
    padding: 3.75rem 5rem 3.125rem 5rem;
    max-width: 100%;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .modal_block {
    padding: 6.25rem 3.125rem 3.125rem 3.125rem;
  }
}
@media (max-width: 480px) {
  .modal_block {
    padding: 5rem 1.875rem 3.125rem 1.875rem;
  }
}
.modal_title {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
}

.modal-close-button {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 700px) {
  .modal-close-button {
    right: 20px;
    top: 20px;
    width: 3.125rem;
    height: 3.125rem;
  }
}
@media (max-width: 480px) {
  .modal-close-button {
    width: 2.5rem;
    height: 2.5rem;
    top: 15px;
    right: 15px;
  }
}
.modal-close-button svg {
  width: 1.375rem;
  height: 1.375rem;
}
@media (max-width: 480px) {
  .modal-close-button svg {
    width: 15px;
    height: 15px;
  }
}

.color-red {
  color: #E71B40;
}

.h-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7.5rem;
}
@media (max-width: 1600px) {
  .h-block {
    gap: 6.25rem;
  }
}
@media (max-width: 1300px) {
  .h-block {
    gap: 4.375rem;
  }
}
@media (max-width: 1024px) {
  .h-block {
    gap: 3.125rem;
  }
}
@media (max-width: 768px) {
  .h-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem;
  }
}
.h-block_year {
  font-size: 6.875rem;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
@media (max-width: 1600px) {
  .h-block_year {
    font-size: 5rem;
  }
}
@media (max-width: 1024px) {
  .h-block_year {
    font-size: 4.375rem;
  }
}
@media (max-width: 768px) {
  .h-block_year {
    font-size: 3.75rem;
  }
}
@media (max-width: 480px) {
  .h-block_year {
    font-size: 3.125rem;
    margin-bottom: 0.625rem;
  }
}
.h-block_year span {
  display: inline-block;
  opacity: 0;
}
.h-block_year span:nth-child(odd) {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.h-block_year span:nth-child(even) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.h-block_year span:nth-child(1) {
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  -o-transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.h-block_year span:nth-child(2) {
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease 0.05s;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease 0.05s;
  -o-transition: opacity 0.8s ease, transform 0.8s ease 0.05s;
  transition: opacity 0.8s ease, transform 0.8s ease 0.05s;
  transition: opacity 0.8s ease, transform 0.8s ease 0.05s, -webkit-transform 0.8s ease 0.05s;
}
.h-block_year span:nth-child(3) {
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease 0.1s;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease 0.1s;
  -o-transition: opacity 0.8s ease, transform 0.8s ease 0.1s;
  transition: opacity 0.8s ease, transform 0.8s ease 0.1s;
  transition: opacity 0.8s ease, transform 0.8s ease 0.1s, -webkit-transform 0.8s ease 0.1s;
}
.h-block_year span:nth-child(4) {
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease 0.15s;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease 0.15s;
  -o-transition: opacity 0.8s ease, transform 0.8s ease 0.15s;
  transition: opacity 0.8s ease, transform 0.8s ease 0.15s;
  transition: opacity 0.8s ease, transform 0.8s ease 0.15s, -webkit-transform 0.8s ease 0.15s;
}
.h-block_year span:nth-child(5) {
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
  -o-transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.2s;
}
.h-block_year span:nth-child(6) {
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.25s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.25s;
  -o-transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.25s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.25s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.25s, -webkit-transform 0.8s ease 0.25s;
}
.h-block_year span:nth-child(7) {
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.3s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.3s;
  -o-transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.3s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.3s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s;
}
.h-block_year span:nth-child(8) {
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.35s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.35s;
  -o-transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.35s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.35s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.35s, -webkit-transform 0.8s ease 0.35s;
}
.h-block_year span:nth-child(9) {
  -webkit-transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.2s, -webkit-transform 0.8s ease 0.4s;
  -o-transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
}
.h-block_title {
  font-size: 1.75rem;
  margin-bottom: 1.875rem;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (max-width: 480px) {
  .h-block_title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.h-block_description {
  font-size: 1rem;
  font-weight: 200;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.1s;
  -o-transition: all 0.8s ease 0.1s;
  transition: all 0.8s ease 0.1s;
}
.h-block_photo {
  max-width: 34.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (max-width: 1600px) {
  .h-block_photo {
    max-width: 31.25rem;
  }
}
@media (max-width: 1350px) {
  .h-block_photo {
    max-width: 28.125rem;
  }
}
@media (max-width: 1024px) {
  .h-block_photo {
    max-width: 21.875rem;
  }
}
@media (max-width: 768px) {
  .h-block_photo {
    margin: 0 auto;
    max-width: 25rem;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@media (max-width: 480px) {
  .h-block_photo {
    max-width: 17.5rem;
  }
}
.h-block_img {
  width: 100%;
}
.h-block_img img {
  border-radius: 10px;
  overflow: hidden;
  max-height: 28.125rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .h-block_img img {
    max-height: 23.75rem;
  }
}
@media (max-width: 1024px) {
  .h-block_img img {
    max-height: 27.5rem;
  }
}
@media (max-width: 768px) {
  .h-block_img img {
    max-height: 24.375rem;
  }
}
@media (max-width: 480px) {
  .h-block_img img {
    max-height: 19.375rem;
  }
}
.h-block_photo-title {
  text-align: center;
  display: block;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.625rem;
}

.history-slider {
  width: 100%;
  min-height: 47.5rem;
  margin-left: 0;
  padding-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1350px) {
  .history-slider {
    min-height: 790px;
  }
}
@media (max-width: 1300px) {
  .history-slider {
    width: 100%;
  }
}
@media (max-width: 890px) {
  .history-slider {
    min-height: 910px;
  }
}
@media (max-width: 600px) {
  .history-slider {
    min-height: 1000px;
  }
}
@media (max-width: 480px) {
  .history-slider {
    min-height: 0;
  }
}
.history-slider_item.swiper-slide-active .h-block_year span {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.history-slider_item.swiper-slide-active .h-block_title {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.history-slider_item.swiper-slide-active .h-block_description {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.history-slider_item.swiper-slide-active .h-block_photo {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.history-slider_wrap {
  margin-bottom: 0.9375rem;
}
.history-slider_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.25rem;
  margin: auto 0 1.25rem 0;
}
@media (max-width: 768px) {
  .history-slider_nav {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.625rem;
  }
}
.history-slider_pagination {
  width: auto !important;
}
.history-slider_pagination .swiper-pagination-bullet {
  border: 1px solid #D9D9D9;
  background: none;
  width: 0.875rem;
  height: 0.875rem;
}
@media (max-width: 480px) {
  .history-slider_pagination .swiper-pagination-bullet {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.history-slider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D9D9D9;
}

.text-md {
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .text-md {
    font-size: 1.25rem;
  }
}

.h-tabs-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
  gap: 0.625rem;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .h-tabs-head {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 480px) {
  .h-tabs-head {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3125rem;
    margin-top: 1.875rem;
  }
}
.h-tabs-head_button {
  background: none;
  cursor: pointer;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 1.0625rem 0.625rem;
  color: #fff;
  font-size: 1.125rem;
  opacity: 0.3;
}
@media (max-width: 480px) {
  .h-tabs-head_button {
    font-size: 1rem;
    padding: 0.625rem 0;
  }
}
.h-tabs-head_button.active {
  opacity: 1;
  background: none;
}

.filter-by-year {
  position: relative;
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .filter-by-year {
    width: 80px;
  }
}
.filter-by-year.active .filter-by-year_body {
  display: block;
}
.filter-by-year.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-by-year_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
  background-color: #EDEDED;
  cursor: pointer;
  height: 34px;
  width: 100%;
  padding: 3px;
}
@media (max-width: 480px) {
  .filter-by-year_head {
    height: 30px;
  }
}
.filter-by-year_body {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 3;
  padding: 0.875rem;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  display: none;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #828282 #E5E5E5;
}
.filter-by-year_body::-webkit-scrollbar {
  width: 2px;
}
.filter-by-year_body::-webkit-scrollbar-button {
  display: none;
}
.filter-by-year_body::-webkit-scrollbar-track {
  background-color: #E5E5E5;
}
.filter-by-year_body::-webkit-scrollbar-track-piece {
  background-color: #E5E5E5;
}
.filter-by-year_body::-webkit-scrollbar-thumb {
  background-color: #828282;
}
.filter-by-year_body::-webkit-scrollbar-corner {
  background-color: #E5E5E5;
}
@media (max-width: 480px) {
  .filter-by-year_body {
    max-height: 150px;
    padding: 0.625rem;
  }
}
.filter-by-year_title {
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #1F6493;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .filter-by-year_title {
    font-size: 1.375rem;
  }
}
@media (max-width: 480px) {
  .filter-by-year_title {
    font-size: 1.125rem;
  }
}
.filter-by-year_item {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  cursor: pointer;
  text-align: center;
  color: #333;
  text-decoration: none;
}
@media (max-width: 480px) {
  .filter-by-year_item {
    margin-bottom: 6px;
  }
}
.filter-by-year_item:last-child {
  margin-bottom: 0;
}
.filter-by-year_item:hover {
  color: #0E6EA5;
}

.calendar {
  position: relative;
  width: 310px;
  margin-right: 3px;
  margin-left: 3px;
}
@media (max-width: 1024px) {
  .calendar {
    width: 240px;
  }
}
@media (max-width: 480px) {
  .calendar {
    margin-right: auto;
  }
}
.calendar.active .calendar_head {
  background-color: #0E6EA5;
  color: #fff;
}
.calendar.active .calendar_icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.calendar.active .calendar_icon path {
  fill: #fff;
}
.calendar.active .calendar_body {
  opacity: 1;
  visibility: visible;
}
.calendar_head {
  width: 100%;
  height: 3.125rem;
  color: #0E6EA5;
  border: 1px solid #0E6EA5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  cursor: pointer;
}
.calendar_body {
  position: absolute;
  top: 100%;
  left: -3px;
  opacity: 0;
  visibility: hidden;
  width: 316px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .calendar_body {
    width: 246px;
  }
}

.calendar-slider {
  position: relative;
  padding: 0 3px 3px 3px;
}
.calendar-slider_prev, .calendar-slider_next {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 20px;
}
@media (max-width: 1024px) {
  .calendar-slider_prev, .calendar-slider_next {
    top: 12px;
  }
}
@media (max-width: 480px) {
  .calendar-slider_prev, .calendar-slider_next {
    top: 8px;
  }
}
.calendar-slider_prev.swiper-button-disabled, .calendar-slider_next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.calendar-slider_prev {
  left: 75px;
}
@media (max-width: 1024px) {
  .calendar-slider_prev {
    left: 40px;
  }
}
@media (max-width: 480px) {
  .calendar-slider_prev {
    left: 30px;
  }
}
.calendar-slider_next {
  right: 75px;
}
@media (max-width: 1024px) {
  .calendar-slider_next {
    right: 40px;
  }
}
@media (max-width: 480px) {
  .calendar-slider_next {
    right: 30px;
  }
}

.sm-calendar {
  width: 310px;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .sm-calendar {
    width: 240px;
  }
}
.sm-calendar_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid #C4C4C4;
  height: 4rem;
  color: #333;
}
@media (max-width: 1024px) {
  .sm-calendar_head {
    height: 3.125rem;
  }
}
@media (max-width: 480px) {
  .sm-calendar_head {
    height: 2.75rem;
  }
}
.sm-calendar_title {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  line-height: 100%;
}
.sm-calendar_body {
  padding: 20px 10px;
  background: #fff;
}
@media (max-width: 1024px) {
  .sm-calendar_body {
    padding: 15px 8px;
  }
}
@media (max-width: 480px) {
  .sm-calendar_body {
    padding: 10px;
  }
}
.sm-calendar_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  gap: 5px 0px;
}
@media (max-width: 1200px) {
  .sm-calendar_row {
    gap: 3px 0;
  }
}
@media (max-width: 480px) {
  .sm-calendar_row {
    gap: 1px 0;
  }
}
.sm-calendar_day-of-week {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.sm-calendar_day {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .sm-calendar_day {
    width: 30px;
    height: 30px;
  }
}
.sm-calendar_day--another-month {
  opacity: 0.2;
}
.sm-calendar_day--event {
  background-color: #D0D4DD;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sm-calendar_day--event:hover {
  background-color: #dfe2e8;
}
.sm-calendar_day.active {
  background-color: #0E6EA5;
  color: #fff;
}
.sm-calendar_day--today {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
}

.dop-block {
  background-color: #EEF1F4;
  padding: 1.25rem;
  margin: 1.875rem 0;
}

.dop-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem 3.75rem;
}
@media (max-width: 1220px) {
  .dop-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.dop-block-column {
  width: 47%;
}
@media (max-width: 1220px) {
  .dop-block-column {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */
