/* SIMPLE FOOTER */

.lg_footer-simple {
	background-color: #666;
	width: 100%;

	.container-inner {
		display: flex;
		justify-content: space-between;
		padding: 24px 0;
		max-width: 1140px;
		margin: 0 auto;

		.grid__item {
			ul {
				padding: 0;
				color: #eee;

				li {
					list-style: none;
					display: inline-block;

					a {
						font-family: "Roboto", sans-serif;
						font-size: 12px;
						font-weight: 500;
						font-stretch: normal;
						font-style: normal;
						line-height: 1.5;
						letter-spacing: normal;
						color: #eee;
						text-decoration: none;

						&:hover {
							color: #eee;
							text-decoration: underline;
						}
					}
				}
			}

			.copyright__text {
				font-family: "Roboto", sans-serif;
				font-size: 12px;
				font-weight: 500;
				font-stretch: normal;
				font-style: normal;
				line-height: 1.5;
				letter-spacing: normal;
				text-align: right;
				color: #eee;
			}
		}
	}
}