:root {
    --color2: #ff8f00;
    --color1: #ffce00;
}

iframe {vertical-align:top}


a, .logo img, .oc-link-green:after,.trigger-bg:after, .textlink, .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev, .catalog-slider .slide-item, .owl-dot span, .services-item, .telegramlink svg {
		      transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;

}
header {
		   /*   transition: all .6s ease;
	-webkit-transition: all .6s ease;
	   -moz-transition: all .6s ease;
	    -ms-transition: all .6s ease;
	     -o-transition: all .6s ease;
*/
}
a {
	/*color:#21397b;*/
	color:var(--color1);
}
a:hover {
	color:#ff9900;
}


a.hoverlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
		z-index: 2;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  margin-bottom: 0;
}

.breadcrumb a {
  color: #000;
}
.breadcrumb-item.active {
  color: #424242;
}

.breadcrumb-item+.breadcrumb-item::before {
	color:#000;
  content: "|";
}

body {
	font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  min-width: 360px;
  background: #f7f7f7;
  color: #333;
  padding-top: 80px;
  --background-color: #18181b;
  --color-light: var(--color1);
  --text-color: #a1a1aa;
  --card-background-color: rgba(255, 255, 255, 0.015);
  --card-border-color: rgba(255, 255, 255, 0.1);
  --card-box-shadow-1: rgba(0, 0, 0, 0.05);
  --card-box-shadow-1-y: 3px;
  --card-box-shadow-1-blur: 6px;
  --card-box-shadow-2: rgba(0, 0, 0, 0.1);
  --card-box-shadow-2-y: 8px;
  --card-box-shadow-2-blur: 15px;
  --card-label-color: #ffffff;
  --card-icon-color: #d4d4d8;
  --card-icon-background-color: rgba(255, 255, 255, 0.08);
  --card-icon-border-color: rgba(255, 255, 255, 0.12);
  --card-shine-opacity: 0.1;
  --card-shine-gradient: conic-gradient( from 205deg at 50% 50%, rgba(16, 185, 129, 0) 0deg, #10b981 25deg, rgba(52, 211, 153, 0.18) 295deg, rgba(16, 185, 129, 0) 360deg );
  --card-line-color: #db7225;
  --card-tile-color: rgb(255 171 30 / 45%);
  --card-hover-border-color: rgba(255, 255, 255, 0.2);
  --card-hover-box-shadow-1: rgba(0, 0, 0, 0.04);
  --card-hover-box-shadow-1-y: 5px;
  --card-hover-box-shadow-1-blur: 10px;
  --card-hover-box-shadow-2: rgba(0, 0, 0, 0.3);
  --card-hover-box-shadow-2-y: 15px;
  --card-hover-box-shadow-2-blur: 25px;
  --card-hover-icon-color: #34d399;
  --card-hover-icon-background-color: rgba(52, 211, 153, 0.1);
  --card-hover-icon-border-color: rgba(52, 211, 153, 0.2);
  --blur-opacity: 0.01;
	  background: #f7f7f7;
}


dl, ol, ul {

    padding-left: 20px;
}
.logo, h1, .h1, h2, .h2, #slideLink, .mainnav, .main-nav, h3, .h3 {

}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5,
.news-block-link, .allnews-link  {
		/*font-family: 'Roboto Slab', serif;*/

}
h1, .h1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
h1 span {
}
h2, .h2 {
  margin-bottom: 1em;
  font-weight: bold;
  text-transform: uppercase;
	text-align: center;
	font-size: 1.9rem;
}
h2 a, .h2 a {
}
h2 span {
    color: var(--color-light);
}
/*
h3, .h3 {
  color: #dcddbb;
  margin-bottom: 1em;
  font-size: 1.6em;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 1.2em;
}
*/
h3, .h3 {
      margin-bottom: 1em;
  font-weight: bold;
  text-transform: uppercase;
	text-align: center;
	font-size: 1.5rem;
}
h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h4:after {
    content: '';
    display: block;
    width: 150px;
    height: 4px;
    background: var(--color-light);
    margin-top: 5px;
}

	.dropdown-item {
		color:#fff;
	}
a, a:hover, a:visited, a:focus {
	text-decoration: none;   
	outline: none;
}

img, video {
	max-width: 100%; 
	vertical-align:top;
}
.btn-primary {
  color: #fff;
  background-color: #ff7605;
  border-color: #e76400;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  font-weight: 400;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
  background-color: #ff9410;
	border-color: #e76400;
	box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 50%);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff9410;
	border-color: #e76400;
	box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 50%);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(255 141 0 / 50%);
}
.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item {
	height: 100%;   
}

header {
  position: fixed;
  width: 100%;
  display: flex;
  top: 0;
  left: 0;
  background: #080913;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  flex-direction: row;
  z-index: 999;
  padding: 5px 20px;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-right: auto;
}


.logo img {
  margin-right: 10px;
  width: 160px;
}
.is-top .logo img {
}

.topBar {
  text-align: right;
	  margin-bottom: 20px;
  font-size: 18px;
	vertical-align: middle;
  display: flex;
	justify-content: end;
	padding-right: 20px;
	font-weight: bold;
  align-items: baseline;
	color: var(--color-light);
}
.topBar ul {
	padding: 0;
	margin: 0;
	list-style: none;

}

.topBar ul li {
  display:inline-block;
}
.topBar {
}
.top-timetable {
  margin-right: 20px;
	margin-bottom: 0;
}
.top-timetable span {
  margin-left: 8px;
}
.top-timetable span.icon-clock {
  margin-right: -6px;
}
.top-timetable sup {
  margin-left: 15px;
}
.top-timetable sup {
  top: -4px;
  margin-left: 2px;
}
.consTimeTable span {
	display:block;
}
.footer-time span {
	display:block;
}
.mainnav {
	text-align:right;
	display: block;
}
.mainnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
	flex-direction: row;
	justify-content: end;
}
.mainnav ul li {
	display:inline-block;

}
.mainnav a {
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 4px 0px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 16px;
}
.mainnav .active a {
  border-bottom: 2px solid;
  color: var(--color1);
}
.mainnav a:hover {
  color: var(--color1);
}

.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;
}


#trigger-overlay {
  display: none;
}

.lang-select {
  text-transform: uppercase;
  font-weight: 600;
}

