/*
Theme Name: Avesta 1.0
Theme URI: http://avesta.ru/
Author: Avesta
Author URI: http://avesta.ru/
Version: 1.0

*/

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

html, body  {
margin: 0;
padding: 0;
border: 0;
font-size: 13px;
font-family: arial,sans-serif;
color: #000000;
vertical-align: baseline;

}



body {

	line-height: 1.5;
	background: #E9E9E9;

}


section {
display: inline-block;
padding: 10px 10px 10px;
height: 100%;
width: 99%;
text-align: justify;
}

@media screen and (min-width: 1024px) {
section {
font-size: 13px;}
}

@media screen and (max-width: 1024px) {
section {
font-size: 12px;}
}

@media screen and (min-width: 300px) and (max-width: 780px) {
section { font-size: 12px; }
}



p {
	-webkit-margin-before: 0em;
}

a {
	color: #b22000;
}

a:hover {
	text-decoration: underline;
}

.background
{
    background:url('img/bg.png') no-repeat center top;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

  /* IE 5-7 */
  filter: alpha(opacity=40);

  /* Netscape */
  -moz-opacity: 0.4;

  /* Safari 1.x */
  -khtml-opacity: 0.4;

  /* Good browsers */
  opacity: 0.4;
    position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
min-height: 1280px
}

.background-home
{
    background:url('img/home-bg.jpg') no-repeat center top;
    
    position: absolute;
    
top: 0;
left: 0;
display: block;
width: 100%;
min-height: 1280px;
}


.slogan {
	background:url('img/backgrounds/slogan.png') no-repeat center top;
    
    position: absolute;
    width: 100%;
    height: 181px;
top: 0;
left: 0;
display: block;
z-index: 1;
}

#container {
	width: 100%;
}


#wrapper{
	position: relative;
	width: 1180px;
	text-align: left;
	
	margin: 0 auto;
	background-color: #ffffff;
	z-index: 2;
}


@media (max-width:768px) {
	body {
		background: #ffffff;
		
		
	}
	.background, .background-home, .slogan {
		display: none;
	}
	#wrapper {
		width: 100%;
		
	}
}



a {
	text-decoration: none;
}




/* ------------------------------- ХЕДЕР ----------------------------------- */

header {
	height: 95px;
	position: fixed;
	
top: 0;

transition: top 0.2s ease-in-out;
	
	
	z-index: 3;
	width: 100%;
}



.nav-up {
	top: -95px;
}

#header {
	margin: 0 auto;
	background: #ffffff;
	padding: 20px;
	width: 1140px;
	height: 55px;
}



#logo {
	display: block;
	float: left;
	width: 240px;
	height: 53px;
	margin-right: 50px;
}

.logo-ru {
	background: url('img/logo.png') no-repeat;
	width: 240px;
	height: 53px;
	background-position: 0;
	background-size: 100%;
}

.logo-en {
	background: url('img/logo-en.png') no-repeat;
	width: 240px;
	height: 53px;
	background-position: 0;
	background-size: 100%;
}

#logo img {
	display: inline-block;
	width: 100%;
	height: auto;
	}
	

	
#menu {
	display: block;
	float: left;
	margin-top: 10px;
}

#mobile-menu {
	display: none;
	z-index: 5000;
}

.mobile-menu-button {
	display: none;
}

@media (max-width:768px) {
	header {
		height: 72px;
		border-bottom: 1px solid #e7e7e7;
		background: #ffffff;
	}
	.nav-up {
	top: -72px;
	background: #ffffff;
}
	#header {
		width: 94%;
padding: 12px 3%;
height: 43px;
	}
	#logo {
	
	width: 220px;
	height: 49px;
	margin-right: 0px;
}
.logo-ru {
	
	width: 220px;
	height: 49px;
	
}

.logo-en {
	width: 220px;
	height: 49px;
}
	#menu {
		display: none;
	}
	#mobile-menu {
		display: block;
	}
	.mobile-menu-button {
	display: block;
	
float: right;

	}
}

#menu ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}

#menu ul li {
	
	float: left;
	
}

#menu ul li a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	
	display: block;
	margin-right: 20px;
	padding-bottom: 10px;
}

#menu ul li a:hover {
	
	color: #b22000;
	text-decoration: none;
}

#menu .current-menu-item a,
#menu .current-menu-parent a,
#menu .current-post-parent a {
	color: #b22000;
}

#menu ul li.current-menu-ancestor a {
	color: #b22000;
}





#menu ul li ul.sub-menu {
	visibility: hidden;
	display: block;
	position: absolute;
	margin-left:-100px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
    padding: 20px 10px;
    z-index: 100;
    width: 830px;
    background-clip: padding-box;
    
}

#menu ul li ul.sub-menu {
	display: none;
}

#menu ul li:nth-child(2) ul.sub-menu{
	display: block;
}

#menu ul li ul.sub-menu ul.sub-menu {
	left: 0;
}


#menu ul li ul.sub-menu::before {
	top: -20px;
left: 130px;
right: auto;
border: 10px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.5);
position: absolute;
display: inline-block;
content: ""
}

#menu ul li ul.sub-menu::after {
	top: -20px;
left: 130px;
right: auto;
border: 10px solid transparent;
border-bottom-color: #fff;
position: absolute;
display: inline-block;
content: ""
}

#menu ul li ul.sub-menu ul.sub-menu::before,
#menu ul li ul.sub-menu ul.sub-menu::after {
	display: none
}


#menu ul li:hover ul.sub-menu {
	
    
    visibility: visible;
    
}



#menu ul li:hover ul.sub-menu li {
	list-style: none;
	display: block;
	float: left;
	width: 31%;
	margin: 0 1% 10px;
	
	border-top:2px solid #8E3737;
	
	
}


#menu ul li:hover ul.sub-menu li:nth-child(-n+3)

 {
	margin-bottom: 30px;
}

#menu ul li:hover ul.sub-menu li:nth-child(4) {
	clear: left;
	
}

#menu ul li:hover ul.sub-menu li:nth-child(5) {
	min-height: 180px;
	
}

#menu ul li:hover ul.sub-menu li:nth-child(5) ul.sub-menu {
	display: none;
	
}

#menu ul li:hover ul.sub-menu li a {
	display: block;
	width: 100%;
	padding: 5px 0 8px;
	font-size: 12px;
}

#menu ul li ul.sub-menu li a {
	color: #000000;
}

#menu ul li ul.sub-menu li.current-menu-item a {
	color: #b22000;
}

#menu ul li ul.sub-menu li a:hover {
	color: #b22000;
}

#menu ul li:hover ul.sub-menu li a img {
	width: 100%;
	height: auto;
	display: block;
	clear: both;
	padding: 10px 0 0 !important;
}

#menu ul li:hover ul.sub-menu li ul.sub-menu {
	list-style: none;
	display: block;
    position: relative;
    width: auto;
    margin: 0;
    box-shadow: none;
    padding: 0;
    float: left;
    border: none;
}

#menu ul li:hover ul.sub-menu ul.sub-menu li {
	display: block;
	width: 100%;
	list-style: none;
	height: auto;
	min-height: 1px;
	border:none;
	padding: 0px;
	margin-right: 0;
	margin: 0;
}

#menu ul li:hover ul.sub-menu ul.sub-menu ul li {
	margin: 0;
	float: left;
	text-align: left;
	padding: 0;
}

#menu ul li:hover ul.sub-menu ul.sub-menu ul.sub-menu {
	display: none;
}

#menu ul li:hover ul.sub-menu li.current-menu-parent a {
	color: #000000;
}

#menu ul li:hover ul.sub-menu ul.sub-menu li.current-menu-parent a {
	color: #b22000;
}



#menu ul li:hover ul.sub-menu ul.sub-menu li a {
	display: block;
	width: 100%;
	text-transform: none;
	font-weight: normal;
	border-top: 1px solid #cccccc;
	border-bottom: none;
	padding: 3px 0;
	color: #505050;
}

#menu ul li:hover ul.sub-menu ul.sub-menu li:last-child {
	border-bottom: 1px solid #cccccc;
}

#menu ul li:hover ul.sub-menu ul.sub-menu li a:hover {
	color: #b22000;
}

#menu ul li:hover ul.sub-menu ul.sub-menu li.current-menu-item a {
	color: #b22000;
}

#menu ul li:hover ul.sub-menu ul.sub-menu li.current-menu-parent a {
	color: #b22000;
}

