/*@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZg.ttf) format('truetype')}
@font-face{font-family:Lato;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wWw.ttf) format('truetype')}@font-face{font-family:Lato;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype')}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:normal;src:url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype')}
/* Base CSS */
.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

a:focus {
	outline: 0 solid;
}

@media only screen and (max-width: 700px) {
.imglogo {
	width: 35%;
	margin-top: -10%;
    margin-left: -5%;
}
}
@media only screen and (min-width: 767px) {
	.imglogo {
		width: 22%;
		margin-left: -5%;
	}
	}
	@media only screen and (min-width: 700px )and ( max-width: 767px) {
		.imglogo {
			width: 28%;
			margin-top: -7%;
		}
		}

img {
	max-width: 100%;
	height: auto;
}

.fix {
	overflow: hidden
}

.btn {
	background-color: #008000DE;
    border: 0px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgb(213 217 217 / 50%) 0 2px 5px 0;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Amazon Ember",sans-serif;
    font-size: 13px;
    line-height: 29px;
    padding: 0 10px 0 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: 100px;
  }
.btn-contact 
{
	margin-bottom: 20px;
	background-color: #008000DE;
    border: 0px solid #d5d9d9;
    border-radius: 8px;
    box-shadow: rgb(213 217 217 / 50%) 0 2px 5px 0;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Amazon Ember",sans-serif;
}

p {
	font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

html,
body {
	min-width: 100px!important;
	height: 100%;
	width: 100%;
	background-color: black;
	font-size:13px!important;
}

a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

a:hover {
	text-decoration: none
}

.btn-trans:focus {
	outline: none;
	color: #fff;

}

/******************** NAVBAR CSS *************/
header .navbar {
	border-radius: 0px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:hover {
	background: none;
}

.navbar-inverse {
	background: rgba(0, 0, 0, 1) !important;
}

#myNavbar ul li {
	padding: 40px 15px 30px;
	text-transform: uppercase;
}

#myNavbar ul li.active a {
	color: #008000DE;
}

#myNavbar ul li.active > a::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	border-bottom: 2px solid #008000DE;
	bottom: 0;
	transition: all 0.2s;
}

#myNavbar ul li a {
	border-bottom: 2px solid transparent;
}

.navbar-inverse #myNavbar li:hover a::after, #myNavbar ul li a:hover {
	border-bottom: 2px solid #008000DE;
	color: #008000DE;
}

#myNavbar ul li a {
	padding: 0 0 5px;
	font-size: 16px;
	color: #fff;
	transition: all 0.2s ease-in 0.2s;
}

header .navbar-brand {
	padding: 28px 15px;
}

header .navbar {
	margin-bottom: 0;
}

/************ Home css ************/

#home {
	background: url(img/home-bg-min.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	justify-content: center;
	flex-direction: column;
	display: flex;
	height: 700px;
}

.home-text {
	text-transform: uppercase;
	color: #fff;

}

.home-text h1 {
	font-size: 115px;
	color: #fff;
	font-weight: 500;

}

.home-text h3 {
	padding: 10px;
	font-size: 30px;
	font-weight: 500;
}

.home-text span {
	color: #008000de;
	font-weight: 700;
}

.overlay {
	position: absolute;
/**********	background: rgba(242, 0, 0, .55);******/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/********** carousel  ******/
.carousel-indicators li {
	width: 110px;
	height: 10px;
	background-color: #fff;
	border: 1px solid;
	border-radius: 0;
}

.carousel-indicators li.active {
	background-color: #000;
	width: 110px;
	height: 10px;
}

.carousel-indicators {
	bottom: -240px !important;
}

/********** SERVICE AREA**************/
#service {
	padding: 80px 0 160px;
	background-color: #000;
	color: #fff;
}


