@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;
  /* padding: 0 calc(10px - (100vw - 100%)) 0 0; */
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fbfbfb;
}

/* Custom Scrollbar */
html {
  /* scrollbar-width: thin; */
  scrollbar-color: #0078d2 #ddd;
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
}

html::-webkit-scrollbar {
  width: 17px;
  height: 17px;
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom right, #0078d2 0%, #1a56ff 100%);
  border-radius: 5px;
}

html::-webkit-scrollbar-track {
  background-color: #ddd;
  border: 1px solid #ccc;
}

html::-webkit-scrollbar-button {
  background-color: #0078d2;
  border-radius: 5px;
}

.choices__list {
  scrollbar-width: thin;
}
/* Custom Scrollbar end*/

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;
}

body:not(:has(div.editor_dialog)) img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

a.link {
  color: #0078d2;
  transition: 0.3s;
}

a.link:hover {
  color: #366aa5;
}

a.link:focus {
  color: #002f52;
}

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: 28px;
  }
}

.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 {
  padding-top: 60px;
}

@media (max-width: 1280px) {
  .main-banner {
    padding-top: 56px;
  }
}
@media (max-width: 767px) {
  .main-banner {
    padding-top: 44px;
  }
} */

#bx-panel + .header + .main-banner {
  margin-top: 60px;
  padding-top: 0;
}

@media (max-width: 1280px) {
  #bx-panel + .header + .main-banner {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  #bx-panel + .header + .main-banner {
    margin-top: 44px;
  }
}

.main-banner__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #45b69c;
  cursor: pointer;
  transition: 0.2s all ease-in;
}

.main-banner__btn:hover {
  background-color: #3c9c86;
}

.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);
}

#bx-panel + .header {
  top: 39px;
}

#bx-panel + .header + section {
  margin-top: 60px;
}

.header {
  /* position: relative; */
  position: fixed;
  width: 100%;
  background-color: #0078d2;
  z-index: 990;
}

.header + section {
  margin-top: 60px;
}

@media (max-width: 1280px) {
  .header + section {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .header + section {
    margin-top: 44px;
  }
}

.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 {
  position: relative;
  display: block;
  padding: 10px;
  border-radius: 8px;
  overflow: hidden;
}
@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 .logo::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -80%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
}

.header .logo:hover::after,
.header .logo:focus::after {
  animation: sheen 1s forwards;
}

@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -11em);
  }
}

.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: 80px;
  left: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  height: 0;
  opacity: 0;
  width: 400px;
  padding: 0px 40px;
  background-color: #0068b8;
  overflow: hidden;
  transform: translateX(-50%);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transition:
    top 0.2s,
    opacity 0.2s,
    height 0s,
    padding 0s;
}

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

/* Руководство пользователя */
.header-submenu__desktop-list .custom-link {
	font-size: 16px;
	color: blue;
	text-decoration: none; 
}

.header-submenu__desktop-list .custom-link:hover {
	color: red;
}

.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;
  padding-bottom: 40px;
}

.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;
  transition: 0.2s all ease-in;
}

.pressroom .more-btn:hover {
  color: #494949;
}

.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;
  transition: 0.3s all ease-in;
}
@media (max-width: 767px) {
  .pressroom-left-card {
    flex-direction: column;
    height: unset;
  }
}

.pressroom-left-card:hover {
  border: 1px solid #a5a5a5;
}

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

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

.pressroom-left-card:hover .pressroom-left-card__img img {
  transform: scale(1.1);
}

.pressroom-left-card__content {
  width: 100%;
  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;
  flex-shrink: 0;
  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;
  transition: 0.2s all ease-in;
}

.quotation__map-link:hover {
  background-color: #3c9c86;
}

.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__left .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: 255px;
}

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

.services-card__left .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;
}

section.about div.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%;
}

body section.heading .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: 991px) {
  .heading__title {
    max-width: 75%;
  }
}
@media (max-width: 575px) {
  .heading__title {
    max-width: 90%;
  }
}

.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 + .content__block {
  margin-top: 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;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 14px;
  /* margin-top: 32px; */
}

.content__navigation-btns a {
  transition: 0.3s;
}

