@font-face {
  font-family: 'new';
  src:url('fonts/new.eot');
  src:url('fonts/new.eot?#iefix') format('embedded-opentype'),
  url('fonts/new.woff') format('woff'),
  url('fonts/new.ttf') format('truetype'),
  url('fonts/new.svg#new') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'venus-rising-cyrillic';
  src:url('fonts/venus-rising-cyrillic.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src:url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Medium';
  src:url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src:url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr-Light';
  src:url('fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
*{
	box-sizing: border-box;
	font-family: 'HelveticaNeueCyr-Roman';
}
.icons .btn-group.pull-right{
  display: none;
}
/*-- Start Font Awesome --*/
.fa-file-download {
  margin-right:10px;
}
.fa-file-pdf {
  color:#f00;
}
.fa-phone {
  color:#FF9900;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-envelope {
  color:#FF9900;
  margin-right: 10px;
}
.fa-map-marker-alt {
  color:#FF9900;
  margin-right: 10px;
}
.fa-home {
  color:#FF9900;
  margin-right: 10px;
}
/*-- End Font Awesome --*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  line-height: 150%;
}
h1{
  font-size: 160%;
}
h2{
  font-size: 140%;
}
h3{
  font-size: 120%;
}
h1, h2, h3 {
  padding-bottom: 5px;
}

h3 {
    padding-top: 10px;
}
ol, ul {
  letter-spacing: 0.02rem;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
  overflow-x: hidden;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
  letter-spacing: 0.047rem;
	margin: 0 0 6px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.relative{
	position: relative;
}
.pop-up_{
	display: none;
}
.pop-up_ .imgg{
	transform: translateY(-500%);
}
.pop-up_.oppen{
	display: block;
	position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000000d1;
  z-index: 9999;
  transition: all .4s;
}
.pop-up_.oppen .imgg{
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
  border-radius: 6px;
  max-height: 430px;
  max-width: 1100px;
  transition: all .4s;
  transform: translateY(0);
}
.pop-up_ .imgg .close{
	position: absolute;
	cursor: pointer;
  right: 0;
  font-size: 23px;
  background: #1c4e7f;
  border: solid 3px #fff;
  color: #fff;
  border-radius: 100%;
  line-height: 23px;
  padding: 4px 6px;
}
.image{
	overflow: hidden;
}
.image a img{
	transform: scale(0.95);
	transition: all .33s;
}
.image a:hover img{
	transform: scale(1);
}
.item-image{
	overflow: hidden;
	border-radius: 4px;
}
.item-image a img{
	transform: scale(1.05);
	transition: all .33s;
}
.item-image a:hover img{
	transform: scale(1);
}
.pull-left{
  float:left;
  margin-right: 6px;
}
.pull-right{
  float:right;
}
/* left block
---------------------------------------*/
[class*='default'].page .left_filterCakProd,
[class*='default'].page .jshop_list_category{
	/*display: none;*/
}
.page.katalog .share_top{
	display: none;
}
#left{
	display: inline-block;
	vertical-align: top;
}
#container{
	position: relative;
  width: 100%;
}
#middle.widthmin{
	display: -webkit-box;display: -ms-flexbox;display: flex;
}
.featcatsec{
	margin-bottom: 10px;
}
#left.leftBlock{
  position: relative;
  z-index: 999;
	display: inline-block;
	vertical-align: top;
  min-width: 262px;
	margin-right: 30px;
}
#left.leftBlock .input_features{
	background: #fff;
}
.left_filterCakProd{
	display: inline-block;
	vertical-align: top;
  width: 23.4%;
  margin-right: 2%;
}
.widthmin #left .left_filterCakProd{
	width: 100%;
}
.widthmin #left .left_filterCakProd .listLinks{
	max-width: 262px;
}
.jshop_list_category,
.jshop.productfull{
	display: inline-block;
  vertical-align: top;
  width: 74%;
}
.jshop_filters{
	position: relative;
}
#left.leftBlock .form-search,
.jshop_filters,
.left_filterCakProd{
	position: relative;
	margin-top: 0;
}
.form-search{
	position: relative;
}
.left_filterCakProd{
	margin-bottom: 15px;
}
.display_none{
	display: none;
}
.nameFilterBlock{
  position: relative;
  left: 0;
  padding: 12px 0 10px;
  border-radius: 2px;
  text-align: center;
  background-color: #1c4e7f;
  color: #fff;
  font-size: 22px;
  font-family: 'venus-rising-cyrillic' !important;
  line-height: 25px;
  margin-bottom: 10px;
}
.nameFilterBlock.media:after{
  font-family: 'new';
  content: '\e912';
  position: absolute;
  top: 12px;
  right: 10px;
  color: #fff;
  font-size: 20px;
  transition: all .33s;
  cursor: pointer;
}
.nameFilterBlock.media.rotate:after{
	transform: rotate(180deg);
}
#left .jlmf-section,
#left .fljshSection{
	margin-top: 0;
	margin-bottom: 10px;
}
#left .jlmf-label,
#left .characteristic_name,
.left_filterCakProd .titleCLB{
	position: relative;
  background: #ebebeb;
  font-size: 14px;
  text-transform: uppercase;
  color: #123353;
  padding: 12px 15px;
  text-shadow: 0.3px 0 0;
  cursor: pointer;
  font-family: 'HelveticaNeueCyr-Roman' !important;
}
.listLinks{
	margin-top: 10px;
    max-height: 635px;
  	overflow: auto;
}
.listLinks .itemListLinks a{
	text-decoration: none;
    font-size: 15px;
    line-height: 17px;
    padding: 6px 0 0 15px;
    display: inline-block;
    color: #171717 !important;
}
#left .jlmf-label:after,
#left .characteristic_name:after,
.titleCLB:after{
	font-family: 'new';
  content: '\e912';
  font-size: 20px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9px;
  line-height: 9px;
  transition: all .33s;
}
#left .jlmf-label.arrowRotate:after,
#left .characteristic_name.arrowRotate:after,
.titleCLB.arrowRotate:after{
	transform: rotate(180deg);
}
#left [class*="jlmf-list"],
#left .input_features,
.left_fil_cat_check{
	margin: 0;
	display: none;
  padding: 15px 0 0;
}
#left .jlcontentfieldsfilter input{
	height: auto;
}
#left label.jlmf-sublabel,
#left .inputLabel label,
.left_fil_cat_check label{
	cursor: pointer;
  vertical-align: top;
  margin-left: 10px;
  font-size: 16px;
  font-family: 'HelveticaNeueCyr-Roman' !important;
}
[class*="jlmf-list"] > div > div{
	margin-bottom: 5px;
}
#left [class*="jlmf-list"] > div{
	width: 100%;
}
#left [class*="jlmf-list"] input[type="checkbox"],
#left .inputLabel input,
.left_fil_cat_check input{
  margin-left: 15px;
	position: relative;
	visibility: visible;
}
#left [class*="jlmf-list"] input[type="checkbox"]:before,
#left .inputLabel input:before,
.left_fil_cat_check input:before{
	content: '';
	visibility: visible;
  display: inline-block;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  background: transparent;
  border: 2px solid #1c4e7f;
  border-radius: 2px;
  cursor: pointer;
}
#left [class*="jlmf-list"] input[type="checkbox"]:checked:after,
#left .inputLabel input:checked:after,
.left_fil_cat_check input:checked:after{
  content: "";
  visibility: visible;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 7px;
  left: 2px;
  font-size: 20px;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkbox-check 75ms 50ms cubic-bezier(.4,.0,.23,1) forwards;
}
@keyframes shrink-bounce{
  0%{
    transform: scale(1);
  }
  33%{
    transform: scale(.85);
  }
  100%{
    transform: scale(1);
  }
}
@keyframes checkbox-check{
  0%{
    width: 0;
    height: 0;
    border-color: #212121;
    transform: translate3d(0,0,0) rotate(45deg);
  }
  33%{
    width: .2em;
    height: 0;
    transform: translate3d(0,0,0) rotate(45deg);
  }
  100%{
    width: .2em;
    height: .5em;
    border-color: #212121;
    transform: translate3d(0,-.5em,0) rotate(45deg);
  }
}

