@import "../_footer";

.c-footer {
    background-color: #000;
    color: #fff;

    .c-footer__wrapper {
        margin: 0 auto;
        max-width: 1440px;

        .c-footer__list-item--links {
            @include max-screen( 1099px ) {
                background-color: #161616;
            }
        }

        .c-footer__list-item {
            @include font('EXCHANGE WEB', 15px, null, 60px);

            height: 60px;

            padding-left: 20px;

            @include min-screen( 1100px ) {
                @include font-size(12px);
            }

            a {
                text-decoration: none;
                color: inherit;
                border-bottom: none;

                @include min-screen( 1100px ) {
                    &:hover {
                        border-bottom: 1px solid #fff;
                    }
                }
            }

        }

        .c-footer__list-item--logo {
            margin-top: -60px;
            margin-right: 20px;

            padding-left: 45px;

            @include min-screen( 1100px ) {
                clear: right;
                margin-top: 0;
            }
        }

        .c-footer__list-break {
            margin: 0 20px;
            height: 1px;
            background-color: #000;

            @include max-screen( 1099px ) {
                &:last-child {
                    display: none;
                }
            }

            @include min-screen( 1100px ) {
                height: 12px;
                width: 1px;
                margin: 0 0 0 20px;
                background-color: rgba(255, 255, 255, 0.4);
            }
        }
    }
}

.c-footer__list--left {}

.c-footer__list--right {}