#menu ul li:hover ul.sub-menu li.current-menu-parent a {
	color: #b22000;
}

#menu ul li:hover ul.sub-menu li.current-menu-ancestor a  {
	color: #000000;
}



#menu ul li:hover ul.sub-menu li.current-menu-item a  {
	color: #b22000;
}

#menu ul li:hover ul.sub-menu li.current-menu-ancestor a:hover  {
	color: #b22000;
}

#menu ul li ul.sub-menu li:hover a ul.sub-menu li.current-menu-item a {
	color: #b22000;
}

#menu ul li ul.sub-menu li.current-products-ancestor.current-menu-ancestor.current-menu-parent.current-products-parent.menu-item-has-children:nth-child(5n) a {
	color: #b22000;
}

#menu ul li ul.sub-menu li.current-product-ancestor.menu-item-has-children:nth-child(5n) a {
	color: #b22000;
}


/* ------------------------------- МОБИЛЬНОЕ МЕНЮ ----------------------------------- */

.c-menu {
  position: fixed;
  z-index: 5200;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
          
}

.c-menu--push-right {
  width: 300px;
  height: 100%;
  overflow-y: scroll;
  
  -webkit-overflow-scrolling: touch;
}

.c-menu--push-right .c-menu__close {
  display: block;
  padding: 0;
  width: 100%;
}

.c-menu--push-right {
	top: 0;
right: 0;
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
             -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  }
  
  .c-menu--push-right.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
          
          
}

#container {
	-webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

#container.has-push-right {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
             -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
          position: fixed;
  }
  
  body.has-active-menu {
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.c-menu__close {
  
}

.c-menu__close:focus {
  outline: none;
}

.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
 
          -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
          
}

.c-mask.is-active {
  width: 100%;
  height: 100%;
opacity: 0.7;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
          
}




nav .wpb_category_n_menu_accordion > ul > li > a {
	padding: 10px;
	padding-right: 20px;
}

nav .wpb_category_n_menu_accordion ul > li {
	margin: 0;
}

nav .wpb_category_n_menu_accordion > ul > li li > a {
	padding: 10px 20px !important;
	font-weight: bold;
	font-size: 15px !important;
}

nav .wpb_category_n_menu_accordion ul.sub-menu ul.sub-menu {
	    list-style: square !important;
    list-style-type: square !important;
    font-size: 14px !important;
    padding: 0px !important;
    margin-left: 0px!important;
    -webkit-padding-start: 0px;
    -webkit-padding-start: 0px;
}

nav .wpb_category_n_menu_accordion ul.sub-menu ul.sub-menu li {
	font-size: 14px !important;
	
}

nav .wpb_category_n_menu_accordion li a {
	font-size: 15px !important;
	border-bottom: 1px solid #e7e7e7;
}

nav .wpb_category_n_menu_accordion li ul li a {
	font-size: 15px !important;
	border-bottom: 1px solid #e7e7e7;
}

nav .wpb_category_n_menu_accordion ul.sub-menu {
	padding: 0;
	border: 0;
}

nav .wpb_category_n_menu_accordion > ul > li > ul > li {
	border: 0;
}

nav .wpb_category_n_menu_accordion ul.sub-menu ul li:last-child a {
	margin-bottom: 0;
}

nav .wpb_category_n_menu_accordion ul.sub-menu li a {
	font-size: 15px !important;
	border-bottom: 1px solid #e7e7e7;
	padding-left: 15px !important;
	color: #000000;
}

nav .wpb_category_n_menu_accordion ul.sub-menu li.current-menu-ancestor li.current-menu-item a {
	color: #000000;
}

nav .wpb_category_n_menu_accordion ul.sub-menu ul.sub-menu li a {
	padding: 5px;
	padding-left: 20px !important;
	border-bottom: 1px solid #e7e7e7;
	font-size: 14px !important;
}

nav .wpb_category_n_menu_accordion ul.sub-menu ul.sub-menu ul.sub-menu {
	list-style: square;
	list-style-type: square;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0 !important;
}

nav .wpb_category_n_menu_accordion ul.sub-menu ul.sub-menu ul.sub-menu li a {
	padding: 5px !important;
	padding-left: 25px !important;
	
	font-size: 12px !important;
	border-bottom: 0;
}

nav .wpb_category_n_menu_accordion ul li > a > span.wpb-submenu-indicator {
	    font-size: 21px;
    line-height: 22px;
}

nav .wpb_category_n_menu_accordion > ul > li > a span.wpb-submenu-indicator {
	display: block;
}



.c-button:disabled {
	opacity: .3;
cursor: not-allowed
}

.c-button {
	position: absolute;
right: 0px;
top: 0px;
margin: 30px;
margin-left: 0;
margin-right: 20px;
cursor: pointer;
display: block
}


#mobile-menu .menu-image {
	display: none;
}

.hamburger {
	height: 20px;
width: 30px;
z-index: 3
}

.hamburger .line {
	-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
background-color: #666666;
height: 3px;
left: 0;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
position: absolute;
right: 0;
z-index: 3;


}

.hamburger .line1 {
	margin: 0;
	top: 0
}

.hamburger .line2, .hamburger .line3 {
	left: 0;
margin-top: -4px;
right: 0;
top: 50%
}

.hamburger .line4 {
	margin-top: -8px;
top: 100%
}


#lang {
	display: block;
	float: left;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 4px;
margin-left: 5px;
background: #fff;
padding: 10px;

}

#lang a{
	color: #555555;
}

.wpml-ls-legacy-list-horizontal {
	border: none !important;
	padding: 0px !important;
	
}
.wpml-ls-legacy-list-horizontal li{
	padding-right: 10px !important;
}
.wpml-ls-legacy-list-horizontal li:last-child  {
	padding-right: 0px !important;
}
.wpml-ls-legacy-list-horizontal a {
	padding: 0px 0px 0 0px !important;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
	width: 16px !important;
height: 10px !important;
border: 1px solid #f1f1f1;
}

.wpml-ls-current-language>a {
	color: #b22000 !important;
}

.wpml-ls-statics-shortcode_actions a:hover {
	color: #b22000 !important;
}

#search {
	display: block;
	float: right;
	width: 130px;
	margin-top: 5px;
	font-size: 11px;
}

@media (max-width:768px) {
	#search, #lang {
		display: none;
	}
	
	#mobile-menu #search, #mobile-menu #lang {
		display: block;
		clear: both;
		float: none;
	}
	#mobile-menu #lang {
		padding: 10px;
		margin: 0;
	}
	
	#mobile-menu #search {
		width: auto;
margin-top: 0px;
font-size: 11px;
padding: 10px;
border-top: 1px solid #e7e7e7;
	}
}


#search .ajaxsearchpro[id*='ajaxsearchpro'] .probox .proinput {
	margin: 0 !important;
}


#ajaxsearchprores2_1.vertical .results .item .asp_content, #ajaxsearchprores2_2.vertical .results .item .asp_content, div.ajaxsearchpro[id*="ajaxsearchprores2_"].vertical .results .item .asp_content {
	padding: 3px 0 !important;
}
#ajaxsearchprores2_1.vertical.ajaxsearchpro.wpdreams_asp_sc.asp_an_fadeIn {
position: relative !important;
right: 0px !important;
margin-left: -227px !important;
height: auto;
visibility: visible;
display: block;
opacity: 1;
width: 350px !important;
top: 5px !important;
left: auto !important;


}

div.ajaxsearchpro.results .item {
	border-bottom: 1px solid #dddddd;
}






/* ------------------------------- ОСНОВНОЙ КОНТЕНТ ----------------------------------- */


.content {
	display: block;
	background: #ffffff;
	padding: 100px 20px 0;
	display: inline-block;
	height: 100%;
	width: 1140px;
}




.sidebar-left, .sidebar-right {
	position: relative;
	width: 270px;
	float: left;
	background: #ffffff;
	height: 100%;
	display: block;
}

.sidebar-right2 {
	position: relative;
	width: 270px;
	float: right;
	background: #ffffff;
	height: 100%;
	display: block;
}

.sidebar-right-310 {
	position: relative;
	width: 310px;
	float: left;
	
	height: 100%;
	display: block;
}

.sidebar-right p {
	-webkit-margin-before: 0em;
}

.sidebar-left {margin-right: 20px;}

.search-page {
	
}

.search-page .sidebar-left {
	float: left;
}

.search-page .content-850 {
	float: right;
}