#left .jlmf-button{
	background: #15835c;
  font-size: 14px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .27);
  width: 100%;
  padding: 8px 0;
  margin: 0;
  transition: .33s;
}
.left_filterCakProd #filtrCatBut{
	background: #15835c;
  font-size: 14px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .27);
  width: 100%;
  padding: 8px 0;
  margin: 0;
  transition: .33s;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
  font-family: 'HelveticaNeueCyr-Roman';
}
#left .jlmf-button:hover,
.left_filterCakProd #filtrCatBut:hover{
	background: #136f4e;
}
#left .jlmf-button:active,
.left_filterCakProd #filtrCatBut:active{
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .27);
}
.clearFilterBlock{
	margin-bottom: 30px;
}
#left .jlmf-link,
#left .clearFilter,
.left_filterCakProd .resetfC{
	width: 100%;
	font-size: 16px;
	color: #3475a9;
	/* text-decoration: underline; */
	text-align: center;
  text-transform:uppercase;
	padding: 6px 0;
  /* background: transparent; */
  border: none;
  cursor: pointer;
}
#left .clearFilter:hover{
  color:#3475a980;
}
.left_filterCakProd .resetfC{
	margin-top: 10px;
}
#left .mostread{
	position: relative;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#left .mostread:before{
	content: 'РЕШЕНИЯ';
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0 10px;
  border-radius: 2px;
  text-align: center;
  background-color: #1c4e7f;
  color: #fff;
  font-size: 22px;
  font-family: 'venus-rising-cyrillic';
  line-height: 25px;
}
#left .mostread li{
	border-bottom: solid 1px #636363;
  padding: 12px 0;
}
#left .mostread li:last-child{
	border-bottom: none;
}
#left .mostread a{
	text-decoration: none;
	font-size: 16px;
	line-height: 17px;
	color: #171717;
}
#left .mostread a span{
	line-height: 17px;
}
/* left block END --- */
.flex_justCont{
	display: -webkit-box;	display: -ms-flexbox; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
  -webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
header{
	padding: 38.5px 0;
}
header #logo{
  width: 100%;
  max-width: 470px;
}
header #logo img{
	width: 100%;
}
header .search_block div + div{
	margin-top: 5px;
}
header .search_block img{
	width: 100%;
}
header .search{
	position: relative;
}
header .search .search-query{
  border-radius: 4px;
  border: solid 1px #959595;
  width: 100%;
  max-width: 309px;
  padding: 6px 30px 6px 11px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .16) inset;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .16) inset;
}
header .search .button{
	position: absolute;
  right: 10px;
  top: 4px;
  font-size: 0;
  height: 21px;
  width: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
}
header .search .button:after{
  display: inline-block;
  position: absolute;
  top: -3px;
  right: -3px;
  content: '\e900';
  font-family: 'new';
  font-size: 25px;
  font-weight: 700;
  color: #3a6690;
}
::placeholder {
    color: #959595;
    opacity: 1; /* Firefox */
    font-size: 17px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #959595;
   font-size: 17px;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #959595;
   font-size: 17px;
}
.wrapper{
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
/* burger START
------------------------------------ */
.Mtoggle-nav {
  cursor: pointer;
  user-select: none;
  padding: 10px 0;
  background: none;
  border: none;
  width: 100px;
}
.Mtoggle-nav.active .burger-lines {
  background: transparent;
}
.Mtoggle-nav.active .burger-lines:before,
.Mtoggle-nav.active .burger-lines:after {
  transition: top 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
  transform 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  top: 0;
  width: 20px;
}
.Mtoggle-nav.active .burger-lines:before {
  transform: rotate3d(0, 0, 1, 45deg) scale(1.1);
}
.Mtoggle-nav.active .burger-lines:after {
  transform: rotate3d(0, 0, 1, -45deg) scale(1.1);
}
.burger-lines {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  transition: all 300ms ease;
  width: 20px;
  height: 3px;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  top: -2px;
}
.burger-lines:before,
.burger-lines:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 3px;
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transform-origin: 50% 50%;
  transition: top 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
  transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1),
  background-color 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.burger-lines:before {
  top: 8px;
}
.burger-lines:after {
  top: -8px;
}

