.clapham-cleaner .main {
    background-image: url(/images/bg1-filled.png);
    background-size: 108%;
    background-repeat: no-repeat;
    background-position: -7px 44px;
}

.locations-page .header_main {
    background-image: url(/images/areas_cover_bg@2x.jpg);
}

.locations-page .header_form {
    max-width: 665px;
}

.locations-page .header_main p {
    margin: 65px auto 0;
    max-width: 850px;
    color: #323c47;
    font-family: 'Nunito Sans';
    font-size: 16px;
    letter-spacing: -0.05px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
}

.location-map {
    margin-top: -80px;
}

.location-map .container {
    padding: 5px;
    max-width: 945px;
    border: 3px solid #dfd7f5;
    border-radius: 15px;
    height: 585px;
}

.location-map .container div {
    border-radius: 15px;
    height: 100%;
}

.location-places {
    margin: 70px 0 50px;
}

.location-places .container {
    padding: 41px 10px;
    border-top: 1px solid rgba(153, 130, 225, 0.5);
    border-bottom: 1px solid rgba(153, 130, 225, 0.5);
}

.location-places__favorites {
    margin: auto;
    max-width: 770px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.location-places__favorites-item {
    margin: 3px 4px;
    padding: 0 12px;
    display: block;
    border: 1px solid #ccc0f0;
    border-radius: 17.5px;
    font-size: 18px;
    letter-spacing: -0.06px;
    line-height: 33px;
    font-weight: 300;
    color: #323c47;
    font-family: 'Nunito Sans';
    text-decoration: none;
    transition: 0.4s;
}

.location-places__favorites-item:hover {
    border: 1px solid #42337e;
}

.location-places__list {
    margin: 30px auto 0;
    -webkit-columns: 100px 3;
    -moz-columns: 100px 3;
    columns: 100px 3;
}

.location-places__list-item {
    position: relative;
    padding-top: 30px;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.locations-places__letter {
    /* margin-bottom: 15px; */
    top: 0;
    left: 0;
    position: absolute;
    font-size: 18px;
    letter-spacing: -0.06px;
    line-height: 22px;
    font-weight: 800;
    color: #323c47;
    font-family: 'Nunito Sans';
}

.location-places__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.location-places__list li {
    margin-bottom: 15px;
}

.location-places__list a {
    color: #4c606c;
    font-family: 'Nunito Sans';
    font-size: 18px;
    letter-spacing: -0.06px;
    line-height: 22px;
    font-weight: 300;
    text-decoration: none;
    transition: 0.4s;
}

.location-places__list a:hover {
    text-decoration: underline;
}

.header_form {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    padding: 6px;
    padding-bottom: 4px;
    border-radius: 5px;
    position: relative;
    text-align: left;
    font-size: 16px;
    border: 2px solid #9583db;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.13);
}

@media (max-width: 1850px) {
    .location-map {
        margin-top: 5%;
    }
}

@media (max-width: 768px) {
    .location-map {
        margin-top: 50px;
    }
}

@media (max-width: 576px) {
    .location-places__list {
        flex-wrap: wrap;
    }

    .location-places__list-col {
        margin-right: 10px;
    }

    .location-places__favorites {
        justify-content: flex-start;
    }

    .location-places__favorites-item {
        width: calc(50% - 8px);
        text-align: center;
        padding: 5px;
        line-height: 16px;
    }
}

@media (max-width: 500px) {
    .locations-page .header_form input[type='text'] {
        width: 100%;
    }

    .location-places__list {
        -webkit-columns: 100px 2;
        -moz-columns: 100px 2;
        columns: 100px 2;
    }

    .location-map .container {
        height: 430px;
    }

    .locations-places__letter,
    .location-places__favorites-item,
    .location-places__list a {
        font-size: 16px;
    }

    .locations-places__letter,
    .location-places__list li {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .clapham-cleaner .main {
        background-size: 300%;
        background-position: 64% -100px;
        padding-top: 36%;
    }

    .location-map {
        margin-top: 50px;
    }

    .location-places__favorites {
        justify-content: flex-start;
    }

    .location-places__favorites-item {
    }

    .places__content {
        padding: 0
    }

    .places__content ul {
        margin: 0
    }

    .places__item ul li {
        font-size: 16px;
        line-height: 36px
    }
}