
.wrap-location {
    display: flex;
    margin: 0 -4px;
}

.location-preview {
    margin: 0 4px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    padding: 24px;
    flex: 1;
}

.location-preview:nth-child(odd) {
    background: #E6ECFF;
}

.location-preview:nth-child(even) {
    background: #F5F4FF;
}

.location-preview__icon {
    position: relative;
    margin-bottom: 24px;
    box-shadow: 0 2px 3px rgba(31, 47, 81, .17);
    border-radius: 16px;
    border: 1px solid #CDCFD7;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.location-preview__icon:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 12px;
    border: 1px solid #DFE1E5;
}

.location-preview__icon img {
    width: 32px;
}

.location-preview .h5 {
    margin: 0;
}


.nav-tabs-locations {

}

.location-info {
    min-height: 520px;
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    border: 1px solid #DFE1E5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location-info .h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -0.04em;
    color: #121318;
}

.location-contact {
    margin-top: 24px;
}

.location-contact__item {
    display: flex;
    align-items: center;
    color: #444855;
    text-decoration: none;
    margin-bottom: 12px;
}

.location-contact__item img {
    width: 16px;
    margin-right: 12px;
}

a.location-contact__item:hover {
    text-decoration: none;
    color: #1450FF;
}

.location-map {
    border-radius: 24px;
    background: #C6D4FD;
    padding: 24px;
    height: 520px;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.location-map a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.location-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcome-location {
    margin-bottom: 40px;
    width: 388px;
}

.welcome-location h1 {
    margin-bottom: 24px;
}

.welcome-location .text-l {
    margin-bottom: 72px;
}

.welcome-img__location {
    margin-top: auto;
    width: 729px;
    max-width: calc(100% - 388px);
}


@media (max-width: 1199px) {

    .wrap-location {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        justify-content: left;
    }

    .location-preview {
        flex: 0 0 auto;
        min-width: 222px;
    }

    .location-info {
        min-height: auto;
        padding: 32px;
    }

    .location-info .h5 {
        font-size: 28px;
        line-height: 30px;
    }

    .location-map {
        height: 440px;
    }

}

@media (max-width: 767px) {
    .nav-tabs-locations .container {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        justify-content: left;
    }

    .location-preview {
        min-width: 144px;
    }

    .location-preview__icon {
        width: 64px;
        height: 64px;
    }

    .location-preview__icon img {
        width: 24px;
    }

    .location-map {
        height: 312px;
        padding: 12px;
    }

    .welcome-location h1 {
        margin-bottom: 16px;
    }

    .welcome-location .text-l {
        margin-bottom: 32px;
    }

    .welcome-location .btn {
        width: 100%;
    }

    .welcome-img__location {
        width: 100%;
        max-width: 100%;
    }

}
