html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.49;
    color: #484848;
    background-color: #FFFFFF;
    color: #FFFFFF;
    overflow-x: hidden;

}

.container {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 32px 0 18px 0;
    align-items: center;
}

.header__booking {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header__logo {
    max-width: 260px;
    max-height: 72px;
}

.header__logo-mobile {
    max-width: 260px;
    max-height: 72px;
}

.header__logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header__title {
    font-weight: 500;
    font-size: 18.12px;
    line-height: 161%;
    letter-spacing: 0.11em;
    color: #0A0A0A;
}

.header__search {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    padding-right: 80px;
}

.search-bar {
    position: relative;
    width: 315px;
    height: 61px;
    background: #FFFFFF;
    border: 2px solid #F3F3F3;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0 32px;
}

.search-bar__input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.17;
    color: #A7A4A4;
    text-transform: capitalize;
    text-align: center;
}

.search-bar__input::placeholder {
    color: #A7A4A4;
}

.search-bar__icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar__icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search-mobile {
    display: none;
}

.header__nav-dots {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nav-dots {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
}

.nav-dots__dot {
    width: 45px;
    height: 4px;
    background: #035191;
    border-radius: 3px;
}

.nav-dots__dot--short {
    width: 36px;
}

.hero-banner {
    position: relative;
    margin-bottom: 100px;
}

.hero-banner__slider {
    position: relative;
    height: 744px;
}

.hero-banner__slide {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 744px;
}

.hero-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    aspect-ratio: 80 / 31;
}

.hero-banner__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 33%;
    color: white;
    background: #02A383BF;
    padding: 154px 72px 0 72px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-banner__title {
    margin-bottom: 45px;
    max-width: 250px;
    font-weight: 500;
    font-size: 57.83px;
    line-height: 114%;
}

.hero-banner__description {
    margin-bottom: 70px;
    max-width: 285px;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
}

.hero-banner__button {
    padding: 13px 31px;
    background: #035191;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20.13px;
    line-height: 118%;
}

.hero-banner__pagination-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 33%;
    z-index: 3;
    pointer-events: none;
}

.hero-banner__pagination-wrapper .swiper-pagination {
    position: absolute;
    left: 72px !important;
    bottom: 60px !important;
    width: auto;
    display: flex;
    gap: 8px;
    pointer-events: all;
}

.swiper-pagination-bullet {
    width: 70px !important;
    border-radius: 2px !important;
    color: #F3F3F3 !important;
    height: 3px !important;
}

.swiper-pagination-bullet-active {
    background: #DAFF0A8C !important;
}

.title-block {
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 123%;
    text-transform: uppercase;
    color: #035191;
}

.section {
    margin: 100px 0;
}

.section--first {
    margin: 100px 0;
}

.gallery {
    color: #484848;
}

.wrapper--gallery {
    display: flex;
    justify-content: space-between;
}

.gallery .card--gallery {
    width: 325px;
    border-right: 1px solid #C9C8C8;
}

.card__wrapper {
    max-width: 270px;
}

.card--gallery img {
    margin-bottom: 28px;
    max-width: 100%;
    max-height: 100%;
    width: 125px;
    height: 114px;
    object-fit: contain;
}

.card__title--gallery,.card__wrapper>div {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 19.94px;
    line-height: 127%;
}

.card__text--gallery,.card__wrapper p {
    font-weight: 400;
    font-size: 16.79px;
    line-height: 127%;
}

.title-block--left {
    text-align: left;
}

.title-block--white {
    color: #fff;
}

.about-us__text {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 80px;
    max-width: 700px;
}

.about-us__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 149%;
    color: #484848;
}

.btn-cta {
    transition: all .5s ease;
}

.btn-cta__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #035191;
}

.btn-cta:hover {
    border-bottom: 1px solid #035191;
}

.btn-cta__arrow {
    width: 41px;
    height: 8px;
    object-fit: contain;
}

.advantages {
    background: #FFFFFF;
}

.card--advantages {
    display: flex;
    gap: 15px;
}

.card__indicator {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    background: #035191;
    border-radius: 2px;
}

.card__title--advantages,.card__content.card__content--advantages h3 {
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 16.58px;
    line-height: 100%;
    color: #000000;

}



