@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto.woff2") format("woff2"), url("../fonts/Roboto.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto.woff2") format("woff2"), url("../fonts/Roboto.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto.woff2") format("woff2"), url("../fonts/Roboto.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto.woff2") format("woff2"), url("../fonts/Roboto.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: RobotoItalic;
  font-display: swap;
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Segoe;
  font-display: swap;
  src: url("../fonts/Segoe-UI-Semibold.woff2") format("woff2"), url("../fonts/Segoe-UI-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* Reset and base styles  */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #FBFBFB;
}
body section.media-contacts-page {
  flex-grow: 1;
  display: flex;
}
body section.media-contacts-page .container-2 {
  flex-grow: 1;
}
body section.documents-page {
  flex-grow: 1;
}
body section.procedures-page {
  flex-grow: 1;
}
body > section.z-9 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
body section.z-9 > .container-2 {
  flex-grow: 1;
}
body section.page-404 {
  flex-grow: 1;
}
body section.page-closed {
  flex-grow: 1;
}
body.lock {
  overflow-y: hidden;
}

body .page-content {
  flex-grow: 1;
}

body > * {
  flex-shrink: 0;
}

input,
textarea,
button {
  font-family: inherit;
  padding: 0;
}

button {
  cursor: pointer;
}

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

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

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a.link {
  color: #0078D2;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  margin: 0;
  padding-inline-start: 32px;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1280px) {
  .container-2 {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 1280px) {
  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.container-2.content-container {
  margin-top: -40px;
  background-color: #fff;
  border-radius: 8px 8px 0px 0px;
  z-index: 9;
}
@media (max-width: 1280px) {
  .container-2.content-container {
    margin-top: 0;
    border-radius: 0;
  }
}

.content-container {
  padding-top: 34px;
  padding-bottom: 80px;
  display: flex;
  column-gap: 50px;
}
@media (max-width: 1280px) {
  .content-container {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .content-container {
    padding-top: 24px;
    padding-bottom: 50px;
  }
}

.content-container .sidebar {
  flex-shrink: 0;
  width: 330px;
}

/* Utility */
.d-none {
  display: none !important;
}

.d-flex {
  display: flex;
}

.z-9 {
  z-index: 9;
}

.bold {
  font-weight: 700;
  color: #232323;
}

.footer {
  position: relative;
}

.title-1 {
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .title-1 {
    font-size: 32px;
  }
}

.title-2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .title-2 {
    font-size: 24px;
  }
}

.content .title-2 {
  color: #0068B8;
}
@media (max-width: 1244px) {
  .content .title-2 {
    font-size: 24px;
  }
}

.title-3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.main-banner__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #45B69C;
  cursor: pointer;
}

.main-banner__btn--next svg {
  transform: rotate(180deg);
}

/* Nav Icon */
.header-menu__mobile-btn {
  --time: 0.1s;
  --width: 24px;
  --height: 14px;
  --line-height: 1px;
  --color: #ffffff;
  height: var(--height);
  width: var(--width);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: unset;
  border: none;
}
.header-menu__mobile-btn span {
  display: block;
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
}
.header-menu__mobile-btn span::before,
.header-menu__mobile-btn span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
}
.header-menu__mobile-btn span::before {
  top: calc(var(--line-height) * -6);
}
.header-menu__mobile-btn span::after {
  top: calc(var(--line-height) * 6);
}
.header-menu__mobile-btn.active span {
  background-color: transparent;
}
.header-menu__mobile-btn.active span::before, .header-menu__mobile-btn.active span::after {
  top: 0;
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
}
.header-menu__mobile-btn.active span::before {
  transform: rotate(45deg);
}
.header-menu__mobile-btn.active span::after {
  transform: rotate(-45deg);
}

.header {
  position: relative;
  background-color: #0078D2;
  z-index: 9999;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
@media (max-width: 1280px) {
  .header .container {
    height: 56px;
  }
}
@media (max-width: 767px) {
  .header .container {
    height: 44px;
  }
}

.header .logo {
  display: block;
  padding: 10px 0;
}
@media (max-width: 1280px) {
  .header .logo {
    padding: 10px 0;
  }
}

.header .logo img {
  height: 32px;
}
@media (max-width: 1280px) {
  .header .logo img {
    height: 24px;
  }
}
@media (max-width: 767px) {
  .header .logo img {
    height: 20px;
  }
}

.header__menu {
  display: flex;
  column-gap: 20px;
  align-items: center;
  gap: 20px;
  height: 100%;
}
@media (max-width: 1280px) {
  .header__menu {
    display: none;
  }
}

.header-menu__desktop {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-menu__desktop-list {
  display: flex;
  column-gap: 40px;
  height: 100%;
}

.header-menu__desktop-item {
  position: relative;
  display: flex;
  align-items: center;
}

.header-menu__desktop-item--link {
  display: inline-block;
  padding: 14px 0px;
  line-height: 1;
  color: rgb(255, 255, 255);
  opacity: 0.8;
  transition: 0.3s;
}
.header-menu__desktop-item--link:hover {
  opacity: 1;
}

.header-submenu__desktop-list {
  position: absolute;
  top: 60px;
  left: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  height: 0;
  width: 400px;
  padding: 0px 40px;
  background-color: #0068B8;
  overflow: hidden;
  transform: translateX(-50%);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.header-menu__desktop-item.active .header-submenu__desktop-list {
  padding: 30px 40px;
  height: auto;
}

.header-submenu__desktop-list a {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
.header-submenu__desktop-list a:hover {
  color: rgb(255, 255, 255);
}

.header-menu__mobile {
  padding: 14px 16px 13px;
  cursor: pointer;
}

.header__tools {
  display: flex;
  align-items: center;
}

.header__tools > * {
  padding: 10px;
  transition: 0.3s;
}
.header__tools > *:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .header-tools__item:nth-child(2) {
    display: none;
  }
}

.header-tools__item svg {
  display: flex;
  width: 24px;
  height: 24px;
}

.header-mobile__menu {
  display: none;
  background-color: transparent;
  border: none;
  outline: none;
}
@media (max-width: 1280px) {
  .header-mobile__menu {
    display: block;
  }
}

.header-laptop-menu {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 0;
  background-color: #0068B8;
  overflow: hidden;
  overflow-y: scroll;
  transition: 0.3s;
}
.header-laptop-menu.active {
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .header-laptop-menu {
    top: 44px;
  }
}

.header-laptop-menu .menu__items {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.header-laptop-menu .menu__items > li {
  display: flex;
  padding: 0 20px;
}

.header-laptop-menu a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}

.header-laptop-menu .menu__items > li > a {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-laptop-menu .menu__item {
  display: flex;
  flex-direction: column;
  column-gap: 8px;
}

.header-laptop-menu .menu__item:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .header-laptop-menu .menu__item:not(:first-child) {
    margin-top: 14px;
  }
}

.header-laptop-menu .menu__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  opacity: 0.8;
  transition: 0.3s;
}

.header-laptop-menu .menu__item a {
  column-gap: 8px;
}

.header-laptop-menu .menu__item .menu__items-submenu {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  height: 0;
  padding-left: 40px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
  z-index: 9;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .header-laptop-menu .menu__item .menu__items-submenu {
    margin-top: 14px;
  }
}

.header-laptop-menu .menu__item.active .menu__items-submenu {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.header-laptop-menu .menu__item.active .menu__item-img {
  transform: rotate(-270deg);
}

.header .header-search__panel {
  display: flex;
  align-items: center;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 0;
  background-color: #0078D2;
  transition: 0.3s;
  overflow: hidden;
}
.header .header-search__panel.active {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 80px;
}
@media (max-width: 767px) {
  .header .header-search__panel {
    top: 44px;
  }
}

.header .header-search__panel .container {
  display: flex;
  justify-content: center;
}

.header .header-search__input {
  display: flex;
  width: 100%;
  max-width: 760px;
  position: relative;
  background-color: #007aff;
  border-bottom: #ffffff;
}

.header .header-search__input input {
  background-color: #0078D2;
  width: 100%;
  padding: 10px 20px;
  padding-right: 54px;
  font-size: 16px;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
}

.header .header-search__input input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.header .header-search__img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.header .header-search__img {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-color: transparent;
  outline: none;
  border: none;
  transition: 0.3s;
}

.header .header-search__img:hover {
  opacity: 0.7;
}

.header .header__tools .close {
  position: relative;
  width: 24px;
  height: 24px;
  display: none;
  align-items: center;
  justify-content: center;
}
.header .header__tools .close span:before, .header .header__tools .close span:after {
  content: "";
  position: absolute;
  top: 12px;
  left: -1px;
  width: 26px;
  height: 2px;
  background-color: #fff;
}
.header .header__tools .close span:before {
  transform: rotate(45deg);
}
.header .header__tools .close span:after {
  transform: rotate(-45deg);
}

.header .header__tools .header-search-btn.active .close {
  display: flex;
}

.header .header__tools .header-search-btn.active svg {
  display: none;
}

.pressroom {
  padding-top: 80px;
  padding-bottom: 40px;
}

.pressroom .container {
  padding-left: 28px;
  padding-right: 28px;
}
@media (max-width: 767px) {
  .pressroom .container {
    padding-left: 16px;
    padding-right: 49px;
  }
}

.pressroom__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .pressroom__top {
    flex-direction: column;
    align-items: start;
    row-gap: 18px;
  }
}

.pressroom .more-btn {
  display: flex;
  align-items: center;
  column-gap: 20px;
  cursor: pointer;
}

.pressroom .more-btn__text {
  font-size: 16px;
  line-height: 1.2;
}

.pressroom .more-btn__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pressroom-content {
  display: flex;
  column-gap: 24px;
}
@media (max-width: 1280px) {
  .pressroom-content {
    flex-direction: column;
    row-gap: 24px;
  }
}

.pressroom-content__left {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.pressroom-left-card {
  display: flex;
  height: 162px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pressroom-left-card {
    flex-direction: column;
    height: unset;
  }
}

.pressroom-left-card__img {
  width: 200px;
  height: 100%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pressroom-left-card__img {
    width: 100%;
    height: 160px;
  }
}

.pressroom-left-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pressroom-left-card__content {
  padding: 28px 24px;
}
@media (max-width: 1280px) {
  .pressroom-left-card__content {
    padding: 18px 24px;
  }
}

.pressroom-left-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.pressroom-left-card__tag {
  padding: 6px 6px 4px 6px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #0068B8;
  border-radius: 2px;
}

.pressroom-left-card__date {
  flex-shrink: 0;
  font-size: 14px;
  color: #7C7C7C;
}

.pressroom .title-3 {
  margin-bottom: 4px;
}

.pressroom-left-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #373737;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .pressroom-left-card__text {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .pressroom-left-card__text {
    display: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
}

.pressroom-content__right {
  max-width: 310px;
  background-color: #005291;
  font-size: 14px;
  color: #ffffff;
  border-radius: 4px;
}
@media (max-width: 1280px) {
  .pressroom-content__right {
    max-width: unset;
    width: 100%;
  }
}

.pressroom-right-card__pagination {
  position: absolute;
  bottom: 20px !important;
  display: flex;
  justify-content: center;
  z-index: 10;
}

.pressroom-content__right .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D9D9D9;
  opacity: 1;
  cursor: pointer;
}

.pressroom-content__right .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.pressroom-right-card {
  width: 310px;
  padding: 24px;
}
@media (max-width: 767px) {
  .pressroom-right-card {
    padding-bottom: 40px;
  }
}

.pressroom-right-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.pressroom-right-card__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 6px 6px 6px;
  line-height: 1.2;
  background-color: #0068B8;
  text-align: end;
  border-radius: 2px;
}

