.d-flex {
  display: flex; }

.space--xs {
  margin: 0 0 4px; }
  .space--sm {
    margin: 0 0 12px; }
  .space--md {
    margin: 0 0 16px; }
  .space--lg {
    margin: 0 0 24px; }
  .space--xl {
    margin: 0 0 32px; }

.bg--dark {
  background: #121824; }

.bg--grey {
  background: #e8ebf0; }

.bg--white {
  background: #fff; }

.title {
  font-size: 20px;
  line-height: 28px;
  color: #000; }
  .title--main {
    font-size: 54px;
    /*line-height: 57px;*/
    line-height: 62px;
    font-weight: 600;
    color: #131925;
    margin: 0 0 16px; }
    .title--main span {
      color: #3171f7; }
  .title--inner {
    font-size: 42px;
    /*line-height: 42px;*/
    line-height: 50px;
    font-weight: 600;
    margin: 0 0 38px; }
    .title--inner span {
      color: #3171f7; }
    .title--inner.no-margin {
      margin: 0; }

.subtitle {
  margin: 14px 0 0; }
  .subtitle--main {
    font-size: 17px;
    line-height: 21px; }

.title-container--main {
  display: flex;
  justify-content: space-between;
  align-items: end; }
  .title-container--main .btn--blue {
    padding: 0 25px; }
  .title-container--main .btn-container {
    width: 100%;
    max-width: 245px; }
  .title-container--main .title--main, .title-container--main .title--inner {
    margin: 0; }
  .title-container--inner {
    margin: 0 0 38px; }
  .title-container--inner .title--main, .title-container--inner .title--inner {
    margin: 0; }

.header {
  padding: 18px 0 0; }
  .header__content {
    padding: 0 22px;
    min-height: 62px;
    border-radius: 59px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__menu-link {
    font-size: 16px;
    line-height: 15px;
    letter-spacing: -0.01em;
    color: #0d1723;
    transition: color 0.2s; }
    .header__menu-link:hover, .header__menu-link.active {
      color: #3171f7; }
  .header__menu-content {
    display: flex;
    gap: 85px; }
  .header__logo-link {
    display: flex;
    align-items: center;
    gap: 10px; }
    .header__logo-link p {
      font-size: 16px;
      line-height: 16px;
      letter-spacing: -0.01em; }
  .header__logo-image {
    width: 24px;
    height: 26px;
    flex: 0 0 auto; }
  .header__phone-link {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #0d1723;
    display: flex;
    align-items: center;
    gap: 10px; }
    .header__phone-link:before {
      content: '';
      width: 17px;
      height: 17px;
      background: #3171f7;
      mask: url(/images/phone_icon.svg) no-repeat center/17px; }
  .header__toggle {
    display: none;
    width: 30px;
    height: 30px;
    background: #3171f7;
    border-radius: 7px;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px; }
  .header__toggle-image {
    width: 16px;
    height: 15px; }
  .header--dark {
    /*height: 80vh;*/
    /*background: url(/images/bg.jpg) no-repeat center;*/
    background: url(/images/mainscreen_big.jpg) no-repeat center;
    background-size: cover; }
  .header--dark .header__content {
    margin: 0;
    background: rgba(62, 62, 62, 0.7); }
  .header--dark .header__logo-link p {
    color: #fff; }
  .header--dark .header__menu-link {
    color: #fff;
    /*
     &:hover,
     &.active {
     color: $color-blue;
     }
     */ }
  .header--dark .header__phone-link {
    color: #fff; }
  .header--dark .header__logo-image {
    filter: invert(1); }
  .header__title {
    font-weight: 500;
    font-size: 66px;
    line-height: 70px;
    letter-spacing: -0.04em;
    color: #fff;
    margin: 0 0 20px; }
  .header__subtitle {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 0 47px;
    opacity: 0.77; }
  .header__dark {
    height: 80vh; }
  .header__dark-content {
    padding: 74px 0 57px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .header__dark-content .btn-container {
      display: flex;
      gap: 2px; }
    .header__dark-content .btn--blue {
      padding: 0 46px;
      height: 76px; }
    .header__dark-content .btn--dark {
      width: 76px;
      height: 76px;
      border: 1px solid rgba(31, 31, 31, .7);
      background: rgba(31, 31, 31, .66); }
      .header__dark-content .btn--dark:hover, .header__dark-content .btn--dark:focus {
        border: 1px solid rgba(31, 31, 31, .9);
        background: rgba(31, 31, 31, .75); }
    .header__dark-content .btn--circle {
      flex: 0 0 76px; }
  .header__dark--catalog {
    height: 60vh; }
  .header--grey {
    padding: 0;
    /*margin: 18px 0 60px;*/
    margin: 18px 0 38px; }
  .header--grey .header__content {
    background: #e8ebf0; }
  .header--white {
    padding: 0;
    margin: 18px 0 60px; }
  .header--white .header__content {
    background: #fff; }

.crumbs {
  font-weight: 500;
  font-size: 17px;
  line-height: 19px;
  color: #151515;
  margin: 0 0 30px; }
  .crumbs__dots {
    margin: 0 10px;
    display: inline-flex;
    opacity: 0.27; }
  .crumbs__link {
    color: #151515;
    opacity: 0.27; }

.facets {
  flex: 0 0 360px; }
  .facets__top {
    padding: 0 0 23px;
    margin: 0 0 23px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .facets__item {
    padding: 0 0 23px;
    margin: 0 0 23px;
    border-bottom: 1px solid rgba(0, 0, 0, .15); }
  .facets__item--last {
    border: none;
    padding: 0;
    border: none; }
  .facets__item--price {
    padding: 0 0 8px; }
  .facets__item .link {
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    color: #0d1723; }
  .facets__item .checkbox-wrapper {
    margin-top: 16px; }
    .facets__item .checkbox-wrapper.active {
      display: none; }
  .facets__item .checkbox-container {
    display: none;
    margin: 0 0 12px; }
    .facets__item .checkbox-container.visible {
      display: block; }
    .facets__item .checkbox-container:last-of-type {
      margin: 0; }
    .facets__item .checkbox-container:nth-child(-n+4) {
      display: block; }
  .facets__item .checkbox-field__quantity {
    color: #c4c4c4; }
  .facets__title {
    font-weight: 500;
    font-size: 17px;
    line-height: 19px;
    color: #161913;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .facets__subtitle {
    font-weight: 500;
    font-size: 17px;
    line-height: 19px;
    color: #161913;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .facets__subtitle.close:after {
    transform: rotate(180deg); }
  .facets__subtitle:after {
    content: '';
    width: 14px;
    height: 9px;
    background: #000;
    mask: url(/images/arrow/default_arrow.svg) no-repeat center/14px; }
  .facets__reset {
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
    color: #3171f7;
    display: flex;
    align-items: center;
    gap: 6px; }
  .facets__reset:before {
    content: '';
    width: 12px;
    height: 13px;
    background: #3171f7;
    mask: url(/images/reset_icon.svg) no-repeat center; }
  .facets__content {
    padding: 22px 20px;
    background: #fff;
    border-radius: 20px; }
  .facets__content .btn--blue {
    height: 42px; }

.content p, .content ul, .content ol {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #161913; }
  .content p, .content ul, .content ol {
    margin-bottom: 24px; }
  .content p:last-child, .content ul:last-child, .content ol:last-child {
    margin-bottom: 0; }
  .content ul, .content ol {
    margin-left: 30px; }
  .content ul li, .content ol li {
    margin: 0 0 4px; }
    .content ul li:last-child, .content ol li:last-child {
      margin: 0; }
  .content ul li {
    list-style-type: disc; }
  .content ol li {
    list-style-type: decimal; }
  .content img {
    max-width: 100%; }

.catalog {
  padding: 60px 0 90px; }
  .catalog__content {
    display: flex;
    gap: 24px; }

.catalog-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .catalog-list .card__item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #161913; }
  .catalog-list .card__item-wrapper {
    margin: 0;
    flex: 0 0 calc((100% - 40px)/3); }
  .catalog-list .card__item {
    padding: 0; }
  .catalog-list .card__item-image {
    height: 300px; }
  .catalog-list .btn-container {
    margin-top: auto;
    display: flex;
    gap: 2px; }
  .catalog-list .btn--blue {
    width: 100%; }
  .catalog-list .btn--circle {
    flex-shrink: 0; }

.categories__row {
  display: flex;
  gap: 10px; }
  .categories__list {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .categories__item {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    flex-grow: 1; }
  .categories__item-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.2s ease;
    transform-origin: top center; }
  .categories__item-content {
    color: #fff;
    padding: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 20px; }
  .categories__item--two-columns {
    min-height: 480px;
    flex: 1 1 50%; }
  .categories__item--three-columns {
    min-height: 588px;
    flex: 1 1 33.333%; }
  .categories__item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5); }
  .categories__item .badge {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.03em;
    padding: 0;
    margin: 0 0 18px; }
  .categories__item .badge--rating:before {
    width: 26px;
    height: 26px;
    mask-size: 26px; }
  .categories__desc {
    /*max-width: 80%;*/ }
  .categories__title {
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.02em;
    margin: 0 0 14px; }
  .categories__subtitle {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    opacity: 0.78;
    /*max-width: 50%;*/ }
  .categories__filters {
    margin: 0 0 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
  .categories__filters-item {
    flex: 0 0 calc((100% - 30px)/4); }
  .categories__filters .input-field, .categories__filters .select-field {
    padding: 0 25px;
    padding-right: 67px;
    position: relative;
    border-radius: 74px;
    height: 60px;
    background: url(/images/search_icon.svg) no-repeat right 25px center #fff;
    background-size: 17px; }
  .categories__filters .select-field {
    background: url(/images/arrow/default_right_arrow.svg) no-repeat right 25px center #fff;
    background-size: 5px 9px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .categories__filters .btn--blue {
    height: 60px; }
  .categories__filters .btn--link {
    padding: 0 25px;
    max-width: 100%; }
  .categories__link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3; }
  .categories__link:hover .categories__item-image {
    transform: scale(1.05); }
    .categories__link:hover ~ .categories__item-content .categories__arrow {
      transform: scale(1.05); }
  .categories__arrow {
    width: 79px;
    height: 79px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    transition: transform 0.2s;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 79px; }
  .categories__arrow:before {
    content: '';
    width: 16px;
    height: 16px;
    display: flex;
    background: #fff;
    mask: url(/images/arrow/btn_arrow.svg) no-repeat center/16px; }
  .categories--main {
    padding: 50px 0 150px;
    /*margin: 0 0 90px;*/ }
  .categories--main .btn-container {
    display: none; }
  .categories .title--main {
    color: #fff;
    font-weight: 500;
    margin: 0 0 38px; }

.card {
  overflow: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; }
  .card__list {
    /*padding: 30px 0;*/
    margin-left: -12px;
    width: calc(100% + 24px);
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    gap: 24px; }
  .card__list .reviews-list__item {
    margin: 12px; }
  .card__list:after {
    content: '';
    width: 14%;
    height: calc(100% - 60px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    background: linear-gradient(to left, rgba(232, 235, 240, 1) 0%, rgba(232, 235, 240, 0) 100%); }
  .card__list-end:after {
    content: none; }
    .card__list-end:before {
      content: '';
      width: 14%;
      height: calc(100% - 60px);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
      margin: auto;
      background: linear-gradient(to right, rgba(232, 235, 240, 1) 0%, rgba(232, 235, 240, 0) 100%); }
  .card__list .card__item-wrapper {
    max-width: 407px; }
  .card__item {
    padding: 5px;
    height: 100%;
    min-height: 616px;
    border-radius: 22px;
    border: 1px solid #eaeaea;
    transition: transform 0.2s, box-shadow 0.2s;
    background: #fff;
    display: flex;
    flex-direction: column; }
  .card__item-top {
    margin: 0 0 27px;
    position: relative; }
    .card__item-top .badge-container {
      position: absolute;
      top: 10px;
      left: 10px;
      display: flex;
      gap: 10px; }
  .card__item-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    display: flex; }
  .card__item-title {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: #161913;
    margin: 0 0 14px; }
  .card__item-subtitle {
    font-size: 17px;
    line-height: 21px;
    color: rgba(22, 25, 19, .66);
    margin: 0 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .card__item-bottom {
    padding: 0 20px 27px;
    display: flex;
    flex-direction: column;
    flex: 1; }
    .card__item-bottom .btn-container {
      margin-top: auto;
      display: flex;
      gap: 2px; }
  .card__item-wrapper {
    /*flex: 0 0 423px;*/
    margin: 30px 12px; }
    .card__item-wrapper:hover .card__item {
      box-shadow: 0px 45px 25px -25px rgba(0, 0, 0, .1);
      transform: translate(0, -8px); }
  .card__item-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #3171f7;
    transition: color 0.2s, border-bottom 0.2s;
    border-bottom: 1px dotted #3171f7; }
    .card__item-link:hover {
      color: #2257c5;
      border-bottom: 1px dotted transparent; }
  .card--main {
    margin: 0 0 60px; }
  .card--main:last-of-type {
    margin: 0; }
  .card--inner {
    margin: 0 0 60px; }
  .card--inner:last-of-type {
    margin: 0; }
  .card .btn--blue {
    width: 100%; }
  .card .btn--circle {
    flex-shrink: 0; }

.card__list--short::after, .card__list--short.card__list-end::before {
  display: none; }

.blog {
  padding: 60px 0 90px;
  /*p,
   ul,
   ol {
   font-size: 16px;
   line-height: 24px;
   letter-spacing: -.02em;
   color: #0d1723;
   opacity: .78;
   }
   */ }
  .blog__content .warning__list li {
    margin: 0 0 20px; }
  .blog__description {
    margin: 0 0 40px;
    /*p,
     ul,
     ol {
     margin-bottom: 24px;
     &:last-child {
     margin-bottom: 0;
     }
     }
     ul,
     ol {
     margin-left: 30px;
     li {
     margin: 0 0 8px;
     &:last-child {
     margin: 0;
     }
     }
     }
     ul {
     li {
     list-style-type: disc;
     }	
     }
     ol {
     li {
     list-style-type: decimal;
     }
     }*/ }
  .blog__gallery {
    margin: 0 0 40px;
    display: flex;
    gap: 15px; }
  .blog__gallery-item {
    overflow: hidden;
    border-radius: 18px;
    display: flex;
    flex: 0 0 calc((100% - 30px) / 3); }
    .blog__gallery-item--link {
      width: 440px;
      height: 100%;
      position: relative;
      align-items: center;
      justify-content: center; }
      .blog__gallery-item--link:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: background 0.2s;
        background: rgba(0, 0, 0, .52); }
      .blog__gallery-item--link:hover:after {
        background: rgba(0, 0, 0, .42); }
  .blog__gallery-image {
    width: 100%;
    height: 100%;
    max-height: 321px;
    aspect-ratio: 1.622;
    object-fit: cover; }
  .blog__gallery-quantity {
    font-weight: 600;
    font-size: 46px;
    line-height: 65px;
    letter-spacing: -0.02em;
    color: #fff;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center; }
  .blog__video {
    /*margin: 0 0 97px;*/ }
  .blog__video-link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3; }
    .blog__video-link:before {
      content: '';
      width: 118px;
      height: 118px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      margin: auto;
      border: 1px solid rgba(67, 67, 67, .32);
      border-radius: 50%;
      transition: transform 0.2s;
      backdrop-filter: blur(10px);
      background: url(/images/play_icon.svg) no-repeat center rgba(255, 255, 255, .05);
      z-index: 2; }
    .blog__video-link:hover .blog__video-image {
      transform: scale(1.01); }
      .blog__video-link:hover:before {
        transform: scale(1.05); }
  .blog__video-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    transform-origin: top center; }
  .blog__video-content {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    border-radius: 17px; }
    .blog__video-content:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: rgba(0, 0, 0, .38); }
  .blog__video--inner {
    margin: 0 0 60px; }
  .blog__excursion {
    margin: 0 0 35px;
    display: flex;
    gap: 65px; }
  .blog__excursion-card {
    flex: 0 0 404px; }
    .blog__excursion-card .btn--blue {
      width: 100%; }
  .blog__excursion-text {
    padding: 24px 0 0; }
    .blog__excursion-text .price-list {
      max-width: 550px; }
    .blog__excursion-text .price-list__item {
      margin: 0;
      padding: 13px 10px;
      border-radius: 11px;
      transition: background 0.05s; }
      .blog__excursion-text .price-list__item:hover {
        background: rgba(232, 235, 240, 5); }
        .blog__excursion-text .price-list__item:hover .price-list__category, .blog__excursion-text .price-list__item:hover .price-list__price {
          background: rgba(232, 235, 240, 5); }
    .blog__excursion-text .btn-container {
      position: relative;
      display: flex;
      gap: 2px; }
    .blog__excursion-text .btn--blue {
      padding: 0 30px; }
  .blog__excursion-content {
    padding: 50px 35px;
    border-radius: 17px;
    background: #e8ebf0; }
  .blog__excursion-link {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: none;
    border-bottom: 1px dotted #3171f7;
    color: #3171f7; }
  .blog__excursion-description {
    margin: 0 0 24px; }
    .blog__excursion-description p:last-of-type {
      margin: 0; }
    .blog__excursion-description.expanded p {
      -webkit-line-clamp: none; }
  .blog__excursion .badge-container {
    margin: 0 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
  .blog__excursion .badge {
    padding: 10px 20px;
    border-radius: 8px; }
  .blog__excursion .badge--grey {
    background: #e8ebf0; }
  .blog__image {
    width: 100%;
    height: 482px;
    margin: 0 0 30px;
    border-radius: 18px;
    object-fit: cover; }
  .blog--inner {
    padding-top: 0; }

.excursion-card__top {
  margin: 0 0 16px;
  border-bottom: 1px solid #d0d0d0; }
  .excursion-card__top .btn--grey {
    /*height: 48px;*/
    margin: 0 0 16px; }
  .excursion-card__profile {
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 18px; }
  .excursion-card__photo {
    flex: 0 0 103px; }
  .excursion-card__photo-image {
    width: 103px;
    height: 103px;
    display: block;
    border-radius: 50%; }
  .excursion-card__info {
    margin: 0 0 13px; }
  .excursion-card__info-name {
    font-size: 25px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 7px; }
  .excursion-card__info-role {
    font-size: 15px;
    line-height: 18px; }
  .excursion-card__response-time {
    font-size: 15px;
    line-height: 18px;
    color: rgba(22, 25, 19, .59);
    margin: 0 0 7px; }
  .excursion-card__details {
    margin: 0 0 16px;
    border-bottom: 1px solid #d0d0d0; }
  .excursion-card__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 9px; }
  .excursion-card__features {
    margin: 0 0 16px; }
  .excursion-card__features-item {
    font-size: 15px;
    line-height: 26px;
    color: rgba(22, 25, 19, .49);
    margin: 0 0 4px; }
    .excursion-card__features-item span {
      color: #161913; }
    .excursion-card__features-item-place {
      display: block;
      margin-top: 4px; }
    .excursion-card__features-item .badge {
      padding: 0;
      position: relative;
      top: 2px;
      display: inline-flex; }
    .excursion-card__features-item .badge--rating:before {
      background: #107cdb; }
    .excursion-card__features-item:last-child {
      margin: 0; }
  .excursion-card__price {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 10px; }
  .excursion-card__price-block {
    font-weight: 500;
    font-size: 38px;
    line-height: 46px; }

.badge {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  padding: 5px 15px;
  border-radius: 57px;
  display: flex;
  align-items: center;
  gap: 4px; }
  .badge--time:before {
    width: 13px;
    height: 13px;
    background: #000;
    mask: url(/images/clock_icon.svg) no-repeat center;
    flex: 0 0 13px; }
  .badge--rating:before {
    width: 13px;
    height: 13px;
    background: #ffc500;
    mask: url(/images/star_icon.svg) no-repeat center/13px;
    flex: 0 0 13px; }
  .badge--location:before {
    width: 15px;
    height: 18px;
    background: #000;
    mask: url(/images/location_black_icon.svg) no-repeat center;
    flex: 0 0 15px; }
  .badge--grey {
    background: rgba(255, 255, 255, .69); }
  .badge:before {
    content: ''; }

.rating {
  display: flex;
  align-items: center;
  gap: 2px; }
  .rating__icon {
    width: 18px;
    height: 18px; }

.chips {
  margin: 0 0 10px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px; }
  .chips__item {
    font-size: 15px;
    color: #fff;
    line-height: 17px;
    padding: 14px 18px;
    width: fit-content;
    border-radius: 35px;
    display: block;
    transition: background 0.2s, border 0.2s, opacity 0.2s; }
  .chips__item--mobile {
    display: none;
    position: absolute;
    border-radius: 50%; }
  .chips--dark .chips__item {
    border: 1px solid rgba(31, 31, 31, .71);
    background: rgba(31, 31, 31, .66); }
    .chips--dark .chips__item:hover, .chips--dark .chips__item.active {
      border: 1px solid rgba(255, 255, 255, .33);
      background: #3171f7; }
    .chips--dark .chips__item--mobile {
      background: rgba(31, 31, 31, .95); }
    .chips--dark .chips__item--disabled {
      cursor: default; }
      .chips--dark .chips__item--disabled:hover {
        opacity: 0.8;
        border: 1px solid rgba(31, 31, 31, .71);
        background: rgba(31, 31, 31, .66); }
  .chips:last-child {
    margin: 0; }

.notice {
  width: 100%;
  max-width: 716px;
  padding-left: 22px;
  margin: 0 0 24px;
  border-left: 3px solid #0d1723; }
  .notice--blue {
    border-color: #3171f7; }
  .notice:last-child {
    margin: 0; }

.warning {
  padding: 60px 0;
  margin: 0 0 60px;
  text-align: center;
  border-radius: 17px;
  background: url(/images/forget.png) no-repeat center;
  background-size: cover; }
  .warning__list li {
    list-style-type: decimal;
    list-style-position: inside;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121212; }
    .warning__list li:last-child {
      margin: 0; }

.place {
  margin: 0 0 64px; }

.place-list {
  margin: 0 0 54px; }
  .place-list__item {
    padding: 0 0 48px;
    margin: 0 0 48px;
    border-bottom: 1px solid rgba(0, 0, 0, .11);
    display: flex;
    gap: 55px; }
  .place-list__item:last-child {
    padding: 0;
    margin: 0;
    border: none; }
  .place-list__text {
    padding: 34px 0 0; }
  .place-list__image {
    width: 100%;
    height: 328px;
    aspect-ratio: 2.027;
    object-fit: cover;
    border-radius: 18px; }
  .place-list__title {
    font-weight: 600;
    font-size: 37px;
    line-height: 37px;
    letter-spacing: -0.03em;
    margin: 0 0 14px;
    max-width: 70%; }
  .place-list__description {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.02em;
    opacity: 0.78;
    margin: 0 0 30px; }
  .place-list__preview {
    flex: 0 0 665px; }
  .place-list .btn-container {
    display: flex;
    gap: 2px; }
  .place-list .btn--blue {
    padding: 0 60px; }

.slider__arrow {
  width: 56px;
  height: 56px;
  border: 1px solid #cacaca;
  border-radius: 50%;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -56px;
  margin-right: 319px;
  transition: background 0.2s, border 0.2s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .slider__arrow:before {
    content: '';
    width: 8px;
    height: 13px;
    margin: auto;
    background: #000;
    mask: url(/images/arrow/slider_arrow.svg) no-repeat center; }
  .slider__arrow--right {
    margin-right: 260px; }
    .slider__arrow--right:before {
      transform: rotate(180deg); }
  .slider__arrow.slick-disabled {
    opacity: 0.5;
    cursor: default; }
  .slider__arrow:hover {
    background: #3171f7;
    border-color: #3171f7; }
    .slider__arrow:hover:before {
      background: #fff; }
    .slider__arrow:hover.slick-disabled {
      background: #f1f1f1;
      border-color: #cacaca; }
      .slider__arrow:hover.slick-disabled:before {
        background: #000; }

.articles {
  margin: 0 0 64px; }

.articles-list {
  margin: 0 0 54px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .articles-list .card__item-wrapper {
    margin: 0;
    flex: 0 0 calc((100% - 60px)/4); }

.reviews {
  margin: 0 0 64px; }

.reviews-list {
  margin: 0 0 54px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .reviews-list .card__item-wrapper {
    margin: 0;
    flex: 0 0 calc((100% - 60px)/4); }
  .reviews-list .card__item-wrapper:hover .card__item {
    box-shadow: none;
    transform: translate(0); }

.reviews-list--main .card__item--photo {
  max-height: 616px; }
/************************************
 Общие блоки для отзывов на главной 
 и на странице с отзывами 
 *************************************/
.reviews-list .card__item, .reviews-list--main .card__item {
  padding: 30px;
  background: #fff; }
  .reviews-list .card__item-image, .reviews-list--main .card__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex: 1; }
  .reviews-list .card__item--dark, .reviews-list--main .card__item--dark {
    background: #121824;
    color: #fff; }
    .reviews-list .card__item--dark p, .reviews-list--main .card__item--dark p {
      color: #fff; }
    .reviews-list .card__item--dark .reviews-list__date, .reviews-list--main .card__item--dark .reviews-list__date {
      color: #fff; }
  .reviews-list .card__item--photo, .reviews-list--main .card__item--photo {
    padding: 0;
    position: relative;
    overflow: hidden; }
    .reviews-list .card__item--photo:after, .reviews-list--main .card__item--photo:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 3; }
    .reviews-list .card__item--photo:before, .reviews-list--main .card__item--photo:before {
      content: '';
      width: 118px;
      height: 118px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      margin: auto;
      border: 1px solid rgba(67, 67, 67, .32);
      border-radius: 50%;
      transition: transform 0.2s;
      backdrop-filter: blur(10px);
      background: url(/images/play_icon.svg) no-repeat center rgba(255, 255, 255, .05);
      z-index: 2; }
    .reviews-list .card__item--photo:hover:before, .reviews-list--main .card__item--photo:hover:before {
      transform: scale(1.05); }
  .reviews-list .reviews-list__top, .reviews-list--main .reviews-list__top {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    gap: 20px; }
  .reviews-list .reviews-list__bottom, .reviews-list--main .reviews-list__bottom {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    flex: 1; }
  .reviews-list .reviews-list__bottom p, .reviews-list--main .reviews-list__bottom p {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 12px; }
  .reviews-list .reviews-list__image, .reviews-list--main .reviews-list__image {
    flex: 0 0 74px; }
  .reviews-list .reviews-list__photo, .reviews-list--main .reviews-list__photo {
    width: 74px;
    height: 74px;
    object-fit: cover;
    border-radius: 50%; }
  .reviews-list .reviews-list__name, .reviews-list--main .reviews-list__name {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase; }
  .reviews-list .reviews-list__city, .reviews-list--main .reviews-list__city {
    font-size: 15px;
    line-height: 23px;
    color: #b8b8b8;
    margin: 0 0 4px;
    opacity: 0.62; }
  .reviews-list .reviews-list__date, .reviews-list--main .reviews-list__date {
    font-size: 14px;
    color: #373737;
    margin-top: auto;
    text-align: right;
    opacity: 0.62; }

.pagination {
  width: 100%;
  display: flex;
  justify-content: center; }
  .pagination__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #161913;
    border-radius: 7px;
    padding: 2px;
    min-width: 44px;
    height: 44px;
    background: #fff;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center; }
  .pagination__link:hover, .pagination__link.active {
    color: #fff;
    background: #3171f7; }
  .pagination__content {
    display: flex;
    gap: 6px; }
  .pagination--grey .pagination__link {
    background: #e8ebf0; }
    .pagination--grey .pagination__link:hover, .pagination--grey .pagination__link.active {
      color: #fff;
      background: #3171f7; }
  .pagination .dots {
    padding: 0 0 6px;
    margin: 0 12px;
    min-width: auto;
    background: none;
    border-radius: 0;
    align-items: end; }
  .pagination .dots:hover {
    color: #161913;
    background: none; }

.footer {
  color: #fff;
  background: #121824; }
  .footer__content {
    padding: 100px 0 160px;
    display: flex;
    gap: 20px; }
  .footer__item {
    flex: 1;
    flex-grow: 1; }
  .footer__item--two-column {
    flex-grow: 2; }
  .footer__copyright {
    padding: 0 0 24px;
    display: flex;
    justify-content: space-between; }
  .footer__copyright a, .footer__copyright p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0;
    opacity: 0.37; }
  .footer__copyright-link {
    text-decoration: underline;
    text-underline-offset: 4px; }
  .footer__title {
    font-weight: 600;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -0.04em;
    margin: 0 0 40px; }
  .footer__title span {
    color: #3171f7; }
  .footer__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    opacity: 0.44;
    margin: 0 0 40px; }
  .footer__menu-item {
    margin: 0 0 24px; }
    .footer__menu-item:last-child {
      margin: 0; }
  .footer__menu--social .footer__link {
    max-width: 120px; }
    .footer__menu--social .footer__link span {
      width: 100%; }
    .footer__menu--social .footer__link:after {
      content: '';
      width: 9px;
      height: 9px;
      background: #3d79f6;
      mask: url(/images/arrow/btn_arrow.svg) no-repeat center/9px;
      flex-shrink: 0; }
  .footer__link {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px; }
  .footer__contact {
    letter-spacing: -0.02em; }
  .footer__contact-phone {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    margin: 0 0 6px;
    display: inline-flex; }
  .footer__contact-address {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin: 0 0 44px; }
  .footer__contact-feedback {
    font-weight: 300;
    line-height: 14px;
    opacity: 0.55; }
  .footer .btn-container {
    display: flex;
    gap: 2px; }
  .footer .btn--blue {
    padding: 0 46px;
    height: 76px; }
  .footer .btn--dark {
    width: 76px;
    height: 76px;
    background: rgba(255, 255, 255, .14); }
  .footer .btn--dark:hover {
    background: rgba(255, 255, 255, .24); }
  .footer .btn--circle {
    flex: 0 0 76px; }

.price-list {
  color: #161913;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  width: 100%;
  margin: 0 0 24px; }
  .price-list__item {
    display: flex;
    margin: 0 0 15px; }
  .price-list__item:last-child {
    margin: 0; }
  .price-list__category {
    color: #161913;
    background: #fff;
    padding-right: 5px; }
  .price-list__dots {
    flex: 1;
    border-bottom: 1px dotted #000;
    margin: 0 0 5px;
    opacity: 0.28; }
  .price-list__price {
    color: #161913;
    background: #fff;
    padding-left: 5px; }

.schedule {
  margin: 0 0 24px; }
  .schedule__list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px; }
  .schedule__item {
    font-size: 15px;
    line-height: 18px;
    list-style: none;
    border-radius: 4px;
    padding: 5px 10px;
    background: #f3f4f6;
    flex: 0 0 auto; }
  .schedule__title {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 6px; }

.contacts__map {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  object-fit: cover;
  filter: grayscale(100%); }
  .contacts__info {
    padding: 58px;
    width: 100%;
    max-width: 428px;
    min-height: 421px;
    margin-top: 100px;
    margin-left: 100px;
    position: relative;
    z-index: 2;
    border: 1px dashed #fff;
    border-radius: 10px;
    box-shadow: 13px 25px 25px 0 rgba(0, 0, 0, .06);
    background: #fff; }
  .contacts__item {
    margin: 0 0 24px; }
  .contacts__item:last-child {
    margin: 0; }
  .contacts__text {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-left: 34px; }
  .contacts__title {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 12px; }
  .contacts__title--mail:before {
    background-image: url(/images/mail_contacts_icon.svg); }
  .contacts__title--clock:before {
    background: url(/images/clock_contacts_icon.svg); }
  .contacts__title--phone:before {
    background: url(/images/phone_contacts_icon.svg); }
  .contacts__title--location:before {
    background: url(/images/location_contacts_icon.svg); }
  .contacts__title:before {
    content: '';
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    flex: 0 0 22px; }
  .contacts__marker {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 0px;
    margin-top: -100px; }
  .contacts__content {
    position: relative;
    height: calc(100vh - 342px); }
  .contacts__wrapper {
    height: 100%;
    display: flex; }
  .contacts .crumbs {
    position: relative;
    z-index: 2;
    margin: 0; }

#map {
  width: 100%;
  top: 70px;
  height: calc(100% - 146px);
  position: absolute; }

.gradient-top, .gradient-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 207px;
  background-repeat: repeat-x;
  pointer-events: none;
  z-index: 1; }

.gradient-top {
  top: 0;
  background-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%); }

.gradient-bottom {
  bottom: 0;
  background-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  transform: scaleY(-1); }

.feedback {
  position: relative;
  max-width: 600px;
  padding: 50px; }
  .feedback__close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex; }
  .feedback__close:before {
    content: '';
    width: 34px;
    height: 34px;
    background: #333;
    mask: url(/images/close_icon.svg) no-repeat center/24px; }
  .feedback__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 20px; }
  .feedback__subtitle {
    display: block;
    margin: 0 0 4px; }
  .feedback .btn {
    max-width: 300px; }
  .feedback .btn-container {
    width: 100%;
    display: flex;
    justify-content: center; }
  .feedback .field-container {
    margin: 0 0 14px; }
  .feedback .checkbox-container {
    margin: 0 0 20px; }

.main-wrapper {
  padding: 90px 0; }

.inner-wrapper {
  padding: 90px 0; }
  .inner-wrapper--fill {
    padding-top: 0;
    /*.card__list:after {
     background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
     }
     .card__list:before {
     background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
     }*/ }

.reservation {
  /*margin: 0 0 104px;*/ }
  .reservation__wrapper {
    width: 100%;
    flex: 0 0 610px; }
  .reservation__wrapper .additional-excursion {
    margin: 0 0 24px; }
  .reservation__wrapper .additional-excursion__card {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0; }
  .reservation__item {
    margin: 0 0 32px; }
  .reservation__item--added {
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    background: #f9f9f9;
    position: relative; }
    .reservation__item--added .radio-field + label {
      background: #e7e7e7; }
    .reservation__item--added .radio-field:checked + label {
      color: #fff;
      background: #3171f7; }
    .reservation__item--added .counter .btn {
      background: #e7e7e7; }
  .reservation__form {
    flex: 0 1 610px; }
  .reservation__form .input-label {
    font-weight: 500;
    font-size: 17px;
    color: #161913;
    line-height: 21px;
    margin: 0 0 7px;
    display: block; }
  .reservation__form-content {
    padding: 52px 44px;
    position: sticky;
    top: 40px;
    border: 1px solid #e9e9e9;
    border-radius: 16px;
    background: rgba(217, 217, 217, .17); }
  .reservation__form .input-container {
    margin: 0 0 24px; }
  .reservation__form .checkbox-container {
    margin: 0 0 16px; }
  .reservation__form .checkbox-field + label {
    font-size: 17px;
    font-weight: 300;
    line-height: 21px;
    color: rgba(22, 25, 19, .6);
    column-gap: 10px; }
  .reservation__form .excursion-card__price {
    margin: 0 0 24px; }
  .reservation__content {
    margin: 0 0 60px;
    display: flex;
    gap: 40px; }
  .reservation__label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 7px; }
  .reservation__field-group {
    margin: 0 0 24px; }
  .reservation__options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .reservation__location {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    gap: 8px; }
  .reservation__location:before {
    content: '';
    width: 11px;
    height: 14px;
    background: #3171f7;
    position: relative;
    top: 4px;
    mask: url(/images/location_blue_icon.svg) no-repeat center;
    flex: 0 0 11px; }
  .reservation .date-container {
    font-size: 15px;
    width: 100%;
    height: 48px;
    margin: 0 0 24px;
    padding: 0 12px;
    padding-left: 36px;
    border: 1px solid #d0d1d3;
    border-radius: 10px;
    position: relative;
    background: url(/images/calendar_icon.svg) no-repeat left 12px center/12px #fff;
    display: flex;
    align-items: center; }
  .reservation .date-container:after {
    content: '';
    width: 14px;
    height: 9px;
    background: url(/images/arrow/default_arrow.svg) no-repeat center;
    background-size: 14px 9px;
    position: absolute;
    top: 0;
    right: 24px;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg); }
  .reservation .date-container--open:after {
    transform: rotate(0deg); }
  .reservation__places-list .place-item {
    margin-bottom: 8px; }
    .reservation__places-list .place-item:last-child {
      margin-bottom: 0; }
    .reservation__places-list .place-item .radio-container .radio-field + label {
      font-size: 16px;
      line-height: 24px;
      display: inline-flex;
      gap: 8px;
      cursor: pointer;
      transition: color 0.2s ease; }
      .reservation__places-list .place-item .radio-container .radio-field + label:before {
        content: '';
        width: 11px;
        height: 14px;
        background: #3171f7;
        position: relative;
        top: 4px;
        mask: url(/images/location_blue_icon.svg) no-repeat center;
        flex: 0 0 11px; }
    .reservation__places-list .place-item .radio-container .radio-field:checked + label {
      color: #fff;
      font-weight: 500; }
      .reservation__places-list .place-item .radio-container .radio-field:checked + label:before {
        background: #fff; }

.persons__group {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .persons__group:last-child {
    margin: 0; }
  .persons__label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #161913; }
  .persons .counter {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #161913; }

.upload {
  width: 100%;
  min-height: 92px;
  position: relative;
  border: 1px dashed rgba(0, 0, 0, .2);
  border-radius: 16px;
  background: #f3f4f6;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .upload__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; }
  .upload__content:before {
    content: '';
    width: 22px;
    height: 22px;
    background: #afb2b8;
    mask: url(/images/plus_icon.svg) no-repeat center/22px; }
  .upload__title {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    margin: 0 0 4px; }
  .upload__title:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .upload__days {
    font-size: 15px;
    line-height: 18px;
    color: rgba(22, 25, 19, .52); }
  .upload:hover {
    background: rgba(217, 217, 217, .17); }

.counter {
  width: 100%;
  max-width: 144px;
  display: flex;
  gap: 8px; }
  .counter .btn {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: #f3f4f6;
    position: relative;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px; }
  .counter .btn:before {
    content: '';
    width: 11px;
    height: 1px;
    background: #534e4e;
    position: absolute;
    inset: 0;
    margin: auto; }
  .counter .btn--plus:after {
    content: '';
    width: 1px;
    height: 11px;
    background: #534e4e;
    position: absolute;
    inset: 0;
    margin: auto; }
  .counter .btn.inactive {
    pointer-events: none; }
  .counter .btn:hover {
    background: #3171f7; }
    .counter .btn:hover:before, .counter .btn:hover:after {
      background: #fff; }
  .counter .input-field {
    padding: 0 4px;
    height: 38px;
    text-align: center; }

.additional-excursion {
  max-width: 1260px; }
  .additional-excursion__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 24px; }
  .additional-excursion__card {
    margin: 0 0 12px;
    padding: 24px;
    border: 1px solid #e9e9e9;
    border-radius: 16px;
    background: #f9f9f9;
    display: flex;
    gap: 20px; }
  .additional-excursion__card-name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #161913;
    margin: 0 0 8px;
    display: inline-flex; }
  .additional-excursion__card-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    flex: 0 0 100px; }
  .additional-excursion__card-content {
    margin-right: 24px; }
  .additional-excursion__card:last-child {
    margin: 0; }
  .additional-excursion__price {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 12px; }
  .additional-excursion__close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    right: 12px;
    background: #e7e7e7;
    border-radius: 50%;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center; }
  .additional-excursion__close-icon {
    width: 14px;
    height: 14px; }
  .additional-excursion__close:hover {
    opacity: 0.7; }
  .additional-excursion__crossed-price {
    font-size: 14px;
    color: red;
    text-decoration: line-through; }
  .additional-excursion .btn {
    font-size: 14px;
    height: 40px; }
  .additional-excursion .btn-container {
    max-width: 340px;
    display: flex;
    gap: 10px; }
  .additional-excursion .badge-container {
    margin: 0 0 12px;
    display: flex;
    gap: 10px; }
  .additional-excursion .badge {
    padding: 0; }
  .additional-excursion .badge--grey {
    background: none; }
  .additional-excursion .schedule {
    margin: 0 0 8px; }
  .additional-excursion .schedule__item {
    background: #e7e7e7; }

.price-filter__input {
  font-size: 16px;
  width: 100%;
  max-width: 132px;
  padding: 10px;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  text-align: center; }
  .price-filter__range {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .price-filter__divider {
    margin: 0 20px; }
  .price-filter__input-wrapper {
    position: relative; }

.mobile-nav {
  width: 100%;
  padding: 7px 15px;
  background: #121824;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
  justify-content: space-between; }
  .mobile-nav__img {
    width: 22px;
    height: 22px; }
  .mobile-nav__img--toggle {
    width: 20px;
    height: 20px; }
  .mobile-nav__icon {
    width: 36px;
    height: 36px;
    margin: 0 0 2px;
    border-radius: 8px;
    background: #3171f7;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center; }
  .mobile-nav__item {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .mobile-nav__link {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    opacity: 0.28; }
  .mobile-nav__link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .mobile-nav__link:hover .mobile-nav__icon {
    background: #2257c5; }

.mobile-facets {
  display: none;
  padding: 14px;
  margin: 0 0 20px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
  transition: border-radius 0.2s ease;
  justify-content: space-between;
  align-items: center; }
  .mobile-facets .facets__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px; }
  .mobile-facets .facets__title:before {
    content: '';
    width: 11px;
    height: 12px;
    background: #3171f7;
    mask: url(/images/mobile_facets_icon.svg) no-repeat center; }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none; }
  .mobile-menu__nav {
    padding: 0 15px;
    margin: 0 0 50px; }
  .mobile-menu__nav-item {
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .mobile-menu__nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    opacity: 0.78;
    line-height: 21px;
    letter-spacing: -0.02em;
    padding: 15px 0;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .mobile-menu__nav-link:after {
      content: '';
      width: 24px;
      height: 24px;
      transform: rotate(90deg);
      background: #3d79f6;
      mask: url(/images/arrow/default_arrow.svg) no-repeat center/12px; }
  .mobile-menu__logo-link {
    display: flex;
    align-items: center;
    gap: 10px; }
    .mobile-menu__logo-link p {
      font-size: 14px;
      color: #fff;
      line-height: 14px;
      letter-spacing: -0.01em; }
  .mobile-menu__logo-image {
    width: 24px;
    height: 26px;
    filter: invert(1);
    flex: 0 0 auto; }
  .mobile-menu__social {
    padding: 0 15px; }
  .mobile-menu__social-item {
    margin: 0 0 24px; }
    .mobile-menu__social-item:last-child {
      margin: 0; }
  .mobile-menu__social-link {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 15px;
    letter-spacing: -0.02em;
    max-width: 120px;
    display: flex;
    align-items: center;
    gap: 10px; }
    .mobile-menu__social-link span {
      width: 100%; }
    .mobile-menu__social-link:after {
      content: '';
      width: 9px;
      height: 9px;
      background: #3d79f6;
      mask: url(/images/arrow/btn_arrow.svg) no-repeat center/9px;
      flex-shrink: 0; }
  .mobile-menu__social-title {
    color: #fff;
    opacity: 0.44;
    margin: 0 0 24px; }
  .mobile-menu__header {
    padding: 0 15px;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, .1); }
  .mobile-menu__close-button {
    width: 24px;
    height: 24px;
    display: flex; }
  .mobile-menu__close-button:after {
    content: '';
    width: 24px;
    height: 24px;
    background: #3171f7;
    opacity: 0.47;
    mask: url(/images/close_icon.svg) no-repeat center/24px; }
  .mobile-menu__wrapper {
    width: 100%;
    padding: 0 0 60px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
    background: #121824; }
  .mobile-menu.active {
    visibility: visible;
    pointer-events: all; }
  .mobile-menu.active .mobile-menu__wrapper {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s; }
  .mobile-menu.active:after {
    background: rgba(0, 0, 0, .4); }
  .mobile-menu:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease; }

.error-page {
  padding: 60px 0 90px; }
/* sumo вынести в отдельный файл */
.SumoSelect {
  width: 100%;
  position: relative; }

.SumoSelect > .CaptionCont {
  padding: 0 25px;
  padding-right: 67px;
  border-radius: 74px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  background-size: 5px 9px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 16px; }

.SumoSelect > .CaptionCont > span.placeholder {
  color: #999; }

.SumoSelect .select-all {
  display: none; }

.SumoSelect > .optWrapper {
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
  border: 1px solid rgba(208, 209, 211, .44);
  z-index: 100; }

.SumoSelect > .optWrapper > .options li {
  padding: 10px 20px;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options li:hover {
  background-color: #f1f1f1; }

.SumoSelect > .CaptionCont > label {
  display: none; }

.SumoSelect.open > .optWrapper {
  top: 68px; }

.SumoSelect > .CaptionCont::after {
  content: '';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  width: 5px;
  height: 9px;
  background: url('/images/arrow/default_right_arrow.svg') no-repeat center;
  background-size: contain;
  pointer-events: none;
  transition: transform 0.3s ease; }

.SumoSelect.open > .CaptionCont::after {
  transform: translateY(-50%) rotate(90deg); }

.SumoSelect > .optWrapper > .options {
  border-radius: 0; }

.SumoSelect > .optWrapper > .options li.opt {
  padding: 12px 25px;
  border-bottom: 1px solid rgba(208, 209, 211, .44); }

.SumoSelect > .CaptionCont {
  cursor: pointer; }

.SumoSelect > .CaptionCont > span, .SumoSelect > .CaptionCont > label {
  pointer-events: none; }

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 0; }

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0; }
/* datepicker вынести в отдельный файл */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  background: url(/images/arrow/default_arrow.svg) no-repeat center/12px;
  opacity: 1;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  text-indent: -9999px;
  cursor: pointer;
  z-index: 1;
  transition: opacity 0.2s ease; }

.ui-datepicker .ui-datepicker-next {
  background: url(/images/arrow/default_arrow.svg) no-repeat center/12px;
  left: auto;
  right: 4px;
  transform: translateY(-50%) rotate(90deg); }

.ui-icon {
  background: none !important; }

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  opacity: 0.6;
  border-radius: 0;
  background-color: none;
  border: none; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff;
  border-color: #e7e7e7;
  border-radius: 4px; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #3171f7;
  border-color: #3171f7; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: rgba(49, 113, 247, .2);
  border-color: rgba(49, 113, 247, .2);
  color: #161913; }

.ui-datepicker td {
  padding: 2px; }

.ui-datepicker table {
  font-size: 14px;
  margin: 0; }

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
  padding: 7px; }

.ui-widget-content {
  color: #161913;
  border-color: #d0d1d3; }

.ui-datepicker {
  margin-top: 7px;
  width: 300px;
  padding: 10px;
  border-radius: 10px; }

.ui-datepicker .ui-datepicker-header {
  padding: 6px 0;
  border-radius: 4px; }

.ui-widget-header {
  color: #161913;
  background: #e8ebf0;
  border-color: #e8ebf0; }

.contact-page__layout {
  display: flex;
  gap: 24px;
  margin-top: 38px;
  max-width: 100%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .contact-page__layout {
      flex-direction: column;
      gap: 20px; } }
  .contact-page__info-panel {
    flex: 0 0 25%;
    min-width: 300px;
    max-width: 400px; }
  @media (max-width: 768px) {
    .contact-page__info-panel {
      flex: none;
      order: 2;
      max-width: none; } }
  .contact-page__map-container {
    flex: 1;
    min-height: 500px;
    width: 0;
    max-width: 100%; }
  @media (max-width: 768px) {
    .contact-page__map-container {
      min-height: 350px;
      order: 1;
      width: auto; } }

.contact-info__panel {
  background: #fff;
  border-radius: 20px;
  padding: 32px; }
  .contact-info__item {
    margin-bottom: 24px; }
  .contact-info__item:last-child {
    margin-bottom: 0; }
  .contact-info__title {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #161913;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 12px; }
  .contact-info__title::before {
    content: '';
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    flex: 0 0 22px; }
  .contact-info__title--location::before {
    background-image: url(/images/location_contacts_icon.svg); }
  .contact-info__title--phone::before {
    background-image: url(/images/phone_contacts_icon.svg); }
  .contact-info__title--mail::before {
    background-image: url(/images/mail_contacts_icon.svg); }
  .contact-info__title--clock::before {
    background-image: url(/images/clock_contacts_icon.svg); }
  .contact-info__text {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-left: 34px; }
  .contact-info__text a {
    color: #3171f7;
    text-decoration: none;
    transition: color 0.2s ease; }
    .contact-info__text a:hover {
      color: #2257c5; }

.yandex-map__container {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .yandex-map__container {
      height: 350px; } }
  .yandex-map__loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #e8ebf0;
    color: rgba(22, 25, 19, .66);
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .yandex-map__error {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #e8ebf0;
    color: #161913;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 32px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

.map-balloon__content {
  min-width: 220px;
  max-width: 300px;
  line-height: 1.4; }
  .map-balloon__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #161913;
    margin-bottom: 8px;
    text-align: left; }
  .map-balloon__address {
    font-size: 14px;
    line-height: 18px;
    color: rgba(22, 25, 19, .75);
    margin-bottom: 6px;
    text-align: left; }
  .map-balloon__phone {
    font-size: 14px;
    line-height: 18px;
    color: #3171f7;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    text-align: left; }
  .map-balloon__phone a {
    color: #3171f7;
    transition: color 0.2s, border-bottom 0.2s;
    border-bottom: 1px dotted #3171f7; }
    .map-balloon__phone a:hover {
      color: #2257c5;
      border-bottom: 1px dotted transparent; }
  .map-balloon__work-time {
    font-size: 13px;
    line-height: 16px;
    color: rgba(22, 25, 19, .6);
    margin-top: 8px;
    text-align: left; }

[class*="balloon__content-header"] {
  padding: 12px 16px 8px !important;
  background: #f8f9fa !important;
  border-bottom: 1px solid #e9ecef !important;
  margin: 0 !important; }

[class*="balloon__content-body"] {
  padding: 0 !important;
  margin: 0 !important; }

.ymaps-balloon .ymaps-balloon-content {
  padding: 0 !important; }
  .ymaps-balloon .ymaps-balloon-layout {
    border-radius: 10px !important;
    overflow: hidden !important; }
  .ymaps-balloon .ymaps-balloon-content-header {
    padding: 12px 16px 8px !important;
    background: #f8f9fa !important;
    border-bottom: 1px solid #e9ecef !important;
    margin: 0 !important; }
  .ymaps-balloon .ymaps-balloon-content-body {
    padding: 0 !important;
    margin: 0 !important; }

.container--contacts {
  max-width: 100%;
  overflow-x: hidden; }

.content--contacts {
  max-width: 100%;
  overflow-x: hidden; }

.map-toggle {
  display: none;
  margin-bottom: 16px; }
  @media (max-width: 768px) {
  .map-toggle {
    display: block; } }
  .map-toggle__button {
    width: 100%;
    padding: 16px 20px;
    background: #3171f7;
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; }
  .map-toggle__button:hover {
    background: #2257c5;
    transform: translateY(-1px); }
  .map-toggle__button:active {
    transform: translateY(0); }
  .map-toggle__button--active {
    background: #28a745; }
    .map-toggle__button--active:hover {
      background: #218838; }
  .map-toggle__icon {
    width: 16px;
    height: 16px;
    background: #fff;
    mask: url(/images/location_blue_icon.svg) no-repeat center;
    mask-size: 16px;
    transition: transform 0.3s ease;
    flex-shrink: 0; }
  .map-toggle__icon--active {
    mask: url(/images/close_icon.svg) no-repeat center;
    mask-size: 14px;
    transform: rotate(90deg); }
  .map-toggle__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap; }

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 20px; }
  .map-overlay:hover {
    background: rgba(0, 0, 0, 0.7); }
  .map-overlay__content {
    text-align: center;
    color: #fff;
    padding: 24px;
    max-width: 250px; }
  .map-overlay__icon {
    width: 48px;
    height: 48px;
    background: #fff;
    mask: url(/images/location_blue_icon.svg) no-repeat center;
    mask-size: 32px;
    margin: 0 auto 16px;
    opacity: 0.9; }
  .map-overlay__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    opacity: 0.9; }

.yandex-map__container {
  position: relative;
  overflow: hidden;
  isolation: isolate; }

@media (max-width: 768px) {
  .contact-page__map-container {
    touch-action: pan-y; }
    .contact-page__map-container.map-enabled {
      touch-action: auto; }

  .yandex-map__container.map-active .map-overlay {
    display: none !important; }

  .yandex-map__container:not(.map-active) #yandex-map {
    pointer-events: none; }

  .yandex-map__container.map-active #yandex-map {
    pointer-events: auto; } }

.map-toggle__button, .map-overlay {
  animation: fadeIn 0.3s ease-out; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px); }

  to {
    opacity: 1;
    transform: translateY(0); } }

.map-toggle__button:focus {
  outline: 2px solid rgba(49, 113, 247, 0.5);
  outline-offset: 2px; }

.map-overlay:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: -2px; }

.contact-page__map-container[data-map-state="disabled"] .yandex-map__container {
  filter: grayscale(0.3);
  transition: filter 0.3s ease; }
  .contact-page__map-container[data-map-state="enabled"] .yandex-map__container {
    filter: none;
    transition: filter 0.3s ease; }

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center; }

.video-modal.active {
  display: flex; }

.video-modal__content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  background: #000;
  border-radius: 8px;
  overflow: hidden; }

.video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 10001;
  line-height: 1;
  padding: 5px 10px; }

.video-modal__close:hover {
  opacity: 0.7; }

.video-modal__video {
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
  max-height: 600px; }

@media (max-width: 768px) {
  .video-modal__content {
    max-width: 95%;
    max-height: 80%; }

  .video-modal__close {
    top: -35px;
    font-size: 25px; } }

.form-message {
  font-size: 16px;
  line-height: 24px;
  padding: 16px 20px;
  margin: 16px 0;
  border-radius: 12px;
  border: 1px solid;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  animation: slideInDown 0.3s ease-out; }
  .form-message::before {
    content: '';
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px; }
  .form-message--success {
    background: rgba(0, 175, 84, 0.1);
    border-color: #00af54;
    color: #004923; }
  .form-message--success::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2300AF54'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd'/%3E%3C/svg%3E"); }
  .form-message--error {
    background: rgba(232, 68, 31, 0.1);
    border-color: #e8441f;
    color: #a92d11; }
  .form-message--error::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23E8441F'%3E%3Cpath fill-rule='evenodd' d='M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z' clip-rule='evenodd'/%3E%3C/svg%3E"); }
  .form-message--warning {
    background: rgba(255, 193, 7, 0.1);
    border-color: #ffc107;
    color: #876500; }
  .form-message--warning::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23FFC107'%3E%3Cpath fill-rule='evenodd' d='M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z' clip-rule='evenodd'/%3E%3C/svg%3E"); }
  .form-message--info {
    background: rgba(49, 113, 247, 0.1);
    border-color: #3171f7;
    color: #0741bb; }
  .form-message--info::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%233171f7'%3E%3Cpath fill-rule='evenodd' d='M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z' clip-rule='evenodd'/%3E%3C/svg%3E"); }

.form-message__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease; }
  .form-message__close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background: currentColor;
    mask: url(/images/close_icon.svg) no-repeat center/14px; }
  .form-message__close:hover {
    opacity: 1; }

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-10px); }

  to {
    opacity: 1;
    transform: translateY(0); } }

.field-error {
  border-color: #e8441f !important;
  transition: all 0.2s ease !important; }
  .field-error:focus {
    border-color: #e8441f !important; }

.field-notice {
  font-size: 14px;
  line-height: 18px;
  color: #e8441f;
  margin-top: 6px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  animation: fadeInUp 0.3s ease-out; }
  .field-notice:before {
    content: '';
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-top: 2px;
    background: #e8441f;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center/14px; }
  .field-notice:empty:before, .field-notice:has(.success-message):before {
    content: none; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(5px); }

  to {
    opacity: 1;
    transform: translateY(0); } }
