/*
Template Name: PPC V2
*/

html#sidebar-collapse-container {
	margin-top: 0 !important;
}

.page-wrapper p {
	color: var(--black);
	padding: 0;
	margin: 0;
}

.page-wrapper {
	padding-top: 61px;
}

.page-wrapper a {
	transition: all 0.2s ease-in-out;
}

.button {
	width: 174px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border: 0 !important;
	font-family: 'Open Sans', sans-serif;
	padding: 0 !important;
	transition: all 0.2s ease-in-out;
}

.button:hover {
	background-color: var(--green);
	color: #fff;
}

.button.ongreen:hover {
	background-color: #fff !important;
	color: var(--green);
}

.ppc-header {
	height: 61px;
}

.ppc-phone p:first-child {
	font-size: 20px;
	line-height: 36px;
	padding-right: 18px;
}

.ppc-phone a {
	font-size: 28px;
}

.ppc-phone {
	border-right: 2px solid #707070;
	padding-right: 40px;
	margin-right: 40px;
	display: flex;
	align-items: center;
}

.ppc-header .button {
	width: 170px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.formblock {
	border-radius: 5px;
}

.formblock .form-close {
	right: 10px;
	font-size: 24px;
}

.formblock .l1 {
	font-size: 24px;
	line-height: 32px;
}

.formblock .gfield--width-half {
	width: calc(50% - 8px);
}

.formblock .gfield--width-half+.gfield--width-half {
	margin-left: 15px;
}

.formblock .l2 {
	font-size: 79px;
	line-height: 88px;
}

.formblock .l2-update {
	font-size: 114px;
	line-height: 114px;
}


.formblock .l3 {
	font-size: 32px;
	max-width: 410px;
	margin-top: -10px;
}

.formblock .l3:before {
	content: '';
	width: 100%;
	height: 2px;
	background: var(--white);
	position: absolute;
	top: 18px;
	left: 0;
}

.formblock .l4 {
	font-size: 26px;
	line-height: 40px;
}

.formblock .l5 {
	font-size: 21px;
	line-height: 35px;
}

.formblock .l6 {
	font-size: 38px;
	line-height: 45px;
}

.formblock .l6-update {
	font-size: 32px;
	line-height: 32px;
}


.formblock .l6 span {
	font-size: 31px;
	display: block
}

.formblock .l7 {
	font-size: 10px;
	line-height: 15px;
}

.formblock .l8 {
	font-size: 30px;
	line-height: 1;
}

.formblock .l9 {
	font-size: 49px;
	line-height: 1;
}

.formblock .l10 {
	font-size: 12px;
	line-height: 18px;
}

.formblock .l11 {
	font-size: 41px;
	line-height: 1.24390243902439;
}

.formblock .gform_wrapper {
	padding: 0px 40px 20px 40px;
}

.formblock .gform_wrapper #field_9_7,
.formblock .gform_wrapper #field_10_7,
.formblock .gform_wrapper #field_15_7 {
	margin: 0 -40px;
	width: calc(100% + 80px);
}

.formblock .gform_wrapper li {
	margin: 0;
}

.formblock .gfield_html {
	font-size: 16px;
	line-height: 1.3;
	color: var(--black);
	padding-bottom: 20px;
}

.formblock .gform_submission_error {
	display: none;
}

.formblock .gform_wrapper label {
	display: none
}

.formblock ::placeholder {
	opacity: 1;
	color: #000;
}

.formblock .gform_validation_container {
	display: none;
}

.formblock .gform_wrapper input[type="text"],
.formblock .gform_wrapper textarea,
.formblock .gform_wrapper select {
	font-size: 20px;
	border: 1px solid #a6a6a6;
	border-radius: 5px;
	text-indent: 20px;
	background: #fff;
}

.formblock .gform_wrapper input[type="text"],
.formblock .gform_wrapper select {
	padding: 0;
	height: 76px;
	line-height: 76px;
}

.formblock .gform_wrapper select {
	width: 100%;
	text-align: left;
	outline: none;
	appearance: none;
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	background-image: url(../images/down-arrow.png);
	background-image: -webkit-image-set(url(../images/down-arrow.png) 1x, url(../images/down-arrow@2x.png) 2x);
	background-size: 17px 11px;
	cursor: pointer;
}

.formblock .gform_wrapper textarea {
	height: 70px;
	padding: 20px;
	resize: none;
	text-indent: 0;
}


.formblock .gfield:not(.gfield--type-hidden) .ginput_container {
	margin-bottom: 15px;
}

.formblock .gform_wrapper .validation_message {
	position: relative;
	text-align: left;
	top: -15px;
	right: 0;
	font-size: 12px;
}

.formblock .gform_confirmation_message h3 {
	font-size: 58px;
	line-height: 1;
	margin: 0;
}

.formblock .gform_confirmation_message p {
	color: var(--blue) !important;
	font-size: 28px;
	line-height: 41px;
}

.formblock .gform_confirmation_wrapper {
	min-height: 553px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}

.formblock.fixed {
	display: none;
}

