.card-place__text .card__text {
  font-family: Mont, sans-serif;
}

.card__text {
  font-family: Mont, sans-serif;
}

h3 {
  margin: 15px 0 10px 0;
}


@-webkit-keyframes changeInSomething {

  0% {
    opacity: 0;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes changeInSomething {

  0% {
    opacity: 0;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes changeOutSomething {

  0% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes changeOutSomething {

  0% {
    opacity: 1;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
            transform: none;
  }
}


.name_user{
  display: none;
}
div[id^="wait_comp_"]{ 
  display: none;
}
.search__dropdown .search-dropdown__block:last-child {
  display: none;
}

[data-bookmark] * {
  pointer-events: none;
}

._disabled{
  pointer-events: none;
}
.badge_checked .badge__wrapper {
  fill: #f9fafb;
  color: #f9fafb;
  background-color: #151f6d;
}
.form__field--invalid .input .input__field,
.form__field--invalid .input.is-filled .input__field {
  border-color: #ef4444;
}
.topbutton{
  display: none;
}
input[name="form_hidden"]{
  display: none;
}

._hidden {
  display: none;
}

._shown-wa,
._hidden._shown-wa {
  animation: changeInSomething 0.2s;
  display: block;
}

[data-calendar="component"] .badges {
  min-width: 100%;
}

[data-calendar="component"] .calendar-events__item span {
  pointer-events: none;
}

.article__content img:not([class^=card] img) {
	object-fit: contain!important;
}

@media (min-width: 1024px) {
  .footer__rights {
    bottom: -40px;
  }
}
.article__content{
  text-align:justify
}
.article__content img:not([class^=card] img){
  height: auto;
}
.article__content img:not([class^=card] img){
  height: auto;
  margin: 20px 0;
}

.article__main-picture-capture {
	padding-top: 4px;
	font-size: 14px;
}
.header-attention{
  text-align: center;
  padding: 20px 10px;
  color: #151f6d;
  background: #fff;
}
.article__author-img{
  width: 62px;
  height: 62px;
}
.source-description{
  color: #7e7e7e;
}
.cooperation__block::before, .cooperation .contacts::before {
  content: "";
  display: block;
  height: 220px;
  margin-top: -220px;
}

@media only screen and (max-width: 1023px){
  .cooperation__block::before, .cooperation .contacts::before{
    height:112px;
    margin-top:-112px
  }
}

.article__content .frame {
  width: 100%;
  margin: 24px 0;
}

.article__content .frame._pdf {
  height: 400px;
}

.checkbox._invalid .checkbox__icon-wrapper,
.input__field._invalid,
.input__field-group._invalid,
.input.is-filled .input__field._invalid,
.schedule-picker__days._invalid .schedule-picker__day:not(.is-focused),
.select._invalid .SumoSelect .SelectBox  {
  border-color: #ef4444;
}

.jsMaskTime.input__field._invalid:not(:focus),
._visually_time.input__field._invalid:not(:focus) {
  color: #ef4444;
}

.input__field._valid,
.input.is-filled .input__field._valid,
.select._valid .SelectBox {
  border-color: #16A34A;
}

.input._readonly {
  pointer-events: none;
  opacity: 0.65;
}

.registration__form-message {
  font-size: 20px;
  line-height: 28px;
}

.registration__form-error {
  display: none;
  padding: 0 0 8px;
  color: #ef4444;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
}

.registration__form-error._shown {
  animation: changeInSomething 0.2s;
  display: block;
}

.registration__checklist-item._invalid {
  color: #ef4444;
}

.registration__checklist-item._valid {
  color: #16A34A;
}

.registration__rule-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0; 
  transition: 0.2s;
}

.registration__checklist-item._valid .registration__rule-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8121 3.71094H16.4468C16.2554 3.71094 16.0738 3.79883 15.9566 3.94922L7.90388 14.1504L4.04255 9.25781C3.98414 9.18365 3.90969 9.12368 3.82478 9.08241C3.73987 9.04114 3.64672 9.01965 3.55232 9.01953H2.18708C2.05622 9.01953 1.98396 9.16992 2.06404 9.27148L7.41365 16.0488C7.66365 16.3652 8.14411 16.3652 8.39607 16.0488L17.9351 3.96094C18.0152 3.86133 17.9429 3.71094 17.8121 3.71094Z' fill='%2316A34A'/%3E%3C/svg%3E%0A");
}


.registration__checklist-item._valid .registration__rule-icon {
  opacity: 1;
}

[data-additionalBuilder="add-btn"] {
  margin-top: 15px;
}

[data-singleImageUploader="previewBox"] {
  opacity: 0;
  transition: 0.2s;
}

[data-singleImageUploader="previewBox"]._loaded {
  opacity: 1;
}

.account-notification {
  display: none;
  justify-content: center;
}

.account-notification._shown {
  animation: changeInSomething 0.2s linear;
  display: block;
}

.account-notification._default {
  color: #000;
}

.account-notification._success {
  color: #16A34A;
}

.account-notification._failed {
  color: #ef4444;;
}

.account-notification._special._default {
  background-color: rgba(31, 41, 55, 0.1);
}

.account-notification._special._success {
  background-color: rgba(22, 163, 74, 0.1);
}

.account-notification._special._failed {
  background-color: rgba(239, 68, 68, 0.1);
}

.account-edit .account-notification {
  margin: 8px 0;
}

.account-edit .account-notification._success::after {
  content: none;
}

.modal__form .account-notification {
  padding: 8px;
  margin: 8px 0;
}

.modal-content .account-notification {
  width: 100%;
}

.account-notification__content {
  display: flex;
  justify-content: center;
  padding: 12px 0;
}

.account-notification__title {
  padding: 16px 16px 0;
  margin-bottom: 12px;
  font-weight: 700;
}

.account-notification__list {
  padding: 0 16px 16px;
}

.account-notification__list-item:not(:last-child) {
  margin-bottom: 4px;
}

.account-notification._success .account-notification__content::after {
  content: '';
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-top: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8121 3.71094H16.4468C16.2554 3.71094 16.0738 3.79883 15.9566 3.94922L7.90388 14.1504L4.04255 9.25781C3.98414 9.18365 3.90969 9.12368 3.82478 9.08241C3.73987 9.04114 3.64672 9.01965 3.55232 9.01953H2.18708C2.05622 9.01953 1.98396 9.16992 2.06404 9.27148L7.41365 16.0488C7.66365 16.3652 8.14411 16.3652 8.39607 16.0488L17.9351 3.96094C18.0152 3.86133 17.9429 3.71094 17.8121 3.71094Z' fill='%2316A34A'/%3E%3C/svg%3E%0A");
}

@keyframes changeLoaderVisibility {

  0% {
    opacity: 1;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
            transform: none;
  }
}

[data-pagination-mixed="loader"]._hidden {
  animation: changeLoaderVisibility 0.2s;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}

[data-pagination-mixed="loader"]:disabled .icon {
  animation: changeLoaderVisibility 0.2s;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}

#eventList [data-event-list="remove"] {
  transform: translate(-300%);
}

#eventList [data-event-list="remove"].is-active {
  transform: translate(-200%);
}

.article-info__block-section {
  margin-bottom: 24px;
}

.article-info__block-additional {
  margin-top: -12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #9CA3AF;
}

.article-info__item .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  fill: #FA541C;
}