@media (max-width:768px) {
	.content {
	
	padding: 100px 4% 0;
	width: 92%;
	
}
	.sidebar-left {display: none;}
	.sidebar-right-310, .sidebar-right, .sidebar-right2 {
		width: 100%;
		float: none;
		clear: both;
	}
	
	.search-page .content-850 {
	float: none;
}
	
	.search-page .sidebar-left {
	display: block;
	width: 100%;
	float: none;
	clear: both;
	}
	
}

.sidebar-block {
	display: block;
	margin-bottom: 30px;
}

.sidebar-menu {
	display: block;
	list-style: none;
}

.sidebar-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}

.sidebar-menu ul li {
	float: none;
	margin-bottom: 30px;
	border-top:2px solid #981c00;
	
}

.sidebar-menu ul li a{
	padding: 8px 0;
	display: block;
	width: auto;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	transition:ease-in-out 150ms;
	-webkit-transition:ease-in-out 150ms;
}

.sidebar-menu ul li a:hover {
	
	color: #b22000;
	text-decoration: none;
}

.sidebar-menu .current-menu-item a, 
.sidebar-menu .current_page_item a {
	color: #b22000;
}

.sidebar-menu ul.sub-menu {
	display: block;
	
}

.sidebar-menu ul.sub-menu li{
	border-top: 1px solid #cccccc;
	margin-bottom: 0px;
}

.sidebar-menu ul.sub-menu li:last-child{
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0px;
}

.sidebar-menu ul.sub-menu li li:last-child{
	border-bottom: 0px;
	margin-bottom: 0px;
}

.sidebar-menu ul.sub-menu li a{
	display: block;
	
	padding: 3px 0;
	text-transform: none;
	color: #505050;
	font-weight: normal;
	transition:ease-in-out 150ms;
	-webkit-transition:ease-in-out 150ms;
}



.sidebar-menu ul.sub-menu li a:hover{
	color: #b22000;
}


.sidebar-menu ul.sub-menu li.current-menu-item a, 
.sidebar-menu ul.sub-menu li.current_page_item a {
	color: #b22000;
}

.sidebar-menu ul.sub-menu ul {
	list-style: square;
	list-style-type: square;
	padding: 5px;
	
border-top:1px solid #cccccc;

}

.sidebar-menu ul.sub-menu ul li {
	
	border: none;
	font-size: 12px;
}

.sidebar-menu ul.sub-menu ul li a {
	display: block;
	padding: 0px;
	border: none;
}

.sidebar-menu ul.sub-menu li.current-menu-item ul li a {
	color: #505050;
}

.sidebar-menu ul.sub-menu li.current-menu-item ul li a:hover {
	color: #b22000;
}


.wpb_category_n_menu_accordion ul.sub-menu ul li a {
	font-size: 11px !important;
font-weight: bold !important;
color: #333333;
}

.wpb_category_n_menu_accordion ul.sub-menu ul.sub-menu li a {
	color: #333333;
}

.wpb_category_n_menu_accordion ul.sub-menu ul.sub-menu li.current-menu-item a {
	color: #b22000;
}

.wpb_category_n_menu_accordion ul.sub-menu ul li:hover a {
	color: #b22000 !important;
}

.wpb_category_n_menu_accordion ul.sub-menu li.current-menu-ancestor li.current-menu-item  a {
	color: #b22000;
}

.wpb_category_n_menu_accordion ul li.current-menu-item  a {
	color: #b22000;
}

.wpb_category_n_menu_accordion ul.sub-menu ul.sub-menu li a {
	padding: 2px 0;
}



.content-right {
	display: block;
	width: 850px;
	float: left;
}

.content-850 {
	
	width: 850px;
	
	clear: both;
	display: inline-block;
	
}

.content-news {
	width: 850px;
	
	clear: both;
	display: inline-block;
	
}

.content-news .sidebar-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.content-new {
	width: 100%;
	text-align: justify;
}

.content-new .newc {
	text-align: left;
	
}


a.page.smaller {
	padding: 8px 10px;
background: #eeeeee;
margin: 0 3px;
}

a.previouspostslink {
	padding: 8px 10px;
background: #eeeeee;
margin: 0 2px;
}


.content-search {
	
	width: 850px;
	display: inline-block;
	clear: both;
	
	
}

@media (max-width:768px) {
	.content-right, .content-850, .content-search, .content-news {
		width: 100%;
		float: none;
	}
}

.searchandfilter ul {
	display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
.searchandfilter ul>li>ul {
	margin-left: 0;
}

.searchandfilter ul li h4 {
	border-top:2px solid #981c00;
	padding: 7px 0 0px !important;
font-size: 13px !important;
text-transform: none;
}

.searchandfilter ul li li {
	padding: 0 0 5px !important;
	
}

.searchandfilter li[data-sf-field-input-type=checkbox] label {
	padding-left: 5px !important;
	
font-size: 12px;
color: #555555;
}

.searchandfilter input:matches([type="button"], [type="submit"], [type="reset"]){
	-webkit-appearance: none !important;	
border: 0;
display: block;
	background: #e7e7e7;
color: #444444;
	transition: ease-in-out 100ms;
-webkit-transition: ease-in-out 100ms;
cursor: pointer;
padding: 6px 12px;
text-decoration: none;
font-size: 11px;
float: none;
margin: 0;
}

.searchandfilter input:matches([type="button"], [type="submit"], [type="reset"]):hover {
	background: #8E3737;
color: #ffffff;
}


.mobile-product-search {
	display: none;
	width: 100%;
}

@media (max-width:768px) {
	.mobile-product-search {
	display: block;
	
	}
	.mobile-product-search .accordion-toggle {
		padding-right: 0px;
	}
	.mobile-product-search .searchandfilter ul li {
		padding-bottom: 0;
	}
	.mobile-product-search .accordion-toggle span[class^='icon-']{
		top:15px;
	}
	
	
}



.content-full {
	display: block;
clear: both;
}



.break-20, .break-40 {
	display: block;
	margin: 0px;
	clear: both;	
}

.break-20 {
		height: 20px;
}

.break-40 {
	height: 40px;	
}







#breadcrumbs {
	clear: both;
	font-size: 11px;
	
}

#breadcrumbs a{
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}

#breadcrumbs a:hover{
	color: #b22000;
	text-decoration: none;
}

span.breadcrumb_last {
	display: none;
}


h1 {
	
	-webkit-margin-before: 10px;
-webkit-margin-after: 0px;
line-height: 1.3;
font-size: 21px;
}

h2 {
	text-transform: uppercase;
	-webkit-margin-before: 0px;
-webkit-margin-after: 15px;
font-size: 14px;
}

h2 a {
	text-decoration: none;
	color: #000000;
	transition:ease-in-out 150ms;
	-webkit-transition:ease-in-out 150ms;
}

h2 a:hover {
	
	color: #b22000;
}

h3 {
	text-transform: uppercase;
	-webkit-margin-before: 0px;
-webkit-margin-after: 15px;
font-size: 13px;
}



select {
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #000;
    background: transparent;
    background-image: url('img/select-arrow.svg');
background-position: right center;
background-repeat: no-repeat;
background-color: #fff;
    padding: 5px;
letter-spacing: normal;
text-indent: .25em;
  width: 100%;
    
}

a button {
	display: block;
padding: 0;
border: none;
font-family: arial, sans-serif;
text-decoration: none;
}

a button {
	display: block;
	background: #d8d8d8;
color: #444444;
padding: 10px 25px;
text-decoration: none;
font-size: 11px;
transition:ease-in-out 100ms;
	-webkit-transition:ease-in-out 100ms;
	font-family: arial, sans-serif;
	font-weight: bold;
}

a button:hover {
	background: #8E3737;
	color: #ffffff;
	cursor: pointer;
}

a button.red {
	text-decoration: none;
	background: #8E3737;
color: #ffffff;
}

a button.red:hover {
	background: #6e2a2a;
	color: #ffffff;
}





/* ---------------- Главная. Категории --------- */


.category-block {
	width: 271px;
	height: auto;
	margin-right: 15px;
	float: left;
	border: 1px solid #cccccc;
	border-bottom: 3px solid #8E3737;
	min-height: 500px;
	margin-bottom: 20px;
}



.category-block:hover > .category-text .category-title a {
	color: #b22000;
}

.category-block:nth-child(4){
	margin-right: 0;
}