.section-heading-news h2 {color: #000!important;}

.section-heading h2 {
	font-size: 40px;
	font-weight: normal;
	color: #fff;
}

.section-heading span {
	color: #008000de;
}

.single-item {
	border: 2px solid #008000de;
	margin-top: 50px;
	transition: all 0.6s;
}

.single-item i {
	font-size: 80px;
	color: #008000de;
	padding: 15px;

}

.single-item h4 {
	padding-bottom: 10px;
}

.single-item p {
	line-height: 24px;
	padding: 10px;
}

.single-item a.btn-red {
	margin-bottom: 20px;
	padding: 6px 10px;
	background-color: #008000de;
	border-radius: 0;
	font-weight: 700;
	color: #fff;
}

.single-item:hover {
	border-color: #fff;
}

.single-item a:hover {
	color: #000;
	background-color: #fff;
}

/***************** our team css **************/
.team {
	padding: 70px 0;
	background: url(img/team-bg-min.jpg) no-repeat!important;
	background-size: contain!important;

}

.single-team {
	color: #fff;
	padding: 50px 0 90px;
	margin-right: 30px;
	overflow: hidden;

}

.single-team h3 {
	padding: 10px 0 5px;
}

.single-team p::after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;

	border-right: 12px solid transparent;
	border-top: 12px solid #008000de;
	border-left: 12px solid transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.member-social-icon i {
	padding: 20px 7px;
	color: #008000de;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}

.member-social-icon {
	border-bottom: 0 solid #fff;
	margin-top: 37px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.member-social-icon i:hover {
	color: #fff;
}

.single-team:hover .member-social-icon {
	/*margin: 0;
	border-bottom: 3px solid #fff;
	opacity: 1; */
}

.single-team:hover p {

	border-bottom: 0 solid #008000de;

}

.single-team:hover p::after {
	opacity: 0;
	bottom: 150px;
}

.single-team p {
	font-size: 18px;
	border-bottom: 3px solid #008000de;
	overflow: hidden;
}

/********** skill area ********/
.skill-heading h3 {
	font-size: 36px;
	padding-bottom: 80px;
	color: #fff;
}

.bar {
	color: #fff;
}

.wp-bar {
	text-transform: uppercase;
}

.bar .progress {
	height: 12px;
	background-color: #008000de;
}

.bar .progress-bar {
	background-color: #fff;
}

.bar h4 {
	margin: -3px;
}

/************* Gallery css***********/
#gallery {
	padding: 70px 0;
	background: #000;

}

.gallery-btn {
	margin-bottom: 30px;
}

.section-heading p {
	padding: 30px 0;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	text-transform: capitalize;
}

.btn-trans {
	width: 180px;
	border: 1px solid #008000de;
	height: 50px;
	line-height: 38px;
	color: #fff;
	border-radius: 0;
	font-size: 14px;
	margin: 5px 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a.btn.btn-trans:hover {
	color: #fff;
	background: red;
}

/********* isotop ********/
.single-gl {
	width: 100%;
}

.no-gutter [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.gl-overlay {
	position: absolute;
	background: rgba(242, 0, 0, .6);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.gl-overlay i {
	color: #fff;
	padding: 5px;
	background: #000;
	margin-bottom: 30px;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;

}

.gl-overlay:hover i {
	margin-bottom: 0;
}

.gl-overlay i:hover {
	background: #008000DE;
}

.gl-overlay:hover {
	opacity: 1;
}

/********* price area *******/
#price {
	padding: 80px 0;
	color: #fff;
	background-color: #000000;

}

.single-price:hover .price-top {
	background-color: #333333;
}

.single-price {
	margin-top: 50px;
}

.price-top {
	background-color: #008000DE;
	padding: 25px 0;
	transition: all 0.3s;
}

.price-top h3 {
	font-size: 36px;
	font-weight: bold;
}

sub, sup {
	font-size: 20px;
}

h1 sup {
	top: -1.5em;
}

.price-top i {
	font-size: 50px;
	padding: 10px 0;
}

.price-top h1 {
	font-size: 40px;
	font-weight: lighter;
}

.price-bottom {
	color: #000;
	background-color: #E8E4E4;
	padding: 30px 0;

}

.price-bottom p {
	line-height: 24px;
	padding: 10px;
}

.price-bottom a {
	width: 230px;
	color: #fff;
	background: #000;
	font-size: 16px;
	border-radius: 0;
	line-height: 45px;
	font-weight: bold;
	margin-top: 20px;

}

.price-bottom a:hover {
	background: #008000DE;
	color: #fff;
}

/**************news area ****************/
.news-heading {
	padding: 0 0 40px 0;
}

#news {
	padding: 70px 0;
	background: url(img/home-bg-min.jpg) no-repeat;
	background-size: cover;
}

.latest-news {
	position: relative;
	z-index: 1;
	color: #fff;
}

.latest-news h3 {
	padding: 40px 2px;
	text-transform: capitalize;
	color: #fff;

}

.latest-news:after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	background: rgba(1, 1, 1, 0.65);
	left: -90%;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.news-content {
	overflow: hidden;
	padding-bottom: 40px;
}

.news-date {
	padding: 10px 10px 10px 10px;
	background-color: #008000de;
	width: 110px;
	height: 110px;
	color: #fff;
	float: left;
	overflow: hidden;
	margin: 0 20px 0 0;
}

.news-text i.fa {
	color:#008000de;
	padding-left: 10px;

}

.single-news {
	margin: 16px;
}

.news-list {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 16px 30px;
	overflow: hidden;
}

.news-list::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #008000de;
	z-index: -1;
}

.list-date {
	height: 78px;
	width: 80px;
	background-color: #000;
	padding: 10px;
	float: left;
	margin-right: 8px;
	overflow: hidden;
}

.news-list i.fa {
	color: black;
	padding-left: 10px;
}

.list-date h4 {
	padding: 0 14px;

}

.list-text p {
	margin: 0;
	line-height: 16px;
	font-size: 12px;
}

.list-text h5 {
	margin: 0;
	padding-bottom: 4px;
}

/************* our contact area *********/
#contact {
	padding: 70px 0 0;
	background-color: #000000;
	position: relative;
}

.contact-heading {
	padding: 20px 0;
}

/******** contact form *******/
.contact-form {
	padding: 70px 0;
	color: #fff;
}

.form-control {
	border-radius: 0;
}

input[type="text"], input[type="number"], input[type="email"] {
	height: 40px;
	margin-bottom: 20px;

}

textarea {
	margin-bottom: 40px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 18px;
}

.red-btn {
	line-height: 40px;
	width: 250px;
	border-radius: 0;
	background: #008000DE;
	font-size: 16px;
}

.red-btn:hover {
	color: #fff;
}

/******* footer css********/
footer {
	padding: 25px 0 20px;
	background-color: #008000DE;
	color: #FFF;
}

.footer-p {
	padding: 10px;
	font-size: 16px;
}

.footer-social i {
	padding: 12px 5px;
	font-size: 18px;

}

.footer-social i:hover {
	color: #000000;
}

.contact-text-style 
{
color: white;
}

.section-padding {
	padding: 5%!important;
}






.section-lead {
  max-width: 600px;
  margin: 1rem auto 1.5rem;
  color: #000000;
}

.service a {
  color: #5b7abb;
  display: block;
}

.service h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #56ceba;
  font-size: 1.3rem;
  margin: 1rem 0 0.6rem;
}

