.local-content {
    display: none;
}

.local-content p,
.cookies-link,
.corporate-link {
    text-shadow: 3px 3px 5px rgb(0 0 0 / 40%);
}

.cover-top:before {
    content:"";
    width: 40%;
    padding-bottom: 6%;
    background: url(../images/claim.svg) no-repeat;
    background-size: 100%;
    right: 15%;
    position: absolute;
    bottom: 10%;
    display: none;
}

.squares {
    background-position: top center !important;
}

.contSect {
    margin-top: 0 !important;
}

@media screen and (max-width:1400px) {
    .cover-top:before {
        width: 35%;
        right: 10%;
        bottom: 8%;
    }
}

@media screen and (max-width:1180px) {
    .squares {
        background-position: top center !important;
    }
}

@media screen and (max-width:1024px) {
    .cover-top:before {
        width: 30%;
        right: 5%;
        bottom: 5%;
    }
}

@media screen and (max-width:1023px) {
    .cover-top:before {
        position: fixed;
        width: 35%;
        right: 4%;
    }

    .squares {
        background-position: center center !important;
    }
}

@media screen and (max-width:767px){
    .modal-header .close {
        background-size: 20px auto;
    }
}

@media screen and (max-width:480px) {
    .cover-top:before {
        width: calc(100% - 80px);
        right: 40px;
        bottom: 213px;
        padding-bottom: 13%;
        position: absolute;
    }

    .local-content p,
    .cookies-link,
    .corporate-link {
        text-shadow: none;
        margin-bottom: 0;
    }

    .squares {
        background-position: center top !important;
    }

    .contSect {
        bottom: 0 !important;
    }
}

@media screen and (max-width:320px) {
    .cover-top:before {
        width: calc(100% - 50px);
        right: 25px;
    }
}