@charset "utf-8";
/* Style CSS */


/*font-family: 'Poppins', sans-serif;*/


.reverse_row {
	flex-direction: row-reverse;
}

.sub_head {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 8px 16px;
	letter-spacing: 2px;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 5px;
	font-family: 'AvenirNext-Bold';
}

.sub_head a {
	color: #fff;
}

/* Original green style for main CTA buttons */
.cta .sub_head,
#banner .sub_head,
.page-template-landing-page #banner .sub_head,
.cap .sub_head {
	color: #fff;
	background: #0ADD8D;
	border: none;
	border-radius: 0 100px 100px 100px;
	padding: 5px 18px;
	font-size: 16px;
}

.cta .sub_head a,
#banner .sub_head a,
.cap .sub_head a {
	color: #fff;
}

.sub_title {
	margin-bottom: 20px;
	font-family: 'AvenirNext-Medium';
	color: #54565A;
}

.flexible_block {
	margin: 0 0 35px;
	padding: 0;
}

.flexible_block .img {
	margin: 0;
	padding: 0;
}

.flexible_block .img img {
	margin: 0;
	padding: 0;
	width: 100%;
}

.flexible_block .txt {
	margin: 0;
	padding: 0;
}

.flexible_block .txt>*:last-child {
	margin-bottom: 0;
}

.bot_curve {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.bot_curve img {
	width: 100%;
	height: auto;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.mar_bot_0 {
	margin-bottom: 0 !important;
}

.top_center_info {
	margin: 0 auto;
	max-width: 100%;
	width: 732px;
	padding: 0 0 25px 0;
	position: relative;
	z-index: 2;
	text-align: center;
}

.top_center_info h2 {
	margin: 0 0 30px 0;
}

header {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

header .logo {
	margin: 0;
	padding: 44px 0 30px 0;
	float: none;
}

header .logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

#nav {
	float: none;
	margin: 0;
	padding: 0 0 0 70px;
}

#nav>ul {
	margin: 0;
	padding: 0;
	display: block;
}

#nav>ul>li {
	margin: 0;
	padding: 0 0 0 0;
	display: block;
	float: left;
	position: relative;
}

#nav>ul>li>a {
	margin: 0;
	padding: 47px 15px 15px;
	display: block;
	font-size: 16px;
	color: #fff;
	font-family: 'AvenirNext-Medium';
	padding-top: 0 !important;
}

#nav>ul>li:hover>a {
	color: #fff;
}

#nav>ul>li.current-menu-item>a {
	background: #0ADD8D;
	border-radius: 0 0 15px 15px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

#nav>ul>li>ul {
	margin: 0;
	width: 540px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 50px 65px;
	background: #fff;
	border-top: 8px solid #0ADD8D;
	border-radius: 5px;
	display: none;
}

#nav>ul>li:hover>ul {
	display: block;
}

#nav>ul>li>ul:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(10, 221, 141, 0);
	border-bottom-color: #0ADD8D;
	border-width: 20px;
	margin-left: -10px;
}

#nav>ul>li>ul>li {
	margin: 0 0 7px 0;
	padding: 0;
	display: block;
	width: 50%;
	float: left;
}

#nav>ul>li>ul>li>a {
	font-size: 12px;
	color: #54565A;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 8px 0;
}

#nav>ul>li>ul>li>a:hover {
	color: #0ADD8D;
}

#nav>ul>li>ul>li>ul {
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
}

#nav>ul>li>ul>li>ul li {
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
}

#nav>ul>li>ul>li>ul li a {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #54565A;
	font-weight: normal;
	font-family: 'AvenirNext-DemiBold';
}

#nav>ul>li>ul>li>ul li a:hover {
	color: #0ADD8D;
}


#mob_menu {
	display: none;
	margin: 0;
	padding: 0;
	background: #FAF8F3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	overflow: auto;
}

#mob_menu .mob_menu_bg_curve {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

#mob_menu .mob_menu_bg_curve img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#mob_menu .mob_nav {
	padding: 60px 35px 40px 35px;
	margin: 0;
}

#mob_menu h4 {
	border-bottom: 1px solid #ccc;
	padding: 0 20px 15px 20px;
	margin: 0 0 20px 0;
	font-size: 22px;
}

#mob_menu ul {
	margin: 0;
	padding: 0 20px;
}

#mob_menu ul li {
	margin: 0;
	padding: 5px 0;
	display: block;
}

#mob_menu ul li a {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 18px;
	color: #4A4A4A;
}

#mob_menu ul li a:hover {
	color: #0ADD8D;
}

#mob_menu .mob_nav>ul>li>a {
	font-weight: normal;
	font-family: 'AvenirNext-DemiBold';
}

#mob_menu .menu_bot {
	margin: 0;
	padding: 28px 35px;
	background: #2C2E30;
	color: #fff;
	border-bottom: 30px solid #1A1A1C;
}

#mob_menu .menu_bot h3 {
	font-size: 20px;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0;
	text-transform: none;
	letter-spacing: 0;
}

#mob_menu .menu_bot p {
	margin: 0;
	padding: 0;
}

#mob_menu .menu_bot p a {
	color: inherit;
}

#mob_menu .top_head {
	background: url(../images/mob_head_bg.png) no-repeat bottom center;
	background-size: cover;
	padding: 0 20px 0 20px;
	position: relative;
}


#slider {
	margin: 0;
	padding: 0;
	position: relative;
	color: #fff;
}

#slider .slider_inn:after {
	content: '';
	position: absolute;
	bottom: -170px;
	left: 20px;
	width: 643px;
	height: 568px;
	background: url(../images/circle_bg.svg) no-repeat center center;
	background-size: 100% auto;
	z-index: 2;
}

#slider .slider_inn {
	height: 800px;
	width: 100%;
}

#slider .sub_head {
	padding: 0;
	font-size: 30px;
}

#slider .sub_head {
	padding: 10px 45px;
	display: inline-block;
	vertical-align: top;
}

#slider .video_frame {
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	background-position: center center !important;
	background-size: cover !important;
	z-index: 1;
	overflow: hidden;
}

#slider .video_frame iframe {
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	max-width: none;
	margin: 0 !important;
}

#slider .cap {
	position: absolute;
	top: 225px;
	left: 0;
	width: 100%;
	z-index: 22;
}

#slider .cap .cap_inn {}

#slider h1 {
	color: #fff;
	text-shadow: 0 3px 5px rgb(44 46 48 / 50%);
}

#slider p {
	font-size: 22px;
	margin-bottom: 30px;
	line-height: 1.545;
	text-shadow: 0 2px 4px #2C2E30;
	font-family: 'AvenirNext-Medium';
}