.popup-active {
	overflow: hidden;
}

.popup-active .formblock.fixed {
	display: block;
	z-index: 999;
	max-width: 510px;
	position: fixed;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	max-height: 95%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
}

.popup-active .page-wrapper {
	position: relative;
}

.popup-active .page-wrapper:after {
	background-color: rgba(0, 0, 0, 0.8);
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.formblock .gform_footer {
	margin-top: -20px;
}

.formblock.fixed .gform_footer {
	margin-bottom: 0;
}


.formblock .gform_footer .button:hover {
	background-color: var(--green);
	;
}


#counter .l1 {
	font-size: 37px;
}

#counter .l2 {
	font-size: 63px;
}

#counter .button {
	background-color: var(--blue);
}

.solutions {
	padding: 90px 0 30px 0;
}

#solutions-2.solutions {
	padding: 10px 0 80px 0;
}


.solutions h3 {
	font-size: 34px;
	line-height: 41px;
}

.solutions .l2 {
	font-size: 22px;
	line-height: 36px;
}

.solutions .image {
	height: 176px;
}

.solutions .image.i2 {
	height: 215px;
}


.solutions .item {
	box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15);
	padding-bottom: 0;
	height: auto;
	background: #fff;
}

.solutions .bottom {
	padding: 0 30px 15px 30px;
}

.solutions .button {
	width: 174px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-left: 0;
	margin-right: auto;
}

.solutions .learnmore {
	padding-right: 20px;
	padding-left: 10px;
	font-size: 16px;
	margin-top: 15px;
}

.solutions .learnmore::after {
	content: "";
	width: 7px;
	height: 12px;
	background-size: 100%;
	background-image: url(../images/icon-right.svg);
	position: absolute;
	right: 0;
	top: 5px;
	transition:all 0.2s ease-in-out;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
	.solutions .learnmore::after {
		top: 7px;
    }
}

.solutions .learnmore:hover::after {
	filter: invert(68%) sepia(75%) saturate(386%) hue-rotate(47deg) brightness(86%) contrast(84%);
}

.solutions .swiper-pagination {
	bottom: -30px;
}

.solutions .swiper-pagination-bullet {
	opacity: 1;
	background: #F0F0F0;
}

.solutions .swiper-pagination-bullet-active {
	background: #B0B1B5;
}


@media only screen and (min-width: 1140px) {
	.solutions .item {
		width: calc(33.333333% - 15px) !important;
	}

	#solutions-2.solutions .item {
		width: calc(50% - 10px) !important;
	}
}

.solutions .swiper-wrapper {
	flex-wrap: wrap;
}

.solutions .item h4 {
	font-size: 25px;
	line-height: 34px;
	padding: 20px 0 15px 0;
}

.solutions .swiper,
.solutions .swiper-container {
	overflow: visible
}

.solutions .item p {
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 20px;
	max-width: 503px;
	margin: 0 auto;
}

#brands {
	padding: 25px 0 33px;
}

#brands h3 {
	font-size: 30px;
	line-height: 1.13333;
	margin-bottom: 16px;
}

#features {
	background-color: #f5f5f5;
	padding: 90px 0;
}

#features h3 {
	font-size: 46px;
	line-height: 57px;
}

#features .l2 {
	font-size: 22px;
	line-height: 40px;
}

#features .l2 br {
	display: none;
}

#features p {
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
}

#features .item {
	margin-top: 80px;
	flex-basis: 25%;
}

#features .image {
	height: 107px;
}


#gallery {
	padding: 70px 0 20px 0;
}

#gallery .titleimage {
	padding-bottom: 30px;
}

#gallery h3 {
	font-size: 65px;
	line-height: 76px;
	padding-top: 70px;
}

#gallery .swiper {
	overflow:visible;
}

#gallery .swiper-slide {
	height: 473px;
}

#gallery .swiper-wrapper {
	padding-bottom: 40px;
}

#gallery .swiper-button-next:after,
#gallery .swiper-button-prev:after {
	display: none;
}

#gallery .swiper-button-next,
#gallery .swiper-button-prev {
	width: 59px;
	height: 57px;
	background: url(../images/swiper-arrow.png);
	margin-top: 30px;
}

#gallery .swiper-button-prev {
	margin-left: -10px;
}

#gallery .swiper-button-next {
	margin-right: -10px;
}

#gallery .swiper-button-next {
	transform: scaleX(-1);
}

#gallery .swiper-wrapper .swiper-slide:before {
	content:'';
	width:153px;
	height:153px;
	position:absolute;
	bottom: -40px;
    left: -13px;
	background-image: url(../images/apco-before.png);
	background-image: -webkit-image-set(url(../images/apco-before.png) 1x, url(../images/apco-before@2x.png) 2x);
}

#gallery .swiper-wrapper .swiper-slide:nth-child(even):before {
	background-image: url(../images/apco-after.png);
	background-image: -webkit-image-set(url(../images/apco-after.png) 1x, url(../images/apco-after@2x.png) 2x);
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	height: 10px !important;
	position: relative;
}