.pressroom-right-card__date {
  flex-shrink: 0;
  color: #CCCCCC;
}

.quotation {
  padding-top: 40px;
  padding-bottom: 40px;
}

.quotation .container {
  padding-left: 28px;
  padding-right: 28px;
}
@media (max-width: 767px) {
  .quotation .container {
    padding-left: unset;
    padding-right: unset;
  }
}

.quotation__wrapper {
  padding: 18px 40px;
  display: flex;
  column-gap: 24px;
  color: #ffffff;
  background-color: #005291;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .quotation__wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24px;
  }
}
@media (max-width: 767px) {
  .quotation__wrapper {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    row-gap: 20px;
  }
}

.quotation__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quotation__date {
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}

.quotation .title-2 {
  font-size: 28px;
  line-height: 1.2;
}

.quotation__blocks {
  flex-grow: 1;
  display: flex;
  justify-content: end;
}
@media (max-width: 1280px) {
  .quotation__blocks {
    width: 100%;
    order: 1;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .quotation__blocks {
    order: unset;
  }
}

.quotation__blocks-list {
  display: flex;
  column-gap: 16px;
}
@media (max-width: 767px) {
  .quotation__blocks-list {
    flex-wrap: wrap;
    gap: 8px;
  }
}

.quotation__block {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

.quotation a {
  color: #ffffff;
}

.quotation__block {
  width: 106px;
  display: flex;
  flex-direction: column;
  padding: 4px 14px 2px 14px;
}

.quotation .block__title {
  color: rgba(255, 255, 255, 0.8);
}

.quotation .block__price {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.quotation__map-link {
  padding: 8px 18px 8px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  column-gap: 18px;
  font-size: 20px;
  border-radius: 4px;
  background-color: #45B69C;
}

.quotation__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
}

.services {
  padding-top: 40px;
  padding-bottom: 80px;
}

.services .container {
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}

.services__left {
  width: 572px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .services__left {
    width: 100%;
  }
}

.services .title-2 {
  margin-bottom: 32px;
}

.services__text {
  margin-bottom: 32px;
}

.services__items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.services__item {
  display: flex;
  column-gap: 8px;
  align-items: center;
}

.services-item__img {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 2px;
  background-color: #fff;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.25));
}

.services__right {
  position: relative;
  width: 597px;
  height: 418px;
}
@media (max-width: 1280px) {
  .services__right {
    display: none;
  }
}

.services__card {
  position: absolute;
  width: 320px;
  height: 320px;
  padding: 31px;
  padding-top: 23px;
  background-color: #fff;
  border-radius: 4px;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}

.services-card__left {
  left: 0;
  bottom: 0;
  z-index: 5;
}

.services-card__right {
  top: 0;
  right: 0;
  padding: 19px;
  padding-top: 25px;
  padding-bottom: 38px;
  padding-right: 33px;
}

.services-card__title {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
}

.services-card__right .services-card__title {
  margin-bottom: 23px;
  line-height: 1.3;
}

.services-card__text {
  margin-bottom: 7px;
}

.services-card__button {
  font-weight: 500;
  line-height: 1.2;
}

.services-card__img {
  width: 322px;
}

.services-card__left .services-card__img {
  position: absolute;
  right: 10px;
  bottom: 35px;
}

.services-card__right .services-card__img {
  float: right;
  width: 253px;
  height: 181px;
}

.services-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about {
  position: relative;
}

.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 119, 210, 0.5);
  z-index: 5;
}

.about__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .container {
  padding-top: 150px;
  padding-bottom: 158px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1280px) {
  .about .container {
    padding: 80px 16px;
  }
}