.category-block:last-child {
	width: 100%;
	height: 100px;
	margin-right: 0px;
	float: none;
	clear: both;
	max-height: 80px;
	min-height: 80px;
}


.category-block .thumbnail {
	background-size: cover;
background-position: center;
height: 182px;
width: 100%;
top: 0%;
padding-bottom: 0px;
position: relative;
	background: #eeeeee;
	
}






.category-block .thumbnail img {
	top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
background-position: center center;
background-size: contain;
object-fit: cover;
position: absolute;
z-index: 1;
}

.category-block:last-child .thumbnail {
	width: 850px;
	height: 80px;
	float: left;
}

@media (max-width:768px) {
	.category-block {
		width: 100%;
		margin-right: 0;
		min-height: 100px;
		
	}
	.category-block:last-child {
		height: 280px;
max-height: 280px;
		
	}
	
	.category-block .thumbnail {
		height: 220px;
	}
	.category-block:last-child .thumbnail {
		width: 100%;
		height: 220px;
	}
}

.category-block:last-child .category-text {
	float: left;
	padding: 20px
}

.category-block .category-text {
	padding: 15px;
}

.category-block .category-title {
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.category-block .category-title a {
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	transition: ease-in-out 150ms;
-webkit-transition: ease-in-out 150ms;
display: block;
}

.category-block .category-title a:hover {
	color: #b22000;
	
}

.category-block li {
	list-style: none;
}

.category-block:last-child li {
	display: none;
}

.category-block li a {
	display: block;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	text-decoration: none;
	color: #505050;
	transition: ease-in-out 150ms;
-webkit-transition: ease-in-out 150ms;
}

.category-block li a:hover {
	color: #b22000;
}



/* ---------------- Главная. Новинки -------------------- */



.product-block {
	display: block;
	width: 257px;
	border: 1px solid #cccccc;
	padding: 7px;
	z-index: 1;
	height: auto;
	float: left;
	position: relative;
}

.product-block button {
	display: none;

}


.product-block:hover {
-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
transition:ease-in-out 100ms;
	-webkit-transition:ease-in-out 100ms;
	display: block;
	z-index: 2;
	
}



.product-block:hover .title a {
	color: #b22000;
}

.product-block .label {
	position: relative;
	pointer-events: none;
}

.product-block .label .sticker {
	padding: 8px 15px;
font-size: 12px;
position: absolute;
top: 0;
right: 0;
color: #ffffff;
background: #54a30c;
z-index: 2;
margin-top: -8px;
margin-right: -8px;
pointer-events: none;
}





.product-block .thumbnail {
	background-size: cover;
background-position: center;
height: 170px;
width: 100%;
top: 0%;
padding-bottom: 0px;
position: relative;
	background-color: #eeeeee;
	
}




.product-block .thumbnail img {
	top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;

background-position: center center;
background-size: contain;
object-fit: cover;
position: absolute;

}

.product-block .info {
	display: block;
	float: none;
	text-align: left;
}

.product-block .text {
	display: block;
}

.product-block .text .title {
	display: block;
}

.product-block .text .title a {
	display: block;
	width: 100%;
	color: #000000;
font-weight: bold;
margin: 10px 0 5px;
text-decoration: none;

}

.product-block .text .title a:hover {
	color: #b22000;
}

.product-block .text .description {
	display: block;
	margin-bottom: 10px;
	color: #505050;
	font-size: 12px;
	line-height: 1.3;
}

.product-block:hover > .info .text .title a {
	color: #b22000;
}

.product-block .info .text .description a {
	text-decoration: none;
	color: #666666;
	display: block;
	text-align: left;
}



.product-block .table {
	display: block;
	width: 100%;
	
	overflow: hidden;
}

.product-block .table p {
	font-size: 11px;
color: #888888;
}

.product-block .table table {
	width: 100% !important;
	font-size: 11px !important;
	-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
border-top: 1px solid #cccccc !important;
}

.product-block .table table td {
	border-bottom: 1px solid #cccccc !important;
	padding: 2px 5px 2px 0px;
	height: 0px !important;
}

.product-block .table table tr {
	height: 0px !important;
}

.product-block .table table td span{
	font-size: 11px !important;
}










.product-new .product-block {
	margin-right: 15px;
	min-height: 420px;
}

.product-new .product-block:last-child{
	margin-right: 0;
}

.category-blocks .product-block {
	margin-right: 15px;
	margin-bottom: 30px;
}

@media (max-width:768px) {
	.product-block {
		width: 96%;
		float: none;
		clear: both;
		padding: 2% 2% 15px;
		
	}
	.product-block a button {
	display: block;
	margin: 20px 0 0;

}
	.product-block:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

	}
	
	.product-new .product-block, .category-blocks .product-block {
		margin: 0;
margin-bottom: 30px;
height: auto;
min-height: 300px;
		
		
	}
}





.category-blocks .product-block:nth-child(3n+3) {
	margin-right: 0px;
	
}

.category-child-blocks .product-block {
	margin-right: 0;
	width: 848px;
	margin-bottom: 15px;
	
	padding: 0;
	
}

.category-child-blocks .product-block .info {
	float: left;
	width: 600px;
	padding: 15px;
	height: 120px;
overflow: hidden;
}





.category-child-blocks .product-block .title {
	
	font-size: 12px;
	
}

.category-child-blocks .product-block .title a {
	margin: 0;
}



.category-child-blocks .product-block .thumbnail {
	float: left;
	width: 215px;
	margin-right: 0px;
	height: 150px;
}





.category-child-blocks .product-block .info .text {
	float: left;
	width: 260px;
	margin-right: 20px;
	max-height: 125px;
overflow: hidden;
}

.category-child-blocks .product-block .info .table {
	float: left;
	width: auto;
	max-width: 320px;
	padding: 0px;
	margin-bottom: 0;
	width: 100%;
	overflow-x: visible;
	
}

@media (max-width:768px) {
	
	.category-child-blocks .product-block {
		width: 100%;
height: auto;
margin-bottom: 20px;
display: inline-block
	}
	
	.category-child-blocks .product-block .thumbnail {
		width: 100%;
		float: none;
		clear: both;
		height: 220px;
	}
	.category-child-blocks .product-block .info {
		width: 100%;
		padding: 20px 0;
		height: auto;
overflow: visible;
	}
	.category-child-blocks .product-block .info .text {
		width: 92%;
		padding: 0px 3%;
		height: auto;
		max-height: 300px;
	}
	.category-child-blocks .product-block .info .table {
		width: 94%;
overflow-x: scroll;
max-width: 100%;
padding: 10px 3%;
float: none;
clear: both;
	}
}


.clients-child .product-block {
	margin-right: 15px;
	margin-bottom: 30px;
	min-height: 475px;
}



.clients-child .product-block:nth-child(3n+3) {
	margin-right: 0px;
	
}

.clients-parent .product-block {
	margin-right: 15px;
	margin-bottom: 30px;
	width: 399px;
}

@media (max-width:768px) {
	.clients-parent .product-block {
	width: 96%;
float: none;
clear: both;
padding: 2% 2% 15px;
}
}



.clients-parent .product-block:nth-child(2n+2) {
	margin-right: 0px;
	
}

.clients-parent .thumbnail {

height: 250px;

	
}


.clients-parent .product-block .title {
	text-transform: none;
	font-size: 12px;
}



.applications-parent .product-block {
	margin-right: 15px;
	margin-bottom: 30px;
	min-height: 240px;
}



.applications-parent .product-block:nth-child(3n+3) {
	margin-right: 0px;
	
}

.applications-parent .product-block .title {
	text-transform: uppercase;
	font-size: 11px;
	
}





/* ---------------- Главная. Форма контакта --------- */

.customization {
	background: #f3f3f3;
	display: inline-block;
width: 100%;
	
}

.customization .inner {
	display: block;
	width: 50%;
	
	float: left;
}


.customization .inner .text {
	padding: 30px;
}

.customization .inner .text .title {
	font-weight: bold;
	font-size: 18px;
}

.customization .inner .text .textfield {
	color: #666666;
	font-size: 15px;
	margin-bottom: 50px;
}


.customization .inner .image {
	background-size: cover;
background-position: center;
height: 240px;
width: 100%;
top: 0%;
padding-bottom: 0px;
position: relative;
	
}



.customization .inner .image img{
	top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
background-position: center center;
background-size: contain;
object-fit: cover;
position: absolute;
z-index: 1;
	
}