.mT{
	margin-left: 10px;
}
/* burger END
------------------------------------ */
.header_menu .jmoddiv.jmodinside{
	position: static;
}
.header_menu{
	background: #1c4e7f;
}
.wishListMenu .wishlistFalse,
.wishListMenu .countL{
  display: inline-block;
  vertical-align: top;
  padding: 11.5px 0;
}
.header_menu .wishListMenu .listWishProd{
	display: none;
	position: absolute;
	background: #ebebeb;
  top: 46px;
  left: 0;
  width: 100%;
  z-index: 9998;
  padding: 0 10px;
}
.header_menu .wishListMenu .listWishProd p{
  margin: 0;
  padding: 2px 0;
  text-align: left;
}
.header_menu .wishListMenu .listWishProd p:first-child{
	padding-top: 10px;
}
.header_menu .wishListMenu .listWishProd p:last-child{
	padding-bottom: 10px;
}
.header_menu .wishListMenu .listWishProd:before,
.header_menu .wishListMenu .listWishProd:after{
	content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ebebeb;
  transition: all .33s;
}
.header_menu .wishListMenu .listWishProd:before{
	right: -100%;
}
.header_menu .wishListMenu .listWishProd:after{
  left: -100%;
}
.header_menu .wishListMenu:hover .listWishProd{
	display: inline-block;
}
.header_menu .wishListMenu .listWishProd a{
  margin: 0 0 8px 0;
}
.header_menu .wishListMenu .listWishProd p a{
	color: #343434;
	font-size: 13px;
}
.header_menu .wishListMenu .starCount{
  position: relative;
	width: 37px;
  padding-right: 5px;
}
.header_menu .wishListMenu .starCount:hover{
	cursor: pointer;
  text-shadow: 0.5px 0.5px 0;
  box-shadow: 0 -4px 0 0 green inset, 4px 4px 6px 0px rgba(0, 0, 0, .1) inset;
  background: #ebebeb;
}
.header_menu .wishListMenu .starCount:hover .countL{
	color: #15835c;
}
.starCount{
	height: 100%;
  display: inline-block;
}
.starCount .countL{
	text-decoration: underline;
}
.wishlistFalse:before,
.wishlistTrue:before{
	content: '\e90c';
	font-family: 'new';
	position: relative;
	top: 2px;
	font-size: 16px;
}
.wishlistFalse:before{
	color: #a2a2a2;
}
.wishlistTrue:before{
	color: #d5ac16;
}
.wishlistFalse + span,
.wishlistTrue + span{
	font-size: 16px;
}
.wishlistTrue + span{
  font-family: 'HelveticaNeueCyr-Medium' !important;
  text-shadow: 0 0 0 #000;
}
.toolsListPage_{
	padding: 15px 0 10px;
}
.toolsListPage_ .product_label{
	top: 3px;
}
.toolsListPage_ .load_file{
	position: relative;
}
.toolsListPage_ .load_file a{
	text-decoration: none;
  font-size: 16px;
  color: #171717 !important;
  padding-left: 23px;
}
.toolsListPage_ .load_file:before{
	content: '\e90d';
	font-family: 'new';
	position: absolute;
  top: 3px;
	left: 0;
	font-size: 16px;
	color: #a2a2a2;
}
.addwant .remove_want{
	display: none;
}
.want_ra{
	cursor: pointer;
}
.header_menu .wishlistFalse.colorOrang:before{
  color: #d5ac16;
}
.header_menu .wrapper.flex_justCont{
	position: relative;
}
.header_menu .menuClick{
	display: block;
}
.header_menu .nemuInf{
  text-align: right;
}
.header_menu .nemuInf p{
	margin: 0;
}
.header_menu .nemuInf .emailT a{
	position: relative;
	font-size: 18px;
	text-transform: none;
	line-height: 27px;
}
.header_menu .nemuInf .phoneT{
	position: relative;
  vertical-align: top;
	font-size: 18px;
  margin-left: 35px;
  line-height: 27px;
}
.header_menu a,
.header_menu span{
	color: white;
	text-decoration: none;
	font-family: 'HelveticaNeueCyr-Roman';
  font-size: 14px;
}
.header_menu a{
	text-transform: uppercase;
}
.header_menu li:first-child a{
	padding-left: 0;
}
.header_menu .nav-child{
  display: none;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
  position: absolute;
  top: 45px;
	left: 0;
  right: 0;
  background: #ebebeb;
  width: 100%;
  padding: 0 20px;
  z-index: 998;
}
.header_menu .nav-child:after,
.header_menu .nav-child:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #ebebeb;
}
.header_menu .nav-child:after{
	left: -100%;
}
.header_menu .nav-child:before{
	right: -100%;
}
.header_menu .nav.menu li.parent li{
	padding: 11.5px 0;
}
.header_menu .nav.menu ul.podcat{
	display: -webkit-box; display: -ms-flexbox; display: flex;
}
.header_menu .nav.menu > li > a{
	position: relative;
}
.header_menu .nav.menu > li > a.cool{
	color: #15835c;
	text-shadow: 0.5px 0.5px 0;
	box-shadow: 0 -4px 0 0 green inset, 4px 4px 6px 0px rgba(0, 0, 0, .1) inset;
	background: #ebebeb;
}
.header_menu .nav.menu > li.deeper > a.cool:before{
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #15835c;
	z-index: 9999;
}
.header_menu .nav.menu > li.deeper .current a{
  font-weight: 900;
}
.header_menu .nav.menu > li > a{
	display: inline-block;
  padding: 11.5px 10px;
}
.header_menu .nav-child li a{
	display: block;
	color: #343434;
}
.header_menu .news_action{
	color: #343434;
	font-family: 'HelveticaNeueCyr-Roman';
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
.header_menu .nav.menu .parent .parent{
	position: relative;
}
.title_page_block{
	background-color: #123353;
	padding: 40px 0;
}
.title_page_block .titlePT,
.title_page_block p{
	color: #fff;
	margin-bottom: 0;
}
.title_page_block p{
	font-size: 16px;
}
.title_page_block .titlePT,
.title_page_block .titlePT span{
	font-size: 28px;
	line-height: 31px;
	font-family: 'venus-rising-cyrillic';
	word-wrap: break-word;
}
.title_page_block .titlePT .circle_bread2{
	display: inline-block;
	position: relative;
  bottom: 6px;
  margin: 0 13px;
  border: solid 2px;
  border-radius: 100%;
}
/*------------*/
#contentpage *{
  font-family: 'HelveticaNeueCyr-Light', 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
}
.contentt{
	margin-top: 30px;
}
.mainJoomBanner_block .banneritem{
	position: relative;
}
.mainJoomBanner_block .left,
.mainJoomBanner_block .right,
.mainJoomBanner_block .top,
.mainJoomBanner_block .bottom{
	display: inline-block;
  position: absolute;
  font-family: venus-rising-cyrillic;
  color: #fff;
  text-decoration: unset;
  font-size: 0;
}
.mainJoomBanner_block .left{
	top: 0;
  bottom: 0;
	left: 0;
  right: 50%;
}
.mainJoomBanner_block .right{
	top: 0;
  bottom: 0;
	left: 50%;
  right: 0;
}
.mainJoomBanner_block .top{
	top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
}
.mainJoomBanner_block .bottom{
	top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
}
.mainJoomBanner_block .banneritem{
	display: none;
}
.banneritem img{
	max-width: 100%;
}
.main_page .breadcrumb{
	display: none;
}
.breadcrumb{
	margin-bottom: 30px;
}
.breadcrumb li{
	display: inline-block;
	font-size: 14px;
}
.breadcrumb li a.pathway{
	color: #4a81b0;
}
#contentpage a{
	color: #4a81b0;
}
#contentpage [itemprop="name"] a{
  color: #043e6c;
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 18px;
}
.socialButton{
  position: absolute;
  right: 0;
  top: 4px;
}
.jshop_pp{
	padding: 25px 0;
}
.jshop_pp .socialButton{
  position: absolute;
  left: 25.6%;
  padding-top: 25px;
}
.socialButton.sb_s_{
  position: static;
  /* margin: 0 !important;
  padding-top: 20px; */
}
.socialButton > div{
	display: inline-block;
	vertical-align: top;
}
.socialButton .title{
  font-weight: 700;
  font-size: 20px;
  margin-right: 6px;
}
.socialButton .pluso-wrap a{
	position: relative;
  background-image: none !important;
  margin: 0 4px !important;
}
.socialButton .pluso-wrap a:after{
	display: inline-block;
	position: absolute;
	font-family: 'new';
	color: #1c4e7f;
	border: solid 2px;
	line-height: 17px;
	width: 27px;
	text-align: center;
	padding: 5px 0px;
	border-radius: 5px;
	transition: .33s;
}
.socialButton .pluso-wrap a:hover:after{
	background: #1c4e7f;
	color: #fff;
	border: solid 2px #1c4e7f;
}
.socialButton .pluso-wrap .pluso-facebook:after{
  content: '\ea90';
  font-size: 15px;
}
.socialButton .pluso-wrap .pluso-vkontakte:after{
  content: '\e901';
  font-size: 17px;
}
.socialButton .pluso-wrap .pluso-odnoklassniki:after{
  content: '\e902';
  font-size: 16.5px;
}
.socialButton .pluso-wrap .pluso-more{
	display: none;
}
.page_pagin_ .socialButton{
	position: static;
}
[itemprop="headline"],
.titleH,
#contentpage .page-header > *{
	font-family: 'venus-rising-cyrillic';
	font-size: 20px;
	color: #123353;
  margin-bottom: 20px;
  letter-spacing: 0.125rem;
}
[itemprop="headline"], #contentpage .item-pagesolutions h2{
  font-family: 'HelveticaNeueCyr-Roman';
}
#contentpage .items-row{
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#contentpage .items-row .page-header h2{
  margin: 0;
}
.text_content > *{
	line-height: 16px;
  word-spacing: -1px;
  font-size: 16px;
}
.page [itemprop="articleBody"] img{
	border-radius: 4px;
}
.page [itemprop="articleBody"] p,
.page [itemprop="articleBody"] a{
  font-size: 16px;
  line-height: 20px;
}
.page [itemprop="articleBody"] li{
	line-height: 28px;
	font-size: 16px;
}
.text_content a{
	font-family: 'HelveticaNeueCyr-Light';
}
.text_content ul,
.page [itemprop="articleBody"] ul,
.page.solutions .item-pagesolutions ul{
  display: list-item;
  margin: 10px 0 10px 0;
  text-align: left;
}
#contentpage img{
	border-radius: 4px;
}
.text_content li,
.page [itemprop="articleBody"] li,
.page.solutions .item-pagesolutions li{
	position: relative;
  margin-left: 12px;
  font-family: 'HelveticaNeueCyr-Light';
}
.page [itemprop="articleBody"] ul>li>ul>li::before {
  content: '\f111';
  font-size: 6px;
}
.text_content li:before,
.page [itemprop="articleBody"] li:before,
.page.solutions .item-pagesolutions li:before{
	content: '•';
	display: list-item;
	position: absolute;
	left: -15px;
	color: #1c4e7f;
	font-size: 17px;
}
.img_content img{
	width: 100%;
	border-radius: 6px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot{
  position: relative;
  top: 0;
  bottom: 0;
}
.productfull ~ .owl-carousel .owl-nav button.owl-next,
.productfull ~ .owl-carousel .owl-nav button.owl-prev,
.productfull ~ .owl-carousel button.owl-dot{
  position: absolute;
  top: 0;
  bottom: 0;
}
.akcii_news .owl-carousel .owl-nav button.owl-next,
.akcii_news .owl-carousel .owl-nav button.owl-prev,
.akcii_news .owl-carousel button.owl-dot{
  position: relative;
  top: 0;
  bottom: 0;
}
.bak_w_carousel{
  padding: 62px 0;
}
.bak_carousel{
  padding: 62px 0;
  background: #f5f5f5;
  margin-top: 40px;
}
.bak_carousel .titleH{
	font-size: 22px;
}
.see_all{
	position: relative;
	display: inline-block;
  vertical-align: top;
  margin-left: 47px;
  margin-right: 18px;
  cursor: pointer;
}
.see_all > span{
	position: relative;
	display: inline-block;
	top: 2px;
	font-size: 14.2px;
  text-transform: uppercase;
  font-family: 'venus-rising-cyrillic';
}
.see_all > span a{
	color: #123353;
	font-size: 14.2px;
	text-decoration: none;
  text-transform: uppercase;
  font-family: 'venus-rising-cyrillic';
}
.see_all i:after{
  font-family: 'new';
	content: '\e910';
	display: inline-block;
	position: absolute;
	top: -1.5px;
  font-style: normal;
  font-size: 17px;
}
.see_all i.farr:after{
	right: -18px;
}
.see_all i.sarr:after{
	right: -21px;
}
.see_all > div{
	display: none;
	position: absolute;
  width: 100%;
  background: #fff;
  box-shadow: 2px 2px 4px 0px #474747ab;
	z-index: 9;
}
.see_all:hover > div{
	display: block;
}
.see_all > div > span{
	display: block;
	padding: 0 10px;
}
.see_all > div > span a{
  display: inline-block;
  color: #043e6c;
  text-decoration: none;
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 15px;
  padding: 5px 0;
}
.content_16 .titleSB{
  font-family: 'venus-rising-cyrillic';
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.content_16 p{
	font-size: 16px;
	font-family: 'HelveticaNeueCyr-Light';
}
.owl-carousel.owl-loaded.owl-drag,
.owl-carousel .item{
	position: relative;
	display: -webkit-box;	display: -ms-flexbox; display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
}
.akcii_news .owl-carousel .owl-stage-outer{
	order: 1;
}
.akcii_news .owl-carousel .owl-nav{
	order: 0;
	position: absolute;
  right: 0;
  top: -49px;
}
.akcii_news .owl-carousel .owl-nav.disabled{
	display: inline-block;
}
.akcii_news .owl-carousel .owl-nav .owl-prev{
  margin-right: 10px;
}
.owl-carousel .owl-dots{
	order: 1;
}
.akcii_news .owl-nav button span{
	position: relative;
  font-size: 0;
  background: #646464;
  border-radius: 100%;
  line-height: 15px;
  display: inline-block;
  height: 18.5px;
  width: 18.5px;
  color: #fff;
  font-family: monospace;
}
.akcii_news .owl-nav button span:hover{
	background: #123353;
}
.akcii_news .owl-nav button span[aria-label="Previous"]:after,
.akcii_news .owl-nav button span[aria-label="Next"]:after{
	display: inline-block;
	position: absolute;
  top: 9px;
	line-height: 0px;
  font-size: 21px;
  font-family: 'new';
  font-weight: 900;
}
.akcii_news .owl-nav button span[aria-label="Previous"]:after{
	content: '\e911';
	left: -2px;
}
.akcii_news .owl-nav button span[aria-label="Next"]:after{
	content: '\e910';
	left: -.5px;
}
.akcii_news .owl-dots{
	text-align: center;
}
.akcii_news .owl-dots .owl-dot span{
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.akcii_news .owl-dots .owl-dot.active span{
	background: #123353;
}
.owl-carousel h4.newsflash-title{
	margin-bottom: 6px;
}
.owl-carousel .newAk_cat span{
  display: inline-block;
  background: #9e0b0f;
  color: #fff;
  padding: 3px 20px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 18px 0 7px;
  font-weight: 700;
  border-radius: 2.5px;
}
.owl-carousel .newAk_data span{
	display: inline-block;
  font-family: 'HelveticaNeueCyr-Bold';
  margin-bottom: 5px;
}
.owl-carousel .item img{
	border-radius: 6px;
	max-height: 150px;
	min-height: 150px;
}
.owl-carousel h4.newsflash-title a{
	color: #043e6c;
  text-decoration: none;
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 16px;
}
.owl-carousel .item p{
  font-family: 'HelveticaNeueCyr-Light';
  font-size: 14px;
}
.owl-carousel .item a{
  font-family: 'HelveticaNeueCyr-Light';
  font-size: 14px;
  color: #4a81b0;
}
footer{
	background: #061c32;
	padding: 64px 0 46px 0;
}
footer *{
	color: #fff;
}
footer [class^='footer__'] a{
	text-decoration: none;
	font-size: 18px;
}
footer .footer__1 a,
footer [class^='footer__'] .parent > a{
	text-transform: uppercase;
}
footer .contacts_footer .custom{
	text-align: right;
}
footer .contacts_footer .phone{
	font-size: 24px
}
footer .contacts_footer .email{
	font-size: 16px;
	margin-bottom: 12px;
}
footer .contacts_footer .email a{
	font-size: 20px;
}
footer .contacts_footer .info,
footer .contacts_footer .politics{
	font-size: 14px
}
footer .footer_menuContacts.flex_justCont{
  -webkit-box-align: start;-ms-flex-align: start;align-items: start;
}
footer .footer_other{
	border-top: solid 1px rgba(255, 255, 255, .33);
  padding-top: 45px;
  margin-top: 42px;
}
footer .footer_other .sitemap{
	font-size: 14px;
}
footer .footer_social a:first-child + a{
	margin: 0 22px;
}
footer .footer_other .footer_social a{
	text-decoration: none;
	font-size: 48px;
  vertical-align: top;
  line-height: 30px;
}
footer .footer_other .footer_social a:before{
	font-family: 'new';
}
footer .footer_other .footer_social a.youtubeFt:before{
	content: '\e903';
}
footer .footer_other .footer_social a.instagramFt:before{
	content: '\e905';
}
footer .footer_other .footer_social a.facebookFt:before{
	content: '\e906';
}
footer .footer_logo{
	width: 310px;
}
footer .footer_logo img{
	max-width: 100%;
}
.formZ{
	background-image: url('/images/content/form_back.jpg');
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 55px;
	text-align: center;
}
#ulrlpage{
	display: none;
}
.formZ .formResponsive .formHorizontal .formValidation{
	display: none;
}

.formZ .input_textarea > div{
	display: inline-block;
	vertical-align: top;
}
.formZ .formResponsive{
  display: inline-block;
  margin: auto;
	background-color: rgba(18, 51, 83, .6);
  padding: 55px 55px 45px;
  border-radius: 6px;
  margin: 108px 0;
}
.formZ .formResponsive *{
	color: #fff;
}
.formZ .formResponsive .formBody{
	position: relative;
	text-align: center;
}
.formZ .formResponsive .formBody input:focus,
.formZ .formResponsive .formBody input:valid {
	outline: 0;
}
.formZ .formResponsive .formBody input:focus + label,
.formZ .formResponsive .formBody input:valid + label{
	display: none;
}
.formZ .formResponsive .formBody label {
  position: absolute;
  pointer-events: none;
  left: 12px;
  top: 12px;
  color: #4b4b4b;
  font-size: 16px;
}
.formZ .formResponsive .formBody label span {
  font-weight: 700;
  color: red;
}
.formZ .formResponsive h2{
	font-size: 36px;
  font-family: 'venus-rising-cyrillic';
  font-weight: 100;
  padding: 0;
}
.formZ .formResponsive .formHorizontal .formControls{
	margin: 0;
}
.formZ .formResponsive .formHorizontal .formControlLabel{
	display: none;
}
.formZ .formResponsive .formHorizontal .rsform-block.rsform-block-texttop{
	margin-bottom: 18px;
}
.formZ .formResponsive .rsform-block-texttop .formBody{
  font-family: 'HelveticaNeueCyr-Roman';
	font-size: 18px;
	text-align: center;
}
.formZ .formResponsive .rsform-block-texttop .formBody .phone{
	font-size: 24px;
}
.formZ .formResponsive .rsform-block-textbottom{
	position: relative;
  bottom: 10px;
}
.formZ .formResponsive .rsform-block-textbottom .formBody{
  font-family: 'HelveticaNeueCyr-Light';
	font-size: 14.5px;
	text-align: center;
}
.formZ .formResponsive .rsform-block-submite .rsform-submit-button{
  font-family: 'HelveticaNeueCyr-Roman';
  font-size: 18px;
  text-transform: uppercase;
  background: transparent;
  border: solid 3px #fff;
  border-radius: 6px;
  padding: 12px;
  transition: .3s;
  margin-top: 15px;
}
.formZ .formResponsive .rsform-block-submite .rsform-submit-button:hover{
	background: #fff;
	color: rgba(18, 51, 83, 1);
}
.formZ .formResponsive .formHorizontal .rsform-block{
	margin-bottom: 0;
}
.formZ .formResponsive .formHorizontal .rsform-block-captcha{
	float:left;
}
.formZ .formResponsive .input_textarea input,
.formZ .formResponsive .input_textarea textarea{
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2) inset;
}
.formZ .formResponsive .input_textarea input{
  height: 42px;
  padding: 4px 15px;
  margin-bottom: 5px;
  width: 352px;
}
.formZ .formResponsive .input_textarea textarea{
	padding: 15px;
	width: 352px;
	height: 151px;
	margin-left: 10px;
	color: #4b4b4b;
	resize: none;
}
.formZ .formResponsive .input_textarea textarea::placeholder {
  color: #4b4b4b;
  opacity: 1;
  font-size: 16px;
}
.formZ .formResponsive .input_textarea input::placeholder {
  color: #4b4b4b;
  opacity: 1;
  font-size: 16px;
}
.formZ .formResponsive .input_textarea textarea:-ms-input-placeholder {
  color: #4b4b4b;
  font-size: 16px;
}
.formZ .formResponsive .input_textarea input:-ms-input-placeholder {
  color: #4b4b4b;
  font-size: 16px;
}
.formZ .formResponsive .input_textarea textarea::-ms-input-placeholder {
  color: #4b4b4b;
  font-size: 16px;
}
.formZ .formResponsive .input_textarea input::-ms-input-placeholder {
  color: #4b4b4b;
  font-size: 16px;
}

/* content
------------------------------------------ */
.download_file{
	position: relative;
	display: inline-block;
  padding-left: 0;
  margin-left: 25px;
}
.download_file:before{
	font-family: 'new';
	content: '\e90d';
	color: #a2a2a2;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: -19px;
	font-size: 16px;
}
.toolsPanel_productPage{
	display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
  -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;
  border: solid 1px #c6c8ca;
	margin: 20px 0;
  padding: 0 0 0 25px;
}
.toolsPanel_productPage .download{
	position: relative;
	display: inline-block;
  padding-left: 0;
  margin-left: 25px;
}
.toolsPanel_productPage .download:before{
	font-family: 'new';
	content: '\e90d';
	color: #a2a2a2;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: -19px;
	font-size: 16px;
}
.jshop .list_product_demo{
	padding-top: 0;
}
.toolsPanel_productPage .download a{
	position: relative;
	font-size: 0;
}
.toolsPanel_productPage .download a:after{
	content: 'Брошюра';
	position: relative;
  top: 10px;
	font-size: 16px;
	color: #171717;
	display: inline-block;
	vertical-align: top;
}
.toolsPanel_productPage .sendCallBack span,
.sendCallBack a{
	display: inline-block;
	background: #15835c;
	color: #fff !important;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'HelveticaNeueCyr-Roman' !important;
	padding: 12px 30px;
	text-decoration: none;
	letter-spacing: .5px;
}
.toolsPanel_productPage .product_label{
	line-height: 0px;
}
.productfull .imgBblock{
  max-width: 850px;
  margin: auto;
}
.productfull .image_middle{
	width: auto;
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
}
.productfull .image_middle a{
	pointer-events: none;
}
.productfull .image_middle img{
	max-width: 100%;
}
.main_content_ .text_content,
.main_content_ .img_content{
	display: inline-block;
  vertical-align: top;
}
.main_content_ .text_content{
	width: 49%;
}
.main_content_ .img_content{
	/* width: 51%; */
    float: right;
    /*margin-left: 2%;*/
}
.teleradioveschanie .header_banner_carousel{
	background-image: url('/images/headers/teleradio_left.jpg');
  background-position: -39px top;
}
.teleradioveschanie .header_banner_carousel .bannergroup{
	position: relative;
}
.teleradioveschanie .header_banner_carousel .bannergroup .owl-nav .owl-prev,
.teleradioveschanie .header_banner_carousel .bannergroup .owl-nav .owl-next{
	position: absolute;
  top: 0;
  bottom: 0;
}
.teleradioveschanie .header_banner_carousel .bannergroup .owl-nav .owl-prev{
	left: 15px;
}
.teleradioveschanie .header_banner_carousel .bannergroup .owl-nav .owl-next{
  right: 15px;
}
.teleradioveschanie .header_banner_carousel .bannergroup .owl-nav button span{
  font-size: 30px;
  background: #646464;
  border-radius: 100%;
  line-height: 15px;
  display: inline-block;
  height: 20px;
  width: 20px;
  color: #fff;
  opacity: .6;
  font-family: monospace;
}
.teleradioveschanie .header_banner_carousel .bannergroup .owl-nav button span:hover{
	background: #123353;
}
.teleradioveschanie .header_banner_carousel .bannergroup .owl-dots{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.teleradioveschanie .header_banner_carousel .bannergroup .owl-dots span{
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  opacity: .6;
}
.teleradioveschanie .header_banner_carousel .bannergroup .owl-dot.active span{
	background: #123353;
}
.teleradioveschanie .wrapper-banner,
.teleradioveschanie .header_banner_carousel > .bannergroup{
	max-width: 1170px;
	margin: auto;
}
.contBan{
  padding: 74px 65px;
  background-repeat: no-repeat;
  color: #fff;
}
.contBan h2,
.contBan h3,
.contBan h4,
.contBan h5,
.contBan h6{
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
	color: #fff;
  font-family: 'HelveticaNeueCyr-Medium' !important;
}
.contBan p,
.contBan span,
.contBan a{
	font-size: 16px;
  color: #fff;
  line-height: 22px;
  font-family: 'HelveticaNeueCyr-Light' !important;
  margin: 0;
}
.teleradioveschanie [class^="item"].clearfix{
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	border-radius: 4px;
  overflow: hidden;
}
.teleradioveschanie #contentpage [class^="item"].clearfix:nth-child(2n){
	margin-left: 2%;
	margin-bottom: 25px;
}
.teleradioveschanie #contentpage .items-row{
    border-bottom: none;
    padding-bottom: 0;
}
.teleradioveschanie [class^="item"].clearfix{
	position: relative;
}
.teleradioveschanie [class^="item"].clearfix .readmore{
	display: none;
}
.teleradioveschanie [class^="item"].clearfix .page-header{
	position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 6px 6px;
  background: rgba(2, 18, 35, 0.70);
  padding: 20px 35px;
  min-height: 130px;
  z-index: 5;
}
.teleradioveschanie #contentpage [class^="item"].clearfix .page-header [itemprop="name"]{
	color: #fff;
	margin: 0;
  padding: 0;
  line-height: 30px;
}
.teleradioveschanie #contentpage [class^="item"].clearfix .page-header [itemprop="name"] a{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.teleradioveschanie [class^="item"].clearfix img{
	width: 100%;
	border-radius: 6px;
}
.teleradioveschanie [class^="item"].clearfix .pull-left{
  font-size: 0;
  overflow: hidden;
  z-index: 0;
}
.tabsForPageContent {
  display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.tabsForPageContent label {
  -webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;
  /* display: block; */
  display:flex;
  flex: auto;
  justify-content: space-around;
  padding: 12px 8px;
  margin-right: 0;
  box-shadow: 0 0px 0 1px #a1a1a1;
  z-index: 1;
  cursor: pointer;
  background: #f2f2f2;
  font-weight: bold;
  transition: background ease 0.2s;
  /* width: 22%; */
  text-align: center;
  font-size: 16px;
  word-break: break-word;
}
.tabsForPageContent .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 30px 40px 40px;
  background: #f2f2f2;
}
.tabsForPageContent input[type="radio"] {
  display: none;
}
.tabsForPageContent input[type="radio"]:checked + label {
  background: #1c4e7f;
  color: #fff;
}
.tabsForPageContent input[type="radio"]:checked + label + .tab {
  display: block;
}
.tabsForPageContent sup {
    color: #ff0000;
    font-size: 50%;
    vertical-align: top;    
}
#comjshop  h1.productPageTitle{
	display: inline-block;
	font-size: 28px;
	color: #1c4e7f;
}
.jshop .product_label{
	position: relative;
	margin: 0;
}
.deskTabs{
	margin-bottom: 35px;
}
.tabsForPageContent .extra_fields_name{
  display: inline-block;
  font-weight: 900;
  font-size: 18px;
  margin: 0 15px 0px;
}
.tabsForPageContent .extra_fields_el{
	margin-bottom: 20px;
}
.tabsForPageContent .extra_fields_el:last-child{
	margin-bottom: 0;
}
.tabsForPageContent,
.tabsForPageContent p,
.tabsForPageContent span,
.tabsForPageContent b,
.tabsForPageContent strong{
	font-size: 16px;
}
.tabsForPageContent ul{
  list-style: inherit;
}
.tabsForPageContent li{
  /* font-family: 'HelveticaNeueCyr-Roman' !important;
	font-size: 16px; */
	margin: 0 15px 0px;
}
.manufacturer_name h2{
	font-size: 22.5px;
}
.sec_des_manuf_sec{
	position: relative;
}
.sec_des_manuf_sec .showMore_pp{
	display: none;
}
.sec_des_manuf_sec + .showMorepp{
  display: inline-block;
  text-decoration: underline;
  font-size: 15px;
  line-height: 22px;
  color: #4a81b0;
  letter-spacing: .5px;
  cursor: pointer;
}
.sec_des_manuf_sec.shadowON{
	max-height: 232px;
	overflow: hidden;
}
.sec_des_manuf_sec.shadowON:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 16px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 -1px 12px 0 rgba(255, 255, 255, 0.8);
}
.manufacturer_description img{
	margin: 5px 0;
}
.sec_des_manuf_sec h3{
	font-size: 22px;
	font-family: 'HelveticaNeueCyr-Roman' !important;
}
.sec_des_manuf_sec,
.sec_des_manuf_sec p,
.second_description,
.second_description p,
.jshop_prod_description,
.jshop_prod_description p,
.manufacturer_description,
.manufacturer_description p {
	font-size: 16px;
  line-height: 21px;
}
.manufacturer_description>ul {
	padding: 0 12px;
}
.second_description + .openTextPP{
	font-size: 16px;
	color: #3475a9;
	font-family: 'HelveticaNeueCyr-Roman' !important;
	text-decoration: underline;
	cursor: pointer;
}
.second_description ul {
	padding:0 12px;
}
.page.solutions .item-pagesolutions sup,
.page.solutions .blogsolutions .text_content .content_art sup,
.second_description sup {
    color: #ff0000;
    font-size: 50%;
    vertical-align: top;
}
/* content END --- */