.services-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.service {
  background: rgb(0, 0, 0);
  margin: 20px;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.service i {
  font-size: 3.45rem;
  margin: 1rem 0;
}

.service1 i,
.service1 h4,
.service1 .cta {
  color: #008000de;
}

.service1:hover {
  border: 4px solid #008000de;
}

.service2 i,
.service2 h4,
.service2 .cta {
  color: #008000de;
}

.service2:hover {
  border: 4px solid #008000de;
}

.service3 i,
.service3 h4,
.service3 .cta {
  color: #008000de;
}

.service3:hover {
  border: 4px solid #008000de;
}

.service4 i,
.service4 h4,
.service4 .cta {
  color: #008000de;
}

.service4:hover {
  border: 6px solid #008000de;
}

.service .cta span {
  font-size: 0.6rem;
}

.service > * {
  flex: 1 1 100%;
}

.service .cta {
  align-self: flex-end;
}

@media all and (max-width:900px) {
  .services-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.partners-text {
	color: #dddddd;
}
















#elite-pricing-container{
	margin-top:50px;
	position:relative;
	display: flex;
	align-items:flex-start;
	justify-content: center;
	flex-wrap:wrap;
	box-sizing:border-box;
  }
  
  #elite-pricing-sales-text{
	
	padding-right:80px;
	text-align:right;
	font-size:24px;
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
	color: #555555;
	line-height: 1.5;
	font-weight: 700;
	max-width:450px;
	padding-top:90px;
  }
  
  #elite-pricing-card.price-card{
	max-width:70%;
	color:white;
	position: relative;
	margin: 0 6px;
	padding: 30px 40px 10px 40px;
	background: url(img/elite-min2.png)  center no-repeat black;
	background-size: 100% auto; 
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }
  
  
  #elite-pricing-card.price-card .price-card--header{
	padding:0;
	background-color:transparent;
  }
  
  #elite-pricing-card.price-card .price-card--header h4{
	font-size: 36px;
	font-weight: 600;
	padding-bottom:16px;
	margin-bottom:16px;
	border-bottom: 1px solid #f0c328;
	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(top left, #efd100 0, #e2a233 38%, #f0c328 60%, #fff1a3 86%, #ffe13e 100%);
	background-size: 1em 1em;
	color: #fff1a3;
  }
  
  #elite-pricing-card.price-card #elite-pricing-card--desc{
	padding-bottom:25px;
  }
  
  #elite-pricing-card.price-card .price-card--features{
	border-top: 1px solid #f0c328;
  }
  
  #elite-pricing-card.price-card ul.price-card--features--list{
	padding:0 11px;
  }
  
  #elite-pricing-card.price-card .price-card--features--item{
	padding-bottom:16px;
  }
  
  #elite-pricing-card.price-card .price-card--features--item:before{
  color:#f0c328 !important;
	left:-12px !important;
  }
  
  
  #elite-pricing-card.price-card .price-card--cta--button.btn{
	background-color: #f0c328;
	color:black;
	margin:0 auto;
  }
  #elite-pricing-card.price-card .price-card--cta--button.btn:hover{
	background-color:white;
  }
  
  #elite-pricing-card--desc{
	font-size:16px;
	line-height:1.5;
	
  }
  
  
  @media (max-width: 980px) {
	#pricing-cards{
  /*    display:none !important; */
	}
	
  
  }
  
  
  
  
  
  
  
  
  
  
  
  /* - - - - - - - - - Tooltips - - - */
  
  .has-tooltip:not(.tooltip-disabled) {
	cursor: help;
	position:relative;
  }
  
  .has-tooltip:not(.tooltip-disabled):hover
	.tooltip-container {
	display: block;
  }
  
  .has-tooltip .tooltip-container {
	display: none;
	position: absolute;
	background-color: white;
	z-index: 20;
	bottom: calc(100% + 13px);
	left: -10px;
	right: -10px;
	padding: 16px 20px;
	border-radius: 8px;
	box-shadow: 0 6px 55px -10px #777;
  }
  .has-tooltip .tooltip-container:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid white;
	font-size: 0;
	line-height: 0;
	content: "";
	position: absolute;
	bottom: -10px;
  }
  
  .has-tooltip .tooltip-container h6 {
	font-weight: 600;
	font-size: 16px;
	margin: 0px;
  }
  
  .has-tooltip .tooltip-container p {
	color: #555;
	margin-top:4px;
  }
  /* - - - - - - - End Tooltips - - - */
  
  
  
  
  
  #pricing-container * {
	box-sizing:border-box;
  }
  
  #pricing-container {
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	-webkit-font-smoothing: antialiased;
	max-width: 1080px;
	margin: 0 auto 50px;
	justify-content: center;
	line-height: 1;
	color: #006100;
	background-color: black;
	
  }
  
  
  
  /* Cards */
  
  #pricing-cards {
	display: flex;
	font-size: 14px;
  }
  
  #pricing-container .price-card {
	color: #daf1df;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	display: block;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.25s;
	position: relative;
	margin: 0 6px;
	flex-grow: 1;
	background-color: black;
	flex-shrink:1;
	border-color: chartreuse;
	border: 5px double #006100;
  }
  
  #pricing-container .price-card:hover {
	transform: translateY(-5px);
	  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.14),
	  0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }
  
  
  /* - - - - - - - - - Header Section - - - */
  
  #pricing-container .price-card--header {
	background-color: #daf1df;
	margin: 0;
	padding: 20px 0;
	text-align: center;
  }
  
  #pricing-container .price-card--header h4 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #1b5e20;
	font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
  }
  
  
  /* - - - - - - - - - Price Section - - - */
  
  #pricing-container .price-card--price {
	text-align: center;
	padding: 28px 0 6px 0;
  }
  
  #pricing-container .price-card--price-text {
	font-size: 48px;
  }
  
  #pricing-container .price-card--price-number {
	font-weight: 500;
	opacity: 0.89;
  }
  
  .odometer div {
	display: inline-block;
  }
  
  #pricing-container .price-card--price-number:before {
	content: "$";
	font-size: 24px;
	top: -16px;
	display: inline-block;
	position: relative;
  }
  
  #pricing-container .price-card--price-number:after {
	content: "/month";
	font-size: 12px;
	display: inline-block;
	color: grey;
  }
  
  #pricing-container .price-card--price-conditions {
	padding: 14px 0;
	color: #888;
	line-height: 1.5;
  }
  
  #pricing-container .price-card--onboarding-fee {
	color: green;
  }
  
  #pricing-container .price-card--onboarding-fee.has-fee {
	color: #888;
  }
  
  
  /* - - - - - - - - - CTA Button Section - - - */
  
  #pricing-container .price-card--cta {
	padding: 0 20px 24px;
	text-align: center;
  }
  
  #pricing-container .price-card--cta--button.btn{
	min-width:20px;
	display:block;
	max-width:183px;
	margin:0 auto;
  }
  
  
  
  
  
  /* - - - - - - - - - Features Section - - - */
  
  #pricing-container .price-card--features {
	border-top: 1px solid #ddd;
	padding: 16px 0 20px;
  }
  
  #pricing-container ul.price-card--features--list {
	padding: 0 32px;
	list-style: none;
	margin: 0;
  }
  
  #pricing-container li.price-card--features--item {
	margin: 8px 0;
	padding-left: 8px;
	line-height: 1.5;
	position: relative;
  }
  
  #pricing-container
	li.price-card--features--item:not(.features-disabled):before {
	content: "✓";
	color: green;
	display: block;
	position: absolute;
	left: -8px;
  }
  
  #pricing-container li.price-card--features--item.features-highlight {
	/*  font-weight: 600; */
  }
  
  #pricing-container li.price-card--features--item.features-disabled {
	opacity: 0.1;
	/*  text-decoration: line-through; */
  }
  
  
  
  
  /* - - - - - - - - - Mobile Features Toggle - - - */
  
  #pricing-container .price-card--mobile-features-toggle {
	text-align: center;
	border-top: 1px solid #ddd;
	margin: 24px 0 0;
	padding: 16px 0;
	cursor: pointer;
	display: none;
	color: green;
  }
  
  #pricing-container .price-card--mobile-features-toggle:after {
	content: "Show All Features ▾";
  }
  #pricing-container .price-card--mobile-features-toggle.hideall:after {
	content: "Hide Features ▴";
  }
  
  /* - - - - - - - - - Hero Card Styles - - - */
  
  #pricing-container .price-card--hero {
	margin: -38px 6px 0;
	/*  width:31%; */
	z-index: 10;
  }
  
  #pricing-container .price-card--hero-text {
	background-color: #3f9b63;
	height: 38px;
	color: white;
	line-height: 38px;
	text-align: center;
	font-weight: 600;
	
  }
  
  /* - - - - - - - - - Only Yearly Basic Styles - - - */
  
  #pricing-container .only-yearly {
	position: relative;
  }
  
  #pricing-container .only-yearly .price-card--price-number {
	transition: opacity 0.2s;
  }
  
  #pricing-container .only-yearly .only-yearly--text {
	position: absolute;
	top: -0.2em;
	left: 0;
	right: 0;
	display: none;
  }
  #pricing-container .only-yearly .only-yearly--text span {
	font-size: 14px;
  }
  
  #pricing-container .only-yearly.if-monthly .price-card--price-number {
	opacity: 0;
  }
  
  #pricing-container .only-yearly.if-monthly .only-yearly--text {
	display: block;
  }
  
  /* - - - - - - - - - Switch Section - - - */
  
  #pricing-switch {
	margin: 80px auto 100px;
	text-align: center;
	line-height: 1.4;
	position: relative;
	max-width: 1080px;
	color: #14ff70;
  }
  
  #pricing-switch .switch-label {
	display: inline-block;
	width: 200px;
	text-align: center;
	opacity: 0.4;
	font-size: 16px;
	cursor: pointer;
	padding: 0 20px;
  }
  
  #pricing-switch .switch-label .save-money {
	color: #4caf50;
	font-style: italic;
	padding-left: 8px;
  }
  #pricing-switch .save-money--mobile {
	color: #4caf50;
	font-style: italic;
	padding-top: 22px;
	display: none;
  }
  
  #pricing-switch .switch-label.active {
	font-size: 18px;
	opacity: 1;
  }
  #pricing-switch .switch-label-monthly {
	text-align: right;
  }
  #pricing-switch .switch-label-yearly {
	text-align: left;
  }
  
  #pricing-switch .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	vertical-align: -50%;
	margin: 0;
  }
  
  #pricing-switch .switch input {
	display: none;
  }
  
  #pricing-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #3f9b63;
	border-radius: 34px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
  }
  
  #pricing-switch .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	border-radius: 50%;
	-webkit-transition: 0.1s;
	transition: 0.1s;
  }
  
  /* #pricing-switch input:checked + .slider {
	background-color: green;
  } */
  
  #pricing-switch input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
  }
  
  #pricing-switch input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  @media (max-width: 767px) {
  }
  
  
  
  
  /* - - - - - - - - - - - - - - - - - - - */
  /* - - - - - - - - - Media Queries - - - */
  /* - - - - - - - - - - - - - - - - - - - */
  
  @media (max-width: 1280px) {
	/* Tweak the card price font size */
	#pricing-container .price-card--price-text {
	  font-size: 32px;
	}
	#pricing-container .price-card--price-number:before {
	  top: -10px;
	  font-size: 18px;
	}
  }
  
  @media (min-width: 981px) {
	/*  always show features when not in mobile view */
	#pricing-container .price-card--features {
	  display: block !important;
	}
  }
  
  @media (max-width: 980px) {
	#pricing-cards {
	  display: block;
	  padding: 0 24px;
	}
	#pricing-container .price-card {
	  max-width: 360px;
	  margin: 0 auto 48px;
	}
	#pricing-container .price-card:hover {
	  transform: none;
	}
	#pricing-container .price-card-full-width {
	  display: block;
	}
	#pricing-container .price-card-full-width .price-card--features--list {
	  columns: 1;
	}
	#pricing-container .price-card--price {
	  padding: 28px 0 0;
	}
	#pricing-container .price-card--features {
	  display: none;
	  margin: 26px 0 0 0;
	  padding-bottom:0;
	}
	#pricing-container ul.price-card--features--list {
	  max-width: 250px;
	  margin: 0 auto;
	}
	#pricing-container li.price-card--features--item.features-disabled {
	  display: none;
	}
	#pricing-container .price-card--mobile-features-toggle {
	  display: block;
	}
  
	/* Pricing Switch */
	#pricing-switch {
	  margin: 26px 0 52px;
	}
	#pricing-switch .switch-label {
	  display: inline-block;
	  width: auto;
	  font-size:15px;
	}
	#pricing-switch .switch-label.active{
	  font-size:16px;
	}
	#pricing-switch .switch-label .save-money {
	  display: none;
	}
	#pricing-switch .save-money--mobile {
	  display: block;
	}
	
	/* Elite Pricing */
	#elite-pricing-container{
	  display:block;
	  padding: 0 24px
	}
	#elite-pricing-sales-text{
	  padding-right: 0;
	  padding-bottom: 32px;
	  padding-top:0;
	  width:auto;
	  max-width:360px;
	  margin: 0 auto;
	  text-align: left;
	  font-size:18px;
	  line-height:1.5;
	}
	#elite-pricing-card.price-card .price-card--mobile-features-toggle{
	  border-top:none;
	  color: #f0c328;
	  display:none;
	}
	#elite-pricing-card.price-card .price-card--features{
	  display:block;
	}
  }
  
  
  @media (max-width: 480px) {
	#pricing-container .price-card {
	  max-width: 360px;
	  margin: 0 auto 36px;
	}
  
	#pricing-switch {
	  margin: 26px 0 36px;
	}
  
	#elite-pricing-card.price-card{
	padding: 30px 20px 10px 20px;
	}
  }
  

  
  
  
  
  
  
  
  
  
  
  /* ****************** */
  /* Odometer Theme CSS */
  /* ****************** */
  /* https://raw.githubusercontent.com/HubSpot/odometer/master/themes/odometer-theme-default.css */
  
  .odometer.odometer-auto-theme,
  .odometer.odometer-theme-default {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
  }
  .odometer.odometer-auto-theme .odometer-digit,
  .odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
  .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	visibility: hidden;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
  .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
  .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
  .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
  }
  .odometer.odometer-auto-theme .odometer-digit .odometer-value,
  .odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
  }
  .odometer.odometer-auto-theme
	.odometer-digit
	.odometer-value.odometer-last-value,
  .odometer.odometer-theme-default
	.odometer-digit
	.odometer-value.odometer-last-value {
	position: absolute;
  }
  .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
  .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
  }
  .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating
	.odometer-ribbon-inner,
  .odometer.odometer-theme-default.odometer-animating-up.odometer-animating
	.odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
  }
  .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
  .odometer.odometer-theme-default.odometer-animating-down
	.odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
  }
  .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
	.odometer-ribbon-inner,
  .odometer.odometer-theme-default.odometer-animating-down.odometer-animating
	.odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
  }
  
  .odometer.odometer-auto-theme,
  .odometer.odometer-theme-default {
	font-family: "Helvetica Neue", sans-serif;
	line-height: 1.1em;
  }
  .odometer.odometer-auto-theme .odometer-value,
  .odometer.odometer-theme-default .odometer-value {
	text-align: center;
  }
  
  /* ************************** */
  /* UPDATES TO CHANGE DURATION */
  /* ************************** */
  
  .odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
  .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner,
  .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating
	.odometer-ribbon-inner,
  .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating
	.odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	-ms-transition: -ms-transform 0.4s;
	-o-transition: -o-transform 0.4s;
	transition: transform 0.4s;
	will-change: auto;
  }








  .form-control, 