.grid__block-header {
  display: flex;
  margin-bottom: 32px;
}

@media (max-width: 1023px) {
  .grid__block-header {
    display: block;
  }
}

.grid__block-header .grid__title {
  margin: 0 12px 0 0;
}

@media (max-width: 1023px) {
  .grid__block-header .grid__title {
    margin: 0 0 8px;
  }
}

.grid__block-link {
  flex-shrink: 0;
  text-decoration: none;
  color: #374151;
  transition: 0.2s;
}

.grid__block-link:hover {
  color: #101010;
}

@media (max-width: 1023px) {
  .grid__block-link {
    display: inline-block;
  }
}

.grid__block-link .input__field {
  background: none;
  border: 0;
  padding: 0;
}

._street .card-event {
  box-sizing: border-box;
  padding: 9px 16px;
}

._street .card-event._inactive {
  background-color: #F9FAFB;
}

._street .card-event._inactive .card-event__subtitle {
  color: #6B7280;
}

.article__content ul li{
  display: inherit;
}

@media (max-width: 480px) { 
	.article__content {
    	text-align: left!important;
	}
}

@media (max-width: 1023px) {
  .registration__form {
    flex-grow: unset;
  }
}

@media (min-width: 1024px) {
  .article--places .article-info__content {
    max-height: calc(100vh - 240px);
  }
}
.map__dot.map__dot--artist-sm:not(.is-active){
  background-color: #C3B4FF;
}

