@media (max-width: 1399px) {
  .facets {
    flex: 0 0 280px; } }

@media (max-width: 1299px) {
  .catalog-list .card__item-wrapper {
    flex: 0 0 calc((100% - 20px) / 2); } }

@media (max-width: 1199px) {
  /*.card__list:after {
   width: 20%;
   }*/
    .reviews-list .card__item-wrapper {
      flex: 0 0 calc((100% - 40px) / 3); }
    .articles-list .card__item-wrapper {
      flex: 0 0 calc((100% - 40px) / 3); }
    .header__dark {
      height: auto; }
    .header__dark-content .btn-container {
      margin: 0 0 40px; }
    .reservation__wrapper {
      flex: 0 0 calc(50% - 20px); }
    .reservation__form {
      flex: 0 0 calc(50% - 20px); }
    .additional-excursion {
      max-width: 100%; }
    .place-list__text {
      padding: 0; }
    .place-list__preview {
      flex: 0 0 50%; }
    .header__menu-content {
      gap: 34px; }
    .categories__filters-item {
      flex: 0 0 calc((100% - 10px) / 2); }
    .price-filter__input {
      max-width: 182px; }
    .card__list .card__item-wrapper {
      max-width: 358px; }
    .header__title {
      font-size: 42px;
      line-height: 50px; }
    .title--main {
      font-size: 42px;
      line-height: 50px; }
    .warning {
      background-position: right -125px bottom; }
    .blog__image {
      height: 300px; }
    .footer__content {
      flex-wrap: wrap;
      row-gap: 30px; }
    .footer__item--two-column {
      width: 100%;
      flex: none; }
    .categories__item--three-columns {
      min-height: 480px; }
    .categories__title {
      font-size: 24px;
      line-height: 28px; } }