/* solutions
---------------------------------------*/
.title_page_block .wrapper{
	position: relative;
  top: 20px;
	z-index: 5;
}
.page.solutions p{
	line-height: 20px;
}
.page.solutions .readmore a{
  float:right;
}
.title_page_block{
	position: relative;
	background-image: url('/images/headers/backResh.jpg');
	background-position: center;
    min-height: 142px;
}
.title_page_block:before{
	content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 30px auto;
  background-color: rgba(18, 51, 83, .8);
}
.teleradioveschanie .title_page_block .wrapper{
  top: 5px;
}
.teleradioveschanie .title_page_block{
	background-image: none;
}
.page.solutions .blogsolutions .text_content{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.page.solutions .blogsolutions .item-image{
	display: inline-block;
	vertical-align: top;
	margin-right: 3%;
}
.page.solutions .blogsolutions .category-desc *{
	font-size: 16px;
}
.page.solutions .blogsolutions .category-desc{
	margin-bottom: 30px;
}
.page.solutions .blogsolutions .item-image img{
  border-radius: 4px;
}
.page.solutions #contentpage .page-header h1{
	font-size: 22px;
	color: #343434;
  margin-bottom: 5px;
}
.page.solutions #contentpage .blogsolutions .text_content .page-header > *{
	font-size: 22px;
	font-weight: 100;
  margin: 0;
}
.page.solutions #contentpage .blogsolutions .text_content .page-header h2,
.page.solutions #contentpage .blogsolutions .text_content .page-header a{
	line-height: 25px;
}
.page.solutions .blogsolutions .text_content .content_art p{
	margin: 0;
}
.page.solutions .blogsolutions .text_content .content_art ul{
	margin: 0;
}
.page.solutions .blogsolutions .item{
	margin-bottom: 35px;
}
.page.solutions .socialButton{
	left: 311px;
	top: -30px;
  right: auto;
}
.page.solutions .item-pagesolutions img{
	float: left;
  margin-right: 20px;
	margin-bottom: 15px;
}
.page.solutions .item-pagesolutions p,
.page.solutions .item-pagesolutions{
	font-size: 16px;
	line-height: 20px;
}
/* solutions END --- */