.swiper-scrollbar-drag {
	background-color: var(--green) !important;
}

#testimonials {
	padding-top: 70px;
}

#testimonials .container {
	width: 100%;
	max-width: 100%;
}

#testimonials h3 {
	font-size: 50px;
}

#testimonials .l1 {
	font-size: 20px;
}

#testimonials p {
	font-size: 18px;
	line-height: 28px;
}

#testimonials .swiper,
#testimonials .swiper-container {
	overflow: visible;
}

#testimonials .swiper-slide {
	height: auto;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.20);
	padding: 20px 25px;
}

#testimonials .swiper-wrapper {
	padding: 30px;
}

#about .l1 {
	font-size: 34px;
}

#about .l2 {
	max-width: 619px;
}

#about .l2 p {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

#about .col-6:nth-child(1) .bg {
	height: calc(100% - 60px);
	margin: 30px -30px 0 0;
}

#about .col-6:nth-child(2) {
	padding: 0 15px 0 100px;
	height: 620px;
	background-image: url(../images/bg-about.png);
}

#banner {
	border-bottom: 14px solid var(--blue);
}

#banner .l1 {
	font-size: 48px;
}

#banner .l2 {
	max-width: 770px;
}

#banner .l2 p {
	font-size: 24px;
	line-height: 35px;
	color: var(--white);
}

#banner .button {
	background-color: var(--blue);
}

#cta img {
	width: 288px;
}

#cta .l1 p {
	font-size: 30px;
	color: var(--f-blue);
}

#cta .l1 strong {
	font-weight: 800;
}

#cta .l2 {
	font-size: 37px;
}

#footer {
	padding: 50px 0 112px 0;
}

#footer p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 25px;
}
/*
#footer p:nth-child(2) {
	max-width: 992px;
	margin-left: auto;
	margin-right: auto;
}
*/
#footer .inner {
	max-width: 1516px;
}


@media only screen and (max-width:1500px) {
	.solutions .item p br {
		display: none;
	}

	.formblock .l6 br {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1700px;
		width: 100%;
		padding: 0 30px;
	}
}

@media only screen and (max-width:1140px) {
	.solutions .item p {
		font-size: 13px;
		line-height: 20px;
	}

	.solutions .item h4 {
		font-size: 24px;
	}

	.solutions .swiper-wrapper {
		flex-wrap: nowrap;
	}

	.solutions .container>.flex {
		flex-direction: column;
	}

	.solutions .col-2,
	.solutions .col-10 {
		width: 100%;
	}

	.solutions .swiper {
		padding: 0;
	}

	.solutions .col-2 {
		text-align: center;
	}

	.solutions .l2 {
		padding-bottom: 10px;
	}
}

@media only screen and (max-width:1100px) {
	.ppc-header .container>.flex {
		position: relative;
	}

	.ppc-header .logo a+img {
		display: none
	}

	.ppc-phone {
		padding: 0;
		margin: 0;
		border: 0;
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		text-align: center !important;
	}

	.ppc-header .button,
	.ppc-header .logo {
		position: relative;
		z-index: 3;
	}

	.ppc-phone p:first-child {
		font-size: 14px;
		padding-right: 0px;
		line-height: 1.6;
	}

	.ppc-phone a {
		font-size: 25px;
		line-height: 1;
	}

	#features .item {
		padding: 0 10px;
	}

	#features p {
		font-size: 20px;
	}
}

@media only screen and (max-width:1200px) {
	.container {
		width: 100% !important;
		padding: 0 30px !important;
	}

	#about .col-6:nth-child(2) {
		padding: 40px 25px;
	}
}

@media screen and (max-width: 1320px) {}


@media screen and (max-width: 1100px) {
	#footer p br {
		display: none;
	}

	#about .flex {
		flex-direction: column;
	}

	#about .container {
		padding: 0 !important;
	}

	#about .container>.flex>div {
		width: 100%;
	}

	#about .container>.flex>div:nth-child(1) .bg {
		order: 0;
		height: 60vw;
		margin: 0 30px;
	}

	#about .container>.flex>div:nth-child(2) {
		order: 1;
		height: 100%;
		padding: 140px 25px 40px 25px;
		margin-top: -80px;
	}
}


@media screen and (max-width: 992px) {
	.logo-title {
		display: none;
	}

	#counter .f1 {
		flex-direction: column;
		align-items: flex-end;
		text-align: right;
		margin-right: 30px;
	}

	#counter .l1 {
		line-height: 1;
	}

	#counter .l2 {
		margin: 0;
		line-height: 1;
	}

	#gallery .swiper-slide {
		height: 300px;
	}
	#gallery .swiper-wrapper .swiper-slide:before {
		width: 85px;
		height: 85px;
		bottom: -40px;
		left: -10px;
		background-size:100%;
	}
}

@media screen and (min-width: 992px) and (max-height: 880px) {
	.popup-active .formblock.fixed {
		transform: translateY(-50%) scale(0.9);
		height: inherit;
	}
}

