.header-slogan{
  text-align: left;
  margin-left: 1.5rem;
  margin-top: -4px;
}
.header-slogan-1{
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.header-slogan-2{
  font-size: 0.8rem;
  line-height: 1;
} 

.header-slogan-3{
  font-size: 0.8rem;
}


.header-logo img{
  /* width: 148px; */
	width: 74px;
  height: 48px;
  transition: none !important;
}

@media only screen and (min-width: 992px){
  .header-logo img{
    /* width: 110px; */
		width: 98px;
    height: 64px;
    padding: 0;
    transition: none !important;
  }  
}

@media only screen and (min-width: 1200px){
  .header-logo img{
    /* width: 237px; */
		/* width: 122px; */
    /* height: 80px; */
		width: 154px;
		height: 100px;
    margin: 4px 0;
    transition: none !important;
  }
}

#header{
  box-shadow: none;
  transition: box-shadow 0.3s;
}

#header.header-fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.3);
  transition: box-shadow 0.3s;
}


@media only screen and (max-width: 1259px){
  
  #header .header-nav-main nav > ul > li > a{
    font-size: 15px;
  }
}

#header .header-nav-main nav > ul > li.last > a,
#header .header-nav-main nav > ul > li.last:hover > a
{
  padding-right: 0.5rem;
}

#header .header-logo{
  margin: 0;
}

@media only screen and (min-width: 992px){
  #header .header-logo{
    /* margin: 1rem 0; */
		margin: 8px 0;
  }
}


.main .owl-carousel.main-slider .owl-item h1,
.main .owl-carousel.main-slider .owl-item div.h1{
  text-shadow: #000 0 0 20px;
}

.main .owl-carousel.main-slider .owl-item h2,
.main .owl-carousel.main-slider .owl-item div.h2{
  text-shadow: #000 0 0 20px;
  color: rgba(255,255,255,0.85);
}