.fields-container{
	display: none;
}

/* pagination
---------------------------------------*/
.pagination{
  text-align: center;
  padding:0 10px 10px 0;
  position:relative;
  width:100%;
  height:auto;
}
.pagination .counter,
.pagination .pagination-start,
.pagination .pagination-end{
	display: none;
}
.pagination ul{
  display: inline-block;
  position: relative;
  width: auto;
}
.pagination ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
#contentpage .pagination ul li a{
	color: #1c4e7f;
}
#contentpage .pagination ul li span{
	color: #fff;
	background: #1c4e7f;
}
.pagination .pagination-prev,
.pagination .pagination-next{
	position: relative;
	font-size: 0;
}
.pagination .pagination-next .pagenav{
	font-size: 0 !important;
  visibility: hidden;
}
#contentpage .pagination .pagination-prev ~ li > .pagenav{
	display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-family: 'HelveticaNeueCyr-Roman';
  border: solid 2px #1c4e7f;
  border-radius: 6px;
  padding: 1px 0;
  min-width: 30px;
  font-weight: 900;
}
.pagination .pagination-prev .pagenav:before,
.pagination .pagination-next .pagenav:after{
	display: inline-block;
	position: absolute;
	font-family: 'new';
	font-size: 25px;
	transform: rotate(90deg);
  top: 15px;
}
.pagination .pagination-prev .pagenav:before{
	content: '\e90b';
	right: -9px;
}
.pagination .pagination-next .pagenav:after{
	content: '\e90a';
	left: -11px;
	visibility: visible;
}
/* pagination END --- */