textarea {
  max-width: 77%;
  background-color: #000;
  color: #fff;
  letter-spacing: 1px;
  margin-left: 10%;
  
}

.send-button {
  margin-top: 15px;
  margin-left: 33%;
  height: 34px;
  width: 33%;
  overflow: hidden;
  transition: all .2s ease-in-out;
  background-color: #006100;
}

.alt-send-button {
  width: 100%;

  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
	
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}
  











  









.video-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
	grid-gap: 15px;
	max-width: 1100px;
	padding: 15px; 
	margin: 0 auto;
	box-sizing: border-box;
  }
  
  .video-gallery .gallery-item {
	position: relative;
	width: 100%;
	height: 300px;
	background: #000;
	cursor: pointer;
	overflow: hidden;
  }
  
  .video-gallery .gallery-item img {
	position: relative;
	display: block;
	width: 115%;
	height: 300px;
	object-fit: cover;
	opacity: .5;
	/*transition: opacity .35s, transform .35s;*/
   /* transition: all 350ms ease-in-out;
	transform: translate3d(-23px, 0, 0);
	backface-visibility: hidden;*/
  }
  
  .north-cascades-img {
	object-position: 50% 30%;
  }
  
  .video-gallery .gallery-item .gallery-item-caption {
	padding: 32px;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
  }
  
  .video-gallery .gallery-item .gallery-item-caption,
  .video-gallery .gallery-item .gallery-item-caption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  .video-gallery .gallery-item h2 {
	font-weight: 300;
	overflow: hidden;
	padding: 12px 0;
  }
  
  .video-gallery .gallery-item h2,
  .video-gallery .gallery-item p {
	position: relative;
	margin: 0;
	z-index: 1;
	pointer-events: none;
  }
  
  .video-gallery .gallery-item p {
	letter-spacing: 1px;
	font-size: 12px;
	padding: 12px 0;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(10%, 0, 0);
  }
  
  .video-gallery .gallery-item:hover img {
	opacity: 0.3;
	transform: translate3d(0, 0, 0);
  }
  
  .video-gallery .gallery-item .gallery-item-caption {
	text-align: left;
  }
  
  .video-gallery .gallery-item h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15%;
	height: 1px;
	background: #fff;
	transition: transform 0.3s;
	transform: translate3d(-100%, 0, 0);
  }
  
  .video-gallery .gallery-item:hover h2::after {
	transform: translate3d(0, 0, 0);
  }
  
  .video-gallery .gallery-item:hover p {
	opacity: 1;
	transform: translate3d(0, 0, 0);
  }
  
  /*
  @media screen and (max-width: 784px) {
	.video-gallery {
	  width: 100%;
	  padding: 15px;    
  
	}
	.video-gallery .gallery-item {
	  width: 95%;
	  margin: 0 auto; 
	  width: 100%;
	}
  }
  */

