body {
	font-family: 'IBM Plex Sans', sans-serif;
	margin: 0;
}
.section-callback .wpcf7-response-output {
	position: absolute;
	bottom: 20px;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.section-callback .form_wrap form {
	margin-bottom: 60px;
}
/*.header .row .calback-wrap .tel-company_wrap .tel-company {
	font-size: 32px;
}*/
.main-banner .row .main-banner-content_wrap .main-banner-content {
	max-width: 540px;
}
/*.main-banner .row .main-banner-content_wrap {
	background-position: right -75px bottom -75px;
	background-size: contain;
}*/
.section-advantages {
	position: relative;
	z-index: 10;
}
.header {
	padding: 25px 0;
}
.front-page .reviews-form-open {
	display: none;
}
header .callback_btn {
	vertical-align: middle;
}
.header-bg {
	padding-top: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.thanks-content {
	text-align: center;
	padding: 100px 0;
}
.thanks-content .title {
	font-size: 98px;
    line-height: 98px;
    margin-bottom: 30px;
    font-weight: bold;
}
.thanks-content .sub-title {
	font-size: 41px;
    line-height: 41px;
    margin-bottom: 50px;
    font-weight: bold;
}
.thanks-content > a {
	border: 0;
    background: -o-linear-gradient(top,hsla(0,0%,100%,.7) 0,hsla(0,0%,100%,0) 100%),#f6bf00;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.7)),to(hsla(0,0%,100%,0))),#f6bf00;
    background: linear-gradient(180deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,0)),#f6bf00;
    -webkit-box-shadow: 0 20px 20px hsla(0,0%,100%,.15), 0 2px 0 rgba(9,9,9,.15);
    box-shadow: 0 20px 20px hsla(0,0%,100%,.15), 0 2px 0 rgba(9,9,9,.15);
    cursor: pointer;
    padding: 25px 35px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
}
@media(max-width: 666.98px) {
	.header-bg {
		padding-top: 250px;
	}
	.text-page {
		padding: 0 15px;
	}
	.thanks-content {
		padding: 50px 0;
	}
	.thanks-content .title {
		font-size: 32px;
		margin-bottom: 25px;
		line-height: 1.2;
	}
	.thanks-content .sub-title {
		font-size: 24px;
		margin-bottom: 25px;
		line-height: 1.2;
	}
	.thanks-content > a {
		font-size: 18px;
	}
}