/* katalog
---------------------------------------*/
.page.katalog #left{
	display: none;
	width: 0;
}
.page.katalog .list_category{
	display: -webkit-box;	display: -ms-flexbox;	display: flex;
	-ms-flex-pack: distribute; justify-content: space-around;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
}
.page.katalog .list_category .row-fluid{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 31.5%;
}
.page.katalog .list_category .jshop_categ.category{
	position: relative;
	border: solid 1px #ebecec;
	border-radius: 2px 2px 4px 4px;
}
.page.katalog h1{
	display: none;
}
.page.katalog .list_category .sblock2.image{
  width: 100%;
  height: 215px;
  text-align: center;
  padding: 20px 5px 0;
  overflow: hidden;
}
.page.katalog .list_category .sblock2.image img.jshop_img{
	max-width: 100%;
}
.page.katalog .list_category .jshop_categ:hover{
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.36);
	border-right-color: rgba(0, 0, 0, 0.36);
	border-bottom-color: rgba(0, 0, 0, 0.36);
}
.page.katalog .list_category .sblock2.image + .sblock2{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(73, 113, 153, .9);
  margin: auto;
  width: 100%;
  padding: 12px 20px;
  height: 61px;
  overflow: hidden;
  border-radius: 0 0 2px 2px;
}
.page.katalog .list_category .sblock2.image + .sblock2 .category_name .product_link{
	color: #fff !important;
	font-size: 15px;
	text-decoration: none;
}
.page.katalog .list_category .sblock2.image + .sblock2 .category_short_description{
	display: none;
}
#comjshop h1,
#comjshop #sort_count{
	display: none;
}
#comjshop .jshop_list_product{
  margin-bottom: 30px;
}
#comjshop .jshop_list_product .row-fluid .sblock3{
	width: 100%;
	padding: 0;
}
#comjshop .jshop_list_product .image_cat_{
	position: relative;
  display: inline-block;
  vertical-align: top;
  width: 31.5%;
  height: 192px;
  border: solid 1px #c6c8ca;
  margin-right: 3%;
}
#comjshop .jshop_list_product .image_cat_ .jshop_img{
	position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
	max-width: 100%;
	max-height: 100%;
  margin: auto;
}
#comjshop .jshop_list_product .name_oiproduct{
  display: inline-block;
  vertical-align: top;
  width: 64%;
}

