.static-page {
	background: #fafafa;
}
.static-page .container {
    max-width: 1367px;
}
.header-section .container {
	display: flex;
	align-items: center;
	max-width: 1190px;
	position: relative;
	z-index: 2;
}
.header-left > h1 {
	font-size: 46px;
	color: #ffff;
	line-height: 1.18;
	margin: 0;
	font-weight: 700;
}
.header-left {
	max-width: 610px;
}
.header-right {
    margin-left: auto;
}
.header-section {
    background: #EC1F36;
    padding: 16px 0;
    position: relative;
}
.header-right img {
	border-radius: 5px;
	display: block;
	max-width: 100%;
	max-height: 100%;
}


.form-section{
	padding: 103px 0 40px;
}
.will-doit-section{
	padding: 67px 0 50px;
}
.client-logo-section{
	padding:50px 0 0;
}
.custom-strategy-sections {
	padding-top: 103px;
}

.will-doit-section,
.client-logo-section{
	background: #fff;
}
.client-logo-section {
	padding-bottom: 20px;
}
.form-section .row {
	align-items: center;
}
.form-section .col-md-6:first-child ul {
	line-height: 2.22;
	font-size: 18px;
	color: #020202;
	padding: 0;
	margin: 0;
	list-style: none;
}
.form-section .col-md-6:first-child ul > li {
	position: relative;
	padding-left: 23px;
}
.form-section .col-md-6:first-child ul > li:not(:last-child) {
	margin-bottom: 13px;
}
.form-section .col-md-6:first-child ul > li::before {
	content: "";
	padding: 6px;
	background: #EC1F36;
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 50%;
}
.form-section .col-md-6:first-child ul > li > b {
	font-size: 22px;
	line-height: 1;
}
.form-section h2 {
	margin: 0;
	color: #000;
	margin-bottom: 69px;
}
.form-wrapper {
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
	border: 1px solid #F8F8F8;
	background: #fff;
	padding: 74px 38px 66px;
}
.form-wrapper .wpcf7-form-control:not([type="submit"]) {
    height: 59px;
    border: 1px solid #E8EBED;
    padding: 0 22px;
    color: #9F9F9F;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    background: #FBFCFD;
    font-family: 'Rubik', 'Open Sans', sans-serifsans-serif;
    outline: none;
    width: 100%;
    display: block;
    transition: all 0.5s;
    box-shadow: none;
}
.form-wrapper .wpcf7-form-control:not([type="submit"]):hover {
	box-shadow: 0 0 0 .2rem rgba(236,30,53,.25);
}
.form-wrapper .wpcf7-form-control:not([type="submit"])::placeholder{
	opacity: 1;
	color: #9F9F9F;
}
.form-wrapper .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 30px;
}
html .intl-tel-input {
	display: block;
}
html .intl-tel-input .country-list .country {
	padding: 5px 10px;
	white-space: normal;
}
html .intl-tel-input .country-list {
	right: auto;
	font-size: 14px;
	font-weight: 300;
	min-width: 250px;
}
html .intl-tel-input.allow-dropdown .selected-flag, 
html .intl-tel-input.separate-dial-code .selected-flag {
	width: 59px;
	border-right: 1px solid #e8ebed;
	background: #FBFCFD;
}
html .intl-tel-input.allow-dropdown input,
html .intl-tel-input.allow-dropdown input[type="tel"],
html .intl-tel-input.allow-dropdown input[type="text"],
html .intl-tel-input.separate-dial-code input, 
html .intl-tel-input.separate-dial-code input[type="tel"], 
html .intl-tel-input.separate-dial-code input[type="text"] {
	padding-right: 6px;
	padding-left: 78px;
	margin-left: 0;
}
.intl-tel-input .selected-flag .iti-flag {
	left: 15px;
}


