@media (max-width: 1399px) {
  .gallery__slider {
    width: calc(100% - 330px);
  }

  .catalog__control {
    width: 47.3%;
  }

  .catalog__artists-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .contacts__info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .contacts__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    row-gap: 12px;
  }

  .input-label {
    margin-right: 15px;
  }

}

@media (max-width: 1200px) {
  .header__top {
    padding: 29px 0 26px;
  }

  .header__top-container {
    position: relative;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .burger {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    width: 36px;
    height: 36px;
    outline: none;
    color: #fff;
    z-index: 10000;
  }

  .burger:focus-visible {
    color: #c283f3;
  }

  .burger__line {
    position: absolute;
    display: block;
    height: 4px;
    background-color: currentColor;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }

  .burger__line:nth-child(1) {
    width: 100%;
    top: 4px;
  }

  .burger__line:nth-child(2) {
    top: 45%;
    width: 77%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  .burger__line:nth-child(3) {
    width: 66%;
    bottom: 4px;
  }

  .burger--active .burger__line:nth-child(2) {
    position: relative;
    top: 50%;
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }

  .burger--active .burger__line:nth-child(1) {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  .burger--active .burger__line:nth-child(3) {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    -webkit-transform-origin: center;
    transform-origin: center;
  }

  .nav {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 0;
    top: 98px;
    width: 100%;
    height: 100%;
    padding: 26px 50px 148px;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: 1000;
  }

  .nav::before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 98px;
    background-color: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .2s, opacity .2s;
    transition: visibility .2s, opacity .2s;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }

  .nav--active {
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }

  .nav--active::before {
    background-color: rgba(0, 0, 0, 0.9);
    visibility: visible;
    opacity: 1;
  }

  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 138px;
    width: 100%;
  }

  .nav__link {
    font-size: 24px;
    line-height: 267%;
  }

  .login-btn {
    padding: 19px 88px;
    border: 2px solid #9d5cd0;
    border-radius: 100px;
  }

  .login-btn::after {
    display: none;
  }

  .login-btn:focus-visible {
    outline: 2px solid #c283f3;
    outline-offset: 5px;
  }

  .login-btn::before {
    top: 49%;
    left: 36%;
  }

  .scroll-disable {
    overflow: hidden;
  }

  .search-open-btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 50px;
    width: 29px;
    height: 28px;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    outline: none;
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='6.8678' height='1.71695' transform='matrix(-0.718931 0.695081 0.718931 0.695081 4.9375 15.6534)' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0967 18C7.53016 18 3.99668 14.3229 3.99668 10C3.99668 5.67715 7.53016 2 12.0967 2C16.6632 2 20.1967 5.67715 20.1967 10C20.1967 14.3229 16.6632 18 12.0967 18ZM12.0967 20C6.57383 20 2.09668 15.5228 2.09668 10C2.09668 4.47715 6.57383 0 12.0967 0C17.6195 0 22.0967 4.47715 22.0967 10C22.0967 15.5228 17.6195 20 12.0967 20Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center top 2px;
    background-size: contain;
    -webkit-transition: visibility .3s, opacity .3s, -webkit-transform .3s;
    transition: visibility .3s, opacity .3s, -webkit-transform .3s;
    transition: transform .3s, visibility .3s, opacity .3s;
    transition: transform .3s, visibility .3s, opacity .3s, -webkit-transform .3s;
  }

  .search-open-btn:focus-visible {
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='6.8678' height='1.71695' transform='matrix(-0.718931 0.695081 0.718931 0.695081 4.9375 15.6534)' fill='%23C283F3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0967 18C7.53016 18 3.99668 14.3229 3.99668 10C3.99668 5.67715 7.53016 2 12.0967 2C16.6632 2 20.1967 5.67715 20.1967 10C20.1967 14.3229 16.6632 18 12.0967 18ZM12.0967 20C6.57383 20 2.09668 15.5228 2.09668 10C2.09668 4.47715 6.57383 0 12.0967 0C17.6195 0 22.0967 4.47715 22.0967 10C22.0967 15.5228 17.6195 20 12.0967 20Z' fill='%23C283F3'/%3E%3C/svg%3E");
  }

  .mobile-search {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 90px;
    width: 250px;
    height: 100%;
    padding: 8px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    -webkit-transform-origin: right;
    transform-origin: right;
    background-color: #000;
    -webkit-transition: visibility .2s, -webkit-transform .4s;
    transition: visibility .2s, -webkit-transform .4s;
    transition: transform .4s, visibility .2s;
    transition: transform .4s, visibility .2s, -webkit-transform .4s;
  }

  .mobile-search__submit-btn {
    display: block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 10px;
    width: 29px;
    height: 28px;
    -webkit-transform: translateX(255px);
    transform: translateX(255px);
    visibility: hidden;
    opacity: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    outline: none;
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='6.8678' height='1.71695' transform='matrix(-0.718931 0.695081 0.718931 0.695081 4.9375 15.6534)' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0967 18C7.53016 18 3.99668 14.3229 3.99668 10C3.99668 5.67715 7.53016 2 12.0967 2C16.6632 2 20.1967 5.67715 20.1967 10C20.1967 14.3229 16.6632 18 12.0967 18ZM12.0967 20C6.57383 20 2.09668 15.5228 2.09668 10C2.09668 4.47715 6.57383 0 12.0967 0C17.6195 0 22.0967 4.47715 22.0967 10C22.0967 15.5228 17.6195 20 12.0967 20Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center top 2px;
    background-size: contain;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
  }

  .mobile-search__submit-btn:focus-visible {
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='6.8678' height='1.71695' transform='matrix(-0.718931 0.695081 0.718931 0.695081 4.9375 15.6534)' fill='%23C283F3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0967 18C7.53016 18 3.99668 14.3229 3.99668 10C3.99668 5.67715 7.53016 2 12.0967 2C16.6632 2 20.1967 5.67715 20.1967 10C20.1967 14.3229 16.6632 18 12.0967 18ZM12.0967 20C6.57383 20 2.09668 15.5228 2.09668 10C2.09668 4.47715 6.57383 0 12.0967 0C17.6195 0 22.0967 4.47715 22.0967 10C22.0967 15.5228 17.6195 20 12.0967 20Z' fill='%23C283F3'/%3E%3C/svg%3E");
  }

  .mobile-search.search-form--active .mobile-search__submit-btn {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    visibility: visible;
  }

  .mobile-search__input {
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    visibility: hidden;
    -webkit-transition: visibility .2s, border-color .3s, -webkit-transform .4s;
    transition: visibility .2s, border-color .3s, -webkit-transform .4s;
    transition: transform .4s, visibility .2s, border-color .3s;
    transition: transform .4s, visibility .2s, border-color .3s, -webkit-transform .4s;
  }

  .search-close-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    right: 50px;
    width: 23px;
    height: 23px;
    -webkit-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    visibility: hidden;
    opacity: 0;
    outline: none;
    color: #fff;
    -webkit-transition: visibility .2s, opacity .2s, color .3s, -webkit-transform .2s;
    transition: visibility .2s, opacity .2s, color .3s, -webkit-transform .2s;
    transition: transform .2s, visibility .2s, opacity .2s, color .3s;
    transition: transform .2s, visibility .2s, opacity .2s, color .3s, -webkit-transform .2s;
  }

  .search-close-btn:focus-visible {
    color: #9d5cd0;
  }

  .search-close-btn:hover {
    color: #9d5cd0;
  }

  .search-close-btn:active {
    color: #7943a4;
  }

  .search-close-btn .close-btn-line:nth-child(1) {
    -webkit-transform: translateX(-3px) rotate(45deg);
    transform: translateX(-3px) rotate(45deg);
  }

  .search-close-btn .close-btn-line:nth-child(2) {
    -webkit-transform: translateX(-3px) rotate(-45deg);
    transform: translateX(-3px) rotate(-45deg);
  }

  .search-close-btn .close-btn-line {
    width: 30px;
    height: 3px;
  }

  .search-open-btn--visibility {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-300px, -60%);
    transform: translate(-300px, -60%);
  }

  .search-form--active {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .search-close-btn--active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
  }

  .header__bottom {
    display: none;
  }

  /* hero */
  .hero__slide--1 {
    background-image: url('../img/hero/hero-bg-slide-1-1024.jpg');
  }

  .hero__slide--2 {
    background-image: url('../img/hero/hero-bg-slide-2-1024.jpg');
  }

  .hero__slide--3 {
    background-image: url('../img/hero/hero-bg-slide-3-1024.jpg');
  }

  .hero__container {
    padding-top: 205px;
    padding-bottom: 115px;
  }

  .hero__content {
    max-width: 680px;
  }

  .hero__title {
    margin-bottom: -11px;
  }

  .hero__descr {
    margin-bottom: 134px;
  }

  /* gallery */
  .stop-scroll {
    padding-right: 0;
  }

  .gallery {
    padding: 80px 0 81px;
  }

  .gallery__control {
    width: 30.3%;
  }

  .gallery__filter-form {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .choices {
    margin-bottom: 105px;
  }

  .gallery__checkbox-list {
    margin-top: 0;
  }

  .gallery__slider-btns {
    padding-top: 2px;
    padding-left: 0;
  }

  /* catalog */
  .catalog__info {
    max-width: 47.3%;
    width: calc(100% - 430px);
  }

  .catalog__artist-date {
    margin-bottom: 16px;
  }

  .catalog__control {
    min-width: 405px;
  }

  .catalog__artist-item {
    width: 197px;
  }

  .catalog__artists-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  /* events */
  .events {
    padding-top: 41px;
    padding-bottom: 27px;
  }

  .events__slide-picture {
    margin-top: -4px;
  }

  .events__item-chronotope {
    margin-bottom: 3px;
    text-align: right;
  }

  .events__item-info {
    padding: 19px 33px 43px;
  }

  .events__item-title {
    margin-bottom: 5px;
  }

  .events__item-descr:last-of-type {
    margin-bottom: 23px;
  }

  .events__slider-prev-btn,
  .events__slider-next-btn {
    display: none;
  }

  .events__swiper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .events__swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
    width: 10px;
    height: 10px;
    background-color: #cacaca;
    opacity: 1;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #666;
  }

  /* projects */
  .projects {
    padding-top: 23px;
  }

  .tooltip {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  .projects__partners-swiper {
    padding: 0 10px;
  }

  .projects__partners-item {
    height: 128px;
  }

  .projects__partners-logo {
    width: 86%;
  }

  /* contacts */
  .contacts__info {
    padding: 42px 0 39px;
  }

  .contacts__address {
    margin-bottom: -6px;
  }

  .contacts__address-title {
    margin-bottom: 6px;
  }

  .contacts__address-descr {
    font-size: 14px;
  }

  .input-label {
    margin-right: 18px;
  }

  .contacts__form-btn {
    padding: 10px 40px;
  }

  .contacts__messengers-title {
    margin-bottom: 6px;
  }

  /* footer */
  .footer {
    padding: 40px 0 37px;
  }

  .social__item-links svg {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 874px) {
  .mobile-search {
    top: -29px;
    right: 0;
    width: 100%;
    height: 100px;
    padding: 34px 100px 34px 50px;
    z-index: 10000;
  }

  .search-close-btn {
    right: 48px;
    width: 31px;
    height: 31px;
    -webkit-transform: translateY(-57%) scaleX(0);
    transform: translateY(-57%) scaleX(0);
    z-index: 10000;
  }

  .search-close-btn--active {
    -webkit-transform: translateY(-57%) scaleX(1);
    transform: translateY(-57%) scaleX(1);
  }

  .search-close-btn .close-btn-line {
    width: 37px;
  }

  /* hero */
  .hero__slide--1 {
    background-image: url(../img/hero/hero-bg-slide-1-768.jpg);
  }

  .hero__slide--2 {
    background-image: url(../img/hero/hero-bg-slide-2-768.jpg);
  }

  .hero__slide--3 {
    background-image: url(../img/hero/hero-bg-slide-3-768.jpg);
  }

  /* gallery */
  .modal__box {
    min-width: 100%;
    width: 100%;
  }

  .gallery__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .choices {
    margin-bottom: 39px;
  }

  .choices__list--dropdown,
  .choices__list[aria-expanded] {
    background-color: #000;
  }

  .gallery__slider {
    width: 100%;
  }

  .gallery {
    padding-bottom: 78px;
  }

  /* catalog */
  .catalog__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 49px;
  }

  .catalog__descr {
    margin-bottom: 21px;
  }

  .catalog__control {
    width: 100%;
  }

  .catalog__artists-list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    grid-template-rows: repeat(9, 32px);
  }

  .catalog__info {
    max-width: 100%;
    width: 100%;
  }

  .catalog__artist-img {
    margin-bottom: 21px;
  }

  .catalog__artist-date {
    margin-bottom: 6px;
  }

  /* events */
  .events {
    padding-top: 41px;
  }

  .events__title {
    margin-bottom: 20px;
  }

  .events__item-info {
    padding: 15px 33px 43px;
  }

  .events__item-chronotope {
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }

  /* projects */
  .projects {
    padding-top: 23px;
  }

  .projects__descr {
    margin-bottom: 28px;
  }

  .projects__partners-title {
    margin-bottom: 29px;
  }

  .projects__partners-swiper {
    padding: 0 23px;
  }

  .projects__partners-item {
    height: 106px;
    padding: 8px;
  }

  /* contacts */
  .contacts__info {
    padding-top: 42px;
    padding-bottom: 38px;
  }

  .contacts__address {
    margin-bottom: -6px;
  }

  .contacts__form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .input-label {
    width: calc(50% - 10px);
  }

  .input-label {
    margin-right: 0;
  }

  .contacts__name-input,
  .contacts__phone-input {
    width: 100%;
  }

  .contacts__messengers-title {
    margin-bottom: 8px;
  }

  .contacts__form-btn {
    padding: 10px 27px;
  }

  /* footer */
  .footer {
    padding-bottom: 37px;
  }

}