#slider .swiper-wrapper {
	z-index: 2;
}

#slider .swiper_pager {
	position: absolute;
	bottom: 222px;
	left: 0;
	width: 100%;
}

#slider .swiper_pager .swiper-pagination {
	position: static;
	text-align: left;
	padding-left: 280px;
}

#slider .swiper-pagination-bullet {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: 0 9px;
	padding: 0;
	border: 1px solid #0ADD8D;
	background: transparent;
	opacity: 1;
}

#slider .swiper-pagination-bullet-active,
#slider .swiper-pagination-bullet:hover {
	background: #0ADD8D;
}

#slider .swiper-slide {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
}

#slider .swiper-slide:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: 0.3;

	/*
background: #585a5e; 
background: -moz-linear-gradient(top,  #585a5e 0%, #2c2e30 100%); 
background: -webkit-linear-gradient(top,  #585a5e 0%,#2c2e30 100%);
background: linear-gradient(to bottom,  #585a5e 0%,#2c2e30 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585a5e', endColorstr='#2c2e30',GradientType=0 ); */



	background: #2c2e30;
	background: -moz-linear-gradient(top, #2c2e30 0%, #585a5e 100%);
	background: -webkit-linear-gradient(top, #2c2e30 0%, #585a5e 100%);
	background: linear-gradient(to bottom, #2c2e30 0%, #585a5e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2e30', endColorstr='#585a5e', GradientType=0);

}

#slider .bot_curve {
	z-index: 2;
	bottom: -2px;
}

#slider .swiper-pagination {
	width: 920px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 244px;
	text-align: left;
	margin-left: 150px;
	z-index: 22;
}


.desc_desc_block {
	padding: 60px 0 100px 0;
	margin: 0;
}

.desc_desc_block .left_desc {
	padding: 0 0 0;
	margin: 0;
	max-width: 570px;
}

.desc_desc_block .left_desc h4 {}

.desc_desc_block .right_desc {
	padding: 0 0 0 0;
}

.desc_desc_block .left_desc .btn {
	margin-top: 20px;
}

.desc_desc_block .right_desc .phone {
	margin: 0 0 16px 0;
	padding: 0 0 0 32px;
	background: url(../images/phone.svg) no-repeat 0px 5px;
}

.desc_desc_block .right_desc .mail {
	margin: 0 0 31px 0;
	padding: 0 0 0 32px;
	background: url(../images/email.svg) no-repeat 0px 7px;
}

.desc_desc_block .right_desc .phone a,
.desc_desc_block .right_desc .mail a {
	color: #54565A;
}

.desc_desc_block .right_desc .phone a:hover,
.desc_desc_block .right_desc .mail a:hover {
	color: #0ADD8D;
}

.desc_desc_block .right_desc .phone strong,
.desc_desc_block .right_desc .mail strong {
	font-weight: normal;
}

.desc_desc_block strong {
	font-weight: normal;
	font-family: 'AvenirNext-DemiBold';
}

.approved_by {
	padding: 38px 0 32px 0;
	margin: 0;
	/*background:#2C2E30;*/
	background: url(../images/approved_by_bg_2.svg) no-repeat center center;
	background-size: cover;
}

.approved_by .left_block {
	margin: 0;
	padding: 0 20px 0 0;
}

.approved_by .left_block p {
	margin: 0 0 25px 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
}

.approved_by .left_block .btn {
	border: 2px solid #fff;
	padding: 5px 22px;
	margin-right: 20px;
	border-radius: 100px;
	color: #fff;
	font-size: 14px;
}

.approved_by .left_block .btn:hover {
	background: #0ADD8D;
	border-color: #0ADD8D;
	color: #fff
}

.approved_by .left_block .btn:last-child {
	margin-right: 0;
}

.approved_by .right_block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.approved_by .right_block .img {
	margin: 0;
	padding: 0;
}

.approved_by .right_block .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.desc_img_block {
	padding: 80px 0 70px 0;
	margin: 0;
	background: #F1EDE5;
	position: relative;
}

.desc_img_block .container {
	position: relative;
	z-index: 2;
}

.desc_img_block .img {
	margin: 0;
	padding: 0;
	text-align: center;
}

.desc_img_block .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.desc_img_block .desc {
	margin: 0;
	padding: 0 40px 0 0;
}

.desc_img_block .desc .btn {
	margin: 20px 15px 0 0;
}

.desc_img_block .desc .btn:last-child {
	margin-right: 0;
}


.img_desc_block {
	padding: 50px 0 0 0;
	margin: 0;
	background: #FAF8F3;
	position: relative;
}

.img_desc_block .img {
	margin: 0;
	padding: 0;
	text-align: center;
}

.img_desc_block .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.img_desc_block .desc {
	margin: 0;
	padding: 0 0 0 30px;
}

.img_desc_block .desc .btn {
	margin: 20px 15px 0 0;
}

.img_desc_block .desc .btn:last-child {
	margin-right: 0;
}

.img_desc_block .bot_curve {
	position: static;
}

.desc_block {
	margin: 0;
	padding: 70px 0 0 0;
	background: #FAF8F3;
	position: relative;
}

.desc_block .container {
	z-index: 2;
	position: relative;
}

.desc_block .bot_curve {
	position: static;
}

.desc_block ol {
	margin: 0;
	padding: 0 0 10px 10px;
	display: block;
}

.desc_block ol li {
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
}

.desc_block .btn {
	min-width: 190px;
	margin: 10px 20px 0 0;
}

.steps {
	margin: 0;
	padding: 100px 0 85px 0;
	text-align: center;
}

.steps h2 {
	margin-bottom: 35px;
}

.steps h4.sub_title {
	margin: 0 auto 50px;
	width: 540px;
	max-width: 100%;
}

.step_block {
	margin: 0;
	padding: 0 30px;
	position: relative;
	text-align: center;
}

.step_block .arr_img {
	position: absolute;
	top: 31px;
	right: -30px;
	width: 34px;
	height: 95px;
	background: url(../images/big_arr.png) no-repeat center center;
}

.step_block .img {
	margin: 0 0 20px 0;
	padding: 0;
	height: 175px;
}

.step_block .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.step_block .desc {
	margin: 0;
	padding: 0;
}

.step_block .desc h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.step_block .desc p {
	margin: 0;
	padding: 0;
}