.page-header.page-header-modern.page-header-background{
  padding: 40px 0;
  background-image: url(/assets/images/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 992px){
  .page-header.page-header-modern.page-header-background{
    padding: 50px 0;
  }
}


input[type=checkbox].form-check-input{
  width: 18px;
  height: 18px;
  margin-right: 8px;
  /* transform: translateY(1px); */
  cursor: pointer;
}

input[type=checkbox].form-check-input:checked{
  background-color: #3a974e;
  border-color: #3a974e;
}

form .form-control.error,
form .form-check-input.error{
  color: #842029;
  background: #f8d7da;
  border: 1px solid #f5c2c7 !important;
}

.ks-contact-form textarea[name=message]{
  height: 10rem;
  min-height: 10rem;
}

a.btn-close{
  cursor: pointer;
}

.owl-carousel:not(.ks-partners) .owl-nav button.owl-prev::before,
.owl-carousel:not(.ks-partners) .owl-nav button.owl-next::before{
  color: white;
  text-shadow: #000 0 0 10px;
}




.process.custom-process .process-step .process-step-circle .process-step-circle-content svg{
  fill: #3a974e !important;
}
.process.custom-process .process-step .process-step-circle .process-step-circle-content svg g{
  stroke: #3a974e !important;
}
.process.custom-process .process-step:hover .process-step-circle .process-step-circle-content svg{
  fill: #fff !important;
}
.content{
  font-size: 16px;
}
/*
.content ol,
.content ul{
  margin-left: 2.5rem;
}
.content ol ol, .content ol ul,
.content ul ul, .content ul ol{
  margin-left: 0;
}
*/


.kside-menu{
  font-size: 15px;
}

.kside-menu h2{
  font-weight: bold;
  font-size: 18px;
  margin-left: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1.4;
}

.kside-menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.kside-menu li{
	/* margin-right: 5px; */
}


.kside-menu li > a{
  display: block;
  padding: 14px 20px;
  line-height: 23px;
  background: #f0f0f0;
  /* text-transform: uppercase; */
  font-weight: 400;
  font-size: 15px;
  color: #444;
  text-decoration: none;
  margin-bottom: 2px;
}
.kside-menu li.active{
	margin-right: 0;
  display: block;
  padding: 14px 20px;
  line-height: 23px;
  /* text-transform: uppercase; */
  font-weight: 400;
  font-size: 14.5px;
  margin-bottom: 2px;
  color: #fff;
  text-decoration: none;
  background: #348A49;
  font-weight: 500;
  cursor: pointer;
  border-right: 5px solid #35d228;
}

.kside-menu li > a:hover{
  color: #fff;
  text-decoration: none;
  background: #348A49;
}
.kside-menu li:last-child{
  border: none;
}
.kside-menu li.active{
  font-weight: bold;
}
li.kside-inner{
	/* margin-left: 6px; */
}

li.kside-inner > a{
	padding: 7px 20px;
	padding-left: 30px;
	background: #f0f0f0;
	border-left: 5px solid #ddd;
}
li.kside-inner > a:hover{
	border-left-color: #474;
}
li.kside-inner.active{
	padding: 7px 20px;
	padding-left: 30px;
	border-left: 5px solid #474;
}

.ks-gallery-item{
  width: 50%;
}

@media only screen and (min-width: 768px){
  .ks-gallery-item{
    width: 33%;
  }
}


@media only screen and (min-width: 992px){
  .ks-gallery-item{
    width: 33%;
  }
}

header nav .dropdown-item{
  white-space: normal;
}

@media only screen and (min-width: 768px){
  header nav .dropdown-item{
    white-space: nowrap;
  }
}

footer .msgr-ico{
  filter: grayscale(0.7);
  opacity: 0.9;
}
footer .msgr-ico:hover{
  filter: grayscale(0);
  opacity: 1;
}
/* COOKIE CONSENT START */ 
.ks-cookie-wrapper {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background: #333;
  color: white;
  padding: 20px 10%;
  font-size: 16px;
  line-height: 1.4;
}
.ks-cookie-wrapper .ks-cookie-container {
  max-width: 1300px;
  margin: auto;
}
.ks-cookie-wrapper .ks-cookie-text,
.ks-cookie-wrapper .ks-cookie-buttons {
  text-align: center;
}
.ks-cookie-wrapper .ks-cookie-text a {
  color: white;
  text-decoration: underline;
}
.ks-cookie-wrapper .ks-cookie-buttons {
  margin-top: 20px;
  margin-bottom: 4px;
}
.ks-cookie-wrapper button {
  border: none;
}
.ks-cookie-wrapper button:hover {

}
@media (min-width: 768px) {
  .ks-cookie-wrapper {
    display: table;
  }
  .ks-cookie-wrapper .ks-cookie-text,
  .ks-cookie-wrapper .ks-cookie-buttons {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .ks-cookie-wrapper div.ks-cookie-buttons {
    text-align: right;
    padding-left: 20px;
    margin: 0;
  }
  .ks-cookie-wrapper button.ks-cookie-accept {
    position: relative;
    top: 1px;
  }
}
/* COOKIE CONSENT END */ 

.gal-title{
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  color: white;
  padding: 4px 12px;
}

.case-wr > a{
  cursor: pointer;
  display: block;
}
.case-wr > a,
.case-wr > a:hover{
  color: #222;
  text-decoration: none;    
}
.case-wr > a .case-img{
  transition: all 0.2s ease-in-out;
}

.case-wr > a:hover .case-img{
  filter: brightness(0.75);
  transition: all 0.2s ease-in-out;
}

.case-title{
  padding: 1.3rem 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.3px;
}

.case-wrapper{
  display: grid;
  grid-template-columns: 100%;
  gap: 2rem;
}

@media (min-width: 480px){
  .case-wrapper{
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 30px 20px;
  }
}

@media (min-width: 992px){
  .case-wrapper{
    display: grid;
    grid-template-columns: calc(33.33% - 13px) calc(33.33% - 13px) calc(33.33% - 13px);
  }
}

.case-img{
  height: 180px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

article.post.post-large .post-image img{
  width: 100%;
}

@media only screen and (min-width: 992px){
  article.post.post-large .post-image img{
    width: auto;
  }
}

.lh-2{
	line-height: 2 !important;
}

.hp-slider {
	scrollbar-width: none;
	margin-left: 42px;
	margin-right: 42px;
}

.hp-slide{
	display: grid;
	margin-left: 20px;
	margin-right: 20px;
	/* grid-template-columns: 100%; */
}
.hp-name{
	text-align: center;
	font-size: 13px;
	line-height: 1.2;
  margin-top: 20px;
	font-weight: 500;
}

.hp-img{
	object-fit: contain;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
	/* width: 176px; */
	/* height: 176px; */
}
.hp-slider-btn{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 48px;
	/* background: rgba(0,0,0,0.1); */
	background: none;
	border: none;
	color: #ccc;
	font-size: 22px;
	
}

.hp-slider-left{
	left: 0;
}
.hp-slider-left:hover, .hp-slider-right:hover{
	background: rgba(0,0,0,0.2);
	color: white;
}
.hp-slider-left::after{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f053";
}

.hp-slider-right{
	right: 0;
}
.hp-slider-right::after{
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
}


.ks-partner-img{
	width: 190px;
	height: 190px;
	object-fit: contain;
}

.ks-partners{
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
	column-gap: 60px;
	row-gap: 100px;
}
.ks-partner-item{
	width: 190px;
}
.ks-partner-name{
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.3;
}

.dropdown-toggle::after{
  border: none !important;
}

main li{
	margin-bottom: 10px;
}

.ks-home-slide .h1, .ks-home-slide h1{
	background: rgba(0,0,0,0.6);
  padding: 24px;
  display: inline-block;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  padding-right: 52px;
  padding-left: 41px;
  text-shadow: none;
}

.ks-home-slide .justify-content-end .h1,
.ks-home-slide .justify-content-end h1{
	border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
	border-bottom-right-radius: 0;
  border-top-right-radius: 0;
	padding-left: 52px;
  padding-right: 41px;
}

.ks-home-slide .h2, .ks-home-slide h2{
	display: none !important;
  background: rgba(0,0,0,0.6);
  padding: 15px;
  padding-right: 20px;
  padding-left: 20px;
  display: inline-block;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  padding-right: 36px;
  padding-left: 32px;
  text-shadow: none;
  color: #fff;
}

.ks-home-slide .justify-content-end .h2,
.ks-home-slide .justify-content-end h2{
	display: none !important;
	border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
	border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 32px;
  padding-left: 36px;
}

.ks-home-slide a.btn{
	background-color: rgba(19, 111, 39, 0.95);
  border: none;
  
  font-size: 14px;
}

.ks-home-slide a.btn:hover{
	text-decoration: underline;
}

.ks-post-date{
	opacity: 0.5;
  font-size: 0.8rem;
}

.ks-home-post h4 a{
	font-weight: 500;
  font-size: 22px;
}

.belarus{
	margin-top: 32px;
	max-width: 100%;
	height: auto;
}

#services{
	background-image: url(/assets/images/bglite3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#services.not-home{
	background:transparent;
}

/*
#services .cards{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; 
  gap: 20px;
	padding-bottom: 0;
  margin-bottom: 60px;
}
*/

#services .cards{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
  gap: 20px;
	padding-bottom: 0;
  margin-bottom: 60px;
}

#services.not-home .cards{
	grid-template-columns: 1fr 1fr 1fr; 
}


@media only screen and (max-width: 991px){
	#services .cards{
		display: grid;
		grid-template-columns: 1fr 1fr; 
		gap: 20px;
		/* padding-bottom: 80px; */
		padding-bottom: 0;
		margin-bottom: 60px;
	}	
}
@media only screen and (max-width: 575px){
	#services .cards{
		display: grid;
		grid-template-columns: 1fr; 
		gap: 20px;
		/* padding-bottom: 80px; */
		padding-bottom: 0;
		margin-bottom: 60px;
	}	
}