.about__content {
  position: relative;
  padding: 32px;
  max-width: 996px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  z-index: 20;
}
@media (max-width: 767px) {
  .about__content {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.about__title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  color: #0078D2;
}
@media (max-width: 1280px) {
  .about__title {
    font-size: 24px;
  }
}

.about__text {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1280px) {
  .about__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about__text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.heading {
  position: relative;
  width: 100%;
  min-height: 230px;
  color: #ffffff;
}

/* .heading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
} */
.heading a {
  color: #ffffff;
  opacity: 0.8;
  transition: 0.3s;
}

.heading a:hover {
  opacity: 1;
}

.heading__img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.heading__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heading .container-2 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  z-index: 99;
}

.heading__breadcrumbs {
  display: flex;
  align-items: center;
  column-gap: 12px;
  flex-wrap: wrap;
}

.breadcrumbs__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading__title {
  max-width: 65%;
}
@media (max-width: 1280px) {
  .heading__title {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .heading__title {
    max-width: 70%;
  }
}

.main-banner .container {
  position: relative;
  height: 100%;
}

.main-banner__wrapper {
  position: relative;
  height: 600px;
}

.main-banner__swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-banner__block {
  position: absolute;
  right: 28px;
  bottom: 52px;
  width: 550px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  z-index: 10;
}
@media (max-width: 1280px) {
  .main-banner__block {
    right: 20px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .main-banner__block {
    right: 16px;
    width: 343px;
  }
}

.main-banner__content {
  height: 192px;
  width: 550px;
  padding: 40px 20px;
  background-color: #0078D2;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .main-banner__content {
    height: 149px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .main-banner__content {
    height: auto;
    width: 343px;
  }
}

.content {
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 1280px) {
  .content {
    padding-top: 0;
  }
}

.content .content__block:not(:last-child) {
  margin-bottom: 60px;
}

.content .content__banner {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.content .content__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .content__title .title-2 {
  margin-bottom: 28px;
}

.content__block > * + .content__title {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .content__block > * + .content__title {
    margin-top: 36px;
  }
}

.content .content__block-block {
  font-size: 20px;
}

.content .content__subtitle {
  font-size: 20px;
  font-weight: 700;
}

* + .content__subtitle {
  margin-top: 20px;
}

.content .content__subtitle + * {
  margin-top: 20px;
}

.content .content__block-block > p + p {
  margin-top: 20px;
}

.content .content__block-block > p + ol {
  margin-top: 4px;
}

.content .content__block-block > ul {
  padding-inline-start: 30px;
  list-style: disc;
  margin-bottom: 20px;
}

.content .content__block-block > * + .content__file {
  margin-top: 20px;
}

.content .content__img {
  margin-top: 32px;
  margin-bottom: 32px;
  height: 485px;
}
@media (max-width: 767px) {
  .content .content__img {
    height: 257px;
  }
}

.content .content__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .content__file {
  display: flex;
  column-gap: 12px;
}

.content .content__file + .content__file {
  margin-top: 26px;
}

.content .file__img {
  width: 34px;
  height: 34px;
  margin-top: 8px;
  align-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.content .file__img > * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.content .file__name {
  color: #005291;
  text-decoration: underline;
}

.content a.file__name:hover {
  text-decoration: none;
}

.content .file__format {
  font-size: 16px;
  color: #4E4E5B;
  line-height: 1;
}

.content__search {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  padding-bottom: 32px;
}
@media (max-width: 1280px) {
  .content__search {
    justify-content: start;
  }
}

@media (max-width: 767px) {
  .content__search > * {
    flex: 1 1;
  }
}

.content__search .input {
  height: 40px;
  padding: 12px 48px 12px 24px;
  background-color: #EAF5FF;
  border: none;
  outline: none;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .content__search .input {
    width: 100% !important;
  }
}

.content__search .input::placeholder {
  color: #B8B8B8;
}

.content__search .search__input {
  position: relative;
  width: 460px;
}
@media (max-width: 1280px) {
  .content__search .search__input {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .content__search .search__input {
    display: none;
  }
}

.content__search .search__input .input {
  width: 460px;
}
@media (max-width: 1280px) {
  .content__search .search__input .input {
    width: 100%;
  }
}

.content__search .search__input .search__input-img,
.content__search .search__year .search__input-img,
.content__search .search__month .search__input-img {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  cursor: pointer;
}

.content__search .search__year .search__input-img,
.content__search .search__month .search__input-img {
  transform: translateY(-50%) rotate(-90deg);
}

.content__search .search__year {
  position: relative;
}

.content__search .search__year .input {
  width: 160px;
}

.content__search .search__month {
  position: relative;
}

.content__search .search__month .input {
  width: 160px;
}

.content__navigation-btns {
  display: flex;
  column-gap: 14px;
  margin-top: 32px;
}

.content__navigation-btns .navigation__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-family: Segoe;
  font-size: 14px;
  color: #004D8C;
  border-radius: 8px;
  background-color: #EAF5FF;
  cursor: pointer;
}

.content__navigation-btns .navigation__btn.active {
  background-color: #0078D2;
  color: #ffffff;
}

.content__navigation-btns .navigation__btn.next {
  transform: rotate(180deg);
}

.content .italic {
  font-style: italic;
}

.content .content__block-block--sidebar {
  display: none;
}
@media (max-width: 1280px) {
  .content .content__block-block--sidebar {
    display: flex;
    flex-direction: column;
  }
}

.content .content__block-block--sidebar .content__file-title {
  color: #111111;
}

.content .content__block-block .content__notation {
  padding: 24px;
  color: #ffffff;
  background-color: #0068B8;
}

@media (max-width: 1280px) {
  .sidebar {
    display: none;
  }
}

.sidebar__menu {
  padding-bottom: 20px;
}

.sidebar-menu__list {
  display: flex;
  flex-direction: column;
}

.sidebar-menu__item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 1px solid #A6C6E3;
}

.sidebar-menu__item.active {
  padding-left: 19px;
  border-left: 2px solid #005291;
}

.sidebar-menu__item a {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 20px;
  line-height: 1;
  color: #4E4E5B;
  transition: 0.3s;
}

.sidebar-menu__item a:hover {
  color: #000000;
}

.sidebar-menu__item.active a {
  color: #005291;
}

.sidebar-menu__item.active a:hover {
  color: #00335a;
}

.sidebar .detail-page__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sidebar .detail-page__tags .tags__item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 5px 10px 2px 10px;
  color: #005291;
  background-color: #C3E2FB;
  border-radius: 2px;
  cursor: pointer;
}

.sidebar .detail-page__date {
  margin-top: 12px;
  color: #7C7C7C;
}

.sidebar .detail-page__socials {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-top: 12px;
}

.sidebar .socials__title {
  color: #7C7C7C;
}

.sidebar .socials__items {
  display: flex;
  column-gap: 20px;
}

.sidebar .socials__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #577CA9;
  border-radius: 5px;
}

.sidebar .pressroom-content__right {
  margin: 0;
  margin-top: 32px;
}

.sidebar .pressroom-right-card {
  padding-bottom: 60px;
}

.sidebar .sidebar__file {
  display: flex;
  column-gap: 12px;
}

.sidebar .sidebar__title {
  font-size: 20px;
  margin-bottom: 10px;
}

.sidebar .sidebar__file + .sidebar__file {
  margin-top: 18px;
}

.sidebar .file__img {
  width: 34px;
  height: 34px;
  margin-top: 8px;
  align-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.sidebar .file__img > * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.sidebar .file__name {
  font-size: 20px;
  color: #005291;
  text-decoration: underline;
}

.sidebar a.file__name:hover {
  text-decoration: none;
}

.sidebar .file__format {
  font-size: 16px;
  color: #4E4E5B;
  line-height: 1;
}

.footer {
  color: rgba(255, 255, 255, 0.8);
}

.footer a.link {
  color: rgb(255, 255, 255);
  opacity: 0.8;
  transition: 0.3s;
}
.footer a.link:hover {
  opacity: 1;
}

.footer__top {
  background-color: #0078D2;
}

.footer__top .container {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__top .container {
    padding-top: 30px;
    flex-direction: column;
    align-items: center;
    row-gap: 18px;
  }
}

.footer__menu {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media (max-width: 767px) {
  .footer__menu {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
    row-gap: 24px;
    column-gap: 72px;
  }
}

.footer-menu__item a {
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1;
}
@media (max-width: 1280px) {
  .footer-menu__item a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer-menu__item a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
}

.footer-socials__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-socials__item a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.footer-socials__item a:hover {
  opacity: 0.7;
}

.footer__bottom {
  background-color: #002F52;
}

.footer__bottom .container {
  padding-top: 10px;
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__bottom .container {
    flex-direction: column;
    row-gap: 12px;
  }
}

.footer .logo img {
  height: 32px;
}
@media (max-width: 1280px) {
  .footer .logo img {
    height: 24px;
  }
}

.footer-bottom__right {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer-bottom__right {
    align-items: center;
    row-gap: 8px;
  }
}

.footer__policy-and-cookie {
  display: flex;
  justify-content: end;
  column-gap: 16px;
}

.footer__policy-and-cookie a {
  padding-top: 4px;
  padding-bottom: 4px;
}

.footer__copyright {
  display: flex;
  column-gap: 12px;
  color: #BEBEBE;
}

.main-banner .title-2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
}

.main-banner .container {
  position: relative;
  height: 100%;
}

.main-banner__wrapper {
  position: relative;
  height: 600px;
}

.main-banner__swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-banner__block {
  position: absolute;
  right: 28px;
  bottom: 52px;
  width: 550px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  z-index: 10;
}
@media (max-width: 1280px) {
  .main-banner__block {
    right: 20px;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .main-banner__block {
    right: 16px;
    width: 343px;
  }
}

.main-banner__content {
  height: 192px;
  width: 550px;
  padding: 40px 20px;
  background-color: #0078D2;
  overflow: hidden;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .main-banner__content {
    height: 149px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .main-banner__content {
    height: auto;
    width: 343px;
  }
}

.main-banner__content .swiper-slide {
  display: flex;
  column-gap: 20px;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .main-banner__content .swiper-slide {
    flex-direction: column;
  }
}

.main-banner__content .swiper-slide-active {
  opacity: 1 !important;
}

.main-banner__content-left {
  font-weight: 600;
}

.main-banner .content-left__top {
  max-width: 170px;
  padding: 10px;
  font-size: 16px;
  background-color: #45B69C;
  border-radius: 4px;
}
@media (max-width: 1280px) {
  .main-banner .content-left__top {
    font-size: 14px;
  }
}

.main-banner .content-left__bottom {
  display: flex;
  align-items: end;
  column-gap: 5px;
}

.main-banner .content-left__bottom span {
  font-size: 32px;
  padding-bottom: 7px;
}
@media (max-width: 1280px) {
  .main-banner .content-left__bottom span {
    font-size: 24px;
  }
}

.main-banner .content-left__bottom span:first-child {
  font-size: 60px;
  padding-bottom: 0;
}

.main-banner__content-right {
  display: flex;
  align-items: end;
}

.main-banner__content-text {
  padding-bottom: 5px;
}

.main-banner__btns {
  display: flex;
  justify-content: end;
  column-gap: 12px;
}

.main-banner__btn svg {
  transition: 0.3s;
}

.main-banner__btn.swiper-button-disabled svg {
  opacity: 0.5;
}

.services-page .content .content__block-block {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .services-page .content .content__block-block {
    font-size: 16px;
  }
}

.wholesales-page .content .content__block-block {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .wholesales-page .content .content__block-block {
    font-size: 16px;
  }
}

.retailsales-page .content .content__block-block {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .retailsales-page .content .content__block-block {
    font-size: 16px;
  }
}

.azs-page .content .content__block-block {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .azs-page .content .content__block-block {
    font-size: 16px;
  }
}

.azs-page__content {
  max-width: 820px;
}
@media (max-width: 1280px) {
  .azs-page__content {
    max-width: unset;
  }
}

.azs-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  position: relative;
}

.azs-panel__search {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media (max-width: 991px) {
  .azs-panel__search {
    order: -99;
  }
}

.azs-panel__title {
  color: #111111;
}

.azs-panel__search-input {
  position: relative;
  align-self: start;
  display: flex;
  justify-content: start;
}
@media (max-width: 575px) {
  .azs-panel__search-input {
    width: 100%;
  }
}

.azs-panel__search-input input {
  width: 300px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1;
  color: #4E4E5B;
  background-color: #EAF5FF;
  border: none;
  outline: none;
  border-radius: 4px;
}
@media (max-width: 575px) {
  .azs-panel__search-input input {
    width: 100%;
  }
}

.azs-panel__search-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 991px) {
  .azs-panel__working {
    order: -9;
  }
}

.azs-panel__working input {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  z-index: -1;
  opacity: 0;
}

.azs-panel__working label {
  position: relative;
  cursor: pointer;
  padding-left: 38px;
}

.azs-panel__working label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #A6C6E2;
  border-radius: 4px;
  transform: translateY(-50%);
}

.azs-panel__working label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 16px;
  height: 8px;
  transform: translateY(-70%) rotate(-45deg);
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
}

.azs-panel__working input:checked + label::before {
  background-color: #0068B8;
}

.azs-panel__fuel {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.azs-panel__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.azs-panel__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #A6C6E2;
  border-radius: 4px;
  cursor: pointer;
}

.azs-panel__btn.btn--wide {
  width: 63px;
}

.azs-panel__btn.active {
  background-color: #0078D2;
}

.azs-panel__service {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media (max-width: 767px) {
  .azs-panel__service {
    order: -5;
  }
}

@media (max-width: 991px) {
  .azs-panel__reset {
    position: absolute;
    top: 40px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .azs-panel__reset {
    position: static;
  }
}

.azs-map iframe {
  border: none;
}

.news-page__content {
  max-width: 820px;
}
@media (max-width: 1280px) {
  .news-page__content {
    max-width: 100%;
  }
}
.news-page__content .content__block-block {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .news-page__content .content__block-block {
    font-size: 16px;
  }
}

.news-page__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #E0E0E0;
}

.news-page__item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
}

.news-page__item-date {
  display: flex;
  column-gap: 10px;
  margin-bottom: 12px;
}

.news-page .item__date {
  flex-shrink: 0;
}

.news-page .item__tags {
  display: flex;
  column-gap: 12px;
  flex-wrap: wrap;
  row-gap: 8px;
}

.news-page .item__tag {
  padding: 0px 6px 0px 6px;
  color: #305E82;
  border-radius: 2px;
  background-color: #C3E2FB;
}

.news-page__item-text {
  font-size: 20px;
  margin-bottom: 16px;
}

.news-page__item-gallery {
  display: flex;
  column-gap: 20px;
  overflow: hidden;
}

.news-page .item__img {
  flex-shrink: 0;
  height: 100px;
  width: 150px;
}

.news-page .item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar .news-page__tags {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 30px;
}

.news-page .news-page__tags .tags__title {
  font-size: 24px;
  line-height: 1;
  color: #232333;
  margin-bottom: 14px;
}

.news-page .news-page__tags .tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-page .news-page__tags .tags__item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 8px 10px 8px 10px;
  color: #005291;
  background-color: #C3E2FB;
  border-radius: 2px;
  cursor: pointer;
}

.news-page .news-page__tags .tags__item.active {
  border: 1px solid #0068B8;
}

.news-page .news-page__tags .tags__item span {
  display: none;
}

.news-page .news-page__tags .tags__item.active span {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}

.news-page .news-page__tags .tags__item.active span::before,
.news-page .news-page__tags .tags__item.active span::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: #0068B8;
}

