.site-footer {
	background: #1d1b21;
	padding:73px 0px 99px 0px;
}

.footer-form-wrap {
	border-radius: 20px;
	padding-top:clamp(30px, 27.57px + 0.65vw, 40px);
	padding-bottom:clamp(30px, 27.57px + 0.65vw, 40px);
	padding-right:20px;
	padding-left:20px;
	max-width: clamp(375px, 181.31px + 51.65vw, 1173px);
	width:100%;
	height: auto;
	background: #19171d;
	margin:0 auto;
}

.footer-form-title {
	font-family: var(--font-family);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #fff;	
}

.form_footer {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	max-width:clamp(335px, 202.23px + 35.40vw, 882px);
	width:100%;
	margin:0 auto;
	position:relative;
}

.wpcf7-spinner {
	position:absolute !important;
}

.form_footer_left, .form_footer_right {
	max-width:432px;
	width:100%;
}

.form_footer_left {
	display:flex;
	flex-direction:column;
	gap:15px;
}

.form_footer_left
input {
	border-radius: 10px;
	padding: 18px;
	max-width: 432px;
	width:100%;
	height: 60px;
	border:none;
	background: var(--282630);
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	display:block;
}

.form_footer_left
input::placeholder {
	color: #fff;
}

.form_footer_left
input:focus {
	outline:none;
}

.form_footer_right
textarea {
	border-radius: 10px;
	padding: 18px;
	max-width: 432px;
	width:100%;
	height: 212px;
	background: var(--282630);
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	border:none;
}

.form_footer_right
textarea::placeholder {
	color: #fff;
}

.form_footer_right
textarea:focus {
	outline:none;
}

.form_footer_files {
	text-align:center;
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 16px;
	line-height: 162%;
	color: var(--d430a7);
}

.wpcf7-form-control-wrap input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.custom-file-upload {
	font-weight:300;
    color: var(--bg-button);
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    position:relative;
    display: inline-flex;
    align-items: center;
    gap: 5px; /* Расстояние между иконкой и текстом */
	transition: 0.3s ease-in-out;
	margin-top:33px;
}

.upload-icon {
    width: 23px; /* Размер иконки */
    height: 27px;
    display: inline-block; /* Делаем строчным */
    vertical-align: middle; /* Выравниваем по центру */
	background-size:cover;
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='27' viewBox='0 0 23 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3181_448)'%3E%3Cpath d='M7.78399 16.9201L13.9815 6.18562C14.8391 4.70032 16.7325 4.19757 18.2124 5.05197C19.6977 5.90951 20.2005 7.80296 19.3461 9.28283L13.004 20.2676C11.6533 22.6071 8.66681 23.4073 6.32732 22.0566C3.98782 20.7059 3.18759 17.7194 4.5383 15.3799L10.2741 5.4452' stroke='%23D430A7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3181_448'%3E%3Crect width='12.2883' height='23.1819' fill='white' transform='translate(11.9745) rotate(30)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.form_footer_button {
	text-align:center;
}

.form_footer_button
input {
	border-radius: 10px;
	padding: 18px 26px;
	background: var(--d430a7);
	border:none;
	cursor:pointer;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 18px;
	color: #fff;	
}

.footer-bottom-site {
	width:100%;
	border-top: 1px solid #322e39;
	margin-top:clamp(30px, 21.50px + 2.27vw, 65px);
}

.footer-bottom-site-wrap {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:clamp(20px, 13.45px + 1.75vw, 47px);
}

.logo-site-footer {
	font-size:clamp(26px, 23.57px + 0.65vw, 36px);
	font-family: var(--font-family);
	font-weight: 400;
	text-transform: uppercase;
	color: var(--d430a7);
}

.footer-navigation {
	max-width:clamp(375px, 154.85px + 58.71vw, 1282px);
	width:100%;
}

#footer-menu {
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	padding:0;
}

#footer-menu .sub-menu {
	display:none;
}

.footer-copyright-site {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: var(--823c80);	
}

@media (max-width: 767px) {
	.footer-form-wrap {
		border-radius:0px;
	}
	
	.logo-site-footer {
		display:block;
	}
	
	#footer-menu {
		flex-direction:column;
		text-align:center;
		gap:15px;
	}
	
	.footer-navigation {
		max-width:100%;
	}
	
	.footer-bottom-site {
		padding:0px 10px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {	
	.footer-form-wrap {
		max-width: clamp(921px, 669.00px + 26.25vw, 1173px);
	}
	
	.footer-form-title .break-text {
		display:inline;
	}
	
	.form_footer {
		max-width:100%;
	}
	
	.logo-site-footer {
		display:block;
	}
}