@media (max-width: 991px) {
  .card__list .card__item-wrapper {
    max-width: 299px; }

  .categories--main .btn-container {
    display: flex;
    justify-content: center; }

  .categories--main .btn--link {
    max-width: 290px;
    justify-content: center; }

  .contacts {
    margin: 0 0 64px; }

  .contacts__info {
    padding: 0;
    max-width: 100%;
    min-height: auto;
    margin: auto;
    box-shadow: none;
    border-radius: 0; }

  .contacts .crumbs {
    margin: 0 0 30px; }

  .contacts__map {
    position: static; }

  .contacts__content {
    height: auto; }

  .reviews-list .card__item-wrapper {
    flex: 0 0 calc((100% - 20px) / 2); }

  .articles-list .card__item-wrapper {
    flex: 0 0 calc((100% - 20px) / 2); }

  .header__menu {
    display: none; }

  .place-list__item {
    flex-direction: column;
    gap: 20px; }

  .reservation__content {
    flex-direction: column;
    gap: 32px; }

  .blog__excursion {
    display: contents; }

  .blog__excursion-wrapper {
    margin: 0 0 50px;
    display: flex;
    flex-direction: column; }

  .blog__excursion-card {
    order: 3;
    flex: none; }

  .blog__gallery {
    order: 2; }

  .blog__excursion-text {
    order: 1;
    padding: 0;
    margin: 0 0 35px; }

  .facets {
    width: 100%;
    max-width: 690px;
    margin-top: -20px;
    position: absolute;
    z-index: 1;
    flex: 0 0 auto; }

  .facets.hidden {
    display: none; }

  .facets__top {
    display: none; }

  .facets__content {
    padding: 15px;
    border-radius: 0;
    box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, .05);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }

  .mobile-facets.no-bottom-radius {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

  .catalog-list .card__item-wrapper {
    flex: 0 0 calc((100% - 20px) / 2); }

  .card__list {
    margin-left: -4px;
    width: calc(100% + 4px); }

  .card__list:after, .card__list-end:before {
    width: 9%; }

  .container--wide {
    padding-right: 0; }

  .excursion-card__price-block {
    font-size: 32px;
    line-height: 40px; }

  .mobile-nav {
    display: flex; }

  .mobile-facets {
    display: flex; }

  .mobile-hide {
    display: none; }

  .footer .btn--dark {
    width: 56px;
    height: 56px;
    background: #fff; }

  .footer .btn--circle {
    flex: 0 0 56px; }

  .footer .btn--circle:before {
    background: #3171f7; }

  .footer .btn--blue {
    font-size: 14px;
    font-weight: 500;
    height: 56px; }

  .footer__content {
    padding: 30px 0;
    flex-direction: column;
    gap: 40px; }

  .footer__copyright {
    padding: 0 0 50px;
    flex-direction: column-reverse;
    gap: 4px; }

  .footer__item--social {
    display: none; }

  .footer__item--menu {
    display: none; }

  .footer__title {
    font-size: 23px;
    line-height: 25px;
    margin: 0 0 40px; }

  .footer__subtitle {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 12px; }

  .footer__contact-feedback {
    display: none; }

  .footer__contact-address {
    margin: 0 0 34px; }

  .footer__contact-phone {
    margin: 0; }

  .footer__copyright a, .footer__copyright p {
    font-size: 14px;
    line-height: 22px; }

  .footer__copyright-link {
    text-underline-offset: 2px; }

  .categories__list {
    margin: 0 0 30px;
    overflow: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; }

  .categories__row {
    display: contents; }

  .categories__item {
    border-radius: 15px;
    background: #2a2d3f; }

  .categories__item:after {
    content: none; }

  .categories__item:last-child {
    margin-right: 15px; }

  .categories__item-image {
    width: calc(100% - 10px);
    height: 258px;
    margin: 5px;
    border-radius: 10px; }

  .categories__item--two-columns {
    min-height: 430px;
    flex: 0 0 85%; }

  .categories__item--three-columns {
    min-height: auto;
    flex: 0 0 85%; }

  .categories__item-content {
    height: auto;
    position: static;
    display: block;
    text-align: center; }

  .categories__item .badge-container {
    padding: 8px 12px;
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 57px;
    background: rgba(255, 255, 255, .69); }

  .categories__item .badge {
    font-size: 14px;
    line-height: 14px;
    color: #0d1723;
    margin: 0; }

  .categories__item .badge--rating:before {
    width: 16px;
    height: 16px;
    mask-size: 16px; }

  .categories__link:hover .categories__item-image {
    transform: none; }

  .categories__arrow {
    display: none; }

  .categories__title {
    font-size: 22px;
    line-height: 27px; }

  .categories__subtitle {
    font-size: 15px;
    font-weight: 300; }

  .categories--main {
    padding: 30px 0 50px;
    margin: 0 0 50px; }

  .categories__filters {
    display: none; }

  .chips__item--mobile {
    min-width: 47px;
    display: flex;
    align-items: end;
    justify-content: center; }

  .chips__item:nth-child(2) {
    margin-left: 52px; } }

@media (max-width: 767px) {
  /*.btn--link {
   max-width: fit-content;
   }*/
  /*.blog p, .blog ul, .blog ol {
   font-size: 14px;
   line-height: 22px;
   margin-bottom: 12px;
   }*/
    .btn {
      font-size: 14px; }
    .header__dark-content .btn--blue {
      font-size: 14px;
      font-weight: 500;
      height: 56px; }
    .header__dark-content .btn--dark {
      width: 56px;
      height: 56px;
      background: #fff; }
    .header__dark-content .btn--circle {
      flex: 0 0 56px; }
    .header__dark-content .btn--circle:before {
      background: #3171f7; }
    .card .btn--link {
      max-width: 290px;
      justify-content: center; }
    .card .btn-container {
      order: 3;
      display: flex;
      justify-content: center; }
    .card__item-bottom .btn-container {
      justify-content: start; }
    .place-list .btn--blue {
      padding: 0 32px; }
    .main-wrapper {
      padding: 50px 0; }
    .inner-wrapper {
      padding: 50px 0; }
    .card--main {
      margin: 0 0 50px; }
    .card--inner {
      margin: 0 0 50px; }
    .categories .title--main {
      padding-right: 15px; }
    .catalog-list .card__item-wrapper {
      flex: 0 0 100%; }
    .catalog-list .card__item-image {
      height: 200px; }
    .catalog {
      padding: 50px 0; }
    .title-container {
      padding-right: 15px; }
    .title-container--main {
      display: contents; }
    .blog {
      padding: 50px 0; }
    .error-page {
      padding: 50px 0; }
    .blog--inner {
      padding-top: 0; }
    .blog__gallery-item--link {
      display: none; }
    .blog__gallery {
      overflow: auto;
      flex-wrap: nowrap;
      gap: 10px;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none; }
    .blog__gallery-item {
      flex: 0 0 60%; }
    .warning {
      padding: 50px 15px;
      margin: 0 0 50px;
      text-align: left; }
    .title-container--main .btn-container {
      max-width: 100%; }
    .card .container {
      display: flex;
      flex-direction: column; }
    .card__item-wrapper:hover .card__item {
      transform: translate(0, 0);
      box-shadow: none; }
    .card .slider-notice {
      order: 2; }
    .card .title-content {
      order: 1; }
    .crumbs {
      font-size: 14px;
      line-height: 16px; }
    .title--inner {
      font-size: 26px;
      line-height: 34px;
      margin: 0 0 27px; }
    .subtitle {
      margin: 10px 0 0; }
    .subtitle--main {
      font-size: 14px;
      line-height: 17px; }
    .title-container--inner {
      margin: 0 0 27px; }
    .header {
      padding: 0; }
    .header--dark:before {
      width: 100%;
      position: absolute;
      top: 0;
      left: -100%;
      bottom: 0;
      background: red; }
    .header--grey {
      background: #e8ebf0;
      margin: 0 0 30px; }
    .header--white {
      background: #fff;
      margin: 0 0 30px; }
    .header__subtitle {
      margin: 0 0 40px; }
    .header__dark-content {
      padding: 50px 0; }
    .header__content {
      padding: 0;
      border-radius: 0; }
    .header__phone {
      display: flex;
      align-items: center;
      gap: 20px; }
    .header__phone-link {
      font-size: 14px;
      line-height: 14px; }
    .header__logo-link p {
      font-size: 14px;
      line-height: 14px; }
    .header__toggle {
      display: flex; }
    .reviews-list .card__item-wrapper {
      flex: 0 0 100%; }
    .articles-list .card__item-wrapper {
      flex: 0 0 100%; }
    .reviews {
      margin: 0 0 50px; }
    .reviews-list {
      margin: 0 0 50px; }
    .pagination__link {
      font-size: 16px;
      line-height: 24px;
      min-width: 36px;
      height: 36px; }
    .card__item {
      padding: 4px;
      /*min-height: 445px;*/
      min-height: auto;
      border-radius: 16px; }
    .reviews-list--main .card__item {
      min-height: 445px; }
    .reviews-list .card__item--photo {
      max-height: 340px; }
    .reviews-list--main .card__item--photo {
      max-height: 445px; }
    .reviews-list .card__item, .reviews-list--main .card__item {
      padding: 20px; }
    .reviews-list .card__item--photo, .reviews-list--main .card__item--photo {
      padding: 0; }
    .card__item-image {
      border-radius: 15px 15px 0 0; }
    .chips--dark .chips__item--last {
      width: 100%;
      text-align: center;
      background: #3171f7;
      border-color: #3171f7; }
    .card__item-top {
      margin: 0 0 20px; }
    .card__item-bottom {
      padding: 0 10px 20px; }
    .card__item-bottom .btn--blue {
      font-size: 12px;
      height: 44px; }
    .additional-excursion__card {
      padding: 12px;
      flex-direction: column;
      gap: 10px; }
    .additional-excursion__title {
      margin: 0 0 12px; }
    .additional-excursion__card-image {
      width: 100%;
      height: 130px;
      flex: none; }
    .reservation__form .checkbox-field + label {
      font-size: 12px;
      line-height: 16px; }
    .reservation__form-content {
      padding: 24px; }
    .blog__excursion .badge {
      padding: 8px 16px; }
    .blog__excursion .badge-container {
      margin: 0 0 24px; }
    .card__item-bottom .btn--circle {
      width: 44px;
      height: 44px;
      flex: 0 0 44px; }
    .card__item-image {
      height: 234px; }
    .card__item-title {
      font-size: 16px;
      line-height: 19px;
      margin: 0 0 10px; }
    .card__item-subtitle {
      font-size: 14px;
      line-height: 17px; }
    .card__item-link {
      font-size: 15px;
      line-height: 18px; }
    .reviews-list .reviews-list__name, .reviews-list--main .reviews-list__name {
      font-size: 14px;
      line-height: 21px; }
    .reviews-list .reviews-list__photo, .reviews-list--main .reviews-list__photo {
      width: 61px;
      height: 61px; }
    .reviews-list .reviews-list__image, .reviews-list--main .reviews-list__image {
      flex: 0 0 61px; }
    .reviews-list .reviews-list__top, .reviews-list--main .reviews-list__top {
      margin: 0 0 26px;
      gap: 17px; }
    .reviews-list .reviews-list__bottom p, .reviews-list--main .reviews-list__bottom p {
      font-size: 14px;
      line-height: 20px; }
    .rating__icon {
      width: 14px;
      height: 14px; }
    .badge {
      font-size: 14px;
      line-height: 22px; }
    h1 {
      font-size: 24px;
      line-height: 32px;
      margin: 0 0 14px; }
    h2 {
      font-size: 20px;
      line-height: 28px;
      margin: 0 0 12px; }
    h3, h4 {
      font-size: 16px;
      line-height: 24px; }
    .content p, .content ul, .content ol {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 12px; }
    .content ul li, .content ol li {
      margin: 0 0 2px; }
    .notice {
      margin: 0 0 12px; }
    .blog__excursion-text .price-list__item {
      padding: 0;
      margin: 0 0 18px; }
    .blog__excursion-text .price-list__item:last-child {
      margin: 0; }
    .blog__excursion-text p {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical; }
    .blog__excursion-link {
      display: inline-flex; }
    .articles {
      margin: 0 0 50px; }
    .place-list__item {
      padding: 0 0 40px;
      margin: 0 0 40px; }
    .place-list__image {
      width: 100%;
      height: 100%;
      max-height: 164px; }
    .place-list__title {
      font-size: 24px;
      line-height: 32px;
      margin: 0 0 12px;
      max-width: 100%; }
    .place-list__description {
      font-size: 14px;
      line-height: 20px;
      margin: 0 0 20px; }
    .place-list__preview {
      flex: 0 0 auto; }
    .title--main {
      font-size: 28px;
      line-height: 36px; }
    .header--dark {
      overflow: hidden; }
    .header--dark .header__content {
      position: relative; }
    .header--dark .header__content:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -100%;
      bottom: 0;
      background: rgba(62, 62, 62, 0.7); }
    .header--dark .header__content:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: -100%;
      bottom: 0;
      background: rgba(62, 62, 62, 0.7); }
    .card--main {
      margin: 0 0 50px; }
    .catalog-list .card__item-title {
      font-size: 16px;
      line-height: 19px; }
    .schedule__title {
      font-size: 13px;
      line-height: 16px; }
    .schedule {
      margin: 0 0 20px; }
    .price-list {
      font-size: 14px;
      line-height: 17px; }
    .card__item-wrapper {
      margin: 30px 4px; }
    .header__title {
      font-size: 28px;
      line-height: 36px; }
    .chips__item {
      padding: 6px;
      font-size: 12px;
      line-height: 14px;
      border-radius: 8px; }
    .chips__item--mobile {
      min-width: 28px;
      border-radius: 50%; }
    .chips__item:nth-child(2) {
      margin-left: 33px; }
    .feedback {
      padding: 24px; }
    .feedback__title {
      font-size: 24px;
      line-height: 32px; }
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
      font-size: 14px; }
    input::-moz-placeholder, textarea::-moz-placeholder {
      font-size: 14px; }
    .feedback .checkbox-field + label {
      font-size: 12px;
      line-height: 16px; }
    .input-field, .select-field, .textarea-field {
      font-size: 14px;
      line-height: 22px; }
    .blog__video-content {
      height: 540px; }
    .blog__video--inner {
      margin: 0 0 50px; }
    .warning__list li {
      font-size: 14px;
      line-height: 22px; }
    .blog__image {
      margin: 0 0 24px;
      height: 200px; }
    .blog__excursion-content {
      padding: 50px 15px; }
    .reservation__item {
      margin: 0 0 20px; }
    .reservation__content {
      margin: 0 0 50px;
      gap: 20px; }
    .additional-excursion__card-content {
      margin-right: 0; }
    .reservation__location {
      font-size: 14px;
      line-height: 22px; }
    .persons__group {
      margin: 0 0 12px; }
    .additional-excursion__close {
      width: 24px;
      height: 24px;
      top: 8px;
      right: 8px; }
    .contacts {
      margin: 0 0 50px; }
    .facets {
      max-width: 510px; }
    .reservation__form .excursion-card__price {
      margin: 0 0 12px; }
    .reservation__form .input-container {
      margin: 0 0 12px; }
    .feedback .field-container {
      margin: 0 0 12px; }
    .reservation__form .input-label {
      font-size: 14px;
      font-weight: 400;
      margin: 0 0 4px; }
    .additional-excursion__card-name {
      font-size: 16px;
      line-height: 24px; }
    .additional-excursion__price {
      font-size: 18px; }
    .card__list .card__item-wrapper {
      max-width: 378px; }
    .card__list:before, .card__list:after {
      content: none; } }

@media (max-width: 539px) {
  .warning {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0; }

  .blog__video-content {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0; }

  .blog__excursion-card {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0; }

  .blog__excursion-content {
    border-radius: 0; }

  .facets {
    max-width: calc(100% - 30px); } }