.content__navigation-btns a:hover {
  background-color: #cee6fc;
}

.announcements-page .content__navigation-btns {
  margin-top: 32px;
}

.news-page .content__navigation-btns {
  margin-top: 32px;
}

.content__navigation-btns .navigation__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  padding: 8px;
  font-family: Segoe;
  font-size: 14px;
  font-weight: 600;
  color: #004d8c;
  border-radius: 8px;
  background-color: #eaf5ff;
}

.content__navigation-btns .navigation__btn .number {
  width: 32px;
}

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

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

.content__navigation-btns span.navigation__btn {
  color: rgba(0, 77, 140, 0.5);
}

.content__navigation-btns span.navigation__btn svg {
  opacity: 0.5;
}

.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 #bx_incl_area_4 {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media (max-width: 767px) {
  .footer__menu #bx_incl_area_4 {
    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: 5px;
  padding-bottom: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__bottom .container {
    flex-direction: column;
    row-gap: 12px;
  }
}

.footer .footer__logo {
  position: relative;
  overflow: hidden;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 7px;
  border-radius: 8px;
}

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

.footer .logo::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -80%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
}

.footer .logo:hover::after,
.footer .logo:focus::after {
  animation: sheen 1s forwards;
}

@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -11em);
  }
}

.footer-bottom__right {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 7px;
  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 {
  flex-shrink: 0;
  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 {
  position: relative;
  z-index: 101;
}

.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-page #map {
  height: 560px;
}
@media (max-width: 1280px) {
  .azs-page #map {
    height: 346px;
  }
}
@media (max-width: 767px) {
  .azs-page #map {
    height: 500px;
  }
}

.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__list a {
  transition: 0.3s;
}

