@charset "UTF-8";
/*Обнуление стилей*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
}

html body {
  /*  scroll-behavior: smooth;*/
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #1b1b1b;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

body a {
  text-decoration: none;
  color: #1b1b1b;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
body blockquote {
  background-color: #f7f7f7;
  padding: 14px;
  border: 1px solid #568FC8;
  border-radius: 4px;
  text-align: center;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Fira Sans', serif;
  font-style: normal;
  letter-spacing: 0.0025em;
  color: #1B1B1B;
  margin: 0;
}

body h1 {
  font-weight: 300;
  font-size: 96px;
  line-height: 144px;
  letter-spacing: -1.44px;
  color: #1b1b1b;
}

body h2,
h1.page-title {
  font-weight: 300;
  font-size: 60px;
  line-height: 84px;
  letter-spacing: -0.3px;
}

h1.page-title,
h4.section-title {
  text-align: center;
}
#k2Container h4.section-title {
  text-align: left;
  padding: 14px 0 8px;
  color: #1E3D5C;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
body h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 68px;
}

body h4 {
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: 0.085px;
}

body h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

h5.logo-subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.055px;
}
body h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.03px;
}
span {
  color: #1b1b1b;
}

body p {
  margin: 16px 0;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
  color: #1b1b1b;
}

.row {
  margin: 0 !important;
  padding: 0 !important;
}

.container-wrapper {
  max-width: 1440px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}

.padding {
  width: 100%;
  height: 32px;
}

@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 {
  background: #2D5786;
  border-radius: 4px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.30), 2px 2px 16px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.0125em;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
  padding: 10px 14px;
  display: inline-block;
}

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

.secondary-button {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
  color: #2D5786;
  border: 2px solid #2D5786;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  padding: 10px 16px;
  background: transparent;
  display: inline-block;
}

.secondary-button.siteMap {
  border: 2px solid #2D5786;
  border-radius: 4px;
  color: #2D5786;
}

.secondary-button:hover,
.secondary-button:focus,
.secondary-button.siteMap:hover,
.secondary-button.siteMap:focus {
  background: #E3E3E3;
  text-decoration: none;
  color: #2D5786;
}

.secondary-button:hover svg path,
.secondary-button:focus svg path,
.secondary-button:active svg path {
  fill: #2D5786;
}

.secondary-button:active,
.secondary-button.siteMap:active {
  background: #A4A4A4;
  text-decoration: none;
  color: #2D5786;
}

.thirdy-button,
.btn.btn-warning.button.reset {
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.0125em;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.4s ease-in-out;
  padding: 10px 8px;
  border: none;
  background: none;
  display: inline-block;
  color: #2D5786;
}
.btn.btn-warning.button.reset {
  margin-left: 16px;
}

.thirdy-button:hover,
.thirdy-button:focus,
.btn.btn-warning.button.reset:hover,
.btn.btn-warning.button.reset:focus {
  background: #E3E3E3;
  text-decoration: none;
  border: none;
  color: #2D5786;
}

.thirdy-button:active,
.btn.btn-warning.button.reset:active {
  background: #A4A4A4;
  text-decoration: none;
  border: none;
  box-shadow: none;
  color: #2D5786;
}

/*убираем лишнее подчеркивание*/
.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;
}

/*section navbar style start*/
@media screen and (max-width: 1400px) {
  .inner-padding {
    height: 200px;
  }
}

@media screen and (max-width: 992px) {
  .inner-padding {
    height: 130px;
  }
}

section.navbar {
  width: 100%;
  background: #2D5786;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  letter-spacing: 0.0015em;
  color: #1b1b1b;
  min-height: 48px;
  margin: 0;
  padding: 0;
}

.navbar .nav-menu {
  padding-left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  min-height: 48px;
  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;
  height: 48px;
  transition: all 0.3s ease;
  letter-spacing: 0.175px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.nav-menu > .nav-menu-item a {
  color: #fff;
  position: relative;
}
.menu--close,
.nav-arrow--open {
  display: none;
}
.nav-menu > .nav-menu-item.drop-down:hover > .nav-arrow--open {
  display: block;
}
.nav-menu > .nav-menu-item.drop-down:hover > .nav-arrow--close {
  display: none;
}
.nav-menu > .nav-menu-item svg {
  margin-left: 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;
  background: #1E3D5C;
  border-radius: 4px;
  margin: 4px 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: 12px;
  margin-left: 12px;
}

.nav-menu > .nav-menu-item:first-child {
  border-left: none;
}

.nav-menu > .nav-menu-item:hover {
  background: #386CA8;
}
.nav-menu > .nav-menu-item:hover a {
  color: #fff;
}
.nav-menu > .nav-menu-item {
  transition: background 0.4s ease;
  width: fit-content;
  white-space: nowrap;
  padding: 0 16px;
  border-radius: 4px;
}

/*Выпадающее подменю*/
/* .inner-class ~ .navbar .nav-menu .nav-menu-item.drop-down .drop-down-menu {
  top: 60px;
  bottom: auto;
} */
.nav-menu > .nav-menu-item.drop-down > .drop-down-menu {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 52px;
  left: 0;
  transition: opacity 0.2s ease, visibility 0.1s ease;
  z-index: 100;
  background: #E0EBF5;
  border: 1px solid #B2CCE6;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 6px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 8px;
}

.nav-menu > .nav-menu-item.drop-down:nth-child(2) .drop-down-menu,
.nav-menu > .nav-menu-item.drop-down:nth-child(3) .drop-down-menu {
  min-width: 888px;
  left: 0;
}
.nav-menu > .nav-menu-item.drop-down:nth-child(5) .drop-down-menu {
  min-width: 376px;
  left: auto;
}
.nav-menu > .nav-menu-item.drop-down:nth-child(5) .drop-down-menu .drop-down-list,
.nav-menu > .nav-menu-item.drop-down:last-child .drop-down-menu .drop-down-list{
  max-height: 376px;
}
.nav-menu > .nav-menu-item.drop-down:nth-child(6) .drop-down-menu {
  min-width: 344px;
  left: auto;
}
.nav-menu > .nav-menu-item.drop-down:nth-child(7) .drop-down-menu {
  min-width: 539px;
  left: auto;
  right: 0;
}
.nav-menu > .nav-menu-item.drop-down:nth-child(7) .drop-down-menu .drop-down-list .nav-menu-item{
  max-width: 100%;
}
.nav-menu > .nav-menu-item.drop-down:last-child .drop-down-menu {
  min-width: 414px;
  left: auto;
  right: 0;
}

.nav-menu a {
  color: #1b1b1b;
  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-height: 300px;
}

.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: 420px;
  min-height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.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;
  white-space: normal;
}

.nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item
  > a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.035px;
  color: #1B1B1B;
  display: inline-block;
  padding: 8px;
}

.nav-menu > .nav-menu-item.drop-down:hover .drop-down-menu {
  opacity: 1;
  visibility: visible;
}

/*style header start*/
.main-header {
  width: 100%;
  position: relative;
}

.header {
  color: #1b1b1b !important;
  position: relative;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.80) 53.44%, rgba(255, 255, 255, 0.50) 100%);
}
.header-title {
  position: relative;
}
.logo {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0 16px;
  position: relative;
}

.logo-img {
  display: flex;
  gap: 16px;
}
.logo-info p {
  font-size: 12px;
  line-height: 14px; 
  letter-spacing: 0.048px;
  margin-bottom: 0;
  color: #454545;
}
.logo-img img {
  display: inline-block;
  width: 96px;
  height: 96px;
  margin-bottom: 8px;
}
.logo-img img:last-child {
  margin-bottom: 0px;
}

.logo-title {
  display: inline-block;
  text-align: left;
  max-width: 710px;
}

.logo-title a {
  color: #1b1b1b;
  text-align: left;
}

.logo a:hover {
  text-decoration: none;
  color: #1b1b1b;
}

a.siteMap:hover,
a.siteMap:focus,
a.siteMap:active {
  text-decoration: none;
}

a.siteMap img {
  margin-right: 8px;
}

