/* Reset -------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
img:not(.page_content img) {
  width: 100%;
}
/* Common styles -------------- */
.container {
  max-width: 1528px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}
html body {
  color: #1b1b1b;
  font-family: "PT Sans";
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.085px;
  overflow-x: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  font-family: "Istok Web", sans-serif;
  font-weight: 400;
}
body .h1 {
  font-size: 100px;
  line-height: 150px;
  letter-spacing: -1.5px;
}
body .h2 {
  font-size: 62px;
  line-height: 86px;
  letter-spacing: -0.31px;
}
body .h3 {
  font-size: 50px;
  line-height: 70px;
}
body .h4 {
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.088px;
}
body .h5 {
  font-size: 25px;
  line-height: 32px;
}
body .h6 {
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.032px;
}
body section .h4 {
  text-align: center;
  padding: 20px 0;
  color: #305427;
}
body .page_content h2,
body .page_content h3,
body .page_content h4,
body .page_content h5,
body .page_content h6 {
  padding: 8px 0;
}
.s1 {
  font-family: "Istok Web", sans-serif;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.026px;
}
.s2 {
  font-family: "Istok Web", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.015px;
}
.page_body {
  overflow-x: hidden;
}
.page_wrap p {
  margin: 12px 0;
}
/* --кнопки и текст */
.btn,
.language li a {
  color: #f3f9f1;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.188px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  width: fit-content;
}
.btn {
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 2px;
}
.btn a,
button.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
button.btn {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
}
.primary-button {
  color: #fff;
  background: #da3440;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15),
    1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.primary-button:hover,
.primary-button:focus,
.primary-button:active {
  color: #34090c;
  background: #ffd60a;
  transition: all 0.4s ease-in-out;
}
.secondary-button {
  border: 1px solid #a21b25;
  color: #a21b25;
  background: transparent;
}
.secondary-button:hover,
.secondary-button:focus,
.secondary-button:active {
  background: #fff8d6;
  transition: all 0.4s ease-in-out;
}
.secondary-button:active {
  border: 1px solid #da3440;
  color: #da3440;
  transition: all 0.4s ease-in-out;
}
.thirdy-button {
  color: #a21b25;
  padding: 10px 8px;
  background: transparent;
}
.thirdy-button:hover,
.thirdy-button:focus,
.thirdy-button:active {
  background: #fff8d6;
  transition: all 0.4s ease-in-out;
}
.thirdy-button:active {
  color: #da3440;
  transition: all 0.4s ease-in-out;
}
.primary-button.icon,
.secondary-button.icon,
.thirdy-button.icon {
  padding-left: 38px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.primary-button.icon svg,
.secondary-button.icon svg,
.thirdy-button.icon svg {
  position: absolute;
  left: 12px;
  top: 8px;
  transition: all 0.4s ease;
}
.desktop {
  display: block;
}
.mobile,
.contact_row {
  display: none;
}
body blockquote {
  display: inline-block;
  padding: 11px 16px 0px 16px;
  border-radius: 4px;
  border: 1px solid #4e8c40;
}
body blockquote span {
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.035px;
  padding: 8px 16px;
  margin-top: 12px;
  margin-left: -16px;
  margin-right: -16px;
  border-radius: 4px;
  background: #e3e3e3;
}
/* --кнопка вверх */
.arrow_up {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 40px;
  height: 40px;
  border-radius: 32px;
  background: #da3440;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15),
    1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 5000;
  transition: all 0.4s ease;
}
.arrow_up:hover {
  background: rgb(225, 41, 35, 0.7);
  transition: all 0.4s ease;
}
#scrollTopBtn.actived {
  display: flex;
  align-items: center;
  justify-content: center;
}
#scrollTopBtn {
  display: none;
}

