@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,500i,600,700&display=swap');
@font-face { 
    font-family: 'Cuprum';
    src: url(../fonts/cuprum.eot?) format("eot"),
         url(../fonts/cuprum.woff) format("woff"),
         url(../fonts/cuprum.ttf) format("truetype");
}



body {
	font-family: 'Montserrat' !important;
	font-weight: 500;
	font-size: 14px;
	color: #1b1b1b;
}
body * {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
.aic {
	align-items: center;
}
ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 0;
}
.button {
	font-weight: 600;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	background: #037C4B;
	background: -webkit-linear-gradient(bottom, #037C4B, #22A612);
	background: -moz-linear-gradient(bottom, #037C4B, #22A612);
	background: linear-gradient(to top, #037C4B, #22A612);
	border-radius: 111px;
	padding: 28px 45px;
	display: inline-block;
	cursor: pointer;
	margin: 85px 0;
	-webkit-box-shadow: 0px 0px 40px rgba(90, 182, 59, 0.9);
	-moz-box-shadow:    0px 0px 40px rgba(90, 182, 59, 0.9);
	box-shadow:         0px 0px 40px rgba(90, 182, 59, 0.9);
}
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
}
header > *:not(:first-child) {
	margin-left: 10px;
}
.logo {
	width: 235px;
	height: 55px;
	background-image: url(/image/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.logo a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
header ul li {
	display: inline-block;
}
header ul li a:hover {
	color: #027c4b;
}
header ul li:not(:first-child) {
	margin-left: 30px;
}
header .header-btn {
	background: #fff;
	color: #14932c;
	border: 1px solid #027c4b;
	border-radius: 30px;
	padding: 14px 20px;
	transition: .2s;
}
header .header-btn:hover {
	background: #027c4b;
	color: #fff;
	border: 1px solid #027c4b;
	border-radius: 30px;
	padding: 14px 20px;
}
.icon {
	background-repeat: no-repeat;
	background-position: center center;
}
.icon.i-phone {
	width: 18px;
	height: 31px;
	background-image: url(/image/i-phone.png);
}
.header-contacts {
	margin-right: 0 !important;
}
.header-contacts .icon {
	display: inline-block;
	margin-right: 10px;
}
.header-contacts h4 {
	font-size: 1.35rem;
	font-weight: 700;
}
.header-contacts p {
	font-family: 'Cuprum';
	font-size: 1rem;
	color: #179727;
}
#main {
	margin-top: 70px;
	background-image: url(/image/header-bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: auto 530px;
	background-size: auto 530px;
	background-position: center right;
}
h2.main-heading {
	font-size: 2.6rem;
	line-height: 1.1;
}
h2.main-heading p {
	font-weight: 500;
}
.c-green {
	color: #027c4b;
}
div.special {
	margin-top: 75px;
}
div.special > p {
	font-size: 1.1rem;
	color: #797979;
}
div.special ul {
	display: inline-block;
	padding-left: 22px;
	margin-top: 30px;
	list-style-image: url(/image/li.png)
}
div.special ul:first-of-type {
	margin-left: 18px;
}
div.special ul:last-of-type {
	margin-left: 75px;
}
div.special ul > li {
	font-size: .95rem;
	padding-left: 5px;
}
div.special ul > li:not(:first-child) {
	margin-top: 14px;
}
div.heading {
	text-align: center;
}
p.crumb {
	display: inline-block;
	color: #8b8d8c;
	padding: 4px 13px;
	background-color: #f4f4f4;
	border-radius: 10px;
}
#why {
	margin-top: 50px;
	padding-top: 50px;
}
#why h2,
#events h2 {
	font-size: 2.4rem;
}
#why ul.benefits {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#why ul.benefits li {
	text-align: center;
	margin-top: 65px;
}
#why ul.benefits li p {
	font-size: 1.05rem;
	color: #1b1b1b;
	margin-top: 28px;
}
#why ul.benefits li span {
	display: inline-block;
	font-weight: 400;
	color: #606060;
	margin-top: 20px;
}
.divider {
	text-align: center;
}
.divider span {
	display: inline-block;
	margin: 90px 0;
	background-color: #dedede;
	width: 100%;
	max-width: 800px;
	height: 1px;
}
.gallery {
	margin-top: 65px;
}
.gallery .img-wrap {
	padding: 9px !important;
}
.gallery .img-container {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	height: 100%;
}
.gallery .img-wrap:not(.full-height) .img-container {
	height: 370px;
}
.gallery .img-container img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.slider-arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -29px;
	cursor: pointer;
	width: 58px;
	height: 58px;
	background-color: #def0d8;
	border-radius: 50%;
	z-index: 99;
}
.slider-arrow.prev {
	left: -138px;
}
.slider-arrow.next {
	right: -138px;
}
.slider-arrow.next:before {
	background-position: center right;
}
.slider-arrow:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9.5px;
	background-image: url(/image/arrows.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 18px;
}
#reviews .reviews-block.slick-slider {
	width: 750px !important;
	margin: 30px auto 0;
}
div.review {
    margin: 20px auto;
    position: relative;
    text-align: center;
    padding: 150px 50px 40px;
    max-width: 800px;
    -webkit-box-shadow: 0px 0px 25px rgba(167, 167, 167, 0.3);
    -moz-box-shadow: 0px 0px 25px rgba(167, 167, 167, 0.3);
    box-shadow: 0px 0px 25px rgba(167, 167, 167, 0.3);
}
div.review:after {
	content: '';
	display: block;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -23.5px;
	width: 47px;
	height: 38px;
	background-image: url(/image/quote.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: center center;
}
h2 {
    text-transform: none;
}
div.review .review-text {
	font-weight: 500;
	font-style: italic;
	font-size: 1.1rem;
	color: #1b1b1b;
}
div.review .review-author {
	font-weight: 600;
	font-size: 1.3rem;
	margin-top: 36px;
}
div.review .review-vac {
	color: #7f8081;
	font-size: 1.05em;
	line-height: 1;
}
div.review .full-review {
	margin-top: 50px;
}
div.review .full-review a {
	color: #14a83a;
	font-weight: 600;
	font-size: 1.05em;
}
div.reviews-nav .slick-list {
	padding: 0 !important;
}
div.review-nav {
	padding: 0 20px;
	cursor: pointer;
}
div.review-nav a {
	width: 100%;
	height: 100%;
	display: inline-block;
}
div.reviews-nav {
	padding-top: 45px;
}
.slick-slide:focus {
    outline: none;
}
div.review-nav img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: .3s;
}
div.review-nav:hover img,
div.review-nav.slick-center img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}
#app {
	background-image: url(/image/app-bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: auto 70%;
	background-size: auto 70%;
	margin-top: 145px;
}
.uline {
	text-decoration: underline;
}
#app {
	padding-top: 60px;
}
#app > p {
	font-weight: 300;
	font-size: 1.8rem;
}
#app > h3 {
	font-size: 2.4rem;
}
#app form {
	display: block;
	width: 70%;
	margin: 65px auto 0;
	background-color: #fff;
	padding: 45px 60px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 25px rgba(167, 167, 167, 0.3);
	-moz-box-shadow:    0px 0px 25px rgba(167, 167, 167, 0.3);
	box-shadow:         0px 0px 25px rgba(167, 167, 167, 0.3);
}
#app form label {
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 12px;
	cursor: pointer;
}
#app form input:not(.button),
#app form textarea {
	outline: none;
	width: 100%;
	padding-left: 20px;
	border: 1px solid #cecece;
	border-radius: 8px;
	font-size: 1rem;
}
#app form textarea {
	height: 105px;
	resize: none;
	padding-top: 15px;
}
#app form input:not(.button) {
	margin-top: 10px;
	height: 60px;
	margin-bottom: 28px;
}
#app form label span {
	display: inline-block;
	vertical-align: middle;
	font-size: .92rem;
	color: #a2a2a2;
}
#app form label,
#app form input {
	display: block;
}
#app > p,
#app > h3 {
	color: #fff;
	text-align: center;
}
#app input[type="submit"] {
	margin: 55px auto;
}
#app .rules {
	font-size: .95rem;
	text-align: center;
}
#app .rules a {
	color: #1b9c1f;
}
footer {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer p.copy {
	padding-top: 35px;
	padding-bottom: 70px;
	color: #868383;
	font-size: .91rem;
	line-height: 1.5;
}
.mobile-menu-icon {
	display: none;
	width: 54px;
	height: 29px;
	background-image: url(/image/menu.png);
	background-position: center center;
}
#main .header-mobile {
	display: none;
}