/*contacts*/
/**********************/
/*Шапка сайта*/
.container-wrapper .header-contacts {
  display: flex;
  padding: 16px 0;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.header-left {
  display: flex;
  align-items: center;
}

/*Социальные сети header*/
.bannergroup_social {
  display: flex;
}

.footer .bannergroup_social {
  margin-left: 0;
}

.banneritem {
  margin-left: 24px;
}
.banneritem:first-child {
  margin: 0px;
}
.footer .banneritem {
  height: fit-content;
  border-radius: 4px;
  background: #B2CCE6;
  padding: 4px;
  margin: 0 8px;
}

.bannergroup_social img {
  width: 24px;
  height: 24px;
}

.banneritem img,
.siteMap-header img {
  transition: all 0.4s ease;
}

.siteMap-header img .banneritem:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .main-header {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .bannergroup_social {
    margin-left: 4px;
  }
}

/*********************/
/*Контакты в шапке*/
.contacts-worktime {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 16px 0 24px;
  margin: 11px -8px 11px 0;
}

.contacts {
  display: flex;
  align-items: center;
  gap: 88px;
}

.contacts-hidden {
  display: none;
}

.contacts-container {
  position: relative;
  border-right: 2px solid #E3E3E3;
  border-left: 2px solid #E3E3E3;
  padding: 2px 87px;
}
.contacts-container span {
  position: relative;
  top: 2px;
  color: #2D5786;
}

.contacts p {
  margin: 0;
}

.contacts p > a {
  color: #1b1b1b;
  text-decoration: none;
}

p.adress,
p.mail,
p.phone,
p.tel,
p.hot-line,
p.trust,
p.consult,
p.fax,
.mail,
a.tel {
  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.trust > a,
p.consult > a,
p.hot-line > a,
p.fax > a,
.mail a,
a.mail,
a.tel {
  color: #1b1b1b;
  text-decoration: none !important;
  transition: all 0.4s ease;
  position: relative;
}

#k2Container p.adress > a,
#k2Container p.mail > a,
#k2Container p.phone > a,
#k2Container p.tel > a,
#k2Container p.trust > a,
#k2Container p.consult > a,
#k2Container p.hot-line > a,
#k2Container p.fax > a,
#k2Container .mail a,
#k2Container a.mail,
#k2Container a.tel {
  color: #1b1b1b !important;
}

p.tel > a:hover,
p.trust  > a:hover,
p.consult > a:hover,
p.hot-line > a:hover,
p.fax > a:hover,
p.mail > a:hover,
p.adress > a:hover,
a.tel:hover,
a.phone:hover,
p.phone a:hover {
  text-decoration: underline;
}
p .tel + span {
  font-size: 14px;
  font-style: normal;
  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;
}
.vopros .link p.spojler {
  text-align: left;
}
.vopros p.spojler::after {
  top: auto;
}
.newscontainer-itemFullText ul.list--custom li:before {
  content: url(/templates/administraciya_1.0/images/icons/forward_18.svg);
}
.newscontainer-itemFullText ul.list--custom a{
  text-decoration: none;
}
.newscontainer-itemFullText .vopros ul {
  padding-left: 2rem;
}
.newscontainer-itemFullText .vopros ul li {
  list-style-type: disc;
  padding-left: 0;
  margin: 0;
}
.newscontainer-itemFullText .vopros ul li:before {
  content: '';
}
.vopros--note {
  font-size: 12px;
  line-height: 14px; 
  letter-spacing: 0.048px;
  color: #454545;
  margin-top: 16px;
  margin-bottom: 0;
}
.sub-title--custom {
  font-family: 'Fira Sans', sans-serif;
}
.adress::before {
  content: url(../images/icons/address.svg);
  position: absolute;
  left: 0;
  top: 0px;
}

.footer .adress::before {
  content: url(../images/icons/address.svg);
}

.phone::before {
  content: url(../images/icons/office-phone.svg);
  position: absolute;
  left: 0;
  top: 2px;
}

.footer .tel::before {
  content: url(../images/icons/phone.svg);
}

.hot-line::before,
a.hot-line::before {
  content: url(../images/icons/hot-line.svg);
  position: absolute;
  left: 0;
  top: 2px;
}
.trust::before,
a.trust::before {
  content: url(../images/icons/hand-with-smartphone.svg);
  position: absolute;
  left: 0;
  top: 2px;
}
.consult::before,
a.consult::before {
  content: url(../images/icons/customer-support.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;
}

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

.footer .mail::before {
  content: url(../images/icons/email.svg);
}

/********************/
.socials svg {
  margin-left: 16px;
}

.contact-info div {
  margin: 16px 0;
}

.contact-info a,
.contact-info div {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #1b1b1b;
}

.header .header-search {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 16px;
  width: fit-content;
}

.header .header-search a.thirdy-button {
  width: fit-content;
  display: inline-block;
  min-width: 188px;
  margin-bottom: 5px;
  margin-left: 8px;
}

@media screen and (max-width: 1250px) {
  .contacts-hidden {
    display: block;
    padding: 10px 8px;
    margin-left: -8px;
    margin-top: -8px;
  }
  .contacts-container {
    height: 24px;
  }
  .contacts {
    margin-top: 0;
    padding: 16px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease;
    position: absolute;
    top: 32px;
    left: -8px;
    width: 290px;
    max-width: calc(100vw - 32px);
    display: flex;
    flex-direction: column;
    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;
    gap: 16px;
  }
  .contacts-worktime {
    display: flex;
    flex-direction: row;
    margin-top: 32px;
  }
}

p.gor-tel > a,
.telephone a,
.e-mail a {
  color: #1b1b1b;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.3s ease;
}

/*языковые версии и версии для слабовидящих*/
.lang-oko {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  border-left: 2px solid #E3E3E3;
  padding-left: 87px;
}

.lang-oko .siteMap-header {
  margin-top: 24px;
  display: inline-block;
  margin-right: 16px;
}

.header-menu {
  text-align: right;
  display: flex;
  justify-content: right;
  padding-left: 0;
  margin-bottom: 0;
}

.header-menu ul {
  padding-left: 0;
}

.header-menu img {
  transition: all 0.3s ease;
}

.header-menu img:hover {
  opacity: 0.7;
}

.header-menu li {
  list-style-type: none;
  float: left;
  margin-right: 20px;
}

.header-menu li:last-child {
  margin-right: 0;
}

.header-menu li:first-child {
  margin-left: 0;
}

.header-menu li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.0175em;
  text-transform: uppercase;
  color: #1E3D5C;
  transition: all 0.3s ease;
}

.header-menu li a:hover {
  color: #84ADD7;
  text-decoration: none;
}

.header-menu li .bvi-open:hover svg path {
  fill: #84ADD7;
}

.header-menu li .bvi-open {
  position: relative;
  bottom: 2px;
}

/*Режим работы*/
.about-content-working-hours {
  position: relative;
  z-index: 100;
}

.dates {
  display: none;
  transition: all 0.3s ease;
  position: absolute;
  top: 36px;
  left: 0;
}

.working-title {
  position: relative;
  display: flex;
  padding: 10px 8px;
  width: 160px;
}

.working-title:hover {
  cursor: pointer;
}

.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 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 14px !important;
  letter-spacing: 0.0175px;
  color: #2D5786;
  text-transform: uppercase;
  margin-top: 2px;
}

.bvi-panel
  .about-content-working-hours
  > .working-hours-container
  > .working-hours-wrapper
  h5 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 14px !important;
  letter-spacing: 0.0175px;
  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: 18px;
  position: relative;
}

.dates-working-hours span:first-child::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 25px;
  width: 1px;
  background: #B2CCE6;
  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:not(:first-child) {
  margin-left: -1px;
}

.dates-list > .dates-list-item {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.004em;
  color: #0A151F;
  background: #E0EBF5;
  border: 1px solid #84ADD7;
  padding: 5px;
  text-transform: uppercase;
}

.dates-list > .dates-list-item.active {
  color: #84ADD7;
  background: #fff;
}

.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-weight: 400;
  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: 992px) {
  .contacts-container {
    padding: 2px 32px;
  }
}
@media screen and (max-width: 768px) {
  .container-wrapper .header-contacts {
    flex-wrap: wrap;
  }
  .bannergroup_social {
    order: 1;
    width: 30%;
  }
  .lang-oko {
    order: 2;
    padding-left: 37px;
    width: 60%;
  }
  .contacts-container {
    order: 3;
  }
  .about-content-working-hours {
    order: 4;
    margin-top: 16px;
  }
  .contacts-container {
    margin-top: 16px;
    padding-left: 0;
    border-right: none;
    border-left: none;
  }
}