.quote_block {
	margin: 0;
	padding: 0;
	background: url(../images/quote_block_bg.jpg);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.quote_block .swiper-wrapper .swiper-slide {
	padding-left: 60px;
}

.price_wrap {
	text-align: center;
	padding: 100px 0 85px 0;
	margin: 0;
	position: relative;
}

.price_wrap .container {
	position: relative;
	z-index: 2;
}

.price_wrap .price_bot_curve {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.price_wrap .price_bot_curve img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.price_wrap h2 {
	margin-bottom: 35px;
}

.price_wrap h4.sub_title {
	width: 730px;
	max-width: 100%;
	margin: 0 auto 50px;
	padding: 0;
}

.price_wrap .see_price {
	color: #2C2E30;
	text-decoration: underline;
	font-family: 'AvenirNext-DemiBold';
	font-size: 18px;
}

.price_wrap .see_price:hover {
	color: #0ADD8D;
}

.price_block {
	margin: 0 auto 50px;
	border-radius: 8px;
	padding: 55px 64px 100px 64px;
	text-align: center;
	background: #fff;
	box-shadow: 0 2px 10px #CFC5B0;
	height: 100%;
	position: relative;
	max-width: 100%;
}

.price_block .desc {
	text-align: left;
}

.price_block h2 {
	margin: 0;
}

.price_block h5 {
	padding: 0 0 14px 0;
	margin: 0 0 14px 0;
	border-bottom: 1px solid #E7EAEE;
	color: #54565A;
	font-weight: normal;
	font-family: 'AvenirNext-Medium';
}

.price_block .btn {
	border-radius: 100px;
	padding: 6px 15px;
	margin-top: 0;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	letter-spacing: 1px;
}

.price_block .btn:hover {
	border-color: #0ADD8D;
	color: #0ADD8D;
	background: #fff;
}

.price_block p {
	margin-bottom: 10px;
}

.price_block p a {
	color: inherit;
}

.price_block.price_block_2 {
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0add8d+0,75dab4+100 */
	background: #0add8d;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0add8d 0%, #75dab4 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0add8d 0%, #75dab4 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0add8d 0%, #75dab4 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0add8d', endColorstr='#75dab4', GradientType=0);
	/* IE6-9 */
}

.price_block.price_block_2 h2 {
	color: #fff;
}

.price_block.price_block_2 h5 {
	color: #fff;
}

.price_block.price_block_2 .btn {
	border-color: #fff;
	color: #fff;
	width: 160px;
	background: transparent;
}

.price_block.price_block_2 .btn:hover {
	border-color: #fff;
	color: #0ADD8D;
	background: #fff;
}

.cta {
	padding: 70px 0;
	margin: 0;
	background: url(../images/cta_bg.png) no-repeat center center;
	background-size: cover;
}

.cta .cta_left {
	margin: 0;
	padding: 0;
	color: #fff;
	max-width: 410px;
}

.cta .cta_right {
	margin: 0;
	background: #f6f8f9;
	border-radius: 10px;
	padding: 25px 50px;
}

.cta .cta_left .sub_head {
	background: #fff;
	margin-bottom: 15px;
	color: #0ADD8D;
}

.cta .cta_left h2 {
	color: #fff;
	margin-bottom: 25px;
	font-family: 'AvenirNext-Heavy';
}

.cta .cta_left p {
	color: #fff;
	font-size: 20px;
	font-family: 'AvenirNext-Medium';
}

.cta .cta_right h3 {
	text-align: center;
}

.cta .cta_right h2 {
	text-align: center;
}

.cta .cta_right input[type="submit"] {
	float: right;
	border-radius: 5px;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 15px 10px;
	width: 107px;
	font-size: 14px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0add8d+0,75dab4+100 */
	background: #0add8d;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0add8d 0%, #75dab4 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0add8d 0%, #75dab4 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0add8d 0%, #75dab4 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0add8d', endColorstr='#75dab4', GradientType=0);
	/* IE6-9 */
}

footer {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #DFDFDF;
	background: #2C2E30;
}

footer p {
	margin-bottom: 15px;
}

footer a {
	color: inherit;
}

footer a:hover {
	color: #0ADD8D;
}

footer h3 {
	color: #F5F5F5;
	letter-spacing: 0;
	margin: 30px 0 15px 0;
	padding: 0;
	text-transform: none;
	font-size: 15px;
}

footer h3:first-child {
	margin-top: 0;
}

footer .f_top {
	margin: 0;
	padding: 70px 0;
}

footer .f_block {
	margin: 0;
	padding: 0 0 0 30px;
	border-right: 1px solid #5E5E5E;
	height: 100%;
}

footer .f_block_1 {
	padding-left: 0;
}

footer .f_block_1,
footer .f_block_4 {
	border-right: none;
}

footer .f_logo {
	margin: 0 0 50px 0;
}

footer .phone {
	margin: 0 0 16px 0;
	padding: 0 0 0 45px;
	background: url(../images/phone_2.svg) no-repeat 0px 5px;
}

footer .mail {
	margin: 0 0 0 0;
	padding: 0 0 0 45px;
	background: url(../images/email_white.svg) no-repeat 0px 5px;
}

footer .phone a,
footer .mail a {
	color: #fff;
}

footer .phone a:hover,
footer .mail a:hover {
	color: #0ADD8D;
}

footer .phone strong,
footer .mail strong {
	font-family: 'AvenirNext-Bold';
}

footer ul {
	margin: 0;
	padding: 0;
	display: block;
}

footer ul li {
	margin: 0;
	padding: 0;
	display: block;
}

.copyright {
	padding: 26px 0;
	margin: 0;
	background: #1A1A1C;
}

.copyright .copyright_inn {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.copyright p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #A2A5AA;
}

.copyright .f_social {
	margin: 0;
	padding: 0;
}

.copyright .f_social a {
	margin: 0 0 0 15px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
	background-position: center center !important;
}

.copyright .f_social a.facebook {
	width: 10px;
	height: 20px;
	background-image: url(../images/facebook.svg);
}

.copyright .f_social a.twitter {
	width: 23px;
	height: 20px;
	background-image: url(../images/twitter.svg);
}

.copyright .f_social a.linkedin {
	width: 21px;
	height: 20px;
	background-image: url(../images/linkedin.svg);
}

.copyright .f_social a.facebook:hover {
	background-image: url(../images/facebook_white.svg);
}

.copyright .f_social a.twitter:hover {
	background-image: url(../images/twitter_white.svg);
}

.copyright .f_social a.linkedin:hover {
	background-image: url(../images/linkedin_white.svg);
}

#banner {
	margin: 0;
	padding: 210px 0 0 0;
	height: 700px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	color: #fff;
	position: relative;
}

#banner .banner_inn {
	padding: 0 0 0 0;
	margin: 0;
	width: 744px;
	max-width: 100%;
}

#banner h1 {
	color: #fff;
	text-shadow: 0 3px 5px rgb(44 46 48 / 50%);
}