.news-page__list a:hover {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

.news-page__item {
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid transparent;
  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 {
  padding-top: 0px;
  /* 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;
  cursor: pointer;
}

.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 .announcements-page__list {
  border-top: 1px solid #e0e0e0;
}

.announcements-page__item:first-child {
  border-top: none;
}

.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;
}

.information-page .shareholders-select {
  position: relative;
  flex-grow: 1;
  max-width: 260px;
}

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

.choices::after {
  content: none !important;
}

.information-page .shareholders-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: 9;
}

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

.information-page .choices .choices__inner {
  min-height: unset;
  padding: 16px 20px 16px 24px !important;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  background-color: #eaf5ff;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.information-page .shareholders-select select {
  display: block;
  height: 56px;
  width: 260px;
  min-height: unset;
  padding: 17px 20px 15px 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  background-color: #eaf5ff;
  border-radius: 10px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.information-page .choices.is-open .choices__inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

.information-page .choices__list.choices__list--dropdown {
  border: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #eaf5ff;
}

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

.information-page .choices .choices__list--dropdown .choices__list {
  max-height: 200px;
}

.information-page .choices .choices__list--dropdown .choices__list::-webkit-scrollbar {
  width: 4px;
}

.information-page .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-track {
  background-color: transparent;
}

.information-page .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background-color: #0078d2;
  border-radius: 5px;
}

.information-page .choices .choices__list--dropdown .choices__item {
  margin-right: 0;
  padding: 5px 16px 5px 24px;
  font-size: 16px;
  font-weight: 400;
  color: #505050;
}

.information-page .choices .choices__list--dropdown .choices__item:first-child {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
}

.information-page .choices .choices__list--dropdown .choices__item:hover {
  background-color: #c3e2fb;
  color: #0078d2;
}

.information-page .shareholders-placeholder {
  position: absolute;
  top: 50%;
  left: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #b8b8b8;
  transform: translateY(-50%);
  z-index: 9;
  pointer-events: none;
}

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

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

.information-page .content__block-block .content__file {
  margin-top: 0;
}

.content__block-block .content__file .file__content {
  display: flex;
  align-items: center;
}

.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 {
  position: relative;
  z-index: 101;
}

.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;
}
@media (max-width: 767px) {
  .about-governance-page .item__img {
    width: 108px;
    height: 108px;
  }
}

.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 .b24-form-click-btn-wrapper {
  align-self: start;
}

/* .about-vacancies-page .vacancies-item__respond { */
.about-vacancies-page .b24-form-click-btn {
  min-width: 10px;
  height: auto;
  padding: 13px 32px 12px 32px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background-color: #0078d2;
  border: none;
  border-radius: 12px;
  outline: none;
  transition: 0.3s;
}

/* .about-vacancies-page .vacancies-item__respond:hover { */
.about-vacancies-page .b24-form-click-btn:hover {
  background-color: #0068b8 !important;
}

.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;
  row-gap: 8px;
}

.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";
}
@media (max-width: 767px) {
  .conclusion-page .conclusion-form__group.grid-form {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: none;
  }
}
@media (max-width: 575px) {
  .conclusion-page .conclusion-form__group.grid-form {
    grid-template-columns: 1fr;
  }
}

.conclusion-page .conclusion-form__group.grid-form > *:nth-child(1) {
  grid-area: a;
}
@media (max-width: 767px) {
  .conclusion-page .conclusion-form__group.grid-form > *:nth-child(1) {
    grid-area: auto;
  }
}

.conclusion-page .conclusion-form__group.grid-form > *:nth-child(2) {
  grid-area: b;
}
@media (max-width: 767px) {
  .conclusion-page .conclusion-form__group.grid-form > *:nth-child(2) {
    grid-area: auto;
  }
}

.conclusion-page .conclusion-form__group.grid-form > *:nth-child(3) {
  grid-area: c;
}
@media (max-width: 767px) {
  .conclusion-page .conclusion-form__group.grid-form > *:nth-child(3) {
    grid-area: auto;
  }
}

.conclusion-page .conclusion-form__group.grid-form > *:nth-child(4) {
  grid-area: d;
}
@media (max-width: 767px) {
  .conclusion-page .conclusion-form__group.grid-form > *:nth-child(4) {
    grid-area: auto;
  }
}

.conclusion-page .conclusion-form__group.grid-form > *:nth-child(5) {
  grid-area: e;
}
@media (max-width: 767px) {
  .conclusion-page .conclusion-form__group.grid-form > *:nth-child(5) {
    grid-area: auto;
  }
}

.conclusion-page .conclusion-form__group.grid-form-2 {
  display: grid;
  grid-template-areas: "a a" "b c" "d e" "f f" "g h";
}
@media (max-width: 575px) {
  .conclusion-page .conclusion-form__group.grid-form-2 {
    display: flex;
  }
}

.conclusion-page .conclusion-form__group.grid-form-2 > *:nth-child(1) {
  grid-area: a;
}
@media (max-width: 575px) {
  .conclusion-page .conclusion-form__group.grid-form-2 > *:nth-child(1) {
    grid-area: auto;
  }
}

.conclusion-page .conclusion-form__group.grid-form-2 > *:nth-child(2) {
  grid-area: b;
}
@media (max-width: 575px) {
  .conclusion-page .conclusion-form__group.grid-form-2 > *:nth-child(2) {
    grid-area: auto;
  }
}

.conclusion-page .conclusion-form__group.grid-form-2 > *:nth-child(3) {
  grid-area: c;
}
@media (max-width: 575px) {
  .conclusion-page .conclusion-form__group.grid-form-2 > *:nth-child(3) {
    grid-area: auto;
  }
}

.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;
}
@media (max-width: 575px) {
  .conclusion-page .conclusion-form__group.grid-form-2 > *:nth-child(5) {
    grid-area: auto;
  }
}

.conclusion-page .conclusion-form__group.grid-form-2 > *:nth-child(6) {
  grid-area: f;
}
@media (max-width: 575px) {
  .conclusion-page .conclusion-form__group.grid-form-2 > *:nth-child(6) {
    grid-area: auto;
  }
}

.conclusion-page .conclusion-form__group.grid-form-3 {
  display: grid;
  grid-template-areas: "a b" "c d" "e f" "g h" "j j";
}
@media (max-width: 575px) {
  .conclusion-page .conclusion-form__group.grid-form-3 {
    display: flex;
  }
}

.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;
  transition: 0.3s;
}

.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;
  overflow: hidden;
  transition: 0.3s;
}