._height_auto {
  height: auto;
  min-height: 40px;
}

._loading {
  opacity: 0.5;
  pointer-events: none;
  cursor: progress;
}

.section__quote {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section__quote-body {
  display: flex;
}

.section__quote-body::before,
.section__quote-body::after {
  content: '';
  flex-shrink: 0;
  width: 50px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section__quote-body::before {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='44' viewBox='0 0 50 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.0634 0H50V14.5461C50 20.432 49.5034 25.0636 48.5101 28.4408C47.4695 31.8662 45.5775 34.9298 42.8342 37.6316C40.0908 40.3333 36.5907 42.4561 32.3337 44L28.4316 35.6053C32.4047 34.2544 35.2663 32.3728 37.0164 29.9605C38.7191 27.5482 39.6178 24.3399 39.7124 20.3355H30.0634V0ZM1.63182 0H21.5684V14.5461C21.5684 20.4803 21.0718 25.136 20.0785 28.5132C19.0379 31.8904 17.146 34.9298 14.4026 37.6316C11.612 40.3333 8.11182 42.4561 3.90219 44L0 35.6053C3.97314 34.2544 6.83474 32.3728 8.58481 29.9605C10.2876 27.5482 11.1863 24.3399 11.2809 20.3355H1.63182V0Z' fill='%23151F6D' fill-opacity='0.4'/%3E%3C/svg%3E%0A");
}

.section__quote-body::after {
  margin-top: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='44' viewBox='0 0 50 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.0634 0H50V14.5461C50 20.432 49.5034 25.0636 48.5101 28.4408C47.4695 31.8662 45.5775 34.9298 42.8342 37.6316C40.0908 40.3333 36.5907 42.4561 32.3337 44L28.4316 35.6053C32.4047 34.2544 35.2663 32.3728 37.0164 29.9605C38.7191 27.5482 39.6178 24.3399 39.7124 20.3355L30.0634 20.3355L30.0634 0ZM1.63182 0L21.5684 0L21.5684 14.5461C21.5684 20.4803 21.0718 25.136 20.0785 28.5132C19.0379 31.8904 17.146 34.9298 14.4026 37.6316C11.612 40.3333 8.11182 42.4561 3.90219 44L0 35.6053C3.97314 34.2544 6.83474 32.3728 8.58481 29.9605C10.2876 27.5482 11.1863 24.3399 11.2809 20.3355L1.63182 20.3355L1.63182 0Z' fill='%23151F6D' fill-opacity='0.4'/%3E%3C/svg%3E%0A");
}

.section__quote-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
  padding: 0 10px 0 40px;
  margin: 0;
}

.section__quote-text p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.section__quote-caption {
  display: flex;
  justify-content: flex-end;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .section__quote {
    gap: 8px;
  }

  .section__quote-body::before,
  .section__quote-body::after {
    width: 32px;
    height: 28px;
  }

  .section__quote-text {
    padding: 0 16px;
  }

  .section__quote-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .section__quote-caption {
    padding-right: 40px;
    font-size: 20px;
    line-height: 32px;
  }
}

.filming-page .filter__apply {
  padding: 0 24px;
}

.timepicker__controls {
  z-index: 7;
}

.filming-balloon {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 372px;
  box-sizing: border-box;
  padding: 10px 12px;
  background-color: #1F2A37;
  border-radius: 4px;
  color: #fff;
  font-family: 'Mont', sans-serif;
  box-shadow: 0px 2px 4px -2px #0000000D;
}

.filming-balloon__overlap {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.filming-balloon__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.filming-balloon__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.filming-balloon__address {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 1023px) {
  .filter__layout {
    gap: 16px;
    flex-wrap: wrap;
  }

  .filter__slot {
    width: calc(50% - 16px);
    max-width: 50%;
  }

  .filming-page .filter__apply {
    width: calc(50% - 16px);
    max-width: 50%;
  }

  .timepicker__panel {
    height: 40px;
  }

  .timepicker__placeholder {
    font-size: 16px;
  }

  .timepicker__controls {
    top: 40px;
    transform: translateY(8px);
  }

  .timepicker__toggler,
  .timepicker__toggler .icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 833px) {
  .filter__layout,
  .filter__slot,
  .filming-page .filter__apply {
    width: 100%;
    max-width: 100%;
  }
}

.filming-description {
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.filming-description:hover,
.filming-description:active {
  opacity: 0.7;
}

.filming-map {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: unset;
}

.filming-map__legend {
  position: absolute;
  left: 8px;
  bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  box-sizing: border-box;
  padding: 20px;
  background-color: #FFFFFF;
}

.filming-map__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 833px) {
  .filming-map__legend-item {
    width: 100%;
  }
}

.filming-map__legend-round {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.filming-map__legend-line {
  flex-shrink: 0;
  width: 24px;
  height: 4px;
  border-radius: 4px;
}

.filming-map__legend-text {
  font-size: 14px;
  line-height: 14px;
  color: #374151;
}

.filming-map__map {
  height: 450px;
}

.filming-card__features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.filming-card__features-title {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #374151;
}

.filming-card__feature:not(._hidden),
.filming-card__features-toggler:not(._hidden){
  display: flex;
  align-items: center;
  height: 40px;
  box-sizing: border-box;
  padding: 0 18px;
  background-color: #F3F4F6;
  border-radius: 300px;
  color: #151F6D;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.filming-card__features-toggler:not(._hidden) {
  background-color: #151F6D;
  color: #F9FAFB;
}

.filming-card__features-toggler:not(._hidden):hover {
  opacity: 0.5;
}

@media (max-width: 1023px) {
  .filming-list {
    gap: 24px;
  }

  .filming-list__title {
    font-size: 24px;
    line-height: 32px;
  }

  .filming-list__items {
    gap: 16px;
  }

  .filming-list__items .filming-card {
    padding: 16px;
    margin: 0 -16px;
  }

  .filming-card__title {
    font-size: 20px;
    line-height: 32px;
  }

  .filming-card__district {
    font-size: 14px;
    line-height: 22px;
  }

  .filming-card__district-icon {
    width: 22px;
    height: 22px;
  }

  .filming-card__badge {
    font-size: 14px;
    line-height: 22px;
  }

  .filming-card__badge-icon {
    width: 20px;
    height: 20px;
    transform: none;
  }

  .filming-card__badge-line {
    width: 22px;
    transform: translateY(8px);
  }

  .filming-card__info {
    margin-top: 0;
    padding: 8px;
  }

  .filming-card__info-text {
    font-size: 12px;
    line-height: 20px;
  }

  .filming-card__info-title {
    font-size: 14px;
    line-height: 22px;
  }

  .filming-card__features {
    gap: 4px;
  }

  .filming-card__features-title {
    font-size: 14px;
    line-height: 22px;
  }

  .filming-card__feature:not(._hidden),
  .filming-card__features-toggler:not(._hidden) {
    font-size: 14px;
    line-height: 22px;
  }

  .filming-card__feature:not(._hidden) {
    padding: 0 8px;
  }
}


.filming-list__title,
.filming-card__title,
.filming-card__badge,
.spoiler__title,
.filming-card__overlap span {
  font-weight: 600;
}

.spoiler__text {
  font-weight: 400;
}

.filming-card__badge {
  color: #374151;
}

}