

/* Start:/local/templates/alrosa-news/assets/css/style.css?175921923285472*/
@charset "UTF-8";
/* Reset and base styles  */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: avenirnextcyr;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #f8f8f8;
}
body.lock {
  overflow-y: hidden;
}

body .page-content {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

body > * {
  flex-shrink: 0;
}

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

button {
  cursor: pointer;
}

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

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

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

a.link {
  color: #0078d2;
}

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

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

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

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

.container {
  width: 100%;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.auth-page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.auth-page .auth-form {
  margin-top: 40px;
}
@media (max-width: 420px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url('/local/templates/alrosa-news/assets/css/../fonts/avenirnextcyr-demi.woff2') format('woff2'),
    url('/local/templates/alrosa-news/assets/css/../fonts/avenirnextcyr-demi.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url('/local/templates/alrosa-news/assets/css/../fonts/avenirnextcyr-medium.woff2') format('woff2'),
    url('/local/templates/alrosa-news/assets/css/../fonts/avenirnextcyr-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url('/local/templates/alrosa-news/assets/css/../fonts/avenirnextcyr-regular.woff2') format('woff2'),
    url('/local/templates/alrosa-news/assets/css/../fonts/avenirnextcyr-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: inter;
  font-display: swap;
  src: url('/local/templates/alrosa-news/assets/css/../fonts/inter-medium.woff2') format('woff2'),
    url('/local/templates/alrosa-news/assets/css/../fonts/inter-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: inter;
  font-display: swap;
  src: url('/local/templates/alrosa-news/assets/css/../fonts/inter-regular.woff2') format('woff2'),
    url('/local/templates/alrosa-news/assets/css/../fonts/inter-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: inter;
  font-display: swap;
  src: url('/local/templates/alrosa-news/assets/css/../fonts/inter-bold.woff2') format('woff2'),
    url('/local/templates/alrosa-news/assets/css/../fonts/inter-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
.header {
  background-color: #fff;
  position: relative;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
  padding-top: 26px;
  padding-bottom: 26px;
  column-gap: 20px;
}
@media (max-width: 1023px) {
  .header .container {
    flex-direction: row-reverse;
  }
}
@media (max-width: 420px) {
  .header .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.header__logo {
  max-width: 182px;
  flex-shrink: 0;
}

.header__mobile-menu {
  display: none;
}
@media (max-width: 1023px) {
  .header__mobile-menu {
    display: block;
  }
}

.header__mobile-search {
  display: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .header__mobile-search {
    display: flex;
  }
}

.header-menu__desktop {
  width: 100%;
}
@media (max-width: 1023px) {
  .header-menu__desktop {
    display: none;
  }
}

.header-menu__desktop-list {
  display: flex;
  justify-content: space-around;
}

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

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

.header-menu__desktop-item > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 8px;
  vertical-align: sub;
}

.header__tools {
  display: flex;
  column-gap: 20px;
}
@media (max-width: 1023px) {
  .header__tools {
    display: none;
  }
}

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

.header .theme-change {
  position: relative;
  justify-self: unset;
}

.header .theme-change span {
  position: relative;
  display: flex;
  align-items: center;
  width: 43px;
  height: 100%;
  background-color: #6dcdf6;
  border-radius: 999px;
}

.header .theme-change span:after {
  position: absolute;
  content: '';
  right: 3px;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 50%;
}

.header .theme-change svg {
  position: absolute;
  right: 6px;
  z-index: 9;
}

.header__lk-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .header__lk-link {
    display: none;
  }
}

.header-menu__desktop-list > .header-menu__desktop-item {
  display: inline-block;
}

.header-menu__desktop-list > .header-menu__desktop-item > a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .header-menu__desktop-list > .header-menu__desktop-item > a {
    text-decoration: underline;
  }
}

.header-menu__desktop-list > .header-menu__desktop-item > a:before,
.header-menu__desktop-list > .header-menu__desktop-item > a:after {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 0%;
  height: 2px;
  background: #ed1c24;
  transition: all 0.3s ease;
}

.header-menu__desktop-list > .header-menu__desktop-item > a.active:before {
  right: 50%;
}

.header-menu__desktop-list > .header-menu__desktop-item > a.active:after {
  left: 50%;
}

.header-menu__desktop-list > .header-menu__desktop-item > a.active:before,
.header-menu__desktop-list > .header-menu__desktop-item > a.active:after {
  width: 50%;
}

.header__dropdown-menu {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 9;
  background-color: #fff;
}

.header__dropdown-menu.active {
  display: block;
}

.header__dropdown-menu .container {
  padding-top: 48px;
  padding-bottom: 48px;
}

.header__dropdown-menu .dropdown-menu__item {
  display: none;
  justify-content: space-between;
  width: 100%;
  column-gap: 32px;
}

.header__dropdown-menu .dropdown-menu__item.active {
  display: flex;
  justify-content: space-between;
}

.header__dropdown-menu .dropdown-menu__item-left {
  flex-grow: 1;
  display: flex;
}

.header__dropdown-menu .dropdown-menu__submenu-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 32px;
  height: 200px;
}

.header__dropdown-menu .dropdown-menu__submenu-item {
  line-height: 1.3;
  width: 330px;
}

.header__dropdown-menu .dropdown-menu__submenu-item a:hover {
  text-decoration: underline;
}

.header__dropdown-menu .dropdown-menu__item-right {
  display: flex;
  column-gap: 32px;
  flex-shrink: 0;
  align-items: center;
}

.header__qr {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 132px;
  padding: 16px;
  background-color: #f8f8f8;
}

.header__qr-img {
  position: relative;
}

.header__qr-diamond {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.header__qr-text {
  font-size: 15px;
  line-height: 1.3;
  color: #6dcdf6;
}

.header .dropdown-menu__more-item {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  flex-wrap: wrap;
  width: 266px;
}

.header .dropdown-menu__item:last-child {
  height: 880px;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: 'a b c d' 'a b c e' 'a b c e' 'a b c e' 'a b c e' 'a b c e';
}

.header .dropdown-menu__item:last-child.active {
  display: grid;
}

.dropdown-menu__more-item:nth-child(1) {
  grid-area: a;
}

.dropdown-menu__more-item:nth-child(2) {
  grid-area: b;
}

.dropdown-menu__more-item:nth-child(3) {
  grid-area: c;
}

.dropdown-menu__more-item:nth-child(4) {
  grid-area: d;
}

.dropdown-menu__more-item:nth-child(5) {
  grid-area: e;
}

.dropdown-menu__more-item .dropdown-menu__more-title a {
  font-weight: 500;
  color: #212529;
}

.dropdown-menu__more-item .dropdown-menu__submenu-list {
  height: auto;
}

.dropdown-menu__more-item .dropdown-menu__submenu-item {
  width: auto;
}

.main-page .right-top-section-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 760px;
  height: 100%;
  max-height: 520px;
}
.main-page .right-top-section-container .top-card {
  position: relative;
  display: flex;
  width: 100%;
  max-height: 521px;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: #e2f1f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.main-page .right-top-section-container .top-card .title {
  border-radius: 8px 8px 0 0;
  width: 100%;
  background: #fff;
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  padding: 12px 24px;
  z-index: 1;
}
.main-page .right-top-section-container .top-card .top-card-img {
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 760px;
  max-height: 516px;
}
.main-page .right-top-section-container .top-card .top-card-img svg {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.main-page .right-bottom-section-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 760px;
  width: 100%;
}
.main-page .right-bottom-section-container .bottom-card {
  display: flex;
  width: 100%;
  max-width: 760px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: #e2f1f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.main-page .right-bottom-section-container .bottom-card .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px 8px 0 0;
  width: 100%;
  background: #fff;
  padding: 12px 24px;
}
.main-page
  .right-bottom-section-container
  .bottom-card
  .title-container
  .title {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
}
.main-page
  .right-bottom-section-container
  .bottom-card
  .title-container
  .all-news-count {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
}
.main-page .right-bottom-section-container .bottom-card .all-news__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 12px 24px;
  gap: 16px;
}
.main-page
  .right-bottom-section-container
  .bottom-card
  .all-news__list
  .all-news__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main-page
  .right-bottom-section-container
  .bottom-card
  .all-news__list
  .all-news__item
  p {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.header {
  /* Hamburger */
  /* Menu */
}
.header .p-menu1 {
  height: 100%;
}
.header .hamburger1 {
  display: -ms-grid;
  grid-template-rows: repeat(3, 1fr);
  justify-items: center;
  z-index: 120;
}
.header .hamburger1 div {
  background-color: rgb(61, 61, 61);
  position: relative;
  width: 20px;
  height: 2px;
  margin-top: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header #toggle1 {
  display: none;
}
.header #toggle1:checked + .hamburger1 .top {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 16px;
  width: 25px;
}
.header #toggle1:checked + .hamburger1 .meat {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -2px;
  width: 25px;
}
.header #toggle1:checked + .hamburger1 .bottom {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.header #toggle1:checked ~ .burger-menu {
  height: 100vh;
  padding: 24px 16px;
}
.header .burger-menu {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  background-color: #fff;
  margin-top: 25px;
  padding: 24px 16px;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
  clear: both;
  width: auto;
  height: 0px;
  overflow: hidden;
  transition: height 0.4s ease;
  z-index: 121;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 36px;
  overflow-y: scroll;
}
.header .burger-menu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  gap: 10px;
  vertical-align: sub;
}
.header .link1 {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font: 700 20px 'Oswald', sans-serif;
}
.header .link1:hover {
  background-color: #fff;
  color: rgb(61, 61, 61);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body:has(#toggle1:checked) {
  overflow-y: hidden;
}

nav .dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .dropdown-menu li {
  display: inline-block;
  margin-right: 20px;
}

.dropdown-menu:active {
  display: block;
}

.dropdown-menu {
  display: none;
  background-color: #f9f9f9;
  list-style: none;
  padding: 10px;
}

.dropdown-menu li {
  margin: 5px 0;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

.header .settings-submenu {
  display: none;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease-in-out;
}

.header .settings-submenu.active {
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: translateY(0);
  padding-left: 35px;
  gap: 18px;
  transition: all 0.3s ease-in-out;
  list-style: disc !important;
}

.chevron-down {
  transition: transform 0.5s ease; /* Плавная анимация поворота */
}

.chevron-down.rotated {
  transform: rotate(180deg); /* Поворот на 180 градусов */
}

.header-auth {
  background-color: #fff;
  position: relative;
}
.header-auth .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
  padding-top: 26px;
  padding-bottom: 26px;
  column-gap: 20px;
}
@media (max-width: 1023px) {
  .header-auth .container {
    flex-direction: row-reverse;
  }
}
@media (max-width: 420px) {
  .header-auth .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.header-auth .header__logo {
  max-width: 182px;
  flex-shrink: 0;
}

/* Nav Icon */
.header__mobile-menu-btn {
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  background-color: unset;
  border: none;
  cursor: pointer;
}
.header__mobile-menu-btn span {
  display: block;
  position: relative;
  top: 30%;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #212529;
}
.header__mobile-menu-btn span::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 12px;
  height: 2px;
  background-color: #212529;
  transition: transform 0.1s ease-in, top 0.1s linear 0.1s;
}
.header__mobile-menu-btn span::before {
  top: 6px;
}
.header__mobile-menu-btn span.active {
  background-color: transparent;
}
.header__mobile-menu-btn span.active::before {
  top: 0;
  transition: top 0.1s linear, transform 0.1s ease-in 0.1s;
}
.header__mobile-menu-btn span.active::before {
  transform: rotate(45deg);
}

/* 
.sidebar {
    // padding-left: 20px;

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

.sidebar__menu {
    padding-top: 20px;
    padding-bottom: 20px;
    // padding-left: 20px;
}

.sidebar-menu__list {
    display: flex;
    flex-direction: column;
    // row-gap: 32px;
}

.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 {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 324px;
}
.sidebar .sidebar__menu {
  font-size: 18px;
  color: #212529;
}
.sidebar .sidebar__menu a {
  color: #212529;
}
.sidebar .sidebar__menu .sidebar-menu__title {
  font-weight: 450;
  margin-bottom: 24px;
}
.sidebar .sidebar-menu__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sidebar .sidebar-menu__list .sidebar-menu__item {
  line-height: 1.3;
}
.sidebar .sidebar-menu__list .sidebar-menu__item.active a {
  color: #428fde;
}
@media (max-width: 1023px) {
  .sidebar {
    display: none;
  }
}

.footer {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 420px) {
  .footer .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.footer .footer__menus {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
@media (max-width: 1023px) {
  .footer .footer__menus {
    flex-direction: column;
    row-gap: 24px;
  }
}

.footer .footer__menus {
  display: flex;
  justify-content: space-between;
  row-gap: 14px;
  flex-grow: 1;
}
.footer .footer__menus .footer-text {
  color: #212529;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.footer .footer__logo {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer .footer__logo .logo-container {
  display: flex;
  width: 42px;
  height: 24px;
}
.footer .footer__logo .logo-text {
  color: #97999b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}

.footer__logo .logo-container img {
  width: 162px;
}

/* PAGINATION */
.pagination {
  display: flex;
  text-align: center;
  align-items: center;
  vertical-align: sub;
  gap: 34px;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 16px;
}

.pagination a {
  color: rgb(151, 153, 155);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
  display: flex;
  align-items: center;
  vertical-align: sub;
}
.pagination a .chevron-container-link {
  position: relative;
}
.pagination a .chevron-container-link svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: sub;
}

.reverse-chevron svg {
  transform: rotate(180deg);
}

.pagination .active {
  color: #007bff;
  font-weight: bold;
  background-color: #f8f8f8;
}

.pagination button {
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 1px;
  border: none;
  background-color: #f8f8f8;
}

.popup_vk {
  border: solid 1px black;
  padding: 10px;
  background-color: white;
  width: 100%;
  margin-top: 15%;
  display: flex;
  width: 375px;
}

.border_radius_class {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 24px;
}

.btn_close {
  padding: 3%;
  margin-bottom: 2%;
  text-align: right;
  display: block;
  text-transform: uppercase;
}

.btn_group {
  width: 30%;
}

#vk_groups_popup {
  margin: 0 auto;
}

.popup-contact-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.popup-image-container {
  width: 117px;
  height: 150.28px;
}
.popup-image-container img {
  width: 100%;
}

.popup-text-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup-title {
  color: rgb(33, 37, 41);
  font-size: 18px;
  font-weight: 450;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}

.subtitle-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.subtitle-container label {
  color: rgb(151, 153, 155);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.popup-subtitle {
  color: rgb(33, 37, 41);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}

.contact-card {
  display: none;
}

@media (max-width: 768px) {
  .contact-card {
    display: flex;
    gap: 12px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    border: 1px solid rgb(215, 215, 215);
    border-radius: 8px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1019607843);
    background: rgb(255, 255, 255);
  }
  .contact-card .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 100px;
  }
  .contact-card .image-container img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
  }
  .contact-card .card-text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .contact-card .card-text-container .card-title {
    color: rgb(33, 37, 41);
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
  }
  .contact-card .card-text-container .subtitle-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .contact-card .card-text-container .card-subtitle {
    color: rgb(33, 37, 41);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
  }
  .search-container {
    flex-direction: column;
  }
  .search-container .input-container .input {
    max-width: unset;
  }
  .search-container .search-icon-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: rgb(109, 205, 246);
  }
  .search-container .search-icon-container svg {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .search-container .search-icon-container svg {
    display: block;
  }
}
@media (max-width: 768px) {
  .search-container button {
    display: none;
  }
}
@media (max-width: 560px) {
  .contact-card .card-text-container .card-title {
    font-size: 20px;
  }
  .contact-card .card-text-container .card-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .contact-card {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-card .card-text-container .card-title {
    font-size: 16px;
  }
  .contact-card .card-text-container .subtitle-container {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .contact-card .card-text-container .card-subtitle {
    font-size: 14px;
  }
}
.main-page {
  padding: 24px 0;
  width: 100%;
  padding-bottom: 150px;
  /* STAR */
}
.main-page .container {
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
@media (max-width: 900px) {
  .main-page .container {
    flex-direction: column;
  }
}
.main-page .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  color: #212529;
}
.main-page .title-container .title {
  font-size: 18px;
  font-weight: 450;
}
@media (max-width: 900px) {
  .main-page .title-container {
    align-items: flex-start;
  }
  .main-page .title-container .title {
    font-size: 24px;
    font-weight: 450;
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 400px) {
  .main-page .title-container .title {
    max-width: 245px;
  }
}
.main-page .star-checkbox {
  cursor: pointer;
  user-select: none; /* Отключение выделения текста */
}
.main-page .star-checkbox input {
  position: absolute;
  opacity: 0; /* Скрытие стандартного чекбокса */
  cursor: pointer;
}
.main-page .star-checkbox .checkmark {
  position: relative;
  padding-left: 25px;
}
.main-page .star-checkbox .checkmark::before {
  position: absolute;
  content: '☆';
  left: 0;
  top: -18px;
  font-size: 36px;
  color: rgb(151, 153, 155);
}
.main-page .star-checkbox input:checked + .checkmark {
  color: rgb(0, 122, 194);
}
.main-page .star-checkbox input:checked + .checkmark::before {
  content: '★'; /* Полная звезда при выборе */
  color: rgb(0, 122, 194);
}

.white {
  background: #fff;
}

.light-blue {
  background: #e6ffff;
}

.normal-blue {
  background: #e2f1f9;
}

.main-page .left-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 536px;
  height: auto;
}
@media (max-width: 900px) {
  .main-page .left-section {
    width: 100%;
    max-width: unset;
  }
}
.main-page .left-section .first-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 0px 0px 0px;
}
@media (max-width: 900px) {
  .main-page .left-section .first-card {
    width: 100%;
  }
}
.main-page .left-section .news-list {
  display: flex;
  flex-direction: column;
}
.main-page .left-section .news-list .news-list__item {
  display: flex;
  flex-direction: column;
  padding: 12px 24px;
  gap: 10px;
}
.main-page .left-section .news-list .news-list__item .news-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  min-width: 343px;
  max-width: 536px;
}
@media (max-width: 900px) {
  .main-page .left-section .news-list .news-list__item .news-title {
    max-width: unset;
    min-width: unset;
  }
}
.main-page .left-section .news-list .news-list__item .news-text {
  color: #212529;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.main-page .left-section .toggle-container {
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-page .left-section .switch {
  color: #97999b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
}
.main-page .left-section .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.main-page .right-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 760px;
  border-radius: 8px;
  gap: 24px;
}
@media (max-width: 900px) {
  .main-page .right-section {
    width: 100%;
    max-width: unset;
  }
}
.main-page .right-section .top-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.main-page .right-section .bottom-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.main-page .right-section .bottom-card .all-news-count {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
}
.main-page .right-section .bottom-card .all-news__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 12px 24px;
  gap: 16px;
  max-height: 276px;
  overflow-y: auto;
}
.main-page .right-section .bottom-card .all-news__list .all-news__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main-page .right-section .bottom-card .all-news__list .all-news__item p {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.main-page .country {
  cursor: pointer;
  background: var(--, #f9f9f9);
}

.country.active {
  fill: rgb(39, 172, 228);
}

.country.is-active:hover {
  cursor: pointer;
  fill: rgb(39, 172, 228);
  animation: highlightUlus 2s linear infinite;
  scale: 1 1;
}

.hidden {
  display: none;
}

.main-page .toggle-container .toggle-text.active {
  display: block;
}

.main-page .toggle-container {
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-page .toggle-container .toggle-text {
  
  color: #97999b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: none;
}

.form-container-main {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.main-page .filter-close-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 168px;
  gap: 8px;
  font-size: 16px;
  color: #97999b;
  cursor: pointer;
  margin: 0 20px 0 0;
}
.main-page .filter-close-icon-container:hover {
  text-decoration: underline;
}

#tooltip {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  z-index: 1;
  font-size: 14px;
  max-width: 300px;
}

#tooltip.show {
  display: block;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 2px solid #97999b;
  transition: 0.4s;
  border-radius: 30px;
}

.slider:before {
  position: absolute;
  content: '';
  height: 12px;
  width: 12px;
  border-radius: 20px;
  left: 0;
  bottom: 0px;
  background-color: #97999b;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #f8f8f8;
  border: 2px solid #007ac2;
}

input:focus + .slider {
  box-shadow: 0 0 1px #97999b;
}

input:checked + .slider:before {
  transform: translateX(14px);
  background-color: #007ac2;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f8f8f8;
  z-index: 100;
  transition: opacity 0.75s, visibility 0.75s;
}

.loader-container .loader {
  position: relative;
  --uib-size: 2.8rem;
  --uib-speed: 0.9s;
  --uib-color: #6dcdf6;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transform: unset;
  transform-origin: unset;
  transition: unset;
  top: 50%;
  left: 50%;
}
.loader-container .loader .loader__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}
.loader-container .loader .loader__dot::before {
  content: '';
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: loading calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}
.loader-container .loader .loader__dot:nth-child(2) {
  transform: rotate(45deg);
}
.loader-container .loader .loader__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}
.loader-container .loader .loader__dot:nth-child(3) {
  transform: rotate(90deg);
}
.loader-container .loader .loader__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}
.loader-container .loader .loader__dot:nth-child(4) {
  transform: rotate(135deg);
}
.loader-container .loader .loader__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}
.loader-container .loader .loader__dot:nth-child(5) {
  transform: rotate(180deg);
}
.loader-container .loader .loader__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}
.loader-container .loader .loader__dot:nth-child(6) {
  transform: rotate(225deg);
}
.loader-container .loader .loader__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}
.loader-container .loader .loader__dot:nth-child(7) {
  transform: rotate(270deg);
}
.loader-container .loader .loader__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}
.loader-container .loader .loader__dot:nth-child(8) {
  transform: rotate(315deg);
}
.loader-container .loader .loader__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

