/* Header */
@media screen and (max-width: 1300px) {
  .nav {
    margin-right: 25px;
  }
  .nav__item:not(:last-child) {
    margin-right: 25px;
  }
  .nav__link {
    font-size: 12px;
  }

  .header-search {
    height: 35px;
    font-size: 12px;
    padding: 5px 25px;
  }
}
@media screen and (max-width: 1210px) {
  .header {
    padding: 25px 0;
  }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 200px;
  }
  .header__logo img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1130px) {
  .nav {
    margin-right: 15px;
  }
  .nav__item:not(:last-child) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .header__logo {
    max-width: 150px;
  }

  .header-search {
    height: 30px;
    font-size: 11px;
    padding: 5px 15px;
  }

  .nav__link {
    font-size: 11px;
  }
}
@media screen and (max-width: 920px) {
  .nav {
    display: none;
  }

  .header__nav {
      order: 1;
  }
  
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-search {
    font-size: 12px;
    padding: 5px 25px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 500px) {
  .header-search {
    margin-right: 20px;
  }
}
/* End Header */
/* Welcome Hero */
@media screen and (max-width: 1200px) {
  /* 90 */
  .layout_about .welcome-hero {
    padding: 90px 0;
  }

  .welcome-hero {
    padding: 90px 0;
  }
  .welcome-hero::before {
    opacity: 1;
  }

  .layout_about .welcome-hero .breadcrumbs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .welcome-hero__content,
  .welcome-hero__description {
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .welcome-hero__title {
    margin-bottom: 35px;
  }

  .welcome-hero__description {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }

  .welcome-hero {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .welcome-hero__description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .layout_about .welcome-hero .welcome-hero__title {
    margin-bottom: 30px;
  }
  .layout_about .welcome-hero .breadcrumbs {
    margin-bottom: 30px;
  }

  .breadcrumbs .lesenka_separator {
    margin: 0 10px 10px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .welcome-hero__description {
    font-size: 16px;
    line-height: 24px;
  }

  .welcome-hero {
    padding: 60px 0;
  }
}
/* End Welcome Hero */
/* Photo slider */
@media screen and (max-width: 1300px) {
  .slider-desc {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .slider-desc {
    padding: 40px;
  }

  .layout_welcome .photo-slider {
    padding: 90px 0 60px;
  }

  .photo-slider__container {
    max-width: 930px;
  }
}
@media screen and (max-width: 900px) {
  .slider-desc {
    padding: 30px;
  }

  .layout_welcome .photo-slider {
    padding: 60px 0;
  }
}
@media screen and (max-width: 620px) {
  .photo-slider__container {
    max-width: 450px;
  }
}
@media screen and (max-width: 500px) {
  .layout_welcome .photo-slider {
    padding: 60px 0 30px;
  }

  .photo-slider__wrapper.swiper {
    overflow: hidden;
  }
}
/* End Photo slider */
/* Institutional structure */
@media screen and (max-width: 1365px) {
  .structure-stat {
    padding: 30px 30px 30px;
  }

  .structure-block__link {
    padding: 60px 30px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .layout_welcome .institutional-structure {
    padding: 45px 0 90px;
  }

  .structure-block__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .structure-block__link {
    font-size: 14px;
    line-height: 26px;
  }

  .structure-block__icon {
    margin-right: 20px;
  }

  .structure-stat__header {
    font-size: 12px;
    line-height: 20px;
  }

  .structure-stat__count-number {
    font-size: 48px;
  }

  .structure-stat__count-number-desc {
    font-size: 12px;
    line-height: 20px;
  }

  .structure-stat__desc {
    font-size: 12px;
    /*line-height: 20px;*/
    max-width: 130px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1080px) {
  .institutional-structure__title {
    text-align: center;
  }

  .structure-block {
    max-width: 930px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
  }

  .structure-stat {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  
  .structure-stat__desc {
    max-width: none;
    margin-left: 0;
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  .layout_welcome .institutional-structure {
    padding: 45px 0 60px;
  }
}
@media screen and (max-width: 725px) {
  .structure-block__link {
    padding: 40px 30px;
  }

  .structure-block {
    max-width: 450px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  .structure-stat {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .structure-stat__desc {
      font-size: 11px;
  }
  
  .institutional-structure__title {
    margin-bottom: 40px;
  }

  .layout_welcome .institutional-structure {
    padding: 30px 0 60px;
  }
}
/* End Institutional structure */
/* Photo gallery */
@media screen and (max-width: 1200px) {
  .layout_photo-gallery-list .page__title {
    text-align: center;
  }

  .photo-gallery__list {
    max-width: 930px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
  }
}
@media screen and (max-width: 780px) {
  .photo-gallery__list {
    max-width: 450px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/* End of Photo gallery */
/* Afisha block */
@media screen and (max-width: 1400px) {
  .afisha-item__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (max-width: 1250px) and (min-width: 700px) {
    .afisha__slider-container .afisha-slider .swiper-wrapper {
        align-items: stretch;
    }
      
    .afisha-slider__item {
        height: 100%;
    }
}

@media screen and (max-width: 1250px) {
  .layout_afisha-list .page__title {
    text-align: center;
  }

  .afisha-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .afisha-item__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  
  .info-events .afisha-item__media {
      
      -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
      flex: 0 0 240px;
  
  }

  .afisha__slider-container {
    max-width: 1050px;
    margin: 0 auto;
  }

  .afisha-list {
    max-width: 1050px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
  }

  .afisha-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .afisha-item__image {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }

  .afisha-item__content {
    padding: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .afisha-item__description {
    min-height: 72px;
  }
  
  .info-events .afisha-item {
      
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
  }
  
}
@media screen and (max-width: 1400px) {
  /* 90 */
  .layout_welcome .afisha {
    padding: 90px 0 85px;
  }
}
@media screen and (max-width: 1040px) {
  .afisha-list {
    max-width: 690px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .afisha__slider-container {
    max-width: 690px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .layout_welcome .afisha {
    padding: 50px 0;
  }


  .afisha-filter__item:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .layout_welcome .afisha {
    padding: 30px 0 50px;
  }
  .afisha-badge__day {
    font-size: 52px;
  }

  .afisha-badge__month {
    font-size: 12px;
    line-height: 16px;
  }

  .afisha-badge__time {
    font-size: 12px;
    line-height: 17px;
  }
  .afisha-list {
    max-width: 330px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .afisha__slider-container {
    max-width: 330px;
  }
}
@media screen and (max-width: 650px) {
  .afisha-filter {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .afisha__header {
    margin-bottom: 30px;
  }

  .afisha-badge {
    width: 100px;
    height: 100px;
  }

  
}
@media screen and (max-width: 400px) {
  .afisha-slider.swiper {
    overflow: hidden;
  }
}
/* End Afisha block */
/* Creative teams */
@media screen and (max-width: 1500px) {
  .creative-teams__right {
    padding: 125px 30px 125px 30px;
  }
}
@media screen and (max-width: 1380px) {
  .creative-teams .decor__boy,
.creative-teams .decor__girl {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
}
@media screen and (max-width: 1165px) {
  .creative-teams__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 570px;
            flex: 0 0 570px;
  }

  .creative-teams__right .creative-team {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1125px) {
  .creative-teams__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    margin-right: 0;
  }

  .creative-teams__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media screen and (max-width: 970px) {
  .creative-teams .decor__bg {
    display: none;
  }

  .creative-teams {
    padding: 65px 0 0;
  }

  .creative-teams__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .creative-teams__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 0 60px 0;
    text-align: center;
  }

  .creative-teams__title {
    margin-top: 0;
  }

  .creative-teams__description {
    margin-bottom: 40px;
  }

  .creative-teams__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: calc(100% + 30px);
    padding: 60px 15px;
    margin-left: -15px;
  }

  .creative-teams__stats {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .creative-team {
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    gap: 30px;
  }

  .creative-team__item {
    margin: 0;
  }

  .creative-team__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 42px 30px 30px;
  }
  
  .creative-teams .decor {
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .creative-teams__title {
    line-height: 56px;
  }

  .creative-team__icon {
    margin-right: 30px;
  }

  .creative-teams {
    padding: 60px 0 0;
  }
  
  .creative-team__text {
    max-width: 220px;
  }
}
@media screen and (max-width: 750px) {
    .creative-team__icon {
    margin-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .creative-teams .decor {
    display: none;
  }
  
  .creative-team__text {
    max-width: 280px;
  }

  /* 30 */
  .creative-team {
    max-width: 450px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .creative-teams__title {
    line-height: 42px;
  }
}
/* End Creative teams */
/* News slider */
@media screen and (max-width: 1650px) {
  .layout_welcome .news {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 1440px) {
  .news-slider__slide_text.swiper-slide,
  .news-slider__slide_image.swiper-slide {
    max-width: 100%;
  }

  .news-item__image {
    display: none;
  }

  .news-item__content {
    padding: 30px 30px 40px 30px;
  }

  .news-slider .slider-nav {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .news-item__title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
  .layout_welcome .news {
    padding: 60px 0 90px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .news-filter__item:not(:last-child) {
    margin-right: 30px;
  }

  .layout_welcome .news {
    padding: 60px 0 90px;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .news-item__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .news-item {
    min-height: 200px;
  }

  .layout_welcome .news {
    padding: 30px 0 90px;
  }
}
@media screen and (max-width: 650px) {
  .news-filter {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .news-item__title {
    font-size: 20px;
    line-height: 30px;
  }

  .news-item__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .news-item {
    min-height: 230px;
  }

  .layout_welcome .news {
    padding: 30px 0 90px;
  }
}
/* End News slider */
/* Footer */
@media screen and (max-width: 1650px) {
  .footer_welcome {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .footer-phone {
    padding-left: 35px;
  }
  .footer-phone::before {
    left: 35px;
  }
  .footer-phone:hover::before {
    width: calc(100% - 35px);
  }

  .footer-mail {
    padding-left: 35px;
  }
  .footer-mail::before {
    left: 35px;
  }
  .footer-mail:hover::before {
    width: calc(100% - 35px);
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
  .footer-nav__item:not(:last-child) {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .footer-contacts__container {
    padding: 30px 0;
  }

  .footer-nav__item:not(:last-child) {
    margin-right: 15px;
  }

  .footer-phone {
    font-size: 18px;
    background-size: 20px 20px;
    padding-left: 25px;
  }
  .footer-phone::before {
    left: 25px;
  }
  .footer-phone:hover::before {
    width: calc(100% - 25px);
  }

  .footer-mail {
    font-size: 18px;
    background-size: 20px 19px;
    padding-left: 25px;
  }
  .footer-mail::before {
    left: 25px;
  }
  .footer-mail:hover::before {
    width: calc(100% - 25px);
  }

  .footer-social__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1050px) {
  .footer-bottom__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer-nav {
    justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }

  .footer__copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .developers {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  
  .footer-mail, .footer-phone {
      font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .footer-social__title {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 820px) {
  .footer-contacts__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .footer-contacts__socials {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 20px;
  }

  .footer-social__item:not(:last-child) {
    margin-right: 30px;
  }

  .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 700px) {
  /* 30 */
}

@media screen and (max-width: 620px) {
  .footer-nav {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .footer-contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer-phone {
    margin-bottom: 20px;
  }
  
  .footer-evraztext {
      margin-bottom: 20px;
  }
}
@media screen and (max-width: 570px) {
  .footer-bottom__container {
    flex-direction: column;
    align-items: center;
  }
  .footer__copyright {
    margin-bottom: 15px;
  }
}
/* End Footer */
/* About stats */
@media screen and (max-width: 1400px) {
  .about-stats__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .about-stats__item:nth-child(1),
.about-stats__item:nth-child(2),
.about-stats__item:nth-child(3) {
    padding: 40px 30px 30px 30px;
  }

  .about-stats__item:nth-child(1) .about-stats__description,
.about-stats__item:nth-child(2) .about-stats__description,
.about-stats__item:nth-child(3) .about-stats__description {
    padding: 5px 0 0;
  }
}
@media screen and (max-width: 1300px) {
  .evraz_content .about-stats__list {
    margin-left: auto;
    margin-right: auto;
  }
  .about-stats__list {
    max-width: 930px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
  .layout_about .institutional-structure {
    padding: 30px 0 90px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .layout_about .institutional-structure {
    padding: 30px 0 60px;
  }

  .about-stats__quote {
    padding: 60px 0;
  }

  .about-stats__list {
    max-width: 450px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
}
@media screen and (max-width: 500px) {
  /* 30 */
  .about-stats__quote {
    font-size: 16px;
    line-height: 26px;
  }

  .about-stats__quote {
    padding: 30px 0;
  }

  .about-stats__item:nth-child(1),
.about-stats__item:nth-child(2),
.about-stats__item:nth-child(3) {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .about-stats__item:nth-child(1),
.about-stats__item:nth-child(2),
.about-stats__item:nth-child(3) {
    padding: 30px 15px;
  }

  .about-stats__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .about-stats__image {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .about-stats__item:nth-child(1) .about-stats__description,
.about-stats__item:nth-child(2) .about-stats__description,
.about-stats__item:nth-child(3) .about-stats__description {
    padding: 0;
  }
}
/* End About stats */
/* Page hero */
@media screen and (max-width: 1200px) {
  /* 90 */
  .page-hero {
    margin-bottom: 125px;
  }

  .page-hero__container {
    padding: 90px 15px;
  }

  .page-hero__nav {
    margin-bottom: 0;
  }

  .hero-content {
    padding: 0;
  }
}
@media screen and (max-width: 1140px) {
  .hero-nav__link {
    padding: 25px 100px;
  }

}
@media screen and (max-width: 1030px) {
  .hero-nav__link {
    padding: 25px 80px;
  }
}
@media screen and (max-width: 930px) {
  .page-hero {
    margin-bottom: 90px;
  }

  .page-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 60px 15px;
    grid-gap: 0;
    gap: 0;
  }

  .page-hero__nav {
    margin-bottom: 0;
  }

  .page-hero .about-hero__nav {
      display: none;
  }
  
  .hero-content {
    padding: 0 0 60px 0;
  }

  .hero-nav {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .hero-nav__item:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 30px;
    border: none;
  }
  .hero-nav__item:not(:last-child) .hero-nav__link {
    border: none;
  }
  .hero-nav__item:not(:last-child) .hero-nav__link:hover {
    border: none;
  }
  .hero-nav__item:not(:last-child) .hero-nav__link_active {
    border: none;
  }
  .hero-nav__link {
    font-size: 16px;
    background-color: var(--accent);
    padding: 20px 30px;
    border-radius: 2px;
  }
  .hero-nav__link_active {
    background-color: #f4a12a;
  }

}
@media screen and (max-width: 900px) {
  /* 60 */
  .page-hero {
    margin-bottom: 60px;
  }

  .hero-content__title {
    line-height: 64px;
  }

  .hero-content__description {
    font-size: 20px;
    line-height: 34px;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .hero-content__title {
    line-height: 58px;
  }

  .hero-content__description {
    font-size: 18px;
    line-height: 32px;
  }

  .hero-nav {
    margin: 0;
    padding: 0;
  }

  .hero-nav__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .hero-nav__item:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .hero-nav__link {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .hero-nav__link {
    padding: 10px 20px;
}
  .hero-content__title {
    line-height: 50px;
  }

  .hero-content__description {
    font-size: 16px;
    line-height: 30px;
  }
}
/* End Page hero */
/* Creative collectives */
@media screen and (max-width: 1380px) {
  .layout_collectives .collectives__item {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
  }
  .collective-list {
    max-width: 1050px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto 65px;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
  .creative-collectives {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1040px) {
  .layout_collectives .collectives__item {
    max-width: 690px;
  }
  .collective-list {
    max-width: 690px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 60px;
  }

  .creative-collectives__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .creative-collectives__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .creative-collectives {
    padding: 60px 0;
  }
}
@media screen and (max-width: 650px) {
  /* 30 */
  .layout_collectives .collectives__item {
    max-width: 330px;
  }
  .collective-list {
    max-width: 330px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 auto 50px;
  }

  .collective-card__title {
    min-height: auto;
  }

  .collective-card__description {
    min-height: auto;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* End Creative collectives */
/* Info block */
@media screen and (max-width: 1660px) {
  .info-news {
    padding: 65px 30px 65px 30px;
  }

  .info-photo {
      padding: 65px 0 65px;
  }
  
  .info-news__container {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1450px) {
  .info-block__photo {
    padding-right: 15px;
    -ms-grid-column: 7;
    -ms-grid-column-span: 8;
    grid-column: 7/15;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
  .info-block {
    padding: 0;
  }

  .info-block__contaniner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 0;
    gap: 0;
  }
  
  .info-news__container {
    max-width: 100%;
  }
  
  .info_events_carusel_mob {
    display: block;
  } 
  
  .info-events {
      display: none;
  }

  .info-news {
    padding: 60px 15px 30px;
  }

  .info-news__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    gap: 30px;
  }

  .info-news__list .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .info-block__photo {
    padding: 30px 15px 00px;
  }
}
@media screen and (max-width: 1100px) {
  .nogalery_list .info-news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1050px) {
  .info-slider {
    max-width: 810px;
  }

  .info-news__list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .info-news__list .news-item:nth-child(1),
  .info-news__list .news-item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info-news__list .news-item:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 700px) {
  /* 30 */
  .nogalery_list .info-news__list {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
  .nogalery_list .news-item {
    min-height: auto;
  }
  .nogalery_list .news-item__title {
    margin-bottom: 30px;
  }
  .info-news__list {
    max-width: 450px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .info-news__list .news-item {
    display: none;
  }

  .info-news__list .news-item__title {
    -webkit-line-clamp: none;
  }
  .info-news__list .news-item:nth-child(2) {
    display: none;
  }
  .info-news__list .news-item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .info-slider {
    max-width: 390px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* End Info block */
/* Services */
@media screen and (max-width: 1300px) {
  .services__title {
    max-width: 930px;
    margin: 0 auto;
    margin-bottom: 35px;
  }

  .service {
    max-width: 930px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
  .services__slider {
    max-width: 930px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .service__text {
    font-size: 20px;
    line-height: 28px;
  }

  .services__title {
    margin-bottom: 40px;
  }

  .service__content {
    padding: 30px;
  }
}
@media screen and (max-width: 780px) {
  .services__slider {
    max-width: 450px;
  }
  .services__title {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .services__title {
    text-align: center;
  }

  .service {
    max-width: 450px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .services__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* End Services */
/* Сontacts */
@media screen and (max-width: 1660px) {
  .contacts .map {
    height: 450px;
  }

  .contacts__container {
    margin-top: 0;
  }

  .contact-content__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
@media screen and (max-width: 1300px) {
  .page-contact__media {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
  .page-contact {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1000px) {
  .contacts-list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .page-contact {
    padding: 60px 0;
  }

}
@media screen and (max-width: 750px) {
  .contacts .map {
    height: 300px;
  }

  .contact-content__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts-list {
    margin-bottom: 30px;
  }

  .contact-personal {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    gap: 30px;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .page-contact {
    padding: 30px 0;
  }

  .contact-personal {
    max-width: 330px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-content__title {
    font-size: 28px;
    line-height: 28px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .contact-content__header {
    margin-bottom: 40px;
  }

  .contact-content__title {
    font-size: 24px;
    line-height: 24px;
  }

  .contacts-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-personal__email {
    font-size: 16px;
    line-height: 30px;
  }
}
/* End Contacts */
/* Head nav */
@media screen and (max-width: 1200px) {
  .head-nav__link {
    font-size: 20px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 700px) {
  .layout_about .about-hero {
    padding: 65px 0 20px;
  }
  .head-nav {
    flex-wrap: wrap;
    margin-right: -15px;
    padding-right: 15px;
  }
  .head-nav__item {
    margin-bottom: 15px;
  }
  .head-nav__item:not(:last-child) {
    margin-right: 15px;
  }

  .head-nav__link {
    white-space: nowrap;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .head-nav__link {
    font-size: 18px;
    padding: 12px 15px;
  }
}
/* Head nav */
/* Our team */
@media screen and (max-width: 1200px) {
  /* 90 */

  .team-list {
    max-width: 1050px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    gap: 30px;
    margin: 0 auto;
  }

  .team-card__body {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .team-list {
    max-width: 720px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .team-card__title {
    font-size: 22px;
    line-height: 30px;
  }

  .our-team .show-more {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .our-team__title {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .team-list {
    max-width: 330px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-card__title {
    min-height: auto;
  }

  .our-team .show-more {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .team-card__description {
    font-size: 14px;
  }
}
/* End Our team */
/* Equipment */
@media screen and (max-width: 1250px) {
  .equipment__title {
    text-align: center;
  }

  .equipment__description {
    text-align: center;
    max-width: 930px;
    margin: 0 auto 60px;
  }

  .equipment-list {
    max-width: 930px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
  }

  .equipment-card__description {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 800px) {
  .equipment__title {
    text-align: center;
  }

  .equipment__description {
    text-align: center;
  }

  .equipment-list {
    max-width: 450px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .equipment__description {
    margin: 0 auto 30px;
  }

  .equipment__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* End Equipment */
/* Page */
@media screen and (max-width: 1650px) {
  .page-content__media {
    height: auto;
  }
}
@media screen and (max-width: 1400px) {
  .page-content .styled-list {
    grid-gap: 30px;
    gap: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .page-content .styled-list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-list .styled-list {
    grid-gap: 45px 30px;
    gap: 45px 30px;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
  .page__content.page-content_with-slider {
    padding: 185px 0 60px;
  }
  .custom-list .styled-list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  /* reverse */
  .page-content_reverse .page-content__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-content_reverse .page-content__right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-content_reverse .page-content__right .collective-age-card {
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .page-content_reverse .page-content__text {
    margin-top: 0;
  }

  /* normal */
  .page-content__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-content__left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }

  .page-content__right {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .join-info {
    display: flex;
  }

  .page-content__right .join-btn {
    margin: 0;
    margin-bottom: 40px;
  }

  .page__content.page-content_with-slider {
    padding: 185px 0 90px;
  }

  .page-content__text {
    margin-top: 0;
  }

  .page_collective-page .page-content__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page_collective-page .page-content__right .collective-age-card {
    margin-right: 30px;
    padding: 40px 40px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .custom-list {
    padding: 60px 0;
  }

  .custom-list .styled-list {
    grid-gap: 30px;
    gap: 30px;
  }

  .page .breadcrumbs {
    margin-bottom: 40px;
  }

  .page__title {
    margin-bottom: 40px;
  }

  .page {
    padding: 60px 0;
  }

  .page__content.page-content_with-slider {
    padding: 165px 0 60px;
  }

  .page-content__list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .custom-list .styled-list__body {
    margin-top: 3px;
  }
  .custom-list .styled-list__item {
    min-height: 30px;
    font-size: 16px;
    line-height: 26px;
    padding-left: 40px;
  }

  .custom-list .styled-list__title {
    font-size: 20px;
    line-height: 24px;
  }

  .custom-list .styled-list__item::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .page__content.page-content_with-slider {
    padding: 165px 0 90px;
  }
  .page-content_reverse .page-content__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-content_reverse .page-content__right .collective-age-card {
    margin: 0;
    margin-top: 30px;
  }

  .page_collective-page .page-content__right .collective-age-card {
    padding: 30px;
  }

  .page_collective-page .page-content__right .collective-leader {
    padding: 30px;
  }
}
@media screen and (max-width: 650px) {
  .page-content__list .page-content__title {
    text-align: center;
  }

  .page-content .styled-list {
    max-width: 400px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .custom-list .styled-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .page_collective-page .page-content__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page_collective-page .page-content__right .collective-age-card {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .join-info {
    flex-direction: column;
    align-items: center;
  }
  .page-content__right .collective-age-card {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  /* 30 */
  .custom-list {
    padding: 30px 0;
  }

  .page-content__text {
    font-size: 16px;
    line-height: 30px;
  }

  .page-content__right .document-card {
    padding: 40px;
  }

  .page-content__title {
    font-size: 20px;
    line-height: 30px;
  }

  .styled-list__item::before {
    width: 35px;
    height: 35px;
  }

  .styled-list__item {
    font-size: 16px;
    line-height: 26px;
    padding-left: 50px;
  }
}
/* End Page */
/* Callback */
@media screen and (max-width: 1200px) {
  /* 90 */

  .callback_small {
    background-image: none;
    background-color: var(--bg-white);
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 700px) {
  /* 30 */
  .callback_big {
    background-color: var(--bg-white);
    background-image: none;
  }
  .callback_big .callback-list {
    max-width: 420px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
  .callback_big .callback-time {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* End Callback */
/* Achievements */
@media screen and (max-width: 1400px) {
  .achievement-card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
  .achievements__title {
    text-align: center;
  }

  .achievement-list {
    max-width: 1050px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
  }

  .achievement-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }

  .achievement-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .achievement-card__body {
    height: 100%;
    padding: 30px;
  }

  .achievement-card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .achievement-card__image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .achievement-card__text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1050px) {
  .achievement-card__text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }

  .achievement-card__place {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .achievement-list {
    max-width: 690px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .achievements .show-more {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .achievement-card__body {
    padding: 30px 15px;
  }

  .achievements .show-more {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .achievement-list {
    max-width: 330px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .achievement-card__place {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* End Achievements */
/* Page socials */
@media screen and (max-width: 1405px) {
  .socials-list {
    max-width: 1050px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
}
@media screen and (max-width: 1060px) {
  .socials-list {
    max-width: 690px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 715px) {
  .socials-list {
    max-width: 400px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* ENd Page socials */
/* Workshops */
@media screen and (max-width: 1200px) {
  /* 90 */
  .workshop {
    max-width: 1140px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
  }

  .workshop-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }

  .workshop-card__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px 20px;
  }

  .workshop-card__title {
    min-height: 64px;
  }

  .workshop-card__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 270px;
  }
}
@media screen and (max-width: 1100px) {
  .workshops__title {
    text-align: center;
  }

  .workshop {
    max-width: 750px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 740px) {
  .workshop-card__title {
    min-height: auto;
  }

  .workshop {
    max-width: 360px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* End Workshops */
/* info club list */
@media screen and (max-width: 1200px) {
  .info-club-list {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 700px) {
  /* 30 */
  .info-club-list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .info-club-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .info-club-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .info-club-list__icon {
    margin: 0;
    margin-right: 15px;
  }
}
/* End info club list */
/* page content */
@media screen and (max-width: 1500px) {
  .page-content {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
  .page-content {
    padding: 75px 0;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .page-content {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* End page content */
/* Excurtion */
@media screen and (max-width: 1200px) {
  /* 90 */
  .excurtion__slider {
    max-width: 1140px;
    margin: 0 auto;
  }
  .excurtion-list {
    max-width: 1140px;
    /*-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    */margin: 0 auto;
  }

  /*.excurtion-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }

  .excurtion-card__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px 20px;
  }

  .excurtion-card__title {
    min-height: 64px;
  }

  .excurtion-card__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 270px;
  }*/
}
@media screen and (max-width: 1100px) { 
  .excurtion-filter__link {
    font-size: 16px;
    line-height: 24px;
  }
  .excurtion__slider {
    /*max-width: 750px;*/
    margin: 0 auto;
  }
  .excurtion-list {
    /*max-width: 750px;*/
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .excurtion-card__body {
      padding: 25px 20px;
  }
  
  .excurtion-card__title {
      font-size: 20px;
      line-height: 26px;
      min-height: 78px;
      
  }
}
@media screen and (max-width: 960px) {
  .excurtion-filter__list {
    grid-template-columns: repeat(3,1fr);
  }
  .excurtion-filter__item_all {
    display: flex;
    justify-content: center;
    grid-column: span 3;
  }
  
  .excurtion-card__media {
      -ms-flex: 0 0 180px;
      flex: 0 0 180px;
      height: 310px;
  }
  
  .excurtion-card__body {
      padding: 15px 20px;
  }
  
}
@media screen and (max-width: 900px) {
  /* 60 */
  .excurtion__header {
    justify-content: space-between;
  }
  .excurtion__title {
    margin-right: 30px;
  }
}

@media screen and (max-width: 880px) {
    .excurtion-card__media {
      -ms-flex: 0 0 150px;
      flex: 0 0 150px;
      height: 260px;
  }
  
  .excurtion-card__description {
      -webkit-line-clamp: 4;
  }
}

@media screen and (max-width: 800px) {
  .excurtion__title {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .excurtion__header {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 740px) {
  .excurtion__slider {
    max-width: 480px;
    margin: 0 auto;
  }
  .excurtion-card__title {
    min-height: auto;
  }
  .excurtion-card__museum {
    -webkit-line-clamp: initial;
  }
  
  .excurtion-list {
    max-width: 480px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  
  .excurtion-card__media {
      -ms-flex: 0 0 180px;
      flex: 0 0 180px;
      height: 310px;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .excurtion-filter__list {
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
  }
  .excurtion-filter__item_all {
    justify-content: initial;
    grid-column: initial;
  }
  .excurtion-filter__link {
    height: 100%;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    color: var(--text-white);
    background-color: var(--accent);
    background-image: none;
    padding-left: 0;
    padding: 10px;
    border-radius: 2px;
    border: 2px solid var(--accent);
    text-align: center;
    text-decoration: none;
  }
  .excurtion-filter__link_active {
    background-image: none;
    color: var(--accent);
    background-color: var(--bg-white);
    border: 2px solid var(--accent);
  }
  .excurtion-filter__link:hover {
    background-image: none;
    color: var(--accent);
    text-decoration: none;
    background-color: var(--bg-white);
    border: 2px solid var(--accent);
  }
  
  
}
@media screen and (max-width: 550px) {
  .excurtion-filter__link {
    font-size: 13px;
    line-height: 21px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
}
@media screen and (max-width: 470px) {
  .excurtion-card__body {
    padding: 5px 15px;
  }
  .excurtion-filter {
    justify-content: center;
  }
  .excurtion-filter__list {
    max-width: 450px;
    width: 100%;
    grid-template-columns: 1fr;
    margin-bottom: 35px;
  }
  
  .excurtion-card__media {
      -ms-flex: 0 0 140px;
      flex: 0 0 140px;
      height: 250px;
  }
  
  .excurtion-card__title {
      font-size: 18px;
      line-height: 24px;
      min-height: 72px;
  }
  
  .excurtion-card__description {
      -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 420px) {
  .excurtion-filter__link {
    font-size: 11px;
    line-height: 19px;
  }
}
/* End Excurtion */
/* museum info block */
@media screen and (max-width: 1500px) {
  .museum-info-desc__list {
    grid-gap: 50px 30px;
    gap: 50px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .layout_museum .page-hero {
    margin-bottom: 140px;
  }
  .museum-info-desc__title {
    text-align: center;
  }
  .museum-info-block {
    flex-direction: column;
  }
  .museum-info-block__text {
    max-width: 100%;
    padding: 0 15px;
    margin: 0;
  }
  .museum-info-block__description {
    max-width: 100%;
    padding: 80px 0 90px;
    margin-bottom: 30px;
  }
  .museum-info-desc {
    max-width: 100%;
    padding: 0 15px;
  }
  .museum-info-desc__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .museum-info-desc__item {
    flex: 0 0 195px;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
}
@media screen and (max-width: 900px) {
  /* 60 */
  .museum-info-block__description {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .museum-info-block__description {
    padding: 30px 0;
  }
  .museum-info-desc__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .museum-info-desc__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .museum-info-desc__item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .museum-info-desc__icon {
    height: auto;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* End museum info block */
/* museum list */
@media screen and (max-width: 1400px) {
  /* 90 */
  .museums__title {
    text-align: center;
  }
  .museum-list {
    max-width: 930px;
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
  .museum-list__body {
    padding: 15px 15px 20px 15px;
  }
  .museum-list__title {
    font-size: 22px;
    line-height: 30px;
    min-height: 90px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 830px) {
  .museum-list {
    max-width: 450px;
    grid-template-columns: 1fr;
  }
  .museum-list__title {
    min-height: auto;
  }
  .museum-list__description {
    min-height: auto;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* museum list */
/* museum contacts */
@media screen and (max-width: 1200px) {
  /* 90 */
  .museum-navs .contacts-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .museum-navs {
    grid-template-columns: repeat(2,1fr);
  }
  .museum-navs .contacts-list {
    grid-template-columns: repeat(2,1fr);
    gap: 25px 30px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .museum-contacts__bottom {
    justify-content: center;
  }
  .museum-contacts__bottom .contact-social {
    margin-right: 60px;
  }
  .museum-contacts {
    padding: 60px 0;
  }
  .museum-navs {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto 60px;
  }
  .museum-navs .contacts-list {
    grid-template-columns: repeat(2,1fr);
    gap: 25px 30px;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
}
@media screen and (max-width: 600px) {
  .museum-contacts__bottom {
    flex-direction: column;
    align-items: center;
  }
  .museum-contacts__bottom .contact-social {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .museum-navs {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .museum-navs .contacts-list__item {
    max-width: 100%;
  }
  .museum-navs__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .museum-navs .contacts-list {
    grid-template-columns: 1fr;
  }
}
/* end museum contacts */

/* About hero */
@media screen and (max-width: 1200px) {
  /* 90 */
  .about-hero::before {
    opacity: 1;
  }
  .about-page__title {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .about-hero__title {
    margin-bottom: 35px;
  }
  .about-hero__description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .about-hero__description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .about-hero__description {
    font-size: 16px;
    line-height: 24px;
  }
}


/* Teams list */
@media screen and (max-width: 1200px) {
  /* 90 */
  .teams-list__title {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 700px) {
  /* 30 */
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* End Teams list */


/* Page filters */
@media screen and (max-width: 1200px) {
  /* 90 */
}
@media screen and (max-width: 1100px) {
  .page-filter__container {
    max-width: 690px;
    flex-direction: column;
    margin: 0 auto;
  }
  .page-filter:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 740px) {
  .page-filter__container {
    max-width: 330px;
  }
  .page-filter {
    flex-direction: column;
  }
  .page-filter__item:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .page-filter:not(:last-child) {
    margin-bottom: 15px;
  }
  .page-filter__item {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
}
@media screen and (max-width: 500px) {
  /* 30 */
  
}
@media screen and (max-width: 400px) {
  .page-filter__item {
    width: 100%;
  }
}
/* End Page filters */

/* Documents */
@media screen and (max-width: 1300px) {
  .documents {
    grid-gap: 20px;
    gap: 20px;
  }
  .documents__item .document-card__icon {
    margin-right: 15px;
  }
  .documents__item .document-card {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
}
@media screen and (max-width: 960px) {
  .documents {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 700px) {
  /* 30 */
  .documents-list__title {
    text-align: center;
    margin-bottom: 30px;
  }
  .documents {
    grid-template-columns: 1fr;
  }
  .documents__item .document-card {
    margin: 0 auto;
  }
  .documents__item .document-card__title {
    min-height: auto;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .documents__item .document-card {
    padding: 25px 15px;
  }
}
/* End Documents */

/* Awards */
@media screen and (max-width: 1300px) {
  .award-list {
    max-width: 1050px;
    grid-template-columns: repeat(3,1fr);
    margin: 0 auto;
  }
  .award-card {
    max-width: 330px;
    flex-direction: column;
  }
  .award-card__media {
    flex: 0 0 auto;
  }
  .award-card__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .award-card__body {
    flex: 1;
    padding: 30px 20px;
  }
  .award-list__item {
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
}
@media screen and (max-width: 1000px) {
  .award-list {
    max-width: 690px;
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 700px) {
  /* 30 */
  .award-card__title {
    font-size: 20px;
    line-height: 28px;
  }
  .award-card__body {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 680px) {
  .award-list {
    max-width: 330px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* End Awards */

/* Photo gallery page*/
@media screen and (max-width: 1300px) {
  .gallery-card__title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
  .layout_galery .page-filters {
    max-width: 960px;
    margin: 0 auto;
  }
  .photo-gallery__albums__header {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-album {
    max-width: 930px;
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .photo-gallery__albums__header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 780px) {
  .gallery-card__title {
    font-size: 20px;
    line-height: 26px;
  }
  .layout_galery .photo-gallery__albums__header {
    flex-direction: column;
    align-items: center;
  }
  .gallery-album {
    max-width: 450px;
    grid-template-columns: 1fr;
  }
  
}
@media screen and (max-width: 700px) {
  /* 30 */
  .photo-gallery__albums__header {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .gallery-card__body {
    padding: 25px 15px 20px;
  }
}
/* End Photo gallery page*/

/* Photo album */
@media screen and (max-width: 1250px) {
  .album-photo {
    grid-template-columns: repeat(3,1fr);
    margin: 0 auto;
  }
  
  .photo-album .show-more {
      margin-top: 40px;
    }

}
@media screen and (max-width: 1200px) {
  /* 90 */
  
}
@media screen and (max-width: 960px) {
  .album-photo {
    grid-template-columns: repeat(2,1fr);
  }
  .photo-album__header {
    flex-direction: column;
  }
  .photo-album__description {
    margin: 0;
    margin-bottom: 30px;
  }
  .photo-album__sub-title {
    margin-bottom: 35px;
    
  }
  
  .album-card__title {
    font-size: 22px;
    line-height: 30px;
  }
  
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 700px) {
  /* 30 */
  .album-card__title {
    font-size: 20px;
    line-height: 28px;
  }
  .photo-album__count {
    display: none;
  }
  .photo-album__sub-title {
      text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .info-slider-full  {
    max-width: 450px;
  }
  .album-photo {
    max-width: 450px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .album-card__body {
    padding: 30px 15px;
  }
}
/* End Photo album */

/* Museum programs */
@media screen and (max-width: 1200px) {
  /* 90 */
  .museum-working__container {
    padding: 90px 0;
  }
}
@media screen and (max-width: 970px) {
  .museum-programs {
    grid-template-columns: repeat(3,1fr);
    grid-gap: 55px 35px;
    gap: 55px 35px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .museum-working__container {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .museum-programs {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .museum-programs {
    grid-template-columns: 1fr;
  }
  .museum-programs__icon {
    flex: 0 0 88px;
    margin: 0;
    margin-right: 15px;
  }
  .museum-programs__item {
    display: flex;
    align-items: center;
    max-width: 100%;
  }
  .museum-programs__title {
    font-size: 16px;
    line-height: 22px;
  }
}
/* End Museum programs */

/* Service photo slider */
@media screen and (max-width: 1300px) {
  .service-photo-slider {
    max-width: 1050px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
}
@media screen and (max-width: 1000px) {
  .service-photo-slider {
    max-width: 690px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 700px) {
  /* 30 */
}
@media screen and (max-width: 650px) {
  .service-photo-slider {
    max-width: 330px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* End Service photo slider */


/* News page */
@media screen and (max-width: 1300px) {
  .news-wrapper {
    max-width: 1050px;
    grid-template-columns: repeat(3,1fr);
    margin: 0 auto;
  }
  .news-list__wrapper {
    grid-column: span 2;
  }
  .news-list {
    grid-template-columns: repeat(2,1fr);
  }
  .layout_news .page-filter__container {
    max-width: 1050px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
}
@media screen and (max-width: 1100px) {
  .news-wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .news-wrapper {
    display: flex;
    flex-direction: column;
  }
  .news-category {
    order: 1;
  }
  .news-list__wrapper {
    order: 2;
  }
  .layout_news .page-filter__container {
    max-width: 690px;
    margin: 0 auto;
  }
  .news-list {
    max-width: 690px;
    margin: 0 auto;
  }
  .news-category__container {
    max-width: 690px;
    padding: 15px;
    margin: 0 auto
  }
  .news-category__title {
    display: none;
  }
  .news-category__list {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
  }
  .news-category__item {
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}

@media screen and (max-width: 740px) {
  .layout_news .page-filter__container {
    max-width: 330px;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .news-list {
    grid-template-columns: 1fr;
    max-width: 330px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .news-card__body {
    padding: 35px 30px;
  }
}

@media screen and (max-width: 1640px) {
    .layout_news_card .services-hero {
        margin-bottom: 0;
    }
    
    .news-article {
        margin-top: 0;
    }
}

@media screen and (max-width: 1300px) {
    .news-article.container-large {
        padding-top: 65px;
        padding-bottom: 40px;
        margin-bottom: 60px;
    }
    
    .news-article__header {
        margin-bottom: 25px;
    }
    
    .news-article__title {
        margin-bottom: 40px;
    }
}



/* News-photos__list */
@media screen and (max-width: 1200px) {
  /* 90 */
}
@media screen and (max-width: 1100px) {
  .news-article__photo-gallery .news-article__title {
    margin-bottom: 40px;
  }
  .news-photos__list {
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 830px) {
  .news-article__photo-gallery .news-article__title {
    text-align: center;
    margin-bottom: 30px;
  }
  .news-photos__list {
    max-width: 690px;
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
}
@media screen and (max-width: 570px){
  .news-photos__list {
    max-width: 330px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* End News-photos__list */

/* news-article__header */
@media screen and (max-width: 1200px) {
  /* 90 */
  .news-article__collective {
    padding-right: 30px;
  }
  .news-article__location {
    margin-left: 30px;
  }
  .news-article__location::before {
    left: -30px;
  }
}
@media screen and (max-width: 1100px) {
  .news-article__header {
    gap: 15px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .news-article__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .news-article__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .news-article__description {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .news-article__text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
    .news-article__header {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .news-article__location {
        margin-left: 0;
    }
  /* 30 */
}
/* End news-article__header */
/* News page */
@media screen and (max-width: 1200px) {
  /* 90 */
  .news-article.container-large {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .news-article__category {
    left: 30px;
    bottom: 30px;
  }
  .news-article.container-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .news-article__docs {
    margin-top: 50px;
  }
  .news-article__docs .news-article__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .news-article__category {
    left: 15px;
    bottom: 15px;
  }
  .news-article__docs .news-article__title {
    text-align: center;
  }
  .news-article__docs .news-article__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .news-article__title {
    font-size: 26px;
    line-height: 36px;
  }
}
/* End News page */


/* Afisha page */
@media screen and (max-width: 1400px) {
  .afisha-checkbox-filter {
    padding: 40px 20px;
  }
  .afisha-aside__item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1250px) {
  .afisha-page .afisha-item__media {
    flex: 0 0 50%;
  }
  .afisha-page .afisha-item {
    flex-direction: row;
  }
  .afisha-page .afisha-item__description{ 
    min-height: auto;
  }
}
/*@media screen and (max-width: 1200px) {
  .afisha-aside {
    grid-area: 1 / 13 / 1 /1;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .afisha-aside__item:not(:last-child) {
    margin: 0;
  }
  .afisha-aside__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
  }
  .afisha-aside__list-item:not(:last-child) {
    margin: 0;
  }
  .afisha-page__filter {
    grid-column: 1/5;
  }
  .afisha-page__content {
    grid-column: 5/13;
  }
  .afisha-articles__item {
    max-width: 690px;
  }
}*/
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 700px) {
  /* 30 */
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* End Afisha page */

/* Afisha article */
@media screen and (max-width: 1400px) {
  .poster-header__content {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1290px) {
  .poster-header__bottom {
    flex-wrap: wrap;
  }
  .poster-header__schema {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
  .poster-header__price {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .poster-header__price {
    margin-right: 30px;
  }
  .poster-header__schema {
    margin-top: 0;
    margin-left: auto;
  }
  .poster-header__content {
    padding: 40px 20px;
  }
  .poster-header {
    flex-direction: column;
  }
  .poster-header__media {
    display: flex;
    justify-content: center;
    flex: auto;
    background-color: var(--bg-white);
    padding-top: 30px;
  }
  .poster-header__media img {
    position: relative;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .poster-header__title {
    font-size: 30px;
    line-height: 38px;
  }
  .afisha-poster__body {
    flex-direction: column;
  }
  .afisha-poster__content {
    margin: 0;
  }
  .poster-contacts__blocks {
    padding: 30px;
  }
  .poster-contacts__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    gap: 30px;
  }
  .poster-contacts__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
  .poster-contacts__blocks {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 820px) {
  .poster-header__price {
    margin-right: 40px;
  }
  .poster-header__schema {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 730px) {
  /* 30 */
  .poster-map__list {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .poster-header__title {
    font-size: 28px;
    line-height: 36px;
}
}
@media screen and (max-width: 600px) {
  .poster-contacts__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 560px) {
  .poster-header__title {
    text-align: center;
  }
  .poster-header__bottom {
    flex-direction: column;
    align-items: center;
  }
  .poster-header__price {
    margin-right: 0;
  }
  .poster-header__buy {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .poster-map__list {
    grid-template-columns: 1fr;
  }
  .poster-content__text {
    font-size: 16px;
    line-height: 30px;
  }
  .poster-content__title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .poster-header__date {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .poster-header__place {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .poster-header__media {
    padding-top: 0;
  }
}
@media screen and (max-width: 460px) {
  .poster-header__title {
    font-size: 26px;
    line-height: 34px;
  }
}


/* End Afisha article */

/* Subscribe */
@media screen and (max-width: 1650px) {
  .subscribe {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 1400px) {
  .subscribe-block {
    flex-direction: column;
    align-items: center;
  }
  .subscribe-block__title {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  /* 90 */
}
@media screen and (max-width: 940px) {
  .subscribe-block__body {
    flex-direction: column;
    align-items: center;
  }
  .subscribe-form {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 700px) {
  /* 30 */
}
@media screen and (max-width: 620px) {
  .subscribe-form {
    flex-direction: column;
  }
  .subscribe-form__field_input-text {
    margin-bottom: 15px;
  }
  .subscribe-form__input-text {
    border-radius: 3px;
    border: 1px solid rgb(232, 232, 232);
  }
  .subscribe-form {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
  .subscribe__wrapper {
    padding: 40px 0 60px;
  }
  .subscribe-block__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 390px) {
  .subscribe-form {
    width: 100%;
  }
  .subscribe-form__submit {
    margin: 0 auto;
  }
  .subscribe-form__input-text {
    width: 100%;
  }
  .subscribe-form__field {
    width: 100%;
  }
}
/* End Subscribe */

/* excursion-header */
@media screen and (max-width: 1300px) {
  .excursion-header__list {
    grid-template-columns: repeat(3,1fr);
  }

}
@media screen and (max-width: 1200px) {
  /* 90 */
  .excursion-header__location {
    margin-bottom: 20px;
  }

}
@media screen and (max-width: 900px) {
  /* 60 */
  .excursion-header__list {
    grid-template-columns: repeat(2,1fr);
  }
  .layout_excursion .excursion-header {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .excursion-header__list {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 600px) {
  /* 30 */
  .excursion-header__list {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    gap: 10px;
  }
}

















@media screen and (max-width: 1200px) {
  /* 90 */

}
@media screen and (max-width: 900px) {
  /* 60 */
}
@media screen and (max-width: 700px) {
  /* 30 */
}
@media screen and (max-width: 500px) {
  /* 30 */
}






/* Layout media */
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1200px) {
  /* 90 */
  .layout_excursion .evraz_content {
    margin-bottom: 90px;
  }
  .layout_excursion .callback {
    margin-bottom: 90px;
  }
  .layout_krugok .photo-slider {
    margin-bottom: 90px;
  }
  .layout_krugok .callback {
    margin-bottom: 90px;
  }
  .layout_krugok .page-content {
    margin-bottom: 90px;
  }
  .layout_section .museums {
    margin-bottom: 90px;
  }
  .layout_section .quote {
    margin-bottom: 60px;
  }
  .layout_muzei .photo-slider {
    margin-bottom: 90px;
  }
  .layout_muzei .callback {
    margin-bottom: 90px;
  }
  .layout_muzei .excurtion {
    margin-bottom: 90px;
  }
  .layout_section .excurtion { 
    margin-bottom: 90px;
  }
  .layout_section .evraz_content {
    margin-bottom: 90px;
  }
  .layout_section .creative-collectives {
    padding: 0 0 90px 0;
  }
  .layout_section .info-block {
    padding: 0 0 90px 0;
  }
  .layout_section .services {
    padding: 0 0 90px 0;
  }
  .layout_afisha-article .info-block {
    padding: 90px 0;
  }
  .layout_service .callback {
    margin-bottom: 90px;
  }
  .layout_museum .museums {
    padding: 45px 0 90px;
  }
  .layout_museum .page-hero {
    margin-bottom: 90px;
  }
  .layout_museum .excurtion {
    padding: 90px 0 0;
  }


  .layout_section_kak .page-content {
    padding: 0 0 90px;
  }
  .layout_section_kak .info-list {
    margin-bottom: 90px;
  }
  .layout_section_kak .page-content__media {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 1800px) {
    .page-hero {
        margin-bottom: 120px;
    }
    
    .layout_section .quote {
        margin-top: 0;
    }
    
    .layout_section .info-block {
      padding: 0 0 90px 0;
    }
    .layout_section .creative-collectives {
      padding: 0 0 90px 0;
    }
    .layout_section .evraz_content {
      margin-bottom: 70px;
    }
    
    .layout_section .museums {
        margin-bottom: 90px;
    }
    
    .layout_section .excurtion {
        margin-bottom: 80px;
    }
    
    .afisha {
        padding: 70px 0 90px;
    }
    
    .layout_section .afisha {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 1280px) {
    
    .afisha {
        padding: 50px 0 70px;
    }
    
    .layout_section .afisha {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 930px) {
    .page-hero {
        margin-bottom: 0;
    }
    
    .layout_section .quote {
        margin-top: 60px;
    }
    
    .afisha {
        padding: 40px 0 60px;
    }
    
    .layout_section .afisha {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 900px) {
  /* 60 */
  .layout_excursion .evraz_content {
    margin-bottom: 60px;
  }
  .layout_excursion .callback {
    margin-bottom: 60px;
  }
  .layout_krugok .photo-slider {
    margin-bottom: 60px;
  }
  .layout_krugok .callback {
    margin-bottom: 60px;
  }
  .layout_krugok .page-content {
    margin-bottom: 60px;
  }
  .layout_section .museums {
    margin-bottom: 60px;
  }
  .layout_section .quote {
    margin-bottom: 60px;
  }
  .layout_muzei .photo-slider {
    margin-bottom: 60px;
  }
  .layout_muzei .callback {
    margin-bottom: 60px;
  }
  .layout_muzei .excurtion {
    margin-bottom: 60px;
  }
  .layout_section .excurtion { 
    margin-bottom: 60px;
  }
  .layout_section .evraz_content {
    margin-bottom: 60px;
  }
  .layout_section .creative-collectives {
    padding: 0 0 60px 0;
  }
  .layout_section .info-block {
    padding: 0 0 60px 0;
  }
  .layout_section .services {
    padding: 0 0 60px 0;
  }
  .layout_afisha-article .info-block {
    padding: 60px 0;
  }
  .layout_service .callback {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .layout_museum-about .museums {
    padding: 60px 0;
  }
  .layout_museum .afisha {
    padding: 60px 0;
  }
  .layout_museum .museums {
    padding: 45px 0 60px;
  }
  .layout_museum .page-hero {
    margin-bottom: 60px;
  }

  .layout_section_kak .page-content__media {
    margin-bottom: 60px;
  }
  .layout_section_kak .info-list {
    margin-bottom: 60px;
  }
  .layout_section_kak .page-content {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 700px) {
  /* 30 */
  .slider-nav .swiper-button-prev, 
  .slider-nav .swiper-button-next {
    width: 55px;
    height: 55px;
  }
  .layout_section_kak .info-list {
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
  .layout_section_kak .info-list {
    margin-bottom: 30px;
  }
  .layout_section_kak .page-content__media {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  /* 30 */
}
/* End Layout media */