.lang-select {
  text-transform: uppercase;
  font-weight: 600;
  color: #7f7f7f;
  padding-left: 10px!important;
  margin-left: 10px!important;
	display: flex;
  flex-wrap: nowrap;
}
.trigger-bg {
  background: #4d4d4d;
  display: inline-block;
  width: 32px;
  height: 16px;
  border-radius: 28px;
	margin: 0 7px;
	position:relative;
}
.trigger-bg:after {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--color1);
  display: inline-block;
  border-radius: 10px;
  margin: 1px;
	position:absolute;
	left: 1px;
}
.lang-uk .trigger-bg:after {
  left: 16px;
}
/*
.trigger-2:active:after, .trigger-2:focus:after {
  float: right;
}
.trigger-1:after {
  float: right;
}
.trigger-1:active:after, .trigger-1:focus:after {
  float: left;
}
*/
.lang-select li {
	display:flex;
}
.lang-select li a {
	display:flex;
	  color: #7a7a7a;
}
.lang-select li>span {
	color: var(--color1);
}

.lang-select a span {
	order:2;
}
.trigger-bg.trigger-1 {
  order: 3;
}

ul.topPhones a {
  padding-left: 20px;
}
.icon-clock, .icon-phone, .icon-location {
	color: var(--color-light);
	font-size:1.2em;
}

/******* Home Slider ***/
.home-slider {
  height: 100vh;
  position: relative;
}
#homeSlider .owl-item, #homeSlider .slide-item {
	height:100%;
}
.homeslide-title {
  position: absolute;
  top: 40%;
  left: 10%;
	width:85%;
  max-width: 600px;
	color:#fff;
}
.homeslide-title h4 {
  font-size: 3em;
  transform: translateY(100px);
  opacity: 0;
			    transition: all .6s ease;
	-webkit-transition: all .6s ease;
	   -moz-transition: all .6s ease;
	    -ms-transition: all .6s ease;
	     -o-transition: all .6s ease;
}
.active .homeslide-title h4 {
  transform: translateY(0px);
  opacity: 1;
}
.homeslide-title .homeslide-desc {
  opacity: 0;
			    transition: all .6s ease;
	-webkit-transition: all .6s ease;
	   -moz-transition: all .6s ease;
	    -ms-transition: all .6s ease;
	     -o-transition: all .6s ease;
			 transition-delay: .5s;
}
.active .homeslide-title .homeslide-desc {
  opacity: 1;
}
#homeSlider .owl-dots {
  bottom: 10px;
  position: absolute;
  left: 10%;
}
#homeSlider .owl-dot span {
  width: 50px;
  border-top: 5px solid #e97517;
  border-radius: 0px;
  padding: 10px;
	background:none;
}
#homeSlider .owl-dot.active span {
  border-top: 5px solid #fff;
}
#homeSlider .slide-item {
	background-size:cover;
	background-position:center;
}
.homeslider-title {
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 10;
	color:#e97517;
	font-size:2em;
		width:85%;
  max-width: 600px;
}

/****** Info Carousel */
.img-right {
  width: auto!important;
  max-width: 40%;
  float: right;
  margin: 0 0 20px 30px;
	  border-radius: 18px;
  box-shadow: 4px 4px 14px rgb(0 0 0 / 40%);
}
.img-left {
  width: auto!important;
  max-width: 40%;
  float: left;
  margin: 0 30px 20px 0;
	  border-radius: 18px;
  box-shadow: 4px 4px 14px rgb(0 0 0 / 40%);
}
/*
@media screen and (max-width: 577px) {
	.img-left, .img-right {
		float:none;
		margin:0 0 20px 0;
		max-width:100%;
	}
}
*/

.info-block-desc {
  /*padding: 0 30px;*/
  /*max-width: 500px;*/
}
.info-carousel .slide-item {
  height: 100%;
	background-size: cover;
	background-position: center;
}
.info-carousel .slide-desc {
  background: rgba(255,255,255,.9);
  color: #000;
  padding: 40px;
  width: 50%;
  height: 100%;
  opacity: 0;
			    transition: all .6s ease;
	-webkit-transition: all .6s ease;
	   -moz-transition: all .6s ease;
	    -ms-transition: all .6s ease;
	     -o-transition: all .6s ease;
}
.info-carousel .active .slide-desc {
  opacity: 1;
}
.info-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #464646;
  /* right: 0; */
  height: 50px;
  width: 50%;
}
.info-carousel .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50px;
  background: #464646;
	align-items: center;
}
.info-carousel h4 {
  font-size: 1em;
  margin-bottom: 30px;
}
.info-block-desc .btn {
  text-decoration: none;
  border: 1px solid rgb(219 114 37);
  position: relative;
  overflow: hidden;
  border-radius: 0;
  padding: 20px 30px;
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  width: 100%;
  text-align: left;
}

/******* Blocks *******/

.section {
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.section:after {
  content: '';
  display: block;
  clear: both;
}
.section-dark {
  background-color: #232323;
	color:#fff;
}
.section-dark:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.6);
  color: #fff;
  z-index: -1;
}
.textImageBlock {
  background-size: cover;
  background-position: center;
}
/*
.section-textRight:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  background: rgba(0,0,0,.6);
  display: block;
  z-index: -1;
}*/
.section-desc {
}
.section-desc>*:last-child {
    margin-bottom: 0;
}
.subWrap-col {
  margin-bottom: 30px;
}
.subItem {
  background: rgba(0,0,0,.2);
  border-radius: 0 20px 20px;
	position: relative;
  height: 100%;
}
.subItem h3 {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
  min-height: 3.5em;
	color: #e3ae45;
	padding: 20px 20px 0 20px;
	font-weight: 600;

}
.subItem .subItemDesc {
	padding: 0 20px;
    font-size: 1rem;
    position: relative;
    z-index: 2;
}
.subItem.hasImage {
    border: 3px solid #cb7624;
    overflow: hidden;
}
.subItemImage {
    border-bottom: 3px solid #cb7624;
    border-radius: 0 20px 20px;
		  width: 100%;
}

.section-textRight .subItem.hasImage {
  border: none;
  overflow: hidden;
}
.section-textRight .subItem {
  background: none;
}
.section-textRight .subItemImage {
  border-bottom: none;
  border-radius: 0;
}
.section-textRight .subItem h3 {
  text-transform: none;
  color: #e3ae45;
  padding: 20px 0px 0 20px;
  text-align: left;
  border-left: 3px solid #cb7624;
	display: flex;
  align-items: flex-end;
  font-weight: 500;
}
.section-textRight .hasImage {
  max-width: 170px;
}
.catalog-slider {
  margin-bottom: 50px;
  padding: 0 50px;
}
.btn-container {
  text-align: center;
}
.section-carousel {
  background: #393939;
}
.section-news {
  overflow-x: hidden;
}