/*Планшетная и мобильная версии меню*/
@media screen and (max-width: 1368px) {
  h1.logo-title {
    font-size: 59px;
    line-height: 40px;
    display: inline;
    width: fit-content;
  }
  .logo {
    align-items: center;
    border-bottom: none;
  }
  h5.logo-subtitle {
    padding: 5px 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  h1.logo-title {
    font-size: 48px;
    line-height: 40px;
    display: inline;
    width: fit-content;
  }
  h5.logo-subtitle {
    font-size: 22px;
    line-height: 28px;
  }

  .contacts-worktime {
    padding: 0;
  }
  .navbar {
    position: fixed !important;
    bottom: 0;
    z-index: 999999;
  }
  #main-menu {
    position: relative;
  }
  #main-menu > .nav-menu {
    overflow-x: scroll;
    overflow-y: visible;
    margin-bottom: -16px;
    cursor: pointer;
  }
  #main-menu > .nav-menu::-webkit-scrollbar {
    width: 0;
  }
  #main-menu > .nav-menu li {
    position: static;
  }
  .active {
    display: block;
  }
  #main-menu > .nav-menu li > .drop-down-menu {
    position: absolute;
    z-index: 10;
    display: none;
    max-height: calc(100dvh - 60px);
    min-height: calc(100dvh - 60px);
  }
  #main-menu > .nav-menu li:hover > .drop-down-menu {
    display: block;
  }
  .nav-menu > .nav-menu-item.drop-down > .drop-down-menu {
    padding: 16px;
  }
  .navbar .nav-menu .nav-menu-item.drop-down .drop-down-menu,
  .inner-class ~ .navbar .nav-menu .nav-menu-item.drop-down .drop-down-menu {
    top: auto;
    left: -16px;
    right: -16px;
    bottom: 72px;
    box-shadow: none;
  }
  .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list {
    flex-wrap: nowrap;
    overflow-y: scroll;
    max-height: calc(100vh - 100px);
  }
  .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list::-webkit-scrollbar {
    width: 0;
  }
  .nav-menu > .nav-menu-item.drop-down:last-child .drop-down-menu,
  .nav-menu > .nav-menu-item.drop-down:nth-child(7) .drop-down-menu,
  .nav-menu > .nav-menu-item.drop-down:nth-child(3) .drop-down-menu,
  .nav-menu > .nav-menu-item.drop-down:nth-child(2) .drop-down-menu {
    min-width: 100%;
  }
  .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list > .nav-menu-item {
    max-width: 100%;
  }
  .menu--close {
    display: block;
    position: relative;
    left: calc(100% - 32px);
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .header-contacts {
    position: relative;
  }
  .banneritem:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 992px) {
  #main-menu > .nav-menu {
    margin-bottom: 0;
  }
  .navbar .nav-menu .nav-menu-item.drop-down .drop-down-menu,
  .inner-class ~ .navbar .nav-menu .nav-menu-item.drop-down .drop-down-menu {
    bottom: 60px;
  }
  /* #main-menu > .nav-menu li > .drop-down-menu {
    max-height: calc(100vh - 120px);
    min-height: calc(100vh - 120px);
  } */
  .header .contact-info {
    display: none;
  }
  h1.logo-title {
    font-size: 32px;
    line-height: 40px;
    display: inline;
    width: fit-content;
  }
  h5.logo-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .logo {
    flex-direction: row;
    padding-bottom: 70px;
  }
  .logo-info {
    margin-top: -20px;
  }
  .header .bannergroup_social {
    top: 160px;
  }
  .header .logo-img {
    display: flex;
    margin-bottom: 8px;
  }
  .logo-img img {
    width: 60px;
    height: 60px;
    margin-bottom: 4px;
  }
  .header .logo-title {
    font-size: 24px;
    line-height: 32px; 
    max-width: 600px;
  }

  .logo-img a:last-child {
    top: 72px;
  }
  .logo-info p {
    display: none;
  }

  #main-menu .nav-menu > .nav-menu-item.icon-to-text {
    margin-right: 16px;
  }
  /* .navbar .nav-menu {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
      0px 6px 16px 0px rgba(0, 0, 0, 0.15);
    transform: translateX(-105%);
    transform-origin: 0 0;
    transition: all 0.4s ease;
    height: calc(100vh);
    overflow-y: auto;
    padding-top: 16px 0;
    width: 304px;
    max-width: inherit;
  }
  .navbar .nav-menu.opened {
    transform: translate(0);
  }
  svg.nav-arrow {
    margin-top: 0;
  }
  .nav-menu > .nav-menu-item:hover {
    background: #fff;
  }
  .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: 85% !important;
  }
  .nav-arrow {
    margin-left: 10px;
  }
  .nav-menu > .nav-menu-item.icon-to-text {
    display: none !important;
  }
  .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;
  }
  .nav-menu > .nav-menu-item.drop-down:hover > .nav-arrow {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  .navbar .nav-menu > .nav-menu-item.drop-down .nav-arrow.active-menu {
    -webkit-transform: rotateX(180deg);
    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 {
    position: relative;
    visibility: visible;
    top: 0;
    right: auto;
    left: 0;
    opacity: 1;
    width: 100%;
    transform: none;
    display: none;
    background: #ffffff;
    border-top: none;
    max-height: fit-content;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.3);
    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;
  }
  .nav-menu
    > .nav-menu-item.drop-down
    .drop-down-menu
    > .drop-down-list
    > .nav-menu-item
    > a {
    width: 100%;
    max-width: 100%;
  }
  .nav-menu > .nav-menu-item.drop-down .drop-down-menu .drop-down-list,
  .nav-menu > .nav-menu-item.drop-down,
  .nav-menu > li.nav-menu-item {
    max-height: 2000px !important;
    height: fit-content !important;
    width: 100%;
  }
  .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list {
    width: 100%;
    max-width: 290px;
    display: block;
    max-height: 3000px !important;
    left: 0 !important;
  }
  .nav-menu > .nav-menu-item.drop-down .drop-down-menu {
    width: 100% !important;
    max-width: 304px;
  }
  .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: 11px 12px 13px;
    height: 100%;
    background: #E3E3E3;
  }
  .additional-list-item.menu-toggler span {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.004em;
    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;
  }
  .nav-menu
  > .nav-menu-item.drop-down
  .drop-down-menu
  > .drop-down-list
  > .nav-menu-item.drop-down
  > a:hover {
  border-radius: 3px;
  background: #1C5F30;
} */
}