/* Header --------------------- */
/* Первый блок */
.header__block:first-child {
  background: #4e8c40;
}
.header__block:first-child .container {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.header__socials {
  background: #305427;
  display: flex;
  gap: 24px;
  padding: 16px 30px 12px;
}
.header__block-item {
  display: flex;
  align-items: center;
  gap: 32px;
}
/* --Языки */
.language {
  display: flex;
  align-items: center;
}
.language li {
  color: #494949;
  margin-left: 25px;
}
.language li:first-child {
  margin-left: 0;
}
/* --лого */
.header__logo-image a {
  flex: 0 0 64px;
  max-width: 64px;
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo {
  display: flex;
  align-items: center;
  padding-top: 27px;
  gap: 16px;
  height: min-content;
}
.header__logo-image {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header__logo .h4 {
  color: #1b1b1b;
}
/* --поиск */
.form-search button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background-image: url(../image/SVG/search.svg);
  margin-top: -12px;
  margin-left: -12px;
  z-index: 3;
}
.form-search {
  position: relative;
  width: 100%;
}
.form-search input::placeholder {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #757575;
}
.form-search input:focus-visible {
  outline: none;
}
.form-search button {
  position: absolute;
  top: 50%;
  right: 24px;
  cursor: pointer;
  outline: none;
  border: none;
}
.form-search input {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  padding: 13px 52px 11px 16px;
}
/* Второй блок */
.header__block:last-child .container {
  display: flex;
  justify-content: space-between;
  padding-right: 0;
}

/* Menu --------------------- */
.menu {
  position: absolute;
  margin-top: -48px;
  width: 100%;
  height: 48px;
  border-top: 1px solid #ffd60a;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15),
    0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
.header__menu .title-sub:not(.home_page_menu) > a {
  display: block;
  height: 48px;
  padding: 16px 16px 10px;
  color: #305427;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.188px;
  text-transform: uppercase;
}
.header__menu .title-sub.has-sub {
  padding-right: 32px;
}
.header__nav .header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav ul li {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.home_page_menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}
.header__nav .title-sub.has-sub::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-image: url(../image/SVG/expand-arrow.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
.header__nav .title-sub:hover {
  background: #fff;
}
.header__nav .title-sub:hover::before {
  transform: rotate(180deg);
}
.header__nav .title-sub.has-sub .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 2px;
  border-top: 2px solid #ffd60a;
  background: #f5f5f5;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15),
    0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  padding: 8px 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.submenu_list a:hover {
  background: #fff;
  color: #305427;
}
.header__nav .title-sub.has-sub .submenu_list {
  width: 240px;
}
.header__nav .title-sub.has-sub:nth-child(3) .submenu_list {
  width: 940px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.header__nav .title-sub.has-sub:nth-child(4) .submenu_list {
  width: 940px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.header__nav .title-sub.has-sub:nth-child(5) .submenu_list {
  width: 628px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.header__nav .title-sub.has-sub:nth-child(6) .submenu,
.header__nav .title-sub.has-sub:nth-child(7) .submenu {
  left: auto;
  right: 0;
}
html[lang="en"] .header__nav .title-sub.has-sub:nth-child(4) .submenu,
html[lang="en"] .header__nav .title-sub.has-sub:nth-child(5) .submenu {
  left: auto;
  right: 0;
}
.header__nav .title-sub.has-sub:nth-child(6) .submenu_list {
  width: 940px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.header__nav .title-sub.has-sub:nth-child(7) .submenu_list {
  width: 628px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.header__nav .title-sub.has-sub:hover .submenu {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.submenu_list a {
  min-height: 48px;
  display: flex;
  align-items: center;
  color: #1b1b1b;
  padding: 8px 16px;
}

.news_data,
.resurs_text,
.menu-burger__text {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #454545;
}

/* Контакты */
.info {
  background: #e3e3e3;
  padding: 16px 0;
}
section.info img {
  width: 24px;
}
.info .container {
  display: grid;
  gap: 32px;
  grid-template-columns: 350px 1fr;
}
.contact__wrapper {
  width: 100%;
}
.info .info_block {
  display: block;
  margin-bottom: 38px;
}
.info .info_block .text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.info .info_block .text:nth-child(2) {
  align-items: flex-start;
}
.info-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-left: -8px;
}
.info-btns .btn {
  white-space: nowrap;
}
.contact__wrapper > .btn {
  display: block;
  margin-bottom: 12px;
  margin-left: -8px;
  white-space: nowrap;
}
.contact__wrapper .info_block .text span {
  bottom: -16px;
  color: #454545;
}
/* Баннеры возле контактов */
.banners-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 145px 145px;
  gap: 16px;
}
.banners-item {
  position: relative;
  width: 100%;
  max-width: 360px;
  padding: 24px 16px 8px 24px;
  border-radius: 2px;
  background: #4e8c40;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3),
    8px 8px 16px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.banners-item p {
  font-size: 18px;
}
.banners-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banners-item:hover {
  background: #a21b25;
  transition: all 0.4s ease-in-out;
}
.banners-items .banners-item img {
  width: 40px;
  margin-bottom: 12px;
}

/* Баннеры под слайдером ------------ */
.resurs_item .resurs_text {
  color: #1b1b1b;
}
.aktual_data {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #454545;
}
.news_list_tex .aktual_data {
  color: #6e6e6e;
}
.nav_column ul li,
.info_row li {
  display: flex;
  align-items: center;
}
.nav_column ul li {
  margin-bottom: 5px;
}
.nav_column ul li:last-child {
  margin-bottom: 0;
}
.social_row li svg,
.page_body .social_row svg {
  width: 24px;
}
.social_row li {
  margin-left: 26px;
}
.social_row li:first-child {
  margin-left: 0;
}
.page_body .social_row li {
  margin-left: 8px;
}
.page_body .social_row li:first-child {
  margin-left: 0;
}
.header__slider {
  width: 100%;
  max-width: 728px;
  height: 248px;
}
.slider_item .slider_item_background .desktop {
  width: 100%;
  height: 248px;
}
.slider_item_background img {
  height: 100%;
  object-fit: cover;
}
.slider_wrap {
  position: relative;
}

/* Новости */
.news_wrap {
  background: #ffffff;
  padding-bottom: 32px;
  border-bottom: 1px solid #ffe770;
}
.page_row .nav_column,
.news_container_row .nav_column {
  position: relative;
  padding: 16px 0;
}
.page_row .nav_column p {
  margin: 0;
}
.page_row .nav_column {
  display: none;
}
.menu-sidebar__row {
  padding: 16px 0;
  border-radius: 2px;
  background: #e3e3e3;
  height: fit-content;
  width: 100%;
  max-width: 350px;
}
.nav_column li a {
  display: flex;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  height: 48px;
}
div.nav_column svg,
div.nav_column img {
  width: 24px;
  margin-right: 16px;
}
.news_wrap .h4 + .news_btn {
  position: absolute;
  top: 36px;
  right: 16px;
}
.news_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-template-areas:
    "a b c"
    "d e f"
    "g k .";
  gap: 32px;
}
.news_item:nth-child(1) {
  grid-area: a;
}
.news_item:nth-child(2) {
  grid-area: b;
}
.news_item:nth-child(3) {
  grid-area: c;
}
.news_item:nth-child(4) {
  grid-area: d;
}
.news_item:nth-child(5) {
  grid-area: e;
}
.predsedatel {
  grid-area: f;
}
.news_item:nth-child(7) {
  grid-area: g;
}
.news_item {
  position: relative;
  border-radius: 2px;
  outline: 1px solid #4e8c40;
  max-width: 477px;
  height: 228px;
  background: rgba(255, 255, 255, 0.8);
}
.news_category {
  border-radius: 2px;
  background: #a8d29d;
  padding: 8px;
  color: #060f19 !important;
  font-size: 10px;
  text-decoration: none !important;
  line-height: 10px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  margin-left: 16px;
  margin-top: 16px;
}
.news_item:nth-child(1),
.news_item:nth-child(2),
.news_item:nth-child(3) {
  height: 450px;
  position: relative;
}
.page_content .news_item {
  height: 450px;
  position: relative;
}
.news_item:nth-child(1) .news_category,
.news_item:nth-child(2) .news_category,
.news_item:nth-child(3) .news_category {
  position: absolute;
}
.news_item:hover {
  border-radius: 2px;
  outline: 2px solid #da3440;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3),
    8px 8px 16px 0px rgba(0, 0, 0, 0.15);
}
.news_item .news_image {
  max-width: 477px;
  height: 296px;
}
.news_item .news_image img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  object-fit: cover;
  object-position: top;
}
.news_item .news_text {
  flex: 1 1 auto;
  padding: 9px 48px 12px 16px;
}
.news_text p {
  margin: 0;
}
.news_item .news_text .h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
}
.news_item:nth-child(n + 4) .news_text .h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: auto;
}
.news_item .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
}
.page_content .news_item:nth-child(n + 4) .news_image,
.page_content .news_item:nth-child(n + 4) .text {
  display: block;
}
.news_item:nth-child(n + 4) .news_image,
.news_item:nth-child(n + 4) .text {
  display: none;
}
.news_item .news_text .news_data {
  margin-top: 3px;
  margin-bottom: 15px;
}
.news_item .news_btn svg {
  stroke: #727272;
  transition: all 0.4s ease-in-out;
}
.news_item .news_btn:hover svg {
  stroke: #e12923;
  transition: all 0.4s ease-in-out;
}
.news_item .news_btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  top: auto;
}
/* inner */
.news__item {
  position: relative;
  display: flex;
  border-radius: 2px;
  border: 1px solid #4e8c40;
  gap: 16px;
  margin-bottom: 16px;
}
.news__item .news_category {
  position: absolute;
}
.news__item .news_image {
  width: 100%;
  min-width: 424px;
  max-width: 424px;
}
.news__row .news__item img {
  width: 100%;
  max-width: 424px;
  height: 264px;
  object-fit: cover;
}
.news__item .news_btn {
  position: absolute;
  right: 8px;
  bottom: 10px;
}
.news__item .news_text {
  padding: 16px;
  padding-left: 0;
}
.news__item .news_data {
  color: #454545;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
  margin: 8px 0;
}
.news__item .h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: auto;
}
.news__item .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: auto;
}

/* Председатель */
.predsedatel {
  position: relative;
}
.predsedatel__wrapper {
  background: #e3e3e3;
  max-width: 477px;
  padding: 8px 16px 32px 16px;
  position: absolute;
  right: 0;
  height: 488px;
}
.predsedatel .h4 {
  text-align: left;
  padding: 12px 0;
}
.predsedatel .director__row img {
  max-width: 95px;
}
.director__row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.director__title .s2 {
  color: #454545;
  font-family: "PT Sans";
  font-weight: 400;
}
.director__text a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  text-decoration: underline;
  color: #183e63;
  transition: all 0.4s ease-in-out;
}
.director__text svg path {
  transition: all 0.4s ease-in-out;
}
.director__text a:hover {
  color: #a21b25;
  transition: all 0.4s ease-in-out;
}
.director__text a:hover svg path {
  fill: #a21b25;
  transition: all 0.4s ease-in-out;
}