#services .cards a{
  display: block;
}
#services .cards svg{
  /* width:180px; */
  /* height:172px; */
	width: 150px;
  height: 140px;
  margin-bottom: 24px;
	fill: #3a974e;
}


@media only screen and (max-width: 1280px){
	#services.not-home .cards{
		display: grid;
		grid-template-columns: 1fr 1fr; 
		gap: 20px;
		/* padding-bottom: 80px; */
		padding-bottom: 0;
		margin-bottom: 60px;
	}	
	
	#services.not-home .cards svg{
		width:160px;
		height:160px;
		margin-bottom: 32px;
		fill: #3a974e;
	}
	
	#services.not-home .cards h3{
		font-size: 20px;
	}
}

@media only screen and (max-width: 991px){
	#services.not-home .cards{
		display: grid;
		grid-template-columns: 1fr 1fr; 
		gap: 20px;
		/* padding-bottom: 80px; */
		padding-bottom: 0;
		margin-bottom: 60px;
	}	
	
	#services.not-home .cards svg{
		width:150px;
		height:150px;
		margin-bottom: 32px;
		fill: #3a974e;
	}

}

@media only screen and (max-width: 575px){
	#services.not-home .cards{
		display: grid;
		grid-template-columns: 1fr; 
		gap: 20px;
		/* padding-bottom: 80px; */
		padding-bottom: 0;
		margin-bottom: 60px;
	}	
	
	#services.not-home .cards svg{
		width:150px;
		height:150px;
		margin-bottom: 32px;
		fill: #3a974e;
	}
}