#banner p {
	font-size: 22px;
	margin-bottom: 30px;
	line-height: 1.545;
	text-shadow: 0 2px 4px #2C2E30;
	font-family: 'AvenirNext-Medium';
}

#banner.cont_banner {
	height: 600px;
}

#banner.inner_page_banner .banner_inn {
	width: 100%;
}

#banner.inner_page_banner .banner_inn p {
	max-width: 555px;
}

.video_block {
	margin: 0;
	padding: 0 0 85px 0;
}

.video_block .video_block_inn {
	margin: 0;
	padding: 0;
}

.video_block img,
.video_block iframe {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.video_block .cap {
	margin: 0;
	padding: 0;
}

.video_block p {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
	color: #7E8085;
}

.alcohol_lock_scheme_page .desc_img_block {
	padding-bottom: 156px;
}

.pricer_top {
	padding: 85px 0 20px 0;
	margin: 0;
}

.pricer_top .pricer_top_left {
	margin: 0;
	padding: 0 15px 0 0;
	position: relative;
	z-index: 2;
}

.pricer_top .pricer_top_right {
	margin: 0;
	padding: 0 0 0 15px;
	position: relative;
	z-index: 2;
}

.pricer_top .pricer_top_left .img {
	margin: 0 0 45px 0;
	padding: 0;
}

.pricer_top h4 {
	margin-bottom: 20px;
}

.pricer_top p a {
	color: inherit;
}

.pricer_top p a:hover {
	color: #0ADD8D;
}

.pricer_top .pricer_top_right h5 {
	font-weight: normal;
	font-family: 'AvenirNext-Medium';
	color: #0ADD8D;
	margin-bottom: 6px;
}

.pricer_top .pricer_top_right .price_text {
	font-size: 30px;
	margin: 0 0 4px 0;
	padding: 0;
	display: block;
	color: #2C2E30;
	line-height: 1;
}

.pricer_top .pricer_top_right .price_text strong {
	font-size: 50px;
	font-weight: normal;
	font-family: 'AvenirNext-Bold';
}

.pricer_top .pricer_top_right .btn {
	padding: 6px 45px;
}

.price_list {
	padding: 280px 0 0 0;
	margin: -50px 0 0 0;
	position: relative;
}

.price_list .price_list_inn {
	margin: 0;
	padding: 0px 0 22px 0;
	background: #FAF8F3;
	position: relative;
	z-index: 2;
}

.price_list .price_listing>p {
	padding: 0;
	margin: 0 0 45px 0;
}

.price_list_block {
	margin: 0;
	padding: 0 0 25px 0;
}

.price_list_block h4 {
	padding: 0 0 7px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #D2C7B3;
	color: #54565A;
}

.price_list_block h4 span {
	display: inline-block;
	vertical-align: top;
	font-family: 'AvenirNext-Regular';
	float: right;
}

.price_list_block h4 strong {
	font-family: 'AvenirNext-Bold';
}

.price_list .row {
	margin: 0 -30px;
}

.price_list .col-sm-6 {
	padding: 0 30px;
}

.price_list .bot_curve {
	bottom: auto;
	top: 0;
}

.cont_page_wrap {
	margin: 0;
	padding: 65px 0 90px 0;
	background: #FAF8F3;
}

.cont_page_wrap .contact_left {
	margin: 0;
	padding: 0;
	width: 445px;
	max-width: 100%;
}

.cont_page_wrap .contact_right {
	margin: 0;
	padding: 0;
}

.cont_page_wrap .contact_left p {
	font-size: 18px;
}

.cont_page_wrap .cont_form {
	padding: 20px 0 0 0;
	margin: 0;
}

.cont_page_wrap .contact_right h4 {
	margin: 25px 0 10px 0;
}

.cont_page_wrap .contact_right h4:first-child {
	margin-top: 0;
}

.cont_page_wrap .contact_right p a {
	color: inherit;
}

.cont_page_wrap .contact_right .logo_img {
	padding: 40px 0 0 0;
	margin: 25px 0 0 0;
	border-top: 1px solid #F1EDE5;
}

.cont_page_wrap .contact_right .logo_img img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
	margin: 0;
	padding: 0;
}

.services_page .video_block {
	padding-bottom: 0;
}

.service_center {
	padding: 230px 0 0 0;
	margin: 0;
	position: relative;
}

.service_center .service_center_inn {
	position: relative;
	z-index: 2;
	background: #FAF8F3;
	margin: 0;
	padding: 85px 0;
}

.service_center .bot_curve {
	bottom: auto;
	top: 0;
}

.service_center .top_center_info {
	padding-bottom: 45px;
}

