.footer-menu .sub-menu {
	display: none;
}

.footer-top {
	border-bottom: 1px solid #c8c5c2;
	padding-bottom: 25px;
}

.footer-container {
	display: flex;
	justify-content: center;
	gap: 81px;
}

.site-footer {
	background: #F3F1F2;
	padding: 15px 5%;
	border-top: 1px solid #C49564;
}

.site-footer .container {
	gap: 85px;
}

.footer-wrapper {
	display: grid;
	grid-template-columns: minmax(0, 290px) minmax(0, auto);
	column-gap: 82px;
}

.footer-col-wrapper {
	display: grid;
	grid-template-columns: repeat(2, auto);
	column-gap: 82px;
}

/* logo & socials */
.footer-col-socials {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-logo {
	margin-top: 30px;
	width: 127px;
	height: 30px;
}

.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer-socials {
	display: flex;
	width: 100%;
	margin-top: 20px;
	justify-content: space-between;
	align-items: center;
}


/* menu */

.footer-col-menu li {
	list-style-type: none;
	width: auto;
}

.footer-col-title {
	font-size: 16px;
	text-transform: uppercase;
}

.footer-menu {
	columns: 2;
	gap: 50px;
}

.footer-menu-wrapper {
	margin-top: 20px;
	font-family: 'Open Sans';
}

.footer-menu-wrapper li {
	margin-top: 10px;
	/*width: max-content;*/
}

.footer-menu-wrapper li:first-child {
	margin-top: 0;
}

.footer-col-menu li a {
	color: #201600;
	font-size: 14px;
	text-decoration: none;
}

/* Contacts */

.footer-col-contacts-wrapper {
	font-family: 'Open Sans';
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
	font-size: 14px;
	color: #201600;
}

.footer-address {
	white-space: nowrap;
}

.footer-col-contacts a {
	color: #201600;
	text-decoration: none;
}

.footer-phone {
	font-weight: 700;
}

/* News form*/

.footer-col-form {
	margin-top: 20px;
	font-size: 12px;
}

.footer-col-news {
	max-width: 325px;
}

.footer-subscribe-form {
	margin-top: 10px;
	width: 100%;
}

.wpcf7 {
	position: relative;
}

.footer-form-send {
	display: block;
	position: absolute;
	font-size: 0;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 20px;
	cursor: pointer;
	border: none !important;
	transform: translateY(-50%);
	background: url('/wp-content/themes/agskindermo/css/../img/footer/email.svg') center center/contain no-repeat !important;
	font-size: 0px !important;
}

.footer-subscribe-form .wpcf7-spinner {
	position: absolute;
}

.wpcf7-form-control-wrap input {
	width: 100%;
	/* height: 40px; */
	border-radius: 7px !important;
	padding: 10.5px 0 !important;
	padding-left: 20px !important;
}

/* .wpcf7::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('/wp-content/themes/agskindermo/css/../img/footer/email.svg');
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
} */


.footer-col-form-wrapper {
	font-family: 'Open Sans';
}


/* footer-bottom */

.footer-bottom {
	margin-top: 10px;
}

.footer-bottom-wrapper {
	display: flex;
	justify-content: space-between;
	color: #8a8479;
	flex-direction: row !important;
}

.footer-bottom-container {
	display: flex;
	gap: 20px;
}


.footer-copyright {
	font-family: 'Open Sans';
	font-size: 14px;
}

.footer-policy {
	font-family: 'Open Sans';
	font-size: 12px;
	color: #8a8479 !important;
	text-decoration: none;
}

.footer-policy:hover {
	color: #8a8479 !important;
}

.footer-policy a:visited {
	color: #8a8479 !important;
}


/* Hide spinner*/
.footer-subscribe-form .wpcf7-spinner {
	display: none;
}

/* MEDIA */

@media (max-width:1100px) {
	.site-footer .container {
		gap: 70px;
	}

	.footer-wrapper {
		column-gap: 50px;
	}

	.footer-menu {
		gap: 30px;
	}
}


@media (max-width:993px) {
	.footer-wrapper {
		grid-template-columns: 100%;
		row-gap: 40px;
	}

	.footer-col-menu {
		max-width: 375px;
	}
}

@media (max-width:720px) {
	.site-footer .container {
		flex-direction: column;
		gap: 20px;
	}

	.footer-socials {
		justify-content: center;
		gap: 28px;
	}

	.footer-wrapper {
		row-gap: 20px;
	}

	.footer-col-wrapper {
		grid-template-columns: 100%;
		row-gap: 20px;
	}

	.footer-menu-wrapper,
	.footer-col-contacts-wrapper,
	.footer-col-form {
		margin-top: 10px;
	}
}

@media (max-width: 600px) {
	.footer-container {
		flex-direction: column;
		padding: 0 15px 30px;
	}

	.footer-bottom {
		padding-left: 15px;
	}

	.footer-bottom-wrapper {
		align-items: center;
	}

	.footer-bottom-container {
		flex-direction: column;
	}
}