.schema {
  position: relative;
}
.schema-bg {
  margin: auto;
  display: block;
}
.schema-blocks {
  position: absolute;
  top: 0;
  left: 50%;
  /* right: 0; */
  bottom: 0;
  max-width: 1652px;
  transform: translateX(-50%);
  width: 100%;
}
.schema-block {
  position: absolute;
  width: 33%;
  padding: 0 5%;
  height: 50%;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.schema-block-1 {
  padding: 2% 7% 1% 3%;
}
.schema-block-2 {
  padding: 2% 3% 1% 7%;
}
.schema-block-3 {
  padding: 1% 7% 2% 3%;
}
.schema-block-4 {
  padding: 1% 3% 2% 7%;
}
@media screen and (min-width: 1600px) {
	.schema-block-1, .schema-block-2, .schema-block-3, .schema-block-4 {
		padding-left:7%!important;
		padding-right:7%!important;
	}
}

.schema-block-2 {
  right: 0;
}
.schema-block-3 {
  bottom: 0;
}
.schema-block-4 {
  right: 0;
  bottom: 0;
}
.schema-block-img {
	position:absolute;
}
.schema-block-2 .schema-block-img, .schema-block-4 .schema-block-img {
  left: 0;
}
.schema-block-1 .schema-block-img, .schema-block-3 .schema-block-img {
  right: 0;
}
.schema-block-1 .schema-block-img, .schema-block-2 .schema-block-img {
  top: 20%;
}
.schema-block-3 .schema-block-img, .schema-block-4 .schema-block-img {
  bottom: 20%;
}
h3.schema-block-title {
  font-size: 1.2em;
  margin: 0 0 20px;
  text-align: left;
}


/******** Сроки производства (путь) ***********/

.path-blocks {
  position: relative;
  padding: 100px 0;
}
.path-block {
  position: absolute;
  top: 0;
	font-size: 20px;
}
.path-block-1 {
  display: flex;
}
.path-block-1 .path-block-title {
  padding-top: 40px;
  max-width: 150px;
}
.path-block-2 {
  display: flex;
  left: 160px;
  top: 140px;
}
.path-block-2 .path-block-title {
  max-width: 150px;
  padding-top: 100px;
}
.path-block-3 {
  left: 400px;
  display: flex;
}
.path-block-3 .path-block-title {
  padding-top: 20px;
  max-width: 150px;
}
.path-block-4 {
  left: 660px;
  top: 90px;
}
.path-block-5 {
  right: 0;
  top: 30px;
}
.path-block-title {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
	.time-line {
		border-bottom: 2px solid #555;
		display: flex;
		justify-content: space-between;
		position: relative;
		padding-top: 20px;
	}
	.checkpoint {
		border-left: 3px solid #555;
		height: 10px;
	}
	.time-line .checkpoint:last-child {
		border-color: #cf7e2c;
	}
	.checkpoint.first {
		border-color: #ccc;
	}
	.endpoint {
		position: absolute;
		right: 0;
		/* top: 0; */
		bottom: 14px;
		font-weight: 600;
		text-align: right;
		font-size: 14px;
		max-width: 40px;
		line-height: 1;
		color:#cf7e2c;
	}
}
@media screen and (max-width: 1199px) {
	.path-blocks {
		padding: 60px 0;
	}
	.path-block-image {
		width: 140px;
	}
	.path-block-title {
		font-size: 16px;
	}
	.path-block-2 {
		top: 120px;
	}
	.path-block-2 .path-block-title {
		padding-top: 60px;
	}
	.path-block-3 {
		left: 350px;
	}
	.path-block-3 .path-block-title {
		padding-top: 10px;
	}
	.path-block-4 {
		left: 560px;
		top: 60px;
	}
}
@media screen and (max-width: 991px) {
	.path-block-image {
		width: 120px;
	}
	.path-block-2 {
		top: 80px;
		left: 110px;
	}
	.path-block-3 {
		left: 260px;
	}
	.path-block-3 .path-block-title {
		padding-top: 10px;
		max-width: 200px;
	}
	.path-block-4 {
		left: 400px;
		top: 60px;
	}
	.path-block-5 {
		top: 20px;
		text-align: right;
	}
	.path-block-5 .path-block-title {
		max-width: 100px;
		margin-top: -15px;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.path-blocks {
		padding: 0px 0;
	}
	.path-block-bg {
		display: none;
	}
	.path-block {
		position: initial;
		display: flex;
		align-items: center;
	}
	.path-block-title {
		padding-top: 0!important;
		max-width: none!important;
		padding-left: 20px!important;
	}
	.path-blocks:after {
		content: '';
		width: 3px;
		position: absolute;
		background: #e3ae45;
		top: 40px;
		bottom: 50px;
		left: 60px;
		z-index: -1;
	}
}

.last-news-item {
  height: 34vw;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}
.last-news-item:before {
  content: '';
  background: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.allnews-link {
  display: inline-block;
  border: 2px solid #fff!important;
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 1.6em;
}
.last-news-info h3 {
  text-align: left;
  padding: 0;
  margin: 0 0 30px;
  font-weight: 600;
  color: #fff;
}
.last-news-info a {
  color: #fff;
}


.news-block-link {
  display: block;
  height: 17vw;
  background: #fff;
  padding: 20px;
  font-weight: 600;
  color: #cb7624;
}

.odd .news-block-link {
  display: flex;
  align-items: end;
  position: relative;
}
.odd .news-block-link:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  /* background: #fff; */
  position: absolute;
  bottom: -30px;
  z-index: 100;
  /* transform: rotate(45deg); */
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid rgb(0 0 0 / 60%);
}
.news-block-link-2 {
  background: rgb(139 74 12 / 86%);
  color: #fff;
  margin-top: 17vw;
  position: relative;
}
.even .news-block-link:after {
  content: '';
  display: block;
  /* width: 30px; */
  /* height: 30px; */
  /* background: #cb7624; */
  position: absolute;
  top: -30px;
  z-index: 100;
  /* transform: rotate(45deg); */
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid rgb(139 74 12 / 86%);
}
.extra-news-links {
  background-size: cover;
  background-position: center;
}
.news-block-link-1 {
  background: rgb(0 0 0 / 60%);
  color: #fff;
}
.odd .news-block-link.news-block-link-1:after {
  
}
.news-link img {
  height: 17vw;
}
.classic-blog-section {
  padding-top: 30px;
}
footer {
  padding: 40px 0 20px;
  background: #282828;
  color: #dcddbb;
  font-size: .8rem;
	
}
footer a {
  color: #dcddbb;
}
footer a:hover {
  color: #e19d20;
}

footer .nav-link {
  padding: 0 0 1rem 0rem;
}
.copyright {
  display: flex;
  justify-content: space-between;
      margin-bottom: 0;
}
footer .logo {
  margin: 0 auto 20px;
  font-size: 1.3em;
  flex-direction: column;
}

.footer-contacts {
  padding: 0;
  list-style: none; 
  text-align: left;
}
footer .footer-contacts {
  font-size: 1.2em;
  margin: 0 auto 0px;
}
.footer-time {
  display: inline-block;
  text-align: right;
}
.footer-contacts td {
  vertical-align: top;
  padding-bottom: 7px;
}
footer .footer-contacts td {
}

.footer-contacts li {
	margin-bottom:5px;
}
.footer-contacts .icon {
  color: var(--color1);
  vertical-align: bottom;
  margin-right: 10px;
}
.footer-logo {
	width: 230px;
  max-width: 80%;
	margin-bottom: 30px;
}

.slimheader {
  height: 300px;
  background-size: cover;
  background-position: center;
  height: 20vw;
  margin-bottom: 20px;
}
.slider-info {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 10%;
  width: 50%;
  transform: translateY(-50%);
  color: #fff;
	text-shadow: 2px 2px 12px rgb(0 0 0 / 70%);
	margin-top: 40px;
}
.slider-title {
  font-weight: 700;
  font-size: 48px;
}
.textlink:hover {
  color: #e19d20;
}
.main-slider .owl-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
  z-index: 1;
}
.download-btn {
  border: 1px solid #fff;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 8px;
  /* display: flex; */
  /* width: auto; */
  color: #fff;
}
.download-btn:hover {
	text-shadow: 2px 1px 3px rgb(0 0 0 / 60%);
}
.download-btn>span {
  display: inline-block;
	vertical-align:middle;
}
.download-btn .icon-document-file-pdf {
  font-size:36px;
}
.btn-text {
  font-weight: 700;
}
.btn-text span {
  font-weight: 300;
	margin-top:10px;
}
.btn-lang:hover {
  color: #0099FF;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.headerPhone {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
	text-align: center;
}
.headerPhone a {
  color: #ffffff;
  font-weight: 500;
}
.header-mobile {
  display: none;
}
.callback {
	font-size:1.05em;
	color:#e19d20!important;
}
.callback:hover {
  text-decoration: underline;
}

/*
.textImageBlock ~ .textImageBlock {
  padding-top: 0;
}
*/
.textImage {
  border-radius: 18px;
  box-shadow: 4px 4px 14px rgb(0 0 0 / 40%);
}


.featurelist {
    background-size: cover;
    text-align: center;
    background-position: center;
	padding:70px 0 40px;
}
.featurelist h2 {
    text-align: center;
    margin-bottom: 70px;
    color: #fff;
}
.features-item {
    max-width: 280px;
    margin: 0 auto 30px;
	color:#fff;
}
.featurelist .features-image img {
	margin-bottom:20px;
	max-width: 150px;
}
.featurelist .features-title {
  position:relative;
	margin-bottom:20px;
	font-weight:700;
	
  text-transform: uppercase;
}
.features-title:after {
  content: '';
  width: 70px;
  height: 3px;
  background: #ffe952;
  display: block;
  margin-top: 20px;
  margin: 20px auto 0;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
}
.features-desc {
}

.prod-item {
    margin-bottom: 40px;
}
.prod-item h4 a{
  color: inherit;
}
.prod-item h4 a:hover{
  color: var(--color-light);
}
.prod-desc ul {
    list-style: square;
}

.consultation {
    padding: 70px 0;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: bottom;
}
.subtitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  margin: 26px 0 5px;
}
.consTimeTable {
  text-align: right;
  display: inline-block;
  flex-direction: column;
  /* margin: auto; */
  /* flex: 1; */
}
.bigPhones {
    font-size: 2em;
    color: var(--color-light);
    font-weight: bold;
	padding:0;
	list-style:none;
	
}
.big {
    font-size: 1.;
    color: var(--color-light);
    font-weight: bold;
}