#services .cards svg *{
  /* fill: #3a974e; */
  /* stroke: #3a974e; */
}
#services .cards h3{
  font-weight: bold;
  text-transform: none;
  /* font-size: 28px; */
	font-size: 22px;
  color: #3a974e;
  margin-bottom: 24px;
}

#services .card{
  text-align: center;
  /* padding: 60px 44px 40px; */
	padding: 40px 34px 20px;
  border: none;
	background: rgba(255,255,255,0.95);
  box-shadow: 0 0 48px -4px rgba(0,0,0,.1);
	transition:all .2s ease-in-out;
}


@media only screen and (max-width: 1440px){
	#services .card{
		padding: 30px 24px 12px;
	}
	#services .cards h3{
		font-size: 18px;
	}
	#services .cards svg{
		width: 120px;
		height: 110px;
	}
}

@media only screen and (max-width: 1199px){
	#services .cards{
		gap: 10px;
	}
	#services .card{
		padding: 26px 20px 8px;
	}
	#services .cards h3{
		font-size: 16px;
	}
	#services .cards svg{
		width: 100px;
		height: 90px;
	}
}

.k-product img{
	background: rgba(255,255,255,0.95);
  box-shadow: 0 0 48px -4px rgba(0,0,0,0);
	transition:all .2s ease-in-out;
}

.k-product img:hover{
	box-shadow:0 0 42px -4px rgba(0,0,0,.4)!important;
  transition:all .2s ease-in-out;
}

#services .card:hover{
  box-shadow:0 0 42px -4px rgba(0,0,0,.4)!important;
  transition:all .2s ease-in-out;
}
#services-fade{
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
	height: 100px;
  width: 100%;
}

#news{
	background-image: url(/assets/images/bgliteb2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}




/* --- */

.product-grid{
  display: block;
  margin-bottom: 60px;
}

.product-gallery{
  display: none;
}

/* Desktop layout*/

@media screen and (min-width: 768px){
  .product-gallery{
    display: block;
    /* padding-right: 60px; */
  }
  .product-grid{
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
		grid-template-columns: 3fr 2fr;
		gap: 40px;
  }
}

.product-gallery .product-image{
  margin-bottom: 20px;
	max-width: 400px;
	max-height: 500px;
}
.product-gallery .product-image img{
  /* object-fit: contain; */
  /* width: 100%; */
  /* height: 100%; */
  
	max-width: 400px;
	max-height: 500px;
}