.card__text--advantages,.card__content.card__content--advantages p {
    font-weight: 400;
    font-size: 14.73px;
    color: #484848;
    line-height: 120%;
}

.video-demo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 462px;
    background-color: #035191;
    transition: margin 0.25s ease-out;
    overflow: visible;
    margin: 150px 0;
}

.video-demo__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-player {
    position: absolute;
    width: 100vw;
    height: auto;
    aspect-ratio: 16/9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 2;
    will-change: transform, width;
    transition: width 0.15s ease-out, clip-path 0.6s ease-out;
    clip-path: inset(25% round 18px);
}

.fullscreen-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s ease;
    opacity: 1;
    pointer-events: all;
}

.fullscreen-button:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translate(-50%, -50%) scale(1.1);
}

.fullscreen-button::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    margin-left: 5px;
}

.video-player.playing+.fullscreen-button {
    opacity: 1;
    pointer-events: all;
}

.news-events {
    background: #FFFFFF;
}

.wrapper--news-events {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.wrapper--news-events::-webkit-scrollbar {
    display: none;
}

.card--news {
    padding: 0 60px 0 0;
    border-right: 1px solid #A3A3A3;
    max-width: 460px;
}

.card__date--news {
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #035191;
}

.card__title--news {
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 25px;
    line-height: 110%;
    text-transform: uppercase;
    color: #000000;
}

.news-card__cta {
    margin-top: auto;
}

.news-card__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.17;
    color: #035191;
    text-decoration: none;
}

.news-card__arrow {
    width: 82px;
    height: 13px;
    object-fit: contain;
}

.footer {
    margin-top: 100px;
    background: #373E43;
    color: #FFFFFF;
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 72px 30px 60px;
    z-index: 2;
    max-width: 1600px;
    margin: 0 auto;
}

.footer__column {
    display: flex;
    flex-direction: column;
}

.footer__column-title {
    font-weight: 500;
    font-size: 33px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 22px;
}
.footer__nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 694px;
}

.footer__nav-list {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 40px;
    gap: 12px 80px;
    list-style: square;
    margin-bottom: 12px;
}

.footer__nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    text-decoration: none;
}

.footer__nav-link:hover {
    text-decoration: underline;
}

.footer__contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer__contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-left: 20px;
}

.footer__contact-list li {
    list-style: square;
    line-height: 1.35;
}