@media screen and (min-width: 992px) and (max-height: 800px) {
	.popup-active .formblock.fixed {
		justify-content: flex-start;
	}
}
@media screen and (min-width: 768px) {
	#counter {
		height:61px;
	}
	#counter .l1 {
		font-size: 30px;
	}
	#counter .l2 {
		font-size: 50px;
	}
}

@media screen and (max-width: 768px) {
	.page-wrapper {
		padding-top: 50px;
	}

	.solutions .swiper-wrapper {
		flex-wrap: nowrap;
	}

	.ppc-phone p:first-child {
		font-size: 16px;
		line-height: 1;
	}

	.ppc-phone a {
		font-size: 22px;
	}

	#counter .button {
		width: 127px;
		height: 41px;
		font-size: 12px;
		line-height: 41px;
	}

	#counter .l1 {
		font-size: 17px;
	}

	#counter .l2 {
		font-size: 35px;
	}

	#features .item {
		flex-basis: 33%;
	}
}
@media (min-width: 567px) {
	#gallery .swiper-slide {
		opacity:0;
		transition:all 0.3s ease-in-out;
	}

	#gallery .swiper-slide-active {
		opacity:1;
	}

	#gallery .swiper-slide-next {
		opacity:1;
	}
}

@media (max-width: 567px) {
	.container {
		padding: 0 15px !important;
	}

	.ppc-header {
		height: 50px;
	}

	.ppc-phone p {
		line-height: 1;
	}

	.ppc-phone p:first-child {
		font-size: 11px;
		padding-bottom: 0;
	}

	.ppc-phone a {
		font-size: 14px;
	}

	.ppc-header .logo {
		width: 96px;
	}

	.ppc-phone {
		padding: 5px 0px;
		transform: translateX(-10px);
	}

	.button,
	.ppc-header .button {
		width: 118px;
		height: 28px;
		line-height: 28px;
		font-size: 11px;
	}

	.formblock .form-close {
		right: 0;
		top: 50px;
		font-size: 20px;
		color: #fff;
	}

	.formblock .l1 {
		font-size: 13px;
		line-height: 1;
	}

	.formblock .l2 {
		font-size: 50px;
		line-height: 1;
	}

	.formblock .l3 {
		font-size: 17px;
		max-width: 235px;
		margin-top: 0;
	}

	.formblock .l3:before {
		top: 9px;
	}

	.formblock .l4 {
		font-size: 12px;
		line-height: 20px;
	}

	.formblock .l5 {
		font-size: 10px;
		line-height: 1;
	}

	.formblock .l6 {
		font-size: 22px;
		line-height: 26px;
	}

	.formblock .l6 span {
		font-size: 18px;
	}


	.formblock .l7 {
		line-height: 13px;
	}

	.formblock .l6 br {
		display: block;
	}

	.formblock .l8 {
		font-size: 17px;
	}

	.formblock .l9 {
		font-size: 31px;
	}

	.formblock .l10 {
		font-size: 10px;
		line-height: 13px;
	}

	.formblock .l11 {
		font-size: 19px;
		line-height: 27px;
	}

	.formblock .b-green {
		padding: 10px 0;
		margin: 0;
	}

	.formblock .gfield_html {
		font-size: 9px;
		padding-bottom: 10px;
	}

	.formblock .gform_wrapper input[type="text"],
	.formblock .gform_wrapper select {
		height: 42px;
		line-height: 42px;
	}

	.formblock .gform_wrapper input[type="text"],
	.formblock .gform_wrapper textarea,
	.formblock .gform_wrapper select {
		text-indent: 10px;
		font-size: 10px;
	}

	.formblock .gform_wrapper {
		padding: 3px 10px 15px 10px;
		background: var(--white);
		border-radius: 5px;
	}

	.formblock .gform_wrapper #field_9_7,
	.formblock .gform_wrapper #field_10_7,
	.formblock .gform_wrapper #field_15_7 {
		margin: 0 -10px;
		width: calc(100% + 20px);
	}

	.formblock .gform_wrapper textarea {
		height: 42px;
		padding: 13px 0;
	}

	.formblock .gform_wrapper select {
		background-size: 9px 7px;
		background-position: calc(100% - 10px) center;
	}

	.formblock .gform_confirmation_wrapper {
		min-height: 220px;
		padding: 0 15px;
	}

	.formblock .gform_confirmation_message {
		font-size: 12px;
	}

	.solutions h3 {
		font-size: 25px;
		line-height: 36px;
		max-width: 326px;
	}

	.popup-active .formblock.fixed {
		height: 546px;
		max-width: 95%;
		background: transparent;
	}

	.home-hero-form-success.popup-active .formblock.fixed {
		background:#fff;
	}

	.home-hero-form-success

	.formblock .gform_wrapper .validation_message {
		position: absolute;
		text-align: left;
		top: auto;
		bottom: -6px;
		left: 0;
		right: auto;
		font-size: 9px;
	}

	.formblock .gform_confirmation_message h3 {
		font-size: 32px;
	}

	.formblock .gform_confirmation_message p {
		font-size: 20px;
		line-height: 26px;
	}

	.formblock {
		min-height: 100%;
	}

	.solutions {
		padding: 40px 0 50px 0;
	}

	.solutions h3 br {
		display: none;
	}

	.solutions .l2 {
		font-size: 14px;
		line-height: 20px;
		padding: 5px 0;
	}

	.solutions .l2 br {
		display: none;
	}

	.solutions .item h4 {
		font-size: 19px;
		line-height: 1.2;
	}

	.solutions .item p {
		font-size: 12px;
		line-height: 17px;
		max-width: 300px;
	}

	.solutions .item {
		padding-bottom: 15px;
	}

	.solutions .image,
	.solutions .image.i2 {
		height: 176px;
	}

	.solutions .bottom {
		padding: 0 25px;
	}

	.solutions .item p {
		padding-bottom: 22px;
	}

	#solutions-2.solutions {
		padding: 10px 0 80px 0;
	}

	.solutions .learnmore:hover {
		color:var(--blue);
	}
	
	
	.solutions .learnmore:hover::after {
		filter: none;
	}
	

	#brands h3 {
		font-size: 20px;
		line-height: 1.3;
		margin-bottom: 20px;
	}

	#features .item {
		flex-basis: 100%;
		padding: 0;
		text-align: left;
		flex-direction: row;
		display: flex;
		align-items: center;
		margin-top: 50px;
	}

	#features .image {
		justify-content: flex-start;
		width: 63px;
		height: 100%;
		margin: 0;
	}

	#features .image img {
		width: 90%
	}

	#features .item p {
		max-width: 250px;
		font-size: 16px;
		line-height: 19px;
	}

	#features .item .text {
		margin-left: 20px;
	}

	#features h3 {
		font-size: 25px;
		line-height: 32px;
		margin: 0 auto 0.5rem auto;
		width: 286px;
	}

	#features {
		padding: 50px 0;
	}

	#features h3 br {
		display: none;
	}

	#features .l2 {
		font-size: 18px;
		line-height: 28px;
		padding: 0 0 10px 0;
		margin: 0 auto;
		width: 316px;
	}

	#features .l2 br {
		display: block;
	}

	#gallery:before {
		height: 240px;
	}

	#gallery h3 {
		font-size: 32px;
		line-height: 36px;
		padding-top: 50px;
	}

	#gallery .swiper-slide {
		height: 250px;
	}

	#gallery .swiper-button-next,
	#gallery .swiper-button-prev {
		width: 40px;
		height: 40px;
		background-size: 100%;
		margin-top: 5px;
	}

	#testimonials {
		padding-top: 30px;
	}

	#testimonials h3 {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 0;
	}

	#testimonials .l1 {
		font-size: 14px;
	}

	#testimonials .swiper-wrapper {
		padding: 30px 0 15px 0;
	}

	#testimonials p {
		font-size: 12px;
		line-height: 19px;
	}

	#testimonials .swiper-slide {
		padding: 20px 15px;
	}

	#about {
		margin: 40px 0;
	}

	#about .container>.flex>div:nth-child(1) .bg {
		height: 80vw;
		margin: 0 15px;
	}

	#about .l1 {
		font-size: 30px;
	}

	#about .l2 p {
		line-height: 28px;
	}

	#banner {
		padding: 30px 0;
	}

	#banner .container {
		margin: 0;
	}

	#banner .l1 {
		font-size: 34px;
		line-height: 44px;
		max-width: 300px;
	}

	#banner .l2 {
		max-width: 290px;
		margin-bottom: 0;
		max-width: 310px;
	}

	#banner .l2 p {
		font-size: 18px;
		line-height: 24px;
		font-style: italic;
	}

	#cta {
		padding: 30px 0;
		margin: 0;
	}

	#cta img {
		width: 207px;
	}

	#cta .l1 {
		margin: 0;
		padding: 15px 0 10px 0;
	}

	#cta .l1 p {
		font-size: 21px;
	}

	#cta .l2 {
		font-size: 25px;
	}

	#footer {
		padding: 30px 0 80px 0;
	}

	#footer p {
		font-size: 13px;
		line-height: 18px;
		padding-bottom: 20px;
	}
}