.product-gallery-mobile .product-image img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product-gallery .product-thumb{
	margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
.product-gallery .product-image-thumb{
  justify-self: center;
}
.product-gallery .product-thumb img{
  box-sizing: content-box;
  border: 1px solid #eee;
  padding: 2px;
  /* border-radius: 3px; */
}

.product-gallery .product-thumb img:hover{
  border-color: #ccc;
  box-shadow: 0px 0px 6px 1px #ddd;
  cursor: pointer;
}

.product-gallery .product-image-thumb.selected img{
  border-color: #729cf2;
  box-shadow: 0px 0px 0px 1px #36c;
  cursor: default;
}

.product-gallery-mobile{
  display: block;
}
@media screen and (min-width: 768px){
  .product-gallery-mobile{
    display: none;
  }
}

.product-gallery-mobile .product-image{
  position: relative;
}

.product-gallery-mobile .mobile-gallery-canvas{
  height: 260px;
  width: 100%;
}

.product-gallery-mobile .gallery-controls{
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.product-gallery-mobile .gallery-controls.nodisplay{
  display: none;
}

.product-gallery-mobile .gallery-controls > .gallery-controls-opener{
  width: auto;
  height: auto;
  margin: 0;
  text-align: center;
  position: relative;
  display: inline-block;
  color: white;
  background: rgba(0,0,0,0.8);
  opacity: 0.8;
  padding: 16px 32px;
  text-transform: uppercase;
  font-size: 24px;
  top: calc(50% - 35px);
  cursor: pointer;
  z-index: 1;
  transition: opacity 0.3s;
}
.product-gallery-mobile .gallery-controls > .gallery-controls-opener.hide{
  opacity: 0;
  transition: opacity 0.3s;
}
.product-gallery-mobile .gallery-controls > .gallery-controls-opener.invis{
  visibility: hidden;
}



.product-gallery-mobile .gallery-controls > .gallery-controls-right,
.product-gallery-mobile .gallery-controls > .gallery-controls-left{
  position: absolute;
  width: 40px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: rgba(255,255,255,0.6);
  cursor: pointer;
  z-index: 1;
}

.product-gallery-mobile .gallery-controls-right{
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 128 512' xmlns='http://www.w3.org/2000/svg'><polyline fill='none' stroke='black' stroke-width='12' points='10,138 118,246 10,368'/></svg>");
  right: -10px;
}
.product-gallery-mobile .gallery-controls-left{
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 128 512' xmlns='http://www.w3.org/2000/svg'><polyline fill='none' stroke='black' stroke-width='12' points='118,138 10,246 118,368'/></svg>");
  left: -10px;
}

.product-list{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.product-element{
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.product-element:hover{
  box-shadow: 0 0 12px rgba(0,0,0,0.22);
}

.product-element .product-controls{
  margin-top: auto;
}
.product-element .product-vendor{
  opacity: 0.66;
  font-weight: 500;
  font-size: 16px;
}
.product-element .product-title{
  font-size: 18px;
}
.product-element .product-article{
  font-size: 16px;
}
.product-element .product-price{
  font-size: 22px;
}
.product-element .product-buttons{
  padding: 10px 0;
}
.product-element .product-buttons .btn{
  margin-bottom: 0;
  padding: 8px 32px;
  white-space: nowrap;
}

@media screen and (min-width: 400px){
  .product-list{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 600px){
  .product-list{
    grid-template-columns: repeat(3, 1fr);
  }
}

.reset-filters-btn{
  display: inline-block;
}

.reset-filters-btn svg{
  vertical-align: middle;
  margin-bottom: 2px;
  width: 24px;
  height: 24px;
}

.catalog-carousel .slick-slide {
   margin: 0 10px;
}

.catalog-carousel .slick-list {
  margin: 0 -10px;
}

.catalog .catalog-carousel .ez-arrow{
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.ez-arrow.slick-prev{
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'><polyline fill='none' stroke='black' stroke-width='2' points='38,20 26,32 38,44'/></svg>");
}
.ez-arrow.slick-next{
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'><polyline fill='none' stroke='black' stroke-width='2' points='26,20 38,32 26,44'/></svg>");
}

.ez-loader{
  width: 64px;
  height: 64px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='10' r='10' opacity='1'/><circle cx='78' cy='22' r='10' opacity='0.2'/><circle cx='90' cy='50' r='10' opacity='0.2'/><circle cx='78' cy='78' r='10' opacity='0.2'/><circle cx='50' cy='90' r='10' opacity='0.33'/><circle cx='22' cy='78' r='10' opacity='0.5'/><circle cx='10' cy='50' r='10' opacity='0.66'/><circle cx='22' cy='22' r='10' opacity='0.8'/></svg>");
  animation: ezloader 0.8s infinite;
  animation-timing-function: steps(8, jump-start);
}

@keyframes ezloader{
  100% {transform: rotate(360deg);}
}

.nodisplay{
  display: none;
}

.ez-modal .modal-title{
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 16px;
}

.ez-modal .tingle-modal-box{
  max-width: 500px;
}

.ez-modal.modal-600 .tingle-modal-box{
  max-width: 600px;
}

.ez-modal .form-label{
  font-size: 16px;
  margin-bottom: 4px;
}
.ez-modal input[type=text],
.ez-modal input[type=tel],
.ez-modal input[type=email],
.ez-modal input[type=password]{
  border: 1px solid #bbb;
  padding: 10px 16px;
  width: 100%;
}

.ez-modal .form-field{
  margin-bottom: 26px;
}

.ez-modal .form-field-checkbox > label{
  margin-bottom: 26px;
  display: grid;
  grid-template-columns: 30px auto;
}

.ez-modal .form-field-checkbox > label > *{
  align-self: center;
}

.ez-modal input[type=checkbox]{
  width: 17px;
  height: 17px;
}

.ez-modal .form-buttons{
  text-align: center;
}

.ez-modal .form-buttons .btn{
  margin-bottom: 8px;
}
.ez-modal .ksform-error-message{
  color: #d22;
  margin-bottom: 26px;
  display: none;
}

.ez-modal .ksform-success-message{
  color: green;
  margin-bottom: 26px;
  display: none;
}

.ez-modal .error{
  background-color: #fdd;
  border-color: #a44;
}
.ez-modal input[type=checkbox].error{
  outline: 3px solid #f44;
}

.ez-modal .modal-text{
  margin-bottom: 28px;
  text-align: center;
}

.d-none{
  /* display: none !important; */
}

.product-gallery img.openable{
  transition: all 200ms ease-out;
	border: 1px solid #eee;
  padding: 2px;
  border-radius: 3px;
}
.product-gallery img.openable:hover{
  border-color: #bbb;
  box-shadow: 0px 0px 10px 1px #ccc;
  cursor: pointer;
  transition: all 200ms ease-out;
}

.product-gallery-modal .tingle-modal-box{
  width: auto;
  max-width: 90%; /* must be same as ezGalleryJS: innerWidth * 0.9*/
  max-height: 85%; /* must be same as ezGalleryJS: innerHeight * 0.85*/
  height: auto;
}

.product-gallery-modal .tingle-modal-box__content{
  padding: 24px; /* must be same as ezGalleryJS: padding-left + padding-right = 48, same for top+bottom */
}

.tabs .tabs-ctrl{
  margin-bottom: 20px;
}
.tabs .tabs-ctrl > div{
  background: #eee;
  display: inline-block;
  vertical-align: bottom;
  padding: 8px 24px;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-style: dotted;
  margin-right: 16px;
}
.tabs .tabs-ctrl > div:hover{
  cursor: pointer;
}
.tabs .tabs-ctrl > div.active{
  text-decoration: none;
  background: #145e19;
  color: white;
}
.tabs .tabs-ctrl > div.active:hover{
  cursor: default;
  text-decoration: none;
}
.tabs .tabs-content > div{
  display: none;
}
.tabs .tabs-content > div.active{
  display: block;
}

@media screen and (max-width: 767px){
  .tabs .tabs-ctrl{
    margin-bottom: 20px;
  }
  .tabs .tabs-ctrl > div{
    background: #eee;
    display: block;
    margin-bottom: 16px;
    padding: 8px 16px;
    font-size: 14px;
    margin-right: 0;
    text-align: center;
  }
}

table{
  width: 100%;
  border: 1px solid #ddd;
  table-layout: fixed;
  border-collapse: collapse;
}

table tr:nth-child(even){
  background: #efeff8;
}

table td,
table th{
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: center;
  padding: 7px 8px;
}
table th{
  font-weight: bold;
  text-transform: uppercase;
}

table td span{
  white-space: nowrap;
}



.k-product-list{
	padding-left: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.product-list-details{
	font-size: 15px;
	line-height: 18px;
  margin-top: 8px;
}
.product-list-details span{
	opacity: 0.6;
}

.k-product img{
	max-width: 100%;
	height: auto;
}
.k-product h2{
	margin-top: 15px;
  font-size: 22px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 22px;
}

@media only screen and (max-width: 991px){
	.k-product-list{
		padding-left: 0;

	}
	
	.k-product h2{
		font-size: 22px;
	}
}


@media only screen and (max-width: 575px){
	.k-product-list{
		grid-template-columns: 1fr;
	}
	

}

.bosses{
	margin-left: 20px;
}
.boss:last-child{
	border-bottom: none;
}
.boss{
	display: grid;
  grid-template-columns: 300px auto;
	gap: 40px;
	border-bottom: 1px solid #eee;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 575px){
	.boss{
		display: grid;
		grid-template-columns: 1fr;
		gap: 40px;
		border-bottom: 1px solid #eee;
		padding-bottom: 32px;
		margin-bottom: 32px;
	}
	.bosses{
		margin-left: 0;
	}
}
.boss-img img{
	max-width: 100%;
  height: auto;
}

.boss-pos{
	font-size: 19px;margin-bottom: 16px;font-weight: 600;opacity: 0.5;
}

.boss-name{
	font-size: 28px;
	margin-bottom: 28px;
}

.boss-data{
	line-height: 30px;
}

.modal-body .boss-data{
	font-size: 18px;
	line-height: 36px;
}

.ks-product-list{
	display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
	row-gap: 60px;
  /* margin-top: 60px; */
}
.ks-product-list-wr{
	position: relative;
}
.ks-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.7);
	z-index: 1;
}

.ks-product-sort{
	text-align: right;
}

.ks-sort-ajax{
	padding: 6px 10px;
	margin-left: 4px;
}

.ks-product-filters legend{
	font-size: 15px;
  font-weight: 500;
	margin-bottom: 0;
  float: none;
}

.ks-product-top{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-bottom: 20px;
}

.double-range-values{
	font-size: 15px;
	margin-bottom: 13px;
}

/* DUAL SLIDER */

.double-range{
	margin-bottom: 12px;
}

.ks-product-filters hr{
	margin-top: 26px;
  margin-bottom: 16px;
	max-width: calc(100% - 8px);
	margin-left: auto;
	margin-right: auto;
}

.ks-product-filters fieldset:last-child .double-range hr{
	display: none;
}

.ks-product-filters fieldset{
	margin-bottom: 1rem;
}
.range-slider {
  height: 4px;
  position: relative;
  background-color: #e1e9f6;
  border-radius: 2px;
  /* left: 2px; */
	/* right: 2px; */
}
.range-fill {
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  border-radius: 5px;
  background-color: #348A49;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -6px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range-input input::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #35D228;
  border: 4px solid #447744;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
}

.range-input input::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #35D228;
  border: 3px solid #447744;
  pointer-events: auto;
  -moz-appearance: none;
  cursor: pointer;
}

.range-input input[disabled]::-webkit-slider-thumb {
  background-color: #bbb;
  border-color: #999;
}

.range-input input[disabled]::-moz-range-thumb {
  background-color: #bbb;
  border-color: #999;
}



/* /DUAL SLIDER */
.ks-filter-checkbox label{
	font-size: 15px;
	cursor: pointer;
}

.ks-filter-checkbox input[type="checkbox"].form-check-input{
	width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 5px;
	
}


.header-belarus{
	margin-left: 50px;
}

@media only screen and (max-width: 1199px){
	.header-belarus{
		max-height: 48px;
		width: auto;
	}
}

@media only screen and (max-width: 991px){
	.ks-home-slide .h1, .ks-home-slide h1,
	.ks-home-slide .justify-content-end .h1,
	.ks-home-slide .justify-content-end h1{
		border-radius: 0;
		text-align: center;
	}
}


@media only screen and (max-width: 480px){
	.ks-home-slide .h1, .ks-home-slide h1,
	.ks-home-slide .justify-content-end .h1,
	.ks-home-slide .justify-content-end h1{
		font-size: 20px !important;
	}
}


.boss-action{
	margin-bottom: 32px;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
}




.hc-slider{
	margin-bottom: 0 !important;
}
.hc-slide{
	display: grid;
  grid-template-columns: 50% 50%;
}
.hc-content{
	padding-left: 60px;
  padding-right: 200px;
	align-content: center;
	padding-bottom: 80px;
	padding-top: 40px;
}
.hc-img{
	object-fit: cover;
  width: 100%;
	height: 100%;
  object-position: right;
}

.hc-slider-wr{
	position: relative;
}

.hc-slider-dots-wr{
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: center;
	z-index: 1;
}

@media only screen and (max-width: 1439px){
	.hc-content{
		padding-right: 100px;
	}
}

@media only screen and (max-width: 991px){
	.hc-slide{
		display: block;
	}
	.hc-content{
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 30px;
		padding-top: 40px;
	}
	.hc-img{
		object-fit: cover;
		height: 350px;
		width: 100%;
		object-position: center;
	}
	.hc-slider-dots-wr{
		position: static;
		display: block;
		margin-bottom: 22px;
	}
}

  .hc-slider-wr .owl-nav.disabled,
  .hc-slider-wr .owl-dots.disabled {
    display: none; }
  .hc-slider-wr .owl-nav .owl-prev,
  .hc-slider-wr .owl-nav .owl-next,
  .hc-slider-wr .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .hc-slider-wr .owl-nav button.owl-prev,
  .hc-slider-wr .owl-nav button.owl-next,
  .hc-slider-wr button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
		
		
--



.hc-slider-wr .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .hc-slider-wr .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .hc-slider-wr .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .hc-slider-wr .owl-dots .owl-dot.active span, .hc-slider-wr .owl-dots .owl-dot:hover span {
      background: #869791; }

.product-grid p img{
	max-width: 100%;
	height: auto;
}


.bf-wr{
	display: grid;
	grid-template-columns: 30% 30% 30%;
	width: 100%;
	justify-content: space-between;
	row-gap: 60px;
}

.bf-image{
	margin-bottom: 8px;
}
.bf-lines{
	font-size: 13px;
  line-height: 18px;
  text-align: center;
	text-transform: capitalize;
}
.bf-line1{
	font-weight: bold;
}
.bf-line2{
	opacity: 0.7;
}

.bf-image img{
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px){
	.bf-wr{
		grid-template-columns: 47% 47%;
	}
}

@media only screen and (max-width: 370px){
	.bf-wr{
		grid-template-columns: 100%;
	}
}


.rt9-lang{
	
}
.underline{
	text-decoration: underline;
	cursor: default;
}

#google_translate_element{
	float: right;
  top: 8px;
  position: relative;
  right: 10px;	
}

.langsep{
	padding-left: 3px;
  padding-right: 3px;
  color: #dee2e6;
}


.content img{
  max-width: 100%;
  height: auto;
}
