:root {
	--color-dark: #000000;
	--color-grey: #282726;
	--color-light: #7fbfab;
	--color-light2: #e5be50;
	--color1: #508475;
	--color2: #376557;
}

iframe {vertical-align:top}


a,
.logo img,
.mainnav ul ul,
.mainnav a:after,
.gohome,
.service-item h4,
.btn-form:after,
.service-item,
.buy-btn,
.service-price,
.serviceitem-desc,
.owl-dot span
	{
		      transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;

}

a.hoverlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
main p a {
  border-bottom: 1px dashed;
  color: var(--color1);
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.42;
  min-width: 360px;
}
h1, .h1, h2, .h2 {
}
.logo, h1, .h1, h2, .h2 {
	font-weight:600;
}

h1, h2, h3 {
    letter-spacing: 1px;   
}
h1, .h1 {
  font-size: 46px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
h2, .h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5em;
	color: #000;
}
h2 span {
  font-size: .8em;
  display: block;
}
h2 a, .h2 a {
  color:#000;
}
h3, .h3 {}
.h4, h4 {
  font-size: 16px;
	font-weight:bold;
}
a {color:#6e6d86;}
	
a, a:hover {
	text-decoration: none;   
	outline: none;
	color: #000;
}	
header a, header a:hover, header a:focus {
	color: #fff;
}

.btn {
  border-radius: 0;
  position: relative;
	  min-width: 140px;
		margin: 5px 5px;
  border-width: 2px;
  border-radius: 18px;
	overflow: hidden;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,transparent,rgb(255 255 255 / 50%),transparent);
  transition: all 850ms;
}
.btn:hover:before {
  left: 100%;
}
.btn-primary {
  color: #fff;
  background-color: var(--color1);
  border-color: #e3d389;
  color: #fff;
	
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: var(--color-light);
  border-color: #e3d389;
  color: #000;
	box-shadow: 4px 4px 10px rgba(0,0,0,.3);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus, .btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(217 202 199 / 56%);
}
.btn-secondary {
  color: #000;
  background-color: #a6d3c5;
  border-color: var(--color1);
}
.btn-secondary:hover {
  background-color: var(--color-light);
  border-color: #e3d389;
  color: #000;
	box-shadow: 4px 4px 10px rgba(0,0,0,.3);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus, .btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgb(217 202 199 / 56%);
}

svg {
	vertical-align: top;
}

img {
	max-width: 100%; 
	vertical-align:top;
}

/*
.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item {
	height: 100%;   
}*/
p {
  line-height: 1.5em;
}

header {
  position: fixed;
  width: 100%;
  display: flex;
  top: 0;
  left: 0;
  background: var(--color1);
  box-shadow: 0 0 20px rgba(0,0,0,.4);
  flex-direction: row;
  z-index: 999;
  padding: 5px 20px;
	
  align-items: center;
}

.logo {
  margin-right: auto;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 24px;
}


.logo img {
  width: 70px;
}
.logo span {
  background: -webkit-linear-gradient(-86deg, #e3d189 5%, #f0f8d3 53%, #e6dc8a 91%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  color: #336557;
  letter-spacing: 1px;
  margin-left: 20px;
  text-shadow: 3px 4px 5px rgba(0,0,0,.3);
}
.is-top .logo img {
}


.topBar {
  text-align: right;
	  margin-bottom: 20px;
  font-size: 14px;
}
.topBar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display:inline-block;

}

.topBar ul li {
  display:inline-block;
}
.topBar a {
	color: var(--color-light);
}

.mainnav {
  text-align: center;
}
.mainnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainnav ul li {
	display:inline-block;

}
.mainnav a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 7px 20px 4px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-height: 800px) {
	.mainnav a {
		padding: 4px 20px;
	}
}
.mainnav a:after {
  content: '';
  width: 0%;
  height: 1px;
  background-color: var(--color-light);
  display: block;
  margin: 0 auto;
}
.mainnav a:hover:after, .mainnav .active a:after {
  width: 100%;
}
.mainnav .active a {
  color: #fff;
}

