.map {
    padding-top: 100px;
}

.map__title {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.1em;
    margin-bottom: 25px;
}

.map-body__header {
    margin-bottom: 25px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.map-body__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.map-body__text {
    height: 75px;
    font-weight: 800;
    font-size: 24px;
    line-height: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 45px;
    border-right: 1px solid #000000;
    margin-right: 45px;
}

.map-body__text a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.3s;
    color: #000000;
    white-space: nowrap;
}

.map-body__text a:hover {
    color: #a9d992;
}

.map-body__text a path {
    transition: 0.3s;
}

.map-body__text a:hover path {
    fill: #a9d992;
}

.map-body__text a i {
    margin-right: 19px;
}

.map-body__list {
    margin-right: 43px;
    font-size: 24px;
}

.map-body__list a {
    transition: 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    white-space: nowrap;
}

.map-body__list a:hover {
    color: #a9d992;
}

.map-body__list a path {
    transition: 0.3s;
}

.map-body__list a:hover path {
    fill: #a9d992;
}

.map-body__list a i {
    margin-right: 19px;
}

.map-body__spisok.__select {
    height: 60px;
    flex: 0 0 330px;
}

.map-body__spisok .__select__title {
    background-color: rgba(238, 238, 238, 0.5);
    border: none;
    font-size: 24px;
    padding-left: 31px;
    justify-content: flex-start;
}

.map-body__title {
    background: rgba(238, 238, 238, 0.5);
    border-radius: 15px;
    padding: 0 30px;
    position: relative;
    justify-content: flex-start;
    white-space: nowrap;
}

.map-body__title::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0iIzAwMDAwMCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjczNjQ0IDkuNjc5OTJMMC4zMDUzMTcgMS44OTMyM0MtMC4xMDE3NzIgMS40Mzk5NCAtMC4xMDE3NzIgMC43NDY0OTMgMC4zMDUzMTcgMC4zMTk5MjZDMC43MTI0MDYgLTAuMTA2NjQyIDEuMzc0MTkgLTAuMTA2NjQyIDEuODA2NzggMC4zMTk5MjZMOC40OTk5MiA3LjMzMzMyTDE1LjE5MzEgMC4zMTk5MjZDMTUuNjAwNSAtMC4xMDY2NDEgMTYuMjg1OSAtMC4xMDY2NDEgMTYuNjk0NSAwLjMxOTkyNkMxNy4xMDMxIDAuNzQ2NDk0IDE3LjEwMTkgMS40Mzk5NCAxNi42OTQ1IDEuODkzMjNMOS4yMzc5MSA5LjY3OTkyQzguODMwODIgMTAuMTA2OCA4LjE2OTAzIDEwLjEwNjggNy43MzY0NCA5LjY3OTkyWiIgLz48L3N2Zz4=);
    width: 17px;
    height: 10px;
    line-height: 0;
    position: absolute;
    right: 15px;
    top: 25px;
    transition: all .3s;
    transform-origin: center;
}

.map-body__checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
}

.map-body__checkbox label {
    margin-left: 40px;
}

.__select[data-state=active] .map-body__title::after {
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}


.map-body__content {
    background: rgb(238, 238, 238);
    border-radius: 15px;
}

.map-body__input {
    flex: 0 1 48%;
    height: 60px;
    margin-left: 18px;
    position: relative;
}

.map-body__input .svg-icon {
    position: absolute;
    left: 25px;
    top: 15px;
    font-size: 34px;
}

.map-body__input input {
    background: rgba(238, 238, 238, 0.5);
    border-radius: 15px;
    width: 100%;
    height: 100%;
    font-size: 22px;
    padding: 0 32px 0 85px;
}

.map-body__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.map-body__logo {
    border: 1px solid #000000;
    border-radius: 15px;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px;
    margin-right: 18px;
    cursor: pointer;
}

.map-body__btn {
    margin-left: auto;
}

#cafes-list-map {
    height: 700px;
    overflow: hidden;
}

.map__map {
    display: none;
}

.map__map.active {
    display: block;
}

.map__content {
    margin-top: 100px;
    display: -ms-flexbox;
    display: flex;
}