.news-new-date-mounth 
{
	font-size: 25px; font-weight: bold;  padding-top: 5%;font-family: 'Inter', sans-serif;
}
.news-new-date-year
{
	font-size: 39px;font-family: 'Inter', sans-serif;
}

.news-new-date-mounth-small 
{
	font-size: 17px; font-weight: bold;  padding-top: 5%;font-family: 'Inter', sans-serif;
}
.news-new-date-year-small 
{
	font-size: 26px;font-family: 'Inter', sans-serif;
}
.news-content-h4-size
{
	font-size:25px;
}

.news-context-parg-comentlike
{ 
	text-align: right;
	padding-right: 10%;
}
.custom-send
{
color: white;
}

.custom-strong-price-popul-title 
{
	color: white;
}
.custom-send-button-logo
{
	background-color: white;
}
.contact-time-style
{
	color: #ffffffad;
	padding: 0px!important;
	margin-top: -10px;
}

.price-popup-strong
{
	color: green;
}









/* Стили для попапов цена  */

/* Стили для затемнения фона */
.popup-overlay-price1-sub {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.767);
	z-index: 100;
  }
   
  /* Основные стили для всплывающего окна */
  .popWindow-price1-sub{
	display: none;
	background-color: #161613;
	color: #fff;
	width: 90%;
	max-width: 720px;
	padding: 40px 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -360px;
	margin-top: -185px;
	text-align: center;
	box-shadow: 0 0 30px rgba(18, 17, 12, 0.5);
  }
  /* Стили для адаптивности всплывающего окна */
  @media only screen and (max-width : 480px) {
	.popWindow-price1-sub {
	  margin-left: -45%;
	  margin-top: 35%!important;
	}
  }
  @media only screen and (min-width: 480px) and (max-width : 800px) {
	.popWindow-price1-sub {
	  margin-left: -45%;
	  
	}
  }



   /* Кнопка закрыть всплывающее окно */
   .close-btn-thank_you_window-price1-sub {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 40px;
	line-height: 20px;
	cursor: pointer;
	color: #999;
	padding: 10px;
  }
  /* Просто текст */
  .subscribe_window-price1-sub .subcsribe-text {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 40px;
	position: relative;
	padding: 0 50px;
	z-index: 10;
  }
  /* Текст */
  .subscribe_window-price1-sub .req-fields {
	color: #676767;
	text-align: left;
  }
  /* Стили формы */
  .subscribe-form-price1-sub {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
  }
  .subscribe-form-price1-sub div {
	position: relative;
  }
  .subscribe-form-price1-sub input {
	border: 1px solid #3d3d3d;
	width: 100%;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 32px;
	padding: 5px 20px;
	margin-bottom: 20px;
	outline: none;
	background: #2e2e2b;
	color: #fff;
	border-radius: 4px;
  }
  .popup-btn-price1-sub {
	color: #161613;
	background-color: #006100;
	padding: 10px 50px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #006100;
	box-shadow: none;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
  }
  .popup-btn-price1-sub:hover, .popup-btn-price1-sub:focus {
	background-color: #006100;
	color: #fff;
	text-decoration: none;
  }
  .subscribe-form-price1-sub .popup-btn {
	font-size: 24px;
	line-height: 54px;
	border: none;
	width: 100%;
	padding: 10px;
	font-weight: 700;
	text-align: center;
	outline: none;
	border-radius: 4px;
  }
  .subscribe-form-price1-sub .popup-btn:hover {
	background-color: #006100;
  }
  .subscribe-form-price1-sub .popup-btn i {
	font-size: 28px;
	margin-right: 7px;
  }
  .subscribe-form-price1-sub label {
	color: #fff;
	position: absolute;
	top: 12px;
	left: 20px;
	-webkit-transition: 0.28s;
	transition: 0.28s;
  }
  .subscribe-form-price1-sub label span {
	color: red;
  }
  .subcsribe-text-requred-price1-sub span {	
	  color: red;
	}
  .subscribe-form-price1-sub input:focus + label {
	left: -62px;
	font-size: 12px;
  }
  .subscribe-form-price1-sub input:invalid {
	box-shadow: none;
  }
  .subscribe-form-price1-sub input:valid {
	border: 1px solid #161613;
  }
  .subscribe-form-price1-sub input:valid + label {
	left: -62px;
	font-size: 12px;
  }
  .subscribe-form-price1-sub input:invalid:not(:focus):not(:placeholder-shown) {
	border: 1px solid #d3362a;
  }
  .subscribe-form-price1-sub input:invalid:not(:focus):not(:placeholder-shown) + label {
	left: -62px;
	font-size: 12px;
  }
  @media only screen and (max-width : 480px) {
	.subscribe_window-price1-sub{
	  top: 5%;
	  margin-top: 0;
	}
	.subscribe_window-price1-sub .subcsribe-text{
	  padding: 0;
	}
	.subscribe-form-price1-sub input:focus + label{
	  left: 20px;
	  top: -18px;
	}
	.subscribe-form input:valid + label{
	  left: 20px;
	  top: -18px;
	}
	.subscribe-form-price1-sub input:invalid:not(:focus):not(:placeholder-shown) + label{
	  left: 20px;
	  top: -18px;
	}
  }
   
  /* Стили для текста внутри благодарственного окна после успешной отправки */
  .thank_you_window-price1-sub .thank_you_title {
	font-family: "Titillium Web", sans-serif;
	color: #fff;
	font-size: 32px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 10px;
  }
  .thank_you_window-price1-sub .thank_you_body {
	font-family: "Titillium Web", sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
  }












