.content-block-footer * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Suisse Intl', sans-serif;
    text-decoration: none;
}

.content-block-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.content-block-footer img {
    max-width: 100%;
}

.content-block-footer a {
    display: flex;
    text-decoration: none;
}

.content-block-footer a:hover {
    color: #2589FF;
}

.content-block-footer .content-block-container {
    margin: 0 auto;
}

.content-block-footer {
    color: #FFFFFF;
    text-shadow: none;
    background: #FFFFFF;
    font-size: inherit;
    line-height: 20px;
    position: relative;
    z-index: 2;
}

.content-block-footer .content-block-button-subtext {
    font-size: 14px;
}

.content-block-footer {
    padding-top: 32px;
}

.content-block-footer .content-block-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, auto);
    grid-gap: 53px;
    justify-items: start;
    margin-bottom: 28px;
    padding-top: 32px;
}

.content-block-footer .content-block-footer-contacts {
    max-width: 90%;
}

.content-block-footer .content-block-footer-contacts-logo {
    width: 81px;
    height: 18px;
    margin-bottom: 18px;
}

.content-block-footer .content-block-footer-contacts-logo img {
    max-width: 100%;
}

.content-block-footer .content-block-footer-contacts-description {
    line-height: 20px;
    margin-bottom: 32px;
}

.content-block-footer .content-block-footer-contacts-info {
    margin-bottom: 32px;
}

.content-block-footer .content-block-footer-contacts-info-item {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}

.content-block-footer .content-block-footer-contacts-social {
    display: flex;
    flex-direction: row;
    padding-bottom: 32px;
}

.content-block-footer .content-block-footer-contacts-social-item {
    margin-right: 27px;
    width: 48px;
    height: 48px;
}

.content-block-footer .content-block-footer-contacts-social-item:last-child {
    margin-right: 0;
}

.content-block-footer .content-block-footer-contacts-roistat {
    margin-bottom: 32px;
}

.content-block-footer .content-block-footer-contacts-roistat-item {
    width: 198px;
    height: 48px;
    font-size: 14px;
    color: #2589FF;
    border: 1px solid #2589FF;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-block-footer .content-block-footer-contacts-roistat-item svg {
    margin-bottom: -7px;
    height: 24px;
}

.content-block-footer .content-block-footer-contacts-roistat-item:hover {
    background: #489CFF;
    color: #fff;
}
.content-block-footer .content-block-footer-contacts-roistat-item:hover svg path {
    fill: #fff !important;
}

.content-block-footer .content-block-footer-contacts-roistat-item:first-child {
    margin-bottom: 15px;
}

.content-block-footer .content-block-footer-contacts-appstore {
    margin-bottom: 57px;
}

.content-block-footer .content-block-footer-pages-map-container.shortcut {
    max-width: 85%;
}

.content-block-footer .content-block-footer-pages-map-title {
    padding-bottom: 15px;
    pointer-events: none;
}

.content-block-footer .content-block-footer-pages-map-list-item {
    padding-bottom: 12px;
}

.content-block-footer .content-block-footer-pages-map-item:not(:last-child) .content-block-footer-pages-map-list:not(.high) {
    padding-bottom: 28px;
}

.content-block-footer .content-block-footer-pages-map-list.high {
    padding-bottom: 56px;
}

.content-block-footer .content-block-footer-copyrights {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 2px solid #F2F2F2;
    padding: 19px 5px 30px;
}

.content-block-footer .appstore-logo-new {
    max-width: 164px;
}

.content-block-footer .sk-logo-new {
    border-radius: 6px;
    max-width: 67px;
    height: 48px;
}

.content-block-footer .content-block-footer-copyrights-lang {
    position: relative;
}

.content-block-footer .footer-lang-text {
    padding: 4px 8px;
    cursor: pointer;
}

.content-block-footer .footer-lang-text:hover {
    background: rgba(37, 137, 255, 0.05);
    border-radius: 6px;
}

