/* -- Обнуление стилей -- */
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
ul[class],
ol[class] {
  list-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
}

/* ---- Общие стили --- */
html body {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #1b1b1b;
  width: 100%;
}
body a,
body a:hover {
  color: #1b1b1b;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body blockquote {
  padding: 14px 16px;
  border-radius: 3px;
  background: #FCFBD9;
  text-align: center;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Merriweather', sans-serif;
  letter-spacing: 0.0025em;
  color: #454545;
  margin: 0;
}
body h1 {
  font-size: 93px;
  font-weight: 300;
  line-height: 138px;
  letter-spacing: -1.395px;
}
body h2,
h1.page-title {
  font-size: 58px;
  font-weight: 300;
  line-height: 80px;
  letter-spacing: -0.29px;
}
#k2Container h4.section-title {
  text-align: left;
  margin: 13px 0;
}
body h3 {
  font-size: 46px;
  font-weight: 400;
  line-height: 64px;
}
body h4 {
  font-size: 33px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.083px;
}
h4.section-title {
  text-align: center;
  margin-bottom: 13px;
}
body h5 {
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
}
h5.logo-subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.055px;
}
body h6 {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.029px;
}
span {
  color: #1b1b1b;
}
body p {
  margin: 16px 0;
}
.row {
  margin: 0 !important;
  padding: 0 !important;
}
.container-wrapper {
  padding: 0 16px;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  position: relative;
}
/* .padding {
  width: 100%;
  height: 32px;
} */
/*убираем лишнее подчеркивание*/
/* .navbar a,
.header a,
.main-content a,
.banner-main a,
.menu-sidebar a,
.menu-sidebar a:hover,
.menu-sidebar a:active,
.menu-sidebar a:focus,
.primary-button a,
.secondary-button a,
.thirdy-button a,
body a,
.nav-menu .nav-menu-item a {
  text-decoration: none;
} */

/* @media (min-width: 1456px) {
  .container-wrapper {
    width: 1440px;
  }
} */

/* @media (max-width: 1455.99px) {
  .container-wrapper {
    width: 100%;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row:before,
  .row:after {
    display: table;
    content: ' ';
  }
  .row:after {
    clear: both;
  }
} */
.primary-button,
.btn.btn-primary.button {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  text-align: center;
  padding: 10px 16px;
  border-radius: 3px;
  background: #C91826;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.30), 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  color: #FFF;
}
.primary-button:hover, .primary-button:focus,
.btn.btn-primary.button:hover, .btn.btn-primary.button:focus {
  color: #FFF;
  background: #EEE844;
  text-decoration: none;
}
.primary-button:active,
a.primary-button:active,
a.primary-button.icon:active,
.btn.btn-primary.button:active {
  color: #FFF;
  background: #800F18;
  text-decoration: none;
}
.secondary-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  text-align: center;
  padding: 10px 16px;
  border-radius: 3px;
  color: #800F18;
  background: transparent;
  border: 2px solid #C91826;
}
.secondary-button:hover,
.secondary-button:focus {
  color: #800F18;
  background: #FCFBD9;
  text-decoration: none;
}
.secondary-button:active {
  color: #800F18;
  background: #F3EF7C;
  text-decoration: none;
}
.thirdy-button,
.btn.btn-warning.button.reset {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  text-align: center;
  padding: 10px 16px;
  border-radius: 3px;
  color: #800F18;
  background: transparent;
}
.thirdy-button:hover,.thirdy-button:focus,
.btn.btn-warning.button.reset:hover, .btn.btn-warning.button.reset:focus {
  color: #800F18;
  background: #FCFBD9;
  text-decoration: none;
}
.thirdy-button:active,
.btn.btn-warning.button.reset:active {
  color: #800F18;
  background: #F3EF7C;
  text-decoration: none;
}
.primary-button.icon,
.secondary-button.icon,
.thirdy-button.icon {
  padding-left: 38px;
  position: relative;
}
.primary-button.icon svg,
.secondary-button.icon svg,
.thirdy-button.icon svg {
  position: absolute;
  left: 12px;
  top: 8px;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  h4.section-title,
  .internet-title h2 {
    font-size: 23px;
    line-height: 28px;
    margin: 8px 0;
  }
}

/* Анимация ---------------------------------*/
.container-wrapper.anim-items {
  opacity: 0;
  transform: translate(0, 34px);
  transition: all 1.2s ease;
}
.container-wrapper.anim-items.animActive {
  opacity: 1;
  transform: translate(0);
}