@media screen and (max-width: 850px) {
  .main-header .container-wrapper {
    grid-template-columns: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .header {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-content-working-hours .dates {
    left: auto;
    right: 0;
  }
  .logo {
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .header .logo-img {
    flex-direction: column-reverse;
  }
  .logo-img img {
    width: 40px;
    height: 40px;
    margin-bottom: 4px;
  }

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

@media screen and (max-width: 363px) {
  .header-menu li {
    margin-right: 12px;
  }
}

.main-slider {
  position: relative;

}
.header-slider-wrapper {
  position: relative;
  left: 0;
  width: 100%;
  z-index: -1;
  top: -213px;
  height: 720px;
  margin-bottom: -213px;
  overflow: hidden;
}

.header-slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2 !important;
}
.header-slider .slick-track,
.header-slider .slick-list {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.slick-slider,
.slick-slide {
  min-width: 0;
}

.header-slider__item {
  width: 100%;
  height: 100%;
  z-index: 2 !important;
}
.header-slider__image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2 !important;
}

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

/*style section main start*/
.main {
  background: #B2CCE6;
}
.main-block {

}
.main-news {
  background: #ffffff;
}

/*Отступы между секциями на главной*/
.main-padding {
  padding-top: 32px;
  color: #ffffff;
  width: 100px;
  max-width: 100%;
}

/*Актуальные блоки на галвной*/
.actual-info {
  background: #ebfbff;
}
.actual-info .container-wrapper {
  display: flex;
  justify-content: center;
  gap: 32px;
}

span.arrow-more {
  font-size: 18px;
  color: #015a8d;
  font-weight: 400;
}

h3.newsactual-title a:hover > span.arrow-more {
  text-decoration: none;
}

.newsactual-date {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #525252;
  padding-left: 24px;
}

.newsactual-item {
  width: 100%;
}

.newsmain-all {
  position: absolute;
  left: 0px;
  bottom: 24px;
  z-index: 100;
  transition: all 0.3s ease;
  border-radius: 2px;
}

/*Заголовки на главной*/
.main-title {
  text-align: center;
}
.main-title h4 {
  color: #1E3D5C;
}
h2.section-title {
  text-align: center;
}

/*Баннеры под слайдером*/
section.nav {
  background: #7cafda;
}

.menu-banners {
  width: 100%;
}

.menu-banners .container-wrapper {
  width: 100%;
  padding: 0;
  padding-top: 8px;
}

.bvi-body .main-header div.menu-banners,
.bvi-body .main-header div.menu-banners .container-wrapper,
.bvi-body
  .main-header
  div.menu-banners
  .container-wrapper
  .menu-banners-wrapper {
  background-color: rgba(255, 255, 255, 0) !important;
}

.bvi-body .working-title {
  width: 170px;
}

.menu-banners-wrapper {
  display: grid;
  padding: 32px 0px;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 104px;
  gap: 16px;
}

.menu-banners-item {
  padding: 12px 16px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #B2CCE6;
  background: #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.30), 2px 2px 16px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.menu-banners-item:hover {
  background: rgba(226, 241, 243, 0.95);
  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.4s ease;
}

.menu-banners-image {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

.menu-banners-image-single {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu-banners-link {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.035px;
  min-height: 36px;
  display: flex;
  align-items: center;
}

.menu-banners-link a {
  color: #1b1b1b;
}

.menu-banners-link a:hover {
  text-decoration: none;
  color: #1b1b1b;
}

.nav ul {
  padding-left: 0;
}

/*меню баннеров*/
.menu-banner {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0;
}

.menu-banner img {
  width: 24px;
  object-fit: contain;
  transition: all 0.5s ease;
}

.menu-banner > li {
  height: 100%;
  position: relative;
}

.menu-banner > li > a {
  display: flex;
  flex-direction: column;
  padding: 8px 16px;
  justify-content: space-around;
  align-items: center;
  min-height: 88px;
  text-decoration: none;
}

.menu-banner > li span {
  letter-spacing: 0.005em;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

section.nav {
  display: block;
}

.menu-banner ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 88px;
  left: 0;
  transition: opacity 0.2s ease, visibility 0.15s ease;
  background: rgba(209, 209, 209, 0.048);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1),
    inset 58.6px -58.6px 58.6px rgba(165, 165, 165, 0.048),
    inset -58.6px 58.6px 58.6px rgba(255, 255, 255, 0.048);
  backdrop-filter: blur(25.198px);
  border-radius: 3px;
  width: 428px;
  z-index: 999999999999;
  padding-top: 8px;
  padding-bottom: 8px;
}

.menu-banner ul li a {
  color: #1b1b1b;
  padding: 10px 16px;
  display: inline-block;
  transition: all 0.3s ease;
  width: 100%;
}

.menu-banner ul li a:hover {
  text-decoration: none;
  background: #e9e9e9;
}

.menu-banner > li:hover ul {
  visibility: visible;
  opacity: 1;
}

.menu-banner > li:hover img {
  transform: scale(1.2);
}
.main-banner-inner--mobile {
  display: none;
}

@media screen and (max-width: 1140px) {
  .menu-banner > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .menu-banner > li span {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 992px) {
  .menu-point.active {
    transform: rotate(90deg);
  }
  .menu-point {
    transition: all 0.4s ease;
  }
  .menu-point:hover {
    cursor: pointer;
  }
  .menu-banners-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 16px;
  }
  .menu-banners .container-wrapper {
    padding: 0;
  }
  .menu-banners-item {
    min-height: 104px;
    width: 156px;
  }
}

@media screen and (max-width: 992px) {
  .menu-banners .container-wrapper {
    padding: 0;
  }
}

/*Баннер Приветствуем вас*/
.preds-words {
  position: relative;
  margin: 16px 16px 16px 0;
}

.preds-words .preds-block {
  display: flex;
}

.preds-hello {
  display: inline-block;
  align-items: center;
  letter-spacing: 0.08px;
  color: #1b1b1b;
  margin-bottom: 0;
}

.preds-title {
  display: block;
  margin: 0;
}

.preds-img {
  width: 104px;
  height: 152px;
  float: left;
}

.preds-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #84ADD7;
  object-fit: cover;
}

.preds-content {
  padding-left: 16px;
  display: block;
  width: calc(100% - 104px);
  padding-top: 0;
}

.preds-content h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.024px;
  color: #0A151F;
  margin-bottom: 13px;
  margin-top: 7px;
}

.preds-content h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px; 
  letter-spacing: 0.048px;
  color: #1E3D5C;
}

@media (max-width: 1199px) {
  .preds-words {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .preds-words {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 576px) {
  .preds-words {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 430px) {
  .preds-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .preds-words .preds-block {
    align-items: flex-start;
  }
  .preds-hello {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
  }
}

.hiddenbl {
  opacity: 0;
}

.visiblebl {
  opacity: 1;
}

/*style menu-sidebar-right start*/
.menu-sidebar {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.menu-sidebar img {
  display: none;
}

.menu-sidebar li {
  list-style-type: none;
  font-size: 14px;
  line-height: 18px; 
  min-height: 40px;
  padding: 8px;
  display: flex;
  align-items: center;
}
.menu-sidebar li.default {
  display: none;
}
.menu-sidebar > li.active,
.menu-sidebar li:hover {
  border-radius: 2px;
  background: #B2CCE6;
}

.menu-sidebar li a {
  color: #1b1b1b;
  position: relative;
  display: block;
  transition: all 0.4s ease;
  width: 100%;
}


.menu-sidebar li > .nav-child > li a {
  padding: 8px;
}

ul.nav-child {
  padding-left: 0;
  margin-bottom: 0;
}

ul.nav-child > li a {
  padding-left: 20px;
}

/*активный пункт меню sidebar*/
.menu-sidebar > li.active > a {
  border-radius: 2px;
  background: #B2CCE6;
}

.menu-sidebar ul.nav-child > li.active > a {
  background: #B2CCE6;
}

.menu-sidebar > li.active > ul > li > a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  text-align: left;
}
.menu-sidebar > li.active > ul > li > ul > li > a {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.0025em;
}
.menu-sidebar > li.active > ul > li.active {
  border-radius: 2px;
  background: #B2CCE6;
}
.menu-sidebar li {
  position: relative;
}
.menu-sidebar li.active.deeper {
  border-radius: 2px;
  background: #B2CCE6;
  display: flex;
  flex-direction: column;
}
.menu-sidebar li.active.deeper > a {
  border-radius: 2px;
  background: #B2CCE6;
  padding-bottom: 8px;
}
.nav-child li {
  padding: 0;
}
.menu-sidebar > li.active > ul > li:hover a {
  text-decoration: none;
}

.menu-sidebar > li > ul > li > a:hover {
  border-radius: 2px;
  background: #B2CCE6;
}

@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-top: 0;
  }
}

/*карусель новостей на главной*/
.newsmain-wrapper {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 20px;
  height: 100%;
  position: relative;
}

.newsmain-wrapper .newsmain-all:hover {
  background: transparent;
}

.newsmain-wrapper .newsmain-all .secondary-button {
  text-align: center;
  width: fit-content;
}

.newsmain-slider {
  width: 100%;
}
.newsmain-item:first-child {
  margin-top: 0;
}
.newsmain-item {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
  transition: all 0.4s ease;
  position: relative;
  margin: 16px 0;
  border-top: 1px solid #B2CCE6;
  border-radius: 4px;
}

.newsmain-item:hover {
  cursor: pointer;
}

.newsmain-item:after {
  display: block;
  clear: both;
  content: '';
}

.newsmain-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}

.newsmain-img {
  width: 152px;
  height: 152px;
  margin-right: 16px;
}

.newsmain-txt {
  padding-right: 32px;
  width: calc(100% - 152px - 16px);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  min-height: 144px;
  padding-top: 8px;
}

.newsmain-title a {
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px; 
  letter-spacing: 0.03px;
  color: #454545;
}

.newsmain-title a:hover {
  text-decoration: none;
  color: #454545;
}

.newsmain-prev {
  padding-bottom: 16px;
}

.newsmain-more {
  display: block;
  text-align: right;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: all 0.3s ease;
}

.newsmain-more:hover {
  border-radius: 4px;
}
.newsmain-more:hover svg path,
.newsmain-all:hover svg path {
  stroke: #A4A4A4;
}
button.newsmain-more a:hover,
.newsmain-all a:hover {
  text-decoration: none;
}

.newsmain-all a:active {
  text-decoration: none;
}

.newsmain-date {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
  color: #454545;
  margin-top: 3px;
  margin-bottom: 15px;
}

.newsmain-slider {
  width: 100%;
  padding-bottom: 90px;
  position: relative;
  min-width: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1 !important;
  display: flex;
  flex-direction: column;
}

/*стрелки навигации*/
.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;
}

/*ограничивающая оболочка*/
.slick-list {
  overflow: hidden;
}

.skick-slide {
  min-width: 0;
}

/*лента слайдов*/
.slick-track {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1199px) {
  .padding {
    display: none;
  }
  .newsmain-wrapper {
    padding-bottom: 62px;
  }
}

@media screen and (max-width: 576px) {
  .newsmain-wrapper .newsmain-all .secondary-button {
    margin-left: 0;
  }
  .newsmain-img {
    width: 80px;
    margin-right: 0;
    height: 80px;
  }
  .newsmain-item .newsmain-img img {
    height: 100%;
    width: 100%;
  }
  .newsmain-txt {
    width: calc(100% - 59px - 16px);
    padding-top: 10px;
    padding-left: 16px;
  }
  .newsmain-all {
    bottom: 24px;
  }
}
@media screen and (max-width: 372px) {
  .newsmain-wrapper .newsmain-all .secondary-button.icon {
    margin-top: 8px;
  }
  .newsmain-wrapper {
    padding-bottom: 84px;
  }
}

/*Первый слайдер Баннеров*/
.banner-main {
  width: 100%;
  position: relative;
}

.banner-main .slick-track {
  height: 100% !important;
}

.banner-main img {
  width: 100%;
  max-width: 100%;
  height: 136px;
  object-fit: cover;
}

.banner-main-wrapper {
  width: 90%;
  margin: auto;
  transition: all 0.4s ease-in-out;
  z-index: 1 !important;
}

.banner-main-carousel {
  position: relative;
  min-width: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1 !important;
}

.banner-main-arrow {
  top: calc(50% - 12px);
}

.banner-main-arrow.left {
  left: 0;
}

.banner-main-arrow.right {
  right: 0;
}

.banner-main-carousel h3 {
  position: absolute;
}

.banner-main-carousel .slick-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-main-carousel h3 a {
  font-size: 35px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3a ease;
}

.banner-main-carousel h3 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.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,
.left-banners
  .left-banners-wrapper
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet,
.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;
}

.left-banners
  .left-banners-wrapper
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 10px) 0 !important;
}

.slick-active > button,
.left-banners
  .left-banners-item
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00C0F5 !important;
  z-index: 30;
}

/*Актуальные баннеры, Вторая карусель баннеров*/
.actual-project {
  background: #fff;
}

.second-banners {
  width: 100%;
  padding: 32px 0 0;
  position: relative;
  margin: auto;
}

.second-banners-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.second-banners-item {
  display: flex;
  flex-direction: column;
  align-items: center;

  border-radius: 3px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3),
    2px 2px 16px 0px rgba(0, 0, 0, 0.15);
  width: 256px;
  height: 256px;
  margin-bottom: 32px;
  padding: 20px 16px;
}