.wpcf7 .screen-reader-response {
	color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 15px;
}

.mobile-menu {
	display: none;
}

.mobile-menu {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 135px;
	left: 100%;
	z-index: 99;
	background-color: #fff;
	transition: .3s;
}
.mobile-menu.show {
	left: 0;
	display: block;
}

div.popup-wrapper {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.85);
	z-index: 10000;
    color: #000;
}
div.popup-wrapper .popup-alert {
	position: relative;
	width: 85%;
    max-width: 1000px;
    margin: auto;
    background-color: #fff;
    max-height: 90vh;
    overflow-y: auto;
    padding-bottom: 20px;
    padding-top: 50px;
}
div.popup-wrapper .popup-content,
div.popup-wrapper div:not(.popup-content) > div > form .row {
    padding: 0 250px;
    margin: 0;
}
div.popup-wrapper span.popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    transition: background-color 0.25s;
    user-select: none;
}
div.popup-wrapper span.popup-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
div.popup-wrapper span.popup-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
div.popup-wrapper span.popup-close:before,
div.popup-wrapper span.popup-close:after {
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #858585;
    -webkit-transition: all .4s;
    transition: all .4s;
}

div.popup-wrapper span.popup-close:hover:before,
div.popup-wrapper span.popup-close:hover:after {
    background-color: #067935;
}
div.popup-wrapper span.popup-close:hover:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
div.popup-wrapper span.popup-close:hover:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
div.popup-wrapper textarea {
    border: 1px solid #eee;
    background: #fff;
    padding: 14px 30px;
    margin-bottom: 25px;
    border-radius: 0;
    resize: none;
}
button:focus,
.button:focus {
	outline: none;
}
div.popup-wrapper p.form-head {
	text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}