.service_center .map_img {
	margin: 0 0 60px 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

.service_center .map_img img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.service_center .ser_title {
	text-align: center;
}

.service_center .ser_title h3 {
	color: #2C2E30;
	letter-spacing: 0;
	font-size: 30px;
	text-transform: none;
	margin: 0 0 15px 0;
	padding: 0;
}

.service_center .ser_title h4 {
	margin: 0 0 25px 0;
}

.service_center .ser_filter {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}

.service_center .ser_filter ul {
	margin: 0;
	padding: 0 40px;
	display: block;
}

.service_center .ser_filter ul li {
	margin: 0;
	padding: 12px 6px;
	display: inline-block;
	vertical-align: top;
}

.service_center .ser_filter ul li a {
	margin: 0;
	padding: 0 16px;
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 35px;
	color: #54565A;
	font-family: 'AvenirNext-Medium';
	background: #F1EDE5;
	border-radius: 10px;
}

.service_center .ser_filter ul li a.active,
.service_center .ser_filter ul li a:hover,
.service_center .ser_filter ul li.current-cat a {
	background: #0ADD8D;
	color: #fff;
}

.button-group .is-checked {
	background: #0ADD8D;
	color: #fff;
}

.service_center .ser_filter button {
	margin: 12px 6px;
	padding: 0 16px;
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 35px;
	color: #54565A;
	font-family: 'AvenirNext-Medium';
	background: #F1EDE5;
	border-radius: 10px;
	border: none;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}

.service_center .ser_filter button.is-checked {
	background: #0ADD8D;
	color: #fff;
}


.ser_block {
	padding: 25px 35px;
	margin: 0 0 25px 0;
	background: #fff;
	box-shadow: 0 2px 6px #CECECE;
	height: 100%;
}

.ser_block h4 {
	margin: 0 0 25px 0;
}

.ser_block p {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-family: 'AvenirNext-Medium';
	line-height: 1.3;
}

.ser_block p small {
	display: block;
	font-size: 12px;
	font-family: 'AvenirNext-Regular';
}

.ser_block p a {
	color: inherit;
}

.ser_block p a:hover {
	color: #0ADD8D;
}

.ser_block ul {
	padding: 20px 0 0 0;
	margin: 0;
	display: block;
}

.ser_block ul li {
	margin: 0;
	padding: 0 0 12px 0;
	font-weight: normal;
	font-family: 'AvenirNext-Medium';
	display: block;
}

.ser_block ul li:last-child {
	padding-bottom: 0;
}

.ser_block ul li a {
	color: inherit;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-position: left center !important;
	padding: 0 0 0 35px;
}

.ser_block ul li a:hover {
	color: #0ADD8D;
}

.ser_block ul li.phone a {
	background-image: url(../images/phone_black.svg);
	background-size: 19px auto !important;
}

.ser_block ul li.phone a:hover {
	background-image: url(../images/phone.svg);
}

.ser_block ul li.email a {
	background-image: url(../images/email_black.svg);
	background-size: 18px auto !important;
}

.ser_block ul li.email a:hover {
	background-image: url(../images/email.svg);
}

.ser_block ul li.youtube_link a {
	background-image: url(../images/youtube_black.svg);
	background-size: 20px auto !important;
}

.ser_block ul li.youtube_link a:hover {
	background-image: url(../images/youtube_green.svg);
}

.scheme_block {
	padding: 0;
	margin: 0;
	position: relative;
}

.scheme_block .scheme_block_inn {
	margin: 0;
	padding: 120px 0 150px 0;
	position: relative;
	z-index: 2;
}

.scheme_block.scheme_block_form .scheme_block_inn {
	padding-bottom: 180px;
}

.scheme_block .desc {
	margin: 0;
	padding: 0;
	max-width: 445px;
}

.scheme_block .desc h2 {
	margin: 0 0 40px 0;
}

.scheme_block .desc .btn {
	margin: 0 0 16px 0;
	min-width: 153px;
	text-align: center;
	font-size: 16px;
	padding: 6px 22px;
}

.scheme_block .img {
	margin: 0;
	padding: 0;
	margin-right: -80px;
}

.scheme_block .img img {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	max-width: 100%;
}

.scheme_block .right_desc {
	padding: 25px 0 0 0;
	margin: 0;
}

.scheme_block .right_desc label {
	font-weight: normal;
	font-family: 'AvenirNext-Bold';
}

.scheme_block .right_desc h4 {
	line-height: 1.45;
	margin-bottom: 25px;
}

.scheme_block .submit_btn {
	width: 100%;
	text-align: center;
	border-radius: 5px;
	background: #0ADD8D;
	border-color: #0ADD8D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.5px;
	padding: 10px 5px;
}

.scheme_block .dots {
	position: absolute;
	bottom: 40px;
	right: 0;
}

.scheme_block .dots .dot_btn {
	margin: 5px 2px;
	padding: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #E5E5E5;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
}

.scheme_block .dots .dot_btn.active {
	margin-top: 0;
	margin-bottom: 0;
	background: #75DAB4;
	border-color: #75DAB4;
	width: 25px;
	height: 25px;
}

.scheme_block.scheme_block_2 {
	background: #FAF8F3;
}

.scheme_block.scheme_block_form {
	background: #F1EDE5;
}

.scheme_block.scheme_block_form .bot_curve {
	bottom: 10px;
}

.scheme_block.scheme_block_4 {
	background: #FAF8F3;
}

.scheme_block.scheme_block_4 .desc {
	max-width: 475px;
}

.scheme_block.scheme_block_5 {
	background: #FAF8F3;
}

/* flexible blocks */

.flx_desc_desc_block {
	padding: 65px 0;
	margin: 0;
}

.flx_desc_desc_block .left_desc {
	padding: 0 0 0;
	margin: 0;
	max-width: 570px;
}

.flx_desc_desc_block .right_desc h4 {
	margin: 0 0 10px 0;
}

.flx_desc_desc_block .right_desc {
	padding: 0 0 0 0;
}

.flx_desc_desc_block strong {
	font-weight: normal;
	font-family: 'AvenirNext-DemiBold';
}


.flx_desc_img_block {
	padding: 80px 0;
	margin: 0;
	background: #F1EDE5;
	position: relative;
}

.flx_desc_img_block .container {
	position: relative;
	z-index: 2;
}

.flx_desc_img_block .img {
	margin: 0;
	padding: 0;
	text-align: center;
}

.flx_desc_img_block .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.flx_desc_img_block .desc {
	margin: 0;
	padding: 0 40px 0 0;
}

.flx_desc_img_block .desc h2 {
	margin-bottom: 25px;
}

.flx_desc_img_block .desc .btn {
	margin: 20px 15px 0 0;
}

.flx_desc_img_block .desc .btn:last-child {
	margin-right: 0;
}

.flx_desc_img_block .desc p a {
	color: inherit;
	font-weight: normal;
	font-family: 'AvenirNext-DemiBold';
}

.flx_desc_img_block .desc p a:hover {
	color: #0ADD8D;
}


.flx_desc_img_block_white {
	padding: 80px 0 0 0;
	margin: 0;
	position: relative;
}

.flx_desc_img_block_white .container {
	position: relative;
	z-index: 2;
}

.flx_desc_img_block_white .img {
	margin: 0;
	padding: 0;
	text-align: center;
}

.flx_desc_img_block_white .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.flx_desc_img_block_white .desc {
	margin: 0;
	padding: 0 0 0 0;
}

.flx_desc_img_block_white .desc h2 {
	margin-bottom: 25px;
}

.flx_desc_img_block_white .desc .btn {
	margin: 0 15px 0 0;
}

.flx_desc_img_block_white .desc .btn:last-child {
	margin-right: 0;
}

.flx_desc_img_block_white .desc p a {
	color: inherit;
	font-weight: normal;
	font-family: 'AvenirNext-DemiBold';
}

.flx_desc_img_block_white .desc p a:hover {
	color: #0ADD8D;
}

.flx_video_block {
	padding: 230px 0 0 0;
	margin: 0;
	position: relative;
}

.flx_video_block .flx_video_block_inn {
	position: relative;
	z-index: 2;
	background: #FAF8F3;
	margin: 0;
	padding: 85px 0;
}

.flx_video_block .video_img {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

.flx_video_block .video_img img,
.flx_video_block .video_img iframe {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.flx_video_block .cap {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

.flx_video_block .cap p {
	font-size: 12px;
	margin: 0;
}

.flx_video_block .bot_curve {
	bottom: auto;
	top: 0;
}



.flx_steps {
	margin: 0;
	padding: 230px 0 0 0;
	text-align: center;
	position: relative;
}

.flx_steps .flx_steps_inn {
	margin: 0;
	padding: 85px 0;
	background: #F1EDE5;
	position: relative;
	z-index: 2;
}

.flx_steps .bot_curve {
	bottom: auto;
	top: 0;
}

.flx_steps h2 {
	margin-bottom: 35px;
}

.flx_steps h4.sub_title {
	margin: 0 auto 50px;
	width: 540px;
	max-width: 100%;
}

.flx_step_block {
	margin: 0;
	padding: 0 30px;
	position: relative;
	text-align: center;
}

.flx_step_block .arr_img {
	position: absolute;
	top: 31px;
	right: -30px;
	width: 55px;
	height: 97px;
	background: url(../images/big_arr_2.png) no-repeat center center;
}

.flx_step_block .arr_img.arr_img_3 {
	background: url(../images/big_arr_3.png) no-repeat center center;
}

.flx_step_block .img {
	margin: 0 0 20px 0;
	padding: 0;
	height: 175px;
}

.flx_step_block .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.flx_step_block .desc {
	margin: 0;
	padding: 0;
}

.flx_step_block .desc h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.flx_step_block .desc p {
	margin: 0;
	padding: 0;
}

.map_img .map {
	height: 590px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul {
	display: block;
	padding: 5px 10px !important;
	background: #fff !important;
	border-radius: 5px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox>label {
	text-transform: uppercase !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-checkbox ul label {
	font-size: 12px;
	color: #7E8085;
	font-weight: normal;
	line-height: 16px;
}

body div.wpforms-container-full .wpforms-form button[type=submit] {
	padding: 7px 28px;
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	font-family: 'AvenirNext-DemiBold';
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 2px solid #0ADD8D !important;
	background: #0ADD8D;
	border-radius: 0 100px 100px 100px;
	float: right;
}

body div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #fff;
	color: #0ADD8D;
}

body div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-weight: normal;
	color: #54565A;
}

body div.wpforms-container-full .wpforms-form .wpforms-required-label {
	color: #54565A;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
	position: relative;
}

body ._form {
	width: auto !important;
	padding: 0 !important;
	font-family: inherit !important;
	float: none !important;
	margin: 0 !important;
}

body ._form label {
	font-family: 'AvenirNext-Medium' !important;
	color: #54565A !important;
	font-weight: normal !important;
}

body ._form ._form_element input[type="text"] {
	color: #7E8085 !important;
}

body ._form input[type="text"],
body ._form input[type="date"],
body ._form textarea {
	font-size: 14px !important;
	color: #7E8085 !important;
	padding: 11px 17px !important;
	border: 1px solid #D2D2D2 !important;
	box-shadow: inset 0 2px 6px #e7eaee;
	background: #fff;
}

body ._form ._button-wrapper button[type="submit"]._submit,
body #_form_61728F1D3B019_ ._submit {
	float: right;
	border-radius: 5px;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 15px 10px;
	width: auto;
	min-width: 160px;
	font-size: 16px !important;
	height: 45px;
	font-family: inherit !important;
	line-height: 27px !important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0add8d+0,75dab4+100 */
	background: #0add8d;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0add8d 0%, #75dab4 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0add8d 0%, #75dab4 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0add8d 0%, #75dab4 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0add8d', endColorstr='#75dab4', GradientType=0);
	/* IE6-9 */
}

body .scheme_block ._form {
	font-family: Arial, Helvetica, sans-serif !important;
}

body .scheme_block ._form label {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
}

body .scheme_block ._form ._button-wrapper button[type="submit"]._submit {
	width: 100% !important;
	font-family: Arial, Helvetica, sans-serif !important;
	letter-spacing: 0 !important;
}

body .scheme_block ._form input[type="text"],
body .scheme_block ._form input[type="date"],
body .scheme_block ._form textarea {
	box-shadow: none !important;
	border: none !important;
}

.map_img .gm-style .gm-style-iw {
	font-size: 15px;
	font-weight: normal;
	padding: 15px 15px 0 15px !important;
}

.map_img button.gm-ui-hover-effect {
	top: 0 !important;
	right: 0 !important;
}

.map_img button.gm-ui-hover-effect img {
	width: 20px;
	height: 20px;
}

.map_img p a {
	color: inherit;
}

.map_img p a:hover {
	color: #0ADD8D;
}

.map_img h2 {
	font-size: 30px;
}

.map_img h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

* {
	scrollbar-width: thin;
}

*::-webkit-scrollbar {
	width: 10px;
}

*::-webkit-scrollbar-thumb {
	background-color: #0ADD8D;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}


/* Start Prodcut page */

.prod_list_top {
	padding: 0 !important;
}

.prod_list_top .prod_list_top_inn {
	margin: 0;
	padding: 0;
	max-width: 540px;
}

.prod_list {
	margin: 0;
	padding: 0;
}

.prod_block {
	margin: 0 0 80px 0;
	padding: 0;
	text-align: center;
}

.prod_block .img {
	margin: 0 0 25px 0;
	padding: 0;
}

.prod_block .img img {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.prod_block .desc {
	margin: 0;
	padding: 0;
}

.prod_block .desc h4 {
	margin: 0 0 15px 0;
	padding: 0;
}

.prod_block .desc p {
	margin: 0 0 30px 0;
	padding: 0;
}

.prod_block .price_text strong {
	display: block;
	font-size: 25px;
	font-weight: 400;
	font-family: 'AvenirNext-Bold';
	color: #2C2E30;
}

.prod_details {
	margin: 0;
	padding: 0;
}

.prod_details .prod_img {
	margin: 0 0 40px 0;
	padding: 0;
}

.prod_details .desc {
	margin: 0 0 40px 0;
	padding: 0;
}

.prod_details .desc h5 {
	font-family: 'AvenirNext-Regular';
}

.prod_details .desc .price_text {
	font-size: 30px;
	color: #2C2E30;
	margin: 0 0 25px 0;
	padding: 0;
	line-height: 1.2;
}

.prod_details .desc .price_text small {
	font-size: 16px;
	font-family: 'AvenirNext-Medium';
	color: #0ADD8D;
	display: block;
}

.prod_details .desc .price_text strong {
	font-size: 50px;
	font-weight: 400;
	font-family: 'AvenirNext-Bold';
	color: #2C2E30;
}

.prod_details .desc .green_btn {
	min-width: 160px;
}

.prod_details .desc hr {
	margin: 0 0 25px 0;
}

.prod_details .desc.left_desc {
	max-width: 476px;
}

.related_prod {
	padding: 0;
	margin: 0;
}

.related_prod .related_prod_inn {
	padding: 80px 0;
	margin: 0;
	background: #f1eee6;
}

.related_prod .rel_prod_list {
	margin: 0;
	padding: 0;
}

.related_prod .top_curve {
	margin: 0;
	padding: 0;
}

.related_prod .top_curve img {
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
}


.prod_block_2 {
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
}

.prod_block_2 .img {
	margin: 0 0 25px 0;
	padding: 0;
	background: #fff;
	display: flex;
}

.prod_block_2 .img img {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.prod_block_2 .desc {
	margin: 0;
	padding: 0;
}

.prod_block_2 .desc h4 {
	margin: 0 0 15px 0;
	padding: 0;
}

.prod_block_2 .desc p {
	margin: 0 0 10px 0;
	padding: 0;
}

.prod_block_2 .price_text {
	margin: 20px 0 0 0;
	padding: 0;
}

.prod_block_2 .price_text strong {
	display: block;
	font-size: 25px;
	font-weight: 400;
	font-family: 'AvenirNext-Bold';
	color: #2C2E30;
}

.prod_packages {
	margin: 0;
	padding: 0 0 20px 0;
}

.prod_packages h4 {
	margin: 0 0 15px 0;
}

.prod_packages hr {
	margin: 0 0 40px 0;
}

.prod_package_block {
	margin: 0 0 40px 0;
	padding: 0;
}

.prod_package_block h4 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #54565A;
}

.prod_package_block h5 {
	font-family: 'AvenirNext-Regular';
	margin: 0 0 25px 0;
	padding: 0;
}

.prod_package_block .price_text {
	font-size: 30px;
	color: #2C2E30;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.2;
}

.prod_package_block .price_text small {
	font-size: 16px;
	font-family: 'AvenirNext-Medium';
	color: #0ADD8D;
	display: block;
}

.prod_package_block .price_text strong {
	font-size: 50px;
	font-weight: 400;
	font-family: 'AvenirNext-Bold';
	color: #2C2E30;
}

.prod_package_block .green_btn {
	min-width: 160px;
}

#banner.prod_details_banner {
	height: 345px;
}

#banner.prod_banner {
	height: 345px;
}


#breadcrumb {
	margin: 60px 0 45px 0;
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #7E8085;
	font-weight: 400;
	position: relative;
	z-index: 2;
}

#breadcrumb a,
#breadcrumb span {
	color: inherit;
	display: inline-block;
	vertical-align: top;
}

#breadcrumb a:hover {
	color: #0ADD8D;
}

#breadcrumb .sep {
	border-top: 2px solid #7E8085;
	margin: 0 5px;
	width: 10px;
	margin-top: 10px;
}