#hero .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

#hero h1,
#hero .h1 {
	font-size: 80px;
	color: #fff;
	letter-spacing: 0;
	margin-bottom: 28px;
	margin-top: -90px;
}

#hero .review-widget {
	bottom: 20px;
	left: 20px;
}

#hero p {
	font-size: 24px;
	line-height: 34px;
	color: var(--white);
}

#hero span.extrabold {
	padding-top: 10px;
}

#hero lottie-player {
	width: 486px;
	margin-bottom: 30px;
}

#hero svg {
	display: block;
}

#hero .col-7 .button {
	width: 213px;
	height: 57px;
	border-radius: 999px;
	font-weight: 800;
	font-size: 20px;
	padding-top: 3px;
	margin-top: 0;
}

#hero .seals {
	bottom: 40px;
	left: 50px;
}

#hero .formblock .gform_confirmation_wrapper p {
	font-weight: 400;
	color: #000;
}

.formblock {
	border-radius: 5px;
	max-width: 510px;
}

.formblock .form-close {
	right: 0;
	font-size: 24px;
}

.formblock .l1 {
	font-size: 24px;
	line-height: 32px;
}

.formblock .gfield--width-half {
	width: calc(50% - 8px);
}

.formblock .gfield--width-half#field_24_4 {
	margin-left: 15px;
}