.loader-container-hidden {
  opacity: 0;
  visibility: hidden;
}

@keyframes loading {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
.tooltip {
  position: absolute;
  padding: 10px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  width: auto !important;
  height: 72px !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  background-color: #fff;
  color: #212529;
  border-radius: 4px;
  font-size: 14px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  top: -100px; /* 100px - расстояние от верхнего края */
  left: -100px; /* 100px - расстояние от левого края */
}

.main-page {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 90px;
  width: 100%;
  /* FORM, FILTER */
  /* Mobile submenu BURGER MENU */
  /* CONTENT */
  /* PAGINATION */
  /* STAR */
  /* Calendar */
}
.main-page .container {
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
.main-page .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 100%; */
  color: #212529;
  font-size: 22px;
  font-family: avenirnextcyr;
  font-style: normal;
  font-weight: lighter;
}
@media (max-width: 1024px) {
  .main-page .title-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media (max-width: 420px) {
  .main-page .title-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.main-page .white {
  background: #fff;
}
.main-page .light-blue {
  background: #e6ffff;
}
.main-page .normal-blue {
  background: #e2f1f9;
}
.main-page .form-container-main {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1024px) {
  .main-page .form-container-main {
    display: none; /* скрываем по умолчанию */
    transition: opacity 0.5s ease-in-out; /* добавляем плавный переход для прозрачности */
  }
  .main-page .form-container-main.show {
    display: flex; /* показываем, если есть класс show */
    opacity: 1; /* финальная прозрачность */
    transition: opacity 0.5s ease-in-out;
    flex-direction: column;
    padding-left: 16px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 80px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 20px 20px 0px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}
.main-page .search-input {
  min-width: 200px;
  width: 100%;
  height: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  outline: none;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 16px;
}
.main-page .search-input::placeholder {
  font-size: 16px;
  color: #97999b;
}
.main-page .custom-select-main {
  position: relative;
  width: 100%;
  user-select: none;
}
.main-page .selected-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  border: 1px solid #d7d7d7;
  padding: 12px 16px;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  color: #97999b;
}
.main-page .selected-option-main.placeholder {
  color: #97999b; /* Цвет placeholder */
}
.main-page .selected-option-main.active {
  color: #000; /* Цвет выбранного текста */
}
.main-page .select-options {
  display: block; /* Не используйте display: none, чтобы сохранить работоспособность transition */
  max-height: 0; /* Начальная высота для скрытия */
  overflow: hidden; /* Скрыть контент, выходящий за пределы элемента */
  transition: max-height 0.3s ease-out; /* Плавный переход */
  width: 56%;
  position: absolute;
  top: 50px;
  margin-left: 20px;
  background-color: #fff;
  z-index: 99;
}
.main-page .select-options.show {
  display: block;
  max-height: 500px;
  border: 1px solid #d7d7d7;
}
.main-page .select-options ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 205px;
}
.main-page .select-options ul::-webkit-scrollbar {
  width: 8px; /* ширина полосы прокрутки в Chrome/Safari */
}
.main-page .select-options ul::-webkit-scrollbar-thumb {
  background-color: #6dcdf6; /* цвет полосы прокрутки в Chrome/Safari */
  border-radius: 6px; /* радиус границы полосы прокрутки в Chrome/Safari */
}
.main-page .select-options ul::-webkit-scrollbar-thumb:hover {
  background-color: #44baec; /* цвет полосы прокрутки при наведении в Chrome/Safari */
}
.main-page .select-options ul::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* цвет фона полосы прокрутки в Chrome/Safari */
}
.main-page .select-options li {
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.main-page .select-options li input {
  margin-right: 8px;
}
.main-page .select-options input.search-option-input {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  box-sizing: border-box;
  border-top: none;
  border-bottom: 1px solid #d7d7d7;
  border-left: none;
  border-right: none;
  outline: none;
  font-size: 14px;
  font-style: italic;
}
.main-page .select-options li:hover {
  background-color: #f1f1f1;
}
.main-page .show {
  display: block;
}
.main-page .selected-option .arrow {
  display: inline-block;
  margin-left: 5px;
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg); /* Стрелка направлена вниз */
  transition: transform 0.3s ease;
}
.main-page .custom-select-main .select-options.show .arrow {
  transform: rotate(
    -135deg
  ); /* Стрелка направлена вверх, когда селект открыт */
}
.main-page .selected-option-main.open .arrow {
  transform: rotate(
    -135deg
  ); /* Стрелка направлена вверх, когда селект открыт */
}
.main-page .sub-burger {
  display: -ms-grid;
  grid-template-rows: repeat(3, 1fr);
  justify-items: center;
  z-index: 120;
}
.main-page .form-container-main {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.main-page .selected-option-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  border: 1px solid #d7d7d7;
  padding: 12px 16px;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  color: #97999b;
}

.main-page .selected-option-main.active {
  color: #000; /* Цвет выбранного текста */
}
.main-page .select-options input.search-option-input {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  box-sizing: border-box;
  border-top: none;
  border-bottom: 1px solid #d7d7d7;
  border-left: none;
  border-right: none;
  outline: none;
  font-size: 14px;
  font-style: italic;
}
.main-page .selected-option-main .arrow {
  display: inline-block;
  margin-left: 5px;
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg); /* Стрелка направлена вниз */
  transition: transform 0.3s ease;
}
.main-page .custom-select-main .select-options.show .arrow {
  transform: rotate(
    -135deg
  ); /* Стрелка направлена вверх, когда селект открыт */
}
.main-page .selected-option-arrow.open .arrow {
  transform: rotate(
    -135deg
  ); /* Стрелка направлена вверх, когда селект открыт */
}
.main-page .content-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .main-page .content-container {
    grid-template-columns: 1fr;
  }
}
.main-page .content-container .news-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
}
.main-page .content-container .news-list .news-list__item {
  display: flex;
  flex-direction: column;
  padding: 12px 24px;
  height: 100%;
  gap: 10px;
}
.main-page .content-container .news-list .news-list__item .news-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.main-page .content-container .news-list .news-list__item .news-title {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 1.3;
}
.main-page .content-container .news-list .news-list__item .news-title:hover {
  color: #007ac2;
}
.main-page .content-container .news-list .news-list__item .news-text {
  color: #212529;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  background: linear-gradient(
    180deg,
    #212529 9.09%,
    rgba(115, 129, 143, 0) 123.86%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  position: relative;
  height: 44px;
}
.main-page .content-container .news-list .news-list__item .news-text:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
}
.main-page .pagination {
  display: flex;
  text-align: center;
  align-items: center;
  vertical-align: sub;
  gap: 34px;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .main-page .pagination {
    padding-left: 24px;
  }
}
.main-page .pagination a {
  color: rgb(151, 153, 155);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
  display: flex;
  align-items: center;
  vertical-align: sub;
}
.main-page .pagination a .chevron-container-link {
  position: relative;
}
.main-page .pagination a .chevron-container-link svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: sub;
}
.main-page .reverse-chevron svg {
  transform: rotate(180deg);
}
.main-page .pagination .active {
  color: #007bff;
  font-weight: bold;
  background-color: #f8f8f8;
}
.main-page .pagination button {
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 1px;
  border: none;
  background-color: #f8f8f8;
}
.main-page .star-checkbox {
  cursor: pointer;
  user-select: none; /* Отключение выделения текста */
}
.main-page .star-checkbox input {
  position: absolute;
  opacity: 0; /* Скрытие стандартного чекбокса */
  cursor: pointer;
}
.main-page .star-checkbox .checkmark {
  position: relative;
  padding-left: 25px;
}
.main-page .star-checkbox .checkmark::before {
  position: absolute;
  content: '☆';
  left: 0;
  top: -18px;
  font-size: 36px;
  color: rgb(151, 153, 155);
}
.main-page .star-checkbox input:checked + .checkmark {
  color: rgb(0, 122, 194);
}
.main-page .star-checkbox input:checked + .checkmark::before {
  content: '★'; /* Полная звезда при выборе */
  color: rgb(0, 122, 194);
}
.main-page body:has(#toggle2:checked) {
  overflow-y: hidden;
}
.main-page .custom-select {
  position: relative;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.main-page .custom-select .input-select {
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  color: var(--gray-gray-3, #97999b);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.main-page .custom-select .hide {
  display: none;
}
.main-page .custom-select .show-arrow {
  display: block;
}
.main-page .daterangepicker td.active {
  background-color: #6dcdf6 !important;
}
.main-page .daterangepicker select.monthselect {
  border: solid 1px #d7d7d7 !important;
  background: #fff !important;
  outline: none !important;
}
.main-page .daterangepicker select.yearselect {
  border: solid 1px #d7d7d7 !important;
  background: #fff !important;
  outline: none !important;
}

.archive-page {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 150px;
  width: 100%;
  /* TOGGLE NEW,OLD */
  /* FORM, FILTER */
  /* Mobile submenu BURGER MENU */
  /* ВЫБРАННЫЕ ОПЦИИ */
  /* CONTENT */
  /* STAR */
  /* Calendar */
  /* Начальное скрытое состояние */
  /* Когда активен, показываем */
  /* Адаптируем для мобильных устройств, если нужно */
}
.archive-page .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.archive-page .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #212529;
}
@media (max-width: 1024px) {
  .archive-page .title-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media (max-width: 420px) {
  .archive-page .title-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.archive-page .white {
  background: #fff;
}
.archive-page .light-blue {
  background: #e6ffff;
}
.archive-page .normal-blue {
  background: #e2f1f9;
}
.archive-page .toggle-container {
  display: flex;
  align-items: center;
  gap: 6px;
}
.archive-page .toggle-container .toggle-text {
  
    width: auto;
  color: #97999b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: none;
}
.archive-page .switch {
  color: #97999b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
}
.archive-page .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.archive-page .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 2px solid #97999b;
  transition: 0.4s;
  border-radius: 30px;
}
.archive-page .slider:before {
  position: absolute;
  content: '';
  height: 12px;
  width: 12px;
  border-radius: 20px;
  left: 0;
  bottom: 0px;
  background-color: #97999b;
  transition: 0.4s;
}
.archive-page input:checked + .slider {
  background-color: #f8f8f8;
  border: 2px solid #007ac2;
}
.archive-page input:focus + .slider {
  box-shadow: 0 0 1px #97999b;
}
.archive-page input:checked + .slider:before {
  transform: translateX(14px);
  background-color: #007ac2;
}
.archive-page .toggle-text {
  margin-left: 10px;
}
.archive-page .toggle-text.active {
  display: inline;
}
.archive-page .toggle-text.hidden {
  display: none;
}
.archive-page .form-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1024px) {
  .archive-page .form-container {
    position: fixed;
    bottom: -20px;
    left: 0;
    right: 0;
    background: white;
    max-width: 100%;
    height: 0;
    overflow: hidden; /* Чтобы скрывать содержимое во время анимации */
    transition: height 0.5s ease; /* Переход для анимации высоты */
    display: flex;
    flex-direction: column;
    padding-left: 16px;
    padding-top: 16px;
    padding-right: 16px;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 999;
  }
  .archive-page .form-container.show {
    display: flex; /* показываем, если есть класс show */
    flex-direction: column;
    padding-top: 16px;
    height: 500px; /* Финальная высота */
    padding-left: 16px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 80px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 20px 20px 0px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}
.archive-page .search-input {
  min-width: 200px;
  width: 100%;
  height: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  outline: none;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 16px;
}
.archive-page .search-input::placeholder {
  font-size: 16px;
  color: #97999b;
}
.archive-page .custom-select {
  position: relative;
  width: 100%;
  user-select: none;
}
.archive-page .selected-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  border: 1px solid #d7d7d7;
  padding: 12px 16px;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  color: #97999b;
}
.archive-page .selected-option.placeholder {
  color: #97999b; /* Цвет placeholder */
}
.archive-page .selected-option.active {
  color: #000; /* Цвет выбранного текста */
}
.archive-page .select-options {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-bottom: none;
  z-index: 99;
}
.archive-page .select-options.show {
  display: block;
  max-height: 500px;
  border: 1px solid #d7d7d7;
}
.archive-page .select-options ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 205px;
}
.archive-page .select-options ul::-webkit-scrollbar {
  width: 8px; /* ширина полосы прокрутки в Chrome/Safari */
}
.archive-page .select-options ul::-webkit-scrollbar-thumb {
  background-color: #6dcdf6; /* цвет полосы прокрутки в Chrome/Safari */
  border-radius: 6px; /* радиус границы полосы прокрутки в Chrome/Safari */
}
.archive-page .select-options ul::-webkit-scrollbar-thumb:hover {
  background-color: #44baec; /* цвет полосы прокрутки при наведении в Chrome/Safari */
}
.archive-page .select-options ul::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* цвет фона полосы прокрутки в Chrome/Safari */
}
.archive-page .select-options li {
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.archive-page .select-options li input {
  margin-right: 8px;
}
.archive-page .select-options input.search-option-input {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  box-sizing: border-box;
  border-top: none;
  border-bottom: 1px solid #d7d7d7;
  border-left: none;
  border-right: none;
  outline: none;
  font-size: 14px;
  font-style: italic;
}
.archive-page .select-options li:hover {
  background-color: #f1f1f1;
}
.archive-page .show {
  display: block;
}
.archive-page .selected-option .arrow {
  display: inline-block;
  margin-left: 5px;
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg); /* Стрелка направлена вниз */
  transition: transform 0.3s ease;
}
.archive-page .custom-select .select-options.show .arrow {
  transform: rotate(
    -135deg
  ); /* Стрелка направлена вверх, когда селект открыт */
}
.archive-page .selected-option.open .arrow {
  transform: rotate(
    -135deg
  ); /* Стрелка направлена вверх, когда селект открыт */
}
.archive-page .sub-burger {
  display: -ms-grid;
  grid-template-rows: repeat(3, 1fr);
  justify-items: center;
  z-index: 120;
}
@media (max-width: 1024px) {
  .archive-page .top {
    background-color: rgb(61, 61, 61);
    position: relative;
    width: 20px;
    height: 2px;
    margin-top: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .archive-page .meat {
    background-color: rgb(61, 61, 61);
    position: relative;
    width: 15px;
    height: 2px;
    margin-top: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .archive-page .bottom {
    background-color: rgb(61, 61, 61);
    position: relative;
    width: 11px;
    height: 2px;
    margin-top: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 1024px) {
  .archive-page .mobile-submenu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
}
.archive-page .close-subburger-container {
  display: none; /* Скрыть блок по умолчанию */
  flex-direction: column;
}
.archive-page .close-subburger {
  text-align: end;
}
.archive-page .title-newsfilter {
  color: var(--gray-gray-4, #212529);
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
}
.archive-page .selected-option-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border: solid 1px #d7d7d7;
  border-radius: 40px;
  background: var(--gray-gray-0, #fff);
}
.archive-page .selected-option-tag .remove-option-tag {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-page .selected-option-tag svg {
  cursor: pointer;
}
.archive-page .output-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  gap: 8px;
}
@media (max-width: 1024px) {
  .archive-page .output-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.archive-page .output-container div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.archive-page .filter-close-icon-container {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 350px;
  gap: 8px;
  color: #007ac2;
}
@media (max-width: 1024px) {
  .archive-page .filter-close-icon-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 20px;
  }
}
.archive-page .remove-option {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-page .selected-option-theme {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border: solid 1px #d7d7d7;
  border-radius: 40px;
  background: var(--gray-gray-0, #fff);
}
.archive-page .selected-option-theme .remove-option-theme {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-page .selected-option-theme svg {
  cursor: pointer;
}
.archive-page .selected-option-mobile-theme {
  display: flex;
  gap: 12px;
  padding: 8px 16px;
  border: solid 1px #d7d7d7;
  border-radius: 40px;
  background: var(--gray-gray-0, #fff);
}
.archive-page .selected-option-mobile-theme .remove-option {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-page .selected-option-mobile-theme svg {
  cursor: pointer;
}
.archive-page .selected-option-country {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border: solid 1px #d7d7d7;
  border-radius: 40px;
  background: var(--gray-gray-0, #fff);
}
.archive-page .selected-option-country .remove-option-country {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-page .selected-option-country svg {
  cursor: pointer;
}
.archive-page .selected-option-mobile-country {
  display: flex;
  gap: 12px;
  padding: 8px 16px;
  border: solid 1px #d7d7d7;
  border-radius: 40px;
  background: var(--gray-gray-0, #fff);
}
.archive-page .selected-option-mobile-country .remove-option {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-page .selected-option-mobile-country svg {
  cursor: pointer;
}
.archive-page .selected-option-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border: solid 1px #d7d7d7;
  border-radius: 40px;
  background: var(--gray-gray-0, #fff);
}
.archive-page .selected-option-tag .remove-option-tag {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-page .selected-option-tag svg {
  cursor: pointer;
}
.archive-page .search-button {
  width: 200px;
  height: 48px;
  padding: 8px 24px;
  border-radius: 40px;
  background: var(--accent-blue, #6dcdf6);
  color: #fff;
  border: none;
  cursor: pointer;
  color: var(--gray-gray-0, #fff);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
}
.archive-page .search-button:hover {
  background: #007ac2;
}
@media (max-width: 1024px) {
  .archive-page .search-button {
    width: 100%;
  }
}
.archive-page .content-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .archive-page .content-container {
    grid-template-columns: 1fr;
  }
}
.archive-page .content-container .news-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
}
.archive-page .content-container .news-list .news-list__item {
  display: flex;
  flex-direction: column;
  padding: 12px 24px;
  height: 100%;
  gap: 10px;
}
.archive-page .content-container .news-list .news-list__item .news-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.archive-page .content-container .news-list .news-list__item .news-title {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 1.3;
}
.archive-page .content-container .news-list .news-list__item .news-title:hover {
  color: #007ac2;
}
.archive-page .content-container .news-list .news-list__item .news-text {
  color: #212529;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  background: linear-gradient(
    180deg,
    #212529 9.09%,
    rgba(115, 129, 143, 0) 123.86%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  position: relative;
  height: 44px;
}
.archive-page .content-container .news-list .news-list__item .news-text:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
}
.archive-page .star-checkbox {
  cursor: pointer;
  user-select: none; /* Отключение выделения текста */
}
.archive-page .star-checkbox input {
  position: absolute;
  opacity: 0; /* Скрытие стандартного чекбокса */
  cursor: pointer;
}
.archive-page .star-checkbox .checkmark {
  position: relative;
  padding-left: 25px;
}
.archive-page .star-checkbox .checkmark::before {
  position: absolute;
  content: '☆';
  left: 0;
  top: -18px;
  font-size: 36px;
  color: rgb(151, 153, 155);
}
.archive-page .star-checkbox input:checked + .checkmark {
  color: rgb(0, 122, 194);
}
.archive-page .star-checkbox input:checked + .checkmark::before {
  content: '★'; /* Полная звезда при выборе */
  color: rgb(0, 122, 194);
}
.archive-page body:has(#toggle2:checked) {
  overflow-y: hidden;
}
.archive-page .custom-select {
  position: relative;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.archive-page .custom-select .input-select {
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  color: var(--gray-gray-3, #97999b);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.archive-page .custom-select .hide {
  display: none;
}
.archive-page .custom-select .show-arrow {
  display: block;
}
.archive-page .daterangepicker {
  max-height: 0; /* Изначально скрыт */
  opacity: 0; /* Прозрачный */
  visibility: hidden; /* Не видим */
  transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  overflow: hidden; /* Скрыть выходящий за пределы контент */
}
.archive-page .daterangepicker.show {
  max-height: 500px; /* Задайте подходящую максимальную высоту */
  opacity: 1; /* Прозрачность 100% */
  visibility: visible; /* Видимый */
}
@media (max-width: 1024px) {
  .archive-page .daterangepicker {
    max-height: 400px;
  }
}
.archive-page .daterangepicker td.active {
  background-color: #6dcdf6 !important;
}
.archive-page .daterangepicker select.monthselect {
  border: solid 1px #d7d7d7 !important;
  background: #fff !important;
  outline: none !important;
}
.archive-page .daterangepicker select.yearselect {
  border: solid 1px #d7d7d7 !important;
  background: #fff !important;
  outline: none !important;
}

.archive-detail-page {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  width: 100%;
  padding-bottom: 150px;
  /* STAR */
}
.archive-detail-page .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.archive-detail-page .content-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  padding: 24px;
  border-radius: 8px;
  background: rgb(255, 255, 255);
}
@media (max-width: 600px) {
  .archive-detail-page .title-date-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.archive-detail-page .title-container {
  width: 100%;
}
.archive-detail-page .title-container .title {
  color: rgb(33, 37, 41);
  font-size: 28px;
  font-weight: 450;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}
@media (max-width: 600px) {
  .archive-detail-page .title-container .title {
    font-size: 24px;
  }
}
.archive-detail-page .date-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 22px;
}
@media (max-width: 600px) {
  .archive-detail-page .date-container {
    justify-content: space-between;
  }
}
.archive-detail-page .date-container .date {
  color: rgb(33, 37, 41);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
}
.archive-detail-page .tag-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 600px) {
  .archive-detail-page .tag-container {
    flex-wrap: wrap;
  }
}
.archive-detail-page .tag-container .tag {
  padding: 8px 16px 8px 16px;
  color: rgb(33, 37, 41);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid rgb(151, 153, 155);
  border-radius: 40px;
  background: rgb(255, 255, 255);
}
.archive-detail-page .tag-container .tag:hover {
  color: #007ac2;
  border-color: #007ac2;
}
.archive-detail-page .star-checkbox {
  cursor: pointer;
  user-select: none; /* Отключение выделения текста */
}
.archive-detail-page .star-checkbox input {
  position: absolute;
  opacity: 0; /* Скрытие стандартного чекбокса */
  cursor: pointer;
}
.archive-detail-page .star-checkbox .checkmark {
  position: relative;
  padding-left: 25px;
}
.archive-detail-page .star-checkbox .checkmark::before {
  position: absolute;
  content: '☆';
  left: 0;
  top: -18px;
  font-size: 36px;
  color: rgb(151, 153, 155);
}
.archive-detail-page .star-checkbox input:checked + .checkmark {
  color: rgb(0, 122, 194);
}
.archive-detail-page .star-checkbox input:checked + .checkmark::before {
  content: '★'; /* Полная звезда при выборе */
  color: rgb(0, 122, 194);
}
.archive-detail-page .news-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 850px;
  width: 100%;
}
.archive-detail-page .news-content .news-text {
  color: rgb(33, 37, 41);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  width: 100%;
}
@media (max-width: 600px) {
  .archive-detail-page .news-content .news-text {
    font-size: 16px;
  }
}
.archive-detail-page .other-news {
  max-width: 850px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.archive-detail-page .other-news .other-news-title {
  /* desktop/body/body 18 medium */
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 450;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}
.archive-detail-page .other-news-card-container {
  display: flex;
  gap: 24px;
}
@media (max-width: 600px) {
  .archive-detail-page .other-news-card-container {
    flex-wrap: wrap;
  }
}
.archive-detail-page .other-news-card-container .other-news-card__item {
  display: flex;
  flex-direction: column;
  padding: 12px 24px;
  gap: 10px;
}
.archive-detail-page
  .other-news-card-container
  .other-news-card__item
  .other-news-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.archive-detail-page
  .other-news-card-container
  .other-news-card__item
  .other-news-title {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 1.3;
}
.archive-detail-page
  .other-news-card-container
  .other-news-card__item
  .other-news-title:hover {
  color: #007ac2;
}
.archive-detail-page
  .other-news-card-container
  .other-news-card__item
  .other-news-card-text {
  color: #212529;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  background: linear-gradient(
    180deg,
    #212529 9.09%,
    rgba(115, 129, 143, 0) 123.86%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  position: relative;
  height: 44px;
}
.archive-detail-page
  .other-news-card-container
  .other-news-card__item
  .other-news-card-text:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
}

.contacts-page {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 150px;
  width: 100%;
}
.contacts-page .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (max-width: 420px) {
  .contacts-page .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contacts-page .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  color: #212529;
}

/************************
*                       *
*       CONTENT         *
*                       *
************************/
.contacts-page .contacts-content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  gap: 4px;
}
.contacts-page .contacts-content table {
  border-collapse: separate;
  border-spacing: 0; /* Устраняет промежутки между границами */
  border: none; /* Убирает внешнюю границу */
}
@media (max-width: 768px) {
  .contacts-page .contacts-content table {
    display: none;
  }
}
.contacts-page .contacts-content table .table-header {
  background: rgb(230, 255, 255);
  color: rgb(33, 37, 41);
  font-size: 15px;
  font-weight: 450;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
}
.contacts-page .contacts-content .table-photo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts-page .contacts-content .table-photo-container img {
  width: 71px;
  height: 92px;
}
.contacts-page .contacts-content th {
  padding: 8px;
  border-right: 2px solid rgb(248, 248, 248);
  border-bottom: 2px solid rgb(248, 248, 248);
}
.contacts-page .contacts-content th:last-child {
  border-right: none;
}
.contacts-page .contacts-content td {
  padding: 8px;
  border-right: 2px solid rgb(248, 248, 248);
  border-bottom: 2px solid rgb(248, 248, 248);
}
.contacts-page .contacts-content td:last-child {
  border-right: none;
}
.contacts-page .contacts-content .last-row {
  border-bottom: none;
}

.hidden {
  display: none;
}

.hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/************************
*                       *
*         ФОРМА         *
*                       *
************************/
/* FORM, FILTER */
.form-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1024px) {
  .form-container {
    flex-direction: column;
  }
}

.search-input {
  min-width: 200px;
  width: 100%;
  height: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  outline: none;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 16px;
}
.search-input::placeholder {
  font-size: 16px;
  color: #97999b;
}

.custom-select-contact {
  position: relative;
  width: 100%;
  user-select: none;
}

.selected-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  border: 1px solid #d7d7d7;
  padding: 12px 16px;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  color: #97999b;
}

.selected-option.placeholder {
  color: #97999b; /* Цвет placeholder */
}

.selected-option.active {
  color: #000; /* Цвет выбранного текста */
}

.select-options {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-bottom: none;
  z-index: 99;
}

.select-options.show {
  display: block;
  max-height: 500px;
  border: 1px solid #d7d7d7;
}

.select-options ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 205px;
}

.select-options ul::-webkit-scrollbar {
  width: 8px; /* ширина полосы прокрутки в Chrome/Safari */
}

.select-options ul::-webkit-scrollbar-thumb {
  background-color: #6dcdf6; /* цвет полосы прокрутки в Chrome/Safari */
  border-radius: 6px; /* радиус границы полосы прокрутки в Chrome/Safari */
}

.select-options ul::-webkit-scrollbar-thumb:hover {
  background-color: #44baec; /* цвет полосы прокрутки при наведении в Chrome/Safari */
}

.select-options ul::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* цвет фона полосы прокрутки в Chrome/Safari */
}

.select-options li {
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.select-options li input {
  margin-right: 8px;
}

.select-options input.search-option-input {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  box-sizing: border-box;
  border-top: none;
  border-bottom: 1px solid #d7d7d7;
  border-left: none;
  border-right: none;
  outline: none;
  font-size: 14px;
  font-style: italic;
}

.select-options li:hover {
  background-color: #f1f1f1;
}

.show {
  display: block;
}

.selected-option .arrow {
  display: inline-block;
  margin-left: 5px;
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg); /* Стрелка направлена вниз */
  transition: transform 0.3s ease;
}

.custom-select-contact .select-options.show .arrow {
  transform: rotate(
    -135deg
  ); /* Стрелка направлена вверх, когда селект открыт */
}

.selected-option.open .arrow {
  transform: rotate(
    -135deg
  ); /* Стрелка направлена вверх, когда селект открыт */
}

/* ВЫБРАННЫЕ ОПЦИИ */
.selected-option-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border: solid 1px #d7d7d7;
  border-radius: 40px;
  background: var(--gray-gray-0, #fff);
}
.selected-option-tag .remove-option-tag {
  display: flex;
  justify-content: center;
  align-items: center;
}
.selected-option-tag svg {
  cursor: pointer;
}

.output-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  gap: 8px;
}
@media (max-width: 1024px) {
  .output-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.output-container div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-close-icon-container {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 350px;
  gap: 8px;
  color: #007ac2;
}
@media (max-width: 1024px) {
  .filter-close-icon-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

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

.selected-option-otdel {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border: solid 1px #d7d7d7;
  border-radius: 40px;
  background: var(--gray-gray-0, #fff);
}
.selected-option-otdel .remove-option-otdel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.selected-option-otdel svg {
  cursor: pointer;
}

.selected-option-post {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border: solid 1px #d7d7d7;
  border-radius: 40px;
  background: var(--gray-gray-0, #fff);
}
.selected-option-post .remove-option-post {
  display: flex;
  justify-content: center;
  align-items: center;
}
.selected-option-post svg {
  cursor: pointer;
}

.search-button {
  width: 200px;
  height: 48px;
  padding: 8px 24px;
  border-radius: 40px;
  background: var(--accent-blue, #6dcdf6);
  color: #fff;
  border: none;
  cursor: pointer;
  color: var(--gray-gray-0, #fff);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
}
.search-button:hover {
  background: #007ac2;
}
@media (max-width: 1024px) {
  .search-button {
    width: 100%;
  }
}

.settings-main-page {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 0;
  padding-bottom: 150px;
}
.settings-main-page .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.settings-main-page .container .settings-menu-group {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
.settings-main-page .container .settings-menu-group .settings-menu-item {
  color: #97999b;
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 32px;
}
.settings-main-page .container .settings-menu-group .active {
  color: #212529;
}

.settings-main-page .settings-content-item {
  display: flex;
  gap: 24px;
}
.settings-main-page .settings-content-item .settings-sidebar {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.settings-main-page
  .settings-content-item
  .settings-sidebar
  .settings-sidebar__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 262px;
}
.settings-main-page
  .settings-content-item
  .settings-sidebar
  .settings-sidebar__item {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
.settings-main-page .settings-content-item .settings-page-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.settings-main-page {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 0;
  padding-bottom: 150px;
}
.settings-main-page .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.settings-main-page .container .settings-menu-group {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
.settings-main-page .container .settings-menu-group .settings-menu-item {
  color: #97999b;
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 32px;
}
.settings-main-page .container .settings-menu-group .active {
  color: #212529;
}

.settings-main-page .settings-content-item {
  display: flex;
  gap: 24px;
}
.settings-main-page .settings-content-item .settings-sidebar {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.settings-main-page
  .settings-content-item
  .settings-sidebar
  .settings-sidebar__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 262px;
}
.settings-main-page
  .settings-content-item
  .settings-sidebar
  .settings-sidebar__item {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
.settings-main-page .settings-content-item .settings-page-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.settings-main-page {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 0;
  padding-bottom: 150px;
}
.settings-main-page .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.settings-main-page .container .settings-menu-group {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
.settings-main-page .container .settings-menu-group .settings-menu-item {
  color: #97999b;
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 32px;
}
.settings-main-page .container .settings-menu-group .active {
  color: #212529;
}

.settings-main-page .settings-content-item {
  display: flex;
  gap: 24px;
}
.settings-main-page .settings-content-item .settings-sidebar {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.settings-main-page
  .settings-content-item
  .settings-sidebar
  .settings-sidebar__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 262px;
}
.settings-main-page
  .settings-content-item
  .settings-sidebar
  .settings-sidebar__item {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
.settings-main-page .settings-content-item .settings-page-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.confidence-politics-page {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 150px;
  width: 100%;
}
.confidence-politics-page .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}
.confidence-politics-page .title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #212529;
}
@media (max-width: 1023px) {
  .confidence-politics-page .title-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media (max-width: 420px) {
  .confidence-politics-page .title-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.confidence-politics-page .title-container .title {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}
.confidence-politics-page .title-container .section-text {
  font-size: 18px;
}

.confidence-politics-page .section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.confidence-politics-page .section-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.error-page {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 150px;
  width: 100%;
  height: 100%;
}
.error-page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  min-height: 924px;
  padding: 24px;
}
.error-page .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  color: #212529;
  font-size: 28px;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .error-page .title-container {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 420px) {
  .error-page .title-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.error-page .title-container .title {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}
.error-page .title-container .section-text {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.error-page .title-container .button {
  display: flex;
  height: 44px;
  max-width: 456px;
  min-height: 44px;
  max-height: 48px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 40px;
  background: #6dcdf6;
  color: var(--gray-gray-0, #fff);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  text-decoration: none;
  list-style: none;
  transition: 0.3s all;
}
.error-page .title-container .button:hover {
  background: #48b9ea;
}

.auth-page {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.auth-page .auth-page-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: 100%;
}
.auth-page .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  .auth-page .title-container {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
}
@media (max-width: 420px) {
  .auth-page .title-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.auth-page .auth-title {
  color: #212529;
  font-size: 28px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  text-align: center;
}
.auth-page .auth-text {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}
.auth-page .auth-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  gap: 16px;
}
.auth-page .input-container {
  width: 100%;
  max-width: 704px;
}
@media (max-width: 375px) {
  .auth-page .input-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.auth-page .input-container label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.auth-page .input {
  width: 100%;
  outline: none;
  color: #97999b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 14px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  background: #fff;
}
.auth-page input:focus + .slider {
  box-shadow: 0 0 1px #97999b;
}
.auth-page input:checked + .slider:before {
  transform: translateX(14px);
  background-color: #007ac2;
}
.auth-page .button-container {
  width: 100%;
  max-width: 704px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-page .button-container .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 44px;
  max-width: 456px;
  min-height: 44px;
  max-height: 48px;
  padding: 8px 24px;
  gap: 8px;
  border-radius: 40px;
  background: #6dcdf6;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  border: none;
}
.auth-page .button-container .button:hover {
  background: #48b9ea;
}
.auth-page .hidden {
  display: none;
}

.archive-page .select-options ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  height: 205px;
  display: flex;
  flex-direction: column;
}

.option-label {
  padding: 10px;
}


.custom-select-main {
  display: flex;
  justify-content: space-between;
  gap: 26px;
}

.main-page .selected-option-main {
  width: 56% ;
  margin-left: 20px;
}

@media (max-width: 520px) {
  .custom-select-main{
    flex-wrap: wrap;
    padding: 0 15px;
	gap: 0;
  }
  .main-page .selected-option-main {
    width: 100% ;
    margin-left: 0;
  }
  .main-page .select-options {
    width: 100% ;
    margin-left: 0;
    position: static;
  }
	.main-page .filter-close-icon-container {
		margin: 20px 0 12px 0;
	}
}

@media (max-width: 420px) {
	.main-page .container {
		padding: 0 16px;
	}
	.pagination {
		padding: 0 16px;
	}
}

@media (max-width: 551px) {
	.pagination {
		gap: 0;
		justify-content: space-between;
	}
}

@media (max-width: 900px) {
	.main-page .right-section .title {
		font-size: 18px;
	}
    .main-page .right-section .title-container {
        flex-direction: row;
		align-items: center;
    }
}

.form-container .custom-select .country-select {
	z-index: 3;
}

/* End */


/* Start:/local/templates/alrosa-news/template_styles.css?17591525001174*/
.department:hover,
.option-label:hover {
	cursor: pointer;
	background-color: #f1f1f1;
}

.department {
	padding: 10px;
}

.department[data-depth-level="2"] {
	padding-left: 30px;
}

.post-select,
.otdel-select {
	width: 100%;
}

.selected-option {
    	z-index: 100;
	position: relative;
}

.select-options {
	border: 1px solid #d7d7d7;
	margin-top: -4px;
}

.select-options ul {
	list-style-type: none;
    	padding: 0;
    	margin: 0;
    	overflow-y: auto;
    	height: 205px;
    	display: flex;
    	flex-direction: column;
}
.main-page .selected-option-main {
	z-index: 100;
}
.loader-container {
	z-index: 200;
}
.select-options.show {
	max-height: 300px !important;
}

.contacts-page .contacts-content .table-photo-container img {
	object-fit: contain;
}

/*-----------------------------------стили под страницу политика конфиденцциальности-------------------------*/

@media (max-width: 768px) {
	.confidence-politics-page .title-container {
		padding: 0 !important;
	}
	.confidence-politics-page .section-title {
	    	font-size: 24px;
	}
	.confidence-politics-page .title-container .title {
	    font-size: 1.5em;
	}
}

/* End */
/* /local/templates/alrosa-news/assets/css/style.css?175921923285472 */
/* /local/templates/alrosa-news/template_styles.css?17591525001174 */
