html {
    position: relative;
}

html body footer {
    background-color: #18124C;
    padding: 0;
    min-width: 100%;
    background-image: url("images/footer-figure.svg");
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: 35% -5%;
}

html body footer .white-bg {
    background-color: #fff;
}

html body .table-wrapper {
    border-bottom: 1px solid #ffffff80;
    padding-bottom: 6rem;
    margin-bottom: 6rem;
}

html body table.contacts {
    border-collapse: collapse;

}

html body table.contacts tr td {
    width: 80%;
}

html body table.contacts tr td.title {
    width: 20%;
}

html body table.contacts tr td a {
    color: white;
}

html body table.contacts tr td a:hover {
    text-decoration: underline;
}

html body table.contacts tr th,
html body table.contacts tr td {
    font-size: 2.3rem;
    line-height: 1.56;
    color: white;
    text-align: left;
}

html body footer .blue-bg {
    background-color: #120C4A;
    background-image: url('images/bg_figure.svg');
    background-size: 225%;
    background-position: 241% 324%;
}

html body footer .footer-content-wrapper {
    width: 95%;
    max-width: 1640px;
    margin: 0 auto;
}

html body footer .footer-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: none;
    margin: 0;
    padding: 0;
}

html body footer .footer-block.menus {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12rem 0 7.5rem 0;
    border-bottom: 1px solid #ffffff26;
}

html body footer .footer-block.menus .footer-menu {
    width: 100%;
    max-width: 41.5rem;
}

html body footer .footer-block.menus .footer-menu p {
    font-family: "epilogue_bold", sans-serif;
    font-size: 2.3rem;
    color: #fff;
    margin-bottom: -1.5rem;
}

html body footer .footer-block.menus .footer-menu a {
    font-family: "epilogue_regular", sans-serif;
    font-size: 2.3rem;
    color: #fff;
    line-height: 4.3rem;
}

html body footer .footer-block.menus .footer-menu a:before {
    content: '\A';
    white-space: pre;
}

html body footer .footer-block.menus .footer-menu a:hover, html body footer .footer-block.menus .footer-menu a.hover {
    color: #43B3DC;
}

html body footer .footer-block.disclaimer {
    padding: 4.25rem 0;
}

html body footer .footer-block.disclaimer p {
    line-height: 1.75;
    font-family: "epilogue_regular", sans-serif;
    font-size: 1.6rem;
    color: #fff;
}

html body footer .footer-block.disclaimer p a {
    color: #43B3DC;
}

html body footer .footer-block.disclaimer p a:hover, html body footer .footer-block.disclaimer p a.hover {
    text-decoration: underline;
}

html body footer {
    background-color: #fff;
}

html body footer .footer-content-wrapper {
    padding: 8rem 0 4.5rem 0;
}

html body footer .footer-content-wrapper .footer-text p {
    margin-bottom: 2.5rem;
    line-height: 1.2;
    text-align: justify;
    color: white;
}

html body footer .footer-content-wrapper .footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

html body footer .footer-content-wrapper .social-links a {
    color: #120C4A;
    font-size: 2.5rem;
    cursor: pointer;
    display: inline-block;
    margin-right: 2.5rem;
}

html body footer .footer-block .footer-text:nth-child(2) {
    text-align: right;
}

@media screen and (max-width: 1600px) {
    html body footer .footer-block,
    html body footer .footer-block .footer-menu {
        justify-content: space-around;
    }
}

@media screen and (max-width: 1400px) {
    html body footer .footer-block:first-child p {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 768px) {
    html body footer {
        background-size: 300%;
        background-position: 40% 0;
    }

    html body footer .footer-block .footer-menu a {
        width: 100%;
    }

    html body footer .footer-block .footer-text {
        width: 100%;
        text-align: justify;
        margin-bottom: 1.5rem;
    }

    html body footer .footer-block .footer-text p {
        text-align: center;
    }

    html body footer .footer-content-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    html body footer .footer-content-wrapper .social-links {
        margin-bottom: 2rem;
    }

    html body footer .footer-content-wrapper .social-links a {
        font-size: 4rem;
    }

    html body footer .footer-block.menus .footer-menu {
        width: auto;
        min-width: 20rem;
    }
}

/*# sourceMappingURL=footer.css.map */
