@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('../fonts/Museosanscyrl500.woff2') format('woff2'),
         url('../fonts/Museosanscyrl500.woff') format('woff'),
         url('../fonts/Museosanscyrl500.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}
html {
	overflow-x:hidden;
	margin-top:0 !important;
}
body {
	font-family: 'Museo Sans Cyrl';
	color:#000;
	background: #fff;
	height: 100%;
	width:100%;
	font-size: 15px;
	overflow-x: hidden;
}
p {
	line-height: 1.5em;
}
ul, li {
	margin:0;
	padding: 0;
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
	transition: all .2s ease-in-out;
}
a:hover {
	text-decoration: none;
	color:#000;
}
img {
	width: 100%;
	height: auto;
}


h2.top {
	margin-top: -120px;
}

.container {
	max-width: 1000px;
	margin:auto;
}
.container.container-pad {
	padding-top:50px;
	padding-bottom:80px;
}

#breadcrumbs {
	margin-bottom: 30px;
}
#breadcrumbs li {
	display: inline-block;
	color: #ccc;
}
#breadcrumbs li a {
	color: #ccc;
}
#breadcrumbs li.active {
	color: #000;
}



.slidesjs-next.slidesjs-navigation,
.slidesjs-previous.slidesjs-navigation,
.slidesjs-pagination {
	display:none;
}

.header-top img {
	display:inline-block;
	width:20px;
	margin-right:10px;
}



.top-header {
	border-bottom:2px solid #ccc;
}
.header-top {
	text-align: right;
	padding-top:20px;
}
.header-top li {
	display: inline-block;
	margin-left:40px;
}
.header-top li a {
	color:#d382e5;
}
.logo {
	display: inline-block;
}
.logo img {
	width:130px;
	padding:5px 0;
}
#menu-topmenu-1:before,
#menu-topmenu-1:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

#menu-topmenu-1:after {
    clear: both;
}

.topmenu {
    *zoom: 1;
}


ul#menu-topmenu-1 {
  background: #fff;
  padding-top: 20px;
  text-align: right;
}

ul#menu-topmenu-1 li {
	display: inline-block;
	margin-left: 20px;
	padding-bottom:10px;
	position: relative;
	font-size: 14px;
}
ul#menu-topmenu-1 > li {
	padding-bottom: 20px;
}
ul#menu-topmenu-1 > li > a {
	display: block;
	color: #000 !important;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
	font-weight:bold;
}

ul#menu-topmenu-1 li a:hover,
ul#menu-topmenu-1 li:hover > a {
}

ul#menu-topmenu-1 li ul {
  margin: 25px 0 0;
  border-radius: 5px;
  position: absolute;
  background: #005bb6;
  text-align: left;
  font-size: 10px;
  min-width: 170px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: all .1s ease;
}
ul#menu-topmenu-1 li ul:after {
    content: ''; 
    position: absolute;
    top:-13px;
    left:25px;
    border: 7px solid transparent;
    border-bottom: 7px solid #005bb6;
   }

ul#menu-topmenu-1 ul li {
	float: none;
	margin: 10px;
	display: block;
	font-size: 15px;
	text-transform: capitalize;
}
ul#menu-topmenu-1 ul li a {
	color: #fff;
	border-bottom: 1px solid transparent;
}
ul#menu-topmenu-1 ul li a:hover {
	border-color:#fff;
}
ul#menu-topmenu-1 li:hover > ul {
	opacity: 1; 
	visibility: visible; 
	left: 0;
}
ul#menu-topmenu-1 > li:hover > ul { 
	opacity: 1; 
	visibility: visible;
	left: 0; 
}