.mainnav ul ul {
  background: #fff;
  list-style: none;
  padding: 0;
  /* max-width: 300px; */
  max-height: 0px;
  position: absolute;
  border: 1px solid #eee;
  border-top: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.mainnav>ul>li>ul>li > a {
    white-space: normal;
    line-height: 130%;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.mainnav>ul>li:hover>ul {
	max-height: 400px;
	opacity:1;
}

.topSocial {
  padding: 0;
  list-style: none;
  text-align: center;
	margin: 0;
}

.topSocial li {
  display: inline-block;
	
}
.topSocial li a {
  display: block;
  background: #376557;
  line-height: 30px;
  width: 30px;
  border-radius: 14px;
  /* color: var(--color-dark); */
  margin: 0 4px;
}
.topSocial a:hover {
  background: var(--color1);
}

.telecom {
  list-style: none;
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  padding: 0;
}
ul.telecom li {
  margin: 0 4px;
}
ul.telecom a:hover .fil10, ul.telecom a:hover .fil0 {
  fill: var(--color1);
}


/*
.telecom .fil0 {fill:#376557}
.telecom .fil2 {fill:url(#id0);fill-rule:nonzero}
.telecom .fil1 {fill:url(#id1);fill-rule:nonzero}
*/

#trigger-overlay {
  display: none;
}

[class^="icon-"], [class*=" icon-"] {
  vertical-align: middle;
}
.addressText span {
  display: block;
}
.lang-select {
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  padding: 0;
  list-style: none;
  margin: 0 auto 20px;
}

.lang-select li {
	display:inline-block;
	padding:0 5px;
	border-left:2px solid var(--color-light)
}
.lang-select li:first-child {
	border-left:none;
}
.lang-select a {
  color: var(--color-light);
}
.lang-select a.active {
	color: #fff;
}
.topPhones {
  list-style: none;
  padding: 0;
  text-align: center;
}
ul.topPhones a {
}
.topAddress {
  color: var(--color-light);
}
.topAddress:hover {
  color: #fff;
}
.icon-phone, .icon-location {
	font-size:1.2em;
}

.gohome {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  background: var(--color-light);
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 33px;
  box-shadow: 3px 4px 15px rgb(0 0 0 / 40%);
	opacity:0;
}
.gohome.show {
	opacity:.8;
}

/* Баннер */
.section-banner {
  position: relative;
}
.section-banner img {
    width: 100%;
}
.banner-info {
  position: absolute;
  top: 80px;
  bottom: 0;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  left: 13%;
  width: 43%;
  color: #fff;
	text-shadow: 3px 3px 10px rgba(0,0,0,.3);
}
.banner-text h3 {
  font-size: 23px;
}
.banner-text p {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0;
}

.button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* TextImageBlock */
a.anchor {
  margin-top: -120px;
  position: absolute;
}
.textImageBlock {
  position: relative;
	padding:70px 0;
}
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.half-bg {
  width: 50%;
  background-position: center right;
}
.textImageBlock.textRight .half-bg {
    background-position: top center;
}
/* Numbers (Facts) */
.col-full-height {
  margin-bottom: 30px;
}
.section-facts {
  padding: 70px 0;
  text-align: center;
  background: var(--color1);
  color: #000;
  background-size: cover;
  background-position: center;
}
.fact-count h3 {
  font-weight: 900;
  font-size: 50px;
  background: -webkit-linear-gradient(-86deg, #e3d189 5%, #f0f8d3 53%, #e6dc8a 91%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  letter-spacing: 0px;
  margin-left: 20px;
  text-shadow: 3px 4px 5px rgba(0,0,0,.3);
}
.facts-item {
  height: 100%;
  background: rgba(255,255,255,.4);
  padding: 5px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  border-radius: 15px;
  box-shadow: 7px 7px 5px rgba(0,0,0,.2);
	color: #376557;
}
.owl-dots {
  display: flex;
  justify-content: center;
	padding-top: 10px;
}
.owl-dot {
  padding: 4px;
}
.owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 5px;
	opacity: .6;
}
.owl-dot.active span {
  width: 24px;
	opacity: 1;
}

/* Services */
.section-services {
  padding: 70px 0;
  background: var(--color-light);
  background-size: cover;
  background-position: center;
}
.service-item {
  height: 100%;
  background: rgb(55 101 87 / 69%);
  border-radius: 8px;
  border: 1px solid #e3d189;
  box-shadow: 7px 7px 10px rgba(0,0,0,.2);
}
.service-item h4 {
  background: rgba(0,0,0,.3);
  padding: 10px;
  color: #e3d189;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
	margin:0;
	text-align: center;
}
.serviceitem-desc {
  color: #fff;
  line-height: normal;
  padding: 15px;
	opacity:1;
	text-align: center;
}
.service-item:hover {
  background: var(--color2);
}
.service-item:hover h4 {
  /*box-shadow: 0 0 10px rgba(0,0,0,.8);*/
}
	.buy-btn {
		position: absolute;
		z-index: 2;
		opacity: 0;
		bottom: -22px;
		opacity: 1;	
		}

.serviceitem-buy {
  display: flex;
  justify-content: space-around;
  padding: 0 15px 25px;
  align-items: center;
}
.service-price {
  text-align: center;
  line-height: 33px;
  color: #e1d187;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
}
.service-price span {
  display: block;
  font-weight: normal;
  font-size: 16px;
}

/* Contacts */
.section-contacts {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 50vw;
  display: flex;
  align-items: center;
	font-size:18px;
	position: relative;
  z-index: 2;
	  text-align: center;
}
.contacts-block {
  padding: 100px 0;
}
.contacts-block .topSocial {
}
.contacts-block .topSocial a, .contacts-block .topSocial img {
  width:50px;
}
.contacts-info {
  list-style: none;
  padding: 0;
}
.contacts-info li{
  margin-bottom:20px;
}

/* Footer */
footer {
  background: var(--color1);
  padding: 30px 0;
  font-size: 14px;
  color: #fff;
	text-align:center;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: var(--color-light);
}
.footernav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footernav ul {
  list-style: none;
  padding: 0;
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footernav ul a {
  padding:3px 10px;
	margin-bottom:4px;
}

/* InnerPage */
.innerpage main {
  padding-top: 120px;
}
.innerpage h1 {
  text-align:center;
	color:var(--color-light);
}

.text-error {
     display:none;
 }
.oc-visible.text-error {
    display:block;
  color: #f00;
  font-size: 14px;
}
.close {
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  line-height: 30px;
  font-weight: normal;
  color: var(--color1);
  opacity: .8;
  font-size: 40px;
}
.close:hover {
	opacity:1;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
label a {
  border-bottom: 1px dashed;
}
.alert p:last-child {
  margin-bottom: 0;
}
.modal .alert {
  margin: 0px 0 20px;
  text-align: center;
}
.section-subtitle {
	max-width: 600px;
  margin: -30px auto 30px;
  font-weight: bold;
  font-size: 20px;
  color: #3a6557;
}

.btn-form {
  color: #f2f7cf;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9em;
  padding: 5px 10px;
  border-radius: 8px;
  position: relative;
  z-index: 2;
	  margin: 0 10px;
  background: rgb(231,221,140);
  background: linear-gradient(58deg, rgba(231,221,140,1) 0%, rgba(245,242,196,1) 47%, rgba(231,221,140,1) 100%);
}
.btn-form:hover {
		color: #f2f7cf;

} 
.btn-form:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: -1;
  background: var(--color2);
  border-radius: 6px;
}
.btn-form:hover:after {
  background: var(--color1);
}

.btn-form-mobile {
  position: fixed;
  bottom: 0px;
  left: 0;
  margin: 0;
  border-radius: 0;
  line-height: 40px;
  right: 60px;
  text-align: center;
	display:none;
}
.btn-form-mobile.w100 {
  right: 0;
}
.modal-header {
  justify-content: center;
  background: var(--color-light);
  text-transform:uppercase;
}
.modal-title {
  text-align: center;
}
.advantages {
  background-color: #d7cbc6;
  position: relative;
  z-index: 2;
  padding: 70px 0;
	
}
.advantages-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: top left;
  background-size: cover;
	  width: 50%;
}
.feature-item {
  background: var(--color-light);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 20px 20px 50px;
	position:relative;
}
.feature-title {
  font-weight: bold;
}
.feature-index {
  position: absolute;
  left: -10px;
  top: -10px;
  background: var(--color2);
  color: #fff;
  width: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  border-radius: 0 20px 20px;
}
#overlay {
	position: fixed;
  background: rgb(223 212 209);
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 20px;
  font-size: .8em;
  z-index: 100;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  color: #000;
  z-index: 10000;
}
#overlay p {
	margin-bottom:0;
}
#overlay a {
  border-bottom: 1px dashed;
  color: var(--color2);
}