	.footer_wrap {
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			justify-content: space-between;
			padding: 40px 0;
	}
	
	.footer_logo {
			width: 100%;
			max-width: 150px;
	}
	
	.footer_logo a {
			display: block;
			width: 100%;
			height: 100%;
	}
	
	.footer_logo a img {
			width: 100%;
			height: 100%;
			object-fit: contain;
	}
	
	.footer_menu_wrap {
			display: flex;
			flex-direction: row;
			align-items: flex-start;
			justify-content: center;
			gap: 100px;
	}
	
	ul.footer_menu {
			margin: 0;
			padding: 0 !important;!i;!;
			list-style: none;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			gap: 12px;
			justify-content: flex-start;
	}
	
	.footer_wrap * {
			font-family: 'Open Sans';
			color: white;
	}
	
	ul.footer_menu li a {
			color: white !important;!i;!;
	}
	
	.footer_contacts {
			display: flex;
			flex-direction: column;
			align-items: center;
			gap: 25px;
	}
	
	.footer_contacts_items {
			display: flex;
			flex-direction: column;
			align-items: center;
			gap: 0;
	}
	
	.footer_contacts_items a {
			color: #eddd00 !important;
			font-size: 25px;
	}
	
	.footer_adress {
			max-width: 300px;
			text-align: center;
			color: #eddd00 !important;
			font-size: 16px;
			margin-top: 25px;
	}
	
	.footer_contacts .t-sociallinks ul.t-sociallinks__wrapper {
			margin: 0;
			padding: 25px 0 0 !important;!i;!;
			list-style: none;
	}
	
	@media screen and (max-width: 1078px) {
			.footer_wrap {
					gap: 30px;
			}
		.footer_menu_wrap {
					display: flex;
					flex-direction: column;
					align-items: flex-start;
					gap: 12px;
			}
	}
	
	@media screen and (max-width: 700px) {
			.footer_wrap {
					display: flex;
					flex-direction: column;
					align-items: center;
					gap: 50px;
			}
	
			ul.footer_menu {
					list-style: none;
					display: flex;
					flex-direction: column;
					align-items: center;
					gap: 12px;
					justify-content: flex-start;
			}
	}