/* Стили для попапов  */

/* Стили для затемнения фона */
.popup-overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(4, 8, 4, 0.700);
	z-index: 100;
  }
   
  /* Основные стили для всплывающего окна */
  .popWindow{
	display: none;
	background-color: #161613;
	color: #fff;
	width: 90%;
	max-width: 720px;
	padding: 40px 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -360px;
	margin-top: -185px;
	text-align: center;
	box-shadow: 0 0 30px rgba(18, 17, 12, 0.5);
  }
  /* Стили для адаптивности всплывающего окна */
  @media only screen and (max-width : 480px) {
	.popWindow {
	  margin-left: -45%;
	  margin-top: 35%!important;
	}
  }
  @media only screen and (min-width: 480px) and (max-width : 800px) {
	.popWindow {
	  margin-left: -45%;
	  
	}
  }
  /* Кнопка закрыть всплывающее окно */
  .close-btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 40px;
	line-height: 20px;
	cursor: pointer;
	color: #999;
	padding: 10px;
  }
  /* Просто текст */
  .subscribe_window .subcsribe-text {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 40px;
	position: relative;
	padding: 0 50px;
	z-index: 10;
  }
  /* Текст */
  .subscribe_window .req-fields {
	color: #676767;
	text-align: left;
  }
  /* Стили формы */
  .subscribe-form {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
  }
  .subscribe-form div {
	position: relative;
  }
  .subscribe-form input {
	border: 1px solid #3d3d3d;
	width: 100%;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 32px;
	padding: 5px 20px;
	margin-bottom: 20px;
	outline: none;
	background: #2e2e2b;
	color: #fff;
	border-radius: 4px;
  }
  .popup-btn {
	color: #161613;
	background-color: #006100;
	padding: 10px 50px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #006100;
	box-shadow: none;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: 0.4s;
	transition: 0.4s;
  }
  .popup-btn:hover, .popup-btn:focus {
	background-color: #006100;
	color: #fff;
	text-decoration: none;
  }
  .subscribe-form .popup-btn {
	font-size: 24px;
	line-height: 54px;
	border: none;
	width: 100%;
	padding: 10px;
	font-weight: 700;
	text-align: center;
	outline: none;
	border-radius: 4px;
  }
  .subscribe-form .popup-btn:hover {
	background-color: #006100;
  }
  .subscribe-form .popup-btn i {
	font-size: 28px;
	margin-right: 7px;
  }
  .subscribe-form label {
	color: #fff;
	position: absolute;
	top: 12px;
	left: 20px;
	-webkit-transition: 0.28s;
	transition: 0.28s;
  }
  .subscribe-form label span {
	color: red;
  }
  .subcsribe-text-requred span {	
	  color: red;
	}
  .subscribe-form input:focus + label {
	left: -62px;
	font-size: 12px;
  }
  .subscribe-form-label-pricev {
	left: -62px!important;
	font-size: 17px!important;
  }
  .subscribe-form input:invalid {
	box-shadow: none;
  }
  .subscribe-form input:valid {
	border: 1px solid #161613;
  }
  .subscribe-form input:valid + label {
	left: -62px;
	font-size: 12px;
  }
  .subscribe-form input:invalid:not(:focus):not(:placeholder-shown) {
	border: 1px solid #d3362a;
  }
  .subscribe-form input:invalid:not(:focus):not(:placeholder-shown) + label {
	left: -62px;
	font-size: 12px;
  }
  @media only screen and (max-width : 480px) {
	.subscribe_window{
	  top: 5%;
	  margin-top: 0;
	}
	.subscribe_window .subcsribe-text{
	  padding: 0;
	}
	.subscribe-form input:focus + label{
	  left: 20px;
	  top: -18px;
	}
	.subscribe-form input:valid + label{
	  left: 20px;
	  top: -18px;
	}
	.subscribe-form input:invalid:not(:focus):not(:placeholder-shown) + label{
	  left: 20px;
	  top: -18px;
	}
  }
   
  /* Стили для текста внутри благодарственного окна после успешной отправки */
  .thank_you_window .thank_you_title {
	font-family: "Titillium Web", sans-serif;
	color: #fff;
	font-size: 32px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 10px;
  }
  .thank_you_window .thank_you_body {
	font-family: "Titillium Web", sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
  }
  

  .lngg{
	line-height: 0%!important;
	width: 88px!important;
    margin-top: -5px;
	
}