/* Жителям и Деловое сотрудничество */
.inform {
  overflow-x: hidden;
}
.inform .container {
  padding: 0;
}
.inform .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background-color: #e3e3e3;
}
.inform .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100%;
  background-color: #e3e3e3;
}
.inform .container::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  background-color: #75b865;
}
.inform__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.inform__item {
  padding: 8px 16px 16px;
  background: linear-gradient(270deg, #75b865 0%, #e3e3e3 100%);
}
.inform__item-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.inform__item-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-image: linear-gradient(
    90deg,
    rgba(255, 231, 112, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.inform__item-header .inform__item-icon img {
  width: 40px;
}
.inform__item-header .h4 {
  text-align: left;
  padding: 12px 0;
  width: 100%;
}
.inform__item .text {
  padding: 8px 16px 8px 56px;
  min-height: 48px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.inform__item .text:hover {
  color: #a21b25;
  transition: all 0.4s ease-in-out;
}
.inform__item-header svg {
  transition: all 0.4s ease-in-out;
}
.inform__item-header svg:hover path {
  stroke: #a21b25;
  transition: all 0.4s ease-in-out;
}

/* Карта и баннеры ------------------- */
.attention {
  position: relative;
}
.attention .container {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
/* map */
.map {
  padding-top: 32px;
}
.map svg .oblast {
  fill: transparent;
  stroke-width: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.map svg .object,
.map svg g[filter],
.map svg > rect {
  cursor: pointer;
  transition: all 0.3s ease;
}
.map svg:has(#senno:hover) .oblasty #senno,
.map svg:has(#orsha:hover) .oblasty #orsha,
.map svg:has(#vitebsk:hover) .oblasty #vitebsk,
.map svg:has(#dubrovno:hover) .oblasty #dubrovno,
.map svg:has(#polotsk:hover) .oblasty #polotsk,
.map svg:has(#dokshycy:hover) .oblasty #dokshycy,
.map svg:has(#shumilino:hover) .oblasty #shumilino,
.map svg:has(#braslav:hover) .oblasty #braslav,
.map svg:has(#postavy:hover) .oblasty #postavy,
.map svg:has(#sharko:hover) .oblasty #sharko,
.map svg:has(#gorodok:hover) .oblasty #gorodok,
.map svg:has(#liozno:hover) .oblasty #liozno,
.map svg:has(#dubrovno:hover) .oblasty #dubrovno,
.map svg:has(#beshen:hover) .oblasty #beshen,
.map svg:has(#chash:hover) .oblasty #chash,
.map svg:has(#lepel:hover) .oblasty #lepel,
.map svg:has(#rossony:hover) .oblasty #rossony,
.map svg:has(#ushachi:hover) .oblasty #ushachi,
.map svg:has(#tolochin:hover) .oblasty #tolochin,
.map svg:has(#glubokoe:hover) .oblasty #glubokoe,
.map svg:has(#miory:hover) .oblasty #miory,
.map svg:has(#verh:hover) .oblasty #verh,
.map svg .oblast:hover {
  stroke: #ffd60a;
  stroke-width: 2;
  transition: all 0.3s ease;
}
.map svg .object:hover {
  fill: #ffd60a;
  transition: all 0.3s ease;
}

/* atterbsin */
.attention__wrapper {
  padding-top: 16px;
}
.attention__slider {
  position: relative;
  max-width: 485px;
}
.attention_slider_row .slick-arrow {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.attention_slider_item {
  position: relative;
  border-radius: 2px;
  outline: 1px solid #4e8c40;
  border: none !important;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3),
    8px 8px 16px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
  max-width: 477px;
  margin-left: 6px;
}
.attention_slider_item:hover {
  outline: 2px solid #da3440;
}
.attention_slider_item a,
.attention_item a,
.resurs_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.attention_slider_image {
  position: relative;
  border-radius: 2px;
}
.attention__slider .slick-list {
  padding-top: 4px !important;
}
.attention_slider_image::after {
  content: "";
  border-radius: 2px;
  background: linear-gradient(
    180deg,
    #305427 0%,
    rgba(48, 84, 39, 0.8) 37.9%,
    rgba(48, 84, 39, 0) 100%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.attention__slider .slick-prev.slick-arrow {
  position: relative;
  top: -8px;
  background: #fff;
  padding-top: 10px;
}
.attention__slider .slick-next.slick-arrow {
  margin-bottom: 12px;
}
.attention_slider_image img {
  border-radius: 2px;
  width: 100%;
  max-height: 192px;
  object-fit: cover;
}
.attention_image img {
  width: 100%;
  border-radius: 4px;
}
.attention_slider_text {
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 16px;
}
/* Мидл */
.middle {
  background: #f5f5f5;
}
.middle .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
}
/* Баннеры возле календаря */
.attention_column {
  padding: 16px;
}
.attention_item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 160px;
  width: 100%;
  background: #ffffff;
  outline: 1px solid transparent;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3),
    8px 8px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  margin-bottom: 16px;
  padding: 16px;
}
.attention_item:last-child {
  margin-bottom: 0;
}
.attention_item:hover {
  outline: 2px solid #da3440;
  border-radius: 2px;
}
.attention_image {
  flex: 0 0 184px;
  max-width: 184px;
  height: 112px;
}
.attention_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Календарь */
.calendar {
  background: #fff;
  padding: 8px 16px 16px 16px;
}
.calendar .h4 {
  padding: 12px 0;
  margin-bottom: 55px;
}
.calendar_item {
  border: 1px solid #4e8c40;
  background: #fff;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3),
    8px 8px 16px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 477px;
  position: absolute;
  left: 0;
  z-index: 111;
}
.calendar_title {
  background: #fff8d6;
  color: #305427;
  text-align: center;
  font-family: "Istok Web";
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.015px;
  padding: 11px 0;
}
.calendar_data {
  display: none;
}
.calendar_text {
  padding: 8px 16px;
  min-height: 40px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.038px;
}
.calendar_text a {
  display: block;
}
.calendar_text a:hover {
  text-decoration: underline;
}
#events-container {
  width: 100%;
}
/* --плагин */
.fc .fc-scroller-harness {
  position: static;
}
.fc-daygrid-day-events {
  display: none;
}
.fc-direction-ltr {
  max-width: 500px;
  margin: 0 auto;
  height: 500px !important;
  position: relative;
  border-radius: 2px;
  border: 1px solid #4e8c40;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15),
    0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
.fc .fc-today-button {
  display: none;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 14px;
}
.fc .fc-toolbar-title {
  color: #454545;
  text-align: center;
  font-family: "Istok Web";
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.015px;
}
.fc .fc-toolbar-title::first-letter {
  text-transform: capitalize;
}
.fc-daygrid-day-top:has(+ .fc-daygrid-day-events .fc-daygrid-event-harness) {
  position: relative;
}
.fc-daygrid-day-top:has(
    + .fc-daygrid-day-events .fc-daygrid-event-harness
  )::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff8d6;
}
.fc-scrollgrid-sync-table .fc-daygrid-day-top {
  padding: 19px 0 15px;
}
.fc .fc-scrollgrid-section-liquid > td {
  height: 400px;
  position: relative !important;
}
.fc .fc-scroller-liquid-absolute {
  overflow: initial !important;
}
.fc .fc-button-primary,
.fc .fc-button-primary:hover,
.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.fc .fc-button-group {
  display: flex;
  position: relative;
  vertical-align: middle;
  position: absolute;
  top: -5px;
  left: 50%;
  right: 0;
  width: 220px;
  height: 30px;
  justify-content: space-between;
  transform: translateX(-50%);
  margin: 0 !important;
}
.fc-theme-standard .fc-scrollgrid {
  border: none;
}
.fc-theme-standard .fc-scrollgrid tbody {
  position: relative;
}
.fc .fc-button-group > .fc-button {
  flex: none;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin: 0 auto;
  margin-top: 10px;
}
.fc .fc-icon-chevron-left::before {
  content: url(../image/SVG/arrow-left.svg);
}
.fc .fc-icon-chevron-right::before {
  content: url(../image/SVG/arrow-right.svg);
}
.fc .fc-scrollgrid-liquid {
  margin: 0;
}
/* name of days */
.fc-liquid-hack td,
.fc-liquid-hack th {
  position: static !important;
}
.fc-daygrid-day-number {
  cursor: pointer;
}
.fc-day-sat .fc-daygrid-day-number,
.fc-day-sun .fc-daygrid-day-number {
  color: #4e8c40;
}
.fc .fc-scroller {
  overflow: auto !important;
}
.fc .fc-scroller.fc-scroller-liquid-absolute {
  overflow: initial !important;
}
.fc-col-header {
  margin: 0;
  width: 100% !important;
}
.fc-col-header .fc-scrollgrid-sync-inner {
  padding: 25px 0 18px;
}
.fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
  color: #454545;
  font-family: "Istok Web";
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.015px;
}
.fc-scrollgrid tr:first-child {
  background: none;
  border: 1px solid #e3e3e3;
}
.fc-theme-standard td,
.fc-theme-standard th {
  border: none;
}
.fc-scrollgrid-sync-table {
  margin: 0;
}
.fc-daygrid-body.fc-daygrid-body-unbalanced,
.fc-scrollgrid-sync-table {
  width: 100% !important;
}
.fc .fc-daygrid-day-top {
  justify-content: center;
}
.fc-scrollgrid-sync-table td {
  border: 1px solid #e3e3e3;
}
/* today */
.fc .fc-daygrid-day.fc-day-today {
  background-color: transparent;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  border-bottom: 1px solid #4e8c40;
}

/* Медиагалерея */
.media {
  position: relative;
  padding: 8px 16px 16px 16px;
}
.media .h4 {
  text-align: left;
  padding: 12px 0;
}
.media .media_btn {
  position: absolute;
  right: 16px;
  top: 25px;
}
.media__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 292px 292px;
  gap: 16px;
  margin-top: 24px;
}
.media_item {
  border-radius: 2px;
  outline: 1px solid #4e8c40;
  background: #fff;
  position: relative;
}
.media_item:hover {
  outline: 2px solid #da3440;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3),
    8px 8px 16px 0px rgba(0, 0, 0, 0.15);
}
.media_item::after {
  content: url(../image/SVG/icons-video.svg);
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
}
.media_item .media_image img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  object-fit: cover;
  object-position: top;
}
.media_item .media_image {
  max-width: 100%;
  height: 144px;
}
.media_text {
  padding: 12px 16px;
}
.media_item .media_text p:first-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: auto;
  margin-bottom: 11px;
}
.media_data {
  color: #1b1b1b;
  font-family: "PT Sans";
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.052px;
  position: absolute;
  bottom: 12px;
}

/* Интернет-ресурсы -------------------------- */
.resurs_wrap {
  background: #fff;
  padding-bottom: 24px;
}
.resurs_wrap .container {
  position: relative;
}
.resurs_wrap .container > a {
  position: absolute;
  right: 48px;
  top: 35px;
  color: #183e63;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}
.resurs_wrap .container > a:hover {
  color: #a21b25;
  transition: all 0.4s ease-in-out;
}
.resurs_wrap .h4 {
  text-align: left;
  padding-left: 132px;
  padding-bottom: 12px;
}
.resurs_row.slick-slider {
  display: flex;
  align-items: center;
}
.resurs_item {
  background: #fff;
  border-radius: 2px;
  padding: 16px;
}
.resurs_item:hover {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15), 1px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.resurs_image {
  margin-bottom: 8px;
}
.resurs_wrap .resurs_image img {
  height: 64px;
  width: auto;
}
.resurs_text {
  color: #182a13;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.052px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 32px;
}
.resurs_row.slick-slider .slick-slide {
  margin: 8px;
}

/* Footer ------------------------------------------------ */
.footer {
  background: #182a13;
  padding: 16px 0;
}
.footer_row {
  display: flex;
}
.footer_map {
  flex: 0 0 743px;
  max-width: 743px;
}
.footer_map .map_row {
  border-radius: 2px;
}
.footer_column {
  flex: 1 1 auto;
  padding-right: 26px;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info_block {
  display: grid;
  grid-template-columns: 270px 200px 1fr;
  gap: 32px;
}
.info_block .text {
  position: relative;
}
.info_block .text div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.info_block .text span {
  position: absolute;
  bottom: 0;
  left: 32px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.038px;
  color: #e3e3e3;
  white-space: nowrap;
}
.footer_column > p {
  padding-bottom: 24px;
}
.footer .info_block img {
  width: 24px;
  margin-right: 8px;
  float: left;
}
.footer_item {
  display: flex;
  justify-content: space-between;
}
.footer_item .appial-button img {
  position: relative;
  top: 5px;
  width: 18px;
  margin-right: 8px;
}
.footer_item .thirdy-button {
  color: #ffe770;
}
.footer_item .thirdy-button {
  padding: 13px 8px 9px 38px;
}
.footer_item .thirdy-button svg {
  top: 10px;
}
.footer_item .thirdy-button:hover,
.footer_item .thirdy-button:focus,
.footer_item .thirdy-button:active {
  color: #a21b25;
  transition: all 0.4s ease-in-out;
}
.footer_item .thirdy-button:active {
  color: #da3440;
  transition: all 0.4s ease-in-out;
}
.footer_item .thirdy-button svg path {
  transition: all 0.4s ease-in-out;
}
.footer_item .thirdy-button:hover svg path,
.footer_item .thirdy-button:focus svg path {
  fill: #a21b25;
  transition: all 0.4s ease-in-out;
}
.footer_item .thirdy-button:active svg path {
  fill: #da3440;
  transition: all 0.4s ease-in-out;
}
/* Разработка -------------- */
.footer__developer {
  width: 250px;
}
.footer__developer h6 {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.15px;
  color: #e3e3e3;
  text-transform: uppercase;
}
.footer__developer p {
  margin-top: 4px;
  margin-bottom: 0;
  padding: 0 !important;
}
.footer__developer img {
  float: left;
  margin-right: 16px;
  width: 40px !important;
  height: 40px;
}

/*---------------------------------second_page-------------------------------*/
.page_content a {
  color: #085d91;
  text-decoration: underline;
}
.page_content {
  margin-bottom: 16px;
  width: 100%;
}
.page_content .h4 {
  text-align: left;
  padding: 12px 0;
  margin: 0;
  color: #1b1b1b;
}
.header__wrapper.inner {
  position: inherit;
}
.header__wrapper.inner .header_topbar_top {
  display: none;
}

/* Breadcrumbs -------------------- */
.breadcrumb-nav {
  padding: 15px 0;
}
.breadcrumb-nav .breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb-item {
  position: relative;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #6b1319;
  max-width: 1000px;
}
.breadcrumb-item a::after {
  content: ">";
  padding: 0 16px;
}
.breadcrumb-item.active {
  color: #757575;
}
.page_row {
  display: flex;
  gap: 32px;
}
.page_content {
  order: 1;
  z-index: 1;
}
.menu-sidebar__item a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 8px 16px;
  color: #182a13;
  margin-bottom: 8px;
}
.menu-sidebar__item:hover > a,
.menu-sidebar__item.active > a {
  color: #a21b25;
}
.menu-sidebar_submenu {
  padding-bottom: 3px;
  background: #f6f4f4;
  margin: 0 8px;
}
.menu-sidebar_submenu {
  padding-bottom: 3px;
}
.menu-sidebar_submenu .s2 {
  font-weight: 400;
}
.menu-sidebar_submenu .s2 a {
margin:0;
}
.menu-sidebar_submenu .s2.active a,
.menu-sidebar_submenu .s2:hover a {
  color: #a21b25;
}
.page_body {
  background: #fff;
  padding-bottom: 32px;
}
.page_body:has(.page_pagination),
.page_body:has(.social_row) {
  padding-bottom: 0;
}
.page_pagination,
.page_body .social_row {
  min-height: 32px;
}
.page_pagination_row,
.page_body .social_row ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.page_body .social_row ul {
  justify-content: flex-start;
  padding-left: 390px;
}
.page_pagination_row li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.0025em;
  color: #15281f;
  width: 24px;
  margin-left: 8px;
}
.page_pagination_row li:first-child {
  margin-left: 0;
}
.page_pagination_row li.active {
  color: #a4a4a4;
}
.page_content img {
  max-width: 100%;
}
.news_list_wrap {
  display: grid;
  gap: 32px;
  grid-template-columns: 350px auto;
  min-height: 400px;
  background: #fff;
}
.news_list_wrap .page_content p {
  margin: 12px 0;
}
.news_list_row {
  margin: 16px 0;
}
.news_list_image {
  width: 100%;
  max-width: 350px;
  height: 216px;
  float: right;
  margin: 16px 0 16px 16px;
}
.news_list_text .aktual_data {
  margin: 0;
}
.news_list_image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: top;
}
.news_list_row .h4 {
  text-align: center;
  margin: 0;
  padding: 0;
}
.news_list_row:has(.h4) .news_list_text {
  padding: 0;
}
.page_wrap a.link_item {
  text-decoration-line: underline;
  color: #324ea9;
}
.news_list_wrap .text {
  margin-bottom: 16px;
}
.block_row {
  margin: 24px 0;
  border: 1px solid #d12338;
  border-radius: 4px;
}
.block_row .block_title {
  padding: 8px 16px;
  border-radius: 4px;
  text-align: end;
  background: #e2f1f3;
}
.block_text {
  padding: 12px 16px;
}
.spisoc_row,
.page_wrap ol {
  margin-top: 10px;
}
.spisoc_row li,
.page_wrap ol {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
}
.page_wrap ol li {
  position: relative;
  list-style: none;
  margin: 12px 0;
  padding-left: 32px;
}
.page_wrap ol {
  counter-reset: myCounter;
  padding-left: 0;
}
.page_wrap ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  position: absolute;
  left: 6px;
  top: -2px;
  color: #8a7400;
  font-family: "Istok Web";
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.032px;
  text-align: center;
}
.spisoc_row li::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../image/SVG/fox.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -9px;
}
.link_row span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.001em;
  color: #6e6e6e;
  margin-right: 8px;
}
.turn_row {
  background: #e2f1f3;
  border-radius: 3px;
  padding: 16px;
  margin-bottom: 32px;
}
.turn_row .title_form {
  text-align: center;
  padding-bottom: 22px;
}
.ttitle_form p.text {
  color: #454545;
}
.title_form p.s2 {
  font-weight: 400;
  color: #8c1825;
}
hr {
  width: 100%;
  border: 1px solid #c3c3c3;
  border-radius: 1px;
  margin: 16px 0;
}
.input_row {
  margin-bottom: 16px;
  width: 100%;
}
.page_content p img {
  margin: 0 12px;
}
.input_group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.checkbox-group input.checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}
.checkbox-group {
  display: flex;
  align-items: center;
}
.checkbox-group .label_checkbox {
  padding-left: 20px;
}
.btn_row {
  margin-top: 35px;
}
.news_row.guest_row .news_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news_text .h6 a {
  text-decoration: none;
  color: #494949;
}
.news_row.guest_row .news_btn {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -12px;
}
.balloon_wrap {
  width: 360px;
  background: #ffffff;
}
.balloon_title {
  text-align: end;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #454545;
  padding-bottom: 3px;
}
.balloon_wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 14px 16px 11px 16px;
  position: relative;
}
.balloon_row {
  display: flex;
  justify-content: space-between;
}
.balloon_wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  transform: rotate(45deg);
  margin-left: -10px;
  z-index: 2;
}
.balloon_text {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0015em;
  color: #1b1b1b;
  text-align: start;
  padding: 0 11px 0 0;
}
.balloon_row .balloon_image {
  flex: 0 0 90px;
}
.balloon_text span {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #454545;
  border-right: 1px solid #454545;
  padding-right: 8px;
  margin-right: 8px;
}
.balloon_text span:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.guest_row {
  position: relative;
  margin-bottom: 32px;
}
.guest_form_row {
  position: absolute;
  top: 16px;
  width: calc(100% - 32px);
  margin: 0 16px;
  background: #ffffff;
  border: 1px solid #c3e4e9;
  border-radius: 4px;
  padding: 16px;
}
.guest_form_row .h2 {
  text-align: center;
}
.rukovodstvo_text li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.rukovodstvo_text li:last-child {
  margin-bottom: 0;
}
.rukovodstvo_item_row {
  display: flex;
  margin-bottom: 12px;
}
.rukovodstvo_image {
  flex: 0 0 208px;
  max-width: 208px;
}
.rukovodstvo_image img {
  width: 100%;
  border-radius: 4px;
}
.rukovodstvo_text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
}
.rukovodstvo_text .h3 {
  color: #1b1b1b;
  padding-bottom: 4px;
}
.resurs_text .text {
  color: #454545;
}
/* Accordion ------------------------*/
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion .rukovodstvo_item:last-child {
  margin-bottom: 0;
}
.link,
.accordion_item {
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  margin: 16px 0;
  transition: all 0.4s ease-in-out;
}
/* Элемент label который запускает открыть/закрыть. */
.spojler,
.accordion_trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  text-align: center;
  background: #f7f7f7;
  padding: 14px 0;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
/* меняем цвет фона у активного переключателя */
.accordion_toggle:checked ~ .accordion_trigger {
  background: #f7f7f7;
}
/* эти элементы radio/checkbox всегда должны быть скрыты. */
.accordion_toggle {
  position: absolute;
  display: none;
}
/* скрытое содержание аккордеона.*/
.accordion_target {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  background-color: #ffffff;
  border-radius: 4px;
}
/** когда переключатель checked на radio/checkbox, показать содержимое аккордеона.*/
.accordion_toggle:checked ~ .accordion_row .accordion_target {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  margin: auto;
  padding: 16px;
  overflow: visible;
  transition: all 0.4s ease-in-out;
}
/* анимация при появлении блоков с содержанием */
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.accordion_item .accordion_trigger,
.rukovodstvo_item .accordion_item .accordion_trigger span {
  position: relative;
}
.accordion_item .accordion_trigger.text {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.023px;
}
.spojler {
  position: relative;
}
.hide_text {
  display: none;
  margin: 16px;
}
.link.opened > .hide_text {
  display: block;
}
.spojler::after,
.accordion_item .accordion_trigger::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 14px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #727272;
  border-right: 2px solid #727272;
  border-radius: 0;
  transform: rotate(45deg);
}
.rukovodstvo_item .accordion_trigger::after {
  content: none;
}
p.spojler {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.016px;
  margin: 0;
  padding: 16px;
  padding-right: 48px;
}
.link.opened > .spojler::after,
.accordion_toggle:checked ~ .accordion_row .accordion_trigger::after {
  top: 50%;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-top: 2px solid #727272;
  border-left: 2px solid #727272;
  transform: rotate(45deg);
}
.rukovodstvo_item .accordion_item .accordion_trigger span::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 1px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #727272;
  border-right: 2px solid #727272;
  border-radius: 0;
  transform: rotate(45deg);
}
.rukovodstvo_item
  .accordion_toggle:checked
  ~ .accordion_row
  .accordion_trigger
  span::after {
  top: 40%;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-top: 2px solid #727272;
  border-left: 2px solid #727272;
  transform: rotate(45deg);
}
.rukovodstvo_item .accordion_row .s1 {
  margin-bottom: 10px;
}
.rukovodstvo_item .accordion_row ul li {
  position: relative;
  padding-left: 26px;
}
.rukovodstvo_item .accordion_row ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url(../image/SVG/forward.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.rukovodstvo_text p.text {
  margin-bottom: 8px;
}
.rukovodstvo_item {
  margin-bottom: 32px;
}
.accordion_target .aktual_data,
.inner_row .aktual_data {
  color: #1b1b1b;
  margin-bottom: 8px;
}
.accordion_target ul {
  margin-top: 16px;
}
.accordion_target ul li {
  margin-bottom: 16px;
}
.accordion_target ul li:last-child {
  margin-bottom: 0;
}
.second_map {
  margin-bottom: 20px;
}
.mode_title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.001em;
  color: #454545;
}
.mode_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.mode_row ul {
  display: inline-flex;
  margin-right: 18px;
}
.mode_row li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.0025em;
  color: #15281f;
  width: 32px;
  height: 32px;
  border: 1px solid #93d5dc;
  margin-left: -1px;
  background: #ffffff;
}
.inner_row .s2 {
  font-weight: 400;
  padding-top: 10px;
}
.inner_row .s1 {
  padding-bottom: 10px;
}
.spisoc_block li,
.page_content ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 16px;
}
.spisoc_block li::after,
.page_content ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  background-image: url(../image/SVG/mark.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.page_content.sport_detail ul.info_row li::after,
.page_content.sport_detail .mode_row ul li::after {
  content: none;
}
.page_content.sport_detail ul.info_row li,
.page_content.sport_detail .mode_row ul li {
  padding-left: 0;
}
.page_content.sport_detail .mode_row ul li,
.page_content.sport_detail .mode_row ul {
  margin-bottom: 0;
}
.page_content .info_block li {
  padding-left: 0;
}
.page_content .info_block li a {
  text-decoration: none;
  color: #1b1b1b;
  margin-left: 8px;
}
.page_content .info_block li svg path {
  fill: #588ecb;
}
.page_content .info_block li::after {
  content: none;
}
.inner_row ul {
  margin-bottom: 16px;
}
.inner_row .accordion_trigger {
  flex-wrap: wrap;
}
.inner_row .accordion_trigger span {
  display: block;
  width: 100%;
}
.photo_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.photo_row .photo_item {
  max-width: 320px;
}
.photo_row .photo_item img {
  width: 100%;
  border-radius: 4px;
}
.menu__wrapper .info_row {
  display: none;
}
.contact-items {
  display: none;
}
@media (max-width: 1520px) {
  .footer_map {
    flex: 0 0 643px;
    max-width: 643px;
  }
}
@media (max-width: 1500px) {
  .map svg {
    width: 765px;
  }
}
@media (max-width: 1420px) {
  /* header */
  .header__logo .h3 {
    font-size: 40px;
    line-height: 60px;
  }
  .header__slider {
    max-width: 628px;
  }
  .header__nav .title-sub.has-sub:nth-child(3) .submenu_list,
  .header__nav .title-sub.has-sub:nth-child(4) .submenu_list,
  .header__nav .title-sub.has-sub:nth-child(6) .submenu_list {
    width: 628px;
    height: auto;
    grid-template-columns: 1fr 1fr;
  }
  /* footer */
  .info_block {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .info_block .text:last-child {
    margin-bottom: 32px;
  }
  .info_block .text span {
    bottom: -12px;
  }
}
@media (max-width: 1300px) {
  .map svg {
    width: 565px;
  }
  .footer_map {
    flex: 0 0 588px;
    max-width: 588px;
  }
}
@media (max-width: 1200px) {
  .calendar .h4 {
    margin-bottom: 20px;
  }
  .header__logo .h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .contact_row {
    display: flex;
    margin-bottom: 5px;
    transition: all 0.4s ease;
  }
  .contact-items {
    display: block;
    position: fixed;
    width: 328px;
    top: 350px;
    right: 0;
    padding: 16px;
    border-radius: 4px;
    background: #e3e3e3;
    transform: translateX(105%);
    transition: all 0.4s ease;
    z-index: 1111;
  }
  .contact-items a {
    display: flex;
    gap: 16px;
    padding: 0 16px;
    height: 63px;
    align-items: center;
    margin-bottom: 8px;
  }
  .contact-items.opened {
    transform: translateX(0);
  }
  .contact-items.opened + .contact_row {
    transform: rotate(90deg);
    transition: all 0.4s ease;
  }
  .banners-items {
    display: block;
  }
  .banners-item {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
    height: 65px;
  }
  .banners-item:last-child {
    margin-bottom: 0;
  }
  .banners-item p {
    font-size: 16px;
  }

  .banners-items .banners-item img {
    width: 24px;
    margin: 0;
  }
  .info .banners-items {
    display: none;
  }
  .header__nav .title-sub.has-sub::before {
    top: 21px;
  }
  /* Новости */
  .news_wrap {
    padding: 0;
  }
  .news_row {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-template-areas:
      "a b c"
      "d e ."
      "g k ."
      "f f f";
    gap: 32px;
  }
  .predsedatel__wrapper {
    position: static;
    max-width: 100%;
    height: auto;
  }
  /* Средний блок */
  .middle .container {
    grid-template-columns: 1fr;
  }
  .attention_column {
    order: 2;
  }
  .calendar {
    order: 1;
    padding: 0;
  }
  .fc-direction-ltr {
    box-shadow: none;
  }
  .media {
    order: 3;
  }
  /* map */
  .attention .container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
    padding: 0;
    padding-top: 8px;
  }
  .map svg {
    width: 100%;
    height: auto;
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 304px;
    height: 100%;
    border-top: 1px solid rgba(255, 231, 112, 0);
    background: #e3e3e3;
    box-shadow: 4px 0px 16px 0px rgba(0, 0, 0, 0.15),
      1px 0px 4px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    padding: 24px 0px;
    overflow-y: scroll;
    transform: translateX(-105%);
    z-index: 20;
  }
  .header__nav::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .header__nav .title-sub.parent .submenu {
    display: none;
  }
  .header__nav .header__menu {
    display: block;
  }
  .header__nav.open-menu {
    transform: translate(0);
  }
  .navbar .nav-menu.opened {
    transform: translate(0);
  }
  .header__nav .title-sub.home_page_menu {
    display: none;
  }
  .menu-burger {
    position: relative;
    display: flex;
    align-items: center;
    width: 74px;
    height: 24px;
  }
  .menu-burger__header span,
  .menu-burger__header:after,
  .menu-burger__header:before {
    position: absolute;
    left: 0;
    height: 2px;
    width: 22px;
    margin-left: -6px;
    background: #727272;
  }
  .menu-burger__header span {
    top: 10px;
  }
  .menu-burger__header:after,
  .menu-burger__header:before {
    content: "";
  }
  .menu-burger__header:after {
    bottom: 6px;
  }
  .menu-burger__header:before {
    top: 4px;
  }
  .menu-burger__header.open-menu span {
    opacity: 0;
  }
  .menu__wrapper .mobile {
    display: block;
  }
  .menu__wrapper .home_page_menu {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .menu__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
  }
  .menu-burger .menu-burger__text {
    margin-left: 26px;
  }
  .title-sub a {
    min-height: 48px;
    padding: 0;
  }
  .header__nav .header__menu {
    margin: 0;
  }
  .header__menu .title-sub.has-sub:has(.active-menu) .submenu {
    width: 304px;
    margin-left: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .header__menu .title-sub.has-sub:hover {
    background: transparent;
  }
  .header__menu .title-sub.has-sub:has(.active-menu) {
    background: #305427;
  }
  .header__menu .title-sub.has-sub:has(.active-menu) > a {
    color: #fff;
  }
  .header__menu .title-sub.has-sub:hover::before {
    transform: none;
  }
  .header__menu .title-sub.has-sub:has(.active-menu)::before {
    transform: rotate(180deg);
  }
  .header__nav .title-sub.has-sub .submenu_list {
    width: fit-content;
    padding: 8px 16px;
  }
  .header__nav .title-sub.has-sub .submenu {
    display: none;
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: fit-content;
    max-height: fit-content;
    background: #ffffff;
    border-top: none;
    box-shadow: none;
    transform: none;
    margin: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999999;
  }
  .header__nav ul li {
    margin-bottom: 8px;
  }
  .header__menu .title-sub.has-sub {
    padding-right: 42px;
    margin-bottom: 8px;
  }
  .submenu_list a:hover {
    background: transparent;
    color: #1b1b1b;
  }
  .language {
    justify-content: end;
    width: 100%;
  }
  .form-search {
    width: 100%;
  }
  .slider_menu_row {
    flex-direction: column;
  }
  /* ресурсы */
  .resurs_wrap .h4 {
    padding-left: 0;
    padding-bottom: 8px;
    text-align: center;
  }
  .resurs_wrap .container > a {
    position: static;
    margin-bottom: 8px;
    text-align: center;
    display: block;
  }
}
@media (max-width: 1150px) {
  .news_container_row {
    grid-template-columns: 1fr 1fr;
  }
  .news_column {
    padding-bottom: 0;
  }
  .footer_row {
    display: block;
  }
  .footer_map {
    max-width: 100%;
    margin-top: 32px;
  }
  .news_ntn {
    position: relative;
  }
  .nav_column li a {
    padding-left: 0;
  }
}
@media (max-width: 1100px) {
  .header__logo .h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .header__logo-image .logo_image {
    flex: 0 0 60px;
    max-width: 60px;
  }
}
@media (max-width: 992px) {
  .page_body {
    padding-bottom: 0;
  }
  .page_body .social_row ul {
    padding-left: 0;
  }
  .contact-items {
    top: 480px;
  }
  div.header__logo-image img {
    width: 40px;
  }
  .header__logo-image a {
    flex: 0 0 40px;
    max-width: 40px;
  }
  .header__slider {
    max-width: 100%;
  }
  .header__logo {
    padding: 16px;
  }
  .header__block:last-child .container {
    flex-direction: column;
    padding-left: 0;
  }
  .news_list_row {
    display: flex;
    flex-direction: column;
  }
  .news_list_text {
    padding-left: 0;
  }
  .news_list_image {
    flex: auto;
    margin: 0;
  }
  .news_list_wrap {
    grid-template-columns: 1fr;
    gap: 0;
    padding-right: 0;
  }
  .news_list_wrap .menu-sidebar__row {
    width: calc(100% + 64px);
    margin-left: -16px;
    order: 2;
    padding-left: 0;
  }
  .aktual_column {
    order: 1;
    height: auto;
  }
  .header__logo-image {
    flex-direction: column;
    gap: 12px;
  }
  .header_topbar_row .header__logo {
    align-items: center;
  }
  .header__logo-image .logo_image {
    flex: 0 0 40px;
    max-width: 40px;
  }
  .inform_row {
    grid-template-columns: 1fr;
  }
  .news_container_row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .news_container_row .nav_column {
    order: 3;
    border-right: none;
    margin-right: -16px;
  }
  .news_column {
    order: 2;
    padding-bottom: 0;
  }
  .aktual_column .aktual_item {
    margin-top: 16px;
  }
  .attention_row {
    grid-template-columns: 100%;
    margin: 0 -15px;
  }
  .attention_wrap::after {
    content: none;
  }
  .page_row {
    display: block;
  }
  .page_row .nav_column ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .page_row .nav_column {
    padding: 16px 0;
  }
  .attention_column {
    padding: 16px;
  }
  .attention_item {
    max-width: 100%;
    margin-bottom: 16px;
    padding-right: 16px;
  }
  .attention_column::after {
    right: 0;
    width: 0;
    height: 0%;
    background-color: transparent;
  }
  /* средний блок */
  .middle {
    background: #fff;
  }
  .attention_item {
    height: 72px;
  }
  .attention_image {
    flex: 0 0 64px;
    max-width: 64px;
    height: 40px;
  }
  /* inner */
  .menu-sidebar__row {
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
  }
  .page_row .nav_column {
    margin-right: -16px;
    padding-right: 16px;
  }
  .page_content {
    padding-top: 0;
  }
}
@media (max-width: 786px) {
  .header__socials {
    padding: 16px 16px 12px;
  }
  .main-banner img {
    object-fit: cover;
    height: 112px;
  }
  .header__block:first-child .container {
    padding-bottom: 60px;
  }
  .header__logo .h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
  }
  .form-search {
    width: auto;
    position: absolute;
    right: 6px;
    left: 6px;
    bottom: 6px;
  }
  .contact-items {
    top: 540px;
  }
  .gallery__wrapper {
    flex-direction: column;
    gap: 21px;
  }
  .language li:last-child {
    display: none;
  }
  .news_nav .news_nav_item a {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.013px;
  }
  .slider_social_row.slick-slider .slick-list {
    margin: 0 16px;
  }
  /* новости */
  .news_row {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .predsedatel {
    order: 1;
  }
  .news_item,
  .page_content .news_item {
    max-width: 100%;
    height: auto;
  }
  .news_item .news_image,
  .page_content .news_item .news_image {
    max-width: 100%;
    height: 200px;
  }
  .predsedatel__wrapper {
    max-width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -32px;
  }
  .news_item:nth-child(1),
  .news_item:nth-child(2),
  .news_item:nth-child(3) {
    height: auto;
  }
  .news_wrap .h4 {
    padding-bottom: 8px;
  }
  .news_wrap .h4 + .news_btn {
    position: static;
    text-align: center;
  }
  .news_wrap .h4 + .news_btn a {
    display: inline-block;
    margin-bottom: 24px;
  }
  /* inner */
  .news__item {
    flex-direction: column;
  }
  .news__row .news__item img {
    max-width: 100%;
    height: 200px;
  }
  .news__item .news_image {
    min-width: 100%;
    max-width: 100%;
  }
  .news__item .news_text {
    padding-left: 16px;
    padding-top: 0;
  }
  /* zhitelyam */
  .inform__wrapper {
    grid-template-columns: 1fr;
  }
  .inform__item-links {
    display: none;
    background: linear-gradient(180deg, #75b865 11.4%, #e3e3e3 91.9%);
    padding: 8px 16px 16px;
  }
  .inform__item-links.opened {
    display: block;
  }
  .inform__item {
    background: #75b865;
    padding: 8px 0;
  }
  .inform__item:has(.inform__item-links.opened) {
    padding-bottom: 0;
  }
  .inform__item-icon {
    margin-left: 16px;
  }
  .inform__item-header {
    padding-right: 16px;
    margin-top: 10px;
  }
  .inform__item .text {
    padding-left: 0;
  }
  .inform__item-header::after {
    bottom: -8px;
  }
  /* resursy */
  .resurs_wrap {
    padding-bottom: 0;
  }
  /* footer */
  .footer {
    padding: 16px 0;
  }
  .footer_column {
    padding-right: 0;
  }
  .slider_social_item .social_title {
    width: 186px;
  }
  .slider_social_item .social_title {
    top: 28px;
  }
  .slider_social_item .social_title.h6 {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.013px;
  }
  .form_group {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .resurs_row.slick-slider .slick-list {
    margin: 0 16px;
  }
  .slider_social_item img {
    height: 168px;
  }
  .breadcrumb-nav .breadcrumb {
    flex-wrap: wrap;
  }
  .breadcrumb-item.active {
    text-align: center;
  }
}
@media (max-width: 500px) {
  /* inner news */
  .news__item .news_text {
    padding-bottom: 46px;
  }
  /* медиа */
  .media .h4 {
    text-align: center;
  }
  .media .media_btn {
    position: static;
    margin: 8px auto;
    text-align: center;
  }
  .media__wrapper {
    margin-top: 32px;
    grid-template-rows: 252px 252px;
  }
  .media_item .media_image {
    height: 96px;
  }
  .media_item .media_text p:first-child {
    font-family: "Istok Web";
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.015px;
  }
  /* баннеры возле карты */
  .attention__slider,
  .attention_slider_item {
    width: 100% !important;
    max-width: 100%;
  }
  .attention_slider_item .h5 {
    font-size: 21px;
    line-height: 28px;
  }

  .news_list_image {
    height: 170px;
  }
  .slider_menu_row .slider_menu_item {
    margin: 0 auto;
  }
  .page_row .nav_column ul {
    grid-template-columns: 1fr;
  }
  .footer_map {
    margin-top: 24px;
  }
  .footer_row {
    position: relative;
    padding-bottom: 60px;
  }
  .footer_column {
    position: static;
  }
  .footer__developer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .attention_text.h6 {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.023px;
    padding-left: 16px;
  }
}
/* Таблица */
table {
  /* display: block; */
  width: 100%;
  max-width: 687px;
  border-collapse: collapse;
  margin: 20px 0;
  overflow-x: auto;
}
table tr td {
  padding: 14px 16px;
  border: 1px solid #c3c3c3;
}
table tr:first-child {
  background: #f0f5fa;
}
table.map-columns tr:first-child {
  background: #fff;
}
table tr:first-child td {
  text-align: center;
  margin: 0;
}
table tr:first-child td p {
  margin: 0;
}
.page_wrap table tr td p:first-child {
  margin-top: 0;
}
.page_wrap table tr td p:last-child {
  margin-bottom: 0;
}

/* Иконки документов */
a[href$=".pdf"],
a[href$=".doc"],
a[href$="docx"],
a[href$="zip"],
a[href$="rar"],
a[href$=".jpg"],
a[href$="jpeg"],
a[href$="png"],
a[href$="gif"] {
  position: relative;
  display: block;
  padding-left: 32px;
  margin: 16px 0;
}
a[href$=".pdf"]::after,
a[href$=".doc"]::after,
a[href$="docx"]::after,
a[href$="zip"]::after,
a[href$="rar"]::after,
a[href$=".jpg"]::after,
a[href$="jpeg"]::after,
a[href$="png"]::after,
a[href$="gif"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 555;
}
a[href$=".pdf"]::after {
  background-image: url(../image/img/pdf.svg);
}
a[href$=".doc"]::after {
  background-image: url(../image/img/doc.svg);
}
a[href$="docx"]::after {
  background-image: url(../image/img/docx.svg);
}
a[href$="zip"]::after,
a[href$="rar"]::after {
  background-image: url(../image/img/archive.svg);
}
a[href$=".jpg"]::after {
  background-image: url(../image/img/jpg.svg);
}
a[href$="jpeg"]::after {
  background-image: url(../image/img/jpeg.svg);
}
a[href$="png"]::after {
  background-image: url(../image/img/png.svg);
}
a[href$="gif"]::after {
  background-image: url(../image/img/video-file.svg);
}
/* убираем там, где они не нужны */
ul li a[href$=".pdf"]::after,
ul li a[href$=".doc"]::after,
ul li a[href$="docx"]::after,
ul li a[href$="zip"]::after,
ul li a[href$="rar"]::after,
ul li a[href$=".jpg"]::after,
ul li a[href$="jpeg"]::after,
ul li a[href$="png"]::after,
ul li a[href$="gif"]::after,
.gallery-block a[href$=".jpg"]::after,
.gallery-block a[href$=".jpeg"]::after,
.gallery-block a[href$=".png"]::after {
  content: none;
}
ul li a[href$=".pdf"],
ul li a[href$=".doc"],
ul li a[href$="docx"],
ul li a[href$="zip"],
ul li a[href$="rar"],
ul li a[href$=".jpg"],
ul li a[href$="jpeg"],
ul li a[href$="png"],
ul li a[href$="gif"],
.gallery-block a[href$=".jpg"],
.gallery-block a[href$=".jpeg"],
.gallery-block a[href$=".png"],
ul li a[href$="gif"] {
  padding: 0;
  margin: 0;
}

/* Страница поиска */
.search-page form {
  display: flex;
  max-width: 768px;
  margin: 20px 0;
}
.search-page form input[type="text"],
.search-page form select {
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
  color: #1b1b1b;
  background: #ffffff;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  padding: 14px 52px 14px 16px;
  margin-right: 16px;
}
.search-page form input[type="submit"] {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.0125em;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  outline: none;
  background: #bc2426;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 14px 16px 12px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.search-page form input[type="submit"]:hover {
  background: #ac1d16;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
font.notetext {
  color: #1b1b1b;
}

/* Рабочие часы --------------------------------- */
.working-hours-wrapper {
  position: relative;
  width: fit-content;
}
.working-hours-wrapper:hover .dates {
  opacity: 1;
  visibility: visible;
}
.dates {
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 55;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 12px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.working-hours-wrapper > .dates > .dates-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 1em;
}
.working-hours-wrapper > .dates > .dates-list > .dates-list-item {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.004em;
  color: #ac1d16;
  text-transform: uppercase;
  background: #e6e8ea;
  border: 1px solid #ac1d16;
  padding: 5px;
}
.working-hours-wrapper > .dates > .dates-list > .dates-list-item.active {
  color: #e1a3a3;
  background: #ffffff;
}
.working-hours-wrapper
  > .dates
  > .dates-list
  > .dates-list-item:not(:first-child) {
  margin-left: -1px;
}
.working-hours-wrapper p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #525252;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0;
}

/* Куки ----------------------------- */
.cookiesBlockAtevi {
  justify-content: space-between;
  max-height: fit-content !important;
  padding: 16px 32px !important;

  z-index: 99999 !important;
}
.cookiesBlockAtevi .info_atevi {
  position: static !important;
  max-width: 900px !important;
}
.buttonAtevi {
  margin-left: 10px !important;
  white-space: nowrap;
}
.cookiesBlockAtevi .buttonAtevi button {
  position: absolute;
  right: 150px;
  top: 23%;
  cursor: pointer;
}
.not-agree {
  position: absolute;
  right: 32px;
  bottom: 23%;
  min-width: auto;
  min-height: 23px;
  font-size: 13px;
  line-height: 140%;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 10px 12px;
  transition: all 0.4s ease-in-out;
}
.not-agree:hover {
  background-color: #e2e2e2;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1230px) {
  .cookiesBlockAtevi {
    padding: 16px !important;
    padding-bottom: 72px !important;
  }
  .cookiesBlockAtevi .info_atevi {
    max-width: 100% !important;
  }
  .cookiesBlockAtevi .buttonAtevi button {
    left: 16px;
    right: auto;
    top: auto;
    bottom: 16px;
  }
  .not-agree {
    right: auto;
    bottom: 16px;
    left: 125px;
  }
}
@media (max-width: 450px) {
  .buttonAtevi {
    margin-left: 0px !important;
    margin-top: 15px !important;
  }
}

/* Галерея */
/* --внутри */
.page_content .gallery-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.gallery-block img {
  width: 328px;
  height: 248px;
  object-fit: cover;
  border-radius: 3px;
}
@media (max-width: 1150px) {
  .gallery-block img {
    width: 228px;
    height: 148px;
  }
}
@media (max-width: 600px) {
  .gallery-block img {
    width: 156px;
    height: 96px;
  }
  .gallery-block {
    gap: 14px;
  }
}

/* Карта сайта ---------------------------------- */
.map-columns {
  max-width: 100%;
}
.map-level-1 {
  text-align: left;
}

/* Google переводчик ---------------------- (ЗДЕСЬ НЕТ) */
.page {
  display: flex;
  min-height: 100vh;
}
/* Фиксируем позицию body, которую меняет панель гугла*/
body {
  position: static !important;
  top: 0 !important;
}
/* Прячем панель гугла */
.skiptranslate {
  display: none !important;
}
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background: none !important;
  box-shadow: none !important;
}
.content {
  text-align: center;
  margin: auto;
}

/* Версия для слабовидящих */
.special .header_topbar_top,
.special .slider_menu_row .slider_menu_item a,
.special .slider_social_item a,
.special .menu-sidebar__item a,
.special .slider_menu_row,
.special .container_slider,
.special .investment_wrap *,
.special .attention_wrap *,
.special .container,
.special .banners-item,
.special .banners-item a,
.special .attention_item,
.special .attention_item a,
.special .attention_slider_item,
.special .attention_slider_item a,
.special .fc-toolbar-title,
.special .fc-toolbar-chunk,
.special .fc-header-toolbar.fc-toolbar,
.special .fc-button-group,
.special .fc-button.fc-button-primary,
.special .breadcrumb-nav *,
.special .header_topbar_top *,
.special .aktual_column .primary-button *,
.special .resurs_row *,
.special .arrow_up * {
  background: transparent !important;
}
.special .investment_wrap {
  background: linear-gradient(
      180deg,
      #e3e3e3 0%,
      rgba(255, 255, 255, 0.5) 46.62%
    ),
    url(../image/img/investicii.png) !important;
}
.special .dates,
.special .invest-control {
  background: #ffffff !important;
}
.special .aktual_column .primary-button,
.special .arrow_up,
.special #invest .invest-button {
  background: #c4c4c4 !important;
}
.special .menu-sidebar__item.active,
.special .page_body,
.special .breadcrumb-nav,
.special .resurs_wrap {
  background: #f5f4f4 !important;
}
.special .slider_social_wrap {
  background: #cfcfcf !important;
}
.special .slider_social_wrap .container,
.special .slider_social_wrap .slider_social_row,
.special .slider_social_wrap .slick-list,
.special .slider_social_wrap .slick-track,
.special .slider_social_wrap .slick-slide,
.special .slider_social_wrap .slider_social_item {
  background: transparent !important;
}
.special .footer_map *,
.special ymaps * {
  background: unset !important;
  color: unset !important;
  border-color: transparent !important;
}