.catalog-slider .slide-item {
  /* background: #fff; */
  /* border-radius: 8px; */
  /* padding-bottom: 0; */
  /* box-shadow: 2px 2px 5px rgb(0 0 0 / 40%); */
  overflow: hidden;
  text-align: center;
}
.catalog-slider .slide-item:hover {
    transform: scale(.95);
}
.prod-slide-info {
 min-height:130px;
 text-align: center;
}
.catalog-slider h4 {
  padding: 20px 20px 0;
  font-size: 1rem;
  text-transform: uppercase;
}
.carousel-slider {
  padding: 0 40px;
}
.carousel-slider h4 {
  color: #e2ac50;
  margin-bottom: 30px;
}
.carousel-slider .slide-item .row {
  align-items: center;
}
.owl-dots {
  display: flex;
  justify-content: center;
}
.owl-dot {
  margin: 6px;
}
.owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background: #e3ae45;
  border-radius: 50px;
	padding:6px;
}
.owl-dot.active span {
  background: #fff;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
  position: absolute;
  padding: 12px;
  top: 50%;
  z-index: 100;
  /* background: rgb(202 117 47); */
  /* border-radius: 50px; */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  font-size: 40px;
  transform: translateY(-50%);
  color: #e97517;
}
.owl-carousel .owl-next {
  right: 3px;

}
.owl-carousel .owl-prev {
  left: 3px;

}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
opacity: .7;
	
}
.owl-carousel .owl-dot:hover, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
opacity: 1;
/*background:#fff;
color:#000;
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);*/
}
.owl-carousel .owl-prev:before, .owl-carousel .owl-prev:after, .owl-carousel .owl-next:before, .owl-carousel .owl-next:after {
}

.owl-carousel .owl-next:after {
	content: '\e952';
	margin-right: -4px;
}
.owl-carousel .owl-prev:after {
	content: '\e951';
	margin-left: -4px;
}