.footer__contact-item {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.footer__contact-link,
.footer__contact-label {
    color: #fff;
}

.social {
    margin-top: 30px;
}

.social-icons {
    display: flex;
    gap: 27px;
}

.social-icon {
    width: 38px;
    height: 38px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #FFFFFF;
}

.social-icon:hover .social-icon__img {
    filter: invert(1);
}

.social-icon__img {
    width: 19px;
    height: 19px;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.footer__map {
    max-width: 500px;
    width: 100%;
}

.footer__map-iframe {
    max-width: 600px;
    width: 100%;
    height: 312px;
}

.block-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.title-block--gallery {
    flex: 1;
}

.block-header__controls {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 5px;
}

.slide-arrow--right {
    rotate: 180deg;
}

.slide-arrow {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: #F4F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slide-arrow--right svg {
    transform: rotate(180deg);
}

.slide-arrow svg {
    color: #035191;
}

.container--without-border {
    padding: 0 0 0 30px;
}

.news-block__content p,.news-detail{
    font-weight: 400;
    font-size: 21px;
    line-height: 123%;
    color: #616161;
}

.hero-banner__content .hero-banner__button{
  position: absolute;
  bottom:100px;
}

.page-support,.page-impressum,.page-datenschutz,.page-barrierefreiheit{
    padding-top: 40px;
    padding-bottom: 40px;
}

/* mobile */

@media(max-width: 1500px) {
    .wrapper--about-us {
        flex-direction: column;
        gap: 40px;
    }
}

@media(max-width: 1400px) {
    .footer__map {
    max-width: 100%;
    width: 100%;
    }

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


@media(max-width: 1200px) {
    .video-demo {
        background-color: transparent;
        margin: 60px 0 50px 0;
        height: auto;
    }
}

@media(max-width: 1000px) {
    .hero-banner__content .hero-banner__button{
        margin-top: 30px;
  position: static;
}

.mobile-hidden{
   display: none; 
}

.hero-banner__content{
    overflow: hidden;
}
    
    .hero-banner__slider {
        height: auto;
    }

    .hero-banner__slide {
        flex-direction: column;
        height: auto;
        justify-content: flex-start;
        align-items: stretch;
    }

    .hero-banner__image {
        position: relative;
        height: 80vw;
        max-height: 400px;
        object-position: 31% center;
    }

    .hero-banner__content {
        position: relative;
        width: 100%;
        padding: 55px 20px 30px;
        margin-bottom: -2px;
        align-items: center;
        text-align: center;
        background: #035191;
    }

    .hero-banner__title {
        margin-bottom: 15px;
        font-size: 38px;
        line-height: 105%;
        max-width: none;
    }

    .hero-banner__description {
        margin-bottom: 27px;
        font-size: 20px;
        line-height: 107%;
        max-width: none;
    }

    .hero-banner__button {
        padding: 10px 37px;
        color: #000;
        background: #fff;
        font-size: 16.06px;
        line-height: 118%;
    }

    .hero-banner__pagination-wrapper {
        position: relative;
        width: 100%;
        background: #035191;
        padding: 10px 0 30px 0;
    }

    .hero-banner__pagination-wrapper .swiper-pagination {
        position: relative;
        left: auto !important;
        bottom: auto !important;
        justify-content: center;
    }

    .block-image--about-us {
        margin-bottom: 60px;
    }

    .video-player--mobile {
        position: static;
        transform: none;
        clip-path: inset(0);
    }

    .fullscreen-button {
        display: none;
    }
    
}

@media (max-width: 768px) {
    .title-block {
        margin-bottom: 30px;
        font-size: 34px;
        text-align: left;
    }

    .section {
        margin: 60px 0;
    }

    .hero-banner {
        margin-bottom: 60px;
    }

    .footer {
        margin-top: 60px;
    }

    .wrapper--about-us {
        flex-direction: column;
        gap: 40px;
    }

    .card__title--gallery,.card__wrapper>div {
        margin-bottom: 25px;
        font-size: 18.07px;
        line-height: 127%;
    }

    .card__text--gallery,.card__wrapper p {
        font-size: 15.22px;
        line-height: 127%;
    }

    .card__title--news {
        font-size: 22px;
    }

    .card--news {
        padding: 0px 30px 0 0;
        max-width: 360px;
        gap: 20px;
    }

    .footer__wrapper {
        padding: 72px 40px 50px 40px
    }

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

    .video-player {
        padding: 0 30px;
    }

    .about-us__text {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 25px;
    }

    .about-us__text p {
        font-size: 20px;
    }

    .slide-arrow {
        width: 38px;
        height: 38px;
    }

    .slide-arrow svg {
        width: 18px;
        height: 18px;
    }

    .block-image--about-us {
        margin-bottom: 35px;
    }

    .title-block--gallery {
        text-align: left;
    }

    .card__title--advantages {
        font-size: 18px;
    }

    .card__text--advantages {
        font-size: 16px;
    }

    .card__date--news {
        font-size: 12.78px;
    }

    .footer__column-title {
        font-size: 38.48px;
    }

    .header__logo-mobile {
        max-width: 210px;
        max-height: 58px;
    }
}

@media(max-width: 500px) {
    .hero-banner__content {
        padding: 0;
        height: 45vw;
        justify-content: center;
    }

    .hero-banner__title {
        margin-bottom: 15px;
        font-size: 7.6vw;
        line-height: 105%;
        max-width: none;
    }

    .hero-banner__description {
        margin-bottom: 27px;
        font-size: 4vw;
        line-height: 107%;
        max-width: none;
    }

    .hero-banner__button {
        padding: 2vw 7.4vw;
        font-size: 3.2vw;
    }

}

@media(max-width: 400px) {
    .slide-arrow {
        width: 30px;
        height: 30px;
    }

    .title-block {
        font-size: 30px;
    }
}

.section--bg {
    position: relative;
    padding: 100px 0;
    background-color: #035191;
}

.section--bg-outside {
    position: relative;
    padding: 100px 0 0 0;
}

.section--bg-outside::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% - 200px);
    background-color: #035191;
    z-index: -2;
}

.section--bg-outside-up {
    position: relative;
    margin: 100px 0 300px 0;
}

.section--bg-outside-up::after {
    content: '';
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    height: 90%;
    background-color: #035191;
    z-index: -2;
}

.section--bg-outside-small {
    position: relative;
    padding: 100px 0 0 0;
}

.section--bg-outside-small::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 95%;
    background-color: #035191;
    z-index: -2;
}