#comjshop .jshop_list_product .name_oiproduct .name{
	text-align: left;
}
#comjshop .jshop_list_product .name_oiproduct .oiproduct{
	position: relative;
  max-height: 89px;
	font-size: 16px;
  overflow: hidden;
  transition: all .33s;
}
#comjshop .jshop_list_product .name_oiproduct .oiproduct:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 -1px 12px 0 rgba(255, 255, 255, 0.8);
}
#comjshop .jshop_list_product .name_oiproduct .oiproduct p{
	line-height: 20px;
}
#comjshop .jshop_list_product .name_oiproduct .name a{
  font-size: 22px;
  line-height: 25px;
}

/* katalog END --- */

.page_pagin_{
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
	padding: 0;
}
.page_pagin_ .socialButton{
	position: static;
}
.last_visit_product{
	position: relative;
	padding: 35px 0px 50px;
}
.jshop_list_product .image_block{
	position: relative;
  height: 100%;
	width: 100%;
}
.last_visit_product .product_label{
	display: inline-block;
	width: 100%;
}
.jshop.last_visited_products .item_image .product_label img{
  position: relative;
  max-width: none;
  width: auto;
}
.title_analog_prod_{
	padding: 15px;
	margin-top: 50px;
	font-size: 22px;
	border-top: solid 1px #d4d4d4;
	box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .35) inset;
}
.title_last_visit_{
	font-size: 22px;
    padding: 15px;
}
.jshop.last_visited_products .block_item{
	float: none !important;
}
.jshop.last_visited_products .item_image,
.analog_prod .item_il{
	position: relative;
  border: solid 1px #c6c8ca;
  height: 202px;
  padding: 5px;
}
.jshop.last_visited_products .item_image img,
.analog_prod .item_il img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 97%;
}
.jshop.last_visited_products .item_image .jshop_img,
.analog_prod .item_il img{
	width: auto;
	max-height: 100%;
  left: 0;
  right: 0;
}
.jshop.last_visited_products .owl-dots,
.analog_prod .owl-dots{
	display: none;
}
.jshop.last_visited_products .owl-stage-outer,
.analog_prod .owl-stage-outer{
	position: relative;
	overflow: hidden;
}
.jshop.last_visited_products .owl-nav .owl-prev,
.jshop.last_visited_products .owl-nav .owl-next,
.analog_prod .owl-nav .owl-prev,
.analog_prod .owl-nav .owl-next{
  position: absolute;
  top: 0;
  bottom: 0;
}
.jshop.last_visited_products .owl-nav .owl-prev,
.analog_prod .owl-nav .owl-prev{
  left: 15px;
}
.jshop.last_visited_products .owl-nav .owl-next,
.analog_prod .owl-nav .owl-next{
    right: 15px;
}
.jshop.last_visited_products .owl-nav button span,
.analog_prod .owl-nav button span{
  font-size: 30px;
  background: #646464;
  border-radius: 100%;
  line-height: 15px;
  display: inline-block;
  height: 20px;
  width: 20px;
  color: #fff;
  opacity: .6;
  font-family: monospace;
}
.last_visit_product .block_item .name a,
.analog_prod .item_ .name a{
  display: inline-block;
  text-decoration: underline;
	font-size: 18px;
  line-height: 22px;
  color: #3475a9;
  margin-top: 12px;
}
.category_descr_{
	position: relative;
	background: #f5f5f5;
	padding: 15px 0;
	/* margin-top:50px; */
}
.category_descr_ div{
	/* padding: 62px 0;
	margin-top: 40px; */
	font-size: 16px;
	font-family: 'HelveticaNeueCyr-Light';
}
.category_descr_:before,
.category_descr_:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #f5f5f5;
  transition: all .33s;
}
.category_descr_:after {
  /*left: -100%;*/
  transform: translateX(-100%);
}
.category_descr_:before {
  /*right: -100%;*/
  transform: translateX(100%);
}
.category_descr_ h2,
.category_descr_ h3,
.category_descr_ h4,
.category_descr_ h5,
.category_descr_ h6{
  font-family: 'venus-rising-cyrillic' !important;
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.category_descr_ p,
.category_descr_ span,
.category_descr_ a,
.category_descr_ strong{
  font-size: 16px;
  font-family: 'HelveticaNeueCyr-Light';
}
#contentpage .search{
	margin-bottom: 50px;
}
#contentpage .search .btn-toolbar > div{
	display: inline-block;
	vertical-align: top;
}
#contentpage .search .search-results{
	margin-bottom: 20px;
}
#contentpage .search .result-title{
  margin-top: 25px;
}
#contentpage .search .search-results .result-text .highlight {
  border-bottom:1px dotted #f20f15;
}
#contentpage .search .search-results *{
	font-size: 15px;
}
#contentpage .search .result-category .small{
  display: inline-block;
  background: #9e0b0f;
  color: #fff;
  padding: 3px 20px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 5px 0;
  font-weight: 700;
  border-radius: 2.5px;
	letter-spacing: 1px;
}
#contentpage .search .result-created{
	text-align: right;
	font-style: italic;
}
#contentpage .search input.inputbox{
  border-radius: 4px;
  border: solid 1px #959595;
  width: 100%;
  max-width: 309px;
  padding: 6px 11px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .16) inset;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .16) inset;
}
#contentpage .search .hasTooltip{
	background: #1c4e7f;
  border: none;
  color: #fff;
  padding: 5px 11px;
  border-radius: 4px;
  margin-top: 18px;
}
#contentpage .search .form-limit{
	margin-top: 15px;
}
#contentpage .search .form-limit label{
	font-size: 15px;
}
#contentpage .search .searchintro{
	margin-top: 5px
}
#contentpage .search .phrases,
#contentpage .search .only{
	display: none;
	margin-top: 15px
}
#contentpage .search .phrases *,
#contentpage .search .only *{
	font-size: 14px;
}
#contentpage .search .controls{
  margin: 5px 0 15px;
}
#contentpage .search input[type='radio'],
#contentpage .search .only .checkbox input{
	visibility: hidden;
}
#contentpage .search label.radio{
  display: inline-block;
	position: relative;
	padding-left: 5px;
  margin-right: 15px;
  cursor: pointer;
}
#contentpage .search [type='radio']:before{
	visibility: visible;
	content: '';
	display: inline-block;
	position: absolute;
  top: 0;
	left: 0;
	height: 12px;
	width: 12px;
	border: solid 2px #1c4e7f;
	border-radius: 100%;
}
#contentpage .search [type='radio']:checked:after{
	visibility: visible;
	content: '';
	display: inline-block;
	position: absolute;
  left: 4px;
  top: 4px;
  height: 8px;
  width: 8px;
	background: #1c4e7f;
	border-radius: 100%;
}
#contentpage .search legend{
	font-weight: 900;
}
#contentpage .search .only legend{
	margin-bottom: 5px;
}
#contentpage .search .only .checkbox{
  display: inline-block;
	position: relative;
	margin-right: 15px;
	cursor: pointer;
}
#contentpage .search .only .checkbox input:before{
	visibility: visible;
	content: '';
	display: inline-block;
	position: absolute;
  top: 1px;
	left: 0;
	height: 12px;
	width: 12px;
	border: solid 2px #1c4e7f;
	border-radius: 4px;
}
#contentpage .search .only .checkbox input:checked:after{
	visibility: visible;
	content: '✔';
	display: inline-block;
	position: absolute;
  left: 1.5px;
  top: -1px;
  height: 8px;
  width: 8px;
  font-size: 15px;
  color: #1c4e7f;
  font-weight: 900;
}
/* --- BEGIN INTRO IMAGE NEWS PAGE CODE --- */
body.act_page_ .blog.act_page_,
body.news_page .blog.news_page{
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
}
body.act_page_ #contentpage .blog.act_page_ .items-row,
body.news_page #contentpage .blog.news_page .items-row{
	width: 32%;
  padding: 5px;
  border-bottom: none;
}
body.act_page_ #contentpage .blog.act_page_ .items-row:nth-child(2n+4),
body.news_page #contentpage .blog.news_page .items-row:nth-child(2n+4){
	margin-right: 0;
}
body.act_page_ .blog.act_page_ .items-row,
body.news_page #contentpage .items-row{
  border-bottom: 0;
  margin-bottom: 20px;
}
body.act_page_ .blog.act_page_ .items-row img,
body.news_page .blog.news_page .items-row img{
	max-width: 100%;
}
body.act_page_ #contentpage .items-row .page-header h2,
body.news_page #contentpage .items-row .page-header h2{
  font-size: 24px;
  line-height: inherit;
}
#contentpage .blog .items-row .item-image{
  width:100%;
}
#contentpage .news_page .text_content{
	
}
#contentpage .news_page .item-image{
  /*display: flex;
  max-height: 150px;
  min-height: 150px;
  align-items: center;
  justify-content: center;*/
  width:25%;
}
#contentpage .news_page .item-image img{
  width:100%;
}
/* --- END INTRO IMAGE NEWS PAGE CODE --- */

