.news-slider__cards-scroll {
    overflow-x: unset;
}

.checkbox input {
    display: block;
    position: absolute;
    opacity: 0;
}

.news-card__img {
    transition: all 0.2s;
}

.news-slider__cards-scroll {
    overflow: hidden;
}

.news-slider__cards-scroll {
    overflow: hidden;
}

.about-sport__block-1-row:last-child p {
    direction: ltr;
}

.about-sport__block-more {
    display: none;
}


.team-tile__text span {
    max-width: 100%
}

.team-member__card-text {
    flex-direction: column;
    gap: 24px;
}

.new-team {
    margin-top: 64px;
}

.new-team .team-members__grid {
    padding: 0 70px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px 24px;
}

.new-team .team-members__grid::after,
.new-team .team-members__grid::before {
    content: none;
}

.new-team .team-member-card__main {
    transition: all .4s ease-out;
}

.new-team~.member-form {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 24px;
    margin-top: 64px;
}

.new-team .team-members__grid-item {
    margin: 0;
}

.new-team-slider {
    min-width: 1px;
}

.new-team__row {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 24px;
    min-width: 1px;
}

.new-team-slider {
    position: relative;
}

.new-team-slider__prev,
.new-team-slider__next {
    position: absolute;
    top: 50%;
    left: 0;

    width: 40px;
    height: 80px;

    z-index: 2;

    background: none;
    outline: none;
    border: none;
    cursor: pointer;

    transform: translateY(-50%);
}

.new-team-slider__prev svg,
.new-team-slider__next svg {
    width: 100%;
    height: 100%;
    fill: #FFF;
}

.new-team-slider__next {
    right: 0;
    left: auto;
}

.new-team .team-members__title {
    display: block;
}

.h3,
button,
h1 {
    font-weight: 600;
}

.main-animation__arrow {
    cursor: pointer;
    display: none;
}

.our-brands-slider__logo img {
    max-width: 400px;
}

.our-brands-slider__slide {
    max-height: 90vh;
}

.our-brands__row {
    grid-template-columns: 260px 950px;
}

.our-brands-slider__img {
    max-height: 55%;
}

.our-brands-slider__img img {
    object-fit: contain;
}

.our-brands-slider__text {
    padding: 20px 0;
    font-size: 22px;
    line-height: 1.1;
}

.our-brands__nav {
    gap: 0;
    justify-content: space-between;
}

.our-brands-slider__logo {
    height: auto;
}

.our-brands-slider__logo img {
    height: auto;
    max-height: 10vh;
    object-fit: contain;
}

.events-calendar__day.has-event {
    background: rgba(210, 132, 132, 0.68);
}

.events-calendar__day.active {
    background: #b70606;
}

.events-calendar__day.today {
    border: 1px solid #b70606;
}

.about-map-cities ol {
    grid-gap: 0 35px;
}

.about-symbol__img-1 {
    object-fit: cover;
    aspect-ratio: 10 / 12;
}

#scroll-icon {
    z-index: 10;
    position: fixed;
    right: 10px;
    bottom: 0px;
    cursor: pointer;
}

#scroll-icon img {
    width: auto;
    height: 150px;
}

@media screen and (max-width: 1600px) {
    .footer__bottom-socials {
        margin-right: 150px;
    }
}

@media (max-width: 1400px) {
    .our-brands-slider__text {
        font-size: 18px;
    }

    .news-slider__prev {
        margin-right: 0;
        transform: translateX(100%);
    }

    .news-slider__next {
        margin-left: 0;
        transform: translateX(-100%);
    }

    .our-brands__row {
        padding: 0;

        grid-template-columns: 260px 1fr;
    }

    .our-brands__row>div {
        min-width: 1px;
    }

    .our-brands-slider__slide {
        max-height: none;
    }

    .creator {
        gap: 20px;
    }

    .text-1 {
        font-size: 20px;
    }

    .text-2 .news-card.active .news-card__text {
        font-size: 18px;
    }

    .news-card.active .news-card__title {
        font-size: 36px;
    }

    .about-symbol__title {
        font-size: 40px;
    }
}

