/*  wpcf7  */
.wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner{
	display:none;
}
.form-consult{
	position:relative;
}
.form__input.wpcf7-not-valid,
.calendar.no-valid .calendar__day:not(.is-disabled),
.times.no-valid .times__item:not(.is-disabled){
	border-bottom:1px solid #D60002;
}
.form.submitting:after{
	content:'';
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.form.submitting:before{
	content:'';
	position: absolute;
	top: 50%;
	left: 50%;
	width:25px;
	height:25px;
	background-color: transparent;
	z-index: 100;
	border-radius: 50%;
	border-top: 2px solid var();
	-webkit-animation: spin 1s linear infinite;
	    animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: translate(-50%,-50%) rotate(0deg); transform: translate(-50%,-50%) rotate(0deg); }
	100% { -webkit-transform: translate(-50%,-50%) rotate(360deg); transform: translate(-50%,-50%) rotate(360deg); }
}
@keyframes spin {
	0% { -webkit-transform: translate(-50%,-50%) rotate(0deg); transform: translate(-50%,-50%) rotate(0deg); }
	100% { -webkit-transform: translate(-50%,-50%) rotate(360deg); transform: translate(-50%,-50%) rotate(360deg); }
}
/*

*/
.main-thanks{
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    padding: toRem(110) 0;
    position: relative;
}
.thanks__inner {
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
	text-align: center;
}

.thanks__title {
	margin-bottom: 1.25rem;
}
.thanks  p{
    margin-bottom: 2rem;
}
.thanks__btn {
	width: 100%;
	max-width: 18rem;
}