/*общие стили страницы*/
body .page-tabs__tabs {
    display: flex;
    border-radius: 30px;
    border: 1px solid #DDEAEC;
    background: #FFF;
}

body .page-tabs__tab {
    padding: 10px 12px;
    color: #213D43;
    font-size: 18px;
    font-weight: 600;
    line-height: 125%;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 81px;
    transition: all 0.25s;
}

body .page-tabs__tab:first-child {
    padding-left: 18px;
}

body .page-tabs__tab:last-child {
    padding-right: 18px;
}

body .page-tabs__tab:hover,
body .page-tabs__tab.active {
    background: #F0F5F6;
}

body .page-tabs__tab svg {
    margin-right: 10px;
}

body .page-tabs__select {
    top: -50px;
    z-index: 2;
}

body .page-tabs__filter {
    width: fit-content;
}

@media (max-width: 1024px) {
    body .page-tabs__filter {
        top: -105px;
        width: 100%;
    }

    body .page-tabs__select .choices__inner {
        width: 100%;
    }

    body .page-tabs__select {
        width: 100%;
    }

    body .page-tabs__tabs {
        width: 100%;
    }

    body .page-tabs__tab svg {
        margin-right: 5px;
    }

    body .page-tabs__tab {
        font-size: 14px;
        flex: 0 0 33.333333%;
        justify-content: center;
        box-sizing: border-box;
        padding-left: 9px;
        padding-right: 9px;
    }

    body .page-tabs__tab:first-child {
        padding-left: 9px;
    }

    body .page-tabs__tab:last-child {
        padding-right: 9px;
    }
}

@media (max-width: 576px) {
    body .page-tabs__filter {
        top: -75px;
    }
}

/*общие стили страницы*/

/*Список*/

body .rblock__items {
    margin-top: 30px;
}

body .rblock__item {
    padding-bottom: 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: none;
}

body .rblock__item.active {
    display: flex;
}

body .rblock__item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

body .rblock__img {
    flex: 0 0 365px;
    margin-right: 20px;
    height: 275px;
    width: 366px;
}

body .rblock__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .rblock__body {
    flex: 1 1 auto;
}

body .rblock__c {
    display: flex;
    justify-content: space-between;
}

body .rblock__cc {

}

body .rblock__cc-f {
    color: #909EA1;
    font-size: 14px;
    font-weight: 400;
    line-height: 127%;
}

body .rblock__cc-c {
    color: #213D43;
    font-size: 26px;
    font-weight: 600;
    line-height: 113%;
}

body .rblock__cc-l {

}

body .rblock__logo {
    max-width: 100px;
}

body .rblock__blocks {
    display: flex;
    margin-top: 21px;
    min-height: 70%;
}