.text-selection {
    font-weight: 700;
    font-size: 21px;
    line-height: 123%;
    color: #035191;
}

.page-banner {
    position: relative;

}

.page-banner__background {
    height: 235px;
    width: 100%;
}

.page-banner__background-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 52% center;
}

.page-banner__title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 45px;
    line-height: 150%;
    text-transform: uppercase;

}

.page-menu {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #005171;
    width: 100%;
    min-height: 42px;
}

.page-menu__wrapper {
    position: relative;
}

.news-detail {
    margin-bottom: 40px;
}

.news-detail__img {
    max-width: 100%;
}

.page-menu__list {
    display: flex;
    flex-wrap: wrap;
    background: #005171;
    list-style: none;
    cursor: pointer;
}

.page-menu__item {
    display: flex;
    align-items: center;
    padding: 10px 28px 7px;
    transition: all 0.5s ease;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-right: -1px;
    flex: 1 1 auto;
}

/* .page-menu__item::after {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: translateX(-50%);
    margin-left: 50%;
    
} */

.page-menu__item--active {
    background: #FF0000;
}

.page-menu__link {
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    color: #fff;
}

.booking-promo {
    position: relative;
}

.booking-promo::before {
    content: "";
    position: absolute;
    background-image: url(http://active-court.4kit.ru/assets/images/active-court-bg.png);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    height: 150%;
    background-size: cover;
    background-repeat: no-repeat;
}

.title-block--with-line {
    position: relative;
}

.title-block--with-line::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #FF0000;
}

.description {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 60px;
}

.description__text,.description p {
    font-weight: 400;
    font-size: 21px;
    line-height: 123%;
    color: #616161;
}

.description__subtitle {
    margin-bottom: 0;
    font-family: Trebuchet MS;
    font-weight: 700;
    font-size: 21px;
    line-height: 123%;
    color: #070707;
    grid-column: 1;
}

.description__subtitle+.description__text {
    margin-top: -25px;
}

.description--max-width {
    max-width: 612px;
}

.description--white p {
    color: #fff;
}

.description--info-block {
    gap: 0;
}

.wrapper {
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.wrapper--row-reverse {
    flex-direction: row-reverse;
}

.pricing::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 473px;
    height: 455px;
    border-radius: 50%;
    background: #45DEE38C;
    filter: blur(150.2px);
    z-index: -1;
}

.header__logo-mobile {
    display: none;
}

.block-image--shadow {
    box-shadow: 0px 4px 20.8px 0px #0000002B;
}

.block-image--bg {
    position: relative;
}

.block-image--bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 100vw;
    height: 22%;
    background-color: #035191;
    z-index: -2;
    transform: translateX(-50%);
}

.section--without-top {
    margin: 0 0 100px 0;
}

.section--without-bottom {
    margin: 100px 0 0 0;
}


.mobile-menu {
    display: none;
    position: fixed;
    top: 117px;
    right: 0;
    width: 603px;
    height: auto;
    padding: 30px 50px;
    background: #fff;
    z-index: 1001;
}

.mobile-menu.active {
    display: block;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    animation: fadeInRight 0.3s ease-out;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(200px);
    }

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

.mobile-menu__item {
    padding: 20px 0;
    border-top: 1px solid #A3A3A3;
    border-bottom: 1px solid #A3A3A3;
    list-style: none;
    margin-bottom: -1px;
}

.mobile-menu__item:first-child {
    padding: 0 0 20px 0;
    border-top: none;
}

.mobile-menu__item--current-page {
    position: relative;
}

.mobile-menu__item--current-page::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #FF0000;
}

.mobile-menu__link {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #035191;
    transition: all 0.5s ease;
}

.mobile-menu__link:hover {
    color: #FF0000;
    ;
}

.header__nav-dots.active .nav-dots {
    position: relative;
    width: 30px;
    height: 30px;
}

.header__nav-dots.active .nav-dots__dot {
    position: absolute;
    width: 45px;
    height: 4px;
    background: #035191;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.8s ease;
}

.header__nav-dots.active .nav-dots__dot:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.header__nav-dots.active .nav-dots__dot:nth-child(2) {
    opacity: 0;
}

