/* -- Обнуление стилей -- */
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
ul[class],
ol[class] {
  list-style: none;
}
button,
input,
optgroup,
select,
fieldset,
textarea {
  margin: 0;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-appearance: none;
    background-image: url(../images/icons/expand-arrow.svg)!important;
    background-position: 98% center;
    background-repeat: no-repeat;
}

/* ---- Общие стили --- */
html {
  scroll-behavior: smooth;
}
html body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.08px;
  color: var(--neitral-3, #1F1F1E);
  width: 100%;
}
body a,
body a:hover {
  color: var(--neitral-3, #1F1F1E);
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'PT Serif', sans-serif;
  font-weight: 400;
  margin: 0;
  color: var(--neitral-2, #494746);
}
body h1 {
  color: var(--main-3, #3B0F02);
  font-size: 51px;
  line-height: 72px;
}
body h2.section-title {
  color: var(--neitral-2, #494746);
  text-align: center;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 47px;
  font-style: italic;
  font-weight: 400;
  line-height: 66px; /* 140.426% */
  letter-spacing: 0.118px;
}
body #k2Container h2, h1.section-title,
h1.newscontainer-itemTitle {
text-align: center;
font-family: "PT Serif", sans-serif;
font-size: 36px;
font-style: normal;
font-weight: 400;
line-height: 50px; /* 138.889% */
letter-spacing: 0.09px;
}
h1.newscontainer-itemTitle{
  text-align: left;
}
body h3 {
  font-size: 26px;
  line-height: 36px
}
body h4 {
  font-size: 21px;
  line-height: 27px
}
#k2Container .section-title {
  color:#494746;
  margin: 13px 0 16px;
}
body h5 {
  font-size: 17px;
  line-height: 21px
}
body h6 {
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 768px) {
  #k2Container .section-title,
  body #k2Container h2, h1.section-title, h1.newscontainer-itemTitle{
    margin-top: 5px;
    font-size: 30px;
    line-height: 40px;
  }
  h4.section-title {
    font-size: 23px;
    line-height: 28px;
    margin: 8px 0 16px;
  }
  h2.special-title {
    font-size: 47px;
    line-height: 66px;
    letter-spacing: 0.118px;
  }
}

body blockquote {
  padding: 12px 16px;
  border-radius:  4px;
  border-left: 2px solid #966D4A;
  background: linear-gradient(90deg, #F7E8DF 0.06%, rgba(247, 232, 223, 0.00) 100%);
}
body p {
  margin: 16px 0;
}
.row {
  margin: 0 !important;
  padding: 0 !important;
}
.container-wrapper {
  padding: 0 16px;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  position: relative;
}
.button {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  padding: 12px 16px;
}
.button span{
  line-height: 14px;
}
.primary-button {
  color: #FFF;
  background: var(--main-0, #FF8A66);
  
  color: var(--main-3, #3B0F02);
}
.primary-button:hover, 
.primary-button:focus {
  border-radius: 4px;
background: var(--main-0, #FF8A66);
box-shadow: 0px 0px 1px 1px rgba(205, 127, 50, 0.75), 4px 4px 16px 0px rgba(51, 43, 36, 0.15), 1px 1px 2px 0px rgba(51, 43, 36, 0.30);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.primary-button:hover span, 
.primary-button:focus span,
.primary-button:active span {
  color: #332B24;
  transition: all 0.4s ease-in-out;
}
.primary-button:active {
  border-radius: 4px;
background: var(--main-1, #CC3000);
box-shadow: 0px 0px 1px 1px rgba(205, 127, 50, 0.75), 4px 4px 16px 0px rgba(51, 43, 36, 0.15), 1px 1px 2px 0px rgba(51, 43, 36, 0.30);
}
.secondary-button {
  color: var(--main-2, #8A2205);
  border: 2px solid var(--main-2, #8A2205);
  background: rgba(255, 255, 255, 0.10);
  padding: 10px 16px;
}
.secondary-button:hover,
.secondary-button:focus {
color: var(--main-2, #8A2205);
border: 2px solid var(--main-1, #CC3000);
box-shadow: 0px 0px 1px 1px rgba(205, 127, 50, 0.75), 4px 4px 16px 0px rgba(51, 43, 36, 0.15), 1px 1px 2px 0px rgba(51, 43, 36, 0.30);
text-decoration: none;
transition: all 0.4s ease-in-out;
}
.secondary-button:active {
  color: var(--main-2, #8A2205);
  border: 2px solid var(--main-1, #CC3000);
  background: var(--main--2, #F3D6CE);
  box-shadow: 0px 0px 1px 1px rgba(205, 127, 50, 0.75), 4px 4px 16px 0px rgba(51, 43, 36, 0.15), 1px 1px 2px 0px rgba(51, 43, 36, 0.30);
}
.thirdy-button {
  background: transparent;
  padding: 12px 8px;
  color: var(--main-2, #8A2205)
}
.thirdy-button:hover,
.thirdy-button:focus {
  color: #835020;
  background: var(--main--2, #F3D6CE);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.thirdy-button:active {
  background: var(--main--2, #F3D6CE);
  box-shadow: 0px 0px 1px 1px rgba(205, 127, 50, 0.75), 4px 4px 16px 0px rgba(51, 43, 36, 0.15), 1px 1px 2px 0px rgba(51, 43, 36, 0.30);
}
.primary-button.icon,
.secondary-button.icon,
.thirdy-button.icon {
  padding-left: 38px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.primary-button.icon svg,
.secondary-button.icon svg,
.thirdy-button.icon svg {
  position: absolute;
  left: 12px;
  top: 10px;
  transition: all 0.4s ease;
}

/* Стили Slick Slider */
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin: auto;
}
.slick-list {
  padding: 8px 0;
}
.slick-slider ul.slick-dots {
  padding-left: 0;
}
.slick-dots li {
  float: left;
  margin: 7px 0;
  margin-right: 8px;
  justify-content: center;
  list-style: none;
}
.slick-dots button {
  font-size: 0;
  width: 16px !important;
  height: 16px;
  border-radius: 50%;
  padding: 0 !important;
  border: none;
  background: #e3e3e3;
  color: #e3e3e3;
  transition: all 0.4s ease;
  z-index: 30;
  opacity: 1;
}

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

/* Всё меню ----------------------------- */
.btn-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 4px 12px;
  margin-left: 22px;
  cursor: pointer;
}
.menu-all__wrapper {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1408px;
  z-index: 9991;
}
.menu-all__wrapper.active {
  display: block;
}
.menu-all__header {
  height: 48px;
  background: #D9CBC3;
}
.btn-menu__open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: #B29D8F;
}
.btn-menu__close {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
.menu-all__body {
  width: 100%;
  border-radius: 4px;
  border: 2px solid #B29D8F;
  background: #FFF;
  padding: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}
/****************/
/*Анимация появления текста*/
/*.special-title .new { opacity: 0; }
.special-title { width:460px; display:none; }
.special-title .div_opacity {
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  opacity: 1;
}*/


/* Главное меню */

/* Меню ---------------------------------- */
.additional-list {
  display: none;
}
#main-menu {
  display: flex;
}
.navbar {
  position: sticky;
  top: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 0;
  background: var(--neitral--2, #DFE2E2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
  z-index: 1005;
}
.navbar .container-wrapper {
  padding: 0;
}
.navbar .nav-menu,
.menu-biblio .nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 0px;
  margin-bottom: 0;
}
.nav-menu > .nav-menu-header {
  display: none;
}
.nav-menu > .nav-menu-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*max-width: 220px;*/
  height: 48px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
  padding: 0 16px;
  border-radius: 4px;
  margin-left: -1px;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 100;
}
.navbar .nav-menu > .nav-menu-item:not(.nav-menu-item.icon-to-text):hover {
  background: var(--main--2, #F3D6CE);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}
.navbar .nav-menu > .nav-menu-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  height: 32px;
  border-right: 1px solid#ADAAA9;
}
.navbar .nav-menu > .nav-menu-item:hover::after {
  border: none;
}
.navbar .nav-menu > .nav-menu-item:nth-child(2)::after,
.navbar .nav-menu > .nav-menu-item:last-child::after {
  border: none;
}
.nav-menu > .nav-menu-item.drop-down .nav-arrow {
  transform: rotateX(0deg);
}
.nav-menu > .nav-menu-item.drop-down .nav-arrow path{
  fill:#CC3000!important;
}
.nav-menu > .nav-menu-item.drop-down:hover .nav-arrow {
  transform: rotateX(180deg);
}
#main-menu .nav-menu > .nav-menu-item.icon-to-text {
  width: 56px;
  height: 48px;
  padding: 11px 0 13px;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  z-index: 20;
  flex-grow: auto;
  border-radius: 0;
}
.nav-menu > .nav-menu-item.icon-to-text > a {
  display: block;
  font-size: 0 !important;
  width: 24px;
  height: 24px;
  background: url(../images/icons/home-page.svg) center center no-repeat !important;
  margin: 0 auto;
  cursor: pointer;
  z-index: 20;
}
/*Выпадающее подменю*/
.nav-menu > .nav-menu-item.drop-down > .drop-down-menu {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 48px;
  left: 0;
  /*left: 50%;
  transform: translate(-50%, 0px);*/
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
  transition: opacity 0.2s ease, visibility 0.1s ease;
  z-index: 10;
}
.nav-menu > .nav-menu-item.drop-down:hover .drop-down-menu {
  opacity: 1;
  visibility: visible;
}
.nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding: 8px 0 8px;
}
.nav-menu > .nav-menu-item.drop-down .drop-down-menu > 
.drop-down-list > .nav-menu-item {
    display: flex;
    align-items: center;
    min-height: 40px;
    transition: all 0.3s ease;
    border-radius: 4px;
  }
  .nav-menu > .nav-menu-item.drop-down .drop-down-menu > 
.drop-down-list > .nav-menu-item:hover{
  background: var(--main--3, #FBF1EF);
}

.nav-menu > .nav-menu-item.drop-down .drop-down-menu > 
.drop-down-list > .nav-menu-item:last-child>a {
    border-bottom: none;
  }
.nav-menu > .nav-menu-item.drop-down .drop-down-menu > 
.drop-down-list > .nav-menu-item > a {
  text-transform: none;
  padding: 8px 0;
  margin: 0 16px;
  border-bottom: 1px solid #DFE2E2;
}
.nav-arrow {
  margin-left: 8px;
  margin-top: -1px;
  transition: all 0.3s ease;
  cursor: pointer;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .additional-list {
    display: flex;
    padding-left: 16px;
  }
  .menu-toggler svg {
    margin-right: 8px;
  }
  .menu-toggler:hover {
    cursor: pointer;
  }
  .additional-list-item.home {
    height: 100%;
    position: absolute;
    right: 16px;
  }
  .additional-list-item.menu-toggler {
    display: flex;
    align-items: center;
  }
  .navbar .nav-menu {
    position: fixed !important;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    height: 100dvh;
    min-height: 460px;
    padding: 0 16px;
    overflow-y: auto;
    background: var(--neitral--3, #F4F5F5);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    transform: translateX(-105%);
    transition: all 0.4s ease;
    z-index: 50;
    width: 304px;
    max-width: 79vw;
    padding-top: 42px;
  }
  .navbar .nav-menu > .nav-menu-item::after {
    border-right: none;
  }

  .navbar .nav-menu.opened {
    transform: translate(0);
   
  }
  .navbar .nav-menu.opened::-webkit-scrollbar { 
    width: 0; 
  }
  #main-menu .nav-menu > .nav-menu-item.icon-to-text {
    position: relative;
    padding: 0;
    margin-top: 54px;
    display: none;
  }
  .nav-menu > .nav-menu-item.icon-to-text > a {
    display: none !important;
  }
  .nav-menu > .nav-menu-header {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .nav-arrow {
    position: absolute;
    right: 16px;
    top: 20px;
    padding: 4px;
    width: 24px;
    height: 24px;
  }
  .nav-menu > .nav-menu-item.drop-down:hover > .nav-arrow {
    transform: rotateX(0);
  }
  .navbar .nav-menu > .nav-menu-item.drop-down.active-menu .nav-arrow {
    transform: rotateX(180deg);
  }
  .navbar .nav-menu > .nav-menu-item {
    display: block;
    border-right: none;
    /*text-align: center;*/
  }
  .navbar .nav-menu > .nav-menu-item > a,
  .navbar .nav-menu > .nav-menu-item.drop-down > a,
  .navbar .nav-menu > .nav-menu-item > span,
  .navbar .nav-menu > .nav-menu-item.drop-down > span {
    padding: 14px 16px;
    display: inline-block;
    text-align: left;
    width: 100%;
  }
  .navbar .nav-menu > .nav-menu-item.drop-down .drop-down-menu {
    display: none;
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    opacity: 1;
    visibility: visible;
    border: none;
    box-shadow: none;
    transform: none;
    z-index: 999999;
    transition: all 0.3s ease;
  }
  .nav-menu > .nav-menu-item.drop-down .drop-down-menu > .drop-down-list {
    margin: 0;
  }
  .nav-menu > .nav-menu-item.drop-down .drop-down-menu {
    width: 100% !important;
  }
  .nav-menu > .nav-menu-item.drop-down,
  .nav-menu > li.nav-menu-item {
    max-width: 100%;
    height: fit-content !important;
   /* max-height: 2000px !important;*/
    padding: 8px 0;
    border-radius: 0;
    border-bottom: 1px solid #C9CFCF;
  }
  .nav-menu > li.nav-menu-item:last-child{
    border: none;
  }
  .nav-menu > li.nav-menu-item:hover, .nav-menu > .nav-menu-item.drop-down:hover{
    background: #F4F5F5!important;
  }

  .navbar .nav-menu > .nav-menu-item:not(.nav-menu-item.icon-to-text):hover {
   /* background: #C9CFCF;*/
    box-shadow: none;
  }
  .navbar .nav-menu > .nav-menu-item.drop-down.active-menu {
    background: #fff!important;
  }

  .nav-menu > .nav-menu-item.drop-down 
  .drop-down-menu > .drop-down-list > .nav-menu-item {
    border: none;
    text-align: left;
  }

}

/* Header ---------------------------------------------- */
.inner-class ~ .header {
  border-bottom: 1px solid #DFE2E2;
}
.header {
  padding: 14px 0 16px;
}
.header .container-wrapper {
  display: flex;
  flex-direction: column;
}
.header__row {
  display: flex;
  justify-content: space-between;
}
/* Название и логотип */
.logo {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.logo__img {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  padding-top: 3px;
}
.logo__info{
  padding-top: 4px;
}
.logo__info h2{
  color: var(--main-3, #3B0F02);
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px; /* 141.176% */
}
.logo__info h6 {
  color: var(--neitral-2, #494746);
  font-family: "PT Sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 120% */
  letter-spacing: 0.15px;
  text-transform: uppercase;
}
.logo__img img {
  display: inline-block;
}
.logo__img>a{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
}
.logo__img img.gerb{
width: 48px;
height: 48px;
}
.logo__img img.gerb-belka{
  width: 48px;
  height: 48px;
  }
.logo__img img.flag{
  width: 80px;
  height: 40px;
}
.logo__title {
  display: inline-block;
  text-align: left;
}
.logo__title a {
  color: #3B0F02;
  text-align: left;
}
.logo a:hover {
  text-decoration: none;
  color: #3B0F02;
}
@media screen and (max-width:1300px) {
  .logo__info h2{
font-size: 42px;
line-height: 52px;
  }
} 
/* Языковые версии и версия для слабовидящих */
.header-block {
  display: flex;
}
.header-block__lang {
  display: flex;
  flex-wrap: nowrap;
  height: fit-content;
  margin-bottom: 3px;
}
.header-lang {
  display: flex;
 margin-bottom: 3px;
  height: fit-content;
}
.header-lang ul {
  padding-left: 0;
}
.header-lang li {
  list-style-type: none;
  margin-right: 24px;
  border-radius: 4px;
background: var(--main--3, #FBF1EF);
  border: 2px solid transparent;
  padding: 9px 7px;
  transition: all 0.3s ease;
}
.header-lang li:hover {
  border: 2px solid#FF8A66;
  background: #FFF;
}
.header-lang ul > li {
  margin-right: 0;
}
.header-lang li:first-child {
  margin-left: 0;
}
.header-lang li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.175px;
  color: #4C4239;
  text-transform: uppercase;
  cursor: pointer;
}
.header-lang li .bvi-open {
  position: relative;
  bottom: -2px;
  cursor: pointer;
}
.bvi-body .header-block__lang .header-lang .bvi-panel-close {
  font-size: 0 !important;
  line-height: 16px !important;
  background: url(../images/icons/eye.svg) center no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  bottom: 8px;
}
/* Поиск */
.header-block__search {
  position: relative;
  top: 3px;
  margin-right: 32px;
}
.button-search {
  padding: 12px;
  position: absolute;
  top: -8px;
  right: 0px;
  cursor: pointer;
}
/* Кнопки | Header */
.header-block__buttons {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: fit-content;
}
.btns-header {
  display: flex;
  gap: 8px;
}
.btns-header--mobile {
  display: none;
}
/* Иконки в контактах */
p.adress,
p.mail,
p.tel,
.mail,
a.tel {
  padding-left: 24px;
  position: relative;
}
.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.tel span, div.tel.icon span {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.035px;
  color: #454545;

}
p.adress > a,
p.mail > a,
p.tel > a,
.mail a,
a.mail,
a.tel {
  color: #1F1F1E;
  text-decoration: none !important;
  transition: all 0.4s ease;
  position: relative;
}
p.tel > a:hover,
p.mail > a:hover,
p.adress > a:hover,
a.tel:hover {
  color:#085D91;
  text-decoration: underline;
}
.adress::before {
  content: url(../images/icons/address.svg);
  position: absolute;
  left: 0;
  top: 0px;
}
.tel::before,
a.tel::before {
  content: url(../images/icons/office-phone.svg);
  position: absolute;
  left: 0;
  top: 2px;
}
.tel.icon::before,
a.tel.icon::before {
  content: '';
}
.mail::before {
  content: url(../images/icons/email.svg);
  position: absolute;
  left: 0;
  top: 1px;
}
@media screen and (max-width: 1025px) {
  .header-block{
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .header-block__search{
    margin-right: 0;
  }
  .header__row{
    flex-direction: column-reverse;
  }
  .logo {
    margin-bottom: 40px;
    padding-top: 12px;
  }
  .logo__img {
    gap: 8px;
   
  }
  .logo__img img {
    width: 60px;
    height: 60px;
  }
  .btns-header--desktop {
    display: none;
  }
  .btns-header--mobile {
    display: block;
  }
}
@media screen and (max-width: 768px){
  .logo__info h2{
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 576px){
  .logo__info h2{
    font-size: 26px;
    line-height: 36px;
  }
  .logo{
  margin-bottom: 56px;
  }
  .header-block__buttons{
width: calc(100% - 32px);
left: 16px;
right: 16px;
  }
  .btns-header{
    justify-content: center;
  }
}
@media screen and (max-width: 440px){
  .logo__info h2{
    font-size: 21px;
    line-height: 30px;
  }
  .header-lang li{
    margin-right: 16px;
  }
  .header-lang>ul>li{
    display: none;
  }
  .button-search{
    right: -8px;
  }
  .logo__img img.gerb, .logo__img img.gerb-belka{
    width: 40px;
    height: 40px;
  }
  .logo__img img.flag{
    width: 64px;
    height: 32px;
  }
}
@media screen and (max-width: 410px){
  .logo__info h2{
    color: var(--neitral-3, #1F1F1E);
    font-size: 17px;
    line-height: 20px; /* 117.647% */
    letter-spacing: 0.026px;
  }
}


/* Фото в шапке -------------------------- */
.header-photo {
  overflow: hidden;
}
.header-photo__wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  height: 392px;
}
.header-photo__wrapper::after{
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.70) 15%, rgba(255, 255, 255, 0.50) 45.21%, rgba(255, 255, 255, 0.10) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.header-photo__wrapper img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-titles{
  position: absolute;
  left: 16px;
  z-index: 20;
  padding-right: 10px;
}
.header-photo__wrapper h2 {
  color: var(--neitral-2, #494746);
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.80), 0px 4px 8px rgba(255, 255, 255, 0.50);
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #FFF;
  font-family: "Cormorant Infant", sans-serif;
  font-size: 47px;
  font-style: italic;
  font-weight: 400;
  line-height: 66px; /* 140.426% */
  letter-spacing: 0.118px;
}
/*Анимация*/
@media screen and (min-width: 992px){
.photo-titles{
  width: 478px;
  height: 120px;
  overflow: hidden;
}
.header-photo.anim-items h2.special-title, .header-photo.anim-items p{
  transform: translateX(107%);
  opacity: 0.6;
}
.header-photo.anim-items h2.special-title{
  transition: all 1.4s ease 0s;
}
.header-photo.anim-items p{
  transition: all 1.4s ease 0.9s;
}
.header-photo.anim-items.animActive h2.special-title, .header-photo.anim-items.animActive p{
  transform: translateX(0);
  opacity: 1;
}
}
@media screen and (max-width: 1400px){
.header-photo .container-wrapper{
  padding-left: 0;
  padding-right: 0;
}
}
@media screen and (max-width: 576px) {
  .header-photo__wrapper {
    height: 360px;
  }
}


/* Блок "Main" -------------------------------------------- */
.main {
  background: #fff;
}

/* Меню на внутренних страницах -------------------------- */
.left-inner-sidebar {
  background-color: #fff;
  position: sticky;
top: 56px;
height: fit-content;
}
.menu-sidebar {
  width: 208px;
  margin: 16px;
  margin-left: 0;
  border-radius: 6px;
  padding: 8px;
background: var(--neitral--2, #DFE2E2);

}
.menu-sidebar li {
  list-style-type: none;
}
.menu-sidebar li a {
  color: #1F1F1E;
  position: relative;
  padding: 8px 16px;
  min-height: 48px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
.menu-sidebar li.leftsidebar a {
  padding-right: 32px;
}
.menu-sidebar li.current.active {
  border-radius: 4px;
  background: var(--main--2, #F3D6CE);
}
.menu-sidebar li.current.active>a:hover{
  color: #1F1F1E;
}
.menu-sidebar li > .nav-child > li a {
  padding: 4px 16px;
}
ul.nav-child {
  padding-left: 0;
  margin-bottom: 0;
}
ul.nav-child > li a {
  padding-left: 20px;
}
/* Активный пункт меню sidebar */
.menu-sidebar > li.active > ul > li {
  text-align: center;
}
.menu-sidebar > li.active > ul > li > a {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.0025em;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin: 0 8px;
  border-radius: 3px;
  border: 1px solid  transparent; 
}
.menu-sidebar > li.active > ul > li.leftsidebar > a,
.menu-sidebar > li.active > ul > li > ul > li.leftsidebar > a {
  padding-right: 32px;
  text-align: left;
}
.menu-sidebar > li.active > ul > li > ul > li > a,
.menu-sidebar > li.active > ul > li > ul > li > ul > li > a  {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.0025em;
  margin: 0 8px;
  border: 1px solid  transparent; 
}
.menu-sidebar li {
  position: relative;
}
.menu-sidebar li.active.deeper.leftsidebar {
  background: #F3D6CE;
  margin-bottom: 8px;
  padding-bottom: 8px;
  position: relative;
  border-radius: 4px;
}
.menu-sidebar li.leftsidebar > a::after {
  content: url(../images/icons/expand-arrow_18.svg);
  position: absolute;
  top: 16px;
  right: 16px;
  transform: rotate(0deg);
}
.menu-sidebar li.active.deeper.leftsidebar > a::after {
  content: url(../images/icons/expand-arrow_18.svg);
  position: absolute;
  top: 10px;
  right: 16px;
  transform: rotate(180deg);
}
.menu-sidebar li.active.deeper > a:hover {
  color:#1F1F1E;
}
.menu-sidebar > li > a:hover {
 /* outline: 2px solid #F3D6CE;*/
  color:#FF8A66;
}

.menu-sidebar ul.nav-child > li.active > a  {
  color:#1F1F1E;
}
.menu-sidebar > li.active > ul > li:hover a {
  text-decoration: none;
}
.menu-sidebar > li > ul > li > a:hover {
  color:#FF8A66;
}

/*Ошибка 404 -------------------------------- */
.error ~ .menu-biblio {
  display: none;
}
.well blockquote {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 24px;
}
.well a {
  color: #1c2f73;
  text-shadow: 0.3px -0.3px 0.5px #966D4A;
}
.well a:hover {
  color: #1c2f73;
  text-shadow: 0.3px -0.3px 0.5px #966D4A;
}
h2.page-header {
  margin-top: 16px;
  font-size: 51px;
  line-height: 72px;
}

@media (max-width:400px) {
  h2.page-header {
    font-size: 28px;
    line-height: 28px;
  }
}



/* Новости и события (ГЛАВНАЯ) -----------------------*/
.news {
  background: var(--neitral--3, #F4F5F5);
}
.news .container-wrapper {
 /* padding: 10px 16px 24px;*/
}
.news__wrapper {
  display: flex;
  gap: 32px;
  position: relative;
}
.news__block {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 20px;
  min-width: calc(50% - 16px);
  padding-bottom: 24px;
}
.news__block:nth-child(2) .news__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
}
.news__item {
  padding:16px 16px 20px 16px;
  border-radius: 8px;
  border: 1px solid#FF8A66;
  position: relative;
  background: #FFFFFF;
  transition: all 0.4s ease;
}
.news__item:hover{
  outline: 1px solid var(--main-0, #FF8A66);
  border: 1px solid var(--main-0, #FF8A66);
  background: var(--main--3, #FBF1EF);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

.news-favorites--slider .news__item {
  outline: none;
  box-shadow: none;
  border: none;
}
.news__items.news-favorites--slider .slick-list{
  border-radius: 8px;
border: 1px solid var(--main-0, #FF8A66);
background: #FFF;
transition: all 0.4s ease;
}
.news__items.news-favorites--slider .slick-list:hover{
  border-radius: 8px;
  outline: 1px solid var(--main-0, #FF8A66);
  background: var(--main--3, #FBF1EF);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}
.news__items.news-favorites--slider .slick-list:hover .news__item{
  background: var(--main--3, #FBF1EF);
  
/* тень верхняя */
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

.news__item:hover {
  outline: 2px solid #FF8A66;
  box-shadow: 0px 0px 1px 1px rgba(205, 127, 50, 0.75), 4px 4px 16px 0px rgba(51, 43, 36, 0.15), 
  1px 1px 2px 0px rgba(51, 43, 36, 0.30);
}
.news-favorites--slider .news__item:hover {
  outline: none;
  box-shadow: none;
}

.news__item-details {
  display: flex;
  flex-direction: column;
  padding-top: 17px;

}
section.news .news-favorites--slider .news__item-details{
  min-height: 170px;
}
.news__item-row {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  height: min-content;
}

.news__item-more{
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 24px;
  height: 24px;
}
.news__item-title {
  overflow: hidden;
  color: var(--neitral-3, #1F1F1E);
  text-overflow: ellipsis;
  font-family: "PT Serif";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 117.647% */
  letter-spacing: 0.026px;
  display: inline-block;
  padding-right: 10px;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: min-content;
   
}
.slick-slide .news__item-title{
  -webkit-line-clamp: 2;
}
.news__item-title.title--special{
  min-height: 70px;
}
.news__item-title a {
  color: var(--neitral-3, #1F1F1E);
}
.news__item-title a:hover {
  text-decoration: none;
  color: var(--neitral-3, #1F1F1E);
}
.news__item-date {
  color: var(--neitral-2, #494746);
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
  margin-top: 4px;
}
.news-block .news__item-date{
  color: var(--neitral-1, #726F6E);
}

section.news .news__item-intro {
  display: none;
}

.news__item-intro .moduleItemIntrotext {
 /* max-height: 48px;*/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#k2Container .news__item-intro .moduleItemIntrotext {
   -webkit-line-clamp: 4;
   padding-right: 32px;
 }
.news__item-intro .moduleItemIntrotext p {
  margin: 0;
}
.news__item-intro .moduleItemIntrotext.text--intro {
  max-height: 32px;
  -webkit-line-clamp: 2;
}
.news__item-tags a {
  display: block;
  width: fit-content;
  border-radius: 8px;
  border: 1px solid #D9CBC3;
  padding: 8px 12px;
  margin-right: 8px;
  text-transform: lowercase;

  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.035px;
  color: #4C4239;
}
.news__item-tags a::first-letter {
  text-transform: capitalize;
}
.news__archive {
  text-align: right;
  margin-top: 24px;
}
.news__item-img,
.news__item-img a {
  display: block;
  width: 100%;
  max-width: 304px;
  height: 152px;
}
.news__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.news__item-more svg path{
  transition: all 0.3s ease;
}
.news__item-more svg:hover path {
  fill:#FF8A66;
}
/* -- Избранные новости */
.news-favorites--slider .slick-list {
  padding: 0;
}
.news-favorites--slider .news__item {
  padding-bottom: 41px;
  background: #FFFFFF;
  transition: all 0.4s ease;
}
.news-favorites--slider .news__item-img,
.news-favorites--slider .news__item-img a {
  width: 100%;
  max-width: 656px;
  height: 336px;
}
.news-favorites--slider .news__item .news__item-row:first-child {
  flex-direction: column;
  gap: 0;
}
.news-favorites--slider .news__item .news__item-row:nth-child(3) {
  flex-direction: column;
  align-items: flex-start;
  bottom: 8px;
  gap: 0;
  width: 100%;
  height: auto;
}

.news-favorites--slider .news__item-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  margin-top: 15px;
  padding-bottom: 2px;
  max-height: 88px;
}
section.news .news-favorites--slider .news__item-intro {
  padding-top: 0;
  /*min-height: 82px;*/
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
  display: block;
}
.news-favorites--slider .news__item-intro .moduleItemIntrotext {
  -webkit-line-clamp: 2;
}
.news-favorites--slider .news__item-intro .moduleItemIntrotext.text--intro {
  max-height: 80px;
  -webkit-line-clamp: 2;
}
.news-favorites--slider .news__item-more {
 /* position: relative;
  left: -8px;*/
  right: auto;
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: fit-content;
  height: fit-content;
 /* margin-top: 24px;*/
  text-align: left;
}
.news-favorites--slider .news__item-more .thirdy-button {
  padding: 10px 8px;
}
.news-favorites--slider .slick-dots {
  margin-top: 12px;
}
.news-favorites--slider .slick-dots li button {
  background: var(--neitral--2, #DFE2E2);
}
.news-favorites--slider .slick-dots .slick-active button {
  background:#FF8A66;
  width: 16px!important;
  height: 16px;
}
.button--mobile {
  display: none;
}
@media screen and (max-width:1025px) {
  .news__wrapper {
    flex-direction: column;
    gap: 0;
  }
  .news-favorites--slider .news__item {
    padding-bottom: 44px;
  }
  .news__item-img,
  .news__item-img a {
    max-width: 100%;
  }
  .news-favorites--slider .news__item-img,
  .news-favorites--slider .news__item-img a {
    max-width: 100%;
  }

}
@media screen and (max-width:576px) {
  .news__block:nth-child(2) .news__items{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .news-favorites--slider .news__item-img,
.news-favorites--slider .news__item-img a {
  height: 280px;
}

}
@media screen and (max-width:440px) {
  .news-favorites--slider .news__item-img,
.news-favorites--slider .news__item-img a {
  height: 220px;
}

}
@media screen and (max-width:376px) {
  .news-favorites--slider .news__item-img,
.news-favorites--slider .news__item-img a {
  height: 192px;
}
}

/* Баннеры Lower */
.banners-lower {
  background: var(--neitral--2, #DFE2E2);
}
.banners-lower__wrapper {
  /*display: grid;
  grid-template: repeat(2, 1fr) / repeat(4, 1fr);
  grid-auto-flow: row;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1 0 0 ;
  gap: 32px;
  padding: 32px 0;

}
.banners-lower__item {
  width: calc(25% - 24px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid var(--main-0, #FF8A66);
  background: var(--neitral--3, #F4F5F5);
  transition: all 0.4s ease;
}

.banners-lower__item:hover {
outline: 1px solid var(--main-1, #CC3000);
border: 1px solid var(--main-1, #CC3000);
background: var(--main--2, #F3D6CE);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
cursor: pointer;
}
.banners-lower__image {
  width: 100%;
  height: 112px;
  text-align: center;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
}
.banners-lower__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banners-lower__link {
  color: var(--neitral-2, #494746);
  text-align: center;
  /* Subtitle 1 */
  font-family: "PT Serif", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 117.647% */
  letter-spacing: 0.026px;
  padding: 2px 0;
  text-align: center;
  min-height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banners-lower__link a {
  color: var(--neitral-2, #494746);
}
.banners-lower__link a:hover {
  color: var(--main-2, #8A2205);
  text-decoration: none;
}
.banners-lower__item:hover .banners-lower__link a{
  color: var(--main-2, #8A2205);
}
@media screen and (max-width:1025px) {
  .banners-lower__wrapper {
    gap: 16px;
   
  }
  .banners-lower__item{
    width: calc(33.33% - 10.67px);
  }
}
@media screen and (max-width:700px) {
  .banners-lower__item{
    width: calc(50% - 8px);
  }
}
@media screen and (max-width:500px) {
  .banners-lower__item{
    width: 100%;
  }
}


/* Баннеры "Интернет-ресурсы" -----------------------------*/
.banners-resources {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 20px 0;
}
.slick-slider-dots {
 /* display: none;*/
}
.slick-slider-dots li button {
  background:#DFE2E2;
}
.slick-slider-dots .slick-active button{
  background:#FF8A66;
}
.banners-resources .container-wrapper {
  padding: 0;
}
.banners-resources__wrapper {
  position: relative;
}
/* -- Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}
.skick-slide {
  min-width: 0;
}
/* -- Лента слайдов */
.slick-track {
  display: flex;
}
.banners-resources__item {
  position: relative;
  display: flex !important;
  align-items: center;
  height: 80px;
  margin: 0 16px ;
  border-radius: 4px;
  border: 1px solid var(--main-0, #FF8A66);
  background: #FFF;
  transition: all 0.3s ease;
}
.banners-resources__item:hover {
  border-radius: 4px;
  border: 1px solid var(--main-1, #CC3000);
  outline: 1px solid var(--main-1, #CC3000);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25), 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
  cursor: pointer;
}
.banners-resources__image {
  width: 48px;
  height: 48px;
  margin: 16px;
}
.banners-resources__image img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.banners-resources__link {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
  width: 100%;
  height: 42px;
  padding-right: 8px;
  display: flex;
  align-items: center;
}
.banners-resources__link a {
  color: #4C4239;
}
@media (max-width: 768px) {
  .banners-resources {
    padding: 4px 0 24px;
  }
}

/* Footer ---------------------------------*/
.footer {
  background: var(--neitral--2, #DFE2E2);
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 16px 0 24px;
  gap: 16px;
}
.footer__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
}
.footer__block.soc-banners {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  padding-right: 48px;
}
.footer__block-menu a {
  white-space: nowrap;
}
.contacts-footer__block {
 /* margin: 0 auto;*/
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contacts-footer__block p {
  margin: 0;
}
p.tel a {
  padding-right: 8px;
}
.page-contacts p.tel a{
  line-height: 24px;
}
.footer .bannergroup_social {
  margin: 4px 0;
  height: fit-content;
  display: flex;
  justify-content: flex-end;
}
.footer p a {
  color: #1F1F1E !important;
}
.footer p a:hover {
  color: #1F1F1E !important;
}
.copy {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.copy p {
  margin: 0;
}
.copy img {
  display: block;
  width: 32px;
  height: 37.5px;
}
/* -- Социальные сети */
.bannergroup_social {
  display: flex;
}
.footer .bannergroup_social {
  margin-left: 0;
}
.banneritem {
  margin-left: 24px;
}
.banneritem:first-child {
  margin-left: 0;
}
.bannergroup_social img {
  width: 24px;
  height: 24px;
}
.banneritem img {
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .bannergroup_social {
    margin-left: 4px;
  }
}
/* -- Кнопка "Электронные обращения" */
.btn-appeal {
  border-radius: 4px;
border: 1px solid var(--main--2, #F3D6CE);
background: #FFF;
  padding: 6px 16px 12px 12px;
  color: var(--main-2, #8A2205);
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease;
  display: inline-block;
  width: fit-content;
}
.btn-appeal:hover {
  border-radius: 4px;
  border: 1px solid var(--main-0, #FF8A66);
  outline: 1px solid var(--main-0, #FF8A66);
  box-shadow: 0px 0px 1px 1px rgba(205, 127, 50, 0.75), 4px 4px 16px 0px rgba(51, 43, 36, 0.15), 1px 1px 2px 0px rgba(51, 43, 36, 0.30);
}
.btn-appeal a,
.btn-appeal a:hover {
  color: var(--main-2, #8A2205);
  line-height: 14px;
}

.btn-appeal img {
  margin-right: 8px;
  position: relative;
  top: 5px;
}
@media (max-width: 1300px){
  .footer__block.soc-banners{
    padding-right: 0;
  }
  .footer__block:nth-child(2){
    width: 40%;
  }
}
@media (max-width: 1200px){
  .footer__block:nth-child(2),
  .footer__block{
    width: auto;
  }
}
@media (max-width: 767px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 16px;
  }
  .footer__block:nth-child(2){
    order: 1;
  }
  .footer__block:nth-child(1){
    order: 3;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8;
  }
  .footer__block-metrica img{
padding-top: 2px;
  }
  .footer__block:nth-child(3){
    order: 2;
    flex-direction: row;
  }
  .footer .bannergroup_social{
    position: absolute;
    top: 14px;
    right: 0;
  }
  .contacts-footer{
    width: calc(100% - 80px);
  }

}


/* Разработка ---------------------------------------- */
.developer {
  display: flex;
  justify-content: center;
  background-color: #fff;
}

/* Кнопка "Наверх" ----------------------------------- */
.scrollUp {
  position: fixed;
  bottom: 16px;
  right: 16px;
  display: none;
  padding: 17px 16px 15px;
  padding-bottom: 12px;
  background: var(--main--1, #FFC0AD);
  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;
  line-height: 1;
}
.scrollUp svg{
  line-height: 1;
}
.scrollUp:hover {
  background: #CC3000;
  cursor: pointer;
}
.scrollUp-show {
  display: block;
}
.scrollUp:hover svg path {
  fill: #FFFFFF!important;

}
.scrollUp svg {
  transform: rotate(180deg);
  transition: fill 0.4s ease;
}
@media (max-width: 576px) {
  .scrollUp {
    padding: 11px 11px 9px;
  }
}

/* Блок "Сookie" ---------------------- */
body #sp-cookie-consent {
  background: #8A2205;
  z-index: 9999999;
  font-family: 'PT Sans', sans-serif;
}
#sp-cookie-consent::before {
  content: '';
  background: rgba(114, 111, 110, 1);
  opacity: 0.26;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

/* Внутренние страницы (ОБЩИЕ СТИЛИ) ------------------------------------ */
.inner-block {
  display: flex;
}
.inner-img {
  margin: 0;
  margin-right: 16px;
}
.inner-class ~ .menu-biblio,
.inner-class ~ .collections,
.inner-class ~ .news,
.inner-class ~ .banners-resources,
.inner-class ~ .book {
  display: none;
}
@media (max-width: 992px) {
  .content-container {
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .inner-block {
    flex-direction: column;
  }
  .inner-img {
    margin-right: 0;
  }
}

/* Вывод в категории "Новоcти" --------------------------- */
.news-category {
  display: flex;
 /* padding-bottom: 24px;*/
}
.news-category__wrapper {
  width: 100%;
  min-height: calc(100dvh - 460px);
}
.news-category__wrapper .container-wrapper {
  padding-right: 0;
}
.news-list #itemListLeading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 24px;
}
/* --- Отдельная карточка новости в архиве */
.news-list .news__item-img, .news-list .news__item-img a {
  max-width: 100%;
  height: 328px;
}
.news-list .news__item-img img {
  object-position: top;
}
.news-list .news__item-title {
  color: var(--neitral-3, #1F1F1E);
  font-family: "PT Serif", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 133.333% */
  letter-spacing: 0.032px;
  margin-bottom: 4px;
}
@media (max-width:992px) {
  .news-list #itemListLeading {
    gap: 16px;
  }
  .news-category {
    flex-direction: column;
  }
  .news-category__wrapper .container-wrapper {
    padding-left: 0;
  }
}

.part2-item .news__item-tags {
  margin-top: 16px;
}
.part2-item .createdate {
  margin-bottom: 16px;
}
.news-static .itemImageGallery {
  padding-top: 24px;
  border-top: 1px solid #F7E8DF;
  border-bottom: 1px solid #F7E8DF;
}
.itemImageGallery h6 {
  color: #4C4239;
  margin-bottom: 16px;
}
@media (max-width:768px) {
  .news-static .part1-item {
    display: none;
  }
  .news-list #itemListLeading {
    grid-template-columns: 1fr;
  }
/*  .part1-item--mobile {
    display: block;
  }*/
}
@media screen and (max-width:576px){
  .news-list .news__item-img, .news-list .news__item-img a{
    height: 280px;
  }
}
@media screen and (max-width:430px){
  .news-list .news__item-img, .news-list .news__item-img a{
    height: 192px;
  }
}

/* Вывод для шаблона "Content" --------------------------- */
.content-category {
  display: flex;
  padding-bottom: 24px;
}
.content-category__wrapper {
  width: 100%;
}
.content-category__wrapper .container-wrapper {
  padding-right: 0;
}
@media (max-width:992px) {
  .content-category {
    flex-direction: column;
  }
  .content-category__wrapper .container-wrapper {
    padding-left: 0;
  }
  .content-category {
    display: flex;
    padding-bottom: 0;
  }
}

/* Вывод в категории "Новые поступления" ------------------ */
#k2Container.infoblock-list {
  margin-bottom: 8px;
}
#k2Container.infoblock-list h4.section-title {
  text-align: left;
}
.book-category {
  display: flex;
  padding-bottom: 24px;
}
.book-category__wrapper {
  width: 100%;
}
.book-category__wrapper .container-wrapper {
  padding-right: 0;
}
@media (max-width:992px) {
  .book-category {
    flex-direction: column;
  }
  .left-inner-sidebar {
    order: 2;
  }
  .menu-sidebar {
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
  }
  .book-category__wrapper .container-wrapper {
    padding-left: 0;
  }
}
/* Фильтр "Новые поступления" */
.book-filter {
  border-radius: 8px;
  background: linear-gradient(91deg, #F7E8DF 36.02%, #D9CBC3 87.65%);
  margin-bottom: 32px;
}
/* -- Поиск */
#k2ModuleBox536 {
  padding: 16px;
  margin-top: 16px;
}
.book-filter .button-search {
  display: none;
}
.book-filter .k2SearchBlock .k2SearchBlockForm {
  display: block;
}
.book-filter .k2SearchBlock form input.inputbox, .genericSearchForm input.k2-input {
  padding: 13px 98px 13px 16px;
  border: 1px solid #D9CBC3;
  color: #73573F;
}
.book-filter .k2SearchBlock form input.button {
  border-radius: 4px;
  background: #966D4A;
  color: #fff;
  padding: 16px;
  top: 1px;
}
@media (max-width:768px) {
  .book-filter .k2SearchBlock .k2SearchBlockForm {
    position: relative;
  }
  .book-filter {
    margin-bottom: 16px;
  }
}
/* -- Другие поля фильтра */
#K2FilterBox535 {
  margin: 0 16px;
}
#K2FilterBox535 .k2filter-table {
  position: relative;
}
.K2FilterBlock .inputbox,
.K2FilterBlock .selectize-control.single .selectize-input {
  height: 48px !important;
  background: #ffffff;
  border: 1px solid #D9CBC3;
  display: inline-block !important;
}
.K2FilterBlock .k2filter-table input {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
  color: #4C4239;
}
.selectize-input > input {
  height: 100% !important;
}
.K2FilterBlock .selectize-control.single .selectize-input:after {
  content: url(../images/icons/expand-arrow.svg);
  border: none;
  right: 12px;
  top: 16px;
  transition: all 0.4s ease;
  width: 24px;
  height: 24px;
}
.K2FilterBlock .selectize-control.single .selectize-input.input-active:after {
  transform: rotateX(180deg);
}
#K2FilterBox535 .k2filter-cell {
  padding: 0;
}
#K2FilterBox535 .k2filter-cell0,
#K2FilterBox535 .k2filter-cell1 {
  width: 50% !important;
  padding-right: 8px;
}
#K2FilterBox535 .k2filter-cell0 {
  float: inline-end;
  padding-right: 0;
  padding-left: 8px;
}
#K2FilterBox535 .k2filter-cell1 {
  position: absolute;
  top: 0;
  left: 0;
}
#K2FilterBox535 .k2filter-cell2 {
  width: 100% !important;
  padding: 24px 0;
}
#K2FilterBox535.K2FilterBlock .selectize-input, #K2FilterBox535.K2FilterBlock input.inputbox{
  padding: 8px 52px 8px 12px !important;
}
#K2FilterBox535 .k2filter-cell2 h3 {
  display: none;
}
.k2filter-field-title-az {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.k2filter-field-title-az a:first-child {
  display: none;
}
#K2FilterBox535 .k2filter-cell2 a {
  color: #73573F;
  font-family: 'PT Serif', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.015px;
  padding: 16px 8px;
}
#K2FilterBox535 .buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
#K2FilterBox535 .primary {
  order: 2;
}
#K2FilterBox535 input.button {
  margin: 0;
}
#K2FilterBox535 .buttons span {
  position: relative;
  transition: all 0.4s ease-in-out;
}
#K2FilterBox535 .buttons .primary-button {
  padding-top: 12px;
  padding-bottom: 12px;
}
.primary svg {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 7;
  transition: all 0.4s ease-in-out;
}
.primary:hover svg path{
  fill: #332B24;
  transition: all 0.4s ease-in-out;
}
#K2FilterBox535 .buttons .thirdy-button {
  padding: 12px 8px 12px 32px;
  position: relative;
  top: 1px;
}
.thirdy svg {
  position: absolute;
  top: 11px;
  left: 8px;
  z-index: 7;
}

/* Страница "Структура" --------------------- */
.structure h5 {
  text-align: center;
}
@media (max-width: 768px) {
  .structure h5 {
    text-align: left;
  }
}

/* Страница "Контакты" ------------------  */
.page-contacts {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1180px) {
  .page-contacts {
    gap: 32px;
  }
  .page-contacts__item iframe {
    width: 500px;
    height: 300px;
  }
}
@media (max-width: 800px) {
  .page-contacts {
    gap: 24px;
    flex-direction: column;
  }
  .page-contacts__item iframe {
    width: 100%;
  }
}

/* Онлайн-заявка */
#fox-container-m542 {
padding: 24px;
  border-radius: 8px;
  background: var(--neitral--2, #DFE2E2);
  width: 688px;
  max-width: 100%;
  margin: 0 auto;
}
#fox-container-m542 .fox-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
div#fox-container-m542 form .fox-row,
div#fox-container-m542 .controls,
div#fox-container-m542 .fox-form input[type="text"],
div#fox-container-m542 .fox-form input[type="email"],
div#fox-container-m542 .fox-form select  {
  width: 100% !important;
}
/*количество по клику*/
div#fox-container-m542 .fox-form .quantity_inner input[type="text"]{
  width: calc(100% - 112px)!important;
}
.quantity_inner{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.control-group .bt_minus, .control-group .bt_plus{
  display: flex;
width: 48px!important;
max-width: 48px;
height: 48px!important;
max-height: 48px;
padding: 4px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 4px;
background: var(--main--2, #F3D6CE);
margin: 0;
transition: all 0.3s ease;
border: none;
}

.control-group .bt_plus{
  background: url(../images/icons/plus.svg) no-repeat center, var(--main--2, #F3D6CE);
}
.control-group .bt_minus{
  background: url(../images/icons/minus.svg) no-repeat center, var(--main--2, #F3D6CE);
}
.control-group .bt_plus:hover{
  background: url(../images/icons/plus.svg) no-repeat center, var(--main-0, #FF8A66);
  box-shadow: 0px 0px 1px 1px rgba(205, 127, 50, 0.75), 4px 4px 16px 0px rgba(51, 43, 36, 0.15), 1px 1px 2px 0px rgba(51, 43, 36, 0.30);
}
.control-group .bt_minus:hover{
  background: url(../images/icons/minus.svg) no-repeat center, var(--main-0, #FF8A66);
  box-shadow: 0px 0px 1px 1px rgba(205, 127, 50, 0.75), 4px 4px 16px 0px rgba(51, 43, 36, 0.15), 1px 1px 2px 0px rgba(51, 43, 36, 0.30);
}
.control-group .bt_minus:active{
  background: url(../images/icons/minus.svg) no-repeat center, var(--main-1, #CC3000);
  box-shadow: 0px 0px 1px 1px rgba(205, 127, 50, 0.75), 4px 4px 16px 0px rgba(51, 43, 36, 0.15), 1px 1px 2px 0px rgba(51, 43, 36, 0.30);
}
.control-group .bt_plus:active{
  background: url(../images/icons/plus.svg) no-repeat center, var(--main-1, #CC3000);
  box-shadow: 0px 0px 1px 1px rgba(205, 127, 50, 0.75), 4px 4px 16px 0px rgba(51, 43, 36, 0.15), 1px 1px 2px 0px rgba(51, 43, 36, 0.30);
}

.quantity_inner+label{
  color: var(--neitral-2, #494746);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.048px;
  text-align: left;
  width: 100%;
  padding-left: 16px;
  display: inline-block;
}

.itemFullText div#fox-container-m542 .chzn-container-single .chzn-single{
  background-image: none;
  border: none;
  padding: 10px 12px 16px 16px !important;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--neitral--2, #DFE2E2);
  background: #FFF;
  background: rgba(255, 255, 255, 0.80) !important;
  text-decoration: none!important;
}
.chzn-container .chzn-results li::before, .chzn-container .chzn-results li::after{
display: none;
}
.chzn-container-single .chzn-single span{
  padding-bottom: 8px;
}
.itemFullText div#fox-container-m542 .chzn-container-single .chzn-single div{
  width: 32px;
}
.itemFullText div#fox-container-m542 .chzn-container-single .chzn-single div b{
  background-image: none;
  background: url(../images/icons/expand-arrow_18.svg) no-repeat 2px 12px;
}
div#fox-container-m542 input[type="text"],
div#fox-container-m542 input[type="email"],
div#fox-container-m542 select {
  padding: 16px 12px 16px 16px !important;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--neitral--2, #DFE2E2);
  background: #FFF;
  background: rgba(255, 255, 255, 0.80) !important;
}
/*Календарь*/
div#fox-container-m542 .fox-item.fox-item-calendar.control-group .controls input{
  background: transparent!important;
}
div#fox-container-m542 .fox-item.fox-item-calendar.control-group .controls{
 /* content: "";
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;*/
  border-radius: 4px;
  background: url(../images/icons/date-span1.svg) no-repeat top right, var(--main--2, #FFFFFF);
}
div#fox-container-m542 .fox-form-stacked .controls{
  position: relative;
}
#fox-container-m542 .fox-form .fox-row:nth-child(2) .fox-column{
  display: flex;
  gap: 16px;
}
#fox-container-m542 .fox-item {
  position: relative;
}
#fox-container-m542 .fox-column .control-group:nth-child(3) .controls {
  height: auto;
  padding: 0;
}
#fox-container-m542 .fox-item .control-label {
  position: absolute;
  top: 51px;
  left: 16px;
  color: #494746;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.048px;
}
#fox-container-m542 .fox-item .control-label .required{
  opacity: 0;
}
#fox-container-m542 #fox-m542-captcha-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#fox-container-m542 #fox-m542-captcha-box .control-label {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  font-family: 'PT Serif', sans-serif;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.026px;
  color:  #4C4239;
  text-align: center;
  border-top: 1px solid #C9CFCF;
  padding: 24px 0 10px;
  margin-top: 8px;
}
#fox-container-m542 #fox-m542-captcha-box .controls {
  width: fit-content !important;
  margin: 0 auto;
}
div#fox-container-m542 .btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-align: center;
  text-shadow: none;
  border: none;
  background: var(--main-0, #FF8A66);
  padding: 11px 16px;
  margin: 0;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
div#fox-container-m542 .btn span {
  color: #3B0F02 !important;
}
div#fox-container-m542 .btn:hover{
background: var(--main--1, #FFC0AD);
}
div#fox-container-m542 .btn:active{
background: var(--main-1, #CC3000);
box-shadow: 0px 0px 1px 1px rgba(205, 127, 50, 0.75), 4px 4px 16px 0px rgba(51, 43, 36, 0.15), 1px 1px 2px 0px rgba(51, 43, 36, 0.30);
}
#fox-m542-submit-box .controls {
  text-align: center;
}
div#fox-container-m542 #fox-m542-submit-box.control-group {
  margin-bottom: 0;
}
div#fox-container-m542 .fox-item-html p:last-child {
  margin-bottom: 8px;
}
div#fox-container-m542 .fox-item-dropdown .controls select{
  height: 48px!important;
}
.fox-item.fox-item-html.fox-item-html-labels.control-group:nth-child(2){
  margin-bottom: 4px!important;
}
 .fox-container.fox-container-module hr{
  margin-top: 0;
  margin-bottom: 21px;
  border-radius: 1px;
background: var(--neitral--1, #C9CFCF);
border-color:var(--neitral--1, #C9CFCF);
 }
@media (max-width:768px) {
  #fox-container-m542 .fox-column.fox-column6:nth-child(1) .control-group{
    margin-bottom: 38px;
  }
  #fox-container-m542 {
    margin-bottom: 24px;
    padding: 16px;
  }
  #fox-container-m542 .fox-form .fox-row:nth-child(2) .fox-column {
    flex-direction: column;
    gap: 16px;
  }
}

/* Стилизация блоков "Спойлеры" ------------------------------- */
.link {
  background: transparent;
  margin: 12px 0 24px;
  border-radius: 6px;
  border: 1px solid var(--main-0, #FF8A66);
  /*background: var(--neitral--3, #F4F5F5);*/
  clear: both;
}
.link:last-child {
  margin-bottom: 0;
}
/* .itemFullText .link:first-child {
  margin-top: 16px;
} */
.link .spojler {
  font-family: 'PT Serif', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.032px;
  position: relative;
  padding: 8px 16px;
  margin-bottom: 0;
  margin-top: 0;
  color:#1F1F1E;
  padding-right: 44px;
  transition: all 0.5s ease;
  min-height: 72px;
}
.link .spojler p{
  margin: 0;
  width: calc(100% - 60px);
}
.spojler::after {
  content: url(../images/icons/expand-arrow.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 16px;
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
}
.link .spojler.active {
  border-radius: 6px;
}
.spojler.active::after {
  transform: rotateX(180deg);
}
.spojler.active,
.spojler:hover {
  cursor: pointer;
}
.link:first-child .visible_text {
  margin-top: 16px;
}
.visible_text {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 24px 0;
  position: relative;
}
.visible_text > p:first-child {
  display: inline-block;
  min-width: 208px;
  max-width: 208px;
  height: 208px;
  margin: 0 32px 0 0;
}
.visible-text__block p:nth-child(2) {
  margin: 0;
}
.visible_text > p:first-child > img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  border-radius: 4px;
}
.newscontainer-itemFullText .visible_text h3 {
  color: var(--neitral-2, #494746);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 117.647% */
  letter-spacing: 0.026px;
  margin-bottom: 8px;
  text-align: left;
}
.newscontainer-itemFullText .visible_text h6 {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 120% */
  letter-spacing: 0.015px;
  margin-top: 24px;
}
.visible_text h6.visible-text__title {
  margin-bottom: 0px;
}
.hide_text {
  display: none;
  padding: 0 16px 16px;
  width: 100%;
}
.hide_text h3 {
  margin-top: 5px;
}
.hide_text p > img {
  margin: 16px;
  margin-left: 0;
}
.hide_text > p:first-child {
  margin-top: 0;
}
.hide_text p > span {
  color: #73573F;
}
.link .hide_text ul li:before {
  content: '';
  position: static;
}
.link .hide_text ul li {
  list-style-type: disc;
  padding: 0;
  margin: 5px 0;
  margin-left: 28px;
}
.link .hide_text ul{
  margin-left: 8px;
}
@media (max-width: 576px) {
  .visible_text > p:first-child {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    margin-left: 16px;
  }
  .visible-text__block {
    width: calc(100% - 96px);
  }
}
/* Спойлер "Электронные обращения" */
.link.important .spojler {
  border-radius: 6px;
background: var(--neitral--3, #F4F5F5);
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08px;
}
.link.important .spojler .button {
  position: absolute;
  right: 8px;
  top: 12px;
  padding: 10px 8px;
}
.link.important .spojler .hide,
.link.important .spojler.active .show {
  display: none;
}
.link.important .spojler.active .hide {
  display: block;
}
.link.important .spojler::after {
  content: '';
}
.link.important .hide_text {
  background: var(--neitral--3, #F4F5F5);
 /* background: #F7E8DF;*/
  padding-bottom: 16px;
  border-radius: 0 0 6px 6px;
}
.link.important{
  margin-bottom: 8px;
}
.link.important .hide_text--inner {
  background-color: #fff;
  border-radius: 6px;
  padding: 6px 16px;
}
@media (max-width: 992px) {
  .link.important {
    margin-bottom: 24px;
  }
}
@media (max-width: 400px) {
  .link.important .spojler .button {
    bottom: 8px;
    top: auto;
  }
  .link .spojler p {
    width: 100%;
    padding-bottom: 40px;
  }
}

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

/* Системные сообщения */
#system-message .close {
  display: none;
}
/* заыбли Логин, Пароль  т.п. */
.form-validate {
  margin-top: 16px;
}
.control-group {
  margin-bottom: 16px;
}
.control-group .star {
  color: red;
}
.control-group input {
  width: 100%;
  max-width: 400px;
  height: 48px;
  padding: 16px 12px 16px 16px;
  margin-top: 8px;
  border-radius: 4px;
  border: 1px solid #D9CBC3;
}
.control-group input:focus-visible {
  outline: none;
  border: 1px solid #966D4A;
}
.control-group:nth-child(3) {
  position: relative;
}
.control-group:nth-child(3) .control-label {
  position: absolute;
  top: 6px;
  left: 40px;
}
.control-group:nth-child(3) .control-label:has(.hasPopover) {
  position: static;
  margin-bottom: 8px;
}
.control-group:nth-child(3) .controls:has(.g-recaptcha) {
  padding: 0;
  height: auto;
  align-items: baseline;
}
.control-group:nth-child(3) .controls {
  display: flex;
  align-items: center;
  padding-left: 4px;
  height: 24px;
  width: 24px;
}
.control-group .btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-align: center;
  padding: 11px 16px 10px;
  color: #FFF;
  background: #966D4A;
  padding: 12px 16px;
  margin-top: 8px;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.control-group .btn:hover, 
.control-group .btn:focus, 
.control-group .btn:active {
  color: #332B24;
  background: #D7975B;
  box-shadow: 0px 0px 1px 1px rgba(205, 127, 50, 0.75), 4px 4px 16px 0px rgba(51, 43, 36, 0.15), 1px 1px 2px 0px rgba(51, 43, 36, 0.30);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.nav.nav-tabs.nav-stacked {
  display: flex;
  position: relative;
  left: -8px;
  margin: 16px 0 70px;
}
.btn-group .btn {
  position: relative;
  left: -8px;
}
.nav.nav-tabs.nav-stacked a,
.btn-group .btn,
.button.validate {
  color: #835020;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.175px;
  text-align: center;
  padding: 10px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}
.nav.nav-tabs.nav-stacked a:hover, 
.nav.nav-tabs.nav-stacked a:focus, 
.nav.nav-tabs.nav-stacked a:active,
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.button.validate:hover,
.button.validate:focus,
.button.validate:active {
  color: #835020;
  background: #EBCCAD;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.nav.nav-tabs.nav-stacked li:nth-child(3) a {
  color: #4C4239;
  text-align: center;
  font-family: 'PT Serif', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.026px;
  text-transform: initial;
  position: absolute;
  top: 32px;
  left: 0px;
}
.nav.nav-tabs.nav-stacked li:nth-child(3) a:hover {
  color: #4C4239;
  background: #fff;
}


/*Афиша на главной*/
section.afisha{
  background: #FFF;
}
.afisha-wrapper{
  width: 100%;
  border-radius: 2px;
background: #FFF;
/*box-shadow: 0px 20px 40px 0px #E5E5E5;*/
padding: 0 16px 16px 24px;
/*margin-bottom: 24px;*/

}
.filter-block{
  border-radius: 8px;
  background: var(--neitral--2, #DFE2E2);
  padding: 16px;
}
.filter-block h5{
text-align: center;
}
.afisha-item{
margin-top: 24px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
gap: 24px;
flex: 1 0 0;
align-self: stretch;
}
.afisha-item .thirdy-button{
  position: relative;
  left: -8px;
}
.afisha-content{
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
align-self: stretch;
padding: 16px 0 16px;
}
.afisha-content h3.main-title{
 /* margin-top: 16px;*/
  color: var(--neitral-3, #1B1B1B);
font-family: "PT Serif", sans-serif;
font-size: 21px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 133.333% */
letter-spacing: 0.032px;
margin-bottom: 4px;
}
.afisha-description{
  margin-bottom: 8px;
}
.afisha-extrafields{
  width: 100%;
padding: 24px 0;
  border-top: 1px solid var(--neitral--3,#DFE2E2);
}
.afisha-extrafields ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 20px;
}
.afisha-extrafields ul li{
  color: var(--neitral-3, #1F1F1E);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
li.time, li.time>div{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
/*li.time, li.time>div:nth-child(2){
  margin-top: 8px;
}*/

li.time span{
  margin: 0 8px;
  background-color:#E22831;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
}

.afisha-description p{
  margin-top: 0;
}
.afisha-extrafields ul li.time{
  color: var(--neitral-3, #1F1F1E);
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
letter-spacing: 0.08px;
max-width: 330px;
}
.afisha-extrafields ul li .name{
  color: var(--accent-2, #6C0F13);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 114.286% */
letter-spacing: 0.035px;
margin: 0 0 0 6px;
}
.afisha-extrafields ul li{
  position: relative;
  padding-left: 28px;
}
.afisha-extrafields ul li.date::after{
  content: "";
  background: url(../images/icons/day.svg) no-repeat left center;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.afisha-extrafields ul li.place-afisha::after{
  content: "";
  background: url(../images/icons/hall.svg) no-repeat left center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
}
.afisha-extrafields ul li.ticket::after{
  content: "";
  background: url(../images/icons/ticket.svg) no-repeat left center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
}
.afisha-extrafields ul li.time::after{
  content: "";
  background: url(../images/icons/clock.svg) no-repeat left center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
}

.afisha-item img{
  width: 236px;
  height: 334px;
  object-fit: contain;
 /* border: 1px solid var(--neitral--1, #9E9E9E);*/
}
.afisha-button{
  text-align: center;
  padding-bottom: 24px;
}
.filter-field.checkbox-field{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;flex-wrap: wrap;
  gap: 8px;

}
.filter-row{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.filter-field label{
margin-left: 14px;
margin-top: 4px;
}
.filter-field.date-field label{
  position: absolute;
  left: 2px;
  bottom: -16px;
  color: var(--neitral-1, #726F6E);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 14px; /* 116.667% */
letter-spacing: 0.048px;
}
.filter-field{
  flex-grow: 1;
}
.filter-field.date-field{
  flex-grow: 0;
  min-width: 336px;
}
.filter-field input, .filter-field select{
  border-radius: 4px;
  border: 1px solid var(--neitral--2, #DFE2E2);
  background-color: #FFF;
  padding-left: 16px;
  padding-right: 16px;
  height: 48px;
  color: var(--neitral-1, #726F6E);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
letter-spacing: 0.08px;
}
.filter-field.select-field select, .filter-field.text-field input{
  width: 100%;
}
.filter-buttons{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.filter-buttons .thirdy-button{
  left: 0;
  top: 0;
}
.filter-buttons .thirdy-button.icon svg{
top: 10px;
}
.field-row{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px){
.afisha-item{
  /*display: block;*/
  justify-content: flex-start;
  gap: 0;
}
.afisha-item>a{
  float: left;
  display: block;
}
.afisha-item img{
  width: 80px;
height: 112px;
margin-right: 16px;
margin-bottom: 16px;
}
.afisha-content{
  padding-top: 8px;
 /* display: block;*/
}
.filter-row{
  flex-wrap: wrap;
  overflow: hidden;
}
.filter-field.date-field,
filter-field.select-field,
filter-field.text-field{
  width: 100%;
}
}
@media screen and (max-width: 576px){
  .afisha-item .thirdy-button{
    left: -104px;
  }
  .filter-field label{
    margin-left: 8px;
  }
  .field-row{
    flex-grow: 1;
  }
  .filter-field.checkbox-field{
    gap: 16px;

  }
  .filter-field.date-field{
    display: flex;
    flex-direction: row;
    max-width: 100%;
    gap: 6px;
    align-items: center;
    max-width: 100%;
    margin-bottom: 14px;
    position: relative;
  }
  .filter-field input[type="date"]{
    padding-left: 8px;
    padding-right: 6px;
    max-width: 120px!important;
  }
  .afisha-wrapper{
    margin-bottom: 16px;
    padding: 0;
  }
  .filter-buttons{
    flex-wrap: wrap-reverse;
    margin-top: 24px;
  }
  .afisha-extrafields ul li{
    flex-wrap: wrap;
  }
  .afisha-extrafields{
    width: calc(100% + 96px);
    position: relative;
    right: 96px;
    margin-top: 8px;
  }
}
/*Гостевая книга на главной*/
section.guest-book{
  background: var(--neitral--3, #F4F5F5);
}
.comment-slider.slick-slider{
  width: 1168px;
  max-width: 100%;
  margin: 0 auto;
}
.comment-slider.slick-slider li.slick-slide{
  width: 100%;
  margin-left: 8px;
  margin-right: 8px;
  min-height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--neitral-0, #ADAAA9);
  background: #FFF;
  padding: 16px;
  margin-bottom: 0;

}
.k2LatestCommentsBlock{
  position: relative;
  margin-bottom: 16px;
}
.comment-slider-arrow{
  position: absolute;
  width: 48px;
  height: 48px;
  top: calc(50% - 24px);
}
.comment-slider-arrow:hover{
  cursor: pointer;
  opacity: 0.7;
}
.comment-slider-arrow.left{
  left: 0;
}
.comment-slider-arrow.right{
  right: 0;
}
h4.lcUsername{
  color: var(--main-3, #3B0F02);
font-size: 17px;
line-height: 20px; /* 117.647% */
letter-spacing: 0.026px;
margin-bottom: 8px;
}
.lcCommentDate{
  color: var(--neitral-1, #726F6E);
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 12px; /* 120% */
letter-spacing: 0.15px;
text-transform: uppercase;
display: inline-block;
margin-bottom: 16px;
}
.lcComment{
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 1300px){
.k2LatestCommentsBlock{
  padding-left: 48px;
  padding-right: 48px;
}
}
@media screen and (max-width: 500px){
  .comment-slider-arrow.left{
    left: -8px;
  }
  .comment-slider-arrow.right{
    right: -8px;
  }
  .k2LatestCommentsBlock{
    padding-left: 32px;
    padding-right: 32px;
  }
}
.main-buttons{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  padding-bottom: 24px;
}
/*Афиша на главной*/
.button span {
  line-height: 14px;
}
.primary-button.icon svg,
.secondary-button.icon svg,
.thirdy-button.icon svg {
  position: absolute;
  left: 12px;
  top: 10px;
  transition: all 0.3s ease;
}
.afisha-wrapper {
  width: 100%;
  border-radius: 2px;
  background: inherit;
  color: #383838;
}
.afisha-swiper.swiper {
  padding-top: 48px;
  padding-bottom: 16px;
  height: max-content;
}
.afisha-wrapper h2 {
  color: #73573F;
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.09px;
  margin: 13px 0;
}
/* .filter-block {
  border-radius: 8px;
  background: linear-gradient(91deg, #F7E8DF 36.02%, #D9CBC3 87.65%);
  padding: 16px;
} */
.filter-block h5 {
  text-align: center;
}
.swiper {
  width: 100%;
}
.swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #767676;
}
.swiper .swiper-pagination-bullet-active {
  background: #767676;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: auto !important;
  top: 16px !important;
}
.afisha-item {
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: flex-start;
  gap: 32px;
  /* flex: 1 0 0; */
  align-self: stretch;
  flex-grow: 1;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}
.afisha-item:hover {
  border: 2px solid #E3E3E3;
  box-shadow: 0px 0px 1px 1px rgba(214, 212, 210, 0.75), 4px 4px 16px 0px rgba(51, 43, 36, 0.15), 1px 1px 2px 0px rgba(51, 43, 36, 0.30);
  cursor: pointer;
}
.afisha-item .thirdy-button {
  position: relative;
  left: -8px;
}
.afisha-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding: 13px 32px 16px 0;
}
.afisha-content h3.main-title {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 133.333% */
  letter-spacing: 0.032px;
  margin-bottom: 4px;
}
.afisha-extrafields {
  width: 100%;
  padding: 24px 0 0;
  margin-top: 20px;
  border-top: 1px solid #dfe2e2;
}
.afisha-extrafields ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 18px;
  margin: 0;
  padding-left: 0;
}
.afisha-extrafields ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
li.time,
li.time > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

li.time span {
  margin: 0 8px;
  background-color: #e22831;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
}
.afisha-content h6 {
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.015em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.afisha-description p {
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.0025em;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.afisha-extrafields ul li {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.005em;
  text-align: left;
  position: relative;
  padding-left: 32px;
}
.afisha-extrafields ul li.date::after {
  content: "";
  background: url(../images/calendar-2.svg) no-repeat left center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.afisha-extrafields ul li.place-afisha::after {
  content: "";
  background: url(../images/arena.svg) no-repeat left center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
}
.afisha-extrafields ul li.ticket::after {
  content: "";
  background: url(../images/ticket.svg) no-repeat left center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
}
.afisha-extrafields ul li.artist::after {
  content: "";
  background: url(../images/mask.svg) no-repeat left center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -1px;
  background-size: contain;
}
.afisha-extrafields ul li.time::after {
  content: "";
  background: url(../images/clock.svg) no-repeat left center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
}
.afisha-extrafields ul li.price::after {
  content: "";
  background: url(../images/price.svg) no-repeat left center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -2px;
  background-size: contain;
}
.afisha-extrafields ul li.web::after {
  content: "";
  background: url(../images/website-24.svg) no-repeat left center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -2px;
  background-size: contain;
}
.web a {
  text-decoration: none;
  color: inherit;
}
.afisha-item > img {
  object-fit: cover;
  width: 240px;
  height: 341px;
  border-radius: 2px;
}
.afisha-button {
  text-align: center;
  padding-bottom: 24px;
  padding-top: 24px;
}
.filter-field.checkbox-field {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.filter-field label {
  margin-left: 14px;
  margin-top: 4px;
}
.filter-field label {
  position: absolute;
  left: 2px;
  bottom: -16px;
  color: #6e6e6e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.048px;
}
.filter-field {
  /* flex-grow: 1; */
  width: 33.33%;
  position: relative;
}
.filter-field.date-field {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.filter-field.date-field input {
  width: calc(50% - 10px);
}
.filter-field input.date {
  background-image: url(../images/calendar.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
  background-position-y: center;
}
.filter-field input:focus-within {
  outline: none;
}
.filter-field input,
.filter-field select {
  border-radius: 2px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  padding: 0 16px;
  height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.08px;
}
.filter-field.select-field select,
.filter-field.text-field input {
  width: 100%;
  /* max-width: calc(100% - 16px); */
  height: 48px;
}
/* select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-appearance: none;
  background-image: url(../images/expand-arrow.svg) !important;
  background-position: 98% center;
  background-repeat: no-repeat;
} */
.filter-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  margin-bottom: 8px;
}
.filter-buttons .thirdy-button {
  left: 0;
  top: 0;
}
.filter-buttons .thirdy-button.icon svg {
  top: 10px;
}
.field-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.afisha-search-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}
.afisha-search-wrapper > .afisha-item > img {
  width: 312px;
  height: 443px;
  /* margin-bottom: -5px; */
}
.afisha-search-wrapper .afisha-description p {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 1220px) {
  .afisha-search-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
  .afisha-search-wrapper .afisha-item {
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .afisha-item:hover{
    box-shadow: none;
  }
  .afisha-item {
    justify-content: flex-start;
    gap: 0;
  }
  .afisha-item > a {
    float: left;
    display: block;
  }
  .afisha-item img,
  .afisha-search-wrapper .afisha-item img {
    width: 80px;
    height: 112px;
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .afisha-content {
    padding-top: 8px;
    padding-right: 0;
  }
  .filter-row {
    flex-wrap: wrap;
  }
  .filter-field {
    width: 100%;
  }
  .filter-field.date-field,
  .filter-field.text-field {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .afisha-item {
    /* border-right:1px solid #E3E3E3; */
  }
  .afisha-search-wrapper .afisha-item {
    border-bottom: 1px solid #e3e3e3;
    border-right: none;
  }
  .afisha-item .thirdy-button {
    left: -104px;
  }
  .filter-field label {
    margin-left: 8px;
  }
  .field-row {
    flex-grow: 1;
  }
  .filter-field.checkbox-field {
    gap: 16px;
  }
  .filter-field.date-field {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    gap: 6px;
    align-items: center;
    max-width: 100%;
    margin-bottom: 14px;
    position: relative;
    min-width: 200px;
  }
  .filter-field input[type="date"] {
    padding-left: 8px;
    padding-right: 6px;
    max-width: 120px !important;
  }
  .afisha-wrapper {
    /* margin-bottom: 16px; */
    padding: 0;
  }
  .filter-buttons {
    flex-wrap: wrap-reverse;
    margin-top: 24px;
  }
  .afisha-extrafields ul li {
    flex-wrap: wrap;
  }
  .afisha-extrafields {
    width: calc(100% + 96px);
    position: relative;
    right: 96px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 420px) {
  .afisha-extrafields {
    border: none;
    padding: 16px 0 0;
    margin: 0;
  }
  .afisha-description hr {
    display: none;
  }
  .afisha-content h3.main-title {
    margin-bottom: 24px;
  }
  .afisha-content h6 {
    /* margin-top: 18px; */
    margin-top: 0;
  }

  .afisha-description {
    position: relative;
    right: 96px;
    width: calc(100% + 96px);
  }
}

  /* Модалка */
  body {
    position: relative;
  }
  .noscroll {
    overflow-y: scroll;
    width: 100%;
  }
  .modal {
   display:none;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.5;
    z-index: 995 !important;
  }
  .close {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 99;
    cursor: pointer;
  }
  .afisha .modal__wrapper .close img{
    width: 24px;
    height: 24px;
  }
  .modal__wrapper {
    position: fixed;
    top: calc(50% - 344px);
    left: calc(50% - 600px);
    width: 1200px;
    height: 688px;
    padding: 16px;
    z-index: 1000 !important;
    background-color: #fff;
    z-index: 4;
    border: 2px solid #E3E3E3;
    box-shadow: 0px 0px 1px 1px rgba(214, 212, 210, 0.75), 4px 4px 16px 0px rgba(51, 43, 36, 0.15), 1px 1px 2px 0px rgba(51, 43, 36, 0.30);
  }
  .modal .afisha-item:hover {
    box-shadow: none;
    border: 2px solid transparent;
    cursor: default;
  }
  .modal .afisha-description p {
    -webkit-line-clamp: initial;
    overflow: visible;
  }
  .modal .afisha-content {
    padding: 0;
  }
  @media (max-width:1250px) {
    .modal__wrapper {
      top: 16px;
      left: 16px;
      bottom: 16px;
      right: 16px;
      width: auto;
      height: auto;
      overflow: scroll;
    }
    .modal__wrapper .afisha-item{
      flex-direction: column;
    }
    .modal__wrapper::-webkit-scrollbar {
      scrollbar-width: 0;
      display: none;
    }
    .modal .afisha-item img{
      width: auto;
      min-width: 184px;
      height: 264px;
      margin: 0 auto 16px;
      /* position: absolute;
      top: 80px;
      left: calc(50% - 92px); */
    }
    /* .modal .afisha-content .main-title {
      margin-bottom: 285px;
    } */
    .modal .afisha-content h6 {
      margin-top: 0;
    }
    .modal .afisha-description { 
      right: auto;
      width: auto;
    }
    .modal .afisha-extrafields {
      width: auto;
      right: auto;
      margin-top: 0;
      padding-top: 24px;
      margin-bottom: 8px;
    }
    .modal .afisha-content{
      border: none;
    }
  }
  
#block_afisha .container-wrapper{
    /* padding: 0; */
}  
/* .afisha .primary-button svg path{
    fill: #FFFFFF;
    }*/
    .afisha .thirdy-button svg path{
      fill: #8A2205;
      stroke:#8A2205;
      } 
      .afisha{
  padding-bottom: 16px;
}
.afisha .container-wrapper.anim-items{
  padding: 0;
}
.afisha-search-wrapper > .afisha-item > img{
  flex-shrink: 0;
  /* min-height: 100%; */
  
}
.afisha .afisha-content{
  height: 100%;
}
.afisha .afisha-search-wrapper > .afisha-item > img{
  margin-bottom: 0;
}
/* .afisha .filter-buttons{
  justify-content: flex-end;
  gap: 24px;
} */