@media (max-width: 728px) {
  .catalog__artists-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }

  .catalog__artist-item {
    width: calc((100% - 25px) / 2);
  }

  .events__item-info {
    padding: 15px 15px 42px;
  }

  .events__item-chronotope {
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 659px) {
  .container {
    padding: 0 15px;
  }

  .hero__slide--1 {
    background-image: url(../img/hero/hero-bg-slide-1-320.jpg);
  }

  .hero__slide--2 {
    background-image: url(../img/hero/hero-bg-slide-2-320.jpg);
  }

  .hero__slide--3 {
    background-image: url(../img/hero/hero-bg-slide-3-320.jpg);
  }

  .hero__title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .hero__descr {
    font-weight: 400;
    font-size: 16px;
  }

  .modal {
    padding: 15px;
  }

  .modal__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 600px;
  }

  .modal__img {
    width: 100%;
    height: 200px;
  }

  .modal__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 17px;
    width: 100%;
    min-height: 400px;
  }

  .modal__date {
    margin-bottom: 12px;
  }

  .modal__descr-wrap {
    padding-right: 15px;
    max-height: 245px;
  }

  .modal__descr-wrap .simplebar-track.simplebar-vertical {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .modal__close-btn {
    top: 10px;
    right: 10px;
  }

  .catalog__control {
    min-width: 100%;
  }
}

