.location-block {

    background: #FCF8F5;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.location-block {
    padding-top: 73px;
    padding-bottom: 60px;
}

.location-block .locations {
    padding-left: 80px;
}

.locations-title {
    font-family: Univers LT Std;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
}

.items {
    width: 305px;
    row-gap: 10px;
    display: flex;
    flex-direction: column;
    max-height: 726px;
    overflow: scroll;
    margin-bottom: 21px;
    position: relative;
    height: 70vh;
}

.items::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.item {
    width: 100%;
    background: white;
    padding: 20px 20px 14px;
}

.item.active {
    color: #debb9c;
}

.item .marker {
    cursor: pointer;
}

.item-title {
    font-family: Univers LT Std;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 11px;
}

.item-text {
    font-family: Univers-Light-Normal;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.map {
    width: 100%;
    position: relative;
    height: fit-content;
}

.map-body {
    width: 100%;
    overflow: scroll;
}

#world_map {
    min-height: 50vh;
    max-height: 678px;
    width: 100%;
}

.map-wrap {
    bottom: 0;
    height: 10%;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(243, 244, 244, 0) 0%, #FCF8F5 85%);
}

.map .trustpilot {
    top: 4.4rem;
    position: relative;    
}

@media (min-width: 2500px) {
    .location-block {
        padding-top: 60px;
    }
}

 

@media (max-width: 850px) {
    .trustpilot {
        display: none;
    }

    .location-block {        
        flex-direction: column-reverse;
    }

    .items {
        max-height: 650px;
        margin-bottom: 16px;
        width: 100%;
        max-width: 100%;

    }

    .location-block .locations {
        width: 100%;
        padding: 0 20px;
    }

    #world_map {
        width: auto;
    }
}