/*____________________ SOCIAL ICONS ______________________________ */
@font-face {
  font-family: "icomoon";
  src: url("/src/fonts/icon/fonts/icomoon.eot?o99wyd");
  src: url("/src/fonts/icon/fonts/icomoon.eot?o99wyd#iefix")
      format("embedded-opentype"),
    url("/src/fonts/icon/fonts/icomoon.ttf?o99wyd") format("truetype"),
    url("/src/fonts/icon/fonts/icomoon.woff?o99wyd") format("woff"),
    url("/src/fonts/icon/fonts/icomoon.svg?o99wyd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-odnoklassniki:before {
  content: "\e901";
}
.icon-viber:before {
  content: "\e902";
}
.icon-chevron-right:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-telegram:before {
  content: "\ea95";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-vk:before {
  content: "\ea98";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-skype:before {
  content: "\eac5";
}
.icon-linkedin:before {
  content: "\eac9";
}

/*____________________ STYLE ______________________________ */
@font-face {
  font-family: Averta;
  src: url(/src/fonts/Avertademopecutteddemoregular.woff2);
  /* норм вместо берлина */
}

@font-face {
  font-family: Roboto;
  src: url(/src/fonts/Roboto-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(/src/fonts/Roboto-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}


/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {

  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;

}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a {
  text-decoration: none;
}
/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}
a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}
/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}
button {
  text-decoration: none;
  border: none;
  background-color: transparent;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.arcom__widget-container {
  max-width: 1060px !important;
  margin: 0 auto !important;
  position: relative;
  top: 5vh;
  max-height: 90vh;
  width: 100%;
  background-color: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0,
    rgba(0, 0, 0, 0.6) 100%
  );
  padding: 0;
}
.my_container {
  background: white;
  min-height: 100vh;
  font-size: 18px;
  font-family: Averta;
  width: 90%;
  padding: 15px 20px;
  margin: 0 auto;
  /* position: relative; */
  max-width: 1160px;
}
@media (max-width: 1170px) {
  .my_container {
    width: 100%;
    padding: 15px 45px;
  }
}
@media (max-width: 1170px) {
  .my_container {
    width: 100%;
    padding: 15px 25px;
  }
}
@media (max-width: 800px) {
  .my_container {
    width: 100%;
    padding: 15px 10px;
  }
}

@media (max-width: 830px) {
  .my_container {
    font-size: 16px;
  }
}
#map {
  max-width: 80vw !important;
}

/*____________________ DROPDOWN______________________________ */

h1 {
  display: flex;
  justify-content: center;
}
.__select {
  
  position: relative;
  /* width: 230px; */
  height: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width:500px){

  .__select{
    font-size: 15px;
    
  }
}
.__select[data-state="active"] .__select__title::before {
  transform: translate(-3px, -50%) rotate(-45deg);
}
.__select[data-state="active"] .__select__title::after {
  transform: translate(3px, -50%) rotate(45deg);
}
.__select[data-state="active"] .__select__content {
  display: block;
}
.__select[data-state="active"]
  .__select__label
  + .__select__input
  + .__select__label {
  max-height: 40px;
  border-top-width: 1px;
}
.__select__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
 margin-right: 10px;
  cursor: pointer;
}
.__select__title:hover{
  transition: 150ms linear 50ms;
  background-color: #f8f8ff;
  border-radius: 8px;
}
/* .__select__title::before,
.__select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 10px;
  height: 2px;
  transition: all 0.3s ease-out;
  background-color: #333333;
  transform: translate(-3px, -50%) rotate(45deg);
}
.__select__title::after {
  transform: translate(3px, -50%) rotate(-45deg);
}
.__select__title:hover {
  border-color: #0c5c9d;
}
.__select__title:hover::before,
.__select__title:hover::after {
  background-color: #0c5c9d;
} */
.reset {
  display: flex;
  width: 230px;
  padding: 8px 16px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: solid 1px #c7ccd1;
  border-radius: 5px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-weight: bold;
  background-color: #ffffff;
  color: #333333;
}
.reset:hover {
  background-color: #d8093a;
  color: #ffffff;
}
.__select__content {
  position: absolute;
  top: 50px;
  /* left: 3px; */
  right: 0;
  display: flex;
  flex-direction: column;
  /* width: calc(100% - 6px); */
  min-width: 200px;
  background-color: #ffffff;
  
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s ease-out;
  /* opacity: 0; */
  display: none;
  z-index: 1;
  max-height: 60vh;
  overflow: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.__select__input {
  display: none;
}
.__select__input:checked + label {
  background-color: #dedede;
}
.__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}
.__select__label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 40px;
  padding: 0 16px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.__select__label + input + .__select__label {
  border-top: 0 solid #c7ccd160;
}
.__select__label:hover {
  background-color:#f8f8ff ;
  
}

/* my additional */

.__select__group {
  max-height: 0;
  padding-bottom: 5px;
}
.__select[data-state="active"] .__select__group {
  max-height: fit-content;
}
.__select__group__click {
  padding: 0 5px;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.2s;
}
/* .__select__group:nth-child(5) {

  display: block;

  display: none;

} */
.__select__group__click:hover {
  background-color:#f8f8ff ;
}
.__select__group__list {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  /* display: none; */
}
.__select__group .active {
  max-height: 1000px;
  /* border: 3px solid #0c5c9d; */
  /* display: block; */
}
/*____________________ itc-slider______________________________ */
/**
 * ItcSlider
 * @version 1.0.0
 * @author https://github.com/itchief
 * @copyright Alexander Maltsev 2020 - 2022
 * @license MIT (https://github.com/itchief/ui-components/blob/master/LICENSE)
 * @tutorial https://itchief.ru/javascript/slider
 */

.itc-slider {
  position: relative;
  border: 1px solid #f8f8ff;
  background: #f8f8ff;
  border-radius: 20px;
}

.itc-slider__wrapper {
  overflow: hidden;
}

.itc-slider__items {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.itc-slider__transition-none {
  transition: none;
}

.itc-slider__item {
  flex: 0 0 100%;
  max-width: 100%;
  user-select: none;
  will-change: transform;
}
.itc-slider-2 .itc-slider__item {
  flex: 0 0 50%;
  max-width: 50%;
}

/* кнопки влево и вправо */
.itc-slider__btn {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  /* background: #f8f8ff; */
  color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  right: 10%;
  background-color: rgba(30, 39, 84, 80%);
  transition: all 0.1s;
}

.itc-slider__btn_hide {
  display: none;
}

.itc-slider__btn_prev {
  left: 0;
}

.itc-slider__btn_next {
  right: 0;
}
/* 
  .itc-slider__btn:hover,
  .itc-slider__btn:focus {
    color: #fff;
    text-decoration: none;
    background: rgb(0 0 0 / 30%);
    outline: 0;
  } */

.itc-slider__btn:hover {
  border-color: #9b180f;
  color: #f8f8ff4f;
}

.itc-slider__btn::before {
  /* content: ""; */
  display: inline-block;
  /* width: 20px;
  height: 20px; */
  /* background-color: #f8f8ff; */
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.itc-slider__btn_prev::before {
  font-size: 26px;
  /* width: 8px;
  height: 16px; */

  transform: rotate(180deg);
  /* background-image: url("https://kudapoiti.by/src/img/icons/arrow_left.png"); */
}

.itc-slider__btn_next::before {
  font-size: 26px;
  /* width: 8px;
  height: 16px; */
  /* background-image: url("/src/img/icons/arrow_right-removebg-preview.png"); */
}

/* индикаторы */
.itc-slider__indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7;
  display: flex;
  justify-content: center;
  margin: 0 15%;
  padding-left: 0;
  list-style: none;
}

.itc-slider__indicator {
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgb(255 255 255 / 50%);
  background-clip: padding-box;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  cursor: pointer;
}

.itc-slider__indicator_active {
  background-color: rgb(255 255 255 / 90%);
}

/*____________________ UI ______________________________ */
/* components */
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  background: #000;
  padding: 12px 25px;
  background: #1e2754;
  color: #fdffff;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.button:hover {
  background: #09487c;
}
.light_button {
  width: fit-content;
  color: #696969;
  border: 1px solid #1e2754;
  background: #f8f8ff;
  transition: all 0.5s;
}
.light_button:hover {
  background: #abcee0;
  border: 1px solid #09487c;
}

