info o-footer1
<footer class="o-footer1">
	<div class="o-footer1__widgets">
		<div class="container">
			<div class="row">
				<div class="o-footer1__logo col-sm-12 col-md-24 col-lg-6">
					<a href="#">
						<img src="https://placehold.it/250x150" alt="Logo Company Ltd." class="o-footer1__logo__icon">
					</a>
				</div>
				<div class="o-footer1__column col-sm-12 col-md-8 col-lg-6">
					<h3 class="o-footer1__title">Menu title</h3>
					<nav>
						<ul class="m-list">
							<li class="m-list__item">
								<a href="#" class="o-footer1__link">Name of the link page</a>
							</li>
							<li class="m-list__item">
								<a href="#" class="o-footer1__link">Name of the link page</a>
							</li>
							<li class="m-list__item">
								<a href="#" class="o-footer1__link">Name of the link page</a>
							</li>
							<li class="m-list__item">
								<a href="#" class="o-footer1__link">Name of the link page</a>
							</li>
						</ul>
					</nav>
				</div>
				<div class="o-footer1__column col-sm-12 col-md-8 col-lg-6">
					<h3 class="o-footer1__title">Menu title</h3>
					<nav>
						<ul class="m-list">
							<li class="m-list__item">
								<a href="#" class="o-footer1__link">Name of the link page</a>
							</li>
							<li class="m-list__item">
								<a href="#" class="o-footer1__link">Name of the link page</a>
							</li>
							<li class="m-list__item">
								<a href="#" class="o-footer1__link">Name of the link page</a>
							</li>
							<li class="m-list__item">
								<a href="#" class="o-footer1__link">Name of the link page</a>
							</li>
						</ul>
					</nav>
				</div>
				<div class="o-footer1__column col-sm-12 col-md-8 col-lg-6">
					<h3 class="o-footer1__title">Menu title</h3>
					<nav>
						<ul class="m-list">
							<li class="m-list__item">
								<a href="#" class="o-footer1__link">Name of the link page</a>
							</li>
							<li class="m-list__item">
								<a href="#" class="o-footer1__link">Name of the link page</a>
							</li>
							<li class="m-list__item">
								<a href="#" class="o-footer1__link">Name of the link page</a>
							</li>
							<li class="m-list__item">
								<a href="#" class="o-footer1__link">Name of the link page</a>
							</li>
						</ul>
					</nav>
				</div>
			</div>
		</div>
	</div>
	<div class="o-footer1__socket">
		<div class="container">
			<div class="row align-items-center">
				<div class="o-footer1__icons col-md-10 col-lg-8">
					<div class="m-social-icons m-social-icons--inline">
						<ul class="m-social-icons__list">
							<li class="m-social-icons__item">
								<a href="#" class="m-social-icons__link" target="_blank"><i class="icon-twitter" aria-hidden="true"></i></a>
								<!-- Skip the closing tag -->
							<li class="m-social-icons__item">
								<a href="#" class="m-social-icons__link" target="_blank"><i class="icon-facebook" aria-hidden="true"></i></a>
								<!-- Skip the closing tag -->
							<li class="m-social-icons__item">
								<a href="#" class="m-social-icons__link" target="_blank"><i class="icon-linkedin-square" aria-hidden="true"></i></a>
								<!-- Skip the closing tag -->
							<li class="m-social-icons__item">
								<a href="#" class="m-social-icons__link" target="_blank"><i class="icon-pinterest-p" aria-hidden="true"></i></a>
								<!-- Skip the closing tag -->
						</ul>
					</div>
				</div>
				<div class="o-footer1__copy col-md-7 col-lg-8"> © <?php echo date('Y'); ?> All rights reserved, Company, Ltd. </div>
				<div class="o-footer1__animato col-md-7 col-lg-8">
					<a href="https://www.animato.cz/" target="_blank">
						<i class="a-animato" aria-hidden="true"></i>
					</a>
				</div>
			</div>
		</div>
	</div>
</footer>
@import "atoms/animato/index";

@import "molecules/list/index";

@import "molecules/social-icons/index";

.o-footer1 {

    background: color('gray-light');
    color: color('gray-dark');
    flex: 0 0 auto;
    text-align: center;

    a {

        @include text-underline(none, underline);
        color: inherit;

    }

    &__widgets {

        padding-bottom: space(2);
        padding-top: space(2);

        @media(min-width: breakpoint-min(md)) {

            padding-bottom: space(3);
            padding-top: space(3);

        }

    }

    &__socket {

        overflow: hidden;
        padding-bottom: space(2);
        padding-top: space(2);

    }

    &__column {

        @media(min-width: breakpoint-min(sm)) {

            text-align: left;

        }

    }

    &__logo {

        @media(min-width: breakpoint-min(sm)) and (max-width: breakpoint-max(sm)), (min-width: breakpoint-min(lg)) {

            text-align: left;

        }

        @media(min-width: breakpoint-min(md)) and (max-width: breakpoint-max(md)) {

            text-align: center;

        }

    }

    &__title {

        @include font-size(normal);
        line-height: line-height(normal);

    }

    &__copy {

        @include font-size(small);

        @media(min-width: breakpoint-min(md)) {

            order: 1;
            text-align: left;

        }

    }

    &__icons {

        @include font-size(large);

        @media(min-width: breakpoint-min(md)) {

            order: 2;

        }

    }

    &__animato {

        @media(min-width: breakpoint-min(md)) {

            order: 3;
            text-align: right;

        }

    }

}

Menu