/* Footer */

.footer {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 50px 0;

	margin-top: 100px;
	background: #f5f5f5;
}
.footer_container {
	width: 1160px;

	display: grid;
	grid-template-columns: 3fr 1fr 2fr;

	grid-gap: 128px;
}
.footer_group_1 {
	display: grid;
	grid-template-rows: repeat(2, auto);
	grid-gap: 80px;
}
.footer_group_1_item_1 {
}
.title {
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
	margin-bottom: 25px;
	color: #717171;
}
.footer_group_1_item_1_title {
}
.footer_group_1_item_1_text {
	font-size: 17px;
	line-height: 130%;
}
.footer_group_1_item_2 {
}
.footer_group_1_item_2_title {
}
.btn {
}
.footer_group_1_item_1_btn {
}
.footer_group_2 {
}
.footer_group_2_menu {
}
.footer_group_2_list {
	text-decoration-line: underline;
}
.footer_group_2_list li {
	padding-bottom: 5px;
}
.footer_group_2_list li:hover {
	color: #226ce6;
	transition: all 0.5s;
}

.footer_group_3 {
}
.footer_group_3_item_1_title {
}
.footer_group_3_item_2_soc {
	margin-bottom: 25px;
}
.footer_group_3_item_2_soc a {
	padding-right: 12px;
}

.footer_group_3_item_3_a {
	text-decoration-line: underline;
	margin-bottom: 100px;
}
.footer_group_3_item_3_a li {
	padding-bottom: 5px;
}
.footer_group_3_item_3_a li:hover {
	color: #226ce6;
	transition: all 0.5s;
}

.footer_group_3_item_3_main {
	text-decoration-line: underline;
}
.footer_group_3_item_3_main:hover {
	color: #226ce6;
	transition: all 0.5s;
}

/* Copy */
.copy {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ebebeb;
	padding: 25px 25px;
	box-sizing: border-box;
}
.copy_container {
	width: 1160px;
}
.copy_text {
	/* padding-left: 10px; */
}
@media screen and (max-width: 1200px) {
	.footer_container {
		width: 950px;
	}
}
@media screen and (max-width: 960px) {
	.footer {
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 50px 0;

		margin-top: 100px;
		background: #f5f5f5;
	}
	.footer_container {
		width: 620px;

		display: grid;
		grid-template-columns: 3fr 2fr;
		grid-template-rows: repeat(2, auto);

		grid-gap: 60px;
	}
	.footer_group_1 {
		display: grid;
		grid-template-rows: repeat(2, auto);
		grid-gap: 40px;
	}
	.footer_group_1_item_1 {
	}
	.title {
		font-weight: 700;
		font-size: 20px;
		line-height: 130%;
		margin-bottom: 25px;
		color: #717171;
	}
	.footer_group_1_item_1_title {
	}
	.footer_group_1_item_1_text {
		font-size: 17px;
		line-height: 130%;
	}
	.footer_group_1_item_2 {
	}
	.footer_group_1_item_2_title {
	}
	.btn {
	}
	.footer_group_1_item_1_btn {
	}
	.footer_group_2 {
		align-self: flex-end;
	}
	.footer_group_2_menu {
	}
	.footer_group_2_list {
		text-decoration-line: underline;
	}
	.footer_group_2_list li {
		padding-bottom: 5px;
	}
	.footer_group_2_list li:hover {
		color: #226ce6;
		transition: all 0.5s;
	}

	.footer_group_3 {
	}
	.footer_group_3_item_1_title {
	}
	.footer_group_3_item_2_soc {
		margin-bottom: 25px;
	}
	.footer_group_3_item_2_soc a {
		padding-right: 12px;
	}

	.footer_group_3_item_3_a {
		text-decoration-line: underline;
		margin-bottom: 100px;
	}
	.footer_group_3_item_3_a li {
		display: none;
	}
	.footer_group_3_item_3_a li:hover {
		color: #226ce6;
		transition: all 0.5s;
	}

	.footer_group_3_item_3_main {
		text-decoration-line: underline;
	}
	.footer_group_3_item_3_main:hover {
		color: #226ce6;
		transition: all 0.5s;
	}
}

@media screen and (max-width: 640px) {
	.footer {
		/* width: 100%;
		display: flex;
		justify-content: center;
		padding: 50px 0;

		margin-top: 100px;
		background: #f5f5f5; */
	}
	.footer_container {
		width: 480px;

		display: grid;
		grid-template-columns: 480px;
		grid-template-rows: repeat(2, auto);
		justify-items: start;

		grid-gap: 40px;
	}
	.footer_group_1_item_1 {
		display: grid;
		/* justify-items: center;
		text-align: center; */
	}
	.footer_group_1_item_2 {
		display: grid;
		/* justify-items: center;
		text-align: center; */
	}

	.footer_group_2 {
		display: none;
	}
	.footer_group_3_item_3_main {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.footer_container {
		width: 360px;

		display: grid;
		grid-template-columns: 360px;
		grid-template-rows: repeat(2, auto);
		justify-items: start;
		grid-gap: 40px;
	}
	.footer_group_2 {
		display: none;
	}

	.footer_group_1_item_2 .footer_group_1_item_1_btn {
		width: 100%;
	}
	.footer_group_3_item_3_main {
		display: none;
	}
}

@media screen and (max-width: 360px) {
	.footer_container {
		width: 320px;

		display: grid;
		grid-template-columns: 320px;
		grid-template-rows: repeat(2, auto);
		justify-content: center;
		justify-items: center;
		grid-gap: 40px;
	}
	.footer_group_2 {
		display: none;
	}
	.footer_group_3_item_3_main {
		display: none;
	}
}