.slim {
    display: block;
    /* height: 20vw; */
    background: #1e1f46 url(../images/slim.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    margin-bottom: 0px;
    top: 0;
    padding-top: 10px;
    z-index: 2;
}
.slim:after {
    position: absolute;
    content: '';
    inset: 0;
    background: rgba(0, 0, 0, .7);
    z-index: -1;
}
.slim h1 {
  text-align: center;
  display: block;
  color: #fff;
  width: 80%;
  margin-left: 10%;
  font-size: 3em;
  font-weight: bold;
  top: 50%;
  padding: 50px 0 70px;
  margin-bottom: 0;
}
.partners {
  padding: 70px 0;
}
.partners h2 {
  margin-bottom: 60px;
}
.partners-slider .slide-item {
  text-align: center;
}
.partners-slider img {
  margin-bottom: 9px;
}
footer .logo img {
  height: 70px;
}
.socialWrap {
    display: flex; 
    align-items: center;
}
.footerSocial {
  list-style: none;
  padding: 0;
  display: inline-block;
	margin-left: 20px;
  margin-bottom: 0!important;  
}
.footerSocial li {
  display:inline-block;
	margin-right:20px;
	font-size:18px
}
.footerSocial a {
  color:#e19d20;
}
.footernav {
  list-style: none;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}




.footernav li {

}
.footernav li.hideInFooter {
  display: none;
}
.main-slider {
	position:relative
}
.page-header {
  text-align: center;
  padding: 50px 0;
  max-width: 890px;
  margin: 0 auto;
}
@media screen {
	.catalog-category {
		background:url(../images/bg3.jpg) no-repeat center;
		background-size:cover;
		padding:50px 0;
	}
}
.category-item {
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  border-radius: 10px;
	overflow:hidden;
}
.category-item-info {
  padding: 10px 20px;
  font-size: 14px;
  min-height: 145px;
	text-align: center;
}
.subcategory-block .category-item-info {
  min-height: 110px;
}
.category-item-info a:hover {
	color: #0a9cfb;
	text-shadow:none;
}
.category-item-info h4 {
  font-size: 23px;
  color: #1E3489;
}
.search-line {
  max-width: 680px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
}
.search-form {
  border: 1px solid #0099FF;
  padding: 4px 20px;
  border-radius: 50px;
}
.search-line form, .search-input {
  flex: 1;
}
.search-line button {
  width: 34px;
  height: 34px;
  vertical-align: middle;
  line-height: 34px;
  padding: 0;
  text-align: center;
  font-size: 22px;
  border: navajowhite;
  border-radius: 50px;
  color: #fff;
  background: #ccc;
  margin-left: 10px;
}
.search-line button:focus {
  outline:none;
}
.search-line button:hover {
  background: #e19d20;
  color: #0a9cfb;
}
.search-line button.active {
  background: #0099FF;
	color:#fff!important;
}
.icon-grid {margin-left:1px}
.search-line label {
  color: #0099FF;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}
.search-line input {
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 0;
  /* height: 30px; */
  border-radius: 20px;
}

/* Catalog listView GridView */
.listView .category-block>div {
  width: 100%!important;
  flex: 0 0 100%;
  max-width: 100%;
}

.listView .category-item {
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}
.listView .category-img {
  min-width: 300px;
}

.cat-info, .prodList {
	display:none;
}
.download-link {
  border: 1px solid;
  border-radius: 4px;
  display: block;
  padding: 4px 10px;
	text-align: center;
}
.download-link:hover {
  background: #21397b;
	color: #fff!important;
}
.listView .download-link {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 20px;
}
.listView .download-link span {
  font-size: 24px;
vertical-align: sub;
}
.listView .cat-info {
	display:block
}
.listView .prodList {
	display:flex;
	text-align: left;
}
.prodList li {
  display:inline-block;
	margin-bottom:10px;
}
.prodList a {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 20px;
	margin-bottom:10px;
}

.short-desc {
  margin-bottom: 30px;
}
.category-block {
}
.dstu {
  display: block;
  font-size: 14px;
  color: #888;
  padding-top: 10px;
}
.productnav {
  background: #efefef;
	margin-bottom:20px;
	text-align: center;
} 
.productnav ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.productnav ul li{
  display:inline-block;
}
.productnav ul li a{
  color:#000;
	display:block;
	padding:10px 20px;
	border-left:1px solid #ddd;
	font-size: 16px;
}
.productnav ul li a:hover {
color: #fff;
  background: #21397b;
}
.productnav ul li:last-child a{
	border-right:1px solid #ddd;
}
.prod-short {
  font-size: 16px;
  margin-bottom: 30px;
}
.prod-teh1 {
  height: calc(100% - 30px);
  border: 1px solid #ccc;
  /* padding-bottom: 30px; */
  border-radius: 10px;
  padding: 20px 20px 40px;
	  background: #f7f7f7;
}
.prod-teh1 strong {
  color: #21397b;
}
.prod-teh1 p {
  margin-bottom:5px;
}
.prod-teh1 ul {
  padding-left: 20px;
}
#construction div>p {
	  border: 1px solid #ccc;
		  border-radius: 10px;
  padding: 20px 20px 30px;
}
.prod-section {
  margin-bottom: 30px;
  border-bottom: 3px solid #ccc;
  padding-bottom: 30px;
	padding-top: 80px;
  margin-top: -80px;
}
.table th {
  font-size: 14px;
	vertical-align: middle;
}
.table thead th {
  vertical-align: middle;
}
.prod-section .table td, .prod-section .table th {
  border: 1px solid #dee2e6;
}
.prod-section .table tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}

section.text-block {
  padding: 70px 0 54px;
}

#video-wrap {
  height: 100vh;
  position: relative;
}
.bg-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.bg-video__media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
	  max-width: none;

}
.onesize {
  min-width: 290px;
}
.category-img {
  position: relative;
}
img.cert-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  transform: rotate(-5deg);
	  z-index: 2;
		max-width: 50%;
}
.category-img:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/whater2.png);
	background-size: 40px;
}
.category-item:hover {
  box-shadow: 4px 4px 20px rgb(0 0 0 / 60%);
}
a.readmore-link, a.readless-link {
  background: #efefef;
  padding: 6px 14px 8px;
  border-radius: 6px;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
  font-size: 14px;
  margin: auto;
  display: inline-block;
}
a.readless-link {
  margin-bottom: 20px;
}
a.readmore-link:hover, a.readless-link:hover {
	color:#fff;
	background:#21397b;
}
.breadcrumbs {
  padding: 0;
  list-style: none;
  color: #888;
  font-size: 16px;
  font-weight: 500;
	margin-left:-10px;
	  margin-bottom: 20px;
}
.breadcrumbs li{
  display:inline-block;

}
.breadcrumbs li a {
  padding:3px 10px; 
	display:block;
	border-right:1px solid #888;
}
.breadcrumbs li a:hover {
  color:#21397b;
	text-shadow:none;
}
.breadcrumbs li span {
  padding-left: 10px;
  color: #0a9cfb;
}