.form-section h2 b {
	color: #EC1F36;
}
.book-button {
	position: relative;
	display: table;
	margin: 0 auto;
}
.book-button .ajax-loader {
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	border-radius: 50%;
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	margin: auto !important;
}
.will-doit-section h2 {
	text-align: center;
	margin-bottom: 21px;
}
.will-doit-section p {
	text-align: center;
	line-height: 1.7;
	font-size: 20px;
	font-family: 'Rubik', 'Open Sans', sans-serif;
	max-width: 750px;
	margin: 0 auto 55px;
	color: #303030;
}
.flow-diagram {
	text-align: center;
}
.flow-diagram img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}
.header-section::before {
	content: "";
	background: url(../images/header-left-icon.svg)no-repeat center;
	width: 135px;
	height: 140px;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 100% auto;
}
.header-section::after {
	content: "";
	background: url(../images/header-right-icon.svg)no-repeat center;
	width: 92px;
	height: 118px;
	position: absolute;
	right: 0;
	bottom: 10px;
	background-size: 100% auto;
	z-index: 1;
}
.form-section h2,
.will-doit-section h2,
.custom-strategy-sections h2 {
	font-size: 44px;
	line-height: 1.36;
}
.form-section .form-wrapper h2 {
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	margin: 0 0 70px;
	line-height: 1.17;
}
.custom-strategy-sections ul {
	margin: 0 -30px 96px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.custom-strategy-sections ul > li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 30px;
}
.custom-strategy-sections .custom-strategy-block {
	text-align: center;
}
.custom-strategy-block .imagewrap img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}
.custom-strategy-block h3 {
	line-height: 1.53;
	font-size: 26px;
	margin: 0 0 14px;
}
.custom-strategy-block p {
	line-height: 1.7;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	color: #303030;
}
.custom-strategy-block .imagewrap {
	display: block;
	text-align: center;
	min-height: 173px;
	margin-bottom: 62px;
}
.custom-strategy-sections{
	padding:65px 0 80px;
}
.custom-strategy-sections h2 {
	margin-bottom: 73px;
	text-align: center;
}
.btn-wrap {
    text-align: center;
}
.btn-wrap > a,
.wpcf7-form-control.wpcf7-submit {
	display: inline-block;
	border: 0;
	vertical-align: top;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	background: #EC1F36;
	color: #fff;
	border-radius: 5px;
	min-width: 244px;
	padding: 0 15px;
	box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.15);
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	transition: all 0.5s;
}
.btn-wrap > a:hover,
.wpcf7-form-control.wpcf7-submit:hover{
	background: #000;
}
.wpcf7-form-control.wpcf7-submit {
	display: table;
	margin: 0 auto;
	width: auto;
}
.client-logo-section h3 {
	line-height: 1.33;
	font-size: 30px;
	margin: 0;
	font-weight: 400;
	text-align: center;
	color: #000;
}
.client-logo-section h3 > b {
	color: #EC1F36;
	font-weight: inherit;
}	
.logo-wrapper {
	background: #fff;
	max-width: 1180px;
	margin: 35px auto 0;
	padding: 12px 0;
	height: 136px;
}
.logo-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	height: 100%;
}
.logo-list > li {
	padding: 0 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo-list > li:not(:last-child) {
	border-right: 1px solid #eee;
}
.logo-list > li img {
	max-width: 100%;
	display: block;
	filter: grayscale(100%);
	transition: all 0.5s;
	max-height: 35px;
}
.logo-list > li img:hover{
	filter: none;
}
.footer-section {
	background: #EC1F36;
	padding: 26px 0;
}
.footer-section .logo-wrap {
	display: flex;
	align-items: center;
}
.footer-section .logo-wrap .privacy > a {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
}
.footer-section .logo-wrap .privacy > a:hover{
	color: #000;
}
.footer-section .logo-path svg {
	vertical-align: top;
	display: block;
}
.footer-section .logo-wrap .privacy {
	line-height: 1;
}
.footer-section .logo-right {
	margin-left: 26px;
	margin-top: 3px;
}
.footer-section .logo-right svg {
	vertical-align: top;
	display: block;
	margin-bottom: 7px;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	color: red;
	line-height: 1.2;
	display: none;
	margin: 0;
}
.form-wrapper .wpcf7-form-control:not([type="submit"]).wpcf7-not-valid {
	border-color: red;
}
.wpcf7 form .wpcf7-response-output {
	padding: 8px 5px;
	margin: 20px 0 0;
	font-size: 14px;
	text-align: center;
	color: red;
	border: 1px solid currentColor !important;
	line-height: 1.4;
	font-weight: 400;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: green;
}
/*--------Responsive--------*/

@media only screen and (max-width: 1345px){
	.header-left > h1 {
		font-size: 40px;
	}
	.header-left {
		max-width: 540px;
	}
	.header-right {
		max-width: 310px;
	}
	.form-section h2, .will-doit-section h2, .custom-strategy-sections h2 {
		font-size: 38px;
		line-height: 1.36;
	}
	.form-wrapper {
		padding: 55px 38px 55px;
	}
	.logo-wrapper {
		height: 125px;
	}
	.custom-strategy-block p {
		font-size: 18px;
	}
	.custom-strategy-sections ul > li {
		padding: 0 20px;
	}
	.custom-strategy-sections ul {
		margin: 0 -20px 96px;
	}
}
@media only screen and (max-width: 1199px){
	.header-left > h1 {
		font-size: 32px;
	}
	.header-left {
		max-width: 480px;
	}
	.header-right {
		max-width: 250px;
	}
	.header-section::before {
		width: 105px;
		height: 110px;
	}
	.header-section::after {
		width: 62px;
		height: 88px;
	}
	.form-section, .will-doit-section, .client-logo-section, .custom-strategy-sections {
		padding-top: 80px;
	}
	.form-section h2, .will-doit-section h2, .custom-strategy-sections h2 {
		font-size: 32px;
	}
	.form-section .form-wrapper h2 {
		font-size: 24px;
		margin: 0 0 40px;
	}
	.form-wrapper .wpcf7-form-control:not([type="submit"]) {
		height: 50px;
	}
	.btn-wrap > a, .wpcf7-form-control.wpcf7-submit {
		line-height: 50px;
		min-width: 214px;
	}
	.form-section .col-md-6:first-child ul {
		line-height: 1.8;
	}
	.form-section .col-md-6:first-child ul > li > b {
		font-size: 18px;
	}
	.form-section .col-md-6:first-child ul > li::before {
		padding: 4px;
		top: 9px;
	}
	.form-wrapper {
		padding: 45px 30px 45px;
	}
	.form-section h2 {
		margin-bottom: 40px;
	}
	.will-doit-section p {
		font-size: 18px;
		max-width: 660px;
	}
	.client-logo-section h3 {
		font-size: 25px;
	}
	.logo-wrapper {
		height: 95px;
	}
	.custom-strategy-sections h2 {
		margin-bottom: 50px;
	}
	.custom-strategy-block p {
		font-size: 17px;
	}
	.custom-strategy-block h3 {	
		font-size: 22px;
		margin: 0 0 10px;
	}
	.custom-strategy-block .imagewrap {
		height: 140px;
		margin-bottom: 40px;
		min-height: 0;
	}
	.custom-strategy-sections ul {
		margin: 0 -20px 55px;
	}
}
@media only screen and (max-width: 1023px){
	.header-right {
		max-width: 200px;
	}
	.header-left > h1 {
		font-size: 30px;
	}
	.header-left {
		max-width: 420px;
	}
	.form-section, .will-doit-section, .client-logo-section, .custom-strategy-sections {
		padding-top: 50px;
	}
	.form-section h2, .will-doit-section h2, .custom-strategy-sections h2 {
		font-size: 25px;
	}
	.form-section .form-wrapper h2 {
		font-size: 20px;
		margin: 0 0 24px;
	}
	.form-section .col-md-6:first-child ul {
		line-height: 1.5;
		font-size: 16px;
	}
	.form-section .col-md-6:first-child ul > li > b {
		font-size: 16px;
	}
	.form-section h2 {
		margin-bottom: 25px;
	}
	.form-section .col-md-6:first-child ul > li::before {
		padding: 3px;
		top: 9px;
	}
	.form-section .col-md-6:first-child ul > li {
		padding-left: 18px;
	}
	.will-doit-section p {
		font-size: 16px;
		margin: 0 auto 30px;
		max-width: 580px;
	}
	.will-doit-section h2 {
		margin-bottom: 15px;
	}
	.logo-wrapper {
		margin: 25px auto 0;
		padding: 8px 0;
		height: 95px;
	}
	.logo-list > li {
		padding: 0 12px;
	}
	.custom-strategy-block .imagewrap {
		height: 80px;
		margin-bottom: 20px;
	}
	.custom-strategy-block h3 {
		font-size: 18px;
		line-height: 1.4;
	}
	.custom-strategy-block p {
		font-size: 15px;
	}
	.custom-strategy-sections ul > li {
		padding: 0 10px;
	}
	.custom-strategy-sections ul {
		margin: 0 -10px 30px;
	}
	.custom-strategy-sections h2 {
		margin-bottom: 35px;
	}
	.logo-path svg {
		width: 70px;
	}
	.footer-section .logo-right svg {
		width: 105px;
		height: 20px;
		margin-bottom: 4px;
	}
	.footer-section .logo-wrap .privacy > a {
		font-size: 14px;
	}
	.footer-section .logo-right {
		margin-left: 20px;
		margin-top: 3px;
	}
	.footer-section {
		padding: 8px 0;
	}
	.form-wrapper {
	    padding: 45px 15px 45px;
	}
	.form-wrapper .wpcf7-form-control:not([type="submit"]) {
		padding: 0 14px;
	}
	.form-wrapper .col-md-6 {
		padding: 0 8px;
	}
	.form-wrapper .row {
		margin: 0 -8px;
	}
	html .intl-tel-input.allow-dropdown .selected-flag, html .intl-tel-input.separate-dial-code .selected-flag {
		width: 50px;
	}
	html .intl-tel-input.allow-dropdown input,
	html .intl-tel-input.allow-dropdown input[type="tel"],
	html .intl-tel-input.allow-dropdown input[type="text"],
	html .intl-tel-input.separate-dial-code input,
	html .intl-tel-input.separate-dial-code input[type="tel"],
	html .intl-tel-input.separate-dial-code input[type="text"] {
		padding-left: 60px;
	}
}
@media only screen and (max-width: 767px){
	.header-right {
		max-width: 100px;
	}
	.header-section::before {
		width: 45px;
		height: 50px;
	}
	.header-left > h1 {
		font-size: 19px;
	}
	.header-left {
		max-width: 260px;
	}
	.header-section::after {
		width: 32px;
		height: 38px;
	}
	.form-section, .will-doit-section, .client-logo-section, .custom-strategy-sections {
		padding-top: 20px;
	}
	.form-section {
		padding-bottom: 50px;
	}
	.will-doit-section {
		padding-bottom: 20px;
	}
	.custom-strategy-sections {
		padding: 50px 0 60px;
	}
	.form-section .container > .row {
		/*flex-direction: column-reverse;*/
	}
	.form-section h2, .will-doit-section h2, .custom-strategy-sections h2 {
		font-size: 23px;
		text-align: center;
	}
	.form-section-intro {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 50px;
	}
	.form-section h2 {
		margin-bottom: 18px;
	}
	.form-section .col-md-6.col-sm-12:first-child {
		margin-top: 25px;
	}
	.form-wrapper .wpcf7-form-control:not([type="submit"]) {
		height: 45px;
	}
	.form-wrapper .wpcf7-form-control-wrap {
		display: block;
		margin-bottom: 15px;
	}
	.btn-wrap > a, .wpcf7-form-control.wpcf7-submit {
		line-height: 44px;
		min-width: 172px;
	}
	.form-wrapper {
		padding: 32px 15px 25px;
	}	
	.will-doit-section p {
		margin: 0 auto 20px;
	}
	.client-logo-section h3 {
		font-size: 20px;
	}
	.logo-list {
		flex-wrap: wrap;
	}
	.logo-list > li {
		width: 33.33%;
		height: 65px;
	}
	.logo-list > li:nth-child(-n+3) {
		border-bottom: 1px solid #eee;
	}
	.logo-list > li:nth-child(3) {
		border-right: 0;
	}
	.logo-wrapper {
		height: auto;
		padding: 10px;
	}
	.will-doit-section h2 {
		margin-bottom: 10px;
	}
	.custom-strategy-sections ul > li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.custom-strategy-sections ul > li:not(:last-child) {
		margin-bottom: 25px;
	}
	.logo-path svg {
		width: 55px;
	}
	.footer-section .logo-right svg {
		width: 90px;
		height: 17px;
	}
	.footer-section .logo-right {
		margin-left: 15px;
	}
	.logo-path svg {
		width: 55px;
		height: 39px;
	}
	.footer-section {
		padding: 12px 0;
	}

	.form-section .col-md-6.col-sm-6 {
		max-width: 560px;
	}
	.intl-tel-input .selected-flag .iti-flag {
		left: 10px;
	}
}