.second-banners-item:hover {
  cursor: pointer;
  border: 2px solid #2a8d48;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3),
    0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.second-banners-image img {
  max-width: 100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.second-banners-image {
  position: relative;
  width: 98px;
  height: 98px;
}

.second-banners-link a {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.03px;
  color: #1c2f73;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 8px;
  min-height: 40px;
}

.second-banners-link a:hover {
  text-decoration: none;
  color: #1c2f73;
}

@media (max-width: 1150px) {
  .second-banners-wrapper {
    justify-content: center;
        gap: 0 32px;
  }
}

@media (max-width: 767px) {
  .second-banners-wrapper {
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .second-banners .second-banners-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 350px) {
  .second-banners-wrapper {
    justify-content: center;
    margin-left: 4px;
    margin-right: 4px;
  }
}

/*Меню баннеров левая колонка*/
.left-banners-container {
  background: linear-gradient(270deg, #E0EBF5 0%, rgba(224, 235, 245, 0.00) 100%);
  border-right: 2px solid #B2CCE6;
  width: 326px;
  height: 100%;
  position: relative;
  z-index: 10;
  min-height: 300px;
}

.left-banners {
  z-index: 10;
  width: 100%;
  position: relative;
  height: 100%;
}

.left-banners .swiper {
  height: 100%;
}

.main-news {
  overflow: hidden;
}

.left-banners-wrapper.swiper-wrapper {
  display: flex;
  flex-direction: column;
  padding: 4px 0;
  height: 100%;
  width: 100%;
}

/*для внутренних*/
.left-inner-sidebar .left-banners-wrapper.swiper-wrapper {
  position: relative;
  top: 0;
}

.left-banners-image {
  display: flex;
  align-items: center;
}

.left-banners-image img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: all 0.5s ease;
}

.left-banners-item {
  padding: 6px 16px;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.left-banners-item.swiper-slide {
  min-height: 50px !important;
  height: auto !important;
}

.left-banners-link {
  margin-left: 16px;
}
.left-banners-item a {
  transition: all 0.4s ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 18px; 
  letter-spacing: 0.035px;
  color: #1b1b1b;
}

.left-banners-item a:hover {
  text-decoration: none;
  color: #1b1b1b;
}

@media (max-width: 992px) {
  .left-banners-container {
    width: 100%;
  }
  .left-banners-wrapper.swiper-wrapper {
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .left-banners-wrapper.swiper-wrapper {
    width: fit-content;
    margin: 0 !important;
  }
  .left-inner-sidebar {
    display: none;
  }
  .left-banners-container::after {
    right: -16px;
  }
  .left-banners-item {
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0;
    width: 300px !important;
  }
}

/*Баннеры в два ряда центральные*/
section.middle {
  background: #fff;
}

.middle-banners-container {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.middle-banners.swiper {
  width: 100%;
  overflow: visible;
}
.middle-banners .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.middle-banners-image {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  transition: all 0.8s ease;
  border-radius: 0 3px 3px 0;
}

.middle-banners-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  z-index: 10;
  border-radius: 2px;
}

.middle-banners-link {
  z-index: 150;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03px;
  color: #1c2f73;
  width: 100%;
  max-width: 408px;
  border-radius: 3px;
  padding: 8px 16px;
  transition: all 0.5s ease;
  position: absolute;
  top: 16px;
  left: 16px;
  background: #ebfbff;
}

.middle-banners .swiper-slide {
  transition: all 0.5s ease;
  border-radius: 2px;
  position: relative;
  border-radius: 3px;
  width: 100% !important;
  height: 140px !important;
  background-color: #2843a4;
}

.middle-banners .middle-banners-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #2843a4 0%, rgba(40, 67, 164, 0) 71.15%);
  z-index: 100;
}
.middle-banners-item:hover {
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3),
    0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.middle-banners-item:hover .middle-banners-link {
  background: #1c5f30;
}
.middle-banners-item:hover .middle-banners-link a {
  color: #fff;
}

.middle-banners-link a {
  color: #1c2f73;
}

.middle-banners-link a:hover {
  text-decoration: none;
}

.middle-banners-item {
  position: relative;
}
.middle-banners .swiper-pagination {
  display: none;
}

@media (max-width: 1100px) {
  .middle-banners-link {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .middle-banners-link {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .middle-banners .swiper-wrapper {
    display: flex;
  }
  .middle-banners .swiper-pagination {
    display: block;
    bottom: 0 !important;
  }
  .middle-banners.swiper {
    overflow: hidden;
    height: 180px;
  }
  .middle-banners .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
  }
  .middle-banners .swiper-pagination-bullet-active {
    background: #00c0f5 !important;
    transform: scale(1);
  }
  .middle-banners .swiper-slide {
    margin-right: 0 !important;
  }
}

/*Баннеры Жителям района*/
section.attencion {
  background: #B2CCE6;
}

.attencion-banners-container {
  width: 100%;
  max-width: 688px;
  height: 100%;
  padding-top: 14px;
  padding-bottom: 72px;
  position: relative;
  z-index: 10;
  padding-right: 16px;
  /* background: #fff; */
}

.attencion-banners-container::before {
  content: '';
  background: linear-gradient(270deg, #E0EBF5 0%, rgba(224, 235, 245, 0.00) 100%);
  width: 72px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.swiper-button-prev.at-ban {
  right: 20px;
  left: auto;
  top: 42px;
  bottom: auto;
}

.swiper-button-next.at-ban {
  right: 20px;
  left: auto;
  bottom: 20px;
  top: auto;
}

.swiper-button-next, .swiper-button-prev {
  transition: opacity 0.3s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 0.7;
}

.swiper-button-prev.at-ban:after {
  content: url(/templates/administraciya_1.0/images/icons/chevron_up.svg);
  width: 40px;
  height: 40px;
  padding: 8px 12px 16px;
  display: block;
  background: #84ADD7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next.at-ban:after {
  content: url(/templates/administraciya_1.0/images/icons/chevron_down.svg);
  width: 40px;
  height: 40px;
  padding: 8px 12px 16px;
  display: block;
  background: #84ADD7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attencion-banners.swiper.attencionSwiper {
  height: 576px;
  width: 100%;
  margin-top: 16px;
}

.attencion-banners-item.swiper-slide {
  background: #ffffff;
  border: 1px solid #B2CCE6;
  border-radius: 4px;
  width: calc(100% - 72px);
  min-height: 132px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 1;
  margin-left: 16px;
  padding-right: 32px;
}

.attencion-banners-item.swiper-slide:hover {
  cursor: pointer;
}

.attencion-banners-image {
  width: 160px;
  height: 100px;
  margin: 16px 0 16px 16px;
  background: #ffffff;
}
.attencion-banners-image img {
  height: 100%;
  width: 160px;
  object-fit: cover;
}

.attencion-banners-link {
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.03px;
  padding: 16px;
}

.attencion-banners-link a {
  color: #0c1431;
  transition: all 0.4s ease;
}

.attencion-banners-link a:hover {
  text-decoration: none;
  color: #0c1431;
}

/**********************************/
/*Баннеры Внимание для внутренних*/
.attencion-banners-container.inner {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 2px solid #efce6c;
  border-bottom: 2px solid #efce6c;
  height: fit-content;
}

.attencion-banners-container.inner::after {
  display: none;
}

.inner .attencion-banners-item {
  background: #e3e3e3;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 88px;
  height: fit-content;
  margin-bottom: 16px;
  align-content: stretch;
}

.inner .attencion-banners-item:last-child {
  margin-bottom: 0;
}

.inner .attencion-banners-image {
  width: 128px;
  height: 100%;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}

.inner .attencion-banners-image img {
  width: 128px;
  height: 100%;
  min-height: 88px;
  object-fit: cover;
}

.inner .attencion-banners-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #061b37;
  letter-spacing: 0.001em;
  word-break: normal;
  display: flex;
  padding-right: 8px;
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}

.inner .attencion-banners-image-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
}

.inner .attencion-banners-link a {
  color: #061b37;
  transition: all 0.4s ease;
}

/*правые баннеры*/
.right-banners {
  padding: 32px 0px 32px 16px;
  width: 100%;
}
.right-banners-wrapper {
  display: grid;
  grid-template-columns: minmax(200px, 328px) minmax(200px, 328px);
  gap: 32px;
  width: 100%;
  max-width: 688px;
}
.right-banners-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E0EBF5;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.30), 2px 2px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  transition: all 0.5s ease;
  height: 140px;
}
.right-banners-image {
  height: 100%;
  padding: 16px;
  background: linear-gradient(270deg, #FFF 12.26%, rgba(255, 255, 255, 0.00) 100%);
  display: flex;
  align-items: center;
}
.right-banners-image img {
  width: 108px;
  height: 100%;
}
.right-banners-link {
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.03px;
  color: #1E3D5C;
  cursor: pointer;
  padding-left: 24px;
  max-width: 184px;

  max-height: 108px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0;
}
.right-banners-link a {
  color: #1E3D5C;
  text-decoration: none;
  transition: all 0.4s ease;
}
.right-banners-item:hover .right-banners-link a {
  color: #1E3D5C;
  text-decoration: none;
}
@media (max-width:1340px) {
  .right-banners-wrapper {
    gap: 32px 16px;
  }
}
@media (max-width:1300px) {
  .right-banners {
    padding: 32px 0px 32px 0px;
  }
}
@media (max-width:1200px) {
  .right-banners-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, 328px);
    max-width: 100%;
    margin: auto;
    gap: 16px;
    justify-content: center;
  }
}

/*Правые баннеры на внутренних*/
.content-part .right-banners {
  padding-left: 0;
  width: 100%;
}
.content-part .right-banners-link {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.0015em;
  color: #0c3870;
}
.content-part .right-banners-item {
  padding-right: 8px;
  min-height: auto;
  height: auto;
}
.content-part .right-banners-image {
  margin-right: 14px;
}

@media (max-width: 1400px) {
  .attencion-banners-link {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
}
@media (max-width: 1300px) {
  .attencion-banners-container {
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .attencion-banners-container {
      max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .right-banners-link {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }
  .right-banners-item {
    min-height: 144px;
  }
  .attencion-banners-image {
    width: 200px;
  }
  .attencion-banners-image img {
    width: 200px;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 992px) {
  .attencion-banners-image {
    margin-right: 16px;
  }
  .attencion-banners-image {
    width: 160px;
  }
  .attencion-banners-image img {
    width: 160px;
  }
}

@media (max-width: 767px) {
  .attencion-banners.swiper.attencionSwiper {
    margin-top: 22px;
  }
  .attencion-banners-container::after {
    right: -16px;
  }
  .right-banners {
    padding: 16px 0 24px;
  }
  .right-banners-item {
    margin-bottom: 16px;
  }
}

@media (max-width: 615px) {
  .attencion-banners-container {
    padding-bottom: 16px;
  }
  .right-banners {
    padding: 16px;
    padding-left: 0;
  }
  .attencion .container-wrapper {
    padding-right: 0;
  }
  .swiper-button-prev.at-ban,
  .swiper-button-next.at-ban {
    right: 22px;
  }
  .swiper-button-prev.at-ban {
    top: 99px;
  }
  .attencion-banners-container::before  {
    top: 64px;
    height: calc(100% - 72px);
  }
  .attencion-banners-item.swiper-slide {
    height: auto;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    min-height: 240px;
    width: calc(100% - 56px);
    margin-left: 0;
    padding-right: 0;
  }
  .attencion-banners-image {
    margin: 12px auto;
    height: 128px;
    width: 240px;
  }
  .attencion-banners-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
  }
  .attencion-banners-link {
    padding: 0 16px 4px;
    height: calc(100% - 140px);
    display: flex;
    align-items: center;
  }
  .attencion-banners.swiper.attencionSwiper {
    height: 496px;
  }
}

@media (max-width: 475px) {
  .attencion .container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .attencion-banners-image {
    height: 120px;
  }
  .attencion-banners-item.swiper-slide {
    margin-left: 16px;
    width: calc(100% - 74px);
    flex-shrink: 0;
  }
  .attencion-banners-link {
    padding: 0 16px 8px;
    height: calc(100% - 120px);
    display: flex;
    align-items: center;
  }
  .right-banners-item {
    min-height: 112px;
  }
  .right-banners-link {
    padding: 0 16px;
    padding-right: 0;
  }
  .right-banners-link a {
    padding: 16px 0;
  }
  .right-banners {
    padding: 16px;
}
  .right-banners-image,
  .content-part .right-banners-image {
    padding: 16px;
    height: 145px;
  }
  .right-banners-image img {
    width: 80px;
  }
}
.inner-class ~ .main-news {
  display: none;
}
/* --- Кнопка наверх --- */
.inner-class ~ .scrollUp {
  background: #B2CCE6
}
.inner-class ~ .scrollUp:hover  {
  background: #E3E3E3;
}
.scrollUp {
  position: fixed;
  bottom: 8px;
  right: 8px;
  display: none;
  padding: 12px;
  background: #E3E3E3;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.30), 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  z-index: 100;
  transition: background 0.4s ease;
}

.scrollUp:hover {
  background: #B2CCE6;
  cursor: pointer;
}

.scrollUp-show {
  display: block;
}

.scrollUp svg {
  transition: fill 0.4s ease;
}

@media (max-width: 576px) {
  .scrollUp {
    padding: 10px;
  }
}

/*Карусель службы и структурные подразделения*/
.strukture {
  width: 100%;
  background: #ffffff;
}

.services {
  padding: 16px 0;
}

.services-title {
  color: #454545;
  text-align: center;
  margin-bottom: 12px;
}

.services-list,
.services-list-links {
  padding: 0;
  margin: 0;
}

.services-list li.slick-slide {
  list-style-type: none;
  position: relative;
  background: #ffffff;
  mix-blend-mode: normal;
  border: 2px solid #9eb2fa;
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  margin: 0 16px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-list li.slick-slide:hover {
  box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15), 0px 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.services-list li a,
.services-list-links li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.0025em;
  color: #1b1b1b;
  display: inline-block;
}

.services-list li a:hover {
  text-decoration: none;
}

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

/*style footer start*/
/*section footer*/
.footer .bannergroup_social {
  display: flex;
  justify-content: flex-end;
  margin: 0px 32px 0px 24px;
}

.footer p {
  margin: 12px 0;
}

.footer p a {
  color: #ffffff;
}

.footer p a:hover {
  color: #ffffff;
}

p.copy {
  margin-top: 0;
  margin-bottom: 36px;
  color: #ffffff;
}
.appeal {
  border-radius: 4px;
  border: 1px solid #F7F7F7;
  background: #FFF;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.30), 2px 2px 16px 0px rgba(0, 0, 0, 0.15);
  padding: 8px 16px 8px 12px;
  width: fit-content;
  margin-top: 24px;
  white-space: nowrap;
}
.appeal img {
  width: 18px;
  margin-right: 8px;
}
.appeal a {
  color: #2D5786;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px; 
  letter-spacing: 0.175px;
  text-transform: uppercase;
}
.appeal a:hover {
  color: #2D5786;
}
.sub-title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px; 
  letter-spacing: 0.014px;
  color: #454545;
  margin-bottom: 10px;
}
.rezhim {
  display: flex;
  gap: 16px;
  align-items: center;
}
.rezhim ul,
.rezhim ul li {
  margin: 0 !important;
}
.footer {
  width: 100%;
  background: #2D5786;
}
.footer-block {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  position: relative;
}
.newscontainer-itemFullText .map-region{
  padding: 16px 0;
}
.newscontainer-itemFullText .map-region iframe {
  height: 200px;
}
.map-region {
  width: 100%;
  height: 100%;
  padding: 32px 0;
}

.map-region iframe {
  height: 100% !important;
  border-radius: 4px;
}

ymaps {
  max-height: 330px !important;
}

.map-social {
  padding: 4px 0;
  padding-right: 32px;
  position: absolute;
  right: 0;
  bottom: 32px;
}
.map-social .thirdy-button {
  color: #B2CCE6;
}
.map-social .thirdy-button:hover {
  color: #2D5786;
}
.map-social .thirdy-button:hover svg path {
  fill: #2D5786;
}
.mail .note {
  margin-left: 8px;
  color: #E3E3E3;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.035px;
}
@media (max-width: 992px) {
  .map-region {
    padding: 0;
    padding-bottom: 16px;
    height: 280px;
  }
  .contacts-footer {
    position: relative;
    padding-left: 16px;
  }

}

@media (max-width: 767.9px) {
  .footer .container-wrapper {
    padding-left: 0;
    padding-right: 0;
padding-bottom: 130px;
  }
  .footer {
    padding-left: 2px;
    padding-right: 2px;
  }
  .map-region {
    padding: 16px;
  }
}
@media (max-width: 520px) {
  .footer-block {
    padding: 16px;
  }
  .appeal {
    margin: 0 auto;
    margin-top: 24px;
  }
  .map-social {
    right: calc(50% - 70px);
    padding: 0;
    bottom: 8px;
  }
  .contacts-footer {
    padding-bottom: 48px;
    padding-left: 0;
  }
  p.copy {
    width: 70%;
    margin-bottom: 24px;
  }
  .footer .bannergroup_social {
    position: absolute;
    right: 16px;
    margin: 0;
  }
}

/*Уменьшаем заголовки на брекпоинтах*/
@media (max-width: 992px) {
  h2.section-title,
  .services-title,
  .internet-title h2,
  .content-part div.itemListCategory2 h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  h2.section-title,
  .services-title,
  .invest-predl .internet-title h2,
  .content-part div.itemListCategory2 h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 576px) {
  h2.section-title,
  .services-title,
  .invest-predl .internet-title h2,
  .content-part div.itemListCategory2 h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

/*style Дорожная карта инвестора start*/
.internet-title h4 {
  text-align: center;
  color: #1E3D5C;
}

.roadmap {
  border-top: 2px solid var(--main--2, #B2CCE6);
  background: url('/templates/administraciya_1.0/images/fon.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.invest-predl {
  margin-top: 16px;
  padding-bottom: 24px;
}

#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 #C3C3C3;
  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: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.0025em;
  color: #1B1B1B;
  position: relative;
}

#invest select {
  appearance: none;
  background: url('/templates/administraciya_1.0/images/icons/expand-arrow.svg') 98%
    center no-repeat;
}

#invest .invest-select:hover {
  border-color: transparent;
}
.invest-select:active {
  border-color: transparent;
}

#invest .invest-button {
  height: 38px;
  padding: 0 16px 0 12px;
  background: #2D5786;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.30), 2px 2px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  outline: none;
  transition: all 0.4s ease-in-out;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  margin-top: -7px;
  font-weight: 600;
  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: #A4A4A4;
}

#invest .invest-button:active {
  background: #A4A4A4;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.30), 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
}

#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;
  padding: 16px 32px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  border: 1px solid #B2CCE6;
  border-radius: 4px;
}

.invest-predl .invest-table {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.invest-table .invest-table_row {
  border: none;
  position: relative;
  padding-right: 16px !important;
}

.invest-table_row a {
  color: #3E368F;
}

.invest-table_row a:hover {
  color: #3E368F;
  text-decoration: underline;
}

.invest-table_row::before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url('/templates/administraciya_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) {
  #invest .invest-control {
    width: 98%;
  }
  #invest .invest-controls {
    justify-content: center;
  }
  #invest .invest-table {
    margin-top: 216px;
    max-height: 390px;
    overflow-y: auto;
  }
}