@media (max-width: 575px) {
  .header__logo {
    width: 96px;
  }

  .header__top {
    padding: 12px 0 8px;
  }

  .burger {
    left: 15px;
    width: 25px;
    height: 25px;
  }

  .burger__line {
    height: 2px;
  }

  .burger__line:nth-child(2) {
    width: 65%;
  }

  .burger__line:nth-child(3) {
    width: 40%;
  }

  .nav {
    top: 45px;
    padding: 14px 15px 69px;
  }

  .nav::before {
    height: 45px;
  }

  .nav__link {
    font-size: 16px;
    line-height: 200%;
  }

  .login-btn {
    padding: 10px 30px;
    font-size: 12px;
    line-height: 16px;
  }

  .login-btn:focus-visible {
    outline: 2px solid #c283f3;
    outline-offset: 3px;
  }

  .login-btn::before {
    top: 43%;
    left: 27%;
  }

  .mobile-search {
    top: -12px;
    padding: 10px 65px 10px 15px;
    height: 45px;
  }

  .search-close-btn {
    right: 15px;
  }

  .search-close-btn .close-btn-line {
    width: 25px;
    height: 2px;
  }

  .search-close-btn .close-btn-line:nth-child(1) {
    -webkit-transform: translateX(8px) rotate(45deg);
    transform: translateX(8px) rotate(45deg);
  }

  .search-close-btn .close-btn-line:nth-child(2) {
    -webkit-transform: translateX(8px) rotate(-45deg);
    transform: translateX(8px) rotate(-45deg);
  }

  .mobile-search__submit-btn {
    margin-right: 15px;
    width: 23px;
    height: 24px;
  }

  .search-open-btn {
    right: 15px;
    width: 18px;
    height: 22px;
  }

  .section-title {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 38px;
  }

  /* hero */
  .hero__container {
    padding-top: 75px;
    padding-bottom: 45px;
  }

  .hero__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero__title {
    margin-bottom: 3px;
    font-size: 32px;
    text-align: center;
  }

  .hero__descr {
    max-width: 245px;
    margin-bottom: 41px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .hero__btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 9px 16px;
    font-size: 12px;
    line-height: 16px;
  }

  /* about-us */
  .about-us {
    padding: 50px 0 41px;
  }

  .about-us__descr {
    font-size: 14px;
  }

  /* gallery */

  .gallery {
    padding: 50px 0 22px;
  }

  .gallery__control {
    width: 100%;
  }

  .gallery__filter-title {
    margin-bottom: 5px;
  }

  .choices {
    margin-bottom: 28px;
    height: 42px;
  }

  .gallery__slider {
    -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;
    padding-top: 15px;
    row-gap: 15px;
  }

  .gallery__popup-btn {
    width: 100%;
  }

  .gallery__slide-img {
    width: 100%;
  }

  /* catalog */
  .catalog {
    padding: 50px 0 25px;
  }

  .catalog__descr {
    display: none;
  }

  .catalog__accordion-heading {
    font-size: 18px;
  }

  .ui-accordion .ui-accordion-header {
    padding: 26px 0 22px;
  }

  .catalog__control .ui-accordion-header-icon {
    width: 30px;
    height: 30px;
  }

  .catalog__control .ui-accordion-header-icon::before {
    background-size: 12px 11px;
  }

  .catalog__control .ui-accordion-header-icon::before {
    width: 12px;
  }

  .ui-accordion .ui-accordion-content {
    padding: 21px 0;
  }

  .catalog__accordion-img {
    margin-right: 20px;
    width: 34%;
  }

  .catalog__accordion-title {
    font-size: 18px;
    line-height: 178%;
  }

  .catalog__artist-item {
    width: 100%;
  }

  .catalog__artist-img {
    margin-bottom: 19px;
  }

  .catalog__artist-date {
    margin-bottom: 12px;
  }

  /* events */
  .events {
    padding-top: 25px;
    padding-bottom: 16px;
  }

  .events__item-info {
    padding: 22px 22px 43px;
  }

  .events__item-chronotope {
    margin-bottom: 9px;
    padding-right: 10px;
  }

  .events__item-descr:last-of-type {
    margin-bottom: 14px;
  }

  .events__item-link {
    margin-left: 6px;
  }

  .events__swiper-pagination {
    padding: 20px 0;
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7.5px;
  }

  /* projects */
  .projects {
    padding-top: 14px;
    padding-bottom: 25px;
  }

  .projects__partners-title {
    margin-bottom: 11px;
    font-size: 18px;
    line-height: 178%;
  }

  .projects__descr {
    margin-bottom: 51px;
  }

  .projects__partners-swiper {
    padding: 0 18px;
  }

  .projects__partners-item {
    height: 65px;
  }

  .projects__partners-logo {
    width: 59%;
  }

  /* contacts */
  .contacts {
    padding-top: 26px;
  }

  .contacts__wrap {
    border: none;
  }

  .contacts__address-title {
    font-size: 18px;
  }

  .contacts__info {
    padding-top: 0;
    padding-bottom: 19px;
    row-gap: 15px;
  }

  .contacts__address-title {
    margin-bottom: 0;
  }

  .input-label {
    width: 100%;
  }

  .contacts__name-input,
  .contacts__phone-input {
    height: 40px;
  }

  .contacts__address {
    margin-bottom: 0;
  }

  .contacts__form {
    row-gap: 20px;
  }

  .contacts__form-btn {
    padding: 10px 33px;
    font-size: 12px;
    line-height: 16px;
  }

  .contacts__form-btn span {
    display: none;
  }

  .contacts__messengers-title {
    padding-top: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
  }

  .contacts__messengers-link svg {
    display: block;
    width: 50px;
    height: 50px;
  }

  .contacts__map {
    height: 320px;
  }

  /* footer */
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 20px;
  }

  .footer__container .logo-img {
    width: 56%;
  }

  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social__item-links svg {
    display: block;
    width: 50px;
    height: 50px;
  }
}