.input_find {
  width: 100%;
  background: #f8f8ff;
  color: #696969;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

/* CHECKBOX */

.input_checkbox {
  /* width: 20px;
  height: 20px;
  border-color: #0c5c9d;
  background-color: #f8f8ff; */
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.input_checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

.input_checkbox + label::after {
 
  background-color: rgb(255 255 255 / 50%);
}

.input_checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.input_checkbox:checked + label::before {
  border-color: #0b76ef;
  /* background-color: #0b76ef; */
  background-image: url(/src/img/icons/checkYes.png);
}
/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.input_checkbox:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
/* .input_checkbox:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} */
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.input_checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
/* .input_checkbox:disabled+label::before {
  background-color: #e9ecef;
} */

/* mobile */
.input_checkbox_mobile {
  /* width: 20px;
  height: 20px;
  border-color: #0c5c9d;
  background-color: #f8f8ff; */
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.input_checkbox_mobile + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.input_checkbox_mobile + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.input_checkbox_mobile:checked + label::before {
  border-color: #0b76ef;
  /* background-color: #0b76ef; */
  background-image: url(/src/img/icons/checkYes.png);
}
/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.input_checkbox_mobile:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
/* .input_checkbox_mobile:focus+label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} */
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.input_checkbox_mobile:focus:not(:checked) + label::before {
  border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
/* .input_checkbox_mobile:disabled+label::before {
  background-color: #e9ecef;
} */

.icon_search {
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
/* BreadCrumb */
.breadCrumb {
  font-family: Averta;
  display: flex;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  transition: all 0.2s;
}

.breadCrumb__item__line {
  margin: 0 15px;
  cursor: default;
}

.breadCrumb__item {
  cursor: pointer;
  text-decoration: none;
  color: #121212;
}

.breadCrumb__item:nth-child(n+4) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadCrumb__item:hover {
  color: #0c5c9d;
}

@media (max-width: 900px) {
  .breadCrumb {
    font-size: 14px;
    line-height: 17px;
    margin: 15px 0;
  }

  .button {
    font-size: 16px;
    line-height: 22px;
  }
  .input_find {
    font-size: 16px;
    line-height: 22px;
  }
}

/* arrow_top */
.arrow_to_top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 5vh;
  right: 2vw;
  background: #fdffff;
  border: 1.3px solid #0c5c9d;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 400;
}
.arrow_to_top .icon-chevron-right {
  font-size: 30px;
  font-weight: lighter;
  color: #0c5c9d;
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.arrow_to_top_visible {
  display: flex;
}
.arrow_to_top:hover .icon-chevron-right {
  transform: rotate(-450deg);
}

/* modal main */

.modalArt {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000080;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
}
.modalArt--active {
  opacity: 1;
  visibility: visible;
}
.modalArt__body {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalArt__content {
  padding: 10px 15px;
  /* width: 50%; */
  max-width: 90%;
  min-height: 50%;
  max-height: 70%;
  /* overflow-y: auto; */
  /* overflow: auto; */
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  /* box-shadow: 0 0 55px #d31010; */
  position: relative;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
  transition: all 0.8s;
  opacity: 0;
}
.modalArt--active .modalArt__content {
  opacity: 1;
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
}
.modalArt__close {
  font-size: 30px;
  position: absolute;
  color: #240e0e;
  top: -10%;
  right: 0%;
  cursor: pointer;
}
.modalArt__title {
}
.modalArt__text {
}

.button-openmap {
  cursor: pointer;
  /* padding: 5px 10px;
    border: 1px solid #0c5c9d;
    background: #f8f8ff;
   
    border-radius: 10px;
    transition: all .3s ; */
  color: #0c5c9d;
}
.button-openmap:hover {
  color: #0f1a1f;
}
.map {
  max-width: 100%;
}
/*____________________ nouislider.min ______________________________ */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
   user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
/*____________________ range ______________________________ */
/* .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
 .ui-button.ui-state-disabled:hover,
 .ui-button.ui-state-disabled:active {
    border-radius: 50%;
} */

.noUi-target {
  width: 95%;
  height: 10px;
  background: #f8f8ff;
  border-color: #0c5c9d;
  border: 1px solid #1e2754;
  border-radius: 15px;
}

.noUi-connect {
  background-color: #1e2754;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border: 1px solid #1e2754;
  border-radius: 50%;
  top: -4px;
  right: -10px;
}
.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

.ui-widget.ui-widget-content {
  background: #f8f8ff;
  border-color: #0c5c9d;
  border: 1px solid #1e2754 !important;
  border-radius: 15px;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: #0c5c9d;
}
.slider-range {
  margin: 10px 0;
}
.buyTicket_header__time_title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 28px;
  color: #121212;
}
.buyTicket_header__time_legend {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.buyTicket_header__time_legend_item {
  font-size: 18px;
  line-height: 25px;
  color: #696969;
}
/* .time_legend_item_small{
    display: none;
} */
.dn {
  display: none;
}
@media (max-width: 1000px) {
  .buyTicket_header__time_legend_item {
    display: none;
  }
  .dn {
    display: block;
  }
}
@media (max-width: 830px) {
  .buyTicket_header__time_legend_item {
    display: block;
  }
  .dn {
    display: none;
  }
}
@media (max-width: 530px) {
  .buyTicket_header__time_legend_item {
    display: none;
  }
  .dn {
    display: block;
  }
}
/*____________________ calendar ______________________________ */

.calendar {
  width: fit-content;
  height: auto;
  display: none;
  /* justify-content: center; */
  flex-direction: column;
  /* flex-wrap: wrap; */
  /* align-items: center; */
  border: 1px solid #1e2754;
  border-radius: 8px;
  background-color: #f8f8ff;
  color: black;
  padding: 15px 0;
  position: absolute;
  top: 110%;
  left: 0;
  /* left: -350%; */
  /* width: 1600px; */

  z-index: 30;
  cursor: default;
  /* position: relative; */
  /* overflow: hidden; */
}

.calendar_header {
  position: relative;
  padding: 15px 0;
}
.calendar_row {
  width: auto;
  height: auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);

  flex-wrap: wrap;
  padding: 0 5px;
  /* overflow-x: scroll; */
  /* overflow: hidden; */
}
.calendar_col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  /* margin-right: 10px; */
  padding: 3px;
}

.calendar_week_day {
  /* display: none; */
  padding: 10px;
  margin-bottom: 5px;
}
/* .calendar_week_day:first-child,
.calendar_week_day:nth-child(2),
.calendar_week_day:nth-child(3),
.calendar_week_day:nth-child(4),
.calendar_week_day:nth-child(5),
.calendar_week_day:nth-child(6),
.calendar_week_day:nth-child(7) {
  display: block;
} */
/* .calendar_week_day:first-child{
  padding: 10px 10px 10px 0;
  }
  .calendar_week_day:last-child{
    padding: 10px 10px 10px 0;
    } */
.calendar_number_day {
  width: 100%;
  height: 100%;
  color: black;
  max-height: fit-content;
  cursor: pointer;
  padding: 5px;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.calendar_number_day:hover {
  background-color: white;
  border-color: #0c5c9d;
  border-radius: 6px;
}
.calendar_number_day:active {
  background-color: #0c5c9d;
  border-color: #0c5c9d;
  border-radius: 6px;
}
.calendar_number_day__active {
  background-color: white;
  border-color: #0c5c9d;
  border-radius: 6px;
}
.calendar_number_day__disable {
  /* border-color: #0c5c9d; */
  border-color: #0c5c9d;
  border-radius: 6px;
  background: grey;
}
.calendar_number_day__disable__before {
  /* border-color: #0c5c9d; */
  border-color: rgb(117, 9, 9);
  border-radius: 6px;
  color: rgb(80, 0, 0);

  background: grey;
  /* background:#fdffff; */
  cursor: not-allowed;
}
.calendar_number_day__disable__before:hover {
  background: grey;
}
.calendar_month {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  padding: 5px 20px;
  position: absolute;
  /* top: 110%; */
  top: 0%;
  z-index: 4;
}
.calendar_month_arrow_prev {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
  transition: all 0.3s;
  border: 1px solid transparent;
}
.calendar_month_arrow_next {
  display: flex;
  justify-content: center;
  align-items: center;

  transition: all 0.4s;
  border: 1px solid transparent;
}
.calendar_month_arrow_prev:hover {
  border-color: #000;
  border-radius: 8px;
}
.calendar_month_arrow_next:hover {
  border-color: #000;
  border-radius: 8px;
}
.calendar_month_arrow_prev:active {
  background: #0c5c9d;
}
.calendar_month_arrow_next:active {
  background: #0c5c9d;
}
.calendar_choice {
  display: none !important;
  padding: 20px;
  font-size: 20px;
  line-height: 21px;
  color: #121212;
}
.calendar_clear {
  display: none;
  font-size: 18px;
  padding: 10px;
  min-width: 200px;
}

.buyTicket_header__date_calendar {
  display: none;
  /* left:-83%; */
  width: auto;
}

@media (max-width: 830px) {
  .calendar_mobile {
    width: 100%;
    display: block;
    position: relative;
    margin: 0px 0px 5px 0px;
  }
  .calendar_row_mobile {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
}
.df {
  display: flex;
}
/*____________________ staticStyle ______________________________ */
.pl10 {
  padding-left: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}

.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 1100px) {
  .mr50 {
    margin-right: 10px;
  }
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb35 {
  margin-bottom: 15px;
}

.mb35:last-child {
  margin-bottom: 35px;
}
@media (max-width: 800px) {
  .mb35 {
    margin-bottom: 10px;
  }
  .main_content__news__info__title{
    font-size: 17px !important;
      }
}
.translate_plus__50 {
  transform: translateX(50%) translateY(-170%);
}
.translate_minus__50 {
  transform: translateX(-50%) translateY(-170%);
}

.c_Bl {
  color: #121212;
}
.bg_white {
  background-color: white;
}
.border_none {
  border: none;
}
.border_color_blue {
  /* border-color: #0c5c9d; */
}

.top30 {
  top: 50%;
}
@media (max-width:400px){
  .top30 {
    top: 40%;
  }
  .mr10{
    /* margin-right: 0; */
  }
}
/* .top50{
  top:50%
  } */
.modal_bg {
  /* scroll-behavior: auto; */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(5, 5, 5, 0.7);
  height: 1000%;
  z-index: 100;
  width: 100%;
}
/*____________________ mainPage ______________________________ */
.grid_main_page {
  
}

.grid_header,
.grid_head_marketing,
.grid_sliderOneImg,
.grid_buyTicket,
.grid_footer_marketing,
.grid_footer_marketing_inline,
.grid_main_news,
.grid_navbar,
.grid_mobile_find {
  grid-column-start: 1;
  grid-column-end: 3;
}

.grid_content {
  grid-column-start: 1;
  grid-column-end: 2;
}

.grid_filters_marketing {
  grid-column-start: 2;
  grid-column-end: 3;
}

.grid_footer {
  grid-column-start: 1;
  grid-column-end: 3;
}

.imgSlider {
  max-height: 800px;
  object-fit: cover;
  width: 100%;
  /* border-radius: 20px; */
  height: 450px;
  position: relative;
  /* min-height: 200px; */
}

.imgDate {
  width: 14px;
  height: 14px;
}

.imgLocation {
  width: 15px;
  height: 20px;
}

.imgTicket {
  width: 14px;
  height: 18px;
}

.imgFilterEqualizer {
  width: 23px;
  height: 20px;
}

.content_button {
  padding: 3px 7px;
}

/* ------------------------------------------------oneslider start ------------------------------------------------*/

.slide_info {
  padding: 20px 30px;
  display: flex;
}

.slide_info_addition {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 30%;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #696969;
}

.slide_info_addition_date {
  display: flex;
  align-items: center;
  
}

.slide_info_addition_place {
  display: flex;
  align-items: center;
}

.slide_info_name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #121212;
}

.slide_info_buttons {
  width: 40%;
  display: flex;
  justify-content: space-around;
}

.one_slider__indicators {
  top: 3%;
  left: 4%;
  right: auto;
  bottom: auto;
  position: absolute;
}

.one_slider__indicator {
  /* border: 1px solid #f8f8ff; */
  background-color: #f8f8ff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: all 0.2s;
}

.one_slider__indicator:hover {
  background-color: #0c5c9d;
}

.one_slider__indicator:active {
  background-color: #0c5c9d;
}

.itc-slider__indicator_active {
  background-color: #0c5c9d;
}

/* ------------------------------------------------oneslider end ------------------------------------------------*/
.main {
  width: 100%;
}

/*------------------------------------------------ main_content start ------------------------------------------------*/
/*.main_content {
  padding-right: 15px;
  padding-left: 15px;
}*/

.main_content__item {
  color: #696969;
  /* margin: 20px 0; */
}

.main_content__item__title {
  font-weight: 400;
  font-size: 33px;
  line-height: 55px;
  color: #121212;
  margin-top: 20px;
}

.main_content__item__info {
  font-family: Averta;
  display: flex;
  flex-direction: column;
  
  height: 100%;
}

.main_content__item__info__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #121212;
  display: -webkit-box;
  cursor: pointer;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
 
}

.main_content__item__info__title {
}

.main_content__item__info .light_button {
  color: #121212;
  font-size: 16px;
}
.card .slide_info_addition_date {
  font-size: 0.8rem;
  width: 100%;
}
.main_content__marketing {
  padding: 50px 0;
  display: flex;
  flex: 0 0 33.3333%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event_content__marketing {
  padding: 50px 20px;
  display: flex;
  /* flex: 0 0 33.3333%; */
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

.main_content__marketing__item {
  width: 30%;
  cursor: pointer;
  margin-bottom: 20px;
}
.event_content__marketing__item {
  width: 30%;
  cursor: pointer;
  margin-bottom: 20px;
}
.main_content__marketing__item:nth-child(4) {
  display: none;
}

/*  ------------------------------------------------main_content end------------------------------------------------ */
/* ------------------------------------------------filters ------------------------------------------------*/
.filters-section {
  /* overflow: hidden; */
  display: flex;
  
}
.main_filters {
  margin-top: 75px;
  margin-bottom: 20px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 30px;
  background: #f8f8ff;
  border: 1px solid #1e2754;
  border-radius: 20px;
  /* transition: all .5s; */
  /* position: sticky; */
  top: 10px;
  z-index: 2;
}

.main_filters_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}

.main_filters__container_toggle_filter {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #696969;
  transition: all 0.2s;
  padding-left: 5px;
}

.main_filters__container_toggle_filter:hover .filters_toggle {
  color: #0c5c9d;
}

.main_filters__container_toggle_filter:hover {
  color: #0c5c9d;
}

.filters_toggle {
  color: #696969;
  font-size: 20px;
  margin-right: 5px;

  transform: rotate(180deg);
}
/* Основной контейнер фильтров */
.filter_wrap {
  display: flex;
  flex-wrap: wrap; /* Позволяем элементам переноситься на новую строку при уменьшении ширины */
  gap: 20px;
  margin-bottom: 15px;
  margin-top: 10px;
 
  
}
.filter__wrap_button{
  display: flex;
  gap: 10px;
}
@media (max-width:500px){
  .filter__wrap_button{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
/* Основной элемент фильтра */
.main_filters__item {
  position: relative;
  
}

/* Выпадающее окно фильтра */
.main_filters__item_list_of_filters {
  position: absolute;
  top: 100%; 
  left: 0;
   /* Ширина выпадающего списка будет равна ширине фильтра */
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #1e2754;
  border-radius: 10px 0px 0px 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
 display: none;
}

/* Активное состояние выпадающего окна */
.main_filters__item.active .main_filters__item_list_of_filters {
  display: block;
  margin-top: 10%;
  width: 200px;
}
@media (max-width:768px){
  .main_filters__item.active .main_filters__item_list_of_filters{
    width: 340px;
  }
}
@media (max-width:360px){
  .main_filters__item.active .main_filters__item_list_of_filters{
    width: 100%;
  }
}

/* Элементы списка фильтра */
.main_filters__item_list_of_filters li {
  padding: 5px;
  
  background-color: #f8f8ff;
}

.main_filters__item_list_of_filters li:last-child {
  border-bottom: none;
}

/* Заголовок фильтра */
.main_filters__item_title {
  cursor: pointer;
  padding: 10px;
  background-color: #f8f8ff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Иконка для стрелки */
.main_filters__item_title .icon-chevron-right {
  transition: transform 0.3s;
}

/* Поворот стрелки при активации */
.main_filters__item.active .icon-chevron-right {
  transform: rotate(90deg);
}

/* Медиазапросы для маленьких экранов */
@media (max-width: 768px) {
  .filter_wrap {
      flex-direction: column; /* Элементы фильтра располагаются в колонку на узких экранах */
      gap: 15px;
      margin-top: 0;
  }

  .main_filters__item {
      width: 100%; /* Каждый фильтр занимает 100% ширины */
  }
}




.filter_hidden {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s;
  display: none;
}

.block_visible {
  display: block;
  max-height: 60vh;
  overflow: auto;
}
/* Общие стили для блока */

/* ------------------------------------------------filters end------------------------------------------------*/
/* ------------------------------------------------Tickect start ------------------------------------------------*/
.buyTicket {
  margin-bottom: 50px;
}

.buyTicket_title {
  font-family: Averta;
  font-weight: 400;
  font-size: 46px;
  line-height: 55px;
  color: #121212;
  margin-bottom: 20px;
  /* margin-top: 30px; */
}

.buyTicket_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(227, 227, 227);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.buyTicket_header__time {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  /* display: flex;
  justify-content: center;
  flex-direction: column; */
}

.buyTicket_header__buttons {
  display: flex;
  margin-right: 1rem;
}

.buyTicket__content{
  margin-bottom: 20px;
}

.buyTicket__content__title {
  font-family: Averta;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  padding: 15px 0;
  color: #121212;
}

.buyTicket__content__item {
  
  padding: 30px 0;
}

.grid_buyTicket_content {
  
 
  padding: 0px 0px 10px 0px;
}

.grid_buyTicket_content_place {
  display: block;
  grid-column-start: 1;
  grid-column-end: 2;
}

.grid_buyTicket__content__item_info {
  grid-column-start: 3;
  grid-column-end: 4;
}

.buyTicket__content__item_place {
  width: fit-content;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #121212;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.buyTicket__content__item .active_place {
  transform: translate(0, 0);
}
.buyTicket__content__item_info_ctn {
  /* max-height: 175px; */
  height: fit-content;
  overflow: hidden;
  transition: all 0.5s;
}

.buyTicket__content__item_info {
  display: flex;
  
  border-bottom: 1px solid rgb(227, 227, 227);
  padding: 10px 0px;
}
/* .buyTicket__content__item_info:first-child {
  display: flex;
}
.buyTicket__content__item_info:nth-child(2) {
  display: flex;
} */
.buyTicket__content__item_info_dropdown {
  overflow: hidden;
  transition: all 1s ease-in-out;
  max-height: 0px;
}
.buyTicket__content__item_info_dropdown.active {
  max-height: 1000px;
}

.buyTicket__items-seeAll {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: fit-content;
  color: #121212;
  background: #f8f8ff;
  border: 1px solid #1e2754;
  padding: 3px 5px;
  border-radius: 5px;
  margin-top: 10px;
  transition: all 0.3s;
}
.buyTicket__items-seeAll:hover {
  background: #0c5c9d;
}
.buyTicket__items-seeAll .text {
  letter-spacing: 1px;
  font-size: 18px;
}
.buyTicket__items-seeAll .icon-chevron-right {
  /* transform: rotate(90deg); */
  transition: all 0.3s;
}
.buyTicket__content__item_info .button {
  padding: 3px 7px;
  text-wrap: nowrap;
}

.buyTicket__content__item_film {
  width: 50%;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #696969;
  
}

.buyTicket__content__item__time {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  /* padding-left: 10px; */
  gap: 10px;
}

.buyTicket__content__item__time .button {
  /* border-color: #0c5c9d; */
  height: fit-content;
  border-color: rgb(117, 9, 9);
  border-radius: 6px;
  color: rgb(80, 0, 0);
  background: grey;
  /* background: #fdffff; */
}

.buyTicket__content__item__time .button {
  /* border-color: #0c5c9d; */
  height: fit-content;
  border-color: rgb(117, 9, 9);
  border-radius: 6px;
  color: rgb(80, 0, 0);
  background: grey;
  /* background: #fdffff; */

}

.buyTicket__content__item__time .button:hover {
  cursor: not-allowed;
}

.buyTicket__content__item__time .button:last-child {
  margin-right: 0;
}

.buyTicket__content__item__price {
  height: fit-content;
  display: flex;
  justify-content: end;
  width: 20%;
}

.buyTicket__content__item__time .canBuyTicket {
  border: 1px solid #1e2754;
  background: #f8f8ff;
  color: #696969;
  border-radius: 6px;
  background-color: #f8f8ff;
  cursor: default;
  
}
.buyTicket__content__item__time .canBuyTicket:hover {
  background-color: #abcee0;
  cursor: pointer;
}

/* ------------------------------------------------tickets end ------------------------------------------------*/
.main_footer_marketing {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex: 0 0 25%;
  /* flex-wrap: wrap; */
  padding: 20px 0;
  border-top: 1px solid black;
}

.main_footer_marketing img {
  width: 23%;
  margin-bottom: 10px;
}

.main_footer_marketing_inline img {
  margin: 10px 0;
  width: 100%;
}

/* ------------------------------------------------ News  ------------------------------------------------*/
.main_news {
  padding: 30px 0;
}
.main_news .itc-slider__btn {
  top: 50%;
}

/* ------------------------------------------------ News  ------------------------------------------------*/
/*------------------------------------------------ slider itchef  ------------------------------------------------*/

.main_sliderOneImg > div {
  position: relative;
}
.itc-slider-1 {
  position: static;
  overflow: hidden;
  display: none;
}
.itc-slider-2 .itc-slider {
  overflow: hidden;
  padding-bottom: 35px;
}

.itc-slider-2 .itc-slider__wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
#main-page .type_page__content {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
}
#main-page .type_page__content__card {
  max-width: 100%;
  margin-right: 10px;
  
}

@media (min-width: 420px) {
  #main-page .type_page__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .itc-slider-2 .itc-slider__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 600px) {
  #main-page .type_page__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .itc-slider-2 .itc-slider__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1100px) {
  #main-page .type_page__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .itc-slider-2 .itc-slider__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 840px) {
  .noslider {
    /* flex-wrap: nowrap !important; */
    overflow: auto;
    display: flex;
    flex-direction: row;
  }
}

.noslider-card {
  /*width: max-content !important;*/
}

@media (min-width: 840px) {
  .noslider {
    display: flex;
    flex-wrap: wrap;
    transition: transform 0.5s;
    will-change: transform;
  }
}
.card {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card a {
  /* position: relative; */
}

.card__header {
  position: relative;
  user-select: none;
  will-change: transform;
}

.card__img {
  border-radius: 5%;
  display: block;
  height: 340px;
  object-fit: cover;
  

  width: 100%;
}
.main_news .card__img {
  object-fit: cover;
}
/* .itc-slider-4 .card__img {
  height: 100px;
} */
.card__section {
  position: absolute;
  bottom: 6px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 12px;
  line-height: 1;
}

.card__title {
  background: #fafafa;
  color: #424242;
  white-space: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  padding: 10px 15px;
  margin: 0;
  height: 72px;
}

.card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fafafa;
  padding: 10px 15px 15px;
  color: #616161;
}

.card__photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.card__author {
  margin-left: 6px;
}

.card__icon {
  margin-left: auto;
  width: 18px;
  max-height: 20px;
}

.card__views {
  margin-left: 6px;
}

/* ------------------------------------------------для слайдера news------------------------------------------------ */

/* ------------------------------------------------для слайдера картинки------------------------------------------------ */
.item_type_rating {
  font-size: 0.8rem;
  line-height: 19px;
  letter-spacing: 0.05rem;
  color: #fdffff;
  padding: 3px 5px;
  position: absolute;
  top: 0.8rem;
  /* top: 0; */
  left: 0;
  background-size: 100% 100%;
  background: rgba(247, 0, 0, 0.7);
  border-radius: 10px;
  margin-left: 0.8rem;
}

.item_rating {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 0.8rem;
  line-height: 18px;
  color: #f8f8ff;
  padding: 3px 5px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0,   50%);
  border-radius: 5px;
}
/* .type_page__content__card .item_rating{
    right: 8%;
} */

.item_rating img {
  margin-left: 3px;
  width: 15px;
  height: 15px;
}

/* ------------------------------------------------для слайдера картинки------------------------------------------------ */
.itc-slider-4 .itc-slider {
  overflow: hidden;
  padding-bottom: 35px;
}

.itc-slider-4 .itc-slider__wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.itc-slider-4 .itc-slider__item {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 420px) {
  .itc-slider-4 .itc-slider__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 600px) {
  .itc-slider-4 .itc-slider__item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 1100px) {
  .itc-slider-4 .itc-slider__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* ------------------------------------------------ДЛя мобилы главный контент------------------------------------------------ */
.slide_info_addition_button__mobile,
.main_extension_buttons,
.main_extension_buttons__marketing,
.footer__mobile {
  display: none;
}



@media (max-width: 1200px) {
  .buyTicket_header__buttons {
    flex-wrap: wrap;
  }

  .buyTicket_header__buttons .button {
    width: 100%;
    margin-bottom: 5px;
  }

  .buyTicket_header__buttons .mr15 {
    margin-right: 0;
  }
}

@media (max-width: 1160px) {
  .card__img {
    height: 20vw;
  }
}
@media (max-width: 1100px) {
  .card__img {
    height: 27vw;
  }
  .imgSlider {
    height: 65vw;
  }
  .itc-slider-4 .card__img {
    /* height: 12vw; */
  }
}
@media (max-width: 1000px) {
  .slide_info_buttons__buy {
    padding: 12px 10px;
    background: rgba(247, 0, 0, 0.7);
    position: absolute;
    right: 10px;
    bottom: 10px;
  }

  .main_filters {
    padding: 20px 10px;
  }

  .grid_buyTicket_content {
    display: block;
  }

  .buyTicket__content__item_info_ctn {
    /* padding-top: 15px; */
  }
  .buyTicket__content__title {
    padding: 10px 0;
  }
  .buyTicket__content__item {
    border: none;
    
  }

  .buyTicket__content__item_info {
    flex-direction: column;
  }

  .buyTicket__content__item_film {
    padding-bottom: 10px;
    width: auto;
  }

  .buyTicket__content__item__price {
    display: none;
  }

  .buyTicket__content__item_place {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }

  .buyTicket__content__item__time {
    width: auto;
  }

  /* .footer {
      display: none;
    }
    .footer__mobile {
      display: flex;
      flex-direction: column;
      width: 100%;
    }
    .footer__mobile_item_title {
      display: flex;
      justify-content: space-between;
      color: #696969;
      font-weight: 400;
      font-size: 18px;
      line-height: 22px;
      padding: 20px 0
    }
    .icon-arrow_footer-mobile {
      color: black;
      font-size: 20px;
    }
    .footer__mobile_item_list {
      display: flex;
      flex-direction: column;
      font-size: 16px;
      line-height: 19px;
      height: 0;
      overflow: hidden;
    }
    .footer__mobile_item_list_addres {
      max-width: 90%;
    }
    .footer__mobile_item_list_flex-row {
      flex-direction: row;

      align-items: center;
    }
    .footer__mobile_item_list_flex-row div,
    a {
      margin-right: 10px;
    }
    .footer__mobile_item_list_addres span {
      color: #0c5c9d;
    }
    .footer__mobile_item_list_buttons {
      display: flex;
      padding-top: 10px;
    }
    .footer__mobile_item_list_buttons_phone {
      padding-right: 25px;
    }
    .footer__mobile_company a {
      color: #696969;
      padding-bottom: 10px;
    }
    .footer__mobile_company a:last-child {
      padding-bottom: 0;
    } */
}

@media (max-width: 920px) {
  .itc-slider__btn__hiden {
    display: none;
  }

  .slide_info {
    width: 100%;
    justify-content: space-around;
  }

  .slide_info_addition {
    width: auto;
  }

  .slide_info_name {
    width: auto;
    padding: 0 10px;
  }

  .slide_info_buttons {
    width: 30%;
    flex-direction: column;
    align-items: center;
  }

  .slide_info_buttons__price {
    width: 100%;
    margin-bottom: 5px;
  }

  .slide_info_buttons__buy {
    /* width: 100%; */
    padding: 3px 7px;
  }
  
}

@media (max-width: 830px) {
  .main_content {
    padding: 0;
  }

  .filters-section {
    display: none;
  }

  .under_filters_marketing-sticky {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .main_filters_marketing__item {
    margin: 30px 0;
    width: 48%;
    /* position: sticky; */
  }

  .grid_main_page {
    display: block;
  }

  .main_extension_buttons {
    
    align-items: center;
    /* padding: 30px 0; */
    padding-bottom: 30px;
  }

  .main_extension_buttons button {
    width: 100%;
    margin-right: 30px;
    
    align-items: center;
  }

  .main_extension_buttons button:last-child {
    margin-right: 0;
  }

  .main_extension_buttons button img {
    margin-left: 5px;
  }

  .main_extension_buttons__marketing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .main_content__marketing__item {
    width: 40%;
  }
  .main_content__marketing__item:nth-child(4) {
    display: block;
  }

  .buyTicket {
    margin-bottom: 50px;
  }

  .buyTicket_header {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .buyTicket_header__date {
    display: none;
  }

  .buyTicket_header__buttons {
    width: 100%;
    justify-content: flex-start;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .buyTicket_header__buttons .button {
    width: fit-content;
    margin-bottom: 0;
  }

  .buyTicket_header__buttons .mr15 {
    margin-right: 15px;
  }

  .buyTicket__content__title {
    font-size: 20px;
    line-height: 24px;
  }

  .buyTicket__content__item_place {
    font-size: 18px;
    line-height: 25px;
  }

  .buyTicket__content__item_film {
    font-size: 18px;
    line-height: 25px;
  }

  .buyTicket_header__time {
    width: 100%;
    /* padding: 20px 0; */
    /* margin-right: 0; */
  }

  .item_type_rating {
    /* font-size: 12px;
        line-height: 14px; */
  }

  .item_rating {
    
  }

  .item_rating img {
    width: 20px;
    height: 20px;
  }

  .main_footer_marketing {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex: 0 0 50%;
    flex-wrap: wrap;
    padding: 30px 0 50px 0;
  }

  .main_footer_marketing img {
    width: 45%;
    margin-bottom: 10px;
  }

  .itc-slider__btn {
    width: 30px;
    height: 30px;
  }
}

/* font-sizes */
@media (max-width: 830px) {
  .main_content__item__title,
  .buyTicket_title {
    font-size: 26px;
    line-height: 31px;
  }

  .main_content__item__info__title {
    font-size: 22px;
    
  }

  .buyTicket_header__buttons .button,
  .buyTicket_header__time_legend_item,
  .buyTicket__content__item_info_ctn .button {
    font-size: 16px;
    line-height: 22px;
  }

  .slide_info_addition_date,
  .slide_info_addition_place {
    font-size: 14px;
    line-height: 19px;
  }

  .main_content__item__info .light_button {
    font-size: 15px;
    line-height: 21px;
  }

  .buyTicket_header__time_title {
    font-size: 18px;
    line-height: 25px;
  }
}

/* fs ends */
@media (max-width: 820px) {
  .slide_info {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .slide_info_addition,
  .slide_info_name,
  .slide_info_buttons__price {
    display: none;
  }

  .slide_info_buttons__buy {
    padding: 12px 25px;
  }

  .slide_info_buttons {
    width: auto;
  }

  .slide_info_addition_button__mobile {
    border-radius: 8px;
    color: #fff;
    background-color: rgba( 30,39,84,  80%);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    height: fit-content;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    border: none;
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 4px 15px;
  }
.slider-buttons__wrap{
  align-items: center;
  display: flex;
}
  /* .slide_info_addition_button__mobile img {
    margin: 0 10px;
  } */
  .card__img {
    height: 37vw;
  }
  .itc-slider-4 .card__img {
    /* height: 17vw; */
  }
}
@media (max-width: 700px) {
  .imgSlider {
    /* height: 70%; */
  }
}
@media (max-width: 600px) {
  .card__img {
    height: 60vw;
  }
  .itc-slider-4 .card__img {
    /* height: 26vw; */
  }
}

/* ------------------------------------------------курсоры в слайдерах ------------------------------------------------*/
@media (max-width: 700px) {
  .translate_plus__50 {
    transform: translateX(10%) translateY(-170%);
  }

  .translate_minus__50 {
    transform: translateX(-10%) translateY(-170%);
  }
}

@media (max-width: 480px) {
  .translate_plus__50 {
    transform: translateX(10%) translateY(-150%);
  }

  .translate_minus__50 {
    transform: translateX(-10%) translateY(-150%);
  }
}

@media (max-width: 422px) {
  .imgSlider {
    /* height: auto; */
  }
  .slide_info {
    padding: 10px 20px;
    flex-direction: column;
  }
  /* .slide_info_addition_button__mobile {
    margin-bottom: 10px;
  } */
  .slide_info_buttons__buy {
    padding: 4px 15px;
  }

  .main_extension_buttons button {
    margin-right: 10px;
  }
  .buyTicket__content__item_place {
    transform: translate(0, 0);
    text-wrap: wrap;
  }
  .card__img {
    height: 60vw;
  }

  .itc-slider-4 .card__img {
    /* height: 26vw; */
  }
}

@media (max-width: 330px) {
  .translate_plus__50 {
    transform: translateX(30%) translateY(-200%);
  }

  .translate_minus__50 {
    transform: translateX(-30%) translateY(-200%);
  }
}

.main_filters__mobile {
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
}

.filter_hidden__active {
  height: 0;
}

.mobile-filters {
  position: absolute;
  right: -100%;
  padding: 10px;
  width: 70%;
  background: #f8f8ff;
  transition: all 0.4s ease;
  z-index: 101;
  border-radius: 12px;
}

.main_filters__container_toggle_filter_mobile {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #696969;
  transition: all 0.2s;
  padding-left: 5px;
}

.main_filters__container_toggle_filter_mobile:hover .filters_toggle {
  color: #0c5c9d;
}

.main_filters__container_toggle_filter_mobile:hover {
  color: #0c5c9d;
}

.filter_mobile_visible {
  right: 0;
}

.container_toggle_section_mobile {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filters_toggle {
  color: #696969;
  font-size: 20px;
  margin-right: 5px;
  transition: all 0.5s;
  transform: rotate(180deg);
}

.filters_toggle_icon_active {
  transform: rotate(90deg);
}

/*____________________ type_page ______________________________ */
.type_page {
}
.type_page__title {
  font-family: Averta;
  font-weight: 400;
  font-size: 46px;
  line-height: 55px;
  color: #121212;
  padding-bottom: 20px;
}
.type_page__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}
.type_page__content__card {
  
  
  margin-bottom: 20px;
  flex: 0 0 33.3333%;
  max-width: 33, 0.3333%;
  display: flex;
  flex-direction: column;
  
  
}

.type_page__content__news {
  align-items: center;

  margin-bottom: 20px;
  flex: 0 0 33.3333%;
  max-width: 33, 0.3333%;
  display: flex;
  flex-direction: column;


}
@media (max-width:1300px){
  .type_page__content__news {
   display: none;
  
  
  }
}

/* .type_page__content__card a{
  width: 100%;
} */
.type_page__content__card:hover .type_page__content__card__img {
  /* width: 300px;
    height: 420px; */
}
.type_page__content__card__img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.type_page__content__card__img img {
  transition: transform 0.5s ease;
  width: 100%;
  height: auto;
}
.type_page__content__card__img:hover img {
  transform: scale(1.1);
}

.price-label {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 0.8rem;
}
@media (max-width:500px){
  .price-label{
    font-size: 0.7rem;
  }
  .item_rating{
    font-size: 0.7rem;
  }
  .item_rating img{
    width: 15px;
    height: 15px;
  }
}

.type_page__content__card__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #121212;
  padding: 10px 0 0px 0;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.type_page__content__card__title a {
  transition: all 0.2s;
}
.type_page__content__card__title a:hover {
  color: #0c5c9d;
}
.type_page__content__card__additional {
  width: 100%;
}
.type_page__content__card__price {
  padding: 3px 7px;
  font-size: 16px;
}
.type_page__content__card__date {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 25px;
  color: #696969;
  padding-top: 5px;
  /* text-wrap:nowrap; */
  
  
}
.type_page__content__card__date__time {
  padding-left: 10px;
  color: #121212;
}

.type_page__content__card__place {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #696969;
}

/* marketing  -----------------------------*/
.main_extension_buttons__marketing {
  padding-bottom: 30px;
  width: 100%;
}
.main_extension_buttons__marketing img {
  max-width: 47%;
}

/* @media (min-width: 80px) {
  .type_page__content__card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 350px) {
  .type_page__content__card {
    flex: 0 0 50%;
    max-width: 50%;
  }
} */

/* @media (min-width: 510px) {
  .type_page__content__card {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 800px) {
  .type_page__content__card {
    flex: 0 0 25%;
    max-width: 25%;
  }
} */
@media (max-width: 830px) {
  .type_page__title {
    font-size: 26px;
    line-height: 31px;
  }
  .type_page__content__card__title {
   
    line-height: 20px;
  }
  .type_page__content__card__date,
  .type_page__content__card__place {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 650px) {
  .type_page__content__card__date {
    font-size: 0.8rem;
    line-height: 19px;
  }
  .type_page__content{
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}
@media (max-width: 375px) {
  .type_page__content__card__date {
    font-size: 0.8rem;
    line-height: 19px;
  }
  .type_page__content{
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  }
}
/*____________________ eventPage ______________________________ */

.imgLocationEventPage {
  height: 22px;
  width: 16.5px;
}

.imgCalendarEventPage {
  height: 22px;
  width: 22px;
}

.imgTicketEventPage {
  width: 13px;
  height: 18px;
}

.event_card .icon-chevron-right {
  margin-left: 8px;
  display: flex;
  align-items: center;
}

.event_card_dropdown {
  overflow: hidden;
}

.event_card_dropdown_title {
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 25px;
  color: #696969;
  padding-top: 8px;
  padding-bottom: 10px;
  transition: all 0.3s;
  cursor: pointer;
}

.event_card_dropdown_title:hover {
  color: #afa4a4;
}

.dropwown_deploy {
  width: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}

.dropwown_deploy:hover {
  color: #afa4a4;
}

.dropwown_deploy .icon-chevron-right {
  transform: rotate(90deg);
}

.dropwown_about_boss {
  margin-top: 10px;
  margin-bottom: 30px;
}

.dropwown_about_boss_title {
  color: #121212;
}

.dropwown_about_boss_item {
  color: #696969;
}

.event_card_dropdown_item {
  display: flex;
  height: 0;
  /* width: 40%; */
  overflow: auto;
}

.event_card_dropdown_item .button {
  padding: 4px 8px;
  margin-right: 10px;
}

.event_card_dropdown_item .button:last-child {
  margin-right: 0px;
}

.hAuto {
  height: auto;
  max-height: 100px;
}

.transform90 {
  transform: rotate(90deg);
}

.dropwown_deploy .transform_90 {
  transform: rotate(-90deg);
}

.event_card_additional_description {
  font-size: 18px;
  line-height: 25px;
  color: #696969;
  margin-bottom: 25px;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.event_card_additional_description__active {
  display: block;
  height: auto;
}

.light_button_event_page {
  color: #121212;
  padding-right: 10px;
}

.event_card {
  width: 100%;
  
}

.event_card_main {
  display: flex;
  flex-direction: column;
  
 
}

.event_card_main_main {
  gap: 20px;
  display: flex;
  padding-bottom: 10px;
}

.event_card_main__poster {
  /* max-width: 40%;
  min-width: fit-content; */
  /* max-width: 40%; */
  
  width: 30%;
  border-radius: 20px;
  overflow: hidden;
}

.event_card_main__poster img {
  max-height: 425px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.event_card_main__description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
}

.event_main__description_title {
  font-size: 30px;
  line-height: 33px;
}

.event_main__description_category {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  padding: 25px 0;
  overflow: auto;
}

.event_main__description_category .button {
  display: flex;
  flex: nowrap;
}

.event_main__description_category .button {
  margin-right: 15px;
  margin-bottom: 5px;
  padding: 6px 10px;
}

.event_main__description_info {
  display: grid;
  grid-template-columns: 2fr 1fr;
  flex-wrap: wrap;
}

.event_main__description_info_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 28px;
  padding: 5px;
}
.event_main__description_info_item:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.event_main__description_info_item span {
  font-size: 18px;
  padding: 0 5px;
  color: #696969;
}

.event_card_main__description_sell {
  /* display: flex;
flex-direction: column;
justify-content: flex-end; */
  /* padding-top: 20px; */
}

.event_card_main__description_sell_button_buy {
  width: fit-content;
  padding: 12px 25px;
  margin-top: 25px;
}

.event_card_main__description_sell_button_buy img {
  margin-left: 8px;
}

.event_card_main__description_sell_button {
  padding: 6px 10px;
}

.event_card_main__description_sell_map {
  display: flex;
  align-items: center;
}

.event_card_additional {
}

.event_card_additional_title {
  font-family: Averta;
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 25px;
}

.event_card_additional_boss {
  padding: 28px 0;
  font-family: Averta;
  font-size: 22px;
  line-height: 26px;
}

.event_card_additional_boss span {
  font-size: 20px;
  line-height: 28px;
  color: #0c5c9d;
}

.event_card_additional_adress {
  font-size: 18px;
  line-height: 25px;
  color: #696969;
}

.event_card_additional_adress span {
  color: #121212;
}

.event_card_additional_adress {
}

.event_card_additional_adress div {
  padding-bottom: 5px;
}

.event_card_additional_social {
  /* display: flex;
    flex-direction: column;
    justify-content: flex-end; */
}

.event_card_additional_social_title {
  display: flex;
  /* flex-direction: column; */
  justify-content: flex-end;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 15px;
}

.event_card_additional_social_icons {
  display: flex;
  justify-content: end;
}

.event_card_additional_social_icons_item {
  cursor: pointer;
  font-size: 25px;
  color: #0c5c9d;
  margin-right: 20px;
  transition: all 0.3s;
}
.event_main__description_date{
  display: flex;
  align-items: center;
}
.event_card_additional_social_icons_item:last-child {
  margin-right: 0;
}

.event_card_additional_social_icons_item:hover {
  color: #093a63;
}

.event_card_marketing {
  /* margin-bottom: 10px; */
}

.event_card_marketing_item {
  width: 100%;
  margin-bottom: 10px;
}

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

.pt30 {
  padding-top: 30px;
}

/* @media (max-width: 1273px) {
.grid_event_card {
  grid-column-gap: 50px;
}
} */
.event_card_marketing_mobile {
  width: 100%;
  flex: 1 1 48%;
  display: none;
}

.event_card_marketing_mobile img {
  max-width: 48%;
  height: auto;
}

@media (max-width: 1040px) {
  .event_card_main {
    padding-right: 20px;
  }

  .event_main__description_title {
    font-size: 20px;
    line-height: 20px;
  }

  .event_card_additional_title {
    font-size: 18px;
    line-height: 22px;
  }

  .event_main__description_info_item,
  .button,
  .event_card_dropdown_title,
  .event_card_additional_description,
  .dropwown_deploy,
  .event_card_additional_boss,
  .event_card_additional_boss span,
  .event_card_additional_adress,
  .event_card_additional_adress span,
  .event_card_additional_social_title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 800px) {
  .event_card_main {
    padding-right: 0;
  }
  .event_card_main_main {
   gap: 10px;
    
  }
.pt30{
  padding-top: 0;
}

  .event_card_main__poster {
    width: 40%;
    display: flex;
    
    margin-right: 0;
    
  }

  .event_card_main__poster img {
    width: 100%;
  }

  .event_card_main__description {
    max-width: 50%;
  }

  .event_card_main {
    width: 100%;
  }

  .event_card_marketing_mobile {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }

  .event_card_marketing {
    display: none;
  }
}

@media (max-width: 650px) {
  .event_card_marketing_mobile {
    max-width: 100%;
  }
.event_main__description_info_item span{
  margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
}
.light_button_event_page{
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.event_main__description_category{
  padding:10px 0;
}
  .event_card_marketing_mobile img {
    width: fit-content;
    height: auto;
    max-width: 48%;
  }
  .event_card_main__description_sell_button_buy{
    margin-top: 0;
  }
  .grid_event_card {
    display: flex;
    flex-direction: column;
  }

  .event_card_main {
    flex-direction: column;
  }
  .event_main__description_info {
    grid-template-columns: 1fr 1fr;
  }
  .event_main__description_info_item:first-child {
    flex-wrap: nowrap;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .event_main__description_info_item:nth-child(2) {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .event_main__description_info_item:nth-child(3) {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .event_main__description_info_item:nth-child(4) {
    grid-row-start: 3;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .itc-slider-1 {
    display: block !important;
  }
}

/* .event_card_main__poster{
  background: #000;
  width: 100px;
} */
@media (max-width: 440px) {
  .event_card_main__poster img {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .event_card_marketing_mobile img {
    max-width: 48%;
  }
}

@media (max-width: 420px) {
  .event_card_marketing_mobile img {
    max-width: 48%;
  }
}

/* Мобильная версия карточки */

@media (min-width:500px) {
  .event_card_mobile_main {
    display: none;
  }

}

@media (max-width:500px) {
  .event_card_mobile_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 10px;
  }
  .buyTicket_title{
    margin-bottom: 0px;
  }

  .event_card_main_main {
    display: none;
  }
  .buyTicket_header{
    gap: 5px;
    padding: 10px 0;
  }
.buyTicket__content__item_info {
  padding: 10px 0;
}
.buyTicket{
  margin-bottom: 5px;
}
}

.event_card_mobile__poster img {
  width: 100%;
  border-radius: 10px;
}

.event_card_mobile__title {
  font-size: 14px;
  font-weight: 700;
}

.event_card__mobile_date,
.light_button_mobile {
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.event_card_mobile__info_item {
  display: flex;
  align-items: center;
}

.event_card_mobile__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.event_card_mobile__tags {
  display: flex;
  flex-direction: column;

}

.imgDate_mobile {
  width: 15px;
  height: 15px;
  margin-top: 6px;
}

.event_card_mobile__description {
  position: relative;
}

.event-card__mobile_wrap-button {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (max-width:450px) {

  .event_card_mobile__sell a,
  .event_card_mobile__trailer a {
    font-size: 14px;
    padding: 7px 10px;

  }

  @media (max-width:395px) {
    .event_card_mobile_genres__wrap {
      display: flex;
      gap: 2px;
    }
  }

  @media (max-width:350px) {

    .event_card_mobile__sell a,
    .event_card_mobile__trailer a {
      font-size: 12px;
    }
  }
}


/*____________________ navbar ______________________________ */
.header_marketing {
  margin: 35px 0;
}
.header_marketing img {
  width: 100%;
}
::-webkit-scrollbar {
  width: 10px; /* ширина для вертикального скролла */
  height: 8px; /* высота для горизонтального скролла */
  background-color: #143861;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
  background-color: red;

  box-shadow: inset 1px 1px 10px #f3faf7;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(173, 9, 9);
}
@media (max-width:900px){
  ::-webkit-scrollbar{
    display: none;
  }
}

/* Стрелки */

/* ::-webkit-scrollbar-button:vertical:start:decrement {
  background: linear-gradient(120deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(240deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(0deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #0c5c9d;
}

::-webkit-scrollbar-button:vertical:end:increment {
  background: linear-gradient(300deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(60deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(180deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #0c5c9d;
}

::-webkit-scrollbar-button:horizontal:start:decrement {
  background: linear-gradient(30deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(150deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(270deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #0c5c9d;
}

::-webkit-scrollbar-button:horizontal:end:increment {
  background: linear-gradient(210deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(330deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(90deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #0c5c9d;
} */
.navbar {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 15px 0px;
  margin: 40px 0px 40px 0px;
  border-radius: 10px;
  overflow: auto;
  gap: 20px;
}
.navbar::-webkit-scrollbar{
  color: red;
  height: 4px;
}
.navbar_item {
  font-family: Averta;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: #121212;
  cursor: pointer;
  padding: 3px 3px;
  

  text-wrap: nowrap;
 
}
.navbar_item:hover {
  color:rgba(247, 0, 0, 0.7);
}

.navbar_else-container {
  position: relative;
}

.navbar_else-title {
  /* Можете добавить дополнительные стили, если нужно */
}

.navbar_else-content {
  overflow: hidden;
  max-height: 0;
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 8;
  background-color: #fff;
  transition: max-height 0.6s ease;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Добавляем тень для выпадающего списка */
}

.navbar_else-content a{
  padding: 10px 20px;
}

.navbar_else-container:hover .navbar_else-content {
  max-height: 500px; /* Ограничиваем высоту, чтобы меню не выходило слишком высоко */
}
.navbar_item__active {
  border: 1px solid #1e2754;
  border-radius: 8px;
  background-color: #f8f8ff;
}
.mobile_navbar_hidden_head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid black;
}
.mobile_navbar_hidden {
  display: flex;
  flex-direction: column;
  width: 70%;
  position: absolute;
  left: -200%;
  padding: 15px;
  background: #f8f8ff;
  transition: all 0.4s ease;
  z-index: 101;
  border-radius: 12px;
}
.mobile_navbar_hidden_visible {
  left: 0;
}
.mobile_navbar_hidden_item {
  font-family: Averta;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #121212;
  padding-bottom: 15px;
  padding: 10px 0;
}
@media (max-width: 900px) {
  .navbar {
    overflow: auto;
    margin:0;
    padding: 0px 0px 10px 0px;
    gap: 10px;
    /* display: flex;
      grid-template-columns: repeat(4, 1fr); */
  }
  .navbar_item {
    width: fit-content;
    padding: 10px 20px;
    margin: 20px 0;
  }
  .navbar_item_hiden {
    display: none;
  }
}

@media (max-width: 900px) {
  .navbar {
    margin-left: 0;
  }
  .navbar_item {
    /* width: fit-content; */
    padding: 5px 3px;
  }
}
@media (max-width: 830px) {
  .navbar {
    /* display: none; */
  }
}
@media (max-width: 800px) {
  .navbar_item {
    font-size: 19px;
    line-height: 19px;
  }
}


/*____________________ burger ______________________________ */
.burger {
  display: none;
  height: fit-content;
  width: 24px;
  /* height: 16px; */
  cursor: pointer;
  transition: all 0.3s;
}

.burger_line {
  width: 24px;
  height: 2px;
  background-color: #0c5c9d;
  transition: all 0.3s;
}

.burger_line_center {
  margin: 5px 0;
}
.burger:hover .burger_line {
  background-color: black;
}
@media (max-width: 900px) {
  .burger {
    display: block;
  }
}

/*____________________ header ______________________________ */
.header {
  width: 100%;
  gap: 10px;
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  margin-bottom: 20px;
}
.header__social {
  display: flex;
  flex-direction: column;

  margin-left: 20px;
  margin-right: 20px;
  justify-content: space-between;
  margin: auto;
  position: fixed;
  bottom: 14vh;
  right: 2vw;
  background: #fdffff;
  opacity: 0.8;
  border-radius:10px 0px 0px 10px;
  cursor: pointer;
 
  align-items: center;
  justify-content: center;
  z-index: 400;
}
.header__social img{
  width: 40px;
  height: 40px;
}
.header__location-icons{
  max-height: 30px;
}
.header__news{

  display: flex;
  align-items: center;
  justify-content: center;
}
.header__news:hover{
  border-radius: 8px;
  cursor: pointer;
  background-color:#f8f8ff ;
  transition: 150ms linear 50ms;
}

.header__logo {
  width: 115px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #0c5c9d; */
  border-radius: 13.6px;

}
@media (max-width:600px){


  .header__social img{
    width: 30px;
    height: 30px;
  }
  .header__logo{
    width: 150px;
  }
  }
.header__change_city {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  min-width: 100px;
}
.header__change_city form {
  height: 100%;
}
.header__button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__find {
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  border-radius: 8px;
  padding: 12px 25px 12px 15px;
  background: #f8f8ff;
  
  position: relative;
}
.header__button_find {
  height: 100%;
  border: 2px solid transparent;
  padding-left: 10px;
}
.header__button_find:active {
  border: 2px solid #1e2754;
}

.header__find:focus {
  border: 5px;
}
.input_find::before {
  display: none;
}
.input_find__elements {
  /* display: none; */
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  overflow: auto;
  z-index: 99;
  height: 300px;
}

.input_find__elements_item {
  display: flex;
  /* align-items: center; */
  font-size: 20px;
  line-height: 20px;
  background: #f8f8ff;
  border: 2px solid #1e2754;
  border-radius: 10px;
  padding: 10px 40px;
  margin: 3px 0 0 0;
  transition: all 0.3s;
  cursor: pointer;
}
.input_find__elements_item img {
  height: 72px;
  max-width: 72px;
  margin-right: 10px;
  border-radius: 10px;
  object-fit: cover;
}
.input_find__elements_item:hover {
  background-color: #abcee0;
}

.input_find__elements_item_description {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.input_find__elements_item_description_title {
  color: black;
}
.input_find__elements_item_description_title_type {
  font-size: 14px;
  color: rgb(175, 175, 170);
}
.header__registarion {
  margin-right: 10px;
}
.header__basket {
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.header__basket img {
  width: 37px;
  height: 30px;
}
.header__basket_goods {
  width: 19px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 21px;
  border-radius: 50%;
  padding: 0 2px;
  background: #f8f8ff;
  position: absolute;
  top: -15%;
  right: -15%;
}
.heade__mobile,
.under_header__mobile {
  display: none;
}
@media (max-width: 900px) {
  .header{
    margin-bottom: 0;
  }
  .header__change_city{
    justify-content: normal;
  }
  .heade__mobile {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .header-info__wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-subinfo__wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .header-find__wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .under_header__mobile {
    display: block;
    width: 100%;
  }
  .header__find {
    width: 100%;
    
  }
  .header__desk {
    display: none;
  }
  .input_find__elements_item {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 450px) {
  .heade__mobile {
    display: block;
    /*flex-direction: column;*/
    align-items: center;
  }
  .header__logo {
    /* margin-bottom: 25px;
    margin-right: 0; */
  }
  .header-info__wrap{
    position: relative;
  }
  .header__find{
    position: static;
  }
}
@media (max-width: 400px) {
  .header__logo {
    padding: 0;
  }
}
.loader {
  margin-top: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/src/img/preloader.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*____________________ footer ______________________________ */
.footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid black;
  padding: 30px 0;
  /* gap: 10px; */
  align-items: center;
  margin-top: 30px;
}
.footer-item {
  /*flex: 0 0 30%;*/
}
.footer_info {
  width: 25%;
}

.footer_info__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114.59px;
  height: 25.43px;
  padding: 8px 15px;
  background: #0c5c9d;
  border-radius: 10.88px;
}
.footer_info__logo_img {
  width: 115px;
  height: 25.5px;
}
.footer_info__item {
  font-family: Averta;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #696969;
  padding: 8px 0;
 
}
.footer_sponsor {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_sponsor_item {
  display: flex;
  justify-content: left;
  padding-bottom: 10px;
}

.footer_links {
  /* width: 100%; */
  color: #696969;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.footer_links__item {
  text-decoration: none;
  color: #696969;
  transition: all 0.3s;
  font-size: 1rem;
}
.links-item__block{
  display: flex;
  align-items: center;
  gap:2px;
}
.links-item__block img{
width: 20px;
}

.footer_links__item:hover {
  color: #444242;
}

.footer_social {
  /* width: 25%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_feedback {
  display: flex;
  flex-direction: column;
}

.footer_feedback__title {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #121212;
  margin-bottom: 20px;
}
.footer_feedback__input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 2px #1e2754;
  border-radius: 8px;
  padding: 12px 25px;
  background: #f8f8ff;
}

.footer_feedback__input__send_icon {
  width: 18px;
  height: 18px;
}

.footer_networks {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer_networks_item {
  cursor: pointer;

  font-size: 30px;
  color: #0c5c9d;
  transition: all 0.4s;
}
.footer_networks_item:hover {
  color: #2a7abb;
}
@media (max-width: 1000px) {
  .footer {
    display: none;
  }
  .footer__mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin-top: 35px;
  }
  .footer__mobile_item_title {
    display: flex;
    gap: 10px;
    /* justify-content: space-between; */
    color: #696969;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 10px;
    /* padding: 20px 0; */
  }
  .icon-arrow_footer-mobile {
    color: black;
    font-size: 20px;
  }
  .footer__mobile_item_list {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 19px;
    height: 0;
    overflow: hidden;
  }
  .footer__mobile_item_list_addres {
    max-width: 90%;
  }
  .footer__mobile_item_list_flex-row {
    flex-direction: row;
    align-items: center;
  }
  .footer__mobile_item_list_flex-row div,
  .footer__mobile_item_list_flex-row a {
    margin-right: 10px;
  }
  .footer__mobile_item_list_addres span {
    color: #0c5c9d;
  }
  .footer__mobile_item_list_buttons {
    display: flex;
    padding-top: 10px;
  }
  .footer__mobile_item_list_buttons_phone {
    padding-right: 25px;
  }
  .footer__mobile_company a {
    color: #696969;
    padding-bottom: 10px;
  }
  .footer__mobile_company a:last-child {
    padding-bottom: 0;
  }
}
.icon-arrow_footer-mobile {
  color: #696969;
}

.footer_block_visible {
  height: auto;
  color: #121212;
}
.footer_toggle_title_active {
  color: #121212;
}
.footer_toggle_icon_active {
  color: #121212;
  transform: rotate(90deg);
}
@media (max-width: 800px) {
  .footer_feedback__title {
    font-size: 18px;
    font-weight: 22px;
  }
  /* .footer__mobile_item_title {
    font-size: 16px;
    line-height: 22px;
  } */
  .footer__mobile_item_list_addres,
  .footer__mobile_item_list_buttons,
  .footer__mobile_company a {
    font-size: 14;
    line-height: 19px;
  }
}
/* ABOUT */
.offer__text {
  padding-bottom: 10px;
  padding-left: 10px;
}
.about__title {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 40px;
}
.about__subtitle {
  margin-bottom: 23px;
}
.offer__title {
  margin-bottom: 15px;
}
.about__offer {
  margin-bottom: 15px;
}
.about-link {
  text-decoration: dashed;
  color: #1e2754 !important;
}

/*____________________ fuckingCalendar ______________________________ */

.buyTicket .blockDay {
  display: none;
}
.calendar_filter_since .blockWeekOfDay {
  display: none;
}
.calendar_filter_for .blockWeekOfDay {
  display: none;
}
.open_buyTicket_calendar .blockWeekOfDay {
  display: none;
}
.open_buyTicket_calendar .blockDay {
  display: block;
}
/*____________________ DROPDOWN ______________________________ */

.header_marketing {
  display: none;
}

.grid_footer_marketing_inline {
  display: none;
}

.main_footer_marketing_inline {
  display: none;
}

.event_content__marketing {
  display: none;
}

.main_footer_marketing {
  display: none;
}

.main_content__marketing {
  display: none;
}
/* NEWS */
.single-content p {
  padding-bottom: 8px;
}

/* advertisement */
.advertisement {
  
  position: fixed;
  top: 4%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 40;
  /* display: none; */
  -webkit-transform: translate(0, -300%);
      -ms-transform: translate(0, -300%);
          transform: translate(0, -300%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.advertisement.active{
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
          transform: translate(0, 0%);
  
}
.advertisement-ctn {
  position: relative;
  width: 70%;
  height: 400px;
  border-radius: 20px;
}
.advertisement-close {
  
  display: -webkit-box;
  
  display: -ms-flexbox;
  
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
 cursor: pointer;
  
}

@media screen and (max-width: 560px) {
  .advertisement-ctn {
    position: relative;
    width: 90%;
    height: auto;
    border-radius: 20px;
  }
  .advertisement_image{
    width: auto;
    height: auto;
  }
  .advertisement{
    top: 25%;
  }
}
table td, table th, .wp-block-table td, .wp-block-table th{
  border: 1px solid;
  padding: 5px;
}

.open_since_calendar{
  background-color: #f8f8ff;
  color: #000;
}

.divider {
  height: 3px;
  background: linear-gradient(to right, transparent, #1e2754, transparent);
  margin: 40px 0;
}
.mobile_objects__wrap{
  display: flex;
  gap: 2px;
  align-items: center;
}
.imgLocation_mobile {
  width: 18px;
  height: 24px;
}
.wp-block-video video {
  max-width: 100%;
}