.Footer {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: -94rem;
    width: 100%;
    max-width: 1920rem;
    background-color: #000;
    color: #fff;
    border-radius: 94rem 94rem 0 0;
    padding: 60rem;
    padding-bottom: 80rem
}

.Footer_Logo {
    width: 220rem;
    flex-shrink: 0;
    margin-right: auto
}

.Footer_Top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.Footer_TopNav {
    display: flex;
    margin-left: 30rem
}

.Footer_TopNav .btn_c {
    margin-right: 30rem
}

.Footer_TopNav .btn_c:last-child {
    margin-right: 0
}

.Footer_TopCabinet .btn, .Footer_TopUp .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: auto;
    font-size: 16rem;
    line-height: 120%;
    padding: 17rem 28rem;
    border: 1px solid #fff;
    fill: #fff;
    color: #fff;
    transition: color .22s ease-in-out, fill .22s ease-in-out, stroke .22s ease-in-out, background-color .22s ease-in-out, border-color .22s ease-in-out
}

.Footer_TopCabinet .btn i, .Footer_TopUp .btn i {
    width: 24rem;
    height: 24rem;
    margin-right: 10rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.Footer_TopCabinet .btn:focus, .Footer_TopCabinet .btn:hover, .Footer_TopUp .btn:focus, .Footer_TopUp .btn:hover {
    background-color: #fff;
    border-color: #fff;
    fill: #000;
    color: #000
}

.Footer_TopCabinet {
    margin: 0 44rem
}

.Footer_TopUp {
    margin-left: auto
}

.Footer_TopUp .btn {
    justify-content: flex-start;
    fill: rgba(0, 0, 0, 0);
    stroke: #fff;
    padding-left: 34rem;
    padding-right: 40rem
}

.Footer_TopUp .btn i {
    width: 16rem;
    height: 16rem
}

.Footer_TopUp .btn:focus, .Footer_TopUp .btn:hover {
    fill: rgba(0, 0, 0, 0);
    stroke: #000
}

.Footer .Footer_Center_col_1, .Footer .Footer_Bottom_col_1 {
    width: 27.2727272727%
}

.Footer .Footer_Center_col_2, .Footer .Footer_Bottom_col_2 {
    width: 21.9696969697%
}

.Footer .Footer_Center_col_3, .Footer .Footer_Bottom_col_3 {
    width: 35.6060606061%
}

.Footer .Footer_Center_col_4, .Footer .Footer_Bottom_col_4 {
    width: 15.1515151515%
}

.Footer_Center, .Footer_Bottom {
    display: flex
}

.Footer_Center {
    margin-top: 50rem;
    padding-top: 45rem;
    padding-bottom: 50rem;
    margin-bottom: 25rem;
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.Footer_Center_col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.Footer_Center_col_1_tel {
    font-size: 24rem;
    line-height: 120%;
    transition: color .22s ease-in-out
}

.Footer_Center_col_1_tel:focus, .Footer_Center_col_1_tel:hover {
    color: #ef5121
}

.Footer_Center_col_1_descr {
    margin: 20rem 0
}

.Footer_Center_col_1_mail {
    transition: color .22s ease-in-out
}

.Footer_Center_col_1_mail:focus, .Footer_Center_col_1_mail:hover {
    color: #ef5121
}

.Footer_Center_col_2_it {
    font-size: 12rem;
    line-height: 150%
}

.Footer_Center_col_2_it img {
    height: 28rem;
    margin-bottom: 5rem;
    width: auto
}

.Footer_Center_col_2_it span {
    opacity: .5;
    display: block
}

.Footer_Center_col_title {
    font-size: 24rem;
    line-height: 120%;
    margin-bottom: 20rem
}

.Footer_Center_col_ul li {
    margin-top: 15rem
}

.Footer_Center_col_ul a {
    transition: color .22s ease-in-out
}

.Footer_Center_col_ul a:focus, .Footer_Center_col_ul a:hover {
    color: #ef5121
}

.Footer_Center_col_3 .Footer_Center_col_ul {
    display: flex;
    flex-wrap: wrap
}

.Footer_Center_col_3 .Footer_Center_col_ul li {
    width: 43%
}

.Footer_Bottom a, .Footer_Bottom p {
    font-size: 12rem;
    line-height: 120%;
    opacity: .4
}

.Footer_Bottom a {
    transition: opacity .22s ease-in-out
}

.Footer_Bottom a:focus, .Footer_Bottom a:hover {
    opacity: 1
}

.Footer_Bottom_col {
    display: flex;
    align-items: center
}

.footer-logos {
    display: flex;
    flex-direction: column;
    row-gap: 20rem;
}

.footer-logos__item {
    margin-block: 0;
    padding-inline: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:flex-start;
}

.footer-logos__item--rating svg {
    max-width: 100%;
    height: auto;
    width: 107rem;
}

@media (max-width: 1024px) {
    .Footer {
        margin-top: -94rem;
        width: 100%;
        max-width: none;
        border-radius: 60rem 60rem 0 0;
        padding: 60rem 30rem;
        padding-bottom: 80rem
    }

    .Footer_Logo {
        width: 220rem
    }

    .Footer_TopNav {
        margin-left: 30rem
    }

    .Footer_TopNav .btn_c {
        margin-right: 30rem
    }

    .Footer_TopCabinet, .Footer_TopUp {
        display: none
    }

    .Footer_TopCabinet .btn, .Footer_TopUp .btn {
        font-size: 16rem;
        line-height: 120%;
        padding: 17rem 28rem
    }

    .Footer_TopCabinet .btn i, .Footer_TopUp .btn i {
        width: 24rem;
        height: 24rem;
        margin-right: 10rem
    }

    .Footer_TopCabinet {
        margin: 0 44rem
    }

    .Footer_TopUp .btn {
        padding-left: 34rem;
        padding-right: 40rem
    }

    .Footer_TopUp .btn i {
        width: 16rem;
        height: 16rem
    }

    .Footer .Footer_Center_col:nth-child(n) {
        width: 100%;
        margin-top: 80rem
    }

    .Footer .Footer_Center_col:nth-child(1) {
        margin-top: 0
    }

    .Footer .Footer_Bottom_col:nth-child(n) {
        width: 100%;
        margin-top: 20rem
    }

    .Footer .Footer_Bottom_col:nth-child(1) {
        margin-top: 0
    }

    .Footer_Center, .Footer_Bottom {
        display: block
    }

    .Footer_Center {
        margin-top: 50rem;
        padding-top: 45rem;
        padding-bottom: 50rem;
        margin-bottom: 25rem
    }

    .Footer_Center_col_1_mail, .Footer_Center_col_1_tel {
        font-size: 34rem;
        line-height: 120%
    }

    .Footer_Center_col_1_descr {
        font-size: 24rem;
        line-height: 120%;
        margin: 20rem 0
    }

    .Footer_Center_col_2 {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start
    }

    .Footer_Center_col_2_it {
        padding-right: 30rem;
        width: 50%;
        font-size: 22rem;
        line-height: 150%;
        margin-right: 0
    }

    .Footer_Center_col_2_it img {
        height: 50rem;
        margin-bottom: 5rem
    }

    .Footer_Center_col_2_it:nth-child(2) {
        margin-top: 0;
        margin-right: 0
    }

    .Footer_Center_col_title {
        margin-bottom: 20rem
    }

    .Footer_Center_col_title > * {
        font-size: 34rem;
        line-height: 120%
    }

    .Footer_Center_col_ul {
        font-size: 24rem;
        line-height: 120%
    }

    .Footer_Center_col_ul li {
        margin-top: 15rem
    }

    .Footer_Center_col_3 .Footer_Center_col_ul li {
        width: 50%
    }

    .Footer_Bottom a, .Footer_Bottom p {
        font-size: 22rem;
        line-height: 120%
    }

    .footer-logos {
        justify-content: space-between;
        gap: 30rem 28rem;
    }

    .footer-logos__item {
        margin-inline: 0;
        padding-inline: 0;
        width: revert;
    }
}

@media (max-width: 590px) {
    .Footer {
        margin-top: -120rem;
        width: 100%;
        max-width: 100%;
        border-radius: 20rem 20rem 0 0;
        padding: 15rem;
        padding-bottom: 20rem
    }

    .Footer .wrapper {
        width: 100%;
        max-width: 100%
    }

    .Footer_Logo {
        width: 106rem
    }

    .Footer_Center {
        border-color: rgba(255, 255, 255, .5)
    }

    .Footer_Top {
        align-items: center
    }

    .Footer_TopNav {
        margin-left: auto
    }

    .Footer_TopNav .btn_c {
        margin-right: 10rem
    }

    .Footer_TopCabinet, .Footer_TopUp {
        display: none
    }

    .Footer .Footer_Center_col:nth-child(n) {
        margin-top: 30rem
    }

    .Footer .Footer_Center_col:nth-child(1) {
        margin-top: 0
    }

    .Footer .Footer_Bottom_col:nth-child(n) {
        width: 100%;
        margin-top: 10rem
    }

    .Footer .Footer_Bottom_col:nth-child(1) {
        margin-top: 0
    }

    .Footer_Center, .Footer_Bottom {
        display: block
    }

    .Footer_Center {
        margin-top: 15rem;
        padding-top: 15rem;
        padding-bottom: 20rem;
        margin-bottom: 25rem
    }

    .Footer_Center_col_1_tel {
        font-size: 16rem;
        line-height: 120%
    }

    .Footer_Center_col_1_mail {
        font-size: 13rem;
        line-height: 120%
    }

    .Footer_Center_col_1_descr {
        font-size: 13rem;
        line-height: 120%;
        margin: 12rem 0
    }

    .Footer_Center_col_2 {
        justify-content: space-between
    }

    .Footer_Center_col_2_it {
        padding-right: 10rem;
        width: 50%;
        font-size: 10rem;
        line-height: 150%;
        margin-right: 0
    }

    .Footer_Center_col_2_it img {
        height: 25rem;
        margin-bottom: 8rem
    }

    .Footer_Center_col_2_it:nth-child(2) {
        width: 45%;
        margin-top: 0;
        margin-right: 0
    }

    .Footer_Center_col_title {
        margin-bottom: 0
    }

    .Footer_Center_col_title > * {
        font-size: 15rem;
        line-height: 120%
    }

    .Footer_Center_col_ul {
        font-size: 13rem;
        line-height: 120%
    }

    .Footer_Center_col_ul li {
        margin-top: 15rem
    }

    .Footer_Center_col_3 .Footer_Center_col_ul {
        justify-content: space-between
    }

    .Footer_Center_col_3 .Footer_Center_col_ul li {
        width: 45%
    }

    .Footer_Bottom a, .Footer_Bottom p {
        font-size: 12rem;
        line-height: 120%
    }

    .footer-logos {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .footer-logos__item {
        padding-inline: 0;
        width: 100%;
        height: 100%;
        justify-content: flex-start;
    }

    .footer-logos__item--rating {
        order: 1;
        width: 80% !important;
    }
}