.table p {
  margin-bottom: 0;
}
.cert-slider {
  margin-bottom: 30px;
}
.product-thumbs {
  padding: 0;
  list-style: none;
  display: flex;
}
.product-thumbs .owl-dot {
  border: 1px solid #ccc;
	margin:0 4px 10px;
	opacity:.7;
	
}
.product-thumbs .owl-dot.active {
  border-color: #21397b;
	opacity: 1;
}
.product-thumbs li {
  display:inline-block;
}
.product-thumbs img {
  width:75px;
}
.image-zoom {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
#construction {
	

}
.prod-section h4 {
  margin-bottom: 20px;
	color: #21397b;
}
.nav-tabs .nav-link {
	border:1px solid #ccc;
	border-radius:0;
	border-right:none;
}
.nav-tabs .nav-link.active {
  color: #fff!important;
  background-color: #0099FF;
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 0;
}
.nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
}
.nav-tabs li:first-child a.nav-link{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.nav-tabs li:last-child a.nav-link{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
	border-right:1px solid #ccc;
}
.nav-tabs .nav-link:hover {
	color:#0099FF;
	text-shadow:none;
}
.subtab-group {
  display: flex;
  align-items: center;
}
.tab-header {
  margin-right: 20px;
  color: #0a9cfb;
  font-weight: 500;
}


/* Команда */
.item-image img {
  max-width: 200px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.team-title {
  font-weight: 600;
}
.team-position {
  margin-bottom: 20px;
}
.team-description {
  font-size: .8em;
    margin: 0 auto 60px;
  max-width: 280px;
}

.text-error {
  color: #f00;
  font-size: 14px;
  display: none;
}
.has-error .text-error {
  display: block;
}
.branch-section {
  margin-bottom: 0;
  padding: 0;
  padding: 50px 0;
}
.branch-section:nth-child(odd) {
  background: #383838;
}
.page-contacts td {
  vertical-align: top;
  padding-bottom: 7px;
}
.page-contacts .icon {
  color: #e19d20;
  vertical-align: bottom;
  margin-right: 10px;
}

.teamsection h2 {
  margin-bottom: 1.;
}
.teamsection {
  text-align: center;
}
.item-title {
  font-weight: 500;
  margin-bottom: 10px;
}
.award-item {
  margin-bottom: 60px;
}
.item-description {
  font-size: 14px;
}
.owl-gallery .slide-item {
  padding: 10px 14px 14px 10px;
}
.owl-gallery .owl-dots .owl-dot  {
	display:inline-block;
	padding:5px;
}
.owl-gallery .owl-dots .owl-dot span {
	display:block;
	width:8px;
	height:8px;
	background:#fff;
	border-radius:10px;
}
.owl-gallery .owl-dots .owl-dot.active span {
	width:20px;
}
.owl-gallery .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.upload-button {
  border-radius: 50px 0 0 50px!important;
}

.navbar-nav .dropdown-menu {
  text-align: center;
  border-radius: 20px;
}
.dots .dropdown-toggle::after {
	display: none;
}
.dots .icon-menu {
  font-size: 19px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.blog-post-wrapper {
  margin-bottom: 30px;
}
.blogListImg {
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	margin-bottom: 30px;
}
.art-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.published-time {
  font-size: .8em;
  padding: 10px 0;
  color: #888;
  font-weight: 600;
}
.link-readmore {
    font-size: .8em;
    background: #fbcf00;
    border-radius: 20px;
    display: block;
    line-height: .8em;
    padding: 10px;
    color: #fff;
}
.link-readmore:hover {
    background: #ff9838;
}
.gohome {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 10;
  background: #fbcf00;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 33px;
    opacity: .8;
  box-shadow: 3px 4px 15px rgb(0 0 0 / 40%);
}

.gohome:hover {
  opacity: 1;
  color: #fbcf00;
  background: #fff;
}
.mouse {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: #21397b;
  opacity: .5;
  padding: 0 7px;
  margin-left: -20px;
}
main {
}

.homepage #section2 {
  padding-top: 140px;
  margin-top: -60px;

	
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(10px);
  }
  67% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(40px) scale3d(0.5, 0.5, 0.5);
  }
}

.alert {
  padding: 0.75rem 2rem;
  text-align: center;
	margin-top: 1rem;
}
.alert-dismissible {
  padding-right: 2rem;
}
.alert p {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.alert-dismissible .close {
  padding: 0.25rem 0.75rem;
}
button.close:focus {
  outline: none;
}
.modal-header {
  justify-content: center;
}
.modal-header .close {
  position: absolute;
  right: 10px;
  top: 3px;
}

.responsiv-uploader-fileupload.style-file-single .upload-empty-message {
  padding: 10px 90px 10px 11px!important;
}
.cat-btns {
  list-style: none;
  padding: 0;
  text-align: center;
}
.cat-btns li {
  display: inline-block;
  border: 1px solid #1872e1;
  color: #1872e1;
  border-radius: 20px;
  margin: 0 10px 20px;
  padding: 4px 10px;
  /* font-size: 14px; */
  box-shadow: 3px 4px 15px rgb(0 69 129 / 77%);
}
.cat-btns li a {
	color: #1872e1;
}
li.cat-btn.active, .cat-btn.active a {
  background: #1872e1;
  color: #fff;
}
.blog-post {
  margin-bottom: 10px;
}
.blog-post-content {
  margin-bottom: 50px;
}

/* EFFECTS BUTTONS */

.btn {
  text-decoration: none;
  border: 1px solid rgb(219 114 37);
  position: relative;
  overflow: hidden;
}

.btn:hover {
  box-shadow: 1px 1px 25px 10px rgba(219, 114, 37, 0.4);
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgb(219 114 37 / 60%),
    transparent
  );
  transition: all 850ms;
}
.btn.btn-secondary:before {
  background: linear-gradient(
    120deg,
    transparent,
    rgb(193 193 193 / 60%),
    transparent
  );
}

.btn:hover:before {
  left: 100%;
}