.header__nav-dots.active .nav-dots__dot:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.nav-dots__dot {
    transition: all 0.5s ease;
}

.header__nav-dots.active .nav-dots__dot:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.header__nav-dots.active .nav-dots__dot:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}

.header__nav-dots.active .nav-dots__dot:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.nav-dots__dot {
    transition: all 0.5s ease;
}

.header__nav-dots.active .nav-dots {
    gap: 0;
}

.header__nav-dots.active .nav-dots__dot {
    width: 45px;
    margin: 0;
    position: absolute;
}

.header__nav-dots.active .nav-dots__dot:nth-child(1) {
    transform: rotate(45deg);
}

.header__nav-dots.active .nav-dots__dot:nth-child(2) {
    opacity: 0;
}

.header__nav-dots.active .nav-dots__dot:nth-child(3) {
    transform: rotate(-45deg);
}

.web-app:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 473px;
    height: 455px;
    border-radius: 50%;
    background: #45DEE38C;
    filter: blur(150.2px);
    z-index: -1;
}

.membership-management {
    position: relative;
}

.facility-automation::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 473px;
    height: 455px;
    border-radius: 50%;
    background: #45DEE38C;
    filter: blur(150.2px);
    z-index: -1;
}


.booking-terminal::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 473px;
    height: 455px;
    border-radius: 50%;
    background: #45DEE38C;
    filter: blur(150.2px);
    z-index: -1;
}

.block-image__img {
    width: 100%;
}

.cl-support .page-banner__background-img{
      object-position: right;  
}

@media (max-width: 1400px) {
    .footer__wrapper {
        flex-direction: column;
        gap: 38px;
    }
}

@media (max-width: 1300px) {
    .page-menu__list {
        flex-direction: column;
    }

    .container--page-menu {
        padding: 0;
    }

    .page-menu {
        position: static;
    }

    .page-menu__item {
        border-bottom: 1px solid #fff;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
    }

    .page-menu__item:last-child {
        border-bottom: 1px solid transparent;
    }

    .page-menu__item:last-child {
        border-right: 1px solid transparent;
    }

    .page-menu__item:last-child::after {
        background: transparent;
    }

    .page-menu__item--active {
        background: #FF0000;
        border-bottom: 1px solid #FF0000;
    }

    .page-menu__item::after {
        display: none;
    }

    .page-menu__item {
        margin-right: 0;
    }
}

@media(max-width: 1000px) {
    .search-mobile {
        display: block;
    }

    .search-bar {
        display: none;
    }

    .header__logo {
        display: none;
    }

    .header__logo-mobile {
        display: block;
    }

    .search-bar {
        display: none;
        position: absolute;
        top: 108px;
        left: 0;
        width: 100%;
        padding: 15px;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        transform: translateY(-10px);
        opacity: 0;
        transition: all 0.3s ease;
    }

    .search-bar.active {
        display: flex;
        transform: translateY(0);
        opacity: 1;
    }

    .wrapper {
        flex-direction: column;
        gap: 0;
    }

    .description--max-width {
        max-width: none;
    }

    .section--bg-outside-small::after {
        content: none;
    }

    .section--bg-mobile {
        position: relative;
        padding: 100px 0;
        background-color: #035191;
    }

    .wrapper--reverse-mobile {
        flex-direction: column-reverse;
        gap: 60px;
    }

    .description--pricing {
        margin-bottom: 0;
    }

}

@media(max-width: 768px) {
    .header__search {
        padding-right: 40px;
    }

    .page-banner__title {
        font-size: 45px;
    }

    .booking-promo::before {
        display: none;
    }

    .description {
        margin-bottom: 35px;
    }

    /* .title-block--with-line::before {
        top: -25px;
    } */

    .section--bg-outside,
    .section--bg-outside-small {
        padding: 60px 0 0 0;
    }

    .section--bg,
    .section--bg-mobile {
        padding: 60px 0;
    }

    .wrapper--reverse-mobile {
        gap: 35px;
    }

    .section--without-top {
        margin: 0 0 60px 0;
    }

    .section--without-bottom {
        margin: 60px 0 0 0;
    }

    .page-menu__link {
        font-size: 20px;
    }

    .header__wrapper {
        padding: 23px 0 18px 0;
    }

    .mobile-menu {
        top: 95px;
    }
}