.map__list {
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.map__subtitle {
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 45px;
}

.map__text {
    font-size: 18px;
    margin-bottom: 30px;
}

.map__text span {
    font-size: 24px;
}

.map__email {
    margin-top: 30px;
    font-size: 24px;
}

.map__email.office {
    margin-top: 0;
}

.map__email-btn {
    width: 100%;
    max-width: 445px;
    min-height: 65px;
    padding: 7px 15px;
    margin-top: auto;
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    font-size: 18px;
}

.map__email-btn a {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.map__email-btn .svg-icon {
    font-size: 48px;
    margin-right: 24px;
}

.map2__title {
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #000000;
}

.map2__title1 {
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
}

.map2__title2 {
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
}

.map2__title3 {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}

.map2__title4 {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}

.map2__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 40px 0;
    font-size: 24px;
    line-height: 25px;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.map2__logo {
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.map2__logo img {
    max-width: 150px;
}

.map2__logo svg {
    max-width: 152px;
}

.map2__address {
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.map2__metro {
    display: flex;
    align-items: center;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}

.map2__metro svg {
    margin-right: 18px;
}

.map2__time {
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}

.geo_cluster {
    font-size: 12px;
    font-family: "Object Sans";
    font-weight: 400;
    padding-top: 21px;
}

@media (max-width: 1500px) {
    
    .map__map .map2__item {
        font-size: 20px;
    }
    
    .map2__logo img {
        max-width: 120px;
    }
    
}

@media (max-width: 1280px) {
    .map-body__spisok.__select {
        flex: 0 0 250px;
    }
    .map-body__logo {
        width: 250px;
    }
}

@media (max-width: 960px) {
    .map {
        padding-top: 90px;
    }
    .map__title {
        font-size: 36px;
    }
    .map-body__text {
        height: 35px;
        font-size: 16px;
        margin-right: 15px;
        padding-right: 15px;
    }
    .map-body__text a i {
        margin-right: 10px;
    }
    .map-body__list {
        font-size: 16px;
        margin-right: 25px;
    }
    .map-body__list a i {
        margin-right: 10px;
    }
    .map-body__spisok.__select {
        width: 154px;
        height: 35px;
        flex: unset;
        font-size: 16px;
    }
    .map-body__spisok .__select__title {
        font-size: 16px;
        border-radius: 10px;
        padding-left: 8px;
    }
    .map-body__title {
        padding: 0 22px 0 8px;
    }
    .map-body__title::after {
        width: 8px;
        height: 5px;
        right: 7px;
        top: 15px;
    }
    .map-body__input {
        height: 35px;
    }
    .map-body__input .svg-icon {
        font-size: 16px;
        left: 15px;
        top: 10px;
    }
    .map-body__input input {
        font-size: 16px;
        padding: 0 15px 0 40px;
    }
    .map-body__logo {
        width: 155px;
        height: 40px;
        border-radius: 10px;
        padding: 0 25px;
        margin-right: 10px;
    }
    .map-body__checkbox {
        max-width: 155px;
        font-size: 16px;
    }
    .map-body__checkbox label {
        margin-left: 0;
    }
    .map__content {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 80px;
    }
    .map__list {
        -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 55px;
        position: relative;
    }
    .map__list:last-child {
        margin-bottom: 0;
    }
    .map__subtitle {
        width: 100%;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .map__text {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .map__text:nth-child(2) {
        width: 280px;
    }

    .map__email {
        width: 100%;
        margin-top: 0;
    }

    .map__email.office {
        margin-top: 0;
    }

    .map__email-btn {
        max-width: 208px;
        min-height: 50px;
        padding: 7px 8px;
        font-size: 14px;
        position: absolute;
        right: 60px;
        top: 40px;
    }
    .map__email-btn .svg-icon {
        font-size: 32px;
        margin-right: 10px;
    }
    .map__text_ots {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .map {
        padding-top: 60px;
    }
    .map__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .map-body__header {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    .map-body__flex {
        width: 100%;
        justify-content: center;
    }
    .map-body__spisok.__select {
        width: 50%;
        margin-bottom: 15px;
    }
    .map-body__title,
    .map-body__input input {
        border-radius: 10px;
    }
    .map-body__input {
        width: 100%;
        flex: unset;
        margin: 0 0 10px;
    }
    .map-body__checkbox {
        max-width: 130px;
    }
    .map-body__footer {
        position: relative;
        justify-content: center;
    }
    .map-body__btn {
        position: absolute;
        top: -110px;
        right: 0;
    }
    .map__content {
        margin-top: 50px;
    }
    .map__list {
        margin-bottom: 40px;
    }
    .map__text {
        margin-bottom: 25px;
    }
    .map__email-btn {
        position: static;
        margin-top: 50px;
    }
    #cafes-list-map {
        height: 300px;
    }
    
    .map__map .map2__title {
        display: none;
    }
    
    .map__map .map2__item {
        flex-direction: column;
        align-items: center;
    }
}