@media (max-width: 1200px) {
    .new-team .team-members__title {
        text-align: center;
    }

    .new-team .new-team__row {
        grid-template-columns: 1fr;
    }

    .new-team .team-members__grid {
        max-width: 900px;
        margin: 0 auto;
    }

    .new-team .team-members__title {
        padding: 0;
    }

    .new-team .team-members__grid {
        padding: 0;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .new-team-slider__prev,
    .new-team-slider__next {
        /* display: none; */
        width: 20px;
        height: 40px;
        padding: 0;
    }

    .new-team .team-members__grid-item {
        grid-column: span 1;
    }

    .new-team .team-member-card__main {
        height: auto;
        aspect-ratio: 1;
    }

    .new-team .team-member-card__text {
        font-size: 14px;
    }

    .new-team .team-member-card__main {
        transition: none;
    }

    .new-team~.member-form {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 16px;
    }

    .main-animation__arrow {
        bottom: 150px;
    }

    .our-brands-slider__logo img {
        max-width: 250px;
    }

    .section-1__logo-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        row-gap: 8px;
    }

    .section-1__logo {
        margin: 0 !important;
    }

    .section-1__logo-row::after,
    .section-1__logo-row::before {
        content: none;
    }

    .our-brands-slider__text {
        font-size: 14px;
        margin: 0;
    }

    .our-brands-slider__logo {
        margin: 0;
    }

    .our-brands-slider__slide {
        justify-content: space-between;
    }

    .events__row {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-symbol__row {
        grid-template-columns: 1fr;
    }

    .about-symbol__img-1 {
        max-height: 50vh;
        object-fit: contain;
    }

    .our-brands__nav {
        display: flex;
        gap: 10px;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 15px;
        margin-bottom: 40px;
    }

    .our-brands__nav-btn {
        max-width: 40%;
        min-width: 40%;
        font-size: 20px;
    }

    .our-brands-slider__slide {
        max-height: unset;
    }

    #scroll-icon img {
        height: 100px;
    }

    .footer__bottom-socials {
        margin-right: unset;
    }

    .header__action-btn,
    .section-header__action-btn {
        display: none;
    }

    .text-1 {
        font-size: 18px;
    }

    .about-symbol__title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .events__images {
        overflow: hidden;
        margin: 0;
        margin-top: 16px;
        display: flex;
        gap: 12px;
    }

    .events__images::before,
    .events__images::after {
        content: none;
    }

    .events__images .events__img {
        flex: 1;
        aspect-ratio: 305/230;
        margin: 0;
        width: auto;
        height: auto;
    }

    .events__img:nth-child(n + 3) {
        display: none;
    }

    .about-sport__block-more {
        display: block;
        margin-bottom: 16px;

        color: #125385;
        font-size: 18px;
        cursor: pointer;

        width: fit-content;
    }

    .about-sport__block-2 {
        transition: all 0.2s;
        overflow: hidden;
        max-height: 0;
    }

    .about-sport__block-2.js-active {
        max-height: 1000px;
    }

    .about-sport__block-more-hide {
        display: none;
    }

    .about-sport__block-more.js-active .about-sport__block-more-show {
        display: none;
    }

    .about-sport__block-more.js-active .about-sport__block-more-hide {
        display: inline;
    }
}



@media (max-width: 450px) {

    .news-slider__next,
    .news-slider__prev {
        top: 115px;
    }

    .about-map-cities ol {
        padding: 0 0 0 60px;
    }

    .news-slider__next,
    .news-slider__prev {
        top: 40%
    }
}


@media screen and (min-width: 1199px) {
    .about-map__card-text.text-1 {
        padding-right: 20px;
    }

    .about-map__cards-row {
        display: flex;
    }

    .about-map__card {
        width: 300px;
        min-width: 300px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .container {
        padding-inline: 50px;
    }

    .section-1__logo-row {
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 10px;
        justify-content: center;
    }

    .section-1__logo-row::after,
    .section-1__logo-row::before {
        content: none;
        margin: 0;
    }

    .section-1__logo-row .section-1__logo {
        margin: 0;
    }

    .btn {
        height: 55px;
        padding: 0 36px;
        font-size: 20px;
    }

    .team-member-card__main {
        height: auto;
        height: 200px;
    }

    .about-years__card {
        width: 300px;
    }

    .about-years__card-img {
        max-height: 40vh;
    }

    .about-years__card.active {
        width: 700px;
    }

    .about-symbol__img-1 {
        width: 100%;
    }

    .section-header__title img {
        width: 140px;
    }

    .our-brands-slider__slide {
        max-height: 90vh;
        justify-content: flex-start;
        align-items: center;
    }

    .our-brands-slider__img {
        flex: 1;
        width: auto;
        height: auto;
        max-height: none;

        max-height: 45%;
    }

    .our-brands-slider__img img {
        width: auto;
        height: 100%;
        object-fit: contain;
    }

    .event-info__title {
        line-height: 1.1;
        font-size: 36px;
    }

    .news-card.active .news-card__img {
        height: 350px;
    }

    .news-card.active {
        width: 550px;
    }

    .news-card__img {
        height: 200px;
    }

    .footer__contacts {
        min-height: auto;
        padding-top: 0;
    }
}

.center-text {
    top: 50%;
    transform: translateY(-50%);
}

.pseudo-team-tile__inner {
    position: relative;
    padding-top: 86%;
}

.place {
    position: relative;
    overflow: hidden;
    padding-bottom: 128px;
}

.place__container {
    position: relative;
    z-index: 1;
}

.place__bg {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 130%;
    background: url("../img/place/bg.png") center no-repeat;
    background-size: cover;
    opacity: .2;
}

.place__info-mobile {
    display: none;
}

.place .section-header__title {
    font-size: 39px;
}

.place-slider__img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    cursor: pointer;
}