.customization .inner .home-form {
	padding: 30px;
}


#contact-popup.product {
	display: block;
	width: 500px;
	padding: 30px;
}

@media (max-width:768px) {
	.customization .inner {
		width: 100%;
		float: none;
		clear: both;
	}
	.customization .inner .text {
	padding: 20px;
}
.customization .inner .text .textfield {
	
	font-size: 13px;
	margin-bottom: 20px;
}
.customization .inner .image {

height: 150px;
	
}
.customization .inner .home-form {
	padding: 20px;
}
	#contact-popup.product {
		width: 92%;
		padding: 4%;
	}
	
}

.gform_body {
	
}

.gform_body ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}

.gfield_label {
	font-weight: bold;
}

span.gfield_required {
	color: #b22e25;
}




.form_product_name {
	margin-bottom: 15px;
	width: 48%;
float: left;
margin-right: 4%;
}

.gform_body input {
	width: 95%;
padding: 5px
}

.form_product_company {
	margin-bottom: 15px;
	width: 48%;
float: left;
}

.form_product_email {
	margin-bottom: 15px;
	width: 100%;
float: none;
clear: both;
}

.form_product_email .ginput_left {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 15px;
}

.form_product_email .ginput_right {
	width: 48%;
	float: left;
	margin-bottom: 15px;
	
}


.form_product_device {
	margin-bottom: 15px;
	width: 100%;
float: none;
clear: both;
}

.form_product_content {
	margin-bottom: 15px;
	width: 100%;
float: none;
clear: both;
}

.form_product_content .textarea {
width: 99%;
border: 1px solid #cccccc;
}

#field_1_8 {
	margin-bottom: 10px;
	width: auto;
float: left;

}





#field_2_8 {
	margin-bottom: 10px;
	width:auto;
float: left;
clear: both;
}

#field_3_8 {
	margin-bottom: 10px;
	width:auto;
float: left;
clear: both;
}

.gform_footer {
	margin: 30px 0 70px;
width: auto;
float: right;
clear: none;
}

input.gform_button {
-webkit-appearance: none !important;	
border: 0;
display: block;
	background: #d8d8d8;
color: #444444;
	transition: ease-in-out 100ms;
-webkit-transition: ease-in-out 100ms;
cursor: pointer;
padding: 10px 20px;
text-decoration: none;
font-size: 12px;
float: right;
}

input.gform_button:hover {
background: #8E3737;
color: #ffffff;
}

.gform_footer input:matches([type="button"], [type="submit"], [type="reset"]), .gform_footer input[type="submit" i]{
-webkit-appearance: none !important;
border: 0;
display: block;
	background: #d8d8d8;
color: #444444;
	transition: ease-in-out 100ms;
-webkit-transition: ease-in-out 100ms;
cursor: pointer;
padding: 10px 20px;
text-decoration: none;
font-size: 12px;
float: right;
margin: 0;
}



.gform_footer input:matches([type="button"], [type="submit"], [type="reset"]):hover {
	background: #8E3737;
color: #ffffff;
}

.gform_confirmation_wrapper {
	padding: 20px;
}

.contact_form {
	
	background: #f5f5f5;
	display: block;
	width: 100%;
}

.contact_form .inner {
	padding: 20px;
	
	display: inline-block;
	
}

.contact_form .gform_footer {
	margin: 20px 0 0px;

}


@media (max-width:768px) {
	.form_product_name, .form_product_company, .form_product_email .ginput_left, .form_product_email .ginput_right {
		width: 100%;
		clear: both;
		margin: 0;
		margin-bottom: 15px;
	}
	.gform_body input {
	width: 95%;
padding: 3px;
}
.form_product_content .textarea {
	width: 96%;
}
.contact_form .inner {
	padding: 10px;
	width: 90%;
	}
	.rc-anchor-normal {
		width: 250px !important;
	}
	.rc-anchor-logo-portrait {
		margin: 10px 0 0 0 !important;
	}
	.rc-anchor-normal.rc-anchor-content {
		width: 160px !important;
	}
	.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 122px;
}
	
	
}



/* ------------------------------- НОВОСТИ ----------------------------------- */



.new {
	
	border-top: 1px solid #cccccc;
	padding: 10px 0 20px;
	text-align: justify;
}



.new .thumbnail {

background-size: cover;
background-position: center;
height: 110px;
width: 160px;

padding-bottom: 0px;
position: relative;
background-color: #eeeeee;
float: right;
margin-left: 20px;
margin-bottom: 40px;

	}
	


.new .thumbnail img{
	top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
background-position: center center;
background-size: contain;
object-fit: cover;
position: absolute;
z-index: 1;
}



@media (max-width:768px) {
	.new .thumbnail {
		width: 80px;
		height: 60px;
		margin-left: 10px;
		margin-bottom: 10px;
		
	}
	
}

.new .entry-date {
	
	
	font-size: 11px;
	color: #888888;
	line-height: 1;
	margin-bottom: 5px;
	width: 100%;

margin-right: 0px;
display: block;
text-align: left;
}

.new h2 {
	text-transform: none;
	font-size: 14px;
	line-height: 1.3;
	width: 100%;

margin-right: 0px;
display: block;
text-align: left;
}

.new h2 a{
	color: #000000;
	text-decoration: none;
	
}

.new h2 a:hover {
	color: #b22000;
}

.new p {
	margin-right: 0px;
display: block;
text-align: left;
}

.moretag {
	
	line-height: 1;
}

a.moretag {
	text-decoration: none;
	color: #D0011B;
}

span.pages, span.extend {
	background: #eeeeee;
padding: 8px 10px;
margin-right: 5px;
color: #444444;
}

span.current {
	background: #cccccc;
padding: 8px 10px;
margin-right: 5px;
}

a.larger.page, a.nextpostslink, a.last {
	background: #eeeeee;
padding: 8px 10px;
margin-right: 5px;
text-decoration: none;
color: #444444;
transition:ease-in-out 100ms;
	-webkit-transition:ease-in-out 100ms;
}

a.larger.page:hover, a.nextpostslink:hover, a.last:hover {
	background: #dddddd;
}






/* ------------------------------- КАТЕГОРИЯ ----------------------------------- */


.product-search-link a {
	background: url('img/search.png') no-repeat 0 50%;
padding-left: 20px;
margin: 0;
width: 24px;
height: 24px;
background-size: 7%;
line-height: 1.8;
border: none;
color: #aaaaaa;
text-decoration: none;
transition:ease-in-out 100ms;
	-webkit-transition:ease-in-out 100ms;
}

.product-search-link a:hover {
	color: #b22000;
}



/* ------------------------------- ПОДКАТЕГОРИЯ ----------------------------------- */

.related-3 {
	display: block;
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 30px;
	padding: 8px;
	border: 1px solid #c8c8c8;
	
}

.related-3:nth-child(3n+2) {
	margin-right: 0;
}