@media (max-width: 576px) {
  #invest .invest-control {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #invest .invest-button {
    padding: 0 60px;
  }
}

/*Новости */

.novosti-home {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.news-block__content {
  display: flex;
  height: 100%;
}
.hidden-title h3 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 44px; 
  letter-spacing: 0.085px;
  color: #1E3D5C;
  padding: 24px 0 16px;
}

.novosti-region {
  width: 65% !important;
  display: block;
  transition: all 0.4s ease;
  z-index: 10;
  background: transparent;
}

.content-part > .row {
  position: relative;
}
@media (max-width: 1200px) {
  .news-block {
    height: auto !important;
  }
  .newsmain-slider {
    padding-bottom: 0;
  }
}

@media (max-width: 600px) {
  .title-wrapper {
    display: block;
    min-width: 100%;
    height: 48px;
    position: relative;
  }
  .title-wrapper::-webkit-scrollbar {
    display: none;
  }

  .hidden-title-container {
    min-width: 580px;
    width: 580px;
    height: 40px;
    position: absolute;
    top: 6px;
    left: 0;
    margin-top: 0;
  }
  .novosti-oblast,
  .novosti-republik {
    top: 64px;
  }
  .hidden-title-container .hidden-title {
    padding: 11px 0;
  }
  .hidden-title-container .hidden-title {
    width: 28%;
  }
  .hidden-title-container .hidden-title {
    width: fit-content;
    flex-grow: 1;
  }
}