.conclusion-page .neft_volume-input > input:focus,
.conclusion-page .conclusion-form__input > input:focus,
.conclusion-page .conclusion-form__input > textarea:focus,
.conclusion-page .conclusion-form__group select:focus {
  outline: none;
  border: 1px solid #6e6e6e;
}

.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__input:has(.conclusion-form__input-img) input {
  padding-right: 47px;
}

.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;
  display: block;
  padding-left: 38px;
  line-height: 1.2;
  color: #505050;
  cursor: pointer;
}

.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 {
  line-height: 1.2;
  color: #505050;
  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 45px 6px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #b8b8b8;
  cursor: pointer !important;
}

.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__inner .choices__input.choices__input--cloned {
  padding: 0;
}

.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;
}

.azs-page .azs-select,
.oildepot-page .oildepot-select {
  position: relative;
  flex-grow: 1;
  max-width: 260px;
}

.azs-page .choices,
.oildepot-page .choices {
  margin-bottom: 0;
}
.azs-page .choices .choices__placeholder,
.oildepot-page .choices .choices__placeholder {
  opacity: 1;
}

.azs-page .choices::after,
.oildepot-page .choices::after {
  content: none;
}

.azs-page .azs-select__chevron,
.oildepot-page .oildepot-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: 9;
}

.azs-page .azs-select:has(.choices.is-open) .azs-select__chevron,
.oildepot-page .oildepot-select:has(.choices.is-open) .oildepot-select__chevron {
  transform: translateY(-50%) rotate(-270deg);
}

.azs-page .choices .choices__inner,
.oildepot-page .choices .choices__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 56px;
  padding: 17px 20px 15px 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  background-color: #eaf5ff;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.azs-page .azs-select select,
.oildepot-page .oildepot-select select {
  display: block;
  height: 56px;
  width: 260px;
  min-height: unset;
  padding: 17px 20px 15px 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  background-color: #eaf5ff;
  border-radius: 10px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.oildepot-page .choices.is-open .choices__inner,
.azs-page .choices.is-open .choices__inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.azs-page .choices .choices__inner .choices__list .choices__item,
.oildepot-page .choices .choices__inner .choices__list .choices__item {
  margin-bottom: 0;
  padding: 0;
  padding-right: 29px;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.azs-page .choices .choices__list--single,
.oildepot-page .choices .choices__list--single {
  padding: 0;
}

.azs-page .choices__list.choices__list--dropdown,
.oildepot-page .choices__list.choices__list--dropdown {
  border: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #eaf5ff;
}

.azs-page .choices > .choices__list,
.oildepot-page .choices > .choices__list {
  z-index: 99;
}

.azs-page .choices .choices__list--dropdown .choices__list,
.oildepot-page .choices .choices__list--dropdown .choices__list {
  max-height: 200px;
}

.azs-page .choices .choices__list--dropdown .choices__list::-webkit-scrollbar,
.oildepot-page .choices .choices__list--dropdown .choices__list::-webkit-scrollbar {
  width: 4px;
}

.azs-page .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-track,
.oildepot-page .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-track {
  background-color: transparent;
}

.azs-page .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb,
.oildepot-page .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background-color: #0078d2;
  border-radius: 5px;
}

.azs-page .choices .choices__list--dropdown .choices__item,
.oildepot-page .choices .choices__list--dropdown .choices__item {
  margin-right: 0;
  padding: 5px 16px 5px 24px;
  font-size: 16px;
  font-weight: 400;
  color: #505050;
  word-break: normal;
}

.azs-page .choices .choices__list--dropdown .choices__item:first-child,
.oildepot-page .choices .choices__list--dropdown .choices__item:first-child {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
}

.azs-page .choices .choices__list--dropdown .choices__item:hover,
.oildepot-page .choices .choices__list--dropdown .choices__item:hover {
  background-color: #c3e2fb;
  color: #0078d2;
}

.azs-page .azs-placeholder,
.oildepot-page .oildepot-placeholder {
  position: absolute;
  top: 50%;
  left: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #b8b8b8;
  transform: translateY(-50%);
  z-index: 9;
  pointer-events: none;
}

.about-vacancies-page .filter-select {
  position: relative;
  flex-grow: 1;
  /* max-width: 260px; */
}

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

.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: 99;
}

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