.thank_you_{
  position: absolute;
  padding:20px 0 0 0;
  /* top: 5%; */
  left: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
}
body #contentpage .page_content h2{
	color: #3070ae;
  font-size: 22px;
  letter-spacing: 1.5px;
}
body #contentpage .page_content h3{
	color: #123353;
	font-size: 20px;
  letter-spacing: 1px;
}
body #contentpage .page_content .g_b{
	background: #f7f7f7;
	padding: 30px;
}
/*body #contentpage .page_content table{
	width: 100%;
}
body #contentpage .page_content table tr.section{
	border: solid 1px #c8c8c8;
	background: #f2f2f2;
}
body #contentpage .page_content table th,
body #contentpage .page_content table td{
	border: solid 1px #c8c8c8;
	padding: 4px 10px;
}
body #contentpage .page_content table td:first-child{
	width: 50%;
}
body #contentpage .page_content table td:first-child ~ td{
	text-align: center;
}
body #contentpage .page_content table thead{
	background: #091a38;
}
body #contentpage .page_content table thead th{
	color: #fff;
	border: none;
	text-transform: uppercase;
}*/

.table{
	font-size: 16px;
}
.table .row{
	display: flex;
	justify-content: space-between;
}
.table .row.title_col{
	background: #f2f2f2;
}
.table .table_section .row{
	border-top: solid 1px #c8c8c8;
	border-bottom: solid 1px #c8c8c8;
	border-right: solid 1px #c8c8c8;
}
.table .table_section .row .cell:first-child,
.table .row.header .cell:first-child{
	width: 200%;
}
.table .table_section .row .cell:first-child ~ .cell{
	text-align: center;
}
.table .row .cell{
	width: 100%;
	text-align: left;
	border-left: solid 1px #c8c8c8;
	padding: 4px 10px;
}
.table .row.title_col .cell{
	color: #091a38;
	font-weight: 900;
	border-right: solid 1px #c8c8c8;
}
.table .row.title_col .cell .arrow{
  display: inline-block;
  position: relative;
	transform: rotate(90deg);
  font-size: 25px;
  line-height: 0;
  top: 5px;
  left: 5px;
  transition: all .33s;
}
.table .row.title_col .cell .arrow.rotate{
	transform: rotate(270deg);
}
.table .row.title_block .cell{
	text-align: center;
	color: #091a38;
	font-weight: 900;
}
.table .row.header{
	background: #091a38;
}
.table .row.header .cell{
	text-align: center;
	color: #fff;
	border: none;
}
.map {
  position: relative;
  padding-top: 41%;
}
.map img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
/* --- BEGIN INTRO IMAGE CODE --- */
.page.solutions .blogsolutions .text_content .item-image{
  width:25%;
  border:1px solid #c6c8ca;
  padding:15px;
}
.page.solutions .blogsolutions .text_content .item-image img{
  width:100%;
}
.page.solutions .item-pagesolutions .item-image {
    width: 33%;
}
.page.solutions .item-pagesolutions .item-image img {
  width: 100%;
}
/* --- END INTRO IMAGE CODE --- */

/* --- BEGIN USEDEFLIST CODE --- */
#contentpage .item-page dl {
  display: inline-block;
  padding: 10px 0;
}
#contentpage .items-row .item-page dl {

}
.article-info dd {
  float: left;
  padding-right: 30px;
}
/* --- END USEDEFLIST CODE --- */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wf-icon-zoom-image > svg {
    fill: #993d3d;
}
/* --- TABLE CUSTOMERS --- */
#table_customers {
  border-collapse: collapse;
  width: 100%;
}

#table_customers td,
#table_customers th {
  border: 1px solid #b1b1b1;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

#table_customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#table_customers tr:hover {
  background-color: #ddd;
}

#table_customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4472c4;
  color: white;
}
/* --- END TABLE CUSTOMERS --- */
