.locations-main .inner-header{
    background-image: url(../../images/locations/lp/header-locations.jpg);
    height: 550px;
}
.inner-header .container{
    width: 740px;
}
.inner-header h1{
    line-height: 1;
    margin-bottom: 0.333em;
}
.inner-header p{
    font-size: 1.2em;
}
.inner-header .button{
    width: 260px;
}
.locations-main main h2{
    font-size: 3em;
    line-height: 1;
}
.locations-main main h4{
    font-size: 1.4em;
    line-height: 1.107142857142857;
}
.locations-how h2{
    margin-bottom: 40px;
}
.lh-item{
    width: 1114px;
    max-width: 100%;
    margin: 0 auto 54px;
}
.lh-item-image{
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% + 12px);
}
.lh-item-text{
    flex-grow: 1;
    flex-shrink: 1;
}
.lh-item:not(.reversed) .lh-item-text{
    padding-left: 28px;
    padding-right: 58px;
}
.lh-item.reversed .lh-item-text{
    padding-right: 28px;
    padding-left: 100px;
}
.lh-item.reversed .lh-item-text{
    order: 1;
}
.lh-item.reversed .lh-item-image img{
    margin-right: 0;
    margin-left: auto;
}
.locations-cta{
    padding: 104px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/locations/lp/locations-cta.jpg);
}
.locations-cta p{
    color: #fff;
    line-height: 1.166666666666667;
    font-size: 2.4em;
    width: 870px;
    max-width: 100%;
    margin: 0 auto;
}
.locations-list{
    padding-top: 69px;
}
.ll-top,
.ll-items{
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
.ll-top{
    width: 530px;
    margin-bottom: 12px;
}
.ll-top h2{
    margin-bottom: 20px;
}
.ll-item{
    margin: 20px 14px;
    width: 224px;
    height: 164px;
    border: 1px solid #efefef;
    border-radius: 12px;
    line-height: 1.222;
    font-size: 0.9em;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    transition: all .3s;
}
.ll-item:hover{
    box-shadow: 0 -5px 65px 0 rgb(0 0 0 / 11%);
    transform: translateY(-10px);
}

.locations-main main .final-cta h2{
    font-size: 1.9em;
    font-weight: 600;
    margin-bottom: 40px;
}
.locations-licenses {
    margin-top: 40px;
}
.locations-licenses h4{
    margin-bottom: 15px;
}
.loli-item {
    margin: 10px 20px;
}
.loli-item-title {
    font-size: .8em;
}
.loli-item-number {
    font-size: 0.6em;
    line-height: 1.4;
}
.final-cta h2 span{
    font-weight: normal;
    font-size: 0.631578947368421em;
    margin-top: 23px;
}
.final-cta .button{
    font-size: 1em;
    width: 200px;
    height: 71px;
}
@media screen and (max-width: 767px){
    .lh-item{
        flex-direction: column;
        text-align: center;
    }
    .lh-item:not(.reversed) .lh-item-text,
    .lh-item.reversed .lh-item-text{
        padding: 0;
        order: 0;
        margin-bottom: 15px;
    }
    .lh-item .lh-item-image img,
    .lh-item.reversed .lh-item-image img{
        margin: 0 auto;
    }
}
@media screen and (max-width: 567px){
    .locations-main .inner-header{
        height: 400px;
    }
    .locations-main main{
        font-size: 14px;
        line-height: 1.4;
    }
    .locations-main main h2{
        font-size: 2.7em;
    }
    .locations-cta{
        padding: 54px 0;
    }
    .locations-cta p{
        font-size: 2em;
    }
    .ll-item{
        width: 150px;
        height: 150px;
        margin: 10px;
        font-size: .95em;
    }
    .loli-item {
        margin: 10px;
    }
    .final-cta .button{
        width: 260px;
        height: 40px;
    }
}