.related-3:hover {
-webkit-box-shadow: 0px 0px 0px 1px rgba(209,209,209,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(209,209,209,1);
box-shadow: 0px 0px 0px 1px rgba(209,209,209,1);
transition:ease-in-out 100ms;
	-webkit-transition:ease-in-out 100ms;
}



.related-3 .thumbnail {
	background-size: cover;
background-position: center;
height: 170px;
width: 100%;
top: 0%;
padding-bottom: 0px;
position: relative;
	background-color: #eeeeee;
	
}

.related-3 .thumbnail img {
	top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
background-position: center center;
background-size: contain;
object-fit: cover;
position: absolute;
z-index: 1;
}








/* ------------------------------- ПРОДУКТ ----------------------------------- */

.content-560 {
	display: block;
	width: 560px;
	margin-right: 20px;
	
	float: left;
}

.tax-thumb2 img {
	width: 100%;
	height: auto;
}

.content-560 h3 a{
	color: #000000;
	text-decoration: none;	
}

.content-560 h3 a:hover {
	color: #b22000;	
}

.content-520 {
	display: block;
	width: 520px;
	margin-right: 20px;
	
	float: left;
}

@media (max-width:768px) {
	.content-560, .content-520 {
		width: 100%;
		margin: 0;
		float: none;
		clear: both;
	}
	
}


.content-560:last-child {
	margin-right: 0;
}

.divider {
	display: block;
	width: 100%;
	border-top: 3px solid #8E3737;
	margin-bottom: 10px;
}

.divider-grey {
	display: block;
	width: 100%;
	border-top: 1px solid #cccccc;
	margin-bottom: 20px;
}

.product-description {
	display: block;
	width: 850px;
	clear: both;
	color: #888888;
line-height: 1.3;
	margin-top: 5px;
	
}

@media (max-width:768px) {
	.product-description {
		width: 100%;
	}
}






/* ---------------------- Слайдер. Страница устройства --------------------- */

.product-slider {
	display: block;
width: 100%;
height: auto;
position: relative;
overflow: hidden;
}

@media (max-width:768px) {
	.product-slider {
		margin-bottom: 30px;
	}
}

.home-slider {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.slider-applications {
	
}

.slider-client-block {
	
	height: auto;
	display: block;
}

.slider-clients, .slider-applications, .slider-production {
	width: 100%;
height: auto;
}

.slick-dots
{
    position: absolute;
    bottom: -15px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}







.slider-clients .slick-slide, .slider-applications .slick-slide {
	display: block;

height: auto;

float: left;
padding-bottom: 0px;
position: relative;
padding: 0 7px;

}

@media (max-width:768px) {
	.slider-clients .slick-slide, .slider-applications .slick-slide {
		padding: 0 4px;
		
	}
	
	
}

.slider-production .slick-slide {
	display: block;

height: 470px;

float: left;
padding-bottom: 0px;
position: relative;
padding: 0px;
}

.slider-production .slideblock {
	display: block;
	width: 100%;
	float: left;
	height: 450px;
}

.slider-production .slick-prev {
	left: 0;
}

.slider-production .slick-next {
	right: 0;
}

.slider-production .slick-prev,
.slider-production .slick-next
{
    
height: 40px;
	top:50%;

}


.slider-clients .image, .slider-applications .image, .slider-production .image{
	display: block;
	width: 100%;
	
	position: relative;
	background-size: cover;
background-position: center;
}

.slider-clients .image {
	height: 230px;
}

.slider-applications .image {
	
	height: 140px;
	
background: #eeeeee;
}

.slider-production .image {
	height: 450px;
	width: 66%;
float: left;
}

.slider-clients .slick-slide img, .slider-applications .slick-slide img, .slider-production .slick-slide img{
	top: 0 !important;
left: 0!important;
right: 0!important;
bottom: 0!important;
width: 100%!important;
height: 100%!important;
z-index: 1!important;
background-position: center center!important;
background-size: contain!important;
object-fit: cover!important;
position: absolute!important;
z-index: 1;
}

.slider-clients .description, .slider-applications .description{
	display: block;
	clear: both;
	position: relative;
margin: 10px 0 10px;

}

.slider-production .description {
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0 30px 30px;
	width: 28%;
}

.slider-production .title {
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
}

.slider-production .slick-dots {
	width: auto;
left: 68%;
bottom:10px;
}

@media (max-width:768px) {
	.slider-production .slick-slide {
	
height: auto;
padding: 4px;
float: left;

}

.slider-production .slick-prev,
.slider-production .slick-next
{

	top:30%;

}

.slider-production .slideblock {

	
	height: auto;
}
	.slider-production .image {
	height: 220px;
	width: 100%;
float: none;
clear: both;
}
	.slider-production .description {
	clear: both;
	
	float: none;
	margin: 0;
	padding: 10px 0;
	
	width: 100%;
}
.slider-production .title {

	margin-bottom: 5px;
	font-size: 14px;
}
	.slider-production .slick-dots {
	width: 100%;
left: auto;
bottom: -15px;
}
	
	
}

.slider-clients a, .slider-applications a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: none;
font-size: 11px;
}

.slider-clients a:hover, .slider-applications a:hover {
		color: #b22000;
	
}

.slider-clients .slick-prev,
.slider-clients .slick-next
{
    
height: 40px;
	top:40%;

}

.slider-applications .slick-prev,
.slider-applications .slick-next {
	height: 40px;
	top:28%;
}

#fancybox-close {
	background: none !important;
	width: 0 !important;
height: 0 !important;
}

a#fancybox-close {
	display: block;
float: right;
position: absolute;

top: -40px;
right: 20px;
cursor: pointer;
color: #8E3737;
font-size: 36px;
font-weight: lighter;
display: inline-block;
line-height: 1;
padding: 0;
font-family: helvetica;
}

#fancybox-close:before {
	content: "×";
}

@media (max-width:768px) {
#fancybox-wrap {
	width: 92% !important;
	left: 0 !important;
	padding: 0 4% !important;
	
}

#fancybox-content {
	width: 100% !important;
}

}




.slider {
	display: block;
	
	visibility: hidden;
}



.slider.slick-initialized {
	visibility: visible;
}


.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}



.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;
outline: none !important;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none !important;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
    outline: none !important;
}



.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}