div.popup-wrapper .personal {
	color: #5770b1;
	text-align: center;
	margin-top: 40px;
}
div.popup-wrapper .personal a {
	display: block;
	text-decoration: underline;
	color: #337ab7;
}
div.popup-wrapper .personal {
	user-select: none;
}
div.popup-wrapper .personal input[type="checkbox"] {
	margin-right: 5px;
}
div.popup-wrapper .custom-input {
    position: relative;
}
div.popup-wrapper .focused .custom-placeholder {
    top: -8px;
    color: #afafaf;
    font-size: 13px;
}
div.popup-wrapper .focused.focused-textarea .custom-placeholder {
    top: -25px;
}
div.popup-wrapper .custom-placeholder {
    position: absolute;
    top: 12px;
    left: 30px;
    cursor: text;
    font-weight: 300;
    -webkit-transition: all .3s;
    transition: all .3s;
}
div.popup-wrapper .wpcf7-form-control-wrap {
    position: static;
}
div.popup-wrapper .has-error * {
    color: #f00 !important;
}
div.popup-wrapper .has-error input::placeholder,
div.popup-wrapper .has-error textarea::placeholder {color: #f00;}
div.popup-wrapper .has-error input::-webkit-input-placeholder,
div.popup-wrapper .has-error textarea::-webkit-input-placeholder {color:#f00;}
div.popup-wrapper .has-error input::-moz-placeholder,
div.popup-wrapper .has-error textarea::-moz-placeholder {color:#f00;}
div.popup-wrapper .has-error input:-moz-placeholder,
div.popup-wrapper .has-error textarea:-moz-placeholder {color:#f00;}
div.popup-wrapper .has-error input:-ms-input-placeholder,
div.popup-wrapper .has-error textarea:-ms-input-placeholder {color:#f00;}
div.popup-wrapper .has-error input,
div.popup-wrapper .has-error textarea {
    border-color: #f00 !important;
}
div.popup-wrapper input[type="tel"]:focus {
    background-color: transparent;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}
div.popup-wrapper .col-lg-12 .form-row,
div.popup-wrapper .col-lg-12 .form-row .wpcf7-form-control-wrap,
div.popup-wrapper .col-lg-12 .form-row .wpcf7-form-control-wrap input,
div.popup-wrapper .col-lg-12 .form-row .wpcf7-form-control-wrap textarea {
    width: 100%;
}
div.popup-wrapper .col-lg-12 .form-row .wpcf7-form-control-wrap textarea {
    height: 150px;
}
div.popup-wrapper label {
	display: block;
}
div.popup-wrapper .button {
	padding-left: 80px;
	padding-right: 80px;
}
div.popup-wrapper input[type="text"],
div.popup-wrapper input[type="email"],
div.popup-wrapper input[type="tel"] {
	padding-left: 20px;
    border: 1px solid #cecece;
    border-radius: 8px;
    font-size: 1rem;
    margin-top: 10px;
    height: 60px;
    margin-bottom: 28px;
    width: 100%;
}
div.popup-wrapper input[type="text"]:focus,
div.popup-wrapper input[type="email"]:focus,
div.popup-wrapper input[type="tel"]:focus {
	border: 1px solid #cecece;
    border-radius: 8px;
	outline: none;
}
div.popup-wrapper input[type="submit"] {
    display: block;
    margin: 10px auto;
}


@media (max-width: 1200px) {
    div.popup-wrapper .popup-content,
    div.popup-wrapper div:not(.popup-content) > div > form .row {
        padding: 0 100px;
    }
}
@media (max-width: 768px) {
	div.popup-wrapper .popup-alert {
		width: 100%;
		max-height: 100vh;
		height: 100vh;
	}
	div.popup-wrapper .popup-form-alert {
		overflow-y: visible;
	}
	div.popup-wrapper .popup-form-content {
		max-height: 90vh;
		overflow-y: auto;
	}
	div.popup-wrapper .popup-form-alert span.popup-close {
		top: -16px;
		right: -16px;
		background-color: #fff;
	    border: 1px solid #097736;
		border-radius: 0;
		width: 35px;
		height: 35px;
	}
	div.popup-wrapper .popup-form-alert span.popup-close:before,
	div.popup-wrapper .popup-form-alert span.popup-close:after {
		left: 2px;
		top: 16px;
		background-color: #097736;
	}
	div.popup-wrapper .popup-form-alert span.popup-close:hover:before,
	div.popup-wrapper .popup-form-alert span.popup-close:hover:after {
		background-color: #064721;
	}
	div.call-us {
		display: none;
	}
    div.popup-wrapper .popup-content,
    div.popup-wrapper div:not(.popup-content) > div > form .row {
        padding: 0 30px;
        margin: 0;
    }
}
@media (max-width: 550px) {
    div.popup-wrapper .popup-content,
    div.popup-wrapper div:not(.popup-content) > div > form .row {
        padding: 0;
    }
    div.popup-wrapper .popup-alert {
        padding: 50px 30px;
    }
}


@media (max-width: 1180px) {
	header ul li:not(:first-child) {
		margin-left: 10px;
	}
}
@media (max-width: 1150px) {
	#main {
	    -webkit-background-size: auto 470px;
	    background-size: auto 470px;
	}
}
@media (max-width: 1080px) {
	#main {
	    -webkit-background-size: auto 350px;
	    background-size: auto 350px;
	}
	#reviews .reviews-block.slick-slider {
		width: 600px !important;
	}
}
@media (max-width: 960px) {
	#main {
	    margin-top: 0;
	    background: none !important;
	}
	#main .header-mobile {
		display: block;
		margin-top: 30px;
		width: 500px;
		max-width: 90%;
	}
	#events {
		display: none;
	}
	.divider span {
		max-width: none;
	}
}
@media (max-width: 1120px) {
	header {
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media (max-width: 820px) {
	header {
		justify-content: space-between;
	}
	header .header-contacts,
	header .header-btn,
	header .main-menu {
		display: none;
	}
	.container {
		padding-right: 0;
		padding-left: 0;
	}
	#main,
	#why,
	#events,
	#reviews {
		padding-right: 10px;
    	padding-left: 10px;
    	overflow-x: hidden;
	}
	.mobile-menu-icon {
		display: block;
	}
}
@media (max-width: 768px) {
	h2.main-heading {
		font-size: 2.2rem;
	}
	div.special > p {
		margin-bottom: 20px;
	}
	div.special ul {
		margin: 0 !important;
	}
	div.special ul > li {
		margin-top: 14px !important;
	}
	.button {
		font-size: 1rem;
		padding: 20px;
		margin: 85px 0 50px 20px;
		text-align: center;
	}
	#why {
		margin-top: 0;
		padding-top: 30px;
	}
	#reviews .reviews-block.slick-slider {
		width: 100% !important;
	}
	.divider span {
		margin: 40px 0;
	}
	div.review {
		margin: 10px;
		-webkit-box-shadow: 0px 0px 20px rgba(167, 167, 167, 0.3);
	    -moz-box-shadow: 0px 0px 20px rgba(167, 167, 167, 0.3);
	    box-shadow: 0px 0px 20px rgba(167, 167, 167, 0.3);
	    padding: 130px 50px 30px;
	}
	div.review .review-text {
		font-size: .95rem;
	}
	div.review-nav {
		padding: 0 5px;
	}
	div.reviews-nav {
		padding-top: 30px;
	}
	#app {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 40px;
	}
	#app > p {
		font-size: 1.4rem;
	}
	#app > h3 {
		font-size: 1.7rem;
		font-weight: 700;
		margin-top: 25px;
	}
	#app form {
		width: 96%;
		padding: 25px 30px;
	}
	#app input[type="submit"] {
		width: 100%;
	}
	footer p.copy {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	.mobile-menu-icon {
		width: 45px;
		height: 24px;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.mobile-menu ul {
		text-align: center;
		font-size: 1.7rem;
	}
	.mobile-menu ul li {
		margin-top: 10px;
	}
}