.footerContainer {
    display: grid;
    position: relative;
}
.seoFooter {
    display: grid;
    font-size: 13px;
    line-height: 18px;
}
.seoFooter__mainGroup {
    display: flex;
    flex-direction: column;
    margin: 0 16px;
}
.footerContainer {
    font-size: 13px;
    line-height: 18px;
    padding-top: 36px;
}
.selfPromo {
    padding: 66px 16px 46px;
}
.seoFooter__categoryTitle, .selfPromo__boxTitle {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.seoFooter__categoryLinks, .selfPromo__boxContent--links {
    display: grid;
    row-gap: 12px;
}
.selfPromo__boxItem {
    align-items: center;
    cursor: pointer;
    display: flex;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 16px;
    margin-right: 8px;
    word-break: break-word;
}
.selfPromo__box--social .selfPromo__boxContent {
    display: grid;
    row-gap: 12px;
}
.selfPromo__box--project .selfPromo__boxContent {
    
    column-count: 2;
}
.selfPromo__boxItem i {
    padding-right: 10px;
}
.selfPromo__box--apps .selfPromo__boxContent {
    margin-bottom: 20px;
}
.footer {
    font-size: 12px;
}
.footer__advert {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    grid-area: advert;
    font-size: 13px;
}
.footer__advertGambling, .footer__advertGambling--container {
    align-items: center;
    display: flex;
}
.footer__advertBackground .advert-bgr-notice {
    display: block;
    margin: 0 4px 8px 0;
}
.footer__copyright {
    display: flex;
    flex-flow: row wrap;
    grid-area: copyright;
}
.footer__block {
    bottom: 0;
    clip-path: polygon(140px 0,100% 0,100% 100%,0 100%);
    height: 150px;
    position: absolute;
    right: 0;
    width: calc(50% - 210px);
}
.footer__mobileScreen {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    right: calc(50% - 480px);
}
.footer__mobileScreen img {
    height: 238px;
    width: 191px;
}
.footer__content {
    align-items: center;
    border-top: 1px solid rgba(153,153,153,.2);
    box-sizing: border-box;
    display: grid;
    padding: 24px 16px;
}
.menuTop__text span {
    border-radius: 4px;
    bottom: 22px;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: 700;
    left: calc(100% - 21px);
    line-height: 12px;
    min-width: 16px;
    padding: 2px;
    place-self: center;
    position: absolute;
    text-align: center;
    transition: opacity .25s;
}

@media (max-width: 1023px) {
    .footer__block, .footer__mobileScreen {
        display: none;;
    }
}

@media (max-width: 991px) {
    .seoFooter__category, .selfPromo__box {
        margin-bottom: 30px;
    }
    .selfPromo {
        padding: 0;
    }
}