/* cmsms stylesheet: Uzntech modified: 07.04.2025 22:53:29 */
body {
	font-family: 'Commissioner-Regular';
	font-weight: 400;
	color: #444;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}
a:hover {color:#00685a;}

@font-face {
font-family: 'Commissioner-Black';
src: url('/font/Commissioner-Black.eot');
src: url('/font/Commissioner-Black.eot?#iefix') format('embedded-opentype'),
url('/font/Commissioner-Black.woff') format('woff'),
url('/font/Commissioner-Black.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Commissioner-Bold';
src: url('/font/Commissioner-Bold.eot');
src: url('/font/Commissioner-Bold.eot?#iefix') format('embedded-opentype'),
url('/font/Commissioner-Bold.woff') format('woff'),
url('/font/Commissioner-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Commissioner-ExtraBold';
src: url('/font/Commissioner-ExtraBold.eot');
src: url('/font/Commissioner-ExtraBold.eot?#iefix') format('embedded-opentype'),
url('/font/Commissioner-ExtraBold.woff') format('woff'),
url('/font/Commissioner-ExtraBold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Commissioner-ExtraLight';
src: url('/font/Commissioner-ExtraLight.eot');
src: url('/font/Commissioner-ExtraLight.eot?#iefix') format('embedded-opentype'),
url('/font/Commissioner-ExtraLight.woff') format('woff'),
url('/font/Commissioner-ExtraLight.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Commissioner-Light';
src: url('/font/Commissioner-Light.eot');
src: url('/font/Commissioner-Light.eot?#iefix') format('embedded-opentype'),
url('/font/Commissioner-Light.woff') format('woff'),
url('/font/Commissioner-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Commissioner-Medium';
src: url('/font/Commissioner-Medium.eot');
src: url('/font/Commissioner-Medium.eot?#iefix') format('embedded-opentype'),
url('/font/Commissioner-Medium.woff') format('woff'),
url('/font/Commissioner-Medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'Commissioner-Regular';
src: url('/font/Commissioner-Regular.eot');
src: url('/font/Commissioner-Regular.eot?#iefix') format('embedded-opentype'),
url('/font/Commissioner-Regular.woff') format('woff'),
url('/font/Commissioner-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Commissioner-SemiBold';
src: url('/font/Commissioner-SemiBold.eot');
src: url('/font/Commissioner-SemiBold.eot?#iefix') format('embedded-opentype'),
url('/font/Commissioner-SemiBold.woff') format('woff'),
url('/font/Commissioner-SemiBold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Commissioner-Thin';
src: url('/font/Commissioner-Thin.eot');
src: url('/font/Commissioner-Thin.eot?#iefix') format('embedded-opentype'),
url('/font/Commissioner-Thin.woff') format('woff'),
url('/font/Commissioner-Thin.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	color: #444; text-align:center; font-family: 'Commissioner-Bold'; line-height: 42px;
}

i.fi {font-size:18px;}

* {
  box-sizing: border-box;
}
.info h1 {margin-top:20px;}
h2 {
  font-family: 'Commissioner-Bold', sans-serif;
  color: #555;
  text-align: center; margin:90px 0 30px 0;
  font-size: 36px;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Commissioner-Regular', sans-serif;
  margin: 0;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 10px;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header i.fi{font-size:22px; padding-right:7px; color:#f8821e;}
.mail i.fi {font-size:22px; padding-left:40px; color:#f8821e;}

.logo {
  text-decoration: none;
  color: #555;
  text-align: center;
}

.logo img {
  width: 100%;
}
.header {padding-top:15px;}
.tel {text-align:center; padding-top:18px;}
.tel a {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
}

.phone {
  width: 22px;
  height: 22px;
  fill: #cccccc;
}
.adres {font-size: 18px; margin:5px 0;}
.search {
  position: relative;
}

.search input {
  background: #f5f5f5;
  border: none;
  padding: 10px;
  padding-right: 30px;
}

.search__icon {
  fill: #555;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 6px;
  top: 7px;
}

.menu {
  padding: 0;
  margin-bottom: 0px;
margin-top: 15px;
}

.menu ul {
  padding: 0;
  margin: 0px;
}

.menu li {
  list-style: none;
  background: #f5f5f5;
  padding: 7px 6px; font-size:14px;
  text-align: center;
  width: 14.1%;
  margin-right: 2px; 
}

div.menu li {float:left;}
div.menu li ul {display:none; position:absolute; background: #f5f5f5; left:0; margin-top: 6px; padding:30px;z-index:999999;}
div.menu li ul li {background: #ffffff; height:100px; margin-bottom:15px; width: 24%; text-align:left;}
div.menu li ul li img {width:110px;height:auto; float:left; padding-right:20px;}
div.menu li:hover {}
div.menu li:first-child:hover ul {display:block;}

div.childrenof {padding: 0 0 0 20px; float:right;}
div.childrenof ul {margin:0; list-style:none; padding: 0;}
div.childrenof li.kids {background: #f5f5f5; height:120px; margin-bottom:15px; width: 300px; text-align:left; padding:7px; }
div.childrenof li.kids img {width:110px;height:auto; float:left; padding-right:12px;}
div.childrenof li.kids:hover {background:#ffffff;  transition: 1.5s; 
-webkit-box-shadow: 0px 0px 6px 0px rgba(100, 100, 100, 0.7);
-moz-box-shadow:    0px 0px 6px 0px rgba(100, 100, 100, 0.7);
box-shadow:         0px 0px 6px 0px rgba(100, 100, 100, 0.7); }
div.childrenof li:not(:hover) {transition: 0.7s;}
div.childrenof li.kids a {color: #555; font-size: 20px; font-weight: 500; text-decoration: none;}

div.catmen {}
div.catmen ul {margin:0; list-style:none; padding: 0;}
div.catmen li.kids {background: #f5f5f5; height:170px; width: 47%; float:left; text-align:left; padding:10px; margin:1%;}
div.catmen li.kids img {height:150px; width:auto; float:left; padding-right:12px;}
div.catmen li.kids:hover {background:#ffffff;  transition: 1.5s; 
-webkit-box-shadow: 0px 0px 6px 0px rgba(100, 100, 100, 0.7);
-moz-box-shadow:    0px 0px 6px 0px rgba(100, 100, 100, 0.7);
box-shadow:         0px 0px 6px 0px rgba(100, 100, 100, 0.7); }
div.catmen li:not(:hover) {transition: 0.7s;}
div.catmen li.kids a {color: #555; font-size: 24px; font-weight: 500; text-decoration: none;}
div.catmen li.kids a span {display:block; padding:10px 10px 0 10px;}

.menu ul>li:hover {background:#f8821e;  transition: 1.5s;}
.menu li ul li:hover {background:#ffffff;}
.news-list div a {
  text-decoration: none;
  color: #444;
}

.menu ul>li:not(:hover) {
  transition: 0.7s;;
}

.menu li:last-child {
  margin-right: 0;
}

.menu li a {
  color: #555;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.slider {
  background: #f5f5f5;
}

.slider .container {
  position: relative;
}

.slider__btn {
  position: absolute;
  top: 45%;
  z-index: 2;
}

.slider__btn_prev {
  left: 3%;
}

.slider__btn_next {
  transform: rotate(-180deg);
  right: 3%;
}

.sliders {
  padding: 0;
  width: 100%;
  list-style: none;
  display: flex;
  overflow: hidden;
}

h1 {font-size:36px; margin-top:100px;}

.info .container {
clear:both; width: 100%; min-height:200px;
}

.info .container .column {
  width: 40%; float:left; margin:40px 5%;
  position: relative;
}

.info .img-info {
  width: 35%;
}

.column img {
  width: 100%;
}

.info__link {
  position: absolute;
  top: 25%; width: 300px;
  background: white;
  color: #f8821e;
  font-size: 24px;
  font-weight: 500;
  padding: 15px;
  text-decoration: none;
}

.info__link img {
  width: 40px;
  height: 42px;
  position: absolute;
  right: -30px;
  top: 15px;
}

.partners,
.production {background: #f5f5f5; padding-top:25px; padding-bottom:25px;}

.page-image {height:150px;width:auto;}

#product h2 {margin: 55px 0 25px 0;}

.partners .container {
  position: relative;
}

.partners .container .slider__controls .slider__btn {
  top: 35%;
}

.partner__item {
  width: 90%;
}

.partner-list {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 40px 0;
}

.news-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}


.news-list li a {
  text-decoration: none;
}

.news__item {
  width: 28%;
  padding: 0 0 20px 0;
  text-align: center;
}

 

.prod__item { 
  width: 25%;
  padding: 20px 1.5%;
  text-align: center;
}

.prod__item:hover, div.menu li ul li:hover, .news__item:hover, .partner__item:hover, .sp4:hover, .oborud-pro:hover {
-webkit-box-shadow: 0px 0px 6px 0px rgba(100, 100, 100, 0.7);
-moz-box-shadow:    0px 0px 6px 0px rgba(100, 100, 100, 0.7);
box-shadow:         0px 0px 6px 0px rgba(100, 100, 100, 0.7);
} 

.prod__item2 { 
  width: 100%;
  padding: 20px 1.5%;
  text-align: center;
}

.prod__item2 .news__img {float:left; height: 100px; float:left; margin-right:25px;}
.prod__item2 h3 {text-align: left;}
.prod__item2:hover, div.menu li ul li:hover, .news__item:hover, .partner__item:hover, .sp4:hover, .oborud-pro:hover {
-webkit-box-shadow: 0px 0px 6px 0px rgba(100, 100, 100, 0.7);
-moz-box-shadow:    0px 0px 6px 0px rgba(100, 100, 100, 0.7);
box-shadow:         0px 0px 6px 0px rgba(100, 100, 100, 0.7);
} 


.news__img {
  height: 200px;
}

.news__img img {
  max-width: 100%;
  max-height: 100%;
}

.news__desc {
  text-align: center; padding: 0 15px;
}

.news__desc h3 {
  color: #f8821e;
  font-size: 24px;
  font-weight: 500;
}

.news__desc p {
  color: #444444;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
}

.prod-list {
  justify-content: flex-start;
}

.footer {
  background: #f5f5f5; clear:both;
  position: relative;
  margin-top: 200px; padding: 30px 0 40px 0;
}

.footer-pic {
  position: absolute;
  top: -184px;
  right: 200px;
  z-index: -1;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-menu {
  flex-direction: column;
  background: transparent;
  width: 25%;
  align-items: center;
}

.footer-menu li {
  width: 100%;
  margin-right: 0;
}

.footer-logo {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  tae
}

.footer-logo img {
  width: 50%; margin-bottom:10px;
  filter: grayscale(1);
}

.contacts {
  width: 25%;
  text-align: center;
}

.contacts a {
  color: #555;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 15px;
}

.socials {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
}

.socials li {
  margin-right: 25px;
}

.socials li:last-child {
  margin-right: 0;
}

.social_icon {
  width: 30px;
  height: 30px;
  fill: #f8821e;
}

.slider__controls button {
  display: none;
}

.owl-dots {
  position: absolute;
  bottom: 10%;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
}

.owl-dot {
  width: 14px;
  border: 3px solid #f8821e !important;
  height: 14px;
  z-index: 100;
  background: #fff !important;
  margin-right: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.owl-dot.active {
  background: #f8821e !important;
}

.owl-carousel .owl-stage {
  align-items: center;
  display: flex;
}

img.product {
  float: left;
  width: 340px; height:auto;
  margin-right: 20px;
}

.price {text-align:left; font-size:17px; }

.product-img {
  float: right;
  width: 33%;
  margin-left: 25px;
}

.product-img img{
  width: 100%;
}

.flex-d {display:flex; justify-content:space-around;  text-align: center;}
.flex-d div {width: 50%; margin: 0 auto;}
.flex-m {display: flex; align-items: baseline; justify-content: space-around;}

@media screen and (max-width: 768px) {
  .tel a {
    font-size: 25px;
  }
  .news__desc h3 {
    font-size: 20px;
  }
  .news__desc p {
    font-size: 16px;
  }
  .contacts a {
    font-size: 18px;
  }
  .footer-pic {
    right: 15px;
  }

.flex-d {display:block; margin:0 auto; }
.flex-d div {width: 100%;}
}





section {clear:both; padding-top:30px;}

.clear {clear:both; width:100%; height:10px;}


.f-w-700{font-weight: 700;}
.f-s-20 {font-size:20px;}
.f-s-16 {font-size:16px;}


.header {position:fixed !important; top:0; width:100%;z-index:999999; padding:20px; height:130px; background: rgba(255, 255, 255, 0.95);}
.wrapper {padding-top:112px;}
.home {padding-top:0px;}

.slider-wrapper {margin-bottom: 20px !important;}

.theme-default1 .nivoSlider {max-width:100% !important;}

.video {float:left; padding:25px;}

.sp4 {display:table-cell; width: 25%; padding:3%; text-align: justify;}

.sp4 i.fi {float:left; padding:25px 10px; font-size: 24px; color: #f8821e;}


.oborud-pro {width:98%;padding: 10px 20px 0px 20px; margin: 10px 1%; clear:both; min-height:220px;}
.oborud-img {width:450px; float:left; height:auto;}
.oborud-pro a {color: #f8821e; text-decoration: none; }
.oborud-pro img {width:auto; padding: 0 20px 0 0;height:200px; }
.podrobnee {position: relative; bottom: 31px; left: 0; text-decoration: none; clear:both;}
.podrobnee a {color: #ffffff;  text-decoration: none; font-size:18px; background: #f8821e; padding: 5px 15px;}

.prod__item {border: 1px solid #f5f5f5;}
.prod__item2 {border: 1px solid #f5f5f5;}
.news__desc h3 {line-height:28px; margin: 18px 0;}
img.pageimage {width:33%; float:right; height:auto; margin: 0 20px;}
@media screen and (max-width: 480px) {
img.pageimage {width:100%; float:none; height:auto; margin: 0;}
.oborud-pro img {width: 100%; height: auto; padding:0;}
.podrobnee {bottom: 0px; left: 0; width:100%;position: static; text-align:center;}
.podrobnee a {width:100%; margin: 0 auto; padding: 7px 20px; display:block;}
.oborud-img {width:100%; float:none;}
.sp4 {width: 96%; padding:2%;}

  .header .container {
    flex-direction: column;
  }
  .tel {
    margin-bottom: 20px;
  }
  .menu {
    flex-direction: column;
  }
  .menu li {
    width: 100%;
    margin-bottom: 10px;
  }
  .info .container {
    flex-direction: column;
  }
  .info .container .column {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-list {
    flex-direction: column;
  }
  .news__item {
    width: 100%;
  }
  .prod__item {
    width: 100%;
  }
  .prod__item2 {
    width: 100%;
  }
  .footer {
    clear:both;
  }

  .footer .container {
    flex-direction: column; 
  }
  .footer-menu {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer-menu li {
    width: 50%;
  }
  .footer-menu li a {
    font-size: 14px;
  }
  .footer-pic {
    right: 0;
  }
  .footer-logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .contacts {
    width: 100%;
  }

.slider-wrapper {margin-top:110px;}
.header {height:110px; padding:10px 10px 10px 10px;}
.logo img {width:50%; float:left; padding:10px 0px;}
.tel p {display:block;}
.tel {padding-top:5px;}
.tel a {font-size:18px}
.adres {display:none}
.header i.fi {font-size:20px}
.search {position: absolute; top:15px; right: 10px; width:40%;}
div.menu ul {padding-left:0;}
div.menu li:first-child:before {content: "\2630"; padding-left:10px; float:left; font-size:24px;}
div.menu li ul li:first-child:before {content: none;}
div.menu li ul li {background: #ffffff; height:100px; margin-bottom:15px; width: 100%; text-align:left;}
.video {}
.video iframe{float:none; width:100% !important; height:150px !important;}
}

.breadcrumb {text-align:center; padding: 100px 0 0 0;}