.formblock .l2 {
	font-size: 40px;
	line-height: 1.3;
}

.formblock .l3 {
	font-size: 32px;
	max-width: 410px;
	margin-top: -10px;
}

.formblock .l3:before {
	content: '';
	width: 100%;
	height: 2px;
	background: var(--white);
	position: absolute;
	top: 18px;
	left: 0;
}

.formblock .l4 {
	font-size: 26px;
	line-height: 40px;
}

.formblock .l5 {
	font-size: 21px;
	line-height: 35px;
}

.formblock .l6 {
	font-size: 19px;
	line-height: 24px;
}

.formblock .l7 {
	font-size: 12px;
	line-height: 15px;
}

.formblock .gform_wrapper {
	padding: 0px 22px 20px 22px;
}

.formblock .gform_wrapper #field_24_7,
.formblock .gform_wrapper #field_25_7 {
	margin: 0 -22px;
	width: calc(100% + 44px);
}

.formblock .gform_wrapper #field_24_7 .b-green,
.formblock .gform_wrapper #field_25_7 .b-green {
	/*background-image: url(../images/decor-dashed.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;*/
	padding-top: 15px;
	padding-bottom: 15px;
}

.formblock .gform_wrapper li {
	margin: 0;
}

.formblock .gfield_html {
	font-size: 16px;
	line-height: 1.3;
	color: var(--black);
	padding-bottom: 20px;
}

.formblock .gform_submission_error {
	display: none;
}

.formblock .gform_wrapper label {
	display: none !important
}

.formblock ::placeholder {
	opacity: 1;
	color: #000;
}

.formblock .gform_validation_container {
	display: none;
}

.formblock .gform_wrapper input[type="text"],
.formblock .gform_wrapper textarea,
.formblock .gform_wrapper select {
	font-size: 15px;
	border: 1px solid #a6a6a6;
	border-radius: 4px;
	text-indent: 10px;
	background: #fff;
}

.formblock .gform_wrapper input[type="text"],
.formblock .gform_wrapper select {
	padding: 0;
	height: 53px;
	line-height: 53px;
}

.formblock .gform_wrapper select {
	width: 100%;
	text-align: left;
	outline: none;
	appearance: none;
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	background-image: url(../images/down-arrow.png);
	background-image: -webkit-image-set(url(../images/down-arrow.png) 1x, url(../images/down-arrow@2x.png) 2x);
	background-size: 17px 11px;
	cursor: pointer;
}

.formblock .gform_wrapper select:focus .gf_placeholder {
    display: none !important;
}

.formblock .gform_wrapper textarea {
	height: 53px;
	padding: 16px 10px 10px 10px;
	resize: none;
	text-indent: 0;
}


.formblock .gfield:not(.gfield--type-hidden) .ginput_container {
	margin-bottom: 15px;
}

.formblock .gform_wrapper .validation_message {
	position: relative;
	text-align: left;
	top: -15px;
	right: 0;
	font-size: 12px;
}

.formblock .gform_confirmation_message h3 {
	font-size: 38px;
	line-height: 1.1;
	margin: 0 0 -10px 0;
}

.formblock .gform_confirmation_message p {
	font-size: 24px;
	line-height: 34px;
}

.formblock .gform_confirmation_wrapper {
	min-height: 553px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	color: #000;
}

#hero .formblock .gform_confirmation_wrapper p {
	font-weight: 400;
	color: #000;
}

.formblock.fixed {
	display: none;
}


.formblock .gform_footer {
	margin-bottom: -45px;
}

.formblock .gform_footer .button {
	width: 213px;
	height: 57px;
	padding: 0;
	text-align: center;
	line-height: 60px;
}

.formblock .gform_footer .button:hover {
	background-color: var(--green);
}

.p-close {
	display: none;
	width: 38px;
	height: 35px;
	background: #77BC43 url(../images/p-close.svg) no-repeat center;
}

@media only screen and (max-width:1335px) {

	#hero h1,
	#hero .h1 {
		font-size: 5.5vw;
	}

	.formblock .l2 {
		font-size: 3vw;
	}
	/*
	.formblock .gform_wrapper #field_24_7 .b-green,
	.formblock .gform_wrapper #field_25_7 .b-green {
		background-size: 94%;
	}
	*/
	.formblock .l6 {
		font-size: 17px;
		line-height: 24px;
	}

	.formblock .l6 br {
		display: none;
	}
}

@media only screen and (max-width:1200px) {
	.formblock .l6 {
		font-size: 15px;
		line-height: 22px;
	}
}