#breadcrumb .breadcrumb_last {
	font-family: 'AvenirNext-DemiBold';
}

body #fancybox-outer {
	background: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

body #fancybox-content {
	border-color: transparent;
}

body #fancybox-close {
	width: 29px;
	height: 29px;
	background: url(../images/popup_close.png) no-repeat center center;
	position: absolute;
	top: 30px;
	right: 30px;
}

.popup_details_data {
	width: 920px;
	max-width: 100%;
	position: relative;
	margin: 0;
	background: #fff;
	box-shadow: 0 0 20px #111;
	-moz-box-shadow: 0 0 20px #111;
	-webkit-box-shadow: 0 0 20px #111;
}

.popup_details_data .popup_details_data_inn {
	padding: 70px 70px 0;
}

.popup_details_data .img {
	margin: 0;
	padding: 0;
}

.popup_details_data .img img {
	margin: 0;
	padding: 0;
}

.popup_details_data .desc {
	margin: 0;
	padding: 0;
}

.popup_details_data .typography ol {
	padding-left: 0;
}

.popup_details_data .typography ol li {
	padding-left: 20px;
	position: relative;
}

.popup_details_data .typography ol li:before {
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	color: #54565A;
}

/* End Prodcut page */



/* Start: Landing Page */

#land_sec_1 {
	padding: 45px 0 70px 0;
	margin: 0;
}