@media (max-width: 600px) {
    .mobile-menu {
        width: auto;
    }

    .pricing::before,
    .web-app::before,
    .facility-automation::before,
    .booking-terminal::before {
        width: 399px;
        height: 200px;
    }

    .page-menu__link {
        font-size: 20px;
    }
}

@media (max-width: 500px) {

    .pricing::before,
    .web-app::before,
    .facility-automation::before,
    .booking-terminal::before {
        width: 300px;
    }

    .mobile-menu {
        top: 79px;
    }

    .header__search {
        padding-right: 30px;
    }

    .search-bar {
        top: 108px;
    }

    .header__nav-dots.active .nav-dots__dot {
        width: 35px;
    }

    .header__nav-dots.active .nav-dots__dot {
        height: 3px;
    }

    .page-banner__title--functions {
        font-size: 36px;
    }

    .header__logo-img {
        width: 70%;
    }
}



@media (max-width: 410px) {
    .header__search {
        flex: initial;
    }

    .search-bar {
        top: 90px;
    }
}

@media (max-width: 400px) {
    .search-mobile {
        width: 90%;
    }

    .page-banner__title--functions {
        font-size: 30px;
    }
}

@media (max-width: 390px) {
    .nav-dots {
        gap: 6.5px;
    }

    .nav-dots__dot {
        width: 40px;
        height: 4px;
    }

    .nav-dots__dot--short {
        width: 30px;
    }


}

@media (max-width: 365px) {
    .search-bar {
        top: 85px;
    }
}

@media (max-width: 350px) {
    .mobile-menu {
        top: 77px;
    }
}

.description__text--info-block {
    margin-bottom: 0;
}

.review-card__photo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 125px;
    height: 150px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2.03px 5.38px 0px #00000040;
}

.review-card__header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.review-card {
    padding: 40px;
    transition: all 0.3s ease-in;
}

.review-card:hover {
    box-shadow: 0px 2px 7px 4px rgba(0, 0, 0, 0.4);
}

.review-card__body {
    position: relative;
    z-index: 1;
}

.review-card:nth-child(4n+1) {
    position: relative;
    background-color: #035191;
    color: white;
}

.review-card:nth-child(4n+2) {
    background-color: #fff;
    color: #616161;
    box-shadow: 0px 3.51px 7.54px 0px #00000030;
}

.review-card:nth-child(4n+3) {
    background-color: #fff;
    color: #616161;
    box-shadow: 0px 3.51px 7.54px 0px #00000030;
}

.review-card:nth-child(4n+4) {
    position: relative;
    background-color: #035191;
    color: white;
}

.review-card:nth-child(4n+1)::before,
.review-card:nth-child(4n+4)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 200px;
    height: 350px;
    border-radius: 50%;
    background: #45DEE38C;
    filter: blur(150.2px);
}

.review-card:nth-child(4n+2):hover,
.review-card:nth-child(4n+3):hover {
    box-shadow: 0px 2px 7px 4px rgba(0, 0, 0, 0.4);
}

.review-card__header {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.review-card__title {
    font-weight: 700;
    font-size: 35px;
    line-height: 141%;
    text-transform: uppercase;
}

.review-card:nth-child(4n+2) .review-card__title,
.review-card:nth-child(4n+3) .review-card__title {
    color: #035191;
}

.review-card__text,.review-card__body p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 21px;
    line-height: 123%;
}

@media(max-width: 1300px) {
    .reviews__content {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .review-card {
        position: relative;
    }

    .review-card:nth-child(odd) {
        background-color: #035191;
        color: white;
    }

    .review-card:nth-child(even) {
        background-color: #fff;
        color: #616161;
        box-shadow: 0px 3.51px 7.54px 0px #00000030;
    }

    .review-card:nth-child(odd) .review-card__title {
        color: #fff;
    }

    .review-card::before {
        display: none;
    }

    .review-card:nth-child(odd)::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 200px;
        height: 350px;
        border-radius: 50%;
        background: #45DEE38C;
        filter: blur(150.2px);
        z-index: 0;
        display: block !important;
    }
}


@media(max-width: 769px) {
    .review-card {
        padding: 50px 30px;
    }

    .reviews {
        margin-bottom: 60px;
    }

    .review-card__text,.review-card__body p {
        font-size: 24px;
    }
}