@media screen and (max-width: 1100px) {
	#hero {
		padding: 60px 0 20px 0;
	}

	#hero .flex {
		flex-direction: column;
		text-align: center;
	}

	#hero .review-widget {
		position: static;
		bottom: auto;
		left: auto;
		margin: 0 auto;
		margin-top: 80px;
		padding-bottom:15px;
		text-align:center;
		width: 280px;
	}

	#hero .review-widget iframe {
		margin:0 auto;
		display:block;
	}

	#hero .review-widget div {
		margin:0 auto;
	}

	#hero .container {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
		text-align: center;
	}

	#hero .col-7 {
		width: 100%;
		padding: 0;
	}

	#hero .formblock {
		margin: 30px auto;
		display: block;
	}

	#hero .seals {
		flex-direction: row;
		position: static;
		justify-content: center;
	}

	#hero .seals {
		margin-top: 20px;
	}

	#hero .seals img {
		margin: 10px;
	}

	#hero .col-5 {
		width: 100%;
	}

	.formblock .l6 br {
		display: block;
	}

	.formblock .l2 {
		font-size: 50px;
	}

	#hero h1,
	#hero .h1 {
		font-size: 8vw;
	}
}


@media screen and (min-width: 1100px) and (min-height: 800px) {
	#hero .container {
		padding-top: 140px !important;
		padding-bottom: 140px !important;
	}

	#hero .seals {
		bottom: 70px;
		left: 50px;
	}
}

@media (min-width: 1600px) {
	#hero .col-7 {
		width: 50%;
	}

	#hero .col-5 {
		width: 33.33333%;
	}

	#hero .innr {
		justify-content: center;
	}
}

@media (max-width: 567px) {
	#hero {
		text-align: center;
		overflow: hidden;
		/* height: calc((var(--vh, 1vh) * 100) - 50px ); */
		height: 100%;
		padding: 30px 0 0 0;
	}

	#hero .flex.innr {
		height: 100%;
		justify-content: space-between;
	}

	#hero .container {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
		height: 100%;
	}

	#hero h1,
	#hero .h1 {
		font-size: 10vw;
		line-height: 1;
		margin-bottom: 5px !important;
		margin-top: 0;
	}

	#hero h1 br,
	#hero .h1 br {
		display: block;
	}

	#hero .h1+img {
		max-width: 70%;
		margin: 15px auto;
	}

	#hero lottie-player {
		width: 88vw;
		margin-bottom: 3px;
		height: auto;
	}

	#hero p {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 28px;
	}

	#hero .formblock {
		margin-top: 20px;
	}

	#hero .seals {
		margin-top: -21px;
	}

	#hero .seals img {
		max-width: 90px;
	}

	#hero .col-7 {
		height: calc(100% - 310px);
	}

	#hero .col-5 {
		padding: 0;
		height: 310px;
	}

	.formblock .gform_footer {
		margin-bottom: 0;
	}

	.formblock {
		max-width: 100%;
	}

	.formblock .form-close {
		right: 0;
		top: 50px;
		font-size: 20px;
		color: #fff;
	}

	.formblock .l1 {
		font-size: 18px;
		line-height: 1;
	}

	.formblock .l2 {
		font-size: 32px;
		line-height: 1;
	}

	.formblock .l3 {
		font-size: 17px;
		max-width: 235px;
		margin-top: 0;
	}

	.formblock .l3:before {
		top: 9px;
	}

	.formblock .l4 {
		font-size: 12px;
		line-height: 20px;
	}

	.formblock .l5 {
		font-size: 10px;
		line-height: 1;
	}

	.formblock .l6 {
		font-size: 15px;
		line-height: 20px;
	}

	.formblock .l6 span {
		font-size: 18px;
	}

	.formblock .l7 {
		font-size: 12px;
	}

	.formblock .l6 br {
		display: block;
	}

	.formblock .b-green {
		padding: 10px 0;
	}

	.formblock .gfield_html {
		font-size: 9px;
		padding-bottom: 10px;
	}

	.formblock .gform_wrapper input[type="text"],
	.formblock .gform_wrapper select {
		height: 42px;
		line-height: 42px;
	}

	.formblock .gform_wrapper input[type="text"],
	.formblock .gform_wrapper textarea,
	.formblock .gform_wrapper select {
		text-indent: 10px;
		font-size: 15px;
	}

	.formblock .gform_wrapper #field_24_7,
	.formblock .gform_wrapper #field_25_7 {
		margin: 0 -20px;
		width: calc(100% + 40px);
	}

	.formblock .gform_wrapper textarea {
		height: 42px;
		padding: 10px 0;
	}

	.formblock .gform_wrapper select {
		background-size: 9px 7px;
		background-position: calc(100% - 10px) center;
	}

	.formblock .gform_confirmation_wrapper {
		min-height: 220px;
		padding: 0 15px;
		margin-top: auto;
		margin-bottom: auto;
	}

	.formblock .gform_confirmation_message {
		font-size: 12px;
	}

	.formblock .gform_wrapper .validation_message {
		position: absolute;
		text-align: left;
		top: auto;
		bottom: -6px;
		left: 0;
		right: auto;
		font-size: 9px;
	}

	.formblock #field_24_2 {
		margin-top: 25px;
	}

	.formblock #field_24_2,
	.formblock #field_24_3,
	.formblock #field_24_4,
	.formblock #field_24_5,
	.formblock #field_24_6,
	.formblock #gform_submit_button_24 {
		display: none
	}

	.formblock .gfield--width-half {
		width: 100%;
		margin-left:0 !important;
	}

	.formblock .gfield--width-half#field_24_4 {
		margin-left: 0;
	}

	#gform_wrapper_24 {
		width: 100%;
	}

	#hero .formblock {
		background: var(--green);
		border-radius: 0;
	}


	.formblock .gform_confirmation_message h3 {
		font-size: 32px;
	}

	.formblock .gform_confirmation_message p {
		font-size: 20px;
		line-height: 26px;
	}

	.formblock {
		min-height: 100%;
	}

	.popup-active .formblock.fixed {
		min-height:620px;
		overflow:hidden;
	}

	.popup-active .formblock .form-close {
        top: 16px;
		font-size:16px;
    }

}


