﻿.ouges footer {
    color: #fff;
    /* width: 70%; */
    position: relative;
    overflow: visible;
    padding: 80px;
}

.ouges .sidy__content footer .container {
    margin: 0;
    /* margin-right: 10px; */
    width: 75%;
}

.ouges .container:before {
    display: none;
}

.ouges footer .container > div {
    display: flex;
    justify-content: space-evenly;
    margin: 0;
}

.ouges footer .container .logo,
.ouges footer .f-bottom .col-1 {
    width: 30%;
    /* text-align: center; */
}

    .ouges footer .container .logo img {
        max-width: inherit;
        max-height: 60px;
    }

.ouges footer .container .top-right {
    /* width: 50%; */
}

    .ouges footer .container .top-right .f-col {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .ouges footer .container .top-right .f-col > div {
            width: 45%;
            /* font-size: 1.8em; */
            overflow-wrap: break-word;
        }

        .ouges footer .container .top-right .f-col:last-child,
        .ouges footer .f-bottom {
            margin-top: 60px;
        }

.ouges footer .container h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.ouges footer .container p,
.ouges footer .container a {
    margin: 0;
    color: inherit;
}

.ouges footer .f-bottom {
    margin-bottom: 60px;
}

    .ouges footer .f-bottom .col-2 div:first-child {
        display: flex;
        justify-content: space-between;
        border: 1px solid #fff;
        margin-bottom: 60px;
        padding: .5em 1em;
    }

.ouges footer .f-contact span {
    font-size: 1.4em;
}

.ouges footer .f-news a {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.ouges footer .f-news span:last-child {
    font-size: 1.8em;
    margin-right: 10px;
}

.ouges footer .f-bottom .col-1 {
    align-self: flex-end;
}

.ouges footer .container a {
    text-decoration: none;
}

    .ouges footer .container a:hover {
        color: var(--dark-theme-color);
    }

.ouges footer .f-contact a,
.ouges footer .f-follow a:last-child {
    margin-left: 20px;
}

.ouges footer .footer-image {
    position: absolute;
    top: 0;
    right: 75px;
    width: 20%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.ouges .logo .comm-desc p {
    font-size: 1.8em;
}

.ouges .logo .comm-desc {
    /* width: 250px; */
    /* margin-left: 20%; */
    text-align: justify;
    /* margin-top: 20px; */
}

@media screen and (max-width:1024px) {
    .ouges .menu-teleservices .section + ul,
    .ouges .menu-teleservices li > ul {
        flex-direction: column;
        align-items: center;
    }

        .ouges .menu-teleservices .section + ul li,
        .ouges .menu-teleservices li > ul li {
            width: 80%;
        }

    .ouges footer .container .top-right .f-col {
        flex-direction: column;
    }

        .ouges footer .container .top-right .f-col:last-child {
            margin-top: 0;
        }

        .ouges footer .container .top-right .f-col > div {
            margin-bottom: 30px;
            width: 100%;
        }
}

@media screen and (max-width: 1378px) {
    .ouges footer, .ouges footer .container .top-right {
        width: 100%;
        text-align: left;
        padding: 25px;
    }

        .ouges footer .container .top-right {
            padding: 0;
            margin-top: 30px;
        }

    .ouges .sidy__content footer .container {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    .ouges footer .container > div {
        display: block;
    }

    .ouges footer .container .logo {
        /* margin-bottom: 30px; */
        width: 100%;
    }

    .ouges footer .container .logo,
    .ouges footer .f-bottom .col-1 {
        text-align: left;
        margin: 0;
    }

    .ouges footer .container .f-bottom {
        /* margin-top: 50px; */
        /* margin-bottom: 50px; */
        /* display: flex; */
        /* flex-direction: column; */
    }

    .ouges footer .f-news {
        width: 80%;
    }

    .ouges footer .f-bottom .col-2 {
        order: 1;
    }

    .ouges footer .f-bottom .col-1 {
        order: 2;
        align-self: flex-start;
        margin-top: 10px;
    }

    .ouges footer .f-bottom,
    .ouges .top {
        /* width: 60%; */
        margin: 0 auto;
    }

    .ouges footer .footer-image {
        display: none;
    }
}