/* Верхние баннеры ---------------------------- */
.header-banners {
  background: linear-gradient(180deg, #FFF 18.75%, #E0ECF5 100%);
}
.up-banners__wrapper {
  display: flex;
  gap: 32px;
  padding: 32px 0px;
}
.up-banners__item {
  display: flex;
  align-items: center;
  min-width: 208px;
  width: 208px;
  padding: 8px;
  border-radius: 3px;
  background: #FFF;
  border: 2px solid transparent;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.30), 2px 2px 16px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.up-banners__img {
  padding-right: 8px;
}
.up-banners__img-item {
  width: 60px;
  object-fit: contain;
}
.up-banners__item:hover {
  border: 2px solid #EEE844;
}
.up-banners__link a{
  color: #1C415F;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.035px;
}
@media (max-width: 1420px) {
  .up-banners {
    overflow: hidden;
  }
  .up-banners__wrapper {
    overflow-y: auto;
    padding: 32px 5px;
  }
  .up-banners__wrapper::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
}
@media (max-width: 992px) {
  .up-banners__item {
    min-width: 248px;
    width: 248px;
  }
}

/* Header ---------------------------------------------- */
.header {
  padding: 16px 0;
}
.header .container-wrapper {
  display: flex;
  flex-direction: column;
}
.header__row:first-child {
  display: flex;
  justify-content: space-between;
}
/* Название и логотип */
.logo {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  margin-bottom: 16px;
}
.logo__img {
  display: flex;
  gap: 16px;
}
.logo__info {
  max-width: 496px;
}
.logo__img img {
  display: inline-block;
  width: 88px;
  height: 88px;
}
.logo__title {
  display: inline-block;
  text-align: left;
}
.logo__title a {
  color: #1b1b1b;
  text-align: left;
}
.logo a:hover {
  text-decoration: none;
  color: #1b1b1b;
}
/* Языковые версии и версия для слабовидящих */
.header-block {
  display: flex;
}
.header-block__lang {
  display: flex;
  flex-wrap: nowrap;
}
.header-lang {
  display: flex;
  margin: 4px 0;
}
.header-lang ul {
  padding-left: 0;
}
.header-lang li {
  list-style-type: none;
  margin-right: 24px;
}
.header-lang ul > li {
  margin-right: 0;
}
.header-lang li:first-child {
  margin-left: 0;
}
.header-lang li a {
  color: #800F18;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
  cursor: pointer;
}
.header-lang li .bvi-open {
  position: relative;
  bottom: 2px;
  cursor: pointer;
}
.bvi-body .header-block__lang .header-lang .bvi-panel-close {
  font-size: 0 !important;
  line-height: 16px !important;
  background: url(../images/icons/eye.svg) center no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  bottom: 8px;
}
/* Поиск */
.header-block__search {
  position: relative;
  top: -8px;
}
.button-search {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
/* Кнопка "Электронные обращения" */
.header-block__appeal {
  position: absolute;
  right: 0;
  top: 60px;
  width: fit-content;
}
.btn-appeal {
  border-radius: 3px;
  background: #FFF;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.30), 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  padding: 9px 16px 9px 12px;
  color: #C91826;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
}
.btn-appeal a,
.btn-appeal a:hover {
  color: #C91826;
}
.btn-appeal img {
  margin-right: 8px;
  position: relative;
  top: 2px;
}
/* Контакты */
.header__row:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts-worktime {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 16px 0 24px;
  margin: 11px -8px 11px 0;
}
.contacts {
  display: flex;
  justify-content: space-between;
  width: 1035px;
}
.contacts p{
  width: 233px;
  margin: 0;
}
.contacts p:nth-child(3){
  width: 240px;
}
.contacts span {
  display: block;
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.035px;
  margin-top: 4px;
}
.contacts-hidden {
  display: none;
}
.contacts-container {
  position: relative;
}
.contacts p > a {
  color: #1b1b1b;
  text-decoration: none;
}
/* Социальные сети header */
.bannergroup_social {
  display: flex;
}
.footer .bannergroup_social {
  margin-left: 0;
}
.banneritem {
  margin-left: 24px;
}
.banneritem:first-child {
  margin-left: 0;
}
.bannergroup_social img {
  width: 24px;
  height: 24px;
}
.banneritem img,
.siteMap-header img {
  transition: all 0.4s ease;
}
@media screen and (max-width: 1400px) {
  .contacts {
    width: 900px;
  }
  .contacts p{
    width: 200px;
  }
}
@media screen and (max-width: 1250px) {
  .contacts {
    width: 840px;
  }
}
@media screen and (max-width: 767px) {
  .bannergroup_social {
    margin-left: 4px;
  }
}
/* Иконки в контактах */
p.adress,
p.mail,
p.phone,
p.tel,
p.hotline,
p.okno,
p.fax,
.mail,
a.tel,
a.web {
  padding-left: 24px;
  position: relative;
}
p span.kabinet,
p.kabinet {
  position: relative;
}
span.kabinet {
  display: inline-block;
}
.link a.tel,
.link a.mail {
  padding-left: 24px;
  position: relative;
  display: inline-block;
  color: #1b1b1b;
  text-decoration: none;
  min-height: 23px;
}
.link a.tel:hover {
  text-decoration: underline;
}
p.adress > a,
p.mail > a,
p.phone > a,
p.tel > a,
p.hotline > a,
p.okno > a,
p.fax > a,
.mail a,
a.mail,
a.tel,
.web {
  color: #1b1b1b !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
  position: relative;
}
p.tel > a:hover,
p.fax > a:hover,
p.hotline > a:hover,
p.okno > a:hover,
p.mail > a:hover,
p.adress > a:hover,
a.tel:hover,
a.phone:hover,
p.phone a:hover {
  color: #4053a0;
  text-decoration: underline;
}
p .tel + span,
div .tel.icon + span  {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.035px;
  color: #454545;
}
.kabinet::before,
p.kabinet::before {
  content: url(../images/icons/open-door.svg);
  position: relative;
  top: 4px;
  margin-right: 6px;
}
.adress::before {
  content: url(../images/icons/address.svg);
  position: absolute;
  left: 0;
  top: 0px;
}
.hotline::before {
  content: url(../images/icons/hot-line.svg);
  position: absolute;
  left: 0;
  top: 0px;
}
.okno::before {
  content: url(../images/icons/okno.svg);
  position: absolute;
  left: 0;
  top: 0px;
}
.phone::before {
  content: url(../images/icons/phone.svg);
  position: absolute;
  left: 0;
  top: 2px;
}
.tel::before,
a.tel::before {
  content: url(../images/icons/office-phone.svg);
  position: absolute;
  left: 0;
  top: 2px;
}
.tel.icon::before,
a.tel.icon::before {
  content: '';
}
.fax::before {
  content: url(../images/icons/fax.svg);
  position: absolute;
  left: 0;
  top: 0px;
}
.mail::before {
  content: url(../images/icons/email.svg);
  position: absolute;
  left: 0;
  top: 1px;
}
.web::before {
  content: url(../images/icons/web.svg);
  position: absolute;
  left: 0;
  top: 1px;
}
@media screen and (max-width: 1200px) {
  .contacts-hidden {
    display: block;
    padding: 10px 8px;
    margin-left: -8px;
  }
  .contacts {
    margin-top: 0;
    padding: 16px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease;
    position: absolute;
    top: 36px;
    left: -8px;
    width: 290px;
    max-width: calc(100vw - 32px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    background: #ffffff;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 9999999999;
  }
  .contacts > p {
    text-align: left;
  }
  .contacts-container:hover .contacts {
    visibility: visible;
    opacity: 1;
  }
  .contacts-worktime {
    display: flex;
    flex-direction: row;
    margin-top: 32px;
  }
}
/* Режим работы */
.about-content-working-hours {
  position: relative;
  /* z-index: 100; */
}
.dates {
  display: none;
  transition: all 0.3s ease;
  position: absolute;
  top: 36px;
  right: 0;
}
.working-title {
  position: relative;
  display: flex;
  padding: 10px 8px;
  white-space: nowrap;
}
.working-title:hover {
  cursor: pointer;
  opacity: 0.8;
}
.working-title:hover + .dates,
.about-content-working-hours:hover .dates {
  opacity: 1;
  visibility: visible;
}
.dates:hover {
  opacity: 1;
  cursor: pointer;
  visibility: visible;
}
.about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  h5 {
  color: #800F18;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px ;
  font-weight: 500;
  line-height: 14px; 
  letter-spacing: 0.175px;
  text-transform: uppercase;
  margin-top: 2px;
}
.bvi-panel
  .about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  h5 {
  color: #800F18;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px ;
  font-weight: 600;
  line-height: 14px; 
  letter-spacing: 0.175px;
  color: #1a3e60;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
}
.working-title img {
  margin-right: 8px;
  width: 18px;
}
.dates-working-hours span:first-child {
  margin-right: 16px;
  position: relative;
}
.dates-working-hours span:first-child::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 16px;
  width: 1px;
  background: #d3dad2;
  right: -9px;
}
.about-content-working-hours .dates {
  display: flex;
  flex-direction: column;
  align-items: center;
  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;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 999999999;
}
.dates-list {
  display: flex;
  padding-left: 0;
}
.dates-list > .dates-list-item {
  color: #0E202F;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.035px;
  background: #E0ECF5;
  border: 1px solid #e3e3e3;
  padding: 4px 6px 3px;
  text-transform: uppercase;
}
.dates-list > .dates-list-item.active {
  color: #c3c3c3;
  background: #ffffff;
}
.dates-list > .dates-list-item::before {
  display: none;
}
.about-content-working-hours span {
  font-size: 16px;
  line-height: 20px;
  color: #1b1b1b;
}
.about-content-working-hours p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #525252;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0;
}
.additional-list {
  display: none;
}
@media screen and (max-width: 1100px) {
  .about-content-working-hours {
    margin-top: 0;
  }
  .header-contacts {
    position: relative;
  }
}
@media screen and (max-width: 992px) {
  .header .contact-info {
    display: none;
  }
  .logo__img {
    gap: 8px;
  }
  .logo__img img {
    width: 60px;
    height: 60px;
  }
  .logo__info h4 {
    font-size: 23px;
    line-height: 28px;
  }
  .header__logo {
    padding-top: 48px;
  }
  .header .bannergroup_social {
    position: absolute;
    top: 0px;
    left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .logo__img {
    flex-direction: column;
  }
  .logo__info {
    max-width: 300px;
  }
  .header__row:last-child {
    padding-bottom: 36px;
  }
  .header .bannergroup_social {
    left: 0;
  }
  .header-block__search {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 50;
    background: #fff;
  }
  .button-search {
    top: auto;
    right: 12px;
    bottom: 6px;
  }
  .header-block__appeal {
    top: auto;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .logo__info {
    max-width: 279px;
  }
  .logo__info h4 {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.029px;
  }
  .logo__img img {
    width: 40px;
    height: 40px;
  }
  .header-block__lang {
    position: absolute;
    right: 0;
  }
  .header-lang ul {
    display: none;
  }
  .header-lang li:nth-child(3) {
    margin-right: 0;
  }
  .banneritem {
    margin-left: 16px;
  }
}

/* Меню ------------------------------ */
.navbar {
  width: 100%;
  background:#2F6C9D;
  display: flex;
  align-items: center;
  letter-spacing: 0.0015em;
  color: #fff;
  /* position: sticky !important;
  top: -1px;
  z-index: 9; */
  border-radius: 0;
  border: none;
  min-height: 48px;
  margin: 0;
  padding: 0 !important;
}
.navbar .nav-menu {
  padding-left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  min-height: 48px;
  padding-top: 4px;
  background: inherit;
  margin: 0;
  z-index: 10;
}
.nav-menu > .nav-menu-header {
  display: none;
}
.nav-menu > .nav-menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: none;
  height: 48px;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.nav-menu > .nav-menu-item.drop-down a {
  margin-right: 8px;
}
#main-menu .nav-menu > .nav-menu-item.icon-to-text {
  width: 48px;
  height: 48px;
  padding: 11px 0 13px;
  display: block;
  z-index: 20;
  flex-grow: 0;
  border-radius: 0;
}
.nav-menu > .nav-menu-item.icon-to-text > a {
  font-size: 0 !important;
  background: url(../images/icons/home-page.svg) center center no-repeat !important;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: block;
  z-index: 20;
  margin-right: 0;
  margin-left: 12px;
}
.nav-menu > .nav-menu-item:first-child {
  border-left: none;
}
.nav-menu > .nav-menu-item:hover {
  background: #EEE844;
  border-radius: 3px;
}
.nav-menu > .nav-menu-item {
  position: relative;
  transition: background 0.4s ease;
  width: fit-content;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 2px;
}
/*Выпадающее подменю*/
.nav-menu > .nav-menu-item.drop-down > .drop-down-menu {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translate(-50%, 0px);
  transition: opacity 0.2s ease, visibility 0.1s ease;
  z-index: 10;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  height: 0;
}

.nav-menu a {
  color: #fff;
  transition: all 0.3s ease;
}
.nav-menu-item:hover a,
.nav-menu-item > a:hover {
  color: #1b1b1b;
  text-decoration: none;
}
.nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list {
  padding-left: 0;
  color: #1b1b1b;
  z-index: 100;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  max-height: 290px;
  align-content: center;
}
.nav-menu
  > .nav-menu-item.drop-down:nth-child(2)
  .drop-down-menu
  > .drop-down-list {
  align-content: start;
  position: relative;
  left: 90px;
}
.nav-menu
  > .nav-menu-item.drop-down:last-child
  .drop-down-menu
  > .drop-down-list {
  align-content: end;
  position: relative;
}
.nav-menu
  > .nav-menu-item.drop-down:last-child
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item {
  width: 100%;
  max-width: 270px;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item {
  color: #fff;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 410px;
  margin-right: 8px;
  cursor: pointer;
  padding-right: 8px;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item
  .nav-arrow {
  position: absolute;
  right: 5px;
  top: 13px;
  transition: all 0.4s ease;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 100;
  cursor: pointer;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item {
  position: relative;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item
  > a {
  text-transform: none;
  color: #1B1B1B;
  display: inline-block;
  padding: 14px 16px;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item
  > a:hover {
  border-radius: 3px;
  background: #EEE844;
}
/* Подменю третьего уровня */
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down {
  position: relative;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > .drop-down-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #eff5fb;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  z-index: 1000;
  max-width: 100%;
  max-height: fit-content;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > .drop-down-menu
  > .drop-down-list {
  width: 100%;
  max-height: fit-content;
  flex-wrap: nowrap;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > .drop-down-menu
  > .drop-down-list
  > .nav-menu-item
  > a {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.035px;
  color: #000;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > .drop-down-menu
  > .drop-down-list
  > .nav-menu-item
  > a:hover {
  background: #eff5fb;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > a:hover {
  background: #eff5fb;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > .drop-down-menu
  > .drop-down-list
  > .nav-menu-item {
  width: 410px;
  margin-right: 0px;
}
.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down:hover
  .drop-down-menu {
  visibility: visible;
  opacity: 1;
}
.nav-arrow {
  margin-left: 8px;
  margin-top: -1px;
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
}
.drop-down-menu:hover {
  opacity: 1;
  transform: scaleY(1);
}
.nav-menu > .nav-menu-header {
  display: none;
}

/* НОВЫЕ СТИЛИ МЕНЮ *********************************** */
.down-menu {
  width: 100%;
  background: #fff;
  transition: all 0.7s ease;
}
.down-menu hr {
  width: 100%;
  height: 4px !important;
  margin: 0;
  padding: 0;
  background: #2F6C9D;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  opacity: 1;
}
.down-menu .container-wrapper {
  max-height: 0;
  min-height: 0;
  transition: all 0.7s ease;
}
.down-menu.active {
  border-top: 1px solid #C91826;
  height: max-content;
  min-height: 80px;
  max-height: 330px;
  transition: all 0.7s ease;
}
.down-menu .container-wrapper.active {
  height: max-content;
  min-height: 80px;
  max-height: 330px;
  transition: all 0.7s ease;
}
.nav-menu > .nav-menu-item.drop-down.new {
  background: #EEE844;
  border-radius: 3px;
  color: #000;
}
.nav-menu > .nav-menu-item.drop-down.new > a {
  color: #000;
}
.nav-menu > .nav-menu-item.drop-down.new .nav-arrow {
  transform: rotateX(180deg);
}
.down-menu .drop-down-list {
  padding: 0;
  margin: 8px 0;
}
.down-menu .drop-down-list .nav-menu-item a {
  min-height: 48px;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  width: fit-content;
}
.down-menu .drop-down-list .nav-menu-item a:hover {
  background: #EEE844;
  border-radius: 3px;
}
.drop-down-menu.zero {
  padding-left: 105px;
}
.drop-down-menu.first {
  padding-left: 280px;
}
.drop-down-menu.second .drop-down-list,
.drop-down-menu.third .drop-down-list,
.drop-down-menu.forth .drop-down-list  {
  display: flex;
  flex-wrap: wrap;
}
.drop-down-menu.second .drop-down-list .nav-menu-item,
.drop-down-menu.third .drop-down-list .nav-menu-item {
  width: 50%;
  justify-content: flex-start;
}
.drop-down-menu.forth .drop-down-list .nav-menu-item {
  width: 30%;
}
@media screen and (max-width: 992px) {
  .navbar .nav-menu {
    position: fixed !important;
    top: 0;
    left: 0;
    display: block;
    height: 100vh;
    height: 100dvh;
    width: 360px;
    max-width: inherit;
    padding: 0;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
    transform: translateX(-105%);
    transform-origin: 0 0;
    transition: all 0.4s ease;
    z-index: 50;
  }
  .navbar .nav-menu.opened {
    position: relative;
    padding: 8px;
    transform: translate(0);
  }
  .nav-menu > .nav-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0rem;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 23;
  }
  #main-menu .nav-menu > .nav-menu-item.icon-to-text {
    position: relative;
    top: -8px;
    left: -8px;
    width: calc(100% + 16px) !important;
    padding: 16px 0;
  }
  .navbar .nav-menu.opened::-webkit-scrollbar { 
    width: 0; 
  }
  .nav-menu > .nav-menu-item:hover,
  .nav-menu > .nav-menu-item > a:hover {
    background: #fff;
  }
  .nav-menu > .nav-menu-item > a {
    width: 85%;
    color: #1b1b1b;
  }
  .nav-menu
    > .nav-menu-item
    > .drop-down-menu
    > .drop-down-list
    > .nav-menu-item
    > a {
    width: 100% !important;
  }
  .nav-arrow {
    margin-top: 0;
    margin-left: 10px;
    position: absolute;
    right: 16px;
    top: 24px;
  }
  .nav-menu > .nav-menu-item.icon-to-text {
    width: 100% !important;
    background: #2F6C9D;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  }
  .navbar .nav-menu > .nav-menu-item {
    padding-left: 0;
    padding-right: 0;
    border: none;
    text-align: left;
    display: block;
  }
  .navbar .nav-menu > .nav-menu-item > a,
  .navbar .nav-menu > .nav-menu-item.drop-down > a {
    font-size: 16px;
    line-height: 20px;
    padding: 14px 16px;
    display: inline-block;
    text-transform: none;
  }
  .nav-menu > .nav-menu-item.drop-down:hover > .nav-arrow {
    transform: rotateX(0);
  }
  .navbar .nav-menu > .nav-menu-item.drop-down .nav-arrow.active-menu {
    transform: rotateX(180deg);
  }
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item
    > a {
    color: #1b1b1b;
  }
  .navbar .nav-menu > .nav-menu-item.drop-down .drop-down-menu,
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item.drop-down
    > .drop-down-menu {
      display: none;
      position: relative;
      visibility: visible;
      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;
      opacity: 1;
      z-index: 999999;
  }
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item
    .nav-arrow {
    width: 18px;
    height: 18px;
    right: 10px;
  }
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item.drop-down
    > .drop-down-menu,
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item.drop-down
    .drop-down-list {
    background: #e3e3e3;
    border: none;
    box-shadow: none;
  }
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item.drop-down
    > .drop-down-menu {
    padding-top: 8px;
  }
  .navbar .nav-menu > .nav-menu-item.drop-down .drop-down-menu .drop-down-list {
    background: #ffffff;
    border-top: 1px solid #E0ECF5;
    padding-top: 8px;
  }
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item
    > a {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .nav-menu > .nav-menu-item.drop-down,
  .nav-menu > li.nav-menu-item {
    width: 100%;
    height: fit-content !important;
    max-height: 2000px !important;
    padding: 8px 0;
    border-bottom: 1px solid #E0ECF5;
  }
  .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list {
    width: 100%;
    display: block;
    max-height: 3000px !important;
    left: 0 !important;
  }
  .nav-menu > .nav-menu-item.drop-down .drop-down-menu {
    width: 100% !important;
  }
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .navbar .navmenu-close {
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 102;
  }
  .navmenu-close:hover {
    cursor: pointer;
  }
  .additional-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
  }
  .menu-toggler:hover {
    cursor: pointer;
  }
  .additional-list-item.home {
    padding-left: 11px 12px 0 13px;
    height: 100%;
  }
  .additional-list-item.menu-toggler span {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.004em;
    color: #ffffff;
    display: inline-block;
    margin-top: 4px;
    margin-left: 8px;
  }
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item:hover {
    background: #ffffff;
  }
  .navbar .nav-menu > .nav-menu-item.drop-down a:hover {
    border-radius: 3px;
    background: #EEE844;
    color: #1b1b1b;
  }
  .nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > a:hover {
  border-radius: 3px;
  background: #EEE844;
  color: #1b1b1b;
}
}
@media screen and (max-width: 600px) {
  .navbar .nav-menu {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .header {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-content-working-hours .dates {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  h1.logo-title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.0015em;
    color: #1b1b1b;
  }
  h5.logo-subtitle {
    padding: 0 20px;
  }
  .header .logo-img img {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-left: 0;
  }
  .logo-img a:last-child {
    top: 48px;
  }
}



/*контент на фоновом изображении*/
.main-content {
  position: absolute;
  z-index: 11;
  bottom: 30px;
  left: calc(50% - 1440px / 2);
}

/* Блок "Main" */
.main {
  background: #fff;
  overflow: hidden;
}
/* Меню на внутренних страницах -------------------------- */
.menu-sidebar img {
  display: none;
}
.menu-sidebar li {
  list-style-type: none;
}
.menu-sidebar li a {
  color: #1b1b1b;
  position: relative;
  padding: 4px 16px;
  min-height: 48px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
  margin-bottom: 8px;
}
.menu-sidebar li.current.active {
  background: #EEE844;
  border-radius: 3px;
}
/* .menu-sidebar li.current.active > a {
  min-height: auto;
} */
.menu-sidebar li > .nav-child > li a {
  padding: 4px 16px;
}
ul.nav-child {
  padding-left: 0;
  margin-bottom: 0;
}
ul.nav-child > li a {
  padding-left: 20px;
}
/* Активный пункт меню sidebar */

.menu-sidebar > li.active > ul > li {
  text-align: center;
}
.menu-sidebar > li.active > ul > li > a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-sidebar > li.active > ul > li > ul > li > a {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.0025em;
}
.menu-sidebar li {
  position: relative;
}
.menu-sidebar li.active.deeper {
  background: #B0CFE8;
  padding: 8px;
  margin-bottom: 8px;
  position: relative;
  left: -8px;
  width: calc(100% + 8px);
}
.menu-sidebar li.active.deeper > a:hover {
  background: #B0CFE8;
}
.menu-sidebar > li > a:hover,
.menu-sidebar ul.nav-child > li > a:hover,
.menu-sidebar ul.nav-child > li.active > a {
  background: #EEE844;
  border-radius: 3px;
}
/* .menu-sidebar li.leftsidebar {
  position: relative;
  width: calc(100% - 24px);
}
.menu-sidebar li.active.deeper.leftsidebar {
  width: 100%;
}
.menu-sidebar li.leftsidebar svg {
  position: absolute;
  top: 6px;
  right: -16px;
  transform: rotate(0deg);
}
.menu-sidebar li.active.deeper.leftsidebar svg {
  position: absolute;
  top: 10px;
  right: 6px;
  transform: rotate(180deg);
  transition: all 0.4s ease;
} */
.menu-sidebar > li.active > ul > li:hover a {
  text-decoration: none;
}
.menu-sidebar > li > ul > li > a:hover {
  background: #EEE844;
}
@media screen and (max-width: 992px) {
  .menu-sidebar li a:before {
    position: absolute;
    left: 24px;
  }
  .menu-sidebar li > .nav-child > li a:before {
    position: absolute;
    left: 34px;
  }
  .menu-sidebar {
    margin-left: -8px;
  }
}
.right-inner-sidebar {
  width: 224px;
  position: relative;
  right: 0;
  top: -68px;
  height: calc(100% + 68px);
  padding: 16px 0 16px 16px;
  background-color: #E0ECF5;
}
.right-inner-sidebar::after {
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  background-color: #E0ECF5;
}
@media screen and (max-width: 992px) {
  .right-inner-sidebar {
    top: 0;
    height: 100%;
    width: 100%;
    padding-right: 0;
  }
  .right-inner-sidebar::before {
    width: 100vw;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    background-color: #E0ECF5;
  }
}


/*Первый слайдер Баннеров*/
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin: auto;
}
.slick-list {
  padding: 12px 0;
}
.slick-slider ul.slick-dots {
  padding-left: 0;
}
.slick-dots li {
  float: left;
  margin: 7px;
  justify-content: center;
  list-style: none;
}
.slick-dots button,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  font-size: 0;
  width: 14px !important;
  height: 14px;
  border-radius: 50%;
  padding: 0 !important;
  border: none;
  background: #e3e3e3;
  color: #e3e3e3;
  transition: all 0.4s ease;
  z-index: 30;
  opacity: 1;
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 10px) 0 !important;
}

/******************************/
.map-minsk-img {
  background: #faf5e3;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 0;
}
.part2 {
  position: relative;
}
.slider-bottom {
  display: none;
}
.content-part {
  padding-top: 0;
  margin: 0;
}

/*Ошибка 404*/
.well blockquote {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 24px;
}
.well a {
  color: #1c2f73;
  text-shadow: 0.3px -0.3px 0.5px #1c2f73;
}
.well a:hover {
  color: #1c2f73;
  text-shadow: 0.3px -0.3px 0.5px #1c2f73;
}
.error {
  border-top: 1px solid #1c5f30;
}
h2.page-header {
  margin-top: 32px;
}

/* Стилизация спойлеров */
p.spojler::after {
  content: url(../images/icons/expand-arrow.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
}
p.spojler.active::after {
  transform: rotateX(180deg);
}
p.spojler.active,
p.spojler:hover {
  background: #eff5fb;
  cursor: pointer;
  border-radius: 3px;
}
h2.lenta_news_title {
  margin-top: 0;
}
.itemFullText .link:first-child {
  margin-top: 16px;
}
.link {
  background: transparent;
  margin-bottom: 24px;
  clear: both;
}
.tel > span {
  color:  #454545;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.035px;
}
.link:last-child {
  margin-bottom: 0;
}
/* Страница "Структура" */
.hide_text {
  display: none;
  padding: 16px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #B0CFE8;
  border-top: 1px solid #E0ECF5;
  width: 100%;
}
.hide_text h3 {
  margin-top: 5px;
}
.hide_text > p:first-child {
  margin-top: 0;
}
.link p.spojler {
  font-family: 'Merriweather', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.029px;
  position: relative;
  padding: 14px 16px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  color: #1b1b1b;
  padding-right: 44px;
  border: 1px solid #E0ECF5;
  background: #E0ECF5;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.link p.spojler.active {
  border: 1px solid #B0CFE8;
  border-bottom: 1px solid #E0ECF5;
  border-radius: 3px 3px 0 0;
}
.visible_text {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 16px 0;
  margin-top: 32px;
}
.link:first-child .visible_text {
  margin-top: 16px;
}
.visible_text > p:first-child {
  display: inline-block;
  min-width: 136px;
  max-width: 136px;
  height: 208px;
  margin: 0 16px 0 0;
}
.visible-text__block p:nth-child(3) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.visible_text > p:first-child > img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  border-radius: 3px;
}
.visible-text__block p:last-child {
  margin: 0;
}
.visible_text h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.029px;
  color: #1b1b1b;
}
.visible_text h6 {
  color: #454545;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
  margin-top: 4px;
  margin-bottom: 32px;
}
.visible_text h6.visible-text__title {
  margin-bottom: 0px;
}
.sub-title--custom {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  letter-spacing: 0.026px;
}
@media (max-width: 768px) {
  .link .visible_text {
    align-items: flex-start;
  }
  .visible_text > p:first-child {
    width: 80px;
    height: 122px;
  }
  .visible-text__block {
    width: calc(100% - 80px);
  }
}
/* Спойлер на странице "Структурные поразделения" */
.structure .link p.spojler {
  font-family: 'Merriweather', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.029px;
}
.hide_text h6.structure__position {
  color: var(--neitral-2, #454545);
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.026px;
}
.hide_text h3.structure__name {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 20px;
  letter-spacing: 0.026px;
}

/* Блок "Приветствие" --------------------------------------- */
.greetings {
  overflow: hidden;
}
.greetings > .container-wrapper {
  display: flex;
  padding: 0;
}
.greetings .greetings__row:first-child {
  width: 241px;
  background-color: #81B2D9;
  position: relative;
}
.greetings .greetings__row:first-child::before {
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  background-color: #81B2D9;
}
.greetings .greetings__row:first-child .container-wrapper {
  padding-right: 0;
}
.greetings .greetings__row:last-child {
  width: 84%;
  background: #B0CFE8;
  position: relative;
}
.greetings .greetings__row:last-child::after {
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  right: -100vw;
  background-color: #B0CFE8;
}
.greetings .greetings__row:last-child .container-wrapper {
  padding-left: 0;
}
/* Баннеры под меню */
.bvi-body .header div.banners-greetings,
.bvi-body .header div.banners-greetings .banners-greetings__wrapper {
  background-color: rgba(255, 255, 255, 0) !important;
}
.bvi-body .working-title {
  width: 170px;
}
@media (max-width: 992px) {
  .greetings .container-wrapper .greetings__row:last-child {
    width: 100%;
  }
}
.banners-greetings {
  padding: 16px 16px 16px 0;
  background: #81B2D9;
  position: relative;
  height: 100%;
}
.banners-greetings::before {
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  background-color: #81B2D9;
}
.banners-greetings__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.banners-greetings__item {
  width: 208px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #B0CFE8;
  border: 2px solid transparent;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.30), 2px 2px 16px 0px rgba(0, 0, 0, 0.15);
}
.banners-greetings__item:hover {
  border: 2px solid #EEE844;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.30), 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  cursor: pointer;
}
.banners-greetings__image {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}
.banners-greetings__image-single {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banners-greetings__link,
.banners-greetings__link a,
.banners-greetings__link a:hover {
  text-align: center;
  text-decoration: none;
  color: #1b1b1b;
}
.banners-greetings--mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .banners-greetings {
    display: none;
  }
  .banners-greetings--desctop {
    display: none;
  }
  .banners-greetings--mobile {
    display: block;
  }
  .banners-greetings--mobile .banners-greetings {
    transform: translateX(105%);
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: auto;
    left: auto;
    padding: 8px;
    border-radius: 6px;
    background: #81B2D9;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.30), 2px 2px 16px 0px rgba(0, 0, 0, 0.15);
    width: 280px;
    height: fit-content;
    transition: all 0.5s ease;
    z-index: 100;
  }
  .banners-greetings--mobile .banners-greetings::before {
    position: static;
    width: 0;
    height: 0;
  }
  .banners-greetings--mobile .banners-greetings.opened {
    display: block;
    transform: translate(0);
  }
  .banners-greetings__wrapper {
    gap: 8px;
  }
  .banners-greetings__item {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0px 16px;
    height: 48px;
    width: 100%;
  }
  .banners-greetings__link {
    text-align: left;
    width: 100%;
  }
  .banners-greetings__image {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .banners-greetings__image img {
    object-fit: cover;
  }
}
@media screen and (max-width: 992px) {
  .menu-point.active {
    transform: rotate(90deg);
  }
  .menu-point {
    transition: all 0.4s ease;
  }
  .menu-point:hover {
    cursor: pointer;
  }
}
/* Председатель*/
.greetings__block {
  padding: 16px 0 24px 32px;
  background: #E0ECF5;
  position: relative;
  width: 100%;
  max-width: 1152px;
}
.greetings__block::after {
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  background-color: #E0ECF5;
}
.chairman {
  position: relative;
  margin-bottom: 16px;
}
.chairman .chairman__block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.chairman__img {
  min-width: 88px;
  max-width: 88px;
  height: 128px;
}
.chairman__img img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
}
.chairman__text h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.015px;
  margin-bottom: 8px;
  color: #1B1B1B;
}
.chairman__text h6 {
  color: var(--neitral-2, #454545);
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.048px;
}
.chairman__text p {
  margin: 0;
}
.chairman__text .chairman__greeting {
  margin-bottom: 16px;
}
@media (max-width: 1105px) {
  .chairman .chairman__block {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .greetings__block {
    padding-left: 16px;
  }
  .chairman .chairman__block {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .chairman .chairman__block {
    margin-right: 0;
    align-items: flex-start;
  }
}
/* Актуальная информация */
.actual__items {
  border-radius: 3px;
  background: #FFF;
  padding: 0 32px;
}
.actual__wrapper {
  position: relative;
}
.actual__items-arrow.slick-arrow {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  position: absolute;
  top: calc(50% - 24px);
  z-index: 20;
  padding: 12px;
  border-radius: 3px;
  background: #B0CFE8;
  opacity: 1;
}
.actual__items-arrow.slick-arrow:hover {
  background: #F3EF7C;
  cursor: pointer;
}
.actual__items-arrow.left {
  left: 0px;
}
.actual__items-arrow.right {
  right: 0px;
}
.actual__items-carousel.slick-slider {
  width: calc(100% - 114px);
  margin: 0 auto;
}
.actual__items-carousel .slick-list {
  padding: 0;
}
.actual__item {
  display: flex;
  gap: 16px;
  margin: 0 16px;
}
.actual__item-title {
  color: #454545;
  margin-top: 16px;

  max-height: 57px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.actual__item-date {
  color: #6E6E6E;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
  margin: 3px 0 15px;
}
.actual__item-into {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.035px;
  margin-bottom: 8px;

  max-height: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.actual__item-more .thirdy-button {
  position: relative;
  left: -16px;
}
.actual__item-img,
.actual__item-img a {
  display: block;
  width: 360px;
  height: 190px;
}
.actual__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.actual__archive {
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 1430px) {
  .actual {
    padding-right: 16px;
    margin-right: 16px;
  }
  .actual__items {
    margin-right: 16px;
  }
}
@media (max-width: 1280px) {
  .actual {
    padding-right: 32px;
  }
  .actual__item-img,
  .actual__item-img a{
    width: 200px;
  }
}
@media (max-width: 1080px) {
  .actual__items {
    padding: 0 16px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .actual {
    padding-right: 0;
    margin-right: 0;
  }
  .actual__items {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  .actual__items-carousel.slick-slider {
    width: calc(100% - 75px);
  }
  .actual__items-arrow.slick-arrow {
    width: 32px;
    height: 32px;
    padding: 4px;
  }
  .actual__item {
    flex-direction: column;
    justify-content: space-between;
    height: 352px;
  }
  .actual__item-img, .actual__item-img a {
    width: 100%;
    height: 120px;
    margin-bottom: 16px;
  }
  .actual__item-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px; 
    letter-spacing: 0.029px;

    max-height: 72px;
    -webkit-line-clamp: 3;
  }
  .actual__item-into {
    max-height: 56px;
    -webkit-line-clamp: 3;
    margin-bottom: 0;
  }
  .actual__item-more {
    display: none;
  }
}
/* Блоки "Жителям, Гостям, Инвесторам" */
.people {
  background: #B0CFE8;
  padding: 16px 0 20px 32px;
  position: relative;
}
.people__wrapper {
  display: flex;
}
.people::after {
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  background-color: #B0CFE8;
}
.citizens, .guests, .investors {
  transition: all 0.4s ease;
}
.citizens {
  padding-left: 0;
}
.guests {
  padding-right: 0;
}
.people__block {
  position: relative;
  min-height: 232px;
  border-right: 2px solid #81B2D9;
  border-radius: 2px;
  width: 380px;
  height: 100%;
  padding: 0 16px;
}
.citizens .people__block {
  padding-left: 0;
}
.guests .people__block {
  padding-left: 32px;
}
.investors .people__block {
  border-right: 0;
  padding-right: 0;
  padding-left: 32px;
}
.citizens .people__block::after,
.guests .people__block::after,
.investors .people__block::after {
  position: absolute;
  top: 6px;
  display: block;
  width: 40px;
  height: 40px;
}  
.citizens .people__block::after {
  content: url(/templates/luban_1.0/images/semiya.svg);
}
.guests .people__block::after {
  content: url(/templates/luban_1.0/images/reception.svg);
}
.investors .people__block::after {
  content: url(/templates/luban_1.0/images/permanent-job.svg);
}
.people__block--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  height: 56px;
}
.people__title {
  position: relative;
  padding-left: 56px;
}
.people__btn .thirdy-button {
  padding: 10px 8px;
}
.people__block-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.people__block-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.people__block-title {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  letter-spacing: 0.026px;
  padding: 8px 8px 8px 0;
}
.people__block-link a {
  display: block;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.people__block-link:hover {
  background: #F3EF7C;
  border-radius: 3px;
}
.people__block-link:hover svg path {
  stroke: #ED5965;
}
@media (max-width: 1430px) {
  .people {
    padding-right: 32px;
  }
  .people__wrapper {
    width: 97%;
    overflow-x: scroll;
  }
  .people__wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 992px) {
  .people {
    padding-right: 16px;
  }
  .people::after {
    width: 0;
    height: 0;
    position: static;
  }
  .people__wrapper {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .people {
    padding: 0;
    padding-left: 16px;
  }
  .people__wrapper {
    display: flex;
    flex-direction: column;
  }
  .people__block {
    border-right: 0;
    border-bottom: 2px solid #81B2D9;
    width: 100%;
    padding: 8px 0;
  }
  .guests .people__block,
  .investors .people__block  {
    padding-left: 0;
  }
  .citizens .people__block::after, 
  .guests .people__block::after, 
  .investors .people__block::after {
    top: 14px;
  }
  .people__block--header {
    margin-bottom: 0;
  }
}
/*Баннеры Middle ---------------------------------*/
.banners-middle {
  background: #438BC7;
}
.banners-middle__container {
  padding: 32px 0;
  position: relative;
}
.banners-middle.swiper {
  width: 100%;
  overflow: visible;
}
.banners-middle .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
.banners-middle__item {
  position: relative;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  border-radius: 3px;
  background: #1C415F;
  border: 2px solid transparent;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.30), 2px 2px 16px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}
.banners-middle__item:hover {
  background: #2F6C9D;
  border-radius: 3px;
  border: 2px solid #ED5965;
  transition: all 0.5s ease;
  cursor: pointer;
}
.banners-middle__image {
  width: 56px;
  height: 56px;
  margin-right: 18px;
  border-radius: 48px;
  background: #FFF;
}
.banners-middle__image a {
  display: block;
  width: 56px;
  height: 56px;
  padding: 8px;
}
.banners-middle__image img {
  width: 100%;
  height: 100%;
}
.banners-middle__link {
  color: #FFF;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  letter-spacing: 0.026px;
}
.banners-middle__link a {
  color: #fff;
}
.banners-middle__link a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 992px) {
  .banners-middle__container {
    padding: 16px 0;
  }
  .banners-middle .swiper-wrapper {
    gap: 16px;
  }
  .banners-middle .swiper-slide {
    flex-direction: column;
    padding: 12px;
  }
  .banners-middle__image {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .banners-middle__link {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .banners-middle .swiper-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

/* Новости района, области, республики (ГЛАВНАЯ) -----------------------*/
/* Новости - Заголовок (ГЛАВНАЯ) */
.news {
  background: #ffffff;
}
.news__block {
  position: relative;
}
.news__title {
  padding: 16px 0;
}
.titles__container--hidden {
  width: 100%;
  display: flex;
  gap: 32px;
}
.titles__container--hidden .title--hidden {
  text-align: center;
  padding: 12px 24px;
  width: calc(100% / 3);
  transition: all 0.4s ease;
}
.title--hidden:hover {
  cursor: pointer;
}
.title--hidden h3 {
  color: #0E202F;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  line-height: 20px; 
  letter-spacing: 0.026px;
  text-align: center;
}
.title--hidden.news--active {
  border-radius: 3px;
  background: #EEE844;
}
.title--hidden h3:hover,
.title--hidden.news--active h3 {
  color: #0c1431;
}
.news__region {
  display: flex;
  gap: 32px;
  padding-bottom: 95px;
  transition: opacity 0.4s ease;
}
.news__oblast,
.news__republic {
  display: none;
  gap: 32px;
  padding-bottom: 95px;
  transition: opacity 0.4s ease;
}
.news__region.news--active,
.news__oblast.news--active,
.news__republic.news--active {
  display: flex;
}
@media (max-width: 768px) {
  .titles__wrapper {
    display: block;
    overflow-x: scroll;
    overflow-y: visible;
    scrollbar-width: 0;
    min-width: 100%;
    height: 48px;
    position: relative;
  }
  .titles__wrapper::-webkit-scrollbar {
    display: none;
  }
  .titles__container--hidden {
    min-width: 720px;
    width: 720px;
    height: 40px;
    position: absolute;
    top: 6px;
    left: 0;
    margin-top: 0;
  }
  .news__region {
    padding-bottom: 83px;
  }
  .news__oblast,
  .news__republiс {
    top: 64px;
    padding-bottom: 83px;
  }
  .titles__container--hidden .title--hidden {
    padding: 11px 0;
    width: 28%;
    width: fit-content;
    flex-grow: 1;
  }
}
@media (max-width: 500px) {
  .titles__container--hidden .title--hidden h3 {
    font-size: 14px;
  }
}
/* Новости - Блоки (ГЛАВНАЯ) */
.news-main__wrapper {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 20px;
  min-width: calc(50% - 16px);
}
.news-main__wrapper:first-child {
  gap: 16px;
}
.news-main__block {
  display: flex;
  flex-direction: column;
}
.news-main__wrapper:first-child .even.news-main__items {
  display: flex;
  justify-content: space-between;
}
.news-main__wrapper:first-child .odd.news-main__items {
  border-radius: 3px;
  background: #E0ECF5;
  padding: 16px;
  display: flex;
}
.news-main__item {
  transition: all 0.4s ease;
  padding: 8px 16px;
  border-bottom: 1px solid #E0ECF5;
  margin-bottom: 8px;
}
.news-main__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.news-main__wrapper:first-child .even.news-main__items .news-main__item {
  margin-right: 16px;
  order: 1;
}
.news-main__wrapper:first-child .odd.news-main__items .news-main__item {
  padding: 0;
  padding-left: 16px;
}
.news-main__title a {
  color: #454545;
  font-family: 'Merriweather', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.029px;
}
.news-main__title a:hover {
  text-decoration: none;
  color: #454545;
}
.news-main__wrapper:first-child .even.news-main__items .news-main__title a {
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
}
.news-main__date {
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.048px;
  color: #6E6E6E;
  margin: 3px 0 15px;
}
.news-main__intro {
  color: #1B1B1B;
  padding-bottom: 16px;
}
.news-main__wrapper:first-child .odd.news-main__items .news-main__intro {
  max-height: 63px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-main__archive {
  position: absolute;
  left: calc(50% - 70px);
  bottom: 32px;
}
.news-main__wrapper .thirdy-button {
  padding: 10px 8px;
  position: relative;
  left: -8px;
}
.news-main__wrapper:first-child .odd.news-main__items .thirdy-button{
  top: 8px;
}
.news-main__wrapper:first-child .even.news-main__items .news-main__img,
.news-main__wrapper:first-child .even.news-main__items .news-main__img a {
  display: block;
  width: 235px;
  height: 336px;
  order: 2;
}
.news-main__wrapper:first-child .odd.news-main__items .news-main__img,
.news-main__wrapper:first-child .odd.news-main__items .news-main__img a {
  display: block;
  width: 208px;
  height: 162px;
}
.news-main__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
@media (max-width: 1340px) {
  .news-main__item {
    padding-bottom: 16px;
  }
  .news-main__intro {
    max-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-main__wrapper .thirdy-button {
    top: 8px;
  }
  .news-main__wrapper:first-child .even.news-main__items .news-main__intro {
    max-height: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-main__wrapper:first-child .even.news-main__items .thirdy-button{
    top: 8px;
  }
}
@media (max-width: 992px) {
  .news__region,
  .news__oblast,
  .news__republiс {
    flex-direction: column;
    gap: 16px;
  }
  .news-main__wrapper {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .news-main__archive {
    bottom: 24px;
  }
}
@media (max-width: 600px) {
  .news-main__item {
    padding: 8px 0 16px 0;
  }
  .news-main__wrapper:first-child .even.news-main__items .news-main__img,
  .news-main__wrapper:first-child .even.news-main__items .news-main__img a {
    width: 180px;
    height: 250px;
  }
  .news-main__wrapper:first-child .odd.news-main__items .news-main__img,
  .news-main__wrapper:first-child .odd.news-main__items .news-main__img a {
    width: 100px;
    height: 85px;
  }
  .news-main__wrapper:first-child .even.news-main__items .news-main__title a {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.029px;
  }
  .news-main__wrapper:first-child .even.news-main__items .news-main__intro {
    max-height: 123px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-main__wrapper:first-child .odd.news-main__items .news-main__intro {
    max-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 430px) {
  .news-main__wrapper:first-child .even.news-main__items .news-main__intro {
    max-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-main__wrapper:first-child .even.news-main__items .news-main__img,
  .news-main__wrapper:first-child .even.news-main__items .news-main__img a {
    width: 136px;
    height: 192px;
  }
  .news-main__wrapper:first-child .odd.news-main__items .news-main__img,
  .news-main__wrapper:first-child .odd.news-main__items .news-main__img a {
    width: 80px;
    height: 80px;
  }
}

/*стрелки навигации*/
/* .slick-arrow {
  z-index: 10;
  font-size: 0;
  border: none;
  z-index: 10;
  width: 24px;
  height: 24px;
  position: absolute;
}
.slick-arrow:hover {
  opacity: 0.7;
} */


/* Cлужбы и структурные подразделения ----------------------------*/
.services__block {
  width: 100%;
  background: #ffffff;
}
.services {
  padding: 16px 0 32px;
}
.services__items {
  display: grid;
  grid-gap: 8px 32px;
  grid-template-columns: repeat(auto-fill, 328px);
  max-width: 100%;
  padding-top: 8px;
  margin: auto;
  justify-content: center;
  transition: all 0.4s ease;
}
.services__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services__item-title {
  color: #1B1B1B;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  letter-spacing: 0.026px;
  padding: 8px 0;
  margin-right: 8px;
}
.services__item-link a{
  display: block;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services__item-link:hover {
  background: #F3EF7C;
  border-radius: 3px;
}
.services__item-link:hover svg path {
  stroke: #ED5965;
}
@media (max-width: 600px) {
  .services {
    padding: 8px 0 24px;
  }
  .services__items {
    gap: 8px 0;
    grid-template-columns: repeat(auto-fill, 100%);
  }
}

/* Блок с баннерами и медиагалереей -------------------------------*/
.banners-media {
  overflow: hidden;
}
.banners-media__wrapper {
  display: flex;
  background-color: #B0CFE8;
}
.banners-media__wrapper .container-wrapper {
  padding-right: 0;
}
@media (max-width: 1050px) {
  .banners-media .container-wrapper {
    padding-right: 0;
  }
  .banners-media__wrapper {
    flex-direction: column;
  }
}
/* Баннеры "Внимание" */
.banners-attention {
  position: relative;
  padding: 32px 0;
  width: 100%;
  max-width: 568px;
}
.banners-attention::before {
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  background-color: #B0CFE8;
}
.swiper.banners-attention--swiper {
  height: 540px;
  width: 100%;
}
.banners-attention__item.swiper-slide {
  border-radius: 3px;
  border: 2px solid #2F6C9D;
  background: #FFF;
  width: calc(100% - 64px);
  min-height: 123px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 1;
}
.banners-attention__item.swiper-slide:hover {
  border: 2px solid #EEE844;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3),
    0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.banners-attention__image {
  width: 200px;
  height: 100%;
}
.banners-attention__image img {
  height: 100%;
  width: 200px;
  object-fit: cover;
}
.swiper-pagination {
  right: 24px !important;
}
.banners-attention
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
}
.banners-attention
  .swiper-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F6C9D !important;
  transform: scale(1);
}
.banners-attention__link {
  color: #1C415F;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  letter-spacing: 0.026px;
  padding: 8px 16px;
}
.banners-attention__link a {
  color: #1C415F;
  transition: all 0.4s ease;
}
.banners-attention__link a:hover {
  text-decoration: none;
  color: #1C415F;
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  font-size: 0;
  width: 16px !important;
  height: 16px;
  border-radius: 50%;
  padding: 0 !important;
  border: none;
  background: #E0ECF5;
  color: #E0ECF5;
  transition: all 0.4s ease;
  z-index: 30;
  opacity: 1;
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 10px) 0 !important;
}
@media (max-width: 1425px) {
  .banners-attention__image,
  .banners-attention__image img {
    width: 150px;
  }
  .banners-attention__link {
    max-height: 112px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 1150px) {
  .banners-media
  .banners-attention {
    max-width: max-content;
  }
}
@media (max-width: 500px) {
  .swiper.banners-attention--swiper {
    height: 592px;
  }
  .banners-attention__item.swiper-slide {
    min-height: 136px;
  }
  .banners-attention__link {
    max-height: 90px;
    -webkit-line-clamp: 4;
  }
  .banners-attention__image, .banners-attention__image img {
    width: 104px;
  }
}
/* Медиагалерея */
.media {
  width: 100%;
  max-width: 840px;
  background: #E0ECF5;
  padding: 21px 0 32px 32px;
  position: relative;
}
.media > .container-wrapper {
  padding: 0;
}
.media::after {
  width: 100vw;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  background-color: #E0ECF5;
}
.media h4.section-title {
  margin-bottom: 21px;
}
.media__block {
  display: flex;
  gap: 32px;
}
/* Медиагалерея (ФОТО) */
.media-photo__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.media-photo__item-img,
.media-photo__item-img a {
  display: block;
  width: 328px;
  height: 204px;
}
.media-photo__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.media-photo__arhive {
  text-align: center;
  margin-top: 24px;
}
/* Медиагалерея (ВИДЕО) */
.media-video {
  position: relative;
}
.media-video__items {
  width: 100%;
  max-width: 448px;
}
.media-video__item {
  display: flex;
  gap: 8px;
}
.media-video__item-title {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  letter-spacing: 0.026px;
  padding: 8px 0;
}
.media-video__item-img {
  display: none;
}
.media-video__more,
.media-video__more a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-video__more:hover{
  background: #F3EF7C;
  border-radius: 3px;
}
.media-video__more:hover .media-video__link svg path {
  stroke: #ED5965;
}
.media-video__more .media-video__play {
  display: none;
  position: absolute;
  top: calc(50% - 24px);
  right: calc(50% - 24px);
  z-index: 999;
}
.media-video__item:first-child {
  position: relative;
  margin-bottom: 16px;
}
.media-video__item:first-child .media-video__link {
  display: none;
}
.media-video__item:first-child .media-video__play {
  display: block;
}
.media-video__item:first-child .media-video__play:hover {
  transform: scale(1.2);
  transition: all 0.4s ease-in-out;
}
.media-video__item:first-child .media-video__item-img {
  display: block;
  width: 448px;
  height: 280px;
  position: relative;
}
.media-video__item:first-child .media-video__item-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(28, 65, 95, 0.5);
  border-radius: 3px;
}
.media-video__item:first-child .media-video__item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.media-video__item:first-child .media-video__item-title {
  position: absolute;
  top: 12px;
  left: 24px;
  right: 24px;
  color: #FFF;
  font-family: 'Merriweather', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.029px;
  padding: 0;

  max-height: 95px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media-video__item:first-child .media-video__item-title a {
  color: #FFF;
}
.media-video__item:nth-child(2) {
  padding-bottom: 8px;
  border-bottom: 1px solid #B0CFE8;
  margin-bottom: 8px;
}
.media-video__arhive {
  position: absolute;
  left: calc(50% - 50px);
  bottom: 0;
}
@media (max-width: 1300px) {
  .media {
    padding-right: 0;
  }
  .media-photo__item-img, .media-photo__item-img a {
    width: 265px;
  }
  .media-video__items {
    max-width: 350px;
  }
  .media-video__item-title {
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 1170px) {
  .media-photo__item-img, .media-photo__item-img a {
    width: 230px;
  }
  .media-video__items {
    max-width: 300px;
  }
}
@media (max-width: 1050px) {
  .media {
    padding-left: 0;
    max-width: none;
    width: fit-content;
    margin: 0 auto;
  }
  .media > .container-wrapper {
    margin-left: -16px;
  }
  .media::before {
    width: 100vw;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    background-color: #E0ECF5;
  }
  .media-photo__item-img, .media-photo__item-img a {
    width: 328px;
  }
  .media-video__items {
    max-width: 448px;
  }
}
@media (max-width: 850px) {
  .media-photo__item-img, .media-photo__item-img a {
    width: 230px;
  }
  .media-video__items {
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  .media__block {
    flex-direction: column;
    gap: 24px;
  }
  .media-photo__items {
    flex-direction: row;
  }
  .media-photo__item-img, .media-photo__item-img a {
    width: 156px;
    height: 96px;
  }
  .media-video__items {
    width: 328px;
    max-width: 328px;
  }
  .media-video__item:first-child .media-video__item-img {
    height: 208px;
  }
  .media-video__item:first-child .media-video__item-img img {
    width: 328px;
  }
  .media-video__item:first-child .media-video__item-title {
    max-height: 72px;
    -webkit-line-clamp: 3;
  }
  .media-video {
    padding-bottom: 60px;
  }
  .media-video__more .media-video__play {
    top: calc(50% - 15px);
  }
}

/* Баннеры "Интернет-ресурсы" -----------------------------*/
.banners-resources {
  background: #fff;
  width: 100%;
}
.banners-resources {
  width: 100%;
  padding: 16px 0;
  position: relative;
}
.banners-resources__wrapper {
  position: relative;
}
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}
.skick-slide {
  min-width: 0;
}
/* Лента слайдов */
.slick-track {
  display: flex;
  align-items: flex-start;
}
.banners-resources__carousel.slick-slider {
  width: 90%;
  margin: auto;
}
.banners-resources__arrow.slick-arrow {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  position: absolute;
  top: calc(40% - 24px);
  z-index: 20;
  padding: 12px;
  border-radius: 3px;
  background: #B0CFE8;
  opacity: 1;
}
.banners-resources__arrow.slick-arrow:hover {
  background: #F3EF7C;
  cursor: pointer;
}
.banners-resources__arrow.left {
  left: 0px;
}
.banners-resources__arrow.right {
  right: 0px;
}
.banners-resources__item {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 16px;
  min-height: 128px;
  padding: 8px 0;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.banners-resources__item:hover {
  border-radius: 3px;
  background: #FFF;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.30), 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.banners-resources__image {
  width: 88px;
  height: 56px;
  margin: 0 auto;
}
.banners-resources__image img {
  width: 88px;
  height: 56px;
  object-fit: contain;
}
.banners-resources__link {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.035px;
  width: 100%;
  min-height: 36px;
  padding: 8px 8px 12px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.banners-resources__link > a {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .banners-resources__carousel.slick-slider {
    width: 86%;
  }
}
@media screen and (max-width: 850px) {
  .banners-resources__arrow.slick-arrow {
    top: calc(50% - 24px);
  }
}
@media screen and (max-width: 768px) {
  .banners-resources {
    padding: 8px 0;
  }
  .banners-resources .slick-list {
    padding: 0;
  }
  .banners-resources .section-title {
    padding: 22px 0;
    margin-bottom: 8px;
  }
  .banners-resources__carousel.slick-slider {
    width: 83%;
  }
}
@media screen and (max-width: 576px) {
  .banners-resources__carousel.slick-slider {
    width: 75%;
  }
}
@media screen and (max-width: 430px) {
  .banners-resources__carousel.slick-slider {
    width: 72%;
  }
}

/* Дорожная карта инвестора -------------------------------*/
.internet-title {
  text-align: center;
}
.internet-title h2 {
  font-size: 33px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.083px;
  color: #1C415F;
}
.internet-title h4 {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #454545;
}
.roadmap {
  background: #B0CFE8;
}
.invest-predl {
  margin-top: 21px;
  padding-bottom: 16px;
}
#invest .invest-controls {
  display: flex;
  justify-content: space-around;
  gap: 16px;
  margin-bottom: 0;
  background-color: transparent;
  padding-top: 16px;
  margin-top: 16px;
  height: 48px;
  flex-wrap: wrap;
}
#invest .invest-control {
  width: 32%;
}
.invest-control {
  width: 100%;
  background: #ffffff;
  height: 48px;
  border: 1px solid #ebfbff;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
  position: relative;
}
#invest .invest-select {
  width: 100%;
  height: 100%;
  padding: 0 34px 0 16px;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0025em;
  color: #1b1b1b;
  position: relative;
}
#invest select {
  appearance: none;
  background: url('/templates/luban_1.0/images/icons/expand-arrow.svg') 98%
    center no-repeat;
}
#invest .invest-select:hover {
  border-color: transparent;
}
#invest .invest-control:hover {
  background-color: #fff;
}
#invest .invest-control:active {
  background-color: #fff;
}
.invest-select:active {
  border-color: transparent;
}
.primary-button.icon {
  background: #C91826 !important;
}
#invest .invest-button {
  height: 36px;
  padding: 0 16px;
  background: #C91826;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3),
    4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  outline: none;
  transition: all 0.4s ease-in-out;
  font-family: 'Fira Sans', sans-serif;
  position: relative;
  margin-top: -7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
#invest .invest-button svg {
  margin-right: 8px;
}
.invest-button > svg path {
  fill: #fff;
}
#invest .invest-button:hover {
  outline: none;
  background: #800F18;
}
#invest .invest-button:active {
  background: #800F18;
}
#invest .invest-button::after {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  position: relative;
  top: 2px;
}
#invest .invest-button:active::after {
  color: #fff;
}
#invest .invest-table {
  margin: 100px 0 0;
  margin-bottom: 16px;
  padding: 16px;
  font-family: 'Fira Sans', sans-serif;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ebfbff;
  border-radius: 3px;
}
.invest-predl .invest-table {
  border-radius: 0;
}
.invest-table .invest-table_row {
  border: none;
  position: relative;
  padding-right: 16px !important;
}
.invest-table_row a {
  color: #4053a0;
}
.invest-table_row a:hover {
  color: #4053a0;
  text-decoration: underline;
}
.invest-table_row::before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url('/templates/luban_1.0/images/icons/forward_link.svg');
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
}
.invest-content button#invest-content-filter::before {
  text-transform: uppercase;
}
.invest-table.active::before {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.024px;
  color: #454545;
}
@media (max-width: 992px) {
  #invest .invest-controls {
    justify-content: space-between;
  }
  #invest .invest-control {
    width: 48%;
  }
  #invest .invest-button {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .internet-title h2 {
    font-size: 23px;
    line-height: 28px;
    margin: 8px 0;
  }
  #invest .invest-control {
    width: 98%;
  }
  #invest .invest-controls {
    justify-content: center;
  }
  #invest .invest-table {
    margin-top: 216px;
    max-height: 390px;
    overflow-y: auto;
    margin-top: 36px !important;
  }
  .invest-predl {
    padding-bottom: 32px;
  }
  #invest .invest-table {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  #invest .invest-control {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #invest .invest-button {
    padding: 0 60px;
  }
}

/* Footer ---------------------------------*/
.footer {
  width: 100%;
  background: #2F6C9D;
  min-height: 264px;
}
.footer .bannergroup_social {
  display: flex;
  justify-content: flex-end;
  margin: 32px 32px 0px 0px;
}
.footer p {
  margin: 16px 0;
  color: #fff;
}
.footer p span {
  color: #E0ECF5;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.035px;
  padding-left: 8px;
}
.footer p a {
  color: #ffffff !important;
}
.footer p a:hover {
  color: #ffffff !important;
}
p.copy {
  margin: 32px 0 24px;
  color: #ffffff;
}
.footer .mail::before {
  content: url(../images/icons/email-footer.svg);
}
.footer .adress::before {
  content: url(../images/icons/address-footer.svg);
}
.footer .hotline::before {
  content: url(../images/icons/hot-line-footer.svg);
}
.footer .okno::before {
  content: url(../images/icons/okno-footer.svg);
}
.footer .fax::before {
  content: url(../images/icons/fax-footer.svg);
}
.footer .fax span {
  padding-right: 8px;
  font-size: 20px;
  color: #81B2D9;
}
.footer__block {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.footer__block .siteMap.secondary-button.icon {
  position: absolute;
  right: 32px;
  bottom: 0;
  border: 2px solid #EEE844;
  color: #EEE844;
}
.footer__block .siteMap.secondary-button.icon:hover,
.footer__block .siteMap.secondary-button.icon:active {
  color: #2F6C9D;
}
.footer__block .siteMap.secondary-button.icon:hover svg path,
.footer__block .siteMap.secondary-button.icon:active svg path{
  fill: #2F6C9D;
  transition: all 0.4s ease-in-out;
}
.map-region {
  width: 100%;
  padding: 32px 0;
}
.map-region iframe {
  border-radius: 3px;
  height: 282px !important;
}
@media (max-width: 992px) {
  .contacts-footer {
    position: relative;
    padding-bottom: 60px;
  }
  .footer .bannergroup_social {
    position: absolute;
    bottom: 8px;
    margin-left: 0;
  }
}
@media (max-width: 767.9px) {
  .contacts-footer {
    padding-bottom: 50px;
  }
  .footer .container-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 64px;
  }
  .footer {
    padding-left: 2px;
    padding-right: 2px;
  }
  .contacts-footer,
  .footer__map {
    padding-left: 16px;
    padding-right: 16px;
  }
  .map-region {
    padding: 16px;
  }
  .footer .bannergroup_social {
    margin-left: 16px;
  }
  .footer__dev {
    position: absolute;
    bottom: 16px;
    margin-left: 16px;
    width: calc(100% - 16px);
  }
  .footer__dev .copyright-cvr {
    padding: 0;
  }
  .footer__block .siteMap.secondary-button.icon {
    right: 16px;
  }
}
@media (max-width: 365px) {
  .footer p.mail {
    display: flex;
  }
}

/* Кнопка наверх ----------------------------------- */
.scrollUp {
  position: fixed;
  bottom: 16px;
  right: 16px;
  display: none;
  padding: 8px;
  background: #438BC7;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3),
    4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  z-index: 100;
  transition: background 0.4s ease;
}
.scrollUp:hover {
  opacity: 0.8;
}
.scrollUp-show {
  display: block;
}
.scrollUp:hover {
  cursor: pointer;
}
.scrollUp svg {
  transition: fill 0.4s ease;
}
@media (max-width: 576px) {
  .scrollUp {
    padding: 10px;
  }
}

/* Блок "Сookie" ---------------------- */
body #sp-cookie-consent {
  background: #1C415F;
  z-index: 9999999;
  font-family: 'Montserrat', sans-serif;
}
#sp-cookie-consent::before {
  content: '';
  background: #1C415F;
  opacity: 0.24;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.sp-cookie-consent-action-new {
  width: fit-content;
  position: absolute;
  right: 20px;
  top: calc(56% - 16px);
}
a.sp-cookie-close.sp-cookie-not-allow {
  color: #000 !important;
  text-decoration: none !important;
  font-size: 90%;
  font-weight: bold;
  background: #fff;
  border-radius: 0.25rem;
  line-height: 1.5;
  padding: 10px 15px;
}
@media (min-width: 992px) {
  #sp-cookie-consent.position-bottom > div > .sp-cookie-consent-action {
    flex: none !important;
    width: fit-content !important;
    position: absolute;
    right: 160px;
  }
}
@media (max-width: 992px) {
  .sp-cookie-consent-action-new {
    left: 140px;
    bottom: 27px;
    top: auto;
  }
}

/* Внутренние страницы (ОБЩИЕ СТИЛИ) ------------------------------------ */
.content-container {
  margin-right: 32px !important;
}
.inner-block {
  display: flex;
}
.inner-img {
  margin: 0;
  margin-right: 16px;
}
.inner-class ~ .greetings,
.inner-class ~ .news,
.inner-class ~ .banners-resources,
.inner-class ~ .banners-media {
  display: none;
}
@media (max-width: 992px) {
  .content-container {
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .inner-block {
    flex-direction: column;
  }
  .inner-img {
    margin-right: 0;
  }
}
.inner-btn {
  margin-top: 24px;
  text-align: right;
}
.inner-btn--left {
  text-align: left;
}
.inner-btn .thirdy-button,
.inner-btn .thirdy-button:hover {
  color: #800F18;
  text-decoration: none;
  padding: 10px 0px 6px 8px;
}
.inner-btn.inner-btn--left .thirdy-button {
  padding: 10px 8px 6px 0px;
}
.inner-btn .thirdy-button svg {
  position: relative;
  top: -2px;
}
/* Вывод в категории "Новоcти" --------------------------- */
.lenta .block-news-part1 {
  display: none;
}
.lenta #k2Container .section-title {
  padding-left: 16px;
  color: #1B1B1B;
}
/* Избранные */
.lenta .news-itemContainer.itemContainerLast .catItemIsFeatured {
  margin-bottom: 16px;
}
.lenta .news-itemContainer.itemContainerLast .catItemIsFeatured .thirdy-button {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.lenta .news-itemContainer.itemContainerLast .catItemIsFeatured .block-news-part1 {
  display: block;
  margin-right: 0;
  order: 2;
}
.lenta .news-itemContainer.itemContainerLast .catItemIsFeatured .block-news-part2 {
  border-bottom: 0;
}
/* Первая избранная */
.lenta .news-itemContainer.itemContainerLast:first-child .catItemIsFeatured {
  position: relative;
}
.lenta .news-itemContainer.itemContainerLast:first-child .catItemIsFeatured .block-news-part1,
.lenta .news-itemContainer.itemContainerLast:first-child .catItemIsFeatured 
.block-news-catItemImageBlock span.catItemImage {
  width: 236px;
  height: 336px;
}
.lenta .news-itemContainer.itemContainerLast:first-child .catItemIsFeatured .block-news-part2 h6 {
  color: #454545;
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
}
.lenta .news-itemContainer.itemContainerLast:first-child .catItemIsFeatured .news-catItemIntroText {
  max-height: 200px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Вторая избранная */
.lenta .news-itemContainer.itemContainerLast:nth-child(2) .catItemIsFeatured {
  border-radius: 3px;
  background: #E0ECF5;
  position: relative;
}
.lenta .news-itemContainer.itemContainerLast:nth-child(2) .catItemIsFeatured .block-news-part1 {
  width: 240px;
  height: 188px;
  padding: 16px;
}
.lenta .news-itemContainer.itemContainerLast:nth-child(2) .catItemIsFeatured 
.block-news-catItemImageBlock span.catItemImage {
  width: 208px;
  height: 156px;
}
.lenta .news-itemContainer.itemContainerLast:nth-child(2) .catItemIsFeatured .block-news-part2 {
  padding: 8px 16px;
}
.lenta .news-itemContainer.itemContainerLast:nth-child(2) .catItemIsFeatured .block-news-part2 h6 {
  margin-top: 4px;
}
.lenta .news-itemContainer.itemContainerLast:nth-child(2) .catItemIsFeatured .news-catItemIntroText {
  max-height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 992px) {
  .lenta #k2Container .section-title {
    padding-left: 0;
  }
  .lenta .news-itemContainer.itemContainerLast:nth-child(2) .catItemIsFeatured {
    left: -16px;
    width: calc(100% + 32px);
  }
  .lenta .news-itemContainer.itemContainerLast:first-child .catItemIsFeatured .thirdy-button {
    left: -8px;
  }
}
@media (max-width: 601px) {
  .lenta .news-itemContainer.itemContainerLast:first-child .catItemIsFeatured .block-news-part2 h6 {
    font-family: 'Merriweather', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.029px;
  }
  .lenta .news-itemContainer.itemContainerLast:first-child .catItemIsFeatured .block-news-part1,
  .lenta .news-itemContainer.itemContainerLast:first-child .catItemIsFeatured 
  .block-news-catItemImageBlock span.catItemImage {
    width: 136px;
    height: 192px;
  }
  .lenta .news-itemContainer.itemContainerLast:nth-child(2) .catItemIsFeatured .block-news-part1 {
    width: 80px;
    height: 80px;
  }
  .lenta .news-itemContainer.itemContainerLast:nth-child(2) .catItemIsFeatured 
  .block-news-catItemImageBlock span.catItemImage {
    width: 80px;
    height: 80px;
  }
  .lenta .news-itemContainer.itemContainerLast:first-child .catItemIsFeatured .news-catItemIntroText,
  .lenta .news-itemContainer.itemContainerLast:nth-child(2) .catItemIsFeatured .news-catItemIntroText {
    max-height: 43px;
    -webkit-line-clamp: 2;
  }
  .lenta .news-itemContainer.itemContainerLast:nth-child(2) .catItemIsFeatured .block-news-part1 {
    order: 1;
    margin-right: 16px;
  }
  .lenta .news-itemContainer.itemContainerLast:nth-child(2) .catItemIsFeatured .block-news-part2 {
    order: 2;
    padding-bottom: 20px;
  }
  .lenta .news-itemContainer.itemContainerLast:nth-child(2) .catItemIsFeatured .thirdy-button {
    left: 105px;
  }
}
/* Вывод в категории "Жителям, Гостям, Инвесторам" ------------------ */
#k2Container.infoblock-list {
  margin-bottom: 32px;
}
.infoblock-list #itemListLeading {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 128px;
  max-width: 100%;
}
.people--inner ~ .main .breadcrumb {
  text-align: center;
  max-width: none;
}
.left-inner-sidebar {
  position: relative;
  top: -68px;
  height: calc(100% + 68px);
  z-index: 2;
}
.left-inner-sidebar .banners-greetings__item {
  width: auto;
}
.infoblock-list .news-catItemView {
  align-items: center;
}
.infoblock-list .news-itemContainer,
.infoblock-list .news-itemContainer.itemContainerLast,
.infoblock-list .news-itemContainer:first-child {
  margin: 0;
}
.infoblock-list .news-catItemView .block-news-part1 {
  width: 128px;
  height: 128px;
  padding: 4px;
  margin-right: 0;
  border-radius: 3px;
  background: #438BC7;
  order: 2;
}
.infoblock-list .news-catItemView .block-news-part1  span.catItemImage {
  width: 120px;
  height: 120px;
}
.infoblock-list .news-catItemView .block-news-part2 {
  width: 100%;
  min-height: 84px;
  padding-left: 24px;
  border-radius: 3px;
  background: #B0CFE8;
  border-bottom: none;
}
.infoblock-list .news-catItemView .block-news-part2 h6 {
  color: #0E202F;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.026px;
}
@media (max-width: 992px) {
  .people--inner ~ .main .breadcrumb {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .infoblock-list .container-wrapper {
    padding: 0;
  }
  .infoblock-list #itemListLeading {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.guest_form_row {
  background: linear-gradient(180deg, #81B2D9 0%, rgba(176, 207, 232, 0.90) 37.81%, rgba(224, 236, 245, 0.70) 100%) !important;
}
.guest_form_row .guest_form_title {
  color: #0E202F !important;
  font-family: 'Merriweather', sans-serif !important;
}
.people--inner ~ .roadmap {
  background-color: #81B2D9;
}

/* Вывод ленты из шаблона "Контент" ----------------------- */
.lenta.lenta-content .block-news-part1 {
  display: block;
}
.lenta.lenta-content .block-news-part2 {
  padding: 8px 16px 8px 0;
  border-bottom: none;
}
@media (max-width: 600px) {
  .lenta.lenta-content .block-news-part2 {
    padding: 8px 0;
  }
  .lenta.lenta-content .news-catItemView {
    flex-direction: column;
  }
}
/* Архив новостей */
#k2Container.itemListView.news-list {
  padding-right: 32px;
}
/* Новость (ВНУТРЕНЯЯ) */
.news-static {
  padding-right: 32px !important;
}
@media (max-width:992px) {
  .news-static {
    padding-right: 0 !important;
  }
  #k2Container.itemListView.news-list {
    padding-right: 0;
  }
}
/* Фильтр на внутренних ----------------------------- */
.K2FilterBlock {
  margin-top: 24px;
  margin-bottom: 24px;
}
#k2Container.genericView {
  margin-bottom: 24px;
}
.genericItemList {
  display: flex;
  flex-direction: column;
}
.title-table {
  display: flex;
  width: 100%;
  align-items: center;
  background: #ebeffe;
  border: 1px solid #c5d1fc;
}
.title-table .name {
  width: 30%;
  padding: 16px;
}
.title-table .description {
  width: 70%;
  padding: 16px;
}
.title-table h3 {
  text-align: center;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #1b1b1b;
}
.genericItemList .genericItemView {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border: 1px solid #2F6C9D;
  border-radius: 3px;
  position: relative;
}
.genericItemList .genericItemHeader {
  width: 30%;
  padding: 10px;
}
.genericItemList .genericItemBody {
  width: 70%;
  border-left: 1px solid #2F6C9D;
  padding: 10px;
}
.genericItemBody ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.genericItemBody ul li {
  margin-bottom: 4px;
}
.genericItemList h3.genericItemTitle {
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: #1b1b1b;
}
.K2FilterBlock .buttons {
  text-align: center;
}
.K2FilterBlock .inputbox,
.K2FilterBlock .selectize-control.single .selectize-input {
  height: 48px !important;
  background: #ffffff;
  border: 1px solid #c3c3c3;
  display: inline-block !important;
}
.K2FilterBlock .selectize-control.single .selectize-input {
  display: flex;
  align-items: center;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #6e6e6e;
}
.K2FilterBlock .selectize-control.single .selectize-input span {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #6e6e6e;
  padding-right: 18px !important;
  height: 100%;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  max-width: calc(100% - 8px);
}
.k2filter-field-text-date .inputbox:nth-child(2) {
  margin-right: 6px;
}
.k2filter-field-text-date .inputbox:last-child {
  margin-left: 6px;
}
.selectize-input > input {
  width: 100% !important;
}
.K2FilterBlock .selectize-input,
.K2FilterBlock input.inputbox {
  padding: 6px 24px 6px 8px !important;
}
.K2FilterBlock .k2filter-table input {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #6e6e6e;
}
.selectize-input > input {
  height: 100% !important;
}
.K2FilterBlock .selectize-control.single .selectize-input:after {
  content: url(../images/icons/expand-arrow.svg);
  border: none;
  right: 8px;
  top: 16px;
  transition: all 0.4s ease;
  width: 24px;
  height: 24px;
}
.K2FilterBlock .selectize-control.single .selectize-input.input-active:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.genericItemView:nth-child(2n + 1) {
  background: #f7f7f7;
}
@media screen and (max-width: 800px) {
  .k2filter-cell.k2filter-cell0 {
    width: 100% !important;
  }
  .k2filter-cell.k2filter-cell1,
  .k2filter-cell.k2filter-cell2 {
    width: 100% !important;
  }
}
@media screen and (max-width: 676px) {
  .genericItemList .genericItemHeader,
  .genericItemList .genericItemBody {
    width: 100%;
    border-left: none;
  }
  div.genericItemImageBlock {
    margin-bottom: 30px !important;
  }
}

/* Карта сайта ------------------------------------------ */
.osmap-items.itemFullText {
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
  max-width: 1200px;
  margin-bottom: 16px;
}
.osmap-items.itemFullText ul {
  padding-left: 0;
}
.osmap-sitemap .itemListCategory2 h2 {
  font-size: 33px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.083px;
}
@media (max-width:768px) {
  .osmap-sitemap .itemListCategory2 h2 {
    font-size: 23px;
    line-height: 28px;
  }
}
.osmap-items ul {
  margin: 0;
}
.osmap-items ul li {
  list-style-type: none;
  position: relative;
  margin: 10px 0;
  padding-left: 28px;
}
.osmap-items ul li a {
  text-decoration: none;
}
.osmap-items ul li:before {
  content: url('/templates/luban_1.0/images/icons/mark.svg');
  position: absolute;
  left: 0;
  top: 2px;
}

  .kniga iframe {
    height: 500px !important;
  }