@media(max-width: 600px) {
    .review-card__header {
        flex-direction: column;
    }

    .review-card__header {
        gap: 50px;
    }

    .review-card__title {
        margin-bottom: 40px;
        font-size: 40px;
    }

    .page-banner__title--review {
        font-size: 44px;
    }

    .container--reviews {
        padding: 0;
    }
}

@media(max-width: 490px) {
    .page-banner__title--review {
        font-size: 40px;
    }
}

@media(max-width: 450px) {
    .review-card__text,.review-card__body p {
        font-size: 20px;
    }

    .review-card__title {
        font-size: 30px;
    }

    .page-banner__title--review {
        font-size: 37px;
    }

    .review-card__header {
        gap: 30px;
    }

    .review-card__title {
        margin-bottom: 20px;
    }

    .review-card__commas img {
        width: 35px;
    }
}

@media(max-width: 420px) {
    .page-banner__title--review {
        font-size: 32px;
    }
}

@media (max-width: 390px) {
    .review-card {
        padding: 40px 25px;
    }

    .review-card__title {
        font-size: 25px;
    }

    .review-card__text,.review-card__body p {
        font-size: 16px;
    }

    .review-card__commas img {
        width: 30px;
    }

    .review-card__header {
        margin-bottom: 30px;
    }
}

@media(max-width: 380px) {
    .page-banner__title--review {
        font-size: 28px;
    }
}

.about-us-info {
    margin-bottom: 40px;
}

.page-menu--about-us {
    position: static;
}

.title-block--info-block-about-us {
    position: relative;

}

.title-block--info-block-about-us::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 5px;
    transform: translateX(-9%);
    width: 50px;
    height: 3px;
    background-color: #FF0000;
}

.photo-gallery {
    margin-bottom: 60px;
}

.photo-gallery__image {
    max-width: 500px;
    max-height: 550px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.photo-gallery__items {
    display: flex;
    gap: 38px;
}

.photo-gallery__item {
    width: 100%;
    height: auto;
}

.btn-cta__link--about-us {
    font-weight: 400;
    font-size: 21px;
    line-height: 123%;
    text-align: left;
}


.slider-gallery {
    height: 500px;
    border-radius: 5px;
}

.slider-gallery .swiper-slide {
    overflow: hidden;
    width: auto;
    height: 100%;
    border-radius: 5px;
}

.swiper-slide-item {
    scale: 1.1;
    will-change: transform;
    transition: transform 0.8s ease-out;
}

.slider-gallery__image {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '' !important;
    display: block;
    width: 29px;
    height: 5px;
    background: #035191;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    border-radius: 3px;
}

.swiper-button-next:after {
    right: 10px;
    transform: rotate(45deg);
    transform-origin: right center;
}

.swiper-button-prev:after {
    left: 10px;
    transform: rotate(-45deg);
    transform-origin: left center;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    content: '';
    display: block;
    width: 29px;
    height: 5px;
    background: #035191;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
}

.swiper-button-next:before {
    right: 10px;
    transform: rotate(-45deg);
    transform-origin: right center;
}

.swiper-button-prev:before {
    left: 10px;
    transform: rotate(45deg);
    transform-origin: left center;
}

.block-header__controls--about-us {
    justify-content: flex-end;
    margin: 0px 0 80px 0;
}

@media(max-width: 1000px) {
    .photo-gallery__items {
        flex-direction: column;
        justify-self: center;
        gap: 19px;
    }
}

@media(max-width: 769px) {
    .slider-gallery__image {
        max-height: 286px;
    }

    .slider-gallery {
        height: 320px;
    }

    .section--bg-outside-up {
        margin: 60px 0 150px 0;
    }

    .section--bg-outside-up::after {
        top: 35%;
    }

    .photo-gallery {
        margin-bottom: 40px;
    }

    .block-header__controls--about-us {
        margin: 40px 0 20px 0;
    }

    .title-block--info-block-about-us {
        font-size: 44px;
    }

    .description--about-us-mobile p {
        font-size: 24px;
    }

    .description__text--about-us-info,
    .btn-cta__link--about-us {
        font-size: 24px;
    }
}

@media(max-width: 500px) {
    .slider-gallery__item {
        width: 377px;
        height: 286px;
    }
}

@media(max-width: 450px) {
    .slider-gallery__image {
        max-height: 230px;
    }

    .slider-gallery {
        height: 260px;
    }
}

@media(max-width: 400px) {

    .description__text--info-block,
    .btn-cta__link--about-us {
        font-size: 22px;
    }
}

@media(max-width: 380px) {
    .slider-gallery__image {
        max-height: 200px;
    }

    .slider-gallery {
        padding-top: 50px;
        height: 220px;
    }
}

.news {
    margin-top: 80px;
}

.news__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.news-block {
    outline: 2px solid #035191;

}

.news-block__header {
    padding: 7px 30px;
    color: #fff;
    background: #035191;
    font-weight: 500;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-block__title {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: center;
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 130%;
}

.news-block__time {
    align-self: flex-end;
    margin: 0;
    line-height: 140%;
    font-size: 16px;
}

.news-block__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px;
}

.news-block__link--download {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 150%;
    color: #035191;
    cursor: pointer;
    text-decoration: underline !important;
}

.news-block__link--more {
    position: relative;
    font-size: 16px;
    color: #035191;
    display: inline-flex;
    align-items: center;
}

.news-block__link--more::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23035191' d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    order: 2;
}