.language-button
{
	width: 87px!important;
}
.language-dropdown-ul 
{
	min-width: 50px!important;
	font-size: 13px!important;
	background-color: white!important;
}
.drop-down-language-li 
{
	padding:3px 14px 4px!important;
	
}
.styleforainbegin
{
	
		all: unset;
	
}






.chat {
	position: fixed;
	z-index: 1;
	right: 40px;
	bottom: 40px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #006100;
	box-shadow: 0 5px 20px 0 rgba(0, 161, 255, .3);
	padding: 20px;
	cursor: pointer;
	transition: box-shadow .2s ease-in
  }
  
  @media (max-width: 500px) {
	.chat {
	  right: 20px;
	  bottom: 20px
	}
  }
  
  .chat:hover {
	box-shadow: 0 5px 20px 0 #006100
  }
  .chatrus::before
  {
	content: "Вопросы?";
  }
  .chatukr::before
  {
	content: "Є запитання?";
  }
  .chateng::before
  {
	content: "Any question?";
  }
  .chat:before {
	/*content: "Any question?";*/
	display: block;
	width: 110px;
	font-size: 13px;
	padding: 10px;
	background: #fff;
	color: #2d2d2d;
	border-radius: 5px;
	line-height: 1.5;
	border: 1px solid #dbdbdb;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .3);
	position: absolute;
	top: -50px;
	right: 0;
	opacity: 1;
	transition: opacity .2s ease-in
  }
  
  .chat:after {
	content: "";
	border-style: solid;
	background: none;
	position: absolute;
	width: 0;
	height: 0;
	box-sizing: border-box;
	top: -12px;
	right: 28px;
	z-index: 0;
	border-width: 8px 8px 0;
	border-color: #fff transparent transparent
  }
  
  .chat.isOpen:before {
	opacity: 0
  }
  
  .chat__messenger {

    z-index: 999;
	
	display: block;
	width: 210px;
	font-size: 13px;
	background: #fff;
	color: #2d2d2d;
	border-radius: 5px;
	line-height: 1.5;
	border: 1px solid #dbdbdb;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .3);
	position: absolute;
	top: -130px;  /* 257px*/
	right: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease-in
  }
  
  .chat__messenger-item {
	font-size: 14px;
	padding: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #2d2d2d;
	transition: background-color .2s ease-in
  }
  
  .chat__messenger-item:hover {
	background-color: #f3f3f3
  }
  
  .chat__messenger-icon {
	width: 20px;
	margin-right: 14px
  }
  
  .chat.isOpen .chat__messenger {
	opacity: 1;
	pointer-events: auto
  }
  
  .chat__icon {
	width: 100%;
	height: 100%;
	position: relative
  }
  
  .chat__icon-message {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(1);
	transition: transform .2s ease-in, opacity .2s ease-in
  }
  
  .chat__icon-close, .isOpen .chat__icon-message {
	opacity: 0;
	transform: scale(0)
  }
  
  .chat__icon-close {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: transform .2s ease-in, opacity .2s ease-in
  }
  
  .isOpen .chat__icon-close {
	opacity: 1;
	transform: scale(.6)
  }
  
  .linkforopenform{
	  z-index: 1;
  }

  
  /* Основные стили для всплывающего окна */
  .popWindowthanks{
    display: none;
    background-color: #161613;
    color: #fff;
    width: 90%;
    max-width: 720px;
    padding: 40px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -360px;
    margin-top: -185px;
    text-align: center;
    box-shadow: 0 0 30px rgb(18 17 12 / 50%);
  }