.about-vacancies-page .choices .choices__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 56px;
  padding: 17px 20px 15px 24px !important;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  background-color: #eaf5ff;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.about-vacancies-page .filter-select select {
  display: block;
  height: 56px;
  width: 260px;
  min-height: unset;
  padding: 17px 20px 15px 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  background-color: #eaf5ff;
  border-radius: 10px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.about-vacancies-page .choices.is-open .choices__inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.about-vacancies-page .choices .choices__inner .choices__list .choices__item {
  margin-bottom: 0;
  padding: 0;
  padding-right: 29px;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.about-vacancies-page .choices__list.choices__list--dropdown {
  border: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #eaf5ff;
}

.about-vacancies-page .choices > .choices__list {
  z-index: 995;
}

.about-vacancies-page .choices .choices__list--dropdown .choices__list {
  max-height: 200px;
}

.about-vacancies-page .choices .choices__list--dropdown .choices__list::-webkit-scrollbar {
  width: 4px;
}

.about-vacancies-page .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-track {
  background-color: transparent;
}

.about-vacancies-page .choices .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background-color: #0078d2;
  border-radius: 5px;
}

.about-vacancies-page .choices .choices__list--dropdown .choices__item {
  margin-right: 0;
  padding: 5px 16px 5px 24px;
  font-size: 16px;
  font-weight: 400;
  color: #505050;
  word-break: normal;
}

.about-vacancies-page .choices .choices__list--dropdown .choices__item:first-child {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
}

.about-vacancies-page .choices .choices__list--dropdown .choices__item:hover {
  background-color: #c3e2fb;
  color: #0078d2;
}

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

.footer__menu > #bx_incl_area_5 {
  display: flex;
  column-gap: 40px;
  align-items: center;
}

/* .header-search__input input:-webkit-autofill,
.header-search__input input:auto-fill,
.header-search__input input:-internal-autofill-selected {
  background-color: #007aff !important;
} */

.search-page .search-page__input {
  position: relative;
  max-width: 820px;
  margin-bottom: 26px;
}

.search-page .search-page__input input {
  width: 100%;
  padding: 13px 49px 11px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  background-color: #eaf5ff;
  border: none;
  border-radius: 4px;
  outline: none;
}

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