.news-page .news-page__tags .tags__item.active span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.news-page .news-page__tags .tags__item.active span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.news-page .news-page__tags .tags__reset {
  margin-top: 22px;
}

.news-page .news-page__tags .reset-btn {
  font-size: 16px;
  line-height: 1;
  color: #03538F;
  background-color: unset;
  border: none;
  outline: none;
}

.news-page__content .news-page__tags {
  display: none;
  padding-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .news-page__content .news-page__tags {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.news-detail-page .container-2 {
  padding-top: 55px;
}
@media (max-width: 1280px) {
  .news-detail-page .container-2 {
    padding-top: 34px;
  }
}
.news-detail-page .container-2 .content__block-block {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .news-detail-page .container-2 .content__block-block {
    font-size: 16px;
  }
}

.news-detail-page .sidebar {
  padding-top: 5px;
}

.news-detail-page .news-detail-page__content {
  padding-top: 0;
}

.news-detail-page .news-detail-page__content .content__block-block {
  font-size: 18px;
}
@media (max-width: 1280px) {
  .news-detail-page .news-detail-page__content .content__block-block {
    font-size: 16px;
  }
}

.news-detail-page .text-blue {
  color: #03538F;
}

.news-detail-page .text-bold {
  font-weight: 700;
}

.news-detail-page .text-author {
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1280px) {
  .news-detail-page .content-gallery {
    display: none;
  }
}

.content-gallery .content__block-block {
  position: relative;
  width: 100%;
  max-width: 820px;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .content-gallery .content__block-block {
    max-width: unset;
  }
}

.content-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-gallery .content-gallery__swiper-2 {
  width: 100%;
}

.content-gallery .content-gallery__swiper-2 .swiper-wrapper {
  height: 511px;
}

.content-gallery .content-gallery__swiper {
  height: 100px;
  margin-top: 12px;
}

.content-gallery .content-gallery__swiper .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.content-gallery .content-gallery__swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.content-gallery .content-gallery__navigation-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
  margin-top: 12px;
}

.content-gallery .swiper-pagination-bullets {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  width: auto;
  max-width: 80%;
  column-gap: 14px;
}

.content-gallery .content-gallery__btn-prev,
.content-gallery .content-gallery__btn-next,
.content-gallery .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin: 0 !important;
  font-family: Segoe;
  font-size: 14px;
  font-weight: 600;
  color: #004D8C;
  border-radius: 8px;
  background-color: #EAF5FF;
  opacity: 1;
  cursor: pointer;
}

.content-gallery .swiper-pagination-bullet-active {
  color: #ffffff;
  background-color: #0078D2;
}

.content-gallery .content-gallery__btn-next {
  transform: rotate(180deg);
}

.content-gallery .content-gallery__btn-prev.swiper-button-disabled,
.content-gallery .content-gallery__btn-next.swiper-button-disabled {
  opacity: 0.2;
}

.news-detail-page__content .mobile {
  display: none;
  margin-top: -40px;
}
@media (max-width: 1280px) {
  .news-detail-page__content .mobile {
    display: block;
  }
}

.news-detail-page__content .detail-page__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-detail-page__content .detail-page__tags .tags__item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 5px 10px 2px 10px;
  color: #005291;
  background-color: #C3E2FB;
  border-radius: 2px;
  cursor: pointer;
}

.news-detail-page__content .detail-page__date {
  margin-top: 12px;
  color: #7C7C7C;
}

.news-detail-page__content .detail-page__socials {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-top: 12px;
}

.news-detail-page__content .socials__title {
  color: #7C7C7C;
}

.news-detail-page__content .socials__items {
  display: flex;
  column-gap: 20px;
}

.news-detail-page__content .socials__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #577CA9;
  border-radius: 5px;
}