#land_sec_1 .block {
	text-align: center;
	position: relative;
}

#land_sec_1 h4 {
	font-size: 25px;
	margin: 0 0 4px 0;
	padding: 0;
}

#land_sec_1 p {
	font-size: 17px;
	margin: 0;
	padding: 0;
	color: #2D2E30;
}

#land_sec_1 .icon {
	margin: 0 0 11px 0;
	padding: 0;
}

#land_sec_1 .icon img {
	height: 70px;
	width: auto;
}

#land_sec_1 .col-sm-3 {
	position: relative;
}

#land_sec_1 .col-sm-3:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: #E3E3E3;
}

#land_sec_1 .col-sm-3:last-child:after {
	display: none;
}

#land_sec_2 {
	margin: 0;
	padding: 0;
	background: #2D2E30;
	position: relative;
	overflow: hidden;
}

#land_sec_2 .container {
	position: relative;
	z-index: 2;
}

#land_sec_2 .img_wrap {
	margin: 0;
	padding: 0;
}

#land_sec_2 .img {
	margin: 0;
	padding: 0;
	margin-left: calc(-100vw / 2 + 1110px / 2) !important;
	height: 100%;
}

#land_sec_2 .img img,
#land_sec_2 .img iframe {
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
}

#land_sec_2 .img img {
	height: 100%;
	object-fit: cover;
}

#land_sec_2 .desc {
	margin: 0;
	padding: 70px 0 70px 80px;
}

#land_sec_2 .desc .rating {
	margin: 0 0 12px 0;
	padding: 0;
}

#land_sec_2 .desc h4 {
	font-size: 25px;
	margin: 0;
	color: #F7F8FA;
}

#land_sec_2 .desc h4 a {
	color: #F7F8FA;
	text-decoration: none;
}

#land_sec_2 .desc h4 a:hover {
	color: #0ADD8D;
}

#land_sec_2 .desc .price_text {
	font-size: 95px;
	font-family: 'AvenirNext-Bold';
	font-weight: normal;
	line-height: 1.3;
	color: #F7F8FA;
}

#land_sec_2 .desc h5 {
	font-size: 22px;
	font-weight: 400;
	color: #F7F8FA;
	font-family: 'AvenirNext-Medium';
	margin: 0 0 20px 0;
	padding: 0;
}

#land_sec_2 .desc .btn {
	margin-bottom: 30px;
	color: #fff;
}

#land_sec_2 .desc .btn:not(.green_btn) {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin-bottom: 10px !important;
	font-size: 18px !important;
	font-family: 'AvenirNext-Medium' !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-weight: normal !important;
	cursor: default !important;
}

#land_sec_2 .desc .green_btn {
	margin-bottom: 0;
}

#land_sec_2 .desc .see_all_prices {
	margin-top: 15px;
}

.price_block h5 {
	font-size: 48px;
	font-weight: 700;
}

.price_block {
	position: relative;
}