.search-page .search-count {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

.search-page .search-page__item a {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: 0.3s;
}

.search-page .search-page__item a:hover {
  border: 1px solid #0078d2;
}

.search-page .search-page__item-name {
  font-size: 20px;
  color: #111111;
}
@media (max-width: 767px) {
  .search-page .search-page__item-name {
    font-size: 16px;
  }
}

.search-page .search-page__item-text {
  display: -webkit-box;
  font-size: 16px;
  color: #4e4e5b;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  hyphens: auto;
}
@media (max-width: 767px) {
  .search-page .search-page__item-text {
    font-size: 14px;
  }
}

.success__form__midal {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.success__form__midal__svg {
  border-radius: 40px;
  padding: 10px;
  border: 1px solid var(--Blue, #0078d2);
  margin: 0 auto;
  height: 60px;
  width: 60px;
}

.success__form__midal span {
  text-align: center;
  font-size: 28px;
  line-height: 150%;
}

.modal {
  padding: 80px 60px;
  background: var(--white);
  border-radius: 10px;
}

.hystmodal--active .hystmodal__window {
  margin: 50px 0 !important;
  transform: scale(1);
  opacity: 1;
  border-radius: 15px;
}
.hystmodal__close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0px;
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("/img/close.svg");
  background-size: 100% 100%;
  border: none;
  font-size: 0;
  cursor: pointer;
  outline: none;
  margin: 30px;
  transition: 0.2s;
}

.hystmodal__close:hover {
  /* background-image: url("../../img/close-hover.svg"); */
}

.hystmodal__close:hover {
  opacity: 0.7;
}

.azs-modal {
  background-color: #eaf5ff;
  padding: 30px;
}
.azs-modal__name {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;

  margin-bottom: 15px;
}
.azs-modal__content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.azs-modal__item {
  width: calc(50% - 10px);
}

@media (max-width: 768px) {
  .azs-modal__content {
    flex-direction: column;
  }
  .azs-modal__item {
    width: 100%;
  }
}
.azs-modal__item-name {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #0078d2;
}

.map-azs-icon {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #b8b8b8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.map-azs__body {
  margin-bottom: 20px;
}
.map-azs__body--icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.map-azs-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.map-azs-icon--benz {
  user-select: none;
  padding: 6px 10px;
  background-color: #b8b8b8;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  cursor: pointer;
}

.map-azs-icon--active {
  background-color: #0078d2;
}

.map-azs-icon--benz-withnum {
  width: 44px;
  color: #fff;
}
.map-azs-icon--benz-name {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
  width: 100%;
  height: 25px;
  background-color: #0078d2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-azs-icon--benz-num {
  font-family: "DIGIT";
  width: 100%;
  height: 25px;
  background-color: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-page .news-page__sidebar form .item__tag {
  padding: 0;
  overflow: hidden;
}

.news-page .news-page__sidebar form .item__tag input {
  display: block;
  /* height: 100%; */
  width: 100%;
  padding: 4px 6px 3px 6px;
  font-size: 16px;
  font-weight: 400;
  color: #305e82;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.news-page .news-page__content form .tags__item {
  padding: 0;
  padding-left: 6px;
  overflow: hidden;
}

.news-page .news-page__content form .tags__item input {
  display: block;
  /* height: 100%; */
  width: 100%;
  padding: 6px 10px 6px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #005291;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.container-2.content-container #bx_incl_area_4_1 {
  padding-top: 34px;
  padding-bottom: 80px;
  display: flex;
  column-gap: 50px;
}

.announcements-page .container-2.content-container #bx_incl_area_4_1 {
  display: flex;
  flex-direction: column;
}

.announcements-page .choices,
.news-page .choices {
  margin-bottom: 0;
  font-size: 16px;
}

.announcements-page .choices .choices__placeholder,
.news-page .choices .choices__placeholder {
  opacity: 1;
}

.announcements-page .content__search input,
.news-page .content__search input {
  font-size: 16px;
}

.announcements-page .choices::after,
.news-page .choices::after {
  content: none;
}

.announcements-page .search__input-img,
.news-page .search__input-img {
  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;
  cursor: pointer;
  transition: 0.3s;
  z-index: 999;
}

.announcements-page .search__input .search__input-img,
.news-page .search__input .search__input-img {
  pointer-events: auto;
}

.announcements-page .search__year:has(.choices.is-open) .search__input-img,
.news-page .search__year:has(.choices.is-open) .search__input-img,
.announcements-page .search__month:has(.choices.is-open) .search__input-img,
.news-page .search__month:has(.choices.is-open) .search__input-img {
  transform: translateY(-50%) rotate(-270deg);
}

.announcements-page .search__year,
.news-page .search__year,
.announcements-page .search__month,
.news-page .search__month {
  width: 100%;
  max-width: 160px;
}
@media (max-width: 375px) {
  .announcements-page .search__year,
  .news-page .search__year,
  .announcements-page .search__month,
  .news-page .search__month {
    width: 40%;
  }
}

.announcements-page .choices .choices__inner,
.news-page .choices .choices__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 48px 8px 24px;
  padding-right: 48px;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
  white-space: nowrap;
  appearance: none;
  background-color: #eaf5ff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  z-index: 99;
  min-height: unset;

  span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.announcements-page .choices .choices__list--single,
.news-page .choices .choices__list--single {
  padding: 0;
}

.announcements-page .choices .choices__list--single .choices__item--selectable,
.news-page .choices .choices__list--single .choices__item--selectable {
  overflow: hidden;
  text-overflow: ellipsis;
}

.announcements-page .choices__list.choices__list--dropdown,
.news-page .choices__list.choices__list--dropdown {
  top: 40px;
  /* padding-top: 10px; */
  border: 1px solid #c7ccd1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.announcements-page .choices__list .choices__list,
.news-page .choices__list .choices__list {
  background-color: #ffffff;
  border: none;
}

.announcements-page .choices__list .choices__list .choices__item,
.news-page .choices__list .choices__list .choices__item {
  font-size: 16px;
  padding: 5px 16px;
}
@media (max-width: 640px) {
  .announcements-page .choices__list .choices__list .choices__item,
  .news-page .choices__list .choices__list .choices__item {
    padding-right: 10px;
  }
}

.announcements-page .choices__list .choices__list .choices__item:hover,
.news-page .choices__list .choices__list .choices__item:hover {
  color: #005291;
  background-color: unset;
}

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

.announcements-page .search__month:has(input[name="arrFilter_ff[TAGS]"]),
.news-page .search__month:has(input[name="arrFilter_ff[TAGS]"]) {
  display: none;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: transparent !important;
}

.content__search {
  justify-content: start;
}

.announcements-page .choices__list--dropdown .choices__placeholder,
.news-page .choices__list--dropdown .choices__placeholder {
  display: none;
}

.announcements-page .choices__inner .choices__placeholder,
.news-page .choices__inner .choices__placeholder {
  color: #b8b8b8;
}

.announcements-page .content__search select,
.news-page .content__search select {
  padding: 12px 20px 12px 24px;
  width: 160px;
  font-size: 16px;
  line-height: 1;
  background-color: #eaf5ff;
  border: none;
  border-radius: 4px;
  color: #b8b8b8;
  appearance: none;
}

.pressroom-left-card__tags {
  display: flex;
  column-gap: 5px;
}

.pressroom .title-3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.conclusion-page input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.news-page .content__block-block img {
  width: 100%;
  max-height: 485px;
  object-fit: cover;
}

.heading .title-1 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video_embed a {
  font-size: 20px;
  text-decoration: underline;
}

.video_embed a:hover {
  text-decoration: none;
}

.b24-window-mounts .b24-window-popup {
  z-index: 1100002;
}

.announcements-page .items-empty,
.news-page.items-empty {
  margin-top: 20px;
}

.search-page .content__navigation-btns {
  margin-top: 30px;
}

/* .news-page .search__input-placeholder {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
} */

.conclusion-form__input.ip {
  display: none;
}

.conclusion-form .neft_volume-inputs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}

.conclusion-form .neft_volume-inputs .neft_volume-input-ed {
  display: flex;
  align-items: center;
}

.conclusion-form .neft_volume-input {
  display: flex;
  column-gap: 10px;
}

.conclusion-form .neft_volume-input input {
  max-width: 380px;
}

.azs-modal {
  border-radius: 8px;
  padding: 32px;
}

.azs-modal__name {
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #0078d2;
}

.azs-modal__content {
  flex-direction: column;
  gap: 14px;
}

.azs-modal__item {
  display: flex;
  align-items: center;
  width: auto;
  column-gap: 12px;
}

.azs-modal__item:has(.azs-modal__item-content-services),
.azs-modal__item:has(.azs-modal__item-content-toplivo) {
  flex-direction: column;
  align-self: start;
  row-gap: 6px;
}

.azs-modal__item-name {
  align-self: start;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.azs-modal__item-content {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.map-azs-icon--benz-withnum {
  width: auto;
  border-radius: 8px;
  overflow: hidden;
}

.map-azs-icon--benz-name {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
}

.map-azs-icon--benz-num {
  padding-left: 2px;
  padding-right: 2px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}

.map-azs__body--icons {
  gap: 6px;
}

.map-azs-icon {
  border-radius: 4px;
  overflow: hidden;
}

.map-azs__body {
  margin-bottom: 0;
}

.azs-modal__item-content-toplivo,
.azs-modal__item-content-services {
  align-self: start;
}

.conclusion-form .neft_volume {
  display: none;
}

.conclusion-form .neft_volume:has(.neft_volume-input) {
  display: block;
}

.select2-container {
  min-width: 400px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected="true"]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #f77750;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}
.select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #f77750;
  border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
  border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
  display: none;
}
.select-icon .placeholder {
  /* 	display: none; */
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected="true"]:before {
  display: none !important;
  /* content: "" !important; */
}
.select-icon .select2-search--dropdown {
  display: none;
}