﻿.cygnus .connect .connect-footer .create-account a {
    border: solid 1px #047cc4;
    border: solid 1px var(--main-color);
}

.cygnus .connect .connect-footer .connection a {
    background-color: #047cc4;
    background-color: var(--main-color);
    border: solid 1px #047cc4;
    border: solid 1px var(--main-color);
}

/*FOOTER*/
footer {
    background: #15181F;
    background: var(--footer-bg-color);
    color: #fff;
    width: 70%;
    position: relative;
    overflow: visible;
}

.sidy__content footer .container {
    margin: 0;
}

footer .container > div {
    display: flex;
}

footer .container .logo, footer .f-bottom .col-1 {
    width: 30%;
    text-align: center;
}

fenay footer .container .logo img {
    max-width: inherit;
    max-height: 150px;
}

footer .container .top-right {
    width: 50%;
}

    footer .container .top-right .f-col {
        display: flex;
    }

        footer .container .top-right .f-col > div {
            width: 50%;
        }

        footer .container .top-right .f-col:last-child, footer .f-bottom {
            margin-top: 60px;
        }

footer .container h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 5px;
}

footer .container p, footer .container a {
    margin: 0;
    color: inherit;
}

footer .f-bottom {
    margin-bottom: 60px;
}

    footer .f-bottom .col-2 div:first-child {
        display: flex;
        justify-content: space-between;
        border: 1px solid #fff;
        margin-bottom: 60px;
        padding: .5em 1em;
    }

footer .f-contact span {
    font-size: 1.4em;
}

footer .f-news a {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

footer .f-news span:last-child {
    font-size: 1.8em;
    margin-right: 10px;
}

footer .f-bottom .col-1 {
    align-self: flex-end;
}

footer .container a {
    text-decoration: none;
}

    footer .container a:hover {
        color: #D7A920;
        color: var(--second-color);
    }

footer .f-follow a:last-child {
    margin-left: 20px;
}

footer .footer-image {
    position: absolute;
    top: 90px;
    right: -400px;
    width: 31vw;
    height: 30vh;
}

    footer .footer-image img {
        max-width: 100%;
        max-height: 100%;
    }

footer.common-footer .f-bottom a {
    color: var(--main-color);
}


@media screen and (max-width:1024px) {
    .menu-teleservices .section + ul, .menu-teleservices li > ul {
        flex-direction: column;
        align-items: center;
    }

        .menu-teleservices .section + ul li,
        .menu-teleservices li > ul li {
            width: 80%;
        }

    footer .container .top-right .f-col {
        flex-direction: column;
    }

        footer .container .top-right .f-col:last-child {
            margin-top: 0;
        }

        footer .container .top-right .f-col > div {
            margin-bottom: 30px;
        }
}

@media screen and (max-width: 1378px) {
    footer, footer .container .logo, footer .container .top-right {
        width: 100%;
        text-align: left;
    }

        footer .container > div {
            display: block;
        }

        footer .container .logo {
            margin-bottom: 30px;
        }

        footer .container .logo, footer .f-bottom .col-1 {
            text-align: left;
        }

        footer .container .f-bottom {
            margin-top: 50px;
            margin-bottom: 50px;
            display: flex;
            flex-direction: column;
        }

        footer .f-news {
            width: 80%;
        }

        footer .f-bottom .col-2 {
            order: 1;
        }

        footer .f-bottom .col-1 {
            order: 2;
            align-self: flex-start;
            margin-top: 10px;
        }

        footer .f-bottom, .top {
            width: 60%;
            margin: 0 auto;
        }

        footer .footer-image {
            display: none;
        }
}