.price_badge {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #FFD700;
	color: #2C2E30;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	z-index: 10;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.price_block.price_block_2 .price_badge {
	background: #fff;
}

#land_sec_2 .desc p {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 25px;
	color: #F7F8FA;
}

#land_sec_2 .greeen_line_1 {
	position: absolute;
	bottom: 0;
	right: 0;
}

#land_sec_3 {
	padding: 100px 0;
	margin: 0;
	position: relative;
}

#land_sec_3 .container {
	position: relative;
	z-index: 2;
}

#land_sec_3 .block {
	height: 100%;
	margin: 0;
	padding: 60px 50px;
	background: #fff;
	box-shadow: 0px 3px 10px #00000029;
	border-radius: 10px;
}

#land_sec_3 .block h2 {
	font-weight: normal;
}

#land_sec_3 .block h4 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}

#land_sec_3 .block h5 {
	font-size: 18px;
	font-family: 'AvenirNext-Medium';
}

#land_sec_3 .block p {
	font-size: 16px;
	line-height: normal;
}

#land_sec_3 .bot_wave {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

#land_sec_3 .bot_wave img {
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 100%;
}

#land_sec_3 .bot_wave .mob_img {
	display: none;
}

#land_sec_4 {
	padding: 100px 0 50px 0;
	margin: 0;
}

#land_sec_4 .row {
	flex-direction: row-reverse;
	align-items: center;
}

#land_sec_4 .desc h2 {
	font-size: 50px;
}

#land_sec_4 .desc h4 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 10px;
}

#land_sec_4 .desc h5 {
	font-size: 22px;
	font-family: 'AvenirNext-Medium';
}

#land_sec_4 .desc p {
	font-size: 16px;
	line-height: normal;
}


#call_us_sec {
	background: url(../images/call_us_sec_bg.png) no-repeat center center;
	background-size: cover;
	padding: 60px 0 70px 0;
	margin: 0;
	text-align: center;
}

#call_us_sec h2 {
	color: #fff;
}

#call_us_sec h4 {
	color: #fff;
	max-width: 450px;
	margin: 0 auto 25px;
	font-family: 'AvenirNext-Medium';
}

#call_us_sec .btn {
	background: #fff;
	border-color: #fff;
	color: #0ADD8E;
	font-size: 25px;
}

#call_us_sec .btn:hover {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.page-template-landing-page #banner {
	overflow: hidden;
}

.page-template-landing-page #banner:after {
	content: '';
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	top: 0;
	background: url(../images/banner_overlay.svg) no-repeat center center;
	background-size: cover;
}

.page-template-landing-page #banner .container {
	position: relative;
	z-index: 3;
}

.page-template-landing-page #banner .bot_curve {
	z-index: 2;
}

.page-template-landing-page #banner:before {
	content: '';
	position: absolute;
	bottom: -170px;
	left: 20px;
	width: 643px;
	height: 568px;
	background: url(../images/circle_bg.svg) no-repeat center center;
	background-size: 100% auto;
}

/* End: Landing Page */

.video-wrapper iframe {
	margin: 0;
}

.embed-container iframe #player .controls-wrapper {
	display: none;
}

.audio-control:hover {
	opacity: 1;
}

.audio-control span {
	display: none;
}

.audio-control .unmute_text {
	display: block;
}

.audio-control.unmuted .unmute_text {
	display: none;
}

.audio-control.unmuted .mute_text {
	display: block;
}

.vp-controls {
	display: none !important;
}

.no-results {
	display: none;
}

.video-wrapper {
	position: relative;
	height: 100%;
}

.audio-control {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	position: absolute;
	bottom: 25px;
	left: 20px;
	background: url(../images/speaker.svg) no-repeat left center;
	padding-left: 60px;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	opacity: 1;
}

/*#home_top .audio-control { bottom:70px; }*/


.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-container:hover+.video-control {
	opacity: 0.5;
}

.embed-container iframe #player .controls-wrapper {
	display: none;
}

.home #land_sec_3 {
	padding-top: 0;
}

/* USP Section */
.usp_section {
	padding: 80px 0;
	background: #FAF8F3;
	text-align: center;
}

.usp_section .big_h2 {
	margin-bottom: 50px;
	color: #2C2E30;
}

.usp_section .row {
	margin: 0 -15px;
}

.usp_section .col-md-4 {
	padding: 0 15px;
	margin-bottom: 30px;
}

.usp_block {
	background: #fff;
	padding: 30px;
	height: 100%;
	text-align: left;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
}

.usp_block h4 {
	font-size: 18px;
	font-family: 'AvenirNext-DemiBold';
	color: #2C2E30;
	margin-bottom: 15px;
	line-height: 1.3;
}

.usp_block p {
	font-size: 14px;
	color: #54565A;
	line-height: 1.6;
	margin: 0;
}

/* Price Overview Table */
.price_overview_section {
	padding: 80px 0;
	background: #fff;
	text-align: center;
}

.price_overview_section .big_h2 {
	margin-bottom: 40px;
	color: #2C2E30;
}

.table-responsive {
	overflow-x: auto;
	margin: 0 -15px;
}

.price_overview_table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
	background: #FAF8F3;
	border-radius: 8px;
	overflow: hidden;
}

.price_overview_table th,
.price_overview_table td {
	padding: 15px 20px;
	text-align: center;
	border-bottom: 1px solid #E7EAEE;
}

.price_overview_table th {
	background: #2C2E30;
	color: #fff;
	font-family: 'AvenirNext-DemiBold';
	font-size: 16px;
	font-weight: normal;
}

.price_overview_table th small {
	display: block;
	font-size: 12px;
	font-weight: normal;
	opacity: 0.8;
	margin-top: 5px;
}

.price_overview_table td {
	color: #54565A;
	font-size: 14px;
	font-family: 'AvenirNext-Regular';
}

.price_overview_table td:first-child {
	text-align: left;
	font-family: 'AvenirNext-Medium';
	color: #2C2E30;
}

.price_overview_table td small {
	display: block;
	font-size: 12px;
	color: #7E8085;
	margin-top: 4px;
}

.price_overview_table tbody tr:last-child td {
	border-bottom: none;
}

.price_overview_table tbody tr:nth-child(even) {
	background: #F5F3ED;
}

.price_overview_section .table_note {
	margin-top: 20px;
	font-size: 13px;
	color: #7E8085;
	font-style: italic;
}

@media (max-width: 768px) {

	.price_overview_table th,
	.price_overview_table td {
		padding: 12px 10px;
		font-size: 12px;
	}

	.price_overview_table th small {
		font-size: 10px;
	}

	.price_overview_table td small {
		font-size: 10px;
	}
}