/* Card */
.card {
  /*box-shadow: 0px var(--card-box-shadow-1-y) var(--card-box-shadow-1-blur) var(--card-box-shadow-1), 0px var(--card-box-shadow-2-y) var(--card-box-shadow-2-blur) var(--card-box-shadow-2), 0 0 0 1px var(--card-border-color);*/
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  /*background-color: var(--card-background-color);*/
}
.card .shine {
  border-radius: inherit;
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}
.card .shine:before {
  content: "";
  width: 150%;
  padding-bottom: 150%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 55%;
  filter: blur(35px);
  opacity: var(--card-shine-opacity);
  transform: translateX(-50%);
  background-image: var(--card-shine-gradient);
}
.card .background {
  border-radius: inherit;
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
  mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
	  z-index: -1;
}
.card .background .tiles {
  opacity: 0;
  transition: opacity 0.25s;
}
.card .background .tiles .tile {
  position: absolute;
  background-color: var(--card-tile-color);
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
}
.card .background .tiles .tile.tile-4, .card .background .tiles .tile.tile-6, .card .background .tiles .tile.tile-10 {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.card .background .tiles .tile.tile-3, .card .background .tiles .tile.tile-5, .card .background .tiles .tile.tile-8 {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.card .background .tiles .tile.tile-2, .card .background .tiles .tile.tile-9 {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.card .background .tiles .tile.tile-1 {
  top: 0;
  left: 0;
  height: 10%;
  width: 22.5%;
}
.card .background .tiles .tile.tile-2 {
  top: 0;
  left: 22.5%;
  height: 10%;
  width: 27.5%;
}
.card .background .tiles .tile.tile-3 {
  top: 0;
  left: 50%;
  height: 10%;
  width: 27.5%;
}
.card .background .tiles .tile.tile-4 {
  top: 0;
  left: 77.5%;
  height: 10%;
  width: 22.5%;
}
.card .background .tiles .tile.tile-5 {
  top: 10%;
  left: 0;
  height: 22.5%;
  width: 22.5%;
}
.card .background .tiles .tile.tile-6 {
  top: 10%;
  left: 22.5%;
  height: 22.5%;
  width: 27.5%;
}
.card .background .tiles .tile.tile-7 {
  top: 10%;
  left: 50%;
  height: 22.5%;
  width: 27.5%;
}
.card .background .tiles .tile.tile-8 {
  top: 10%;
  left: 77.5%;
  height: 22.5%;
  width: 22.5%;
}
.card .background .tiles .tile.tile-9 {
  top: 32.5%;
  left: 50%;
  height: 22.5%;
  width: 27.5%;
}
.card .background .tiles .tile.tile-10 {
  top: 32.5%;
  left: 77.5%;
  height: 22.5%;
  width: 22.5%;
}
@-webkit-keyframes tile {
  0%, 12.5%, 100% {
    opacity: 1;
  }
  25%, 82.5% {
    opacity: 0;
  }
}
@keyframes tile {
  0%, 12.5%, 100% {
    opacity: 1;
  }
  25%, 82.5% {
    opacity: 0;
  }
}
.card .background .line {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s;
}
.card .background .line:before, .card .background .line:after {
  content: "";
  position: absolute;
  background-color: var(--card-line-color);
  transition: transform 0.35s;
}
.card .background .line:before {
  left: 0;
  right: 0;
  height: 1px;
  transform-origin: 0 50%;
  transform: scaleX(0);
}
.card .background .line:after {
  top: 0;
  bottom: 0;
  width: 1px;
  transform-origin: 50% 0;
  transform: scaleY(0);
}
.card .background .line.line-1:before {
  top: 10%;
}
.card .background .line.line-1:after {
  left: 22.5%;
}
.card .background .line.line-1:before, .card .background .line.line-1:after {
  transition-delay: 0.3s;
}
.card .background .line.line-2:before {
  top: 32.5%;
}
.card .background .line.line-2:after {
  left: 50%;
}
.card .background .line.line-2:before, .card .background .line.line-2:after {
  transition-delay: 0.15s;
}
.card .background .line.line-3:before {
  top: 55%;
}
.card .background .line.line-3:after {
  right: 22.5%;
}
.card:hover {
  box-shadow: 0px 3px 6px var(--card-hover-box-shadow-1), 0px var(--card-hover-box-shadow-2-y) var(--card-hover-box-shadow-2-blur) var(--card-hover-box-shadow-2), 0 0 0 1px var(--card-hover-border-color);
}
.card:hover .icon::after {
  background-color: var(--card-hover-icon-background-color);
  border-color: var(--card-hover-icon-border-color);
}
.card:hover .icon svg {
  color: var(--card-hover-icon-color);
}
.card:hover .shine {
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.card:hover .background .tiles {
  opacity: 1;
  transition-delay: 0.25s;
}
.card:hover .background .tiles .tile {
  -webkit-animation-name: tile;
          animation-name: tile;
}
.card:hover .background .line {
  opacity: 1;
  transition-duration: 0.15s;
}
.card:hover .background .line:before {
  transform: scaleX(1);
}
.card:hover .background .line:after {
  transform: scaleY(1);
}
.card:hover .background .line.line-1:before, .card:hover .background .line.line-1:after {
  transition-delay: 0s;
}
.card:hover .background .line.line-2:before, .card:hover .background .line.line-2:after {
  transition-delay: 0.15s;
}
.card:hover .background .line.line-3:before, .card:hover .background .line.line-3:after {
  transition-delay: 0.3s;
}
.section-map {
	position:relative;
}
.contactsMapBlock {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 50%;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactsMapBlock a {
    color: #fff;
}
.section-desc li {
    margin-bottom: 12px;
}

.table { 
}
.table td, .table th {
}

.modal-content label {
  color: #444;
}
.modal-content h2, .modal-content .h2 {
  text-shadow: none;
}

#overlay {
  position: fixed;
  bottom: 0;
  background: var(--color-light);
  left: 1%;
  right: 1%;
  bottom: 1%;
  padding: 10px 20px;
  font-size: .8em;
  z-index: 100;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  color: #000;
}

#overlay p {
	margin-bottom:0;
}
.popup .inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
	justify-content: center;
}
.footer-links .copyright, .policy-links .nav-link, .socialWrap {
  margin-right: 20px;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.policy-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.policy-links li {
  margin: 0 10px 10px;
}



/* Main banner with service cards*/
.bannerItem {
    position: relative;
}
.bannerText {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
      font-size: 1.4em;
      text-transform: uppercase;
      font-weight: bold;
      color: #fff;
}
.bannerText ul {
    list-style: none;
    padding: 0;
}

.main-banner {
  position: relative;
	background-size: cover;
  background-position: center;
}
@media (max-width:867px) {
    .main-banner {
        background-position: center right;
        background-repeat: no-repeat;
    }
}
.bannerTitle {
  position: relative;
  padding: 60px 0 100px;
  margin-left: 5%;
  width: 45%;
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
	  text-align: center;
}
.bannerTitle span {
  color: var(--color-light);
	display: block;
	  font-size: 1.3em;
}
.bannerPhones {
  padding: 0;
  list-style: none;
  font-size: .9em;
  padding: 30px 0;
}
.bannerTime {
  font-size: .7em;
  text-transform: none;
  display: flex;
  flex-direction: column;
}
.banner-services {
  margin-top: -50px;
}
.services-item {
  background: rgb(37,37,37);
  background: linear-gradient(0deg, rgba(37,37,37,1) 0%, rgba(57,101,124,1) 100%);
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
	border-radius:8px;
	display: block;
	position: relative;
}
.services-item.active {
  background: rgb(255 206 0);
  background: linear-gradient(0deg, rgb(37 37 37) 0%, rgb(255 206 0) 100%);
}
.services-item:hover {

  border-radius: 12px;
  /* transform: scale(1.1); */
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
}
.services-item span {
  font-size: .8em;
  display: block;
  margin-bottom: 3px;
	color: var(--color-light);
}
.service-title {
  min-height: 4.2em;
	font-size: 14px;
}

.oc-link-green {
  color: #000;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 0px;
	display:inline-block;
}


.oc-link-green:after {
  content:'';
	width:100px;
	height:4px;
	margin-left:-10px;
	background:var(--color-light);
	margin-top:3px;
	display:block;
}
.oc-link-green:hover{
  color: #39657c;

}
.oc-link-green:hover:after {
	width:100%;
	margin-left:0px;

}
.priceList.table th {
  font-size: 14px;
  vertical-align: middle;
  background: var(--color1);
  color: #333;
}
.priceTitle {
  text-align: left;
}
.pricePrice, .priceTime {
  width: 150px;
}
#priceTabs {
  margin-bottom: 20px;
}
.nav-pills .nav-link {
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
	background: #979797;
	color: #fff;
	  margin: 4px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #314c5b;
}
.nav-pills .nav-link:hover {
  color: var(--color-light);
}

.mobile-address {
  border-top: 1px solid var(--color-light);
  padding-top: 20px;
  display: inline-block;
  margin: 10px auto;
}
.homepage .staticMenu .hide-desktop {
  display: none;
}

.featurelist2 {
  padding-top: 20px;
}
.features2-item {
  font-size: 15px;
  /* margin-bottom: 30px; */
  /* border: 1px solid #ffd035; */
  border-radius: 8px;
  padding: 4px;
  display: flex;
  /* align-items: center; */
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  height: 100%;
}
.features2-desc {
  padding-left: 6px;
}
.features2-item .row {
  align-items: center;
}

.sitemap a {
  color: #000;
  padding: 4px 0px;
  display: block;
}
.telegramlink {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #fbcf00;
  border-radius: 50px;
  /* width: 40px; */
  /* height: 40px; */
  /* padding-left: 6px; */
    z-index: 10;
}

.telegramlink span {
  vertical-align: middle;
  line-height: 40px;
  display: block;
  width: 40px;
  font-size: 24px;
  
	text-align:center;

}
.telegramlink:hover svg {
  width: 80px;
	line-height:80px;

}

.powerdby {
    line-height: 20px;
    color: var(--color3);
}
.powerdby img {
    vertical-align: middle;
    height: 20px;
}


/* CATALOG LIST */
.productCard {
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    height: calc(100% - 1rem);
}
.product-btn-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: auto;
}
.product-btn-group a {
    flex: 1;
    min-width: 120px;
}


.productImage-wrap {
    width: 100%;
    padding-bottom: 130%;
    display: block;
    position: relative;
    background: #fff;
    margin-bottom: 5px;
}
.productImage-wrap .productImage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.product-code {
    color: #666;
    font-size: 14px;
}

.productCard-title a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.table-attributes-wrap {
    font-size: 14px;
    text-align: left;
    line-height: 1;
    position: absolute;
    /* inset: auto 0 0; */
    /* width: 100%; */
    background: #fff;
    z-index: 10;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
            transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
    bottom: 0;
    transform: translateY(100%);
    /* margin-top: -23px; */
    transform: translateY(calc(100% - 3px));
}
.table-attributes {
    font-size: 12px;
    margin-bottom: 0;
}
.table-attributes td {
    vertical-align: middle;
}
.productPage h1 {
    font-size: 26px;
    margin-bottom: 1rem;
}
@media (min-width:576px) {
.productCard:hover .table-attributes-wrap {
    max-height: 500px;
}
}
.table-attributes td {
    text-align: left;
    padding: 4px;
}

#productGallery .f-carousel__slide {
    padding-bottom: 100%;
    background: #fff;
}
#productGallery img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.productImages .f-thumbs__slide__img {
    object-fit: contain!important;
}
.productPage {
    font-size: 14px;
}