@media (max-width: 500px) {
  .hidden-title-container .hidden-title h3 {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  div.newsmain-slider .newsmain-all {
    right: -10px;
  }
  .newsmain-wrapper .newsmain-slider .slick-arrow.slick-next {
    left: 0px;
  }
  .newsmain-wrapper .newsmain-slider .slick-arrow.slick-prev {
    left: 35px;
  }
  div.newsmain-wrapper .newsmain-all .primary-button {
    right: -10px;
  }
}
.static {
  padding: 16px;
  padding-bottom: 0;
}
.static #k2Container.itemView {
  padding-bottom: 50px;
  position: relative;
}
#k2Container.itemView--custom {
  padding: 0 !important;
}
/*Баннер Актуально на главной*/
.news-grid {
  padding-left: 32px;
  position: relative;
  height: 100%;
  width: 35%;
}
.news-grid h2.section-title {
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  margin-top: 21px;
}

.single-news {
  position: relative;
  border: 1px solid #B2CCE6;
  padding: 12px 16px 8px;
  border-radius: 4px;
  margin-bottom: 16px;
  border-radius: 2px;
}

.single-news .newsmain-date {
  text-transform: uppercase;
}

.single-news .news-content {
  color: #1b1b1b;
  z-index: 20;
  background: #ffffff;
  border-radius: 2px;
}

.news-content .content-container {
  padding: 0;
  background: #ffffff;
}

.single-news .news-content h3 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #1b1b1b;
  margin-top: 14px;
}

.news-description p{
  max-height: 103px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  margin-top: 0;
}
.single-news .thirdy-button {
  position: relative;
  right: 8px;
}

.single-news .news-item-more {
  text-align: left;
  margin-top: 16px;
}

.single-news .news-content h3 a:hover {
  text-decoration: none;
}

.single-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.news-grid .newsmain-all {
  right: 0;
  left: auto;
  padding: 0;
}

.news-grid .newsmain-all:hover {
  background: none;
}

.news-grid .newsmain-all a {
  width: 100%;
  text-align: center;
}

.news-grid .newsmain-all a svg {
  top: 9px;
}

@media (max-width: 768px) {
  .hidden-title h3 {
    padding: 16px 0;
  }
  .news-block__content {
    padding-top: 30px;
    flex-direction: column;
  }
  .novosti-region {
    width: 100% !important;
  }
  .news-grid {
    width: 100%;
    padding-left: 0;
    padding-bottom: 70px;
  }
  .news-grid .newsmain-all {
    left: 0;
    right: auto;
  }
}
@media (max-width: 767px) {
  .main-news .container-wrapper {
    padding-left: 0;
    padding-right: 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;
}

/*Баннеры Интернет-ресурсы*/
section.internet-resourses {
  background: #E0EBF5;
  width: 100%;
}

.resourses-banners {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.resourses-banners .section-title {
  margin-bottom: 12px;
}

.resourses-banners-wrapper {
  position: relative;
}

.resourses-banners-carousel.slick-slider {
  width: 90%;
  margin: auto;
}

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

.resourses-banners-arrow.slick-arrow:hover {
  opacity: 0.8;
  cursor: pointer;
}

.resourses-banners-arrow.left {
  left: 0px;
}

.resourses-banners-arrow.right {
  right: 0px;
}

.resourses-banners-item {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  transition: all 0.4s ease;
  margin: 0 16px;
  min-height: 128px;
  border: 1px solid #B2CCE6;
  background: #FFF;
  border-radius: 4px;
  padding: 24px 16px 14px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.resourses-banners-image {
  width: 72px;
  height: 40px;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
}

.resourses-banners-image img {
  width: 64px;
  height: 40px;
  object-fit: contain;
}

.resourses-banners-link {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  width: 100%;
  text-align: center;
  height: 38px;
  display: flex;
  justify-content: center;
}

.resourses-banners-link > a {
  width: 100%;
  display: inline-block;
  color: #1b1b1b;
  text-decoration: none;
}

.resourses-banners-item a:hover,
.resourses-banners-item a:focus,
.resourses-banners-item a:active {
  text-decoration: none;
  color: #1b1b1b;
}

@media screen and (max-width: 992px) {
  .resourses-banners-carousel.slick-slider {
    width: 86%;
  }
}
@media screen and (max-width: 850px) {
  .resourses-banners-arrow.slick-arrow {
    top: calc(50% - 24px);
  }
}

@media screen and (max-width: 767px) {
  .resourses-banners-carousel.slick-slider {
    width: 83%;
  }
}

@media screen and (max-width: 576px) {
  .resourses-banners-carousel.slick-slider {
    width: 75%;
  }
}
@media screen and (max-width: 430px) {
  .resourses-banners-carousel.slick-slider {
    width: 72%;
  }
}

/*Меню для внутренних страниц*/
.left-inner-sidebar {
  height: 100%;
  min-height: 650px;
  width: 100%;
  padding-right: 32px;
}

.content-part {
  overflow: hidden;
  background-color: #fff;
}

.right-inner-sidebar {
  width: 100%;
  height: fit-content;
  margin: 16px 16px 32px 32px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #B2CCE6;
  background: #E0EBF5;
}

@media screen and (max-width: 1199px) {
  .left-inner-sidebar {
    padding-right: 16px;
  }
  .order-3 .right-inner-sidebar {
    padding-top: 0;
    padding-right: 0;
    padding-left: 16px;
  }
}

@media screen and (max-width: 992px) {
  .right-inner-sidebar {
    padding-top: 16px;
    padding-left: 0;
  }
  .left-inner-sidebar {
    padding-right: 0;
    padding-bottom: 16px;
  }
  .order-3 .right-inner-sidebar {
    padding-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .right-inner-sidebar {
    display: none;
  }
}

/*Стилизация спойлеров*/
p.spojler::after {
  content: url(../images/icons/expand-arrow.svg);
  position: absolute;
  right: 12px;
  top: calc(50% - 12px);
  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;
  border-radius: 4px;
  border: 1px solid #568FC8;
}

.tel > span {
  font-size: 30px;
  line-height: 38px;
  color: #1f1f1f;
}

.link:last-child {
  margin-bottom: 0;
}

/*Страница Структура*/
.hide_text {
  display: none;
  padding: 16px;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  border-top: none;
  width: 100%;
}

.hide_text h3 {
  margin-top: 5px;
}

.hide_text > p:first-child {
  margin-top: 0;
}

.link p.spojler {
  margin-bottom: 0;
  margin-top: 0;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  border-radius: 3px;
  transition: all 0.5s ease;
  position: relative;
  padding: 12px 16px;
  text-align: center;
  font-family: 'Fira Sans', sans-serif;
  letter-spacing: 0.024px;
  color: #1b1b1b;
  padding-right: 44px;
}

.visible_text > p:first-child {
  display: inline-block;
  width: 208px;
  height: 280px;
  margin: 0 16px 0 0;
}

.visible_text > p:first-child > img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  border-radius: 3px;
}

.link .visible_text {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 16px;
}
.link .visible_text h3 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px; 
  letter-spacing: 0.03px;
  color: #1b1b1b;
}

.link .visible_text h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; 
  letter-spacing: 0.08px;
  color: #454545;
  margin-top: 4px;
  margin-bottom: 32px;
}

.link .visible-text__block p:last-child {
  margin: 0;
}
@media (max-width: 500px) {
  .visible_text > p:first-child {
    float: none;
  }
}

/*Спойлер на странице Инвестиции*/
.invest .link p.spojler {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 116px;
}

.invest .link p.spojler img {
  margin: 0;
  float: left;
  width: 112px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

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

.container-wrapper.anim-items.animActive {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

/*Фильтр на внутренних*/
.k2filter-toolbox {
  margin-top: -20px !important;
}
.k2filter-toolbox h4,
div.genericItemExtraFields h4  {
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.003em;
}
.genericItemExtraFieldsLabel:first-letter {
  text-transform: uppercase;
}
.genericItemExtraFieldsLabel::after {
  content: ':';
}
.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: #E0EBF5;
  border: 1px solid#E3E3E3;
}

.title-table .name {
  width: 30%;
  padding: 16px;
}

.title-table .description {
  width: 70%;
  padding: 16px;
}

.title-table h3 {
  text-align: center;
  font-family: 'Open sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #1b1b1b;
}

.genericItemList .genericItemView {
  width: 100%;
  display: flex;
  align-items: flex-start;
  /* border: 1px solid #568FC8; */
  border-radius: 3px;
  position: relative;
}

.genericItemList .genericItemHeader {
  width: 30%;
  padding: 10px;
}

.genericItemList .genericItemBody {
  width: 70%;
  border-left: 1px solid #C5DBF9;
  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-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.0015em;
  color: #1b1b1b;
}
.genericItemTitle a:hover {
  color: #1b1b1b;
  cursor: pointer;
}

.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: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #6e6e6e;
}

.K2FilterBlock .selectize-control.single .selectize-input span {
  font-family: 'Open 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: 'Open Sans', sans-serif;
  font-style: normal;
  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;
  }
}