body .rblock__block {
    flex: 0 0 calc(50% - 20px);
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.rblock__block:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

body .rblock__text,
body .rblock__text a {
    color: #909EA1;
    font-size: 16px;
    font-weight: 500;
    line-height: 127%;
    text-decoration: none;
    transition: all .3s;
}

body .rblock__text a:hover {
    text-decoration: underline;
}

body .rblock__text span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

body .rblock__phone {
    color: #142C31;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 127%;
    text-decoration: none;
    transition: all .3s;
}

body .rblock__phone:hover {
    text-decoration: underline;
}

body .rblock__in-map {
    color: #82EB00;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 127%;
    text-decoration: none;
    transition: all .3s;
}

body .rblock__in-map:hover {
    color: #142C31;
}

body .rblock__soc {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

body .rblock__soc a {
    transition: all .3s;
    height: 24px;
}

body .rblock__soc a:hover {
    opacity: .7;
}

body .rblock__more-url {
    display: flex;
    align-items: center;
    transition: all .3s;
    color: #213D43;
    font-size: 15px;
    font-weight: 500;
    line-height: 127%;
    text-decoration: none;
    margin-top: 23px;
}

body .rblock__more-url svg {
    margin-left: 9px;
}

a.rblock__more-url:hover {
    opacity: .7;
}

body .rblock__block-cont .rblock__more-url {
    margin-top: 17px;
    margin-bottom: -8px;
}

body .rblock__block-position,
body .rblock__block-map {

}

body .rblock__cblock {
    margin-top: 20px;
}

body .rblock__cblock-caption {
    color: #909EA1;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 127%;
}

body .rblock__cblock-items {
    display: grid;
    grid-template-columns: 130px 130px;
    margin-top: 9px;
}

body .rblock__cblock-item {
    color: #909EA1;
    font-size: 14px;
    font-weight: 400;
    line-height: 127%;
    margin-bottom: 3px;
}

body .rblock__more-button {
    border-radius: 155px;
    background: #82EB00;
    color: #213D43;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 127%;
    transition: all .3s;
    padding: 0 16px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

body .rblock__more-button svg {
    margin: 0 8px 0 0;
}

a.rblock__more-button:hover {
    opacity: .9;
    text-decoration: none;
}

body .rblock__more-url-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 20px;
}

body .rblock__c-mobile {
    display: none;
}

body .show-more {
    margin-top: -31px;
}

@media (max-width: 1024px) {
    .rblock__body .rblock__c {
        display: none;
    }

    body .rblock__img {
        flex: 0 0 210px;
    }

    body .rblock__blocks {
        margin-top: 0;
        min-height: 100%;
    }

    body .rblock__phone {
        font-size: 16px;
    }

    body .rblock__text,
    body .rblock__text a {
        font-size: 13px;
    }

    body .rblock__in-map {
        font-size: 13px;
    }

    body .rblock__more-url {
        font-size: 15px;
    }

    body .rblock__cblock-caption {
        font-size: 15px;
    }

    body .rblock__cblock-items {
        display: flex;
        gap: 3px 20px;
        flex-wrap: wrap;
    }

    body .rblock__cblock-item {
        font-size: 13px;
        flex: 0 0 calc(50% - 10px);
        margin-bottom: 0;
    }

    body .rblock__item {
        flex-wrap: wrap;
    }

    body .rblock__c-mobile {
        display: flex;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    body .rblock__body {
        flex: 0 0 calc(100% - 230px);
    }

    body .rblock__cc-f {
        font-size: 10px;
    }

    body .rblock__cc-c {
        font-size: 20px;
    }

    body .rblock__item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    body .show-more {
        margin-top: -21px;
    }
}

@media (max-width: 768px) {
    body .rblock__item {
        padding-bottom: 30px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    body .show-more {
        margin-top: -31px;
    }

    body .rblock__c-mobile {
        display: none;
    }

    .rblock__body .rblock__c {
        display: flex;
        flex: 0 0 100%;
        margin-bottom: 11px;
    }

    body .rblock__body {
        flex: 0 0 100%;
    }

    body .rblock__img {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 19px;
    }

    body .rblock__blocks {
        min-height: initial;
        flex-wrap: wrap;
    }

    body .rblock__block {
        flex: 0 0 100%;
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }

    body .rblock__block {
        margin-top: 14px;
    }

    body .rblock__block:first-child {
        margin-top: 0;
    }

    body .rblock__more-url {
        margin-top: 14px;
    }
}

@media (max-width: 576px) {

}

/*Список*/

/*карта*/

.map-cluster {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #142C31;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%);
}

.map-marker {
    position: absolute;
    transform: translate(-50%);
}

.map-marker.active svg path {
    fill: #82EB00;
}

.map-marker.active .club-active path {
    fill: #82EB00;
    stroke: #82EB00;
}

.map-marker.active .club-active .club-active-white {
    fill: #fff;
}

.choices__item_choice.hidden {
    display: none !important;
}

body .padel-map {
    margin-top: 30px;
    position: relative;
}

body .padel-map__wrapper {
    position: relative;
    z-index: 1;
    height: 900px;
    margin: 0 -48px;
}

body .padel-map__wrapper.full-width {
    width: 100%;
    height: 100%;
}

body .padel-map__modal {
    position: absolute;
    z-index: 1;
    height: 650px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

body .padel-map__modal * {
    box-sizing: border-box;
}

body .map-modal {
    display: flex;
    height: 100%;
    box-shadow: 0 4px 76px 0 rgba(185, 195, 210, 0.25);
}

body .map-modal__f {
    padding: 27px 0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 76px 0 rgba(185, 195, 210, 0.25);
    overflow-y: auto;
    width: 240px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: 100%;
    display: none;
    flex-direction: column;
}

body .map-modal__f.active {
    display: flex;
}

body .map-modal__l {
    border-radius: 5px;
    background: #FFF;
    position: relative;
    z-index: 1;
    right: 100%;
    overflow-y: auto;
    width: 240px;
    padding: 19px;
    box-shadow: 0 4px 76px 0 rgba(185, 195, 210, 0.25);
    display: none;
}

body .map-modal__l.active {
    display: block;
}

body .map-modal__item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-left: 20px;
    padding-right: 10px;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}

body .map-modal__item.hidden {
    display: none;
}

body .map-modal__item:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: -15px;
    height: calc(100% + 15px);
    width: 5px;
    background: #909EA1;
    opacity: 0;
    transition: all .3s;
}

body .map-modal__item:hover:before,
body .map-modal__item.active:before {
    opacity: 1;
}

body .map-modal__item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

body .map-modal__item-caption {
    margin-bottom: 4px;
    color: #213D43;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 118%;
}

body .map-modal__item-desc {
    color: #909EA1;
    font-size: 12px;
    font-weight: 400;
    line-height: 113%;
}

body .map-modal ::-webkit-scrollbar,
body .map-modal__f::-webkit-scrollbar{
    width: 10px;
    height: 10px;
}

body .map-modal ::-webkit-scrollbar-track,
body .map-modal__f::-webkit-scrollbar-track{
    background-color: transparent;
}

body .map-modal ::-webkit-scrollbar-thumb,
body .map-modal__f::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: #82EB00;
    box-shadow: 0 4px 76px 0 rgba(185, 195, 210, 0.25);
}

body .map-modal__s {

}

body .map-modal__s-logo {
    margin-bottom: 18px;
}

body .map-modal__s-logo-image {
    max-width: 100%;
    width: initial;
}

body .map-modal__s-img {
    margin-bottom: 20px;
}

body .map-modal__s-image {
    max-width: initial;
    width: 100%;
}

body .map-modal__s-position {
    color: #909EA1;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
    margin-bottom: 3px;
}

body .map-modal__s-caption {
    color: #213D43;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
    margin-bottom: 20px;
}

body .map-modal .border-top {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

body .map-modal .rblock__more-url {
    margin-top: 0;
    margin-bottom: 0;
}

body .map-modal .rblock__soc {
    margin: 0;
}

body .map-modal .border-top.rblock__text {

}

body .map-modal .rblock__cblock {
    margin-top: 0;
}

body .map-modal .rblock__cblock-items {
    display: block !important;
}

body .map-modal .rblock__cblock-item {
    margin-bottom: 0 !important;
}

body .map-modal .rblock__cblock-item:nth-child(2n + 2) {
    margin-bottom: 14px !important;
}

body .map-modal .rblock__cblock-item:last-child {
    margin-bottom: 0 !important;
}

body .map-modal .rblock__more-button {
    width: 100%;
}

body .map-modal .rblock__more-url.rblock__more-url-flex {
    font-size: 12px;
}

@media (max-width: 1024px) {
    body .padel-map__wrapper {
        height: 700px;
        margin: 0 -24px;
    }

    body .padel-map__modal {
        height: 620px;
    }
}

@media (max-width: 768px) {
    body .padel-map__wrapper {
        height: 490px;
    }

    body .padel-map__modal {
        left: 0;
        transform: none;
        top: auto;
        bottom: 20px;
        width: 100%;
        height: initial;
    }

    body .map-modal {
        height: initial;
        display: block;
    }

    body .map-modal__f {
        padding: 0 17px 17px 17px;
        width: 100%;
        overflow-y: visible;
        overflow-x: auto;
        height: 130px;
        flex-direction: row;
        top: initial;
        bottom: 0;
    }

    body .map-modal__item {
        margin-bottom: 0;
        border-bottom: 0;
        margin-right: 8px;
        padding-right: 8px;
        border-right: 1px solid rgba(0, 0, 0, .1);
        padding-top: 12px;
        padding-bottom: 20px;
        min-width: 135px;
        padding-left: 0;
    }

    body .map-modal__item:last-child {
        border-right: 0;
        margin-right: 0;
    }

    body .map-modal__item:before {
        left: -8px;
        top: 0;
        height: 5px;
        width: calc(100% + 8px);
    }

    body .map-modal__l {
        width: 200px;
        bottom: 150px;
        height: 280px;
        position: absolute;
        z-index: 2;
        right: 0;
    }
}

@media (max-width: 576px) {
    body .padel-map__wrapper {
        margin: 0 -12px;
    }
}

/*карта*/

#map {
    width: 100%;
    height: 100%;
}

body .map-marker {
    width: 24px;
    height: 40px;
    display: block; /* Убираем лишние отступы вокруг изображения */
    pointer-events: auto; /* Разрешаем клики */
    z-index: 1000; /* Поверх других элементов */
    cursor: pointer; /* Курсор-указатель */
}