h2 {
	padding: 20px 0;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
.col.product-wrap {
	padding: 0;
}


.price-wrap {
	max-width: 800px;
	margin: auto;
}
.product-wrap {
	padding: 0 3px;
}
.product-wrap-left {
	text-align: right;
}
.services-item {	
	margin-bottom: 5px;
}
.services-item {
	position: relative;
}
.services-item img {
	width: 80%;
	height: 300px;
	object-fit: cover;
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.services-item-desc > div {
	box-shadow: 0 16px 40px 0 rgba(4,34,61,.18);
	background: #fff;
	position: absolute;
	right:0;
	left:50%;
	top:50px;
	bottom:50px;
	padding: 30px;
	-webkit-transition: 0.5s;
   transition: 0.5s;
}
.product-wrap-left .services-item-desc > div {
	position: absolute;
	right:50%;
	left:0;
}
.services-item-desc > div h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
.services-item-desc:hover img {
	width: 95%;
}
.services-item-desc:hover > div {
	background: #005bb6;
	color:#fff;
}


.product-list {
	margin-top: 20px;
}
.product-list .col-6 {
	padding:20px 20px 50px 15px;
	text-align: center;
}
.product-list a {
	display: block;
	padding:20px;
}
.product-list-icon {
	font-size: 40px;
	color:blue;
}
.product-list h4 {
	margin:10px 0;
	transition: all .2s ease-in-out;
}
.product-list a:hover h4 {
	color:#005bb6;
}


.news-wrapper  {
	margin-bottom:20px;
}
.news-wrapper p {
	margin:10px 0;
}

.news img {
	width: 100%;
	object-fit: cover;
	height: 200px;
}
.news a {
	display: block;
	transition: all .2s ease-in-out;
}
.news-desc {
	padding: 20px;
	background: #f9f9f9;
	transition: all .2s ease-in-out;
}
.date {
	color: #7a7a7a;
	font-size: 13px;
	transition: all .2s ease-in-out;
}
.news-desc h4 {
	margin: 10px 0;
}
.news-desc div {
	transition: all .2s ease-in-out;
}
.news-arrow {
	display: inline-block;
	height: 1px;
	background: #000;
	width: 15px;
	vertical-align: middle;
	transition: all .2s ease-in-out;
}
.news a:hover {
	box-shadow: 0 16px 40px 0 rgba(4,34,61,.18);
}
.news a:hover .news-arrow {
	width: 50px;
	background: #005bb6;
}
.news a:hover .news-desc div {
	color: #005bb6;
}
.news a:hover .date {
	color: #005bb6;
}
.news a:hover .news-desc {
	background: #fff;
}

.back-img {
	background: #005bb6;
	color: #fff;
	padding: 50px 0 20px;
      -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
      clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
.back-img.back-img-solution {
	-webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
      clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}
.ucs .col-5 {
	position: relative;
}
.ucs .button a {
	display: inline-block;
	position: absolute;
	top:45%;
	left:40%;
	color: #c1c1c1;
	border:2px solid #c1c1c1;
	border-radius: 5px;
	padding: 15px 30px;
	font-size: 20px;
}
.ucs .button a:hover {
	border-color: #fff;
	color:#fff;
}


.slider-partners {
	position: relative;
	margin-bottom: 100px;
}

.slider-partners .slick-slide {
	height: 100px;
	margin: 0 30px;
	width: 200px;
	position: relative;
}
.slider-partners img {
	position: absolute;
	width: auto;
	max-width: 200px;
	max-height: 100px;
	margin: auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.slick-prev {
	position: absolute;
	bottom:-70px;
	left:46%;
	cursor: pointer;
	background: #f9f9f9;;
	border:1px solid #000;
	color: #000;
	padding:0px 7px 3px;
	border-radius: 3px;
	transition: all .2s ease-in-out;
}
.slick-next {
	position: absolute;
	bottom:-70px;
	left:52%;
	cursor: pointer;
	background: #f9f9f9;;
	border:1px solid #000;
	color: #000;
	padding:0px 7px 3px;
	border-radius: 3px;
	transition: all .2s ease-in-out;
}
.slick-prev:hover,
.slick-next:hover {
	background: #fff;
	border-color: #005bb6;
	color:#005bb6;
}



footer {
	background: #252227;
	color: #aeb1be;
}
footer a {
	color: #aeb1be;
}
footer a:hover {
	color: #fff;
}

footer h3 {
	border-bottom: 1px solid #484848;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.copyright {
	margin-top: 70px;
}
.contact-item {
	margin-bottom: 15px;
}
.contact-icon img {
	width:25px;
}
.contact-item a {
	font-size: 18px;
}


.equipment-wrap h4 {
	margin-top: 50px;
	font-size: 19px;
}
.table-equipment {
	width: 100%;
	border-collapse: collapse; 
	font-size: 16px;
	margin: 30px 0 50px;
}
.table-equipment td {
	padding: 10px;
	border:1px solid #ccc;
}
.table-equipment td:first-child {
	width: 10%;
}
.table-equipment td:last-child {
	width: 15%;
}
.table-equipment tr:nth-child(even) {
	background: #efefef;
}


.contact-map {
	position: relative;
	height: 500px;
	margin-top: -100px;
}
.contact-map iframe {
	width: 100%;
	height:500px;
}
.contact {
	position: absolute;
	background: #fff;
	box-shadow:  0 0 13px 2px #747474;
	border-radius: 5px;
	width: 300px;
	left:60%;
	top:10%;
	padding:20px 20px 10px;
}
.contacts-item {
	border-bottom:1px solid #ddd;
	padding-top: 10px;
}
.contacts-item:first-child {
	padding-top: 0;
}
.contacts-item:last-child {
	border-bottom:none;
}
.contacts-item a {
	font-size: 15px;
	color: #d7502d;
}

.clients .row {
	border-bottom:1px solid #ddd;
	padding: 30px 0;
}
.clients .row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.clients-item {
	padding:30px 30px 0px 30px;
	text-align: center;
}
.clients-item img {
	height: 70px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	margin-bottom: 20px;
}
.clients-item a {
	color: #d7502d;
	text-decoration: underline;
}


.equipment-wrap .news .row {
	margin-bottom: 40px;
}
.equipment-wrap .news-desc h5 {
	margin-top: 10px;
	font-size: 16px;
}
.news-desc p {
	font-size: 13px;
}

.news-single-wrap img {
	object-fit:contain;
}
.product-list-wrapper img {
	height: 100px;
	object-fit: contain;
	margin-bottom:20px;
}
.news-next .news-desc h5 {
	font-size: 15px;
}
.news-single-wrap p {
	margin:30px 0 40px;
}
.news-next .news img {
	height: 100px;
}




#content{
	position:relative;
	margin-left: 100px;
	width:800px;
	z-index:100;
	padding:30px;
}
input:required, textarea:required {
	-moz-box-shadow:none; 
	-webkit-box-shadow:none; 
	-o-box-shadow:none; 
	box-shadow:none; 
}
/** inputs and textarea**/
input:not([type="submit"]),
	textarea{
	outline:none;
	display:block;
	width:100%;
	height: 40px;
	padding:4px 8px;
	border:1px solid #DBDBDB;
	color:#3F3F3F;
	font-size:14px;
	border-radius:2px;
	transition:background 0.2s linear,
	box-shadow 0.6s linear;
}
/* placeholder */
::-webkit-input-placeholder  {
	color:#BABABA;
	font-style:italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
	color:#BABABA;
	font-style:italic;
}
input[type=submit]{
	cursor:pointer;
	background:none;
	border:none;
	color:#fff;
	font-size:16px;
	padding:10px 30px;
	border:1px solid #E0E0E0;
	border-radius:5px;
	transition:all 0.2s linear;
}

label{
	color:#fff;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
	cursor: pointer;
}
.indication{
	color:#878787;
	font-size:12px;
	font-style:italic;
	text-align:right;
	padding-right:10px;
}
.required{
	color:#E5224C;
}



.product-item {
	height: 250px;
	margin-bottom: 30px;
}
.product-img img {
	height: 250px;
	object-fit: cover;
}
.products-list {
	background: #f9f9f9;
	padding: 20px 30px;
	transition: all .2s ease-in-out;
}
.product-item .products-list:hover {
	box-shadow: 0 16px 40px 0 rgba(4,34,61,.18);
}
.wp-block-media-text .wp-block-media-text__content {
	padding:10px 10px;
}
.wp-block-media-text .wp-block-media-text__content ul {
	padding-left:20px;
}
.wp-block-media-text .wp-block-media-text__content ul li {
	list-style-position: outside;
	list-style-type: disc;
}
.wp-block-media-text .wp-block-media-text__content ul li a {
	display: block;
}
/* .wp-block-media-text .wp-block-media-text__content ul li a:before {
	content: '';
	width: 0px;
	height: 1px;
	background: #000;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	transition: all .2s ease-in-out;
} */
.wp-block-media-text .wp-block-media-text__content ul li a:hover {
	color:#005bb6;
}
/* .wp-block-media-text .wp-block-media-text__content ul li a:hover:before {
	content: '';
	width:20px;
	background: #005bb6;
} */




.wp-block-media-text {
	background: #f9f9f9;
	height:250px;
	transition: all .2s ease-in-out;
}
.wp-block-media-text:hover {
	box-shadow: 0 16px 40px 0 rgba(4,34,61,.18);
}
.wp-block-media-text>figure>img {
	height:250px;
	object-fit:cover;
}
.wp-block-media-text {
	align-items: normal;
}


#sidebar-top {
	display: none;
}





@media screen and (max-width: 1024px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.copyright {
		padding-left: 20px;
	}
	
	.slidesjs-container, .slidesjs-control {
		height:260px !important;
	}
	h2.top {
		margin-top: -50px;
	}
}

@media screen and (max-width: 781px) {
	.logo img {
		width:100px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}

	#menu-topmenu-1 {
		display: none;
	}
	.container-main {
	    position: relative;
	    height: 100%;
	    width: 100%;
	    right: 0;
	    -webkit-transition:  right 0.4s ease-in-out;
	    -moz-transition:  right 0.4s ease-in-out;
	    -ms-transition:  right 0.4s ease-in-out;
	    -o-transition:  right 0.4s ease-in-out;
	    transition:  right 0.4s ease-in-out;
	}
	 
	.container-main.open-sidebar {
	    right: 240px;
	}
	 
	#sidebar-top {
		display: block;
	    position: absolute;
	    right: -240px;
	    background: #fafafa;
	    width: 240px;
	    height: 100%;
	    z-index: 1000;
	}
	#sidebar-top ul {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	}
	#sidebar-top ul li {
	    margin: 0;
	}
	#sidebar-top ul li a {
	    padding: 15px 20px;
	    font-size: 16px;
	    font-weight: 100;
	    text-decoration: none;
	    display: block;
	    border-bottom: 1px solid #efefef;
	    -webkit-transition:  background 0.3s ease-in-out;
	    -moz-transition:  background 0.3s ease-in-out;
	    -ms-transition:  background 0.3s ease-in-out;
	    -o-transition:  background 0.3s ease-in-out;
	    transition:  background 0.3s ease-in-out;
	}
	#sidebar-top ul > li > ul li a {
		padding-left: 50px;
		background: #efefef;
		border-bottom: 1px solid #fafafa;
	}
	#sidebar-toggle {
	    display: block;
	    position: relative;
	    float: right;
	    margin-top: -21px;
	}
	#sidebar-toggle .bar{
	    display: block;
	    width: 18px;
	    margin-bottom: 3px;
	    height: 2px;
	    background-color: #000;
	    border-radius: 1px;   
	}
	#sidebar-toggle .bar:last-child{
	     margin-bottom: 0;   
	}

	#slides {
		margin-top:10px;
	}

	.services-item-desc > div {
		padding:20px;
	}
	.services-item-desc > div h3 {
		font-size: 15px;
	}
	.news a {
		margin-bottom: 20px;
	}
	.slick-next {
		right:42%;
	}
	.slick-prev {
		left: 42%;
	}
	footer .col-12:last-child h3 {
		margin-top: 40px;
	}
	.ucs .button a {
		font-size: 16px;
		position: static;
		display: inline-block;
		margin-top: 20px;
		padding: 10px 20px;
	}

	.contact-map iframe {
		margin-top: 100px;
		height:400px;
	}
	.contact {
		top:30px;
		left:20px;
	}
	.table-equipment td:first-child {
		width: 10px;
	}
	.table-equipment td:last-child {
		width: 80px;
	}
	.services-item-desc > div p {
		font-size: 13px;
		margin-top: 20px;
	}
	#content {
		margin-left: 0px;
	}
	.product-item {
		height: 200px;
	}
	.product-img img {
		height: 200px;
	}
	.wp-block-media-text .wp-block-media-text__content ul li a:before {
		content: '';
		width: 5px;
	}
	.wp-block-column:nth-child(odd) {
		margin-right:0px;
	}
	.wp-block-column:nth-child(even) {
		margin-left:0px;
	}
	.wp-block-column {
		flex-basis:100%;
	}
	#breadcrumbs {
		margin-bottom:10px;
		font-size:12px;
	}
	h2.top {
		margin-top: -80px;
	}
	.header-top {
		padding:5px 0;
	}
	.bottom-header {
		height:40px;
	}
}
@media screen and (max-width: 600px) {
	.top-header-logo {
		width:25%;
	}
	.top-header-menu {
		width:75%;
	}
	.slider-partners .slick-slide {
		margin:0 15px;
	}
	.contact {
		width: 89%;
	}
	.table-equipment {
		font-size: 14px;
	}
	.news-single-wrap img {
		margin: 20px 0;
	}
	#content {
		width: 100%;
	}
	input:not([type="submit"]), textarea {
		width: 100%;
	}
	.news-next .news-desc {
		padding: 10px;
	}
	.news-next .news-desc h5 {
		font-size: 13px;
	}
	.news-next .news-desc .date {
		font-size: 12px;
	}
	.wp-block-media-text.has-media-on-the-right {
		grid-template-columns: 100%;
	}
	.wp-block-media-text {
		height:auto;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding-bottom:20px;
	}
	.wp-block-media-text .wp-block-media-text__media {
		display:none;
	}
	.wp-block-media-text .wp-block-media-text__content ul li a {
		font-size: 13px;
	}
	.slidesjs-container, .slidesjs-control {
		height:130px !important;
	}
	.slidesjs-stop {
		display:none !important;
	}
	.services-item img {
		height:250px;
	}
	.wp-block-gallery {
		margin-top:50px;
	}
	.news-single-wrap p {
		margin:10px 0 20px;
	}
	.container.container-pad {
		padding-top:10px;
		padding-bottom:50px;
	}
	.product-list .col-6 {
		padding:0px;
	}
	.product-list-wrapper img {
		height:50px;
	}
	h2.top {
		margin-top: 0px;
	}
}
@media screen and (max-width: 425px) {
	.slidesjs-container, .slidesjs-control {
		height:100px !important;
	}
}