@media screen and (min-width: 1281px) {
    .content-block-footer .content-block-footer-pages-map-title:after {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .mobile1280hide {
        display: none !important;
    }
    .content-block-footer .content-block-footer-pages-map-item:not(:last-child) .content-block-footer-pages-map-list:not(.high) {
        padding-bottom: unset;
    }

    .content-block-footer .content-block-footer-pages-map-item .content-block-footer-pages-map-list-item:last-child {
        padding-bottom: 12px;
    }

    .content-block-footer {
        padding-top: 0;
    }

    .content-block-footer-contacts-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .content-block-footer .content-block-footer-contacts-info {
        margin-bottom: 20px;
        text-align: right;
    }
    .content-block-footer .content-block-footer-contacts-info-item {
        line-height: 20px;
    }

    .content-block-footer .content-block-footer-pages-map-container.shortcut {
        max-width: 100%;
    }

    .content-block-footer .content-block-footer-contacts {
        order: 2;
        padding-top: 40px;
    }

    .content-block-footer .content-block-footer-contacts-roistat-logo,
    .content-block-footer .content-block-footer-contacts-roistat {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .content-block-footer .content-block-footer-contacts-social,
    .content-block-footer .content-block-footer-contacts-roistat {
        margin-bottom: 0;
    }

    .content-block-footer .content-block-footer-contacts-roistat-item {
        width: initial;
        padding: 0 32px;
        height: 48px;
    }

    .content-block-footer .content-block-footer-contacts-logo {
        width: 130px;
        height: 28px;
        margin-bottom: 16px;
    }

    .content-block-footer .content-block-footer-contacts-logo img  {
        min-width: 100%;
    }

    .content-block-footer .content-block-footer-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(auto-fill, 1fr);
        grid-gap: 0;
        margin-bottom: 0;
        padding-top: 0;
    }

    .content-block-footer .content-block-footer-pages-map-title {
        padding-bottom: 0;
        font-size: 16px;
        pointer-events: auto;
    }

    .content-block-footer .content-block-footer-pages-map-list {
        display: none;
        padding-left: 30px;
        padding-top: 34px;
    }

    .content-block-footer .content-block-footer-pages-map-list.high {
        padding-bottom: 0;
    }

    .content-block-footer .content-block-footer-grid-item {
        width: 100%;
        max-width: 100%;
    }

    .content-block-footer .content-block-footer-pages-map-item {
        padding: 28px 0;
        border-bottom: 1px solid #F2F2F2;
    }

    .content-block-footer .content-block-footer-pages-map-list-item {
        padding-bottom: 18px;
    }

    .content-block-footer .content-block-footer-pages-map-list-link {
        font-size: 16px;
    }

    .content-block-footer .content-block-footer-pages-map-title:after {
        position: absolute;
        right: 0;
        font-size: 26px;
        transition: all .2s;
    }

    .content-block-footer .content-block-footer-pages-map-item.active .content-block-footer-pages-map-title:after {
        transform: rotate(180deg);
    }

    .content-block-footer .content-block-footer-contacts-social-item,
    .content-block-footer .content-block-footer-contacts-social-item:last-child,
    .content-block-footer .content-block-footer-contacts-roistat-item:first-child {
        margin-right: 10px;
    }

    .content-block-footer .content-block-footer-contacts-external-logo {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .content-block-footer .content-block-footer-contacts-appstore {
        order: 2;
        margin-bottom: 0;
    }

    .content-block-footer .content-block-footer-contacts-sk {
        margin-bottom: 31px;
    }

    .content-block-footer .content-block-footer-copyrights {
        border: none;
        padding: 17px 0 30px;
    }

    .content-block-footer .sk-logo-new {
        width: 66px;
        height: 48px;
    }

    .content-block-footer .appstore-logo-new {
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .footer .content-block {
        padding: 0 20px;
    }

    .content-block-footer .content-block-footer-pages-map-item {
        padding: 28px 0;
    }

    .content-block-footer .content-block-footer-contacts,
    .content-block-footer .content-block-footer-contacts-roistat-logo,
    .content-block-footer .content-block-footer-contacts-roistat {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        width: 100%;
    }

    .content-block-footer-contacts-container {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .content-block-footer .content-block-footer-contacts-info {
        text-align: left;
    }

    .content-block-footer .content-block-footer-contacts-social-item {
        margin-right: 20px;
    }

    .content-block-footer .content-block-footer-contacts-social-item:last-child {
        margin-right: 0;
    }

    .content-block-footer .content-block-footer-contacts-social {
        padding-bottom: 20px;
    }

    .content-block-footer .content-block-footer-contacts-roistat {
        margin-bottom: 20px;
    }

    .content-block-footer .content-block-footer-contacts-roistat-item {
        margin: 0;
        width: 100%;
    }

    .content-block-footer .content-block-footer-contacts-roistat-item:first-child {
        margin-right: 0;
        margin-bottom: 19px;
    }

    .content-block-footer .content-block-footer-contacts-roistat-item img,
    .content-block-footer .content-block-footer-contacts-sk img,
    .content-block-footer .content-block-footer-contacts-appstore img {
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
    }

    .content-block-footer .content-block-footer-contacts-appstore {
        order: 1;
        width: 178px;
        height: 58px;
        margin-bottom: 21px;
    }

    .content-block-footer .content-block-footer-contacts-external-logo {
        position: absolute;
        top: 0;
        right: 0;
    }

    .content-block-footer .content-block-footer-copyrights {
        flex-direction: column;
        align-items: center;
    }

    .content-block-footer .content-block-footer-copyrights-text {
        padding-bottom: 23px;
    }
}

.content-block-footer .content-block-footer-pages-map-title {
    top: 0;
    left: 0;
    position: absolute;
}
.content-block-footer-pages-map-item{
    position: relative;
}
.content-block-footer-pages-map-header{
    padding-bottom: 16px;
    font-weight: 600;
    color: #474766;
}
.content-block-footer-pages-map-header-link{
    width: fit-content;
    width: -moz-max-content;
    color: #474766;
    position: relative;
    z-index: 2;
    padding-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
}
.content-block-footer a.content-block-footer-pages-map-header-link{
    text-decoration: underline;
}
@media screen and (max-width: 1280px){
    .content-block-footer-pages-map-header{
        padding-bottom: 0;
    }
    .content-block-footer-pages-map-header-link{
        padding-bottom: 0;
    }
    .content-block-footer .content-block-footer-pages-map-title {
        padding-bottom: 0;
        font-size: 16px;
        pointer-events: auto;
        height: 77px;
        width: 100%;
        z-index: 1;
    }
    .content-block-footer .content-block-footer-pages-map-title:after{
        top: 39px;
    }
    .content-block-footer a.content-block-footer-pages-map-header-link{
        text-decoration: none;
    }
}
@media screen and (min-width: 1279px){
    .content-block-footer-pages-map-list{
        display: block!important;
    }
}