.place-slider__slide {
    aspect-ratio: 274/205;
}

.place-slider {
    position: relative;
    padding: 0 64px;

    margin-bottom: 64px;
}

.place-slider__next,
.place-slider__prev {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 80px;
    padding: 0;
    background: 0 0;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.place-slider__next svg,
.place-slider__prev svg {
    width: 33px;
    height: 53px;
    fill: #fff
}

.place-slider__prev {
    left: 0;
}

.place-slider__next {
    right: 0;
}

.place__info * {
    margin: 0;
}

.place__info {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.place__info-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.place__info-center {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.place__info-two-column {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.place__info-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.place__info-img {
    width: 100%;
    aspect-ratio: 624/363;
    object-fit: cover;
}

.place__info-price {
    font-size: 30px;
}

.place__info-price span {
    white-space: nowrap;
}

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

.place__text-list {
    display: flex;
    flex-direction: column;

    list-style: inside;
    padding-left: 12px;
}

.place-form {
    background-color: #FFF;
    padding: 24px;
    border-radius: 30px;

    max-width: 856px;
    width: 100%;
    margin: 0 auto;
}

.place-form .contact-form-1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.place-form__title {
    font-size: 22px;
    line-height: 120%;
    color: #0C0A0A;
    text-align: center;
}

.place-form .textfield {
    color: #0C0A0A;
    border-color: #0C0A0A;
}

.place-form .textfield::placeholder {
    color: #0C0A0A;
}

.place__info-addres {
    font-size: 38px;
}

.place-form .checkbox i::before {
    border-top: 1px solid #0C0A0A;
    border-left: 1px solid #0C0A0A;
}

.place-form .checkbox:hover:not(.disabled) {
    color: #0C0A0A
}

.place-form .checkbox:hover:not(.disabled) i {
    border-color: #0C0A0A
}

.place-form .checkbox input:checked:not(.disabled)+i {
    border-color: #0C0A0A
}

@media screen and (max-width: 1200px) {
    .place__info {
        gap: 24px;
    }

    .place__info-price {
        font-size: 26px;
    }

    .place__info-two-column {
        grid-template-columns: 1fr;
    }

    .place__info-hide-mobile {
        display: none;
    }

    .place__info-addres {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .place__info-price {
        font-size: 18px;
    }

    .place {
        padding-bottom: 82px;
    }

    .place__info {
        gap: 32px;
    }

    .place .section-header__title {
        font-size: 24px;
    }

    .place-slider {
        margin-bottom: 32px;
        padding: 0 0 48px;
    }

    .place-slider__next,
    .place-slider__prev {
        top: auto;
        bottom: 0;

        width: 20px;
        height: 40px;
    }

    .place-slider__next {
        right: auto;
        left: 50%;
        margin-left: 12px;
    }

    .place-slider__prev {
        left: auto;
        right: 50%;
        margin-right: 12px;
    }

    .place-form__title {
        font-size: 15px;
    }

    .place-form .textfield {
        font-size: 15px;
    }

    .place-form .btn {
        font-size: 15px;
        padding: 0;
        width: 100%;
    }
}

.image-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0c0a0a80;
    z-index: 100;
    opacity: 0;
    visibility: hidden;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: all 0.2s;
}

.image-popup .place-slider__img {
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    background-size: contain;
}

.image-popup__close {
    transform: none;
}

.image-popup__img {
    width: 80%;
    height: 80%;
}

.js-active.image-popup {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 768px) {
    .image-popup__img {
        width: 95%;
    }
}
.form--check {
    opacity: 0;
    position: absolute;
}

.news-card__img,.about-years__card-img{
    position: relative;
}
.news-card__img img,.about-years__card-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