.table-product-attributes {
    /*font-size: .9em;*/
}
.table-product-attributes td {
    padding: 6px 10px;
    vertical-align: middle;
}
.table-product-attributes tr td:first-child {
    width: 150px;
}
@media (max-width:576px) {
    .table-product-attributes tr td:first-child {
        width: 125px;
    }
}
.status {
    background-color: #999;
    color: #fff;
    border-radius: 4px;
    padding: 1px 5px;
}

.textImage {
    background-size: cover;
    background-position: center;
    min-height: 300px;
    height: calc(100% - 24px);
    margin-bottom: 24px;
}
@media (max-width:991px) {
    .section-textBottom .textImage,
    .section-textTop .textImage
     {
        min-height: 50vw;
    }
}
.section-textBackground {
    color: #fff;
}
.section-textBackground:before {
    content: '';
    background: rgba(0,0,0,.4);
    inset: 0;
    position: absolute;

}
.section-featuredproducts {
    z-index: 3;
}
.section-featuredproducts .f-carousel__viewport {
    overflow: visible;
    overflow-x: clip;
    }
.f-carousel__slide.featuredproducts_carousel {
    width: 25%;
    width: calc(100% / 6);
    padding: 0 5px;
}
@media (max-width:1199px){
    .f-carousel__slide.featuredproducts_carousel {
        width: calc(100% / 4);
    }
}
@media (max-width: 768px) {
    .f-carousel__slide.featuredproducts_carousel {
        width: calc(100% / 3);
    }
    .productCard-title a {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .f-carousel__slide.featuredproducts_carousel {
        width: 50%;
    }
}
.alert {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    font-size: 14px;
    max-width: 300px;
    text-align: left;
    padding: 10px 50px 10px 10px;
}