@media only screen and (min-width: 1200px) {
	#hero .container {
		max-width: calc(1640px + 60px);
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width:1200px) {
	#hero .container {
		width: 100% !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media only screen and (max-width:576px) {
	#gallery {
		padding: 30px 0 0px 0;
	}

	#gallery .titleimage {
		padding-bottom: 12px;
	}

	#hero .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#hero .formblock {
		margin: 0 auto;
	}

	#hero .formblock .gform_wrapper {
		padding: 0px 25px 20px 25px;
		background: var(--green);
	}

	#hero p {
		padding-left: 15px;
		padding-right: 15px;
	}

	.formblock .gform_footer .button,
	#counter .button {
        width: 118px;
        height: 28px;
        line-height: 28px;
        font-size: 11px;
		margin-top: 0;
		position: relative;
	}

	#hero .gform_wrapper ul {
		margin-bottom: 0 !important
	}

	#hero .col-7 {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	#hero .review-widget {
		margin-top: 45px;
	}

	#hero .foot2 {
		padding-bottom: 30px;
		margin-top: 0;
	}

	#hero .foot2 .button {
		margin: 0 auto;
	}

	.home-hero-popup-active .formblock #field_24_2,
	.home-hero-popup-active .formblock #field_24_3,
	.home-hero-popup-active .formblock #field_24_4,
	.home-hero-popup-active .formblock #field_24_5,
	.home-hero-popup-active .formblock #field_24_6,
	.home-hero-popup-active .formblock #gform_submit_button_24 {
		display: block
	}

	.home-hero-popup-active .formblock #gform_submit_button_24 {
		margin-left: auto;
		margin-right: auto;
	}

	.home-hero-popup-active .formblock .foot2 {
		display: none;
	}

	.home-hero-popup-active #hero .formblock {
		background: #fff;
	}

	.home-hero-popup-active {
		overflow: hidden;
		position: relative;
	}

	.formblock .gform_confirmation_message h3 {
		margin: 0;
	}

	.home-hero-popup-active .p-close {
		display: block;
		z-index: 10;
	}

	.home-hero-form-success .p-close {
		background: #fff url(../images/p-close-black.svg) no-repeat center;
	}

	.home-hero-popup-active #hero .col-5 {
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 98;
		overflow: auto;
		padding-bottom: 50px;
	}

	.home-hero-popup-active #hero .formblock .gform_wrapper {
		background: #fff;
	}

	.home-hero-popup-active #hero .flex {
		justify-content: flex-start;
	}

	.home-hero-popup-active .menu-bottom {
		display: none;
	}

	.formblock .gform_confirmation_message p {
		font-size: 18px;
		line-height: 26px;
	}

	#hero .formblock .gform_confirmation_wrapper p {
		max-width: 350px;
	}

	.home-hero-form-success #hero .formblock {
		display:flex;
	}

	#hero .gform_confirmation_message .gform_footer .button {
		width: 150px;
		margin-top: -60px;
	}

	.home-hero-form-success .foot2 {
		display: none;
	}

	.home-hero-form-success:not(.home-hero-popup-active) #gform_confirmation_wrapper_24 .gform_footer.lg-hide.md-hide.sm-hide {
		display: none;
	}

	.home-hero-form-success:not(.home-hero-popup-active) #gform_confirmation_wrapper_24 h3 {
		color: #fff !important;
	}

	.home-hero-form-success:not(.home-hero-popup-active) #gform_confirmation_wrapper_24 p {
		margin-bottom: 0;
		color: #fff !important;
	}

	@media (max-width: 567px) {
		#hero .container {
			padding-top: 0 !important;
			padding-bottom: 0 !important;
			padding-left: 0 !important;
			padding-right: 0 !important;
			height: 100% !important;
		}
	}
}