body #sp-cookie-consent {
  z-index: 9999999;
  font-family: 'Open Sans', sans-serif;
}

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: 7px 15px;
    position: absolute;
    right: 20px;
    top: calc(56% - 23px);
    white-space: nowrap;
    width: fit-content;
}
@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) {
  a.sp-cookie-close.sp-cookie-not-allow {
    left: 140px;
    top: auto;
    margin-top: 15px;
 }
}

.bvi-body .lang-oko .header-menu .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;
}

/*Расширенный поиск по сайту*/
#searchForm {
  padding: 24px 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 800px;
  margin: 16px auto 16px;
  background: #f7f7f7;
}

.btn-toolbar {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.btn-toolbar .btn-group.pull-left {
  display: flex;
  align-items: center;
}

.btn-group.pull-left label,
label.ordering {
  margin-right: 4px;
  width: 150px;
  vertical-align: middle;
}

.btn-group.pull-left input,
select.inputbox {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #c3c3c3;
  border-radius: 48px;
  position: relative;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
}

.search legend {
  margin-bottom: 16px;
}

.search label {
  font-size: 14px;
  line-height: 16px;
}

label.radio {
  margin-right: 16px;
}

.radio input[type='radio'] {
  margin-right: 5px;
}

.ordering-box {
  margin-top: 24px;
  display: flex;
  justify-content: start;
  align-items: center;
}

select.inputbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-appearance: none;
  background-color: #ffffff;
  background: url('/templates/mioryrik_1.0/images/icons/expand-arrow.svg') 97%
      center no-repeat,
    #ffffff;
}

fieldset.only {
  margin-top: 24px;
}

label.checkbox {
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  .ordering-box,
  .btn-toolbar .btn-group.pull-left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .btn-group.pull-left label,
  label.ordering {
    margin-bottom: 8px;
  }
}

/*Опрос на главной*/
.moduletableopros {
  padding-top: 8px;
  padding-right: 32px;
}

.fox-container.fox-container-module.opros {
  padding: 16px;
  background: #ebfbff;
  border-radius: 3px;
  margin-top: 16px;
}

.fox-container.fox-container-module .checkbox {
  vertical-align: baseline;
  padding-left: 36px !important;
}

div[id^='fox-container-'].fox-container .fox-form input[type='checkbox'] {
  width: 20px;
  height: 20px;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  margin-left: -36px;
}

.fox-container .fox-form input[type='checkbox'] {
  margin-left: -36px !important;
  margin-top: 0 !important;
}

.fox-item.fox-item-submit .controls {
  text-align: center;
}

/*Кнопка первостепенная Отправить для форм*/
div#fox-container-m424 .fox-item .btn,
#k2Container div#fox-container-m442 .btn,
#k2Container div#fox-container-m443 .btn,
#k2Container div#fox-container-m441 .btn,
div#fox-container-m436 .fox-item .btn {
  margin-left: auto;
  margin-right: auto;
  text-shadow: none;
  background: #1c5f30;
  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;
  transition: all 0.4s ease;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

div#fox-container-m424 .fox-item .btn:hover,
#k2Container div#fox-container-m442 .btn:hover,
#k2Container div#fox-container-m443 .btn:hover,
#k2Container div#fox-container-m441 .btn:hover,
div#fox-container-m436 .fox-item .btn:hover {
}

div#fox-container-m424 .fox-item .btn:active,
#k2Container div#fox-container-m442 .btn:active,
#k2Container div#fox-container-m443 .btn:active,
#k2Container div#fox-container-m441 .btn:active,
div#fox-container-m436 .fox-item .btn:active {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.3),
    4px 4px 16px 0px rgba(0, 0, 0, 0.15);
}

.opros-button {
  text-align: center;
  margin-top: 36px;
  margin-right: 32px;
}

label.checkbox {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
}

.opros-question {
  margin-top: 0;
  margin-bottom: 24px;
}

.moduletableopros div#fox-container-m424 .control-group {
  margin-bottom: 21px;
}

@media (max-width: 1200px) {
  .opros-button {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .second-banners-wrapper {

  }
  .opros-button {
    margin-bottom: 24px;
    margin-right: 0;
  }
  .moduletableopros {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 430px) {
  .moduletableopros {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/***************************/
#fox-container-m443,
#fox-container-m442,
#fox-container-m441 {
  padding-left: 16px;
  padding-right: 16px;
  background: #9fc3e5;
  border-radius: 2px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.fox-row p.red {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  color: #594b00;
}

.fox-container.fox-container-module hr {
  margin: 0;
  border-color: #7cafda;
}

.control-label label {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.004em;
  color: #454545;
  width: 100%;
  margin-left: 12px;
  margin-top: 3px;
}

.controls {
  width: 100% !important;
}

.control-label {
  width: 100% !important;
  max-width: 100% !important;
}

div#fox-container-m443.fox-container input[type='text'],
div#fox-container-m442.fox-container input[type='text'],
div#fox-container-m441.fox-container input[type='text'] {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #c3c3c3;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  color: #6e6e6e;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.controls {
  width: 100%;
}

.fox-item.fox-item-name.control-group,
.fox-item.fox-item-text-field.control-group,
.fox-item.fox-item-calendar.control-group {
  display: flex;
  flex-direction: column-reverse;
}

.container-wrapper.error {
  max-width: 1200px;
  min-height: 540px;
}

/*карта сатйа*/
.osmap-items.itemFullText {
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
  max-width: 1200px;
  margin-bottom: 16px;
}
.osmap-sitemap .itemListCategory2 h2 {
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0.085px;
}
.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/administraciya_1.0/images/icons/mark.svg');
  position: absolute;
  left: 0;
  top: 2px;
}

/*Фильтр на внутренних*/
.K2FilterBlock{
  margin-top: 24px;
  margin-bottom: 24px;
}
#k2Container.genericView{
  margin-bottom: 24px;
}
 .genericItemList{
  display: flex;
  flex-direction: column;
  border: 1px solid #C5DBF9;

}
.title-table .name{
  width: 30%;
  border-right: 1px solid #f7f7f7;
  padding: 16px;
}
.title-table .description{
  width: 70%;
  padding: 16px;
}
.title-table h3{
  text-align: center;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #1B1B1B;
}
.genericItemList .genericItemView{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  /* border-bottom: 1px solid #C5DBF9; */
  margin-bottom: 0;
}
.genericItemList .genericItemHeader{
  width: 30%;
  padding: 10px;
}
.genericItemList .genericItemBody{
  width: 70%;
  /* border-left: 1px solid #C5DBF9; */
  padding: 10px;
}
.genericItemBody ul{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.genericItemBody ul li{
  margin-bottom: 4px;
}
/* .genericItemList h3.genericItemTitle{
  font-family: 'Noto Serif', serif;
font-style: normal;
font-size: 20px;
line-height: 28px;
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;
border-radius: 3px;
display: inline-block!important;


}
.K2FilterBlock .selectize-control.single .selectize-input{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.005em;
  color: #6E6E6E;
}
.K2FilterBlock .selectize-control.single .selectize-input span{
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  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: 'Open Sans', sans-serif;
  font-style: normal;
  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: 6px;
  top: 16px;
  transition: all 0.4s ease;
  width: 24px;
  height: 24px;
}
.K2FilterBlock .selectize-control.single .selectize-input.input-active:after{
 transform: rotateX(180deg);
}
.k2filter-cell.k2filter-cell0{
 /* width: 300px!important;*/
}
.k2filter-cell.k2filter-cell1, .k2filter-cell.k2filter-cell2{
 /* width: calc(50% - 150px)!important;*/
}
.genericItemView:nth-child(2n+1){
  background: #F7F7F7;
}
.selectize-dropdown .option {
  cursor: pointer !important;
}
@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%;
  }
}
@media screen and (max-width: 768px) {
  .dev {
    padding-left: 16px;
    position: absolute;
    bottom: 55px;
    width: calc(100% - 16px);
  }
}
