.contacts * {
    font-style: normal !important;
}
.faq__dl mark{
        -webkit-text-fill-color: #ffffff;
    }

.gallery__item-image:after {
    content:  none;
}


.swiper-video {
  overflow: visible;
}
 
 
.swiper-video {
  z-index: 100;
}

.swiper-video .swiper-slide {
  opacity: 0;
  transition: opacity 0.4s;
}
.swiper-video .swiper-slide-visible {
  opacity: 1;
}
.hero__timer {
    height: auto;
    display: block;
    top: -10rem;
    text-align: center;
    color: #ED1C24;
    background: rgba(0,0,0,0.5);

    font-size: 3rem;
}
.hero__timer > mark {
    text-align: center;
    display: block;
}
.hero__timer .timer { 
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.hero__timer .timer__item {
    text-align: center;
    margin-right: 2rem;
    padding-right: 2rem;
    color: #fff;
    position: relative;
}
.hero__timer .timer__item:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, #6D4F67 3.51%, #7A335C 35.66%, #B12841 68.85%, #ED1C24 103.08%);
}
.hero__timer .timer__item span {
    font-size: 2rem;
}
.hero__timer .timer__item:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.hero__timer .timer__item:last-child:after {
    display: none;
}
@media (max-width: 768px) {
    .hero__timer {
        top: 0;
        font-size: 2.4rem;
    }
    .hero__timer .timer__item span {
        font-size: 1.6rem;
    }
}
.hero__name {
    width: 35rem;
    margin: 5rem 0;    
    position: relative;
    top: 4rem;

}

@media(min-width: 992px) {
    .hero__name {
        margin: -5rem 0;
        top: -2rem;
        
    }
    .hero__subtitle {
        font-size: 3.8rem;
    }
}
@media (max-width: 991px) {
  .main {
    padding-top: 15rem; } 
    .hero__subtitle {
        font-size: 20px;
    }
}
.gallery__item {
    aspect-ratio: 3/2;
}
.swiper-gallery  {
    overflow: visible;
}
.swiper-gallery .swiper-slide {
    opacity: 0;
    transition: opacity 0.4s;
}
.swiper-gallery .swiper-slide.swiper-slide-visible {
    opacity: 1;
}
@media (min-width: 992px)  {
    .header {
        padding: 5rem 0 0 0;
    }
}
.gallery__item {
    aspect-ratio: 3/2;
    max-width: 100%;
    min-height: auto;
    max-height: calc(100vh - 48rem);
    margin: 0 auto;
}
@media(min-width: 992px) {
    .hero__coming {
        margin-top: 4rem;
    }
}
.header__button-text {
    text-align: center;
    margin-top: 0.5rem;
    text-align: center;
}
@media(max-width: 992px) {
    .header__button-text {
        margin-top: 1.8rem;
    }
}

.hero__date {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0 0 2rem;
}
@media (min-width: 768px) {
    .hero__date {
        position: absolute;
        top: -15vh;
        right: 0;
        margin: 0;
    }
}
.hero__date-item {
    border: 1px solid #f5f8f8;
    padding: .5rem 1rem .8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1rem;
    gap: .3rem;
    height: 100%;
    position: relative;
}
.hero__date-day {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}
.hero__date-month {
    line-height: 1;
    font-size: 1.6rem;
    color: #c9c9c9;
}
.hero__date-item--delete::before, .hero__date-item--delete::after {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    height: 100%;
    width: 2px;
    z-index: 2;
    top: 0;
    left: calc(50% - 1px);
}
.hero__date-item--delete::before {
    transform: rotateZ(35deg);
}
.hero__date-item--delete::after {
    transform: rotateZ(-35deg);
}
.lc-tc-button {
    font: 22px / 41px 'PT Sans', Trebuchet, Helvetica, Arial, sans-serif;
    text-align: center;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.75) 0 1px 1px;
    padding: 0 10px;
}
@media (max-width: 1199px) {
    .lc-tc-button {
        font-size: 15px;
    }
}
.footer__age-limit {
    width: 6.3rem;
    height: 6.3rem;
    background: #000;
    border-radius: 999rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 0 0 3rem;
}
.footer__age-limit span {
    font-size: 60%;
    font-weight: 600;
}
@media (min-width: 768px) {
    .footer__age-limit {
        position: absolute;
        top: 50%;
        left: 0;
        margin: -3.2rem 0 0 0;
    }
}