.point-map-v2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.point-map__inner {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 53%;
}

.point-item-v2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 42.5%;
}

.point-item-v2__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    color: #013C28;
    margin-bottom: 30px;
    max-width: 400px;
}

.point-item-v2__img-wrap {
    margin-bottom: 30px;
    border-radius: 22px;
    overflow: hidden;
    max-width: 400px;
}

.point-item-v2__img-wrap img {
    width: 100%;
    object-fit: cover;
}

.point-item-v2__contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -20px;
}

.point-item-v2__data {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.point-item-v2__data:nth-child(even) {
    padding-left: 40px;
}

.point-item-v2__data svg {
    min-width: 24px;
}

.point-item-v2__data .point-item-v2__data-title {
    padding-left: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    color: #013C28;
}

.point-item-v2__data .point-item-v2__data-text {
    font-weight: 400;
}


.ymaps-2-1-79-gototech{
    display: none!important;

}
.point-map__content{
    display: none;
}

@media screen and (max-width: 768px) {
    .app .section {
        padding-bottom: 10px !important;
    }

    .point-map__inner {
        height: 510px;
    }

    .point-item-v2,
    .point-map__inner {
        flex-basis: 100%;
    }

    .point-item-v2 {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .point-item-v2__title {
        max-width: unset;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 100%;
    }

    .point-item-v2__contact,
    .point-item-v2__img-wrap {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 48%;
    }

    .point-item-v2__data {
        padding-left: 0 !important;
        flex-basis: 100%;
    }
}
@media screen and (max-width: 700px), (max-width: 850px) and (max-height: 500px) {
    .point-map__inner {
        height: 400px;
    }

    .point-item-v2__contact,
    .point-item-v2__img-wrap {
        flex-basis: 100%;
    }
}