[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
	display: block;
width: 100%;
height: auto
    
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slider-for {
	margin-bottom: 10px;
	height: auto;
	width: 520px;
}


.slider-for .slick-slider {
	display: block;
width: 520px;
height: auto;
padding-bottom: 0px;
position: relative;

background-size: cover;
background-position: center;
-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.slider-for .slick-slide {
	display: block;
width: 520px;
height: auto;
overflow: hidden;
}



.slider-for .thumb {
	display: block;
	width: 520px;
	height: 353px;
	position: relative;
	background-size: cover;
background-position: center;
overflow: hidden;
}



.slider-for .slick-slide img{
	top: 0 !important;
left: 0!important;
right: 0!important;
bottom: 0!important;
width: 100%!important;
height: 100%!important;
z-index: 1!important;
background-position: center center!important;
background-size: contain!important;
object-fit: cover!important;
position: absolute!important;
z-index: 1;
}



.slider-for .slide-caption {
  position: relative;
z-index: 500;
background: #ffffff;
clear: both;
margin: 10px 0;

width: 100%;
color: #000000;
font-size: 12px
}

.slider-for a {
	text-decoration: none;
}

.slider-nav {
	overflow: hidden;
	height: 64px;
	width: 520px;
}



.slider-nav .slick-slide {
	display: block;
height: 64px;
padding-bottom: 0px;
position: relative;
background-color: #eeeeee;
background-size: cover;
background-position: center;
margin: 0 5px;
cursor: pointer;
}

@media (max-width:768px) {
	.slider-for .thumb, .slider-for .slick-slide, .slider-for .slick-slider, .slider-for {
		width: 100%;
		height: auto;
	}
	.slider-for .thumb {
		height: 240px;
	}
	.slider-nav {
		width: 100%;
		height: auto;
	}
	.slider-nav .slick-slide {
		height: 60px;
		margin: 0px;
		margin-right: 5px;
	}
}

.slider-nav .slick-slide img{
	top: 0 !important;
left: 0!important;
right: 0!important;
bottom: 0!important;
width: 100%!important;
height: 100%!important;
z-index: 1!important;
background-position: center center!important;
background-size: contain!important;
object-fit: cover!important;
position: absolute!important;
z-index: 1;
}



.slick-slide, .slick-slide *{ outline: none !important; }



@charset 'UTF-8';
/* Слайдер Элементы управления*/
.slick-loading .slick-list
{
    background: #fff url('img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
line-height: 0;
position: absolute;
top: 0;
display: block;
width: 25px;
height: 100%;
margin-top: 0px;
padding: 0;
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: white;
opacity: 0.8;
transition: opacity .25s ease;
z-index: 5;
}


.slick-prev:hover, .slick-next:hover {
	opacity: 0.9;
}
.slick-disabled {
	opacity: 0;
}
.slick-disabled:hover {
	opacity: 0;
	pointer-events: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: 0;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'fontello';
position: absolute;
font-size: 20px;
left: 30%;
line-height: 0;
color: #333333;
}

.slick-prev
{
    left: 5px;
    }


.slick-next
{
	 z-index: 2;
    right: 5px;
}

@media (max-width:768px) {
	.slick-prev
{
    left: 0px;
    }


.slick-next
{

    right: 0px;
}
}


.slick-next:before {
	content: '\e802';
	
}
.slick-prev:before {
	content: '\e803';
	
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}


.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 15px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 9px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.product-slider .zoom {
	background: url('img/zoom.svg') no-repeat 0 0;
position: absolute;
top: 20px;
right: 20px;
width: 20px;
height: 20px;
background-position: 0;
background-size: 100%;
z-index: 0;
pointer-events: none;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;

  /* Good browsers */
  opacity: 0;
  transition:ease-in-out 100ms;
	-webkit-transition:ease-in-out 100ms;
}

@media (max-width:768px) {
	.product-slider .zoom {display: none;}
}

.product-slider:hover .zoom {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: 0.8;

  /* Safari 1.x */
  -khtml-opacity: 0.8;

  /* Good browsers */
  opacity: 0.8;
}





/* ---------------- Продукт. Боковая колонка --------- */


.product-widget {
	background: #f7f7f7;
	display: block;
	padding: 15px;
	margin-bottom: 15px;
	color: #444444;
	font-size: 12px;
}

.product-widget ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 15px;
}

.product-widget ul li {
	padding-bottom: 5px;
	list-style: square;
	text-align: start;
}



.product-widget ul li:last-child {
	padding-bottom: 0px;
}

.product-widget button {
	width: 100%;
}

.product-widget .title {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
}

.product-file-link {
	display: block;
	padding-bottom: 10px;
}
.product-file-link:last-child {
	
	padding-bottom: 0px;
}

.product-file-link:first-child a{
	padding-top: 0px;
}

.product-file-link:last-child a{
	padding-bottom: 0px;
}

.product-file-link a {
	display: block;
	border-top:1px solid #dddddd;
	clear: both;
	padding: 5px 0;
margin-top: 5px;
color: #505050;
	text-decoration: underline;
	width: 100%;

line-height: 1.5;
}

.product-widget a[href$=".pdf"] {
   background: url('img/pdf.png') no-repeat 0 0%;
   padding: 0;
padding-left: 23px;
margin: 0;
width: 100%;
background-size: 5%;
line-height: 1.5;
border: none;
}



.product-file-link a:hover {
	color: #b22000;
	text-decoration: underline;
}

.product-widget .email {
	display: block;
	clear: both;
	margin-top: 10px;
}

.product-widget .email li {
	list-style: none;
}

.product-widget .email li a {
	color: #b22e25;
}







/* ---------------- Продукт. Информационные вкладки --------- */

.product-specs {
	
}

.product-tabs {
	display: block;
	width: 100%;
}

.product-tabs *, .product-tabs *:before, .product-tabs *:after {margin: 0; padding: 0; box-sizing: border-box;}
.product-tabs .tabs-content > div {display: none; padding: 20px 0 0;}
.product-tabs input {display: none;}
.product-tabs .tabs-bar { border-top: 1px solid #c4c4c4;}
.product-tabs  label {display: inline-block; padding: 10px 10px; font-weight: 600; text-align: center; border: 1px solid #ffffff; border-bottom: none;}
.product-tabs  label:hover {color: #b22e25; cursor: pointer;}
.product-tabs  input:checked + label {
	color: #b22e25; border: 1px solid #c4c4c4;
border-bottom: 1px solid #ffffff;
margin-bottom: -1px}
#tab1:checked ~ .tabs-content #tab1-content,
#tab2:checked ~ .tabs-content #tab2-content,
#tab3:checked ~ .tabs-content #tab3-content,
#tab4:checked ~ .tabs-content #tab4-content,
#tab5:checked ~ .tabs-content #tab5-content,
#tab6:checked ~ .tabs-content #tab6-content {
	min-height: 250px;
     display: block;
   }
 .product-tabs p {
	 margin: 10px 0;
 }  
 
.product-tabs .product-table {
	overflow-x: visible;
	
}
 
  .product-tabs ul li {list-style: none; margin-bottom: 10px;}
    .product-tabs ul li a {font-weight: bold; color: #111111; text-decoration: none;}
 .product-tabs ul.children {
	 padding-left: 15px; 
 }
 .product-tabs ul li a:hover {
	 color: #b22e25;
 }
 
 .product-tabs ul.children li {
	 list-style: square;
 }
  .product-tabs ul.children li a {
	  font-weight: normal; color: #444444; 
  }
  .product-tabs ul.children li a:hover {
	  color: #b22e25;
  }
  
  
   

.product-specs table  {border-collapse:collapse !important; -webkit-border-vertical-spacing: 5px !important; max-width: 100%;font-size: 12px; width: 100% !important; 
overflow-x: scroll !important}

.product-specs table span {
	font-size: 12px !important;
}

.product-specs tr {
	
	border-top: 1px solid #bfbfbf !important;
	
}



.product-specs tr:last-child {
	border-bottom: 1px solid #bfbfbf;
}

.product-specs td {
	min-height: 30px;
	padding: 5px;
	border-right: 1px solid #eeeeee;
	
}



.product-specs td:last-child {
	border-right: 0;
	
	
}

.product-specs td:hover {
	background: #f5f5f5;
	
}













.thumbnail {
	display: block;
	width: 100%;
	height: auto;
}

.thumbnail img {
	width: 100%;
	height: auto;
}


.related-5 {
	display: block;
	float: left;
	width: 160px;
	margin-right: 10px;
	padding: 0px;
	border: 1px solid #c8c8c8;
}








.related-5:last-child {  
  margin-right: 0;
}

.related-5 .thumbnail {
	background-size: cover;
background-position: center;
height: 110px;
width: 100%;
top: 0%;
padding-bottom: 0px;
position: relative;
	background-color: #eeeeee;
	
}

.related-5 .thumbnail img {
	top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
background-position: center center;
background-size: contain;
object-fit: cover;
position: absolute;
z-index: 1;
}

.related-5 .text {
	display: block;
	width: 100%;
	
}


.related-5 .text .title {
	display: block;
	width: 100%;
	padding: 5px;
}

.related-5 .text .title a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}



.related-hover {
	display: none;
width: auto;
height: auto;

position: absolute;
margin-left: -60px;
margin-top: -50px;
background: #ffffff;
z-index: 4;


}

.related-hover .text .title {
	padding: 0;
}



.related-5:last-child .related-hover {
	margin-left: -100px;
}

.related-5:hover .related-hover {
	display: block;
}

.related-5 .product-block .thumbnail {
	height: 170px;
}

@media (max-width:768px) {
	.related-5 {
	
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.related-5:nth-child(even) {
	
	clear: right;
	margin-right: 0%;
	
}
.related-5:last-child {
	clear: left;
}
	.related-5:hover .related-hover{
		display: none;
	}
	.product-tabs .product-table {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
}






.add-banner {
	display: block;
	width: 100%;
	height: auto;
}

.add-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.add-banner-small {
	display: block;
	width: 100%;
	height: auto;
}

.add-banner-small img {
	display: block;
	width: 100%;
	height: auto;
}



.category-table {
	display: block;
	width: 100%;
overflow-x: visible;

}

@media (max-width:768px) {
	.category-table {
	display: block;
	width: 100%;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
}
}

.category-table .tg  {border-collapse:collapse;border-spacing:0;width: 100%;}
.category-table .tg td{
	
	font-size:12px;
	padding: 3px 5px 3px 0;
	border-style:solid;
	border-width:0px;
	overflow:hidden;
	word-break:normal;
	border-bottom: 1px solid #cccccc;
	}
	
.category-table .tg th{
	
	font-weight: bold;
	font-size:11px;
	
	padding: 3px 15px 8px 0;
	border-style:solid;
	border-width:0px;
	overflow:hidden;
	word-break:normal;
	border-bottom: 1px solid #cccccc;
	}
	
.category-table tr:nth-child(even){}

.category-table .tg .tg-yw4l{
	width: 136px;
	vertical-align:middle
	}
	
	.category-table .tg .tg-yw4l:first-child{
	
	font-weight: bold;
	}
	
	.category-table .tg .tg-yw4l:first-child a{
	color: #b22e25;
	text-decoration: none;
		}
	
	


.category-thumb {
	display: block;
	width: 270px;
	height: 200px;
}

.category-thumb img {
	width: 100%;
	height: auto;
}









.video-block {
	
	background-size: cover;
background-position: center;
height: 315px;
width: 100%;
top: 0%;
padding-bottom: 0px;
position: relative;
}

@media (max-width:768px) {
	.video-block {
		height: auto;
	}
}

.video-block iframe {
		
width: 100%;
height: 100%;
}


/* ------------------------------- СТАТЬИ ----------------------------------- */

.accordion {
  width: 100%;
  
}

ul.accordion {
	list-style: none;
	-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
border-bottom: 1px solid #cbccc2;
margin: 0;
padding: 0;
}
.accordion-toggle {
    cursor: pointer;
    font-size: 14px;
    color: #000000;
    padding: 8px 300px 8px 0px;
    position: relative;
    list-style: none;
    font-weight:bold;
    line-height: 1.3;
    transition:ease-in-out 100ms;
	-webkit-transition:ease-in-out 100ms;
}

@media (max-width:768px) {
	.accordion-toggle {
		padding: 8px 20px 8px 0px;
	}
}

.sidebar-left .accordion-toggle {
	padding: 0;
	
}

.searchandfilter ul {
	margin: 0;
	padding: 0;
}

.searchandfilter ul li {
	padding: 0 0 7px !important;
}

.searchandfilter ul li.accordion:last-child {
	border-top: 2px solid #981c00;
	padding-top: 7px !important;
}


li.accordion-toggle {
	border-top: 1px solid #cbccc2;
}



.accordion-toggle:hover {
	color: #b22e25;
}



.accordion-content  {
  padding: 0 0 20px;
  color: #505050;
  display: inline-block;
}

.content-850 .accordion-content {
	text-align: justify;
}

.content-850 .accordion-content p {
	text-align: left;
}

.content-850 .accordion-content .sidebar-right {
	float: right;
margin-left: 20px;
margin-bottom: 40px;
}

.accordion-content .table {
	color: #000000;
}

.sidebar-left .accordion-content {
	padding: 10px 0;
}

.accordion-content .link {
	display: block;
	float: none;
	margin-top: 10px;
}

.accordion-content .link a {
	
	color: #b22e25;
	
	
	text-decoration: none;
}

.accordion-content .link a:hover {
	text-decoration: underline;
}

.accordion-toggle span[class^='icon-'] {
    position: absolute;
    color: #cccccc;
    font-size: 20px;
    right: 2px;
    top: 3px;
    transition:ease-in-out 100ms;
	-webkit-transition:ease-in-out 100ms;
}
.sidebar-left .accordion-toggle span[class^='icon-'] {
    
    font-size: 15px;
    right: 0px;
    top: 7px;
    
}
.accordion-toggle span[class^='icon-']:hover {
	color: #b22e25;
	
}

.icon-minus:before {
    content: "\2013";
  font-weight:normal;
}
.icon-plus:before {
    content: "+";
  font-weight:normal;
}

.accordion-toggle span.icon-plus, .accordion-toggle span.icon-minus {
    transform-origin: 50% 50%;
    transition: all .1s ease;
}
.accordion-toggle span.icon-plus {
    transform: rotate(90deg);
}











/* -------------------------------- FOOTER -------------------- */


footer {
	
	min-height: 170px;
	padding: 20px 20px 30px;
	display: inline-block;
	width: 1140px;
	background: #D5D5D5;
	clear: both;
	font-size: 12px;
	text-align: left;
	z-index: 3;
position: relative;

}





footer h3 {
	font-size: 13px;
}



.footer-about {
	display: block;
	width: 320px;
	float: left;
	margin-right: 40px;
}

.footer-contacts {
	display: block;
	width: 320px;
	float: left;
	margin-right: 0px;
}



.footer-social{
	display: block;
	width: 270px;
	float: right;
	
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

a .facebook, a .youtube, a .google {
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	position: relative;
	margin-left: 5px;
}

a .youtube {
	width: 35px;
}



.facebook:before, .youtube:before, .google:before {
	font-family: 'FontAwesome';	
position: absolute;
font-size: 30px;
line-height: 1;
}

.facebook:before {
	content: '\f082';
	color: #3b5998;
}

a:hover .facebook:before {
	color: #355089;
}

.youtube:before {	
	content: '\f16a';
color: #c33b2f;
}



.google:before {
	
	content: '\f16d';

color: #b22e25;
}


.version {
	display: block;
	position: absolute;
	margin: 0;
	bottom: 20px;
	left: 20px;
	width: auto;
	
}




@media (max-width:768px) {
	footer {
		margin-top: 30px;
		width: 92%;
		padding: 4%;
	}
	.footer-contacts, .footer-about {
		width: 100%;
		float: none;
		clear: both;
	}
	.version {
	bottom: 15px;
	left: 10px;
}
}

footer a {
	text-decoration: none;
	color: #000;
}



.filials-block a {
	text-decoration: none;
	color: #b22e25;
}

.address-block {
	display: block;
	clear: both;
	margin-bottom: 20px;
	
}

.address-block li {
	list-style: none;
}

.company-tel li {
	list-style: none;
}
.company-email-footer li {
	list-style: none;
}

.company-email-footer a {
	font-weight: bold;
	color: #b22e25;
}

.company-email-footer a:hover {
	text-decoration: underline;
}

#map {
	display: block;
	height: 350px;
        width: 520px;
        
        float: left;
        background-color: #eeeeee;
}

#map p {
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
}

@media (max-width:768px) {
	
#map {
	
        width: 100%;
        
        float: none;
}
#map iframe {
	width: 100%;
}
}

.content-block {
	width: auto;
	display: block;
	clear: both;
}



.footer-menu {
	display: block;
	width: 270px;
	float: left;
	margin-right: 20px;
}

.footer-menu ul {
	list-style: none;
	list-style-type: none;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}

.footer-menu ul li {
	float: none;
}

.footer-menu ul li a{
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.footer-menu ul li a:hover {
	
	color: #D0011B;
	text-decoration: none;
}

.footer-menu .current-menu-item a, 
.footer-menu .current_page_item a {
	color: #D0011B;
}


footer .footer-contacts a:hover {
	text-decoration: none !important;
color: #b22000 !important;
}



/* ------------------ Недавно просмотрены ------------------------ */






.recent-view {
	position: fixed;
right: 20px;
top: 20px;
z-index: 3;
padding: 0px;
background: #ffffff;
width: 100px;
	border: 1px solid #e9e9e9;
}

@media (max-width:1390px) {
	.recent-view {display: none}
}

.recent-view h2.widgettitle {
	display: block;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
	-webkit-margin-after: 0px;
	padding: 7px;
}

.recentviewed_post { width: 100%; list-style: none;}
ul.recentviewed_post {
	-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-padding-start: 0px;
margin: 0;
padding: 0;
}
.recentviewed_post li {  list-style: none; padding: 0px 7px 10px 7px; clear:both; line-height: 1;}
.recentviewed_left {
	display:block; 
	width: 100%;
	height: 60px; 
	padding-bottom: 0px;
position: relative;
	background-color: #eeeeee;
	background-size: cover;
background-position: center;
	}
.recentviewed_right a{text-decoration: none; font-size: 11px; font-weight: bold; color: #000000;}
.recentviewed_right a:hover{color: #b22000;}
.recentviewed_right:before,.recentviewed_right:after {display:block; }
.recentviewed_right:after {clear:both;}

.recentviewed_left img {
	top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
background-position: center center;
background-size: contain;
object-fit: cover;
position: absolute;
z-index: 1;
}

.recent-view .title {
	
}

.recent-view-hover {
	display: none;
width: 600px;
height: auto;
line-height: 1.5;
position: absolute;
margin-left: -628px;
margin-top: -40px;
background-color: #ffffff;
border: 1px solid #dddddd;
-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
padding: 10px;
transition:ease-in-out 100ms;
	-webkit-transition:ease-in-out 100ms;

background-clip: padding-box;
z-index: 4;


}

.recent-view-hover::before {
	right: -20px;
top: 50px;
bottom: auto;
border: 10px solid transparent;
border-left-color: rgba(0, 0, 0, 0.5);
position: absolute;
display: inline-block;
content: ""
}

.recent-view-hover::after {
	right: -20px;
top: 50px;
bottom: auto;
border: 10px solid transparent;
border-left-color: #ffffff;
position: absolute;
display: inline-block;
content: ""
}

ul.recentviewed_post li:hover .recent-view-hover {
	display: block;
}

.recent-view-hover .product-block {
	width: 100%;
	padding: 0;
	border: 0;
}

.recent-view-hover .product-block:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
transition:none;
	-webkit-transition:none;
	
}


.recent-view-hover .product-block .thumbnail {
	float: right;
height: 170px;
width: 250px;

	
}




.recent-view-hover .product-block .thumbnail img {
	top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
background-position: center center;
background-size: contain;
object-fit: cover;
position: absolute;
z-index: 1;
}

.recent-view-hover .product-block .info {
	display: block;
	width: 330px;
	margin-right: 20px;
	float: left;
}

.pics-min {
width: 50%;
}

#mypic
{
min-width: 380px;
}