.news-block__link--download img {
    width: auto;
    height: 25px;
}

.news-block__description {
    font-size: 18px;
    color: #070707;
}

.news__description {
    margin-bottom: 30px;
}

.news__description-text {
    font-size: 16px;
    line-height: 140%;
    color: #070707;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 50px auto;
    gap: 10px;
}

.pagination__item {
    font-size: 26px;
    font-weight: 500;
    color: #070707;
}

.pagination__item.active {
    color: #035191;
}

.pagination-arrow {
    display: flex;
    align-items: center;
}

.news-detail__title {
    font-size: 48px;
    font-weight: 500;
    color: #070707;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 50px;
}

.news-detail__time {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
    color: #070707;
}

.news-detail__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
    color: #070707;
}

.news-detail .news-block__link--download {
    margin-bottom: 30px;
}

.news-detail__link-back {
    font-size: 16px;
    color: #035191;
}

.page-search .search-input {
    width: 615px;
    max-width: 90%;
    height: 61px;
    background: #FFFFFF;
    border: 2px solid #F3F3F3;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-right: 0;
    color: #A7A4A4;
}

.page-search .search-form {
    display: flex;
}

.page-search .search-btn {
    height: 61px;
    width: 61px;
    display: flex;
    justify-content: center;
    border: 2px solid #F3F3F3;
    border-left: 0;
}

.search-word {
    font-weight: bold;
}

.universal-list__item-title {
    color: #035191;
}

.universal-list__item-desc,
.universal-list__item {
    color: #616161;
}

.page-search ul.list-unstyled {
    list-style-type: none;
    margin-top: 40px
}

.page-search ul.list-unstyled>li {
    margin-bottom: 20px
}

.header__search .search-input {
    margin-right: 10px;
}

@media(max-width: 769px) {
    .news-detail__title {
        font-size: 30px;
    }

    .news-block__content {
        padding: 20px;
    }
}

.scroll-animation {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}

.scroll-animation.animate {
    opacity: 1;
    transform: translateY(0);
}

.wrapper--advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 100px;
}

@media(max-width: 768px) {
    .wrapper--advantages {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .section--first {
        margin: 80px 0 60px 0;
    }

    .page-menu {
        min-height: 25px;
    }

    .page-banner__background {
        height: 20vh;
    }
}

.slider-gallery .swiper-gallery {
    margin-right: calc((100% - 100vw) / 2);
    padding-right: calc((100vw - 100%) / 2);
}

.pdf-link {
    color: #035191;
}

@media(max-width: 1490px) {
    .block-header__controls--padding {
        padding-right: 30px;
    }
}

.section--margin-zero {
    margin-top: 0;
}

@media (max-width: 769px) {
    .slider-gallery__image {
        max-height: 286px;
    }
}

@media (max-width: 450px) {
    .slider-gallery__image {
        max-height: 230px;
    }
}

@media(max-width: 380px) {
    .slider-gallery__image {
        max-height: 200px;
    }

}

.bvi-open{
    margin-left: 30px;
    cursor: pointer;
}

.description.block-bottom{
    margin-top: 80px;
    margin-bottom: 0;
}