.news-detail-page__content .pressroom-content__right {
  margin: 0;
  margin-top: 32px;
}

.news-detail-page__content .pressroom-right-card {
  padding-bottom: 60px;
}

.announcements-page .content .content__block-block {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .announcements-page .content .content__block-block {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .announcements-page .content__search {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

@media (max-width: 767px) {
  .announcements-page .content__search > * {
    flex: unset;
    flex-grow: 1;
  }
}

.announcements-page .search__input {
  display: block;
  width: 100%;
}

.announcements-page .search__row {
  display: flex;
  column-gap: 20px;
}

.announcements-page .search__row > * {
  width: 100%;
}

.announcements-page__item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #E0E0E0;
}

.announcements-page__item:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.announcements-page__item-date {
  color: #404040;
  margin-bottom: 16px;
}

.announcements-page__item-text {
  font-size: 20px;
  color: #232323;
}
@media (max-width: 1280px) {
  .announcements-page__item-text {
    font-size: 16px;
  }
}

.announcements-page__item .text-author {
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.8);
}

.media-contacts-page .content .content__block-block {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .media-contacts-page .content .content__block-block {
    font-size: 16px;
  }
}

.media-contacts-page__content {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  row-gap: 26px;
}

.media-contacts-page__title {
  font-weight: 700;
}

.media-contacts-page__row {
  display: flex;
  font-size: 20px;
}
@media (max-width: 767px) {
  .media-contacts-page__row {
    flex-direction: column;
    row-gap: 14px;
  }
}

.media-contacts-page__row > * {
  flex: 1 1;
}

.media-contacts-page__block-left,
.media-contacts-page__block-right {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.media-contacts-page__tel,
.media-contacts-page__email {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.media-contacts__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.governance-page .persons__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.governance-page .persons__item {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.governance-page .persons__post {
  font-size: 16px;
  color: #111111;
}

.governance-page .persons__title {
  font-weight: 700;
  color: #111111;
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .governance-page .persons__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .governance-page .persons__title {
    font-size: 16px;
  }
}

.governance-page .content__block-block + .content__block-block {
  margin-top: 40px;
}

.auditor-block {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.auditor-block__item {
  display: flex;
  column-gap: 16px;
}
@media (max-width: 767px) {
  .auditor-block__item {
    flex-direction: column;
    row-gap: 6px;
  }
}

.auditor-block__left {
  flex-shrink: 0;
  width: 250px;
  font-size: 16px;
  font-weight: 500;
  color: #4E4E5B;
}

.auditor-block__right {
  flex-grow: 1;
  font-size: 16px;
  color: #111111;
}

.shareholders-doc-tabcontent {
  display: none;
}

.shareholders-doc-tabcontent.active {
  display: block;
}

.documents-tabs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  margin-bottom: 40px;
}

.documents-tabs button {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #4E4E5B;
  font-size: 16px;
  text-align: left;
  border: none;
  outline: none;
  background-color: unset;
  cursor: pointer;
  transition: 0.3s;
}

.documents-tabs button:hover {
  color: #000000;
}

.documents-tabs button.active {
  color: #005291;
}

.shareholders-info-tabcontent {
  display: none;
}

.shareholders-info-tabcontent.active {
  display: block;
}

.information-tabs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  margin-bottom: 40px;
}

.information-tabs button {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #4E4E5B;
  font-size: 16px;
  text-align: left;
  border: none;
  outline: none;
  background-color: unset;
  cursor: pointer;
  transition: 0.3s;
}

.information-tabs button:hover {
  color: #000000;
}

.information-tabs button.active {
  color: #005291;
}

.information-page .content__search {
  width: unset;
}

.information-page .content__search .search__input-img {
  transform: translateY(-50%) rotate(-90deg);
}

.information-page .search__input {
  width: unset;
  max-width: 260px;
}
@media (max-width: 767px) {
  .information-page .search__input {
    display: block;
  }
}

.information-page .search__input .input {
  max-width: 260px;
}

.procedures-items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.procedures-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
}

.procedures-item__top {
  display: flex;
  column-gap: 24px;
  padding-right: 48px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .procedures-item__top {
    padding-right: 24px;
  }
}

.procedures-item__number {
  font-weight: 500;
}

.procedures-item__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.procedures-item__name {
  font-weight: 500;
}

.procedures-item__method {
  font-size: 16px;
}

.procedures-item__bottom {
  height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
}

.procedures-item.active .procedures-item__bottom {
  margin-top: 35px;
  height: auto;
  visibility: visible;
  opacity: 1;
}

.procedures-item__btn {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .procedures-item__btn {
    position: relative;
    top: unset;
    right: unset;
    align-self: flex-end;
    margin-top: 10px;
  }
}

.procedures-item.active .procedures-item__btn {
  transform: rotate(-270deg);
}

.scheme-page .content__img {
  margin: 0;
  padding: 0;
  height: auto;
}

.realizations-page__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #E0E0E0;
}

.realizations-page__item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E0E0E0;
}

.realizations-page__item-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #232323;
}

.realizations-page__item-gallery {
  display: flex;
  column-gap: 20px;
  overflow: hidden;
}

.realizations-page .item__img {
  flex-shrink: 0;
  height: 100px;
  width: 150px;
}

.realizations-page .item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.realizations-detail-page .content .content__block {
  display: flex;
  flex-direction: column;
  row-gap: 34px;
  margin-bottom: 38px;
  font-size: 20px;
  color: #111111;
}
@media (max-width: 1280px) {
  .realizations-detail-page .content .content__block {
    margin-bottom: 0;
  }
}

.realizations-detail-page .content .content-gallery {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .realizations-detail-page .content .content-gallery {
    display: none;
  }
}

.realizations-detail-page__title {
  font-size: 32px;
}

.realizations-detail-page__content-title {
  font-weight: 700;
}

.realizations-detail-page__price {
  font-size: 28px;
}

.sngs-page .sngs-block {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  padding-top: 20px;
}

.sngs-page .sngs-block__item {
  display: flex;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .sngs-page .sngs-block__item {
    row-gap: 6px;
  }
}

.sngs-page .sngs-block__left {
  flex-shrink: 0;
  width: 278px;
  font-size: 20px;
  color: #4E4E5B;
}
@media (max-width: 991px) {
  .sngs-page .sngs-block__left {
    width: 206px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .sngs-page .sngs-block__left {
    width: 110px;
  }
}

.sngs-page .sngs-block__right {
  flex-grow: 1;
  font-size: 20px;
  color: #232323;
}
@media (max-width: 991px) {
  .sngs-page .sngs-block__right {
    font-size: 16px;
  }
}

.oildepot-page .content__block {
  display: flex;
  flex-direction: column;
  row-gap: 58px;
}

.oildepot-page .oildepot__search-arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) rotate(-90deg);
  pointer-events: none;
}

.oildepot-page .content__block-block {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.oildepot-block {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.oildepot-block__title {
  font-size: 28px;
  line-height: 1.2;
  color: #111111;
}
@media (max-width: 991px) {
  .oildepot-block__title {
    font-size: 24px;
  }
}

.oildepot-block__rows {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.oildepot-block__row {
  display: flex;
  column-gap: 26px;
  color: #232323;
}
@media (max-width: 991px) {
  .oildepot-block__row {
    font-size: 16px;
  }
}

.oildepot-block__row:first-child .oildepot-block__left,
.oildepot-block__row:first-child .oildepot-block__right {
  color: #4E4E5B;
}

.oildepot-block__left {
  width: 278px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .oildepot-block__left {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .oildepot-block__left {
    width: 110px;
  }
}

.oildepot-block__right {
  flex-grow: 1;
}

.oildepot-page .oildepot__select {
  position: relative;
  align-self: start;
}
.oildepot-page .oildepot__select[data-state=active] .oildepot-select__title::before {
  transform: translate(-3px, -50%) rotate(-45deg);
}
.oildepot-page .oildepot__select[data-state=active] .oildepot-select__title::after {
  transform: translate(3px, -50%) rotate(45deg);
}
.oildepot-page .oildepot__select[data-state=active] .oildepot-select__content {
  opacity: 1;
  display: flex;
}
.oildepot-page .oildepot__select[data-state=active] .__select__label + .__select__input + .__select__label {
  border-top-width: 1px;
}

.oildepot-page .oildepot-select__title {
  display: flex;
  align-items: center;
  width: 240px;
  padding: 10px 24px;
  padding-right: 48px;
  color: #B8B8B8;
  white-space: nowrap;
  appearance: none;
  background-color: #EAF5FF;
  border-radius: 4px;
  cursor: pointer;
  z-index: 99;
}
.oildepot-page .oildepot-select__title span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.oildepot-page .oildepot-select__title::before, .oildepot-page .oildepot-select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 10px;
  height: 2px;
  transition: all 0.3s ease-out;
  background-color: #0078D2;
  transform: translate(-3px, -50%) rotate(45deg);
}
.oildepot-page .oildepot-select__title::after {
  transform: translate(3px, -50%) rotate(-45deg);
}
.oildepot-page .oildepot-select__title:hover {
  border-color: #111111;
}
.oildepot-page .oildepot-select__title:hover::before, .oildepot-page .oildepot-select__title:hover::after {
  background-color: #111111;
}

.oildepot-page .oildepot-select__content {
  position: absolute;
  top: 44px;
  left: 0;
  display: none;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #c7ccd1;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.2s ease-out;
  opacity: 0;
  z-index: 9;
}

.oildepot-page .__select__input {
  display: none;
}
.oildepot-page .__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}

.oildepot-page .__select__label {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 16px;
  transition: all 0.1s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.oildepot-page .__select__label:hover {
  color: #0078D2;
}

.azs-page .content__block {
  display: flex;
  flex-direction: column;
  row-gap: 58px;
  margin-bottom: 0;
}

.azs-page .azs__search-arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) rotate(-90deg);
  pointer-events: none;
}

.azs-page .content__block-block {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.azs-block {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .azs-block {
    row-gap: 32px;
  }
}

.azs-block__title {
  font-size: 28px;
  line-height: 1.2;
  color: #111111;
}
@media (max-width: 991px) {
  .azs-block__title {
    font-size: 24px;
  }
}

.azs-block__rows {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .azs-block__rows {
    row-gap: 30px;
  }
}

.azs-block__row {
  display: grid;
  grid-template-columns: 1.2fr 1.1fr 1fr;
  column-gap: 26px;
  color: #232323;
}
@media (max-width: 991px) {
  .azs-block__row {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .azs-block__row {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}

@media (max-width: 767px) {
  .azs-block__row:first-child {
    display: none;
  }
}

.azs-block__row:first-child .azs-block__left,
.azs-block__row:first-child .azs-block__middle,
.azs-block__row:first-child .azs-block__right {
  color: #4E4E5B;
}

@media (max-width: 767px) {
  .azs-block__left {
    font-weight: 500;
  }
}

.azs-page .azs__select {
  position: relative;
  align-self: start;
}
.azs-page .azs__select[data-state=active] .azs-select__title::before {
  transform: translate(-3px, -50%) rotate(-45deg);
}
.azs-page .azs__select[data-state=active] .azs-select__title::after {
  transform: translate(3px, -50%) rotate(45deg);
}
.azs-page .azs__select[data-state=active] .azs-select__content {
  opacity: 1;
  display: flex;
}
.azs-page .azs__select[data-state=active] .__select__label + .__select__input + .__select__label {
  border-top-width: 1px;
}

.azs-page .azs-select__title {
  display: flex;
  align-items: center;
  width: 240px;
  padding: 10px 24px;
  padding-right: 48px;
  color: #B8B8B8;
  white-space: nowrap;
  appearance: none;
  background-color: #EAF5FF;
  border-radius: 4px;
  cursor: pointer;
  z-index: 99;
}
.azs-page .azs-select__title span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.azs-page .azs-select__title::before, .azs-page .azs-select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 10px;
  height: 2px;
  transition: all 0.3s ease-out;
  background-color: #0078D2;
  transform: translate(-3px, -50%) rotate(45deg);
}
.azs-page .azs-select__title::after {
  transform: translate(3px, -50%) rotate(-45deg);
}
.azs-page .azs-select__title:hover {
  border-color: #111111;
}
.azs-page .azs-select__title:hover::before, .azs-page .azs-select__title:hover::after {
  background-color: #111111;
}

.azs-page .azs-select__content {
  position: absolute;
  top: 44px;
  left: 0;
  display: none;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #c7ccd1;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.2s ease-out;
  opacity: 0;
  z-index: 9;
}

.azs-page .__select__input {
  display: none;
}
.azs-page .__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}

.azs-page .__select__label {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 16px;
  transition: all 0.1s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.azs-page .__select__label:hover {
  color: #0078D2;
}

.questions-page .questions-form {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.questions-page .questions-form__top {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.questions-page .questions-form__top-row {
  display: flex;
  gap: 20px;
}

.questions-page .questions-form__top-row:first-child {
  display: grid;
  grid-template-areas: "a a b b c c" "d d d e e e";
}
@media (max-width: 991px) {
  .questions-page .questions-form__top-row:first-child {
    grid-template-areas: "a a a b b b" "c c c d d d" "e e e . . .";
  }
}
@media (max-width: 575px) {
  .questions-page .questions-form__top-row:first-child {
    grid-template-areas: "a" "b" "c" "d" "e";
  }
}

.questions-page .questions-form__input {
  position: relative;
  display: flex;
  flex-grow: 1;
  font-size: 16px;
}

.questions-page .questions-form__input:nth-child(1) {
  grid-area: a;
}

.questions-page .questions-form__input:nth-child(2) {
  grid-area: b;
}

.questions-page .questions-form__input:nth-child(3) {
  grid-area: c;
}

.questions-page .questions-form__input:nth-child(4) {
  grid-area: d;
}

.questions-page .questions-form__input:nth-child(5) {
  grid-area: e;
}

.questions-page .questions-form__input-img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.questions-page .questions-form__input textarea {
  max-height: 120px;
  resize: none;
}

.questions-page .questions-form__input input,
.questions-page .questions-form__input textarea {
  flex-grow: 1;
  padding: 12px 20px;
  outline: none;
  border: 1px solid #B8B8B8;
  border-radius: 4px;
  transition: 0.3s;
}

.questions-page .questions-form__input input:focus,
.questions-page .questions-form__input textarea:focus {
  border: 1px solid #0068B8;
}

.questions-page .questions-form__input input::placeholder,
.questions-page .questions-form__input textarea::placeholder {
  color: #B8B8B8;
}

.questions-page .questions-form__input:nth-child(4) input,
.questions-page .questions-form__input:nth-child(5) input {
  padding-right: 54px;
}

.questions-page .questions-form__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.questions-page .questions-form__agreement {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
@media (max-width: 991px) {
  .questions-page .questions-form__agreement {
    order: -9;
  }
}

.questions-page .questions-form__agreement a {
  text-decoration: underline;
  transition: 0.3s;
}

.questions-page .questions-form__agreement a:hover {
  color: #0068B8;
}

.questions-page .questions-form__agreement input {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  z-index: -1;
  opacity: 0;
}

.questions-page .agreement-label input {
  display: none;
}

.questions-page .agreement-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* Create a custom checkbox */
.questions-page .agreement-label .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: rgba(33, 150, 243, 0);
  border-radius: 4px;
  transition: all 0.25s;
}

/* When the checkbox is checked, add a blue background */
.questions-page .agreement-label input:checked ~ .checkmark {
  background-color: #0068B8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.questions-page .agreement-label .checkmark:after {
  content: "";
  position: absolute;
  transform: rotate(0deg);
  border: 1px solid #0068B8;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  transition: all 0.25s, border-width 0.1s;
}

/* Show the checkmark when checked */
.questions-page .agreement-label input:checked ~ .checkmark:after {
  left: 50%;
  top: 50%;
  width: 8px;
  height: 14px;
  border-color: rgba(255, 255, 255, 0) white white rgba(255, 255, 255, 0);
  border-width: 0 2px 2px 0;
  border-radius: 0em;
  transform: translate(-50%, -60%) rotate(45deg);
}

.questions-page .questions-form__submit-btn {
  align-self: start;
  padding: 10px 32px 12px 32px;
  font-family: Segoe;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #0078D2;
  border: none;
  border-radius: 4px;
  outline: none;
  transition: 0.3s;
}

.questions-page .questions-form__submit-btn:hover {
  background-color: #0068B8;
}

.questions-page .questions-block {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding-top: 20px;
}

.questions-page .questions-block__item {
  display: flex;
  column-gap: 20px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .questions-page .questions-block__item {
    font-size: 16px;
  }
}

.questions-page .questions-block__left {
  flex-shrink: 0;
  width: 278px;
  color: #4E4E5B;
}
@media (max-width: 991px) {
  .questions-page .questions-block__left {
    width: 178px;
  }
}

.questions-page .questions-block__right {
  flex-grow: 1;
  color: #232323;
}

.about-info-page .content .content__block:not(:last-child) {
  margin-bottom: 30px;
}

.about-info-page .content__block-block {
  color: #232323;
}

@media (max-width: 767px) {
  .about-info-page .content__block-block p {
    font-size: 16px;
  }
}

.about-info-page .content__quotes {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.about-info-page .italic {
  margin-bottom: 20px;
  color: #111111;
}

.about-info-page .about-info-page__items {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}

.about-info-page .about-info-page__item {
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding: 20px;
  background-color: #BCDCDB;
  border-radius: 4px;
}

.about-info-page .item__img {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-info-page .item__img {
    width: 100px;
    height: 100px;
  }
}

.about-info-page .item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-info-page .item__text {
  font-size: 18px;
  line-height: 1.9;
  color: #232323;
}
@media (max-width: 767px) {
  .about-info-page .item__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  .about-info-page .item__text {
    font-size: 14px;
  }
}

.about-mission-page .content__img {
  max-height: 399px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .about-mission-page .content__img {
    max-height: 282px;
  }
}
@media (max-width: 575px) {
  .about-mission-page .content__img {
    max-height: 147px;
  }
}

@media (max-width: 991px) {
  .about-mission-page .content__block-block {
    font-size: 16px;
  }
}

.about-mission-page .content__title-2 {
  font-weight: 700;
  margin-bottom: 4px;
}

.about-mission-page .content__title-2:not(:first-child) {
  margin-top: 15px;
}

.about-governance-page .about-governance-page__items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.about-governance-page .about-governance-page__item {
  display: flex;
  align-items: center;
}

.about-governance-page .item__img {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 4px;
}

.about-governance-page .item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-governance-page .item__content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media (max-width: 575px) {
  .about-governance-page .item__content {
    row-gap: 6px;
  }
}

.about-governance-page .item__name {
  font-size: 28px;
  line-height: 1.2;
  color: #0068B8;
}
@media (max-width: 991px) {
  .about-governance-page .item__name {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .about-governance-page .item__name {
    font-size: 20px;
  }
}

.about-governance-page .item__post {
  font-size: 20px;
  color: #232323;
}
@media (max-width: 991px) {
  .about-governance-page .item__post {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .about-governance-page .item__post {
    font-size: 14px;
  }
}

.about-mission-page .content__block {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}

.about-mission-page .about-mission-page__block {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.about-mission-page .block__title {
  font-size: 28px;
  color: #0068B8;
}
@media (max-width: 991px) {
  .about-mission-page .block__title {
    font-size: 24px;
  }
}

.about-mission-page .block__list {
  padding-inline-start: 30px;
  font-size: 20px;
  color: #111111;
}
@media (max-width: 991px) {
  .about-mission-page .block__list {
    font-size: 16px;
  }
}

.about-mission-page .block__list > li + li {
  margin-top: 4px;
}

.about-responsibility-page .content__block-block + .content__block-block {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .about-responsibility-page .content__block-block {
    font-size: 16px;
  }
}

.about-compliance-page .content .content__block:not(:last-child) {
  margin-bottom: 40px;
}
.about-compliance-page .content__block-block + .content__block-block {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .about-compliance-page .content__block-block + .content__block-block {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .about-compliance-page .content__block-block {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .about-compliance-page .content__block-block .bold {
    font-weight: 500;
  }
}

.about-compliance-page .content__block-block ul {
  margin-bottom: 0;
}

.about-compliance-page .content__block-block .file__name {
  font-size: 20px;
}

.about-vacancies-page__filter {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .about-vacancies-page__filter {
    flex-direction: column;
  }
}

.about-vacancies-page__filter > * {
  flex: 1 1;
}

.about-vacancies-page .filter-select {
  position: relative;
  min-width: 100px;
}

.about-vacancies-page .choices {
  margin-bottom: 0;
}
.about-vacancies-page .choices .choices__placeholder {
  opacity: 1;
}

.about-vacancies-page .choices::after {
  content: none;
}

.about-vacancies-page .filter-select__chevron {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%) rotate(-90deg);
  pointer-events: none;
  transition: 0.3s;
  z-index: 999;
}

.about-vacancies-page .filter-select:has(.choices.is-open) .filter-select__chevron {
  transform: translateY(-50%) rotate(-270deg);
}

.about-vacancies-page .choices .choices__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 24px 14px 24px;
  padding-right: 48px;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  white-space: nowrap;
  appearance: none;
  background-color: #EAF5FF;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  cursor: pointer;
  z-index: 99;
}
.about-vacancies-page .choices .choices__inner span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-vacancies-page .choices .choices__list--single {
  padding: 0;
}

.about-vacancies-page .choices .choices__list--single .choices__item--selectable {
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-vacancies-page .choices__list.choices__list--dropdown {
  top: 48px;
  padding-top: 10px;
  border: 1px solid #c7ccd1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.about-vacancies-page .choices__list .choices__list {
  background-color: #ffffff;
  border: none;
}

.about-vacancies-page .choices__list .choices__list .choices__item {
  font-size: 16px;
  padding: 5px 16px;
}
@media (min-width: 640px) {
  .about-vacancies-page .choices__list .choices__list .choices__item {
    padding-right: 10px;
  }
}

.about-vacancies-page .choices__list .choices__list .choices__item:hover {
  color: #005291;
  background-color: unset;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: unset;
}

.about-vacancies-page .__select__input {
  display: none;
}
.about-vacancies-page .__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}

.about-vacancies-page .__select__label {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 16px;
  transition: all 0.1s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.about-vacancies-page .__select__label:hover {
  color: #0078D2;
}

.about-vacancies-page .vacancies-items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.about-vacancies-page .vacancies-items .hidden-parameters {
  display: none;
}

.about-vacancies-page .vacancies-items__title {
  display: flex;
  column-gap: 8px;
  font-size: 28px;
  color: #111111;
}

.about-vacancies-page .vacancies-items__title span {
  font-size: 16px;
  color: #444444;
}

.about-vacancies-page .vacancies-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
}

.about-vacancies-page .vacancies-item__main {
  display: flex;
  column-gap: 24px;
  padding-right: 48px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .about-vacancies-page .vacancies-item__main {
    padding-right: 24px;
  }
}
@media (max-width: 575px) {
  .about-vacancies-page .vacancies-item__main {
    flex-direction: column;
    row-gap: 12px;
  }
}

.about-vacancies-page .vacancies-item__salary {
  flex-shrink: 0;
  width: 145px;
  font-size: 20px;
  font-weight: 500;
  color: #232323;
}
@media (max-width: 575px) {
  .about-vacancies-page .vacancies-item__salary {
    width: 100%;
  }
}

.about-vacancies-page .vacancies-item__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.about-vacancies-page .vacancies-item__position {
  font-size: 20px;
  font-weight: 700;
}

.about-vacancies-page .vacancies-item__category {
  font-size: 16px;
}

.about-vacancies-page .vacancies-item__affiliate {
  font-size: 16px;
}

.about-vacancies-page .vacancies-item__details {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  height: 0;
  padding-left: 167px;
  font-size: 16px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .about-vacancies-page .vacancies-item__details {
    flex-direction: column;
    row-gap: 12px;
    padding-left: 0;
  }
}

.about-vacancies-page .vacancies-item.active .vacancies-item__details {
  margin-top: 18px;
  height: auto;
  visibility: visible;
  opacity: 1;
}

.about-vacancies-page .vacancies-item__btn {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: 0.3s;
}
.about-vacancies-page .vacancies-item.active .vacancies-item__btn {
  transform: rotate(-270deg);
}

.about-vacancies-page .vacancies-item__requirements {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 10px;
}

.about-vacancies-page .vacancies-item__requirement {
  display: flex;
  column-gap: 28px;
}

.about-vacancies-page .requirement__left {
  width: 131px;
  color: #B8B8B8;
}

.about-vacancies-page .requirement__right {
  color: #404040;
}

.about-vacancies-page .vacancies-item__description {
  color: #303030;
}

.about-vacancies-page .vacancies-item__requirements-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  color: #303030;
}

.about-vacancies-page .vacancies-item__requirements-list-title {
  font-weight: 700;
}

.about-vacancies-page .vacancies-item__respond {
  align-self: start;
  padding: 13px 32px 12px 32px;
  font-size: 16px;
  color: #ffffff;
  background-color: #0078D2;
  border: none;
  border-radius: 12px;
  outline: none;
  transition: 0.3s;
}

.about-vacancies-page .vacancies-item__respond:hover {
  background-color: #0068B8;
}

.conclusion-page .conclusion-form {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  color: #232323;
}

.conclusion-page .conclusion-form__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.conclusion-page .conclusion-form__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 16px;
}

.conclusion-page .conclusion-form__group.f-row {
  flex-direction: row;
}

.conclusion-page .conclusion-form__group + .conclusion-form__group {
  margin-top: 20px;
}

.conclusion-page .conclusion-form__group.grid-form {
  display: grid;
  grid-template-areas: "a a b b c c" "d d d e e e";
}

.conclusion-page .conclusion-form__group.grid-form > *:nth-child(1) {
  grid-area: a;
}

.conclusion-page .conclusion-form__group.grid-form > *:nth-child(2) {
  grid-area: b;
}

.conclusion-page .conclusion-form__group.grid-form > *:nth-child(3) {
  grid-area: c;
}

.conclusion-page .conclusion-form__group.grid-form > *:nth-child(4) {
  grid-area: d;
}

.conclusion-page .conclusion-form__group.grid-form > *:nth-child(5) {
  grid-area: e;
}

.conclusion-page .conclusion-form__group.grid-form-2 {
  display: grid;
  grid-template-areas: "a a" "b c" "d e" "f .";
}

.conclusion-page .conclusion-form__group.grid-form-2 > *:nth-child(1) {
  grid-area: a;
}

.conclusion-page .conclusion-form__group.grid-form-2 > *:nth-child(2) {
  grid-area: b;
}

.conclusion-page .conclusion-form__group.grid-form-2 > *:nth-child(3) {
  grid-area: c;
}

.conclusion-page .conclusion-form__group.grid-form-2 > *:nth-child(4) {
  grid-area: d;
}

.conclusion-page .conclusion-form__group.grid-form-2 > *:nth-child(5) {
  grid-area: e;
}

.conclusion-page .conclusion-form__group.grid-form-2 > *:nth-child(6) {
  grid-area: f;
}

.conclusion-page .conclusion-form__group.grid-form-3 {
  display: grid;
  grid-template-areas: "a b" "c d" "e f" "g h" "j j";
}

.conclusion-page .conclusion-form__group.grid-form-3 > *:nth-child(1) {
  grid-area: a;
}

.conclusion-page .conclusion-form__group.grid-form-3 > *:nth-child(2) {
  grid-area: b;
}

.conclusion-page .conclusion-form__group.grid-form-3 > *:nth-child(3) {
  grid-area: c;
}

.conclusion-page .conclusion-form__group.grid-form-3 > *:nth-child(4) {
  grid-area: d;
}

.conclusion-page .conclusion-form__group.grid-form-3 > *:nth-child(5) {
  grid-area: e;
}

.conclusion-page .conclusion-form__group.grid-form-3 > *:nth-child(6) {
  grid-area: f;
}

.conclusion-page .conclusion-form__group.grid-form-3 > *:nth-child(7) {
  grid-area: g;
}

.conclusion-page .conclusion-form__group.grid-form-3 > *:nth-child(8) {
  grid-area: h;
}

.conclusion-page .conclusion-form__group.grid-form-3 > *:nth-child(9) {
  grid-area: j;
}

.conclusion-page .conclusion-form__group input {
  padding: 10px 20px 9px 20px;
  flex-grow: 1;
  font-size: 16px;
  line-height: 1;
  color: #232323;
  border-radius: 4px;
  border: 1px solid #B8B8B8;
}

.conclusion-page .conclusion-form__group textarea {
  height: 40px;
  padding: 12px 20px 7px 20px;
  flex-grow: 1;
  font-size: 16px;
  line-height: 1;
  color: #232323;
  border-radius: 4px;
  border: 1px solid #B8B8B8;
  resize: none;
  white-space: nowrap;
}

.conclusion-page .conclusion-form__group input:focus,
.conclusion-page .conclusion-form__group textarea:focus,
.conclusion-page .conclusion-form__group select:focus {
  outline: none;
}

.conclusion-page .conclusion-form__select,
.conclusion-page .conclusion-form__select-multiple {
  position: relative;
}

.conclusion-page .conclusion-form__input {
  position: relative;
  display: flex;
  flex-grow: 1;
}

.conclusion-page .conclusion-form__select.w-300,
.conclusion-page .conclusion-form__input.w-300 {
  max-width: 300px;
}

.conclusion-page .conclusion-form__input textarea::placeholder,
.conclusion-page .conclusion-form__input input::placeholder {
  color: #B8B8B8;
}

.conclusion-page .conclusion-form__input-img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.conclusion-page .conclusion-form__btn {
  padding: 10px 32px 9px 32px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  outline: none;
  background-color: #0078D2;
  transition: 0.3s;
}

.conclusion-page .conclusion-form__btn:hover {
  background-color: #0068B8;
}

.conclusion-page .conclusion-form__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.conclusion-page .conclusion-form__agreement {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.conclusion-page .content__file {
  align-items: center;
}

.conclusion-page .file__img {
  margin-top: 0;
}

.conclusion-page .conclusion-form__checkbox {
  padding-left: 7px;
}

.conclusion-page .submit {
  align-self: start;
}

.conclusion-page .conclusion-form__checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  z-index: -1;
  opacity: 0;
}

.conclusion-page .conclusion-form__checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 38px;
}

.conclusion-page .conclusion-form__checkbox label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 1px solid #0068B8;
  border-radius: 4px;
  transform: translateY(-50%);
}

.conclusion-page .conclusion-form__checkbox a {
  text-decoration: underline;
}

.conclusion-page .conclusion-form__checkbox a:hover {
  text-decoration: none;
}

.conclusion-page .conclusion-form__checkbox label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 16px;
  height: 8px;
  transform: translateY(-70%) rotate(-45deg);
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
}

.conclusion-page .conclusion-form__checkbox input:checked + label::before {
  background-color: #0068B8;
}

.conclusion-page .placeholderSelect {
  pointer-events: none !important;
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: 9;
  transform: translateY(-50%);
}

.conclusion-page .choices {
  margin-bottom: 0;
}
.conclusion-page .choices .choices__placeholder {
  opacity: 1;
}

.conclusion-page .choices::after {
  content: none;
}

.conclusion-page .conclusion-form-select__chevron {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-10px) rotate(-90deg);
  pointer-events: none;
  transition: 0.3s;
  z-index: 9;
}

.conclusion-page .conclusion-form__select-multiple:has(.choices.is-open) .conclusion-form-select__chevron,
.conclusion-page .conclusion-form__select:has(.choices.is-open) .conclusion-form-select__chevron {
  transform: translateY(-50%) rotate(-270deg);
}

.conclusion-page .conclusion-form__select-multiple:has(.choices.is-open) .choices__list--dropdown {
  visibility: visible;
  position: relative;
}

.conclusion-page .choices .choices__inner {
  min-height: unset;
  padding: 8px 20px 6px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #B8B8B8;
  cursor: pointer;
}

.conclusion-page .choices .choices__inner .choices__list .choices__item {
  margin-bottom: 0;
  padding: 0;
}

.conclusion-page .choices .choices__list--single {
  padding: 0;
}

.conclusion-page .choices > .choices__list {
  z-index: 99;
}

.conclusion-page .choices .choices__input {
  margin: 0;
  padding: 0;
  padding-right: 34px;
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 1ch;
  width: 1ch;
}

.conclusion-page .choices .choices__list--multiple .choices__item {
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
  color: #505050;
  background-color: transparent;
  border-radius: 0px;
  border: none;
}

.conclusion-page .choices .choices__list--multiple .choices__item + .choices__item {
  padding-left: 0px;
}
.conclusion-page .choices .choices__list--multiple .choices__item + .choices__item::before {
  content: "/ ";
}

.conclusion-page .choices .choices__list--multiple .choices__item .choices__button {
  margin: 0;
  margin-left: 5px;
  border: none;
  filter: invert(100%);
}

.page-404 {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 104px;
  padding-right: 104px;
}
@media (max-width: 767px) {
  .page-404 {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.page-404__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-404__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 120, 210, 0.5019607843);
}

.page-404__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-404__content {
  position: relative;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  line-height: 1.3;
  background-color: #fff;
  border-radius: 6px;
}

.page-404__title {
  font-size: 128px;
  font-weight: 500;
  color: #000000;
}

.page-404__text {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #0078D2;
}

.page-404__btn {
  padding: 14px 32px 12px 32px;
  font-family: Segoe;
  font-size: 16px;
  color: #ffffff;
  border-radius: 8px;
  background-color: #0078D2;
  cursor: pointer;
  transition: 0.3s;
}

.page-404__btn:hover {
  background-color: #0068B8;
}

.page-closed {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 104px;
  padding-right: 104px;
}
@media (max-width: 767px) {
  .page-closed {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.page-closed__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-closed__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 120, 210, 0.5019607843);
}

.page-closed__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-closed__content {
  position: relative;
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  line-height: 1.3;
  background-color: #fff;
  border-radius: 6px;
}

.page-closed__img {
  max-width: 215px;
}

.page-closed__text {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #0078D2;
}

.page-closed__text-bottom {
  text-align: center;
  font-size: 18px;
}