.logo {
    padding: 0 15px;
}

.logo__link {
    display: block;
}

.logo__img {
    width: 130px;
}

.logo .logo__mob{
    display: none;
}

.logo__mob {
    font-family: 'Gotham Pro', sans-serif;
}
.logo__mob-short {
    font-family: 'Gotham Pro', sans-serif;
}

.logo--with-mobile .logo__mob{
    display: none;
}
.logo--with-mobile .logo__link{
    display: none;
}
.logo--with-mobile{
    padding: 0;
}
.logo__mob-short{
    display: none;
    font-weight: bold;
    font-size: 24px;
}

@media screen and (max-width: 1399px){
    .logo--with-mobile .logo__mob {
        display: flex;
        font-weight: bold;
        font-size: 24px;
        padding: 5px 0px;
        margin-left: -10px;
    }
    .logo__mob-red {
        color: #E20932;
        padding-right: 10px;
    }
    
}

@media screen and (max-width: 767px){
    .logo--with-mobile .logo__mob-short {
        display: flex;
        font-weight: bold;
        font-size: 24px;
        padding: 5px 0px;
        margin-left: -5px;
    }
    .logo__mob-red{
        padding-right: 0px;
    }
    .logo--with-mobile .logo__mob{
        display: none;
    }
    .logo__mob-short{
        display: flex;
    }
}
