.main_top {
    margin-bottom: 2px;
}
.main_content {
    margin-bottom:0px;
    position: relative;
    height: 100%;
}
main {
    position: relative;
    /*min-height:1400px;*/
    /*width:95%;*/
}
aside.main_side a:hover {
/*    color: #f16122; */
}
.sidebar-menu a:hover{
    color: black;
}
/*Меню*/
aside.main_side nav li {
    margin-bottom: 18px;
    font-size: 15px;
    list-style: outside none none;
}
aside.main_side nav li a {
    font: 15px "HelveticaNeue-Thin", sans-serif;
    color: #fff;
    text-decoration: none;
}
aside.main_side nav li a:hover, aside.main_side nav li.selected a {
    text-decoration: none;
    color: #f16122;
}
aside.main_side nav li span {
    color: #85a9d0;
    font: 13px Arial, sans-serif;
    position: relative;
    left: 3px;
    bottom: 5px;
}
/*Каталог*/
aside.main_side .catalog_instock {
    width: 170px;
    padding-bottom: 30px;
}
aside.main_side .catalog_instock h3 {
    font: bold 18px/25px "Trebuchet MS", "Helvetica CY", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
aside.main_side .catalog_instock figure {
    margin-bottom: 23px;
}
aside.main_side .catalog_instock figure img {
    margin-bottom: 10px;
}
aside.main_side .catalog_instock figure figcaption {
    margin-bottom: 7px;
}
aside.main_side .catalog_instock figure a {
    font: 15px Arial;
    text-decoration: underline;
}
aside.main_side .catalog_instock figure .price {
    font: 12px Arial;
}
aside.main_side .catalog_instock .more {
    font: 15px Arial;
    text-decoration: underline;
}
.main_content .right_side {
    display: block;
    padding: 13px 18px 20px 20px;
}
main h1 {
    font: bold 35px/15px "Trebuchet MS", "Helvetica CY", sans-serif;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.2;
}
main .title_h3 {
    font: bold 17px/24px "Trebuchet MS", "Helvetica CY", sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #a3a3a3;
}
main .title_h3 a{
    text-decoration: underline;
}
.title_ofis{
    color: #f16122;
     font: bold 14px/24px Arial; 
}
.bx-yandex-view-layout .bx-google-map {
  height: 138px !important;
  width: 290px !important;
    border: 1px solid #dadada;
}
.title_map{
    font: bold 14px/24px Arial; 
}
/*Хлебные крошки*/
.breadcrumps {
    font: 12px Arial;
    margin-bottom: 23px;
}
.breadcrumps a {
    color: #323232;
}
.breadcrumps a:hover {
    color: #0b52a0;
}
.breadcrumps span.rzd {
    color: #323232;
    padding-left: 6px;
    padding-right: 6px;
}
.breadcrumps span.rzd_pxl {
    color: #323232;
    font-size: 35px;
    line-height: 5px;
    padding-left: 5px;
    position: relative;
    top: 8px;
}
.breadcrumps span.page {
    color: #9a9a9a;
}
/*Основной контент*/
main .content {
    margin-bottom:30px;
}
main .content p {
    font: 14px/24px Arial;
    margin-bottom: 12px;
}
.page_bottoom {
    position: relative;
    margin-left: 17%;
}
.page_bottoom .breadcrumps {
    position: absolute;
    left: 50px;
    top: -35px;
}
aside.main_side {
    width: 232px;
    float: left;
    background: none;
}
.aside-wrapper {
    padding: 25px 17px 20px;
}
.left_side .aside-wrapper * {
    color: #212121;
}
.main_content .container_side {
    /*background: url("../images/container_side.png") repeat-y 0 0 #F2F2F2;*/
    margin: 0 auto;
}
.bx-breadcrumb {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
   /* margin-bottom: 31px;*/
}
.sidebar-menu {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    font: 15px "Trebuchet MS", "Helvetica CY", sans-serif;
}
.sidebar-menu__item {
    margin: 15px 0;
    line-height: 1.2;
    position: relative;
}
.sidebar-menu__toggle {
    display: inline-block;
    height: 18px;
    width: 18px;
    vertical-align: -4px;
    position: relative;
    transform: rotate(-90deg);
    transition: transform .3s;
}
.sidebar-menu__toggle:before {
    content: '';
    width: 5px;
    height: 3px;
    background: url("../images/left-menu-item.png") no-repeat;
    margin: -1px 0 0 -2px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.active .sidebar-menu__toggle:before {
    background-position: -5px 0;
}
.opened .sidebar-menu__toggle:before {
}
.opened .sidebar-menu__toggle {
    transform: rotate(0deg);
}
.sidebar-menu__item.active a.sidebar-menu__link,
.sidebar-submenu__link.active{
    text-decoration: underline;
}
.sidebar-menu__link {
}
.active .sidebar-menu__link {
    color: #f16122;
}
.sidebar-submenu {
    display: none;
    list-style: none;
    margin: 15px 0 15px 20px;
    padding: 0;
}
.opened .sidebar-submenu {
    display: block;
}
.sidebar-submenu__item {
    margin: 10px 0;
    line-height: 1.2;
}
/*aside.main_side a.sidebar-submenu__link:hover {
    color: #fff;
}*/
.sidebar-submenu__link.active {
    color: #f16122;
}
.sidebar-submenu__link {
    font-size: 14px;
}
.news_main .news_img {
    width:286px;
    height: 218px;
    background: no-repeat 0 0;
    background-size: cover;
    margin-bottom: 17px;
    position:relative;
}
.catalog .news_main .news_img{
    margin: 0 auto 12px;
}
.news_main .news_img .news_img_over {
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(241, 97, 34, 0.7);
    opacity:0;
    transition-duration:0.3s;
}
.news_main .news_img .news_img_over:before {
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-42px;
    margin-left:-1px;
    height:84px;
    width:2px;
    background:#ebd1c7;
}
.news_main .news_img .news_img_over:after {
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-42px;
    margin-top:-1px;
    height:2px;
    width:84px;
    background:#ebd1c7;
}
.news_main .news_img:hover .news_img_over {
    opacity:1;
}
main .content .news_detail_back {
  border-top: 1px solid #c6c6c6;
  margin-bottom: 0;
  margin-top: 8px;
  padding-top: 9px;
}
main .content .news_detail_back a{
    text-transform: uppercase;
    text-decoration: underline;
    font: bold 11px Arial;
}
.news_main .news_time{
    color:#858585;
    font:12px Arial;
    margin-bottom:6px;
}
.news_main figcaption{
    font:bold 16px/24px Arial;
    margin-bottom:7px;
    text-transform:uppercase;
}
.news_main .news_anons{
    margin-bottom:14px;
}
.news_main .news_detail{
    font:bold 11px Arial;
    text-transform:uppercase;
    border-bottom:1px solid #0b52a0;
    padding-bottom: 2px;
}
.news_main .news_detail:hover{
    border-bottom:1px solid #062d58;
    text-decoration:none;
}
.catalog__title {
    font: bold 16px/24px Arial;
    margin-bottom: 28px;
    text-transform: uppercase;
    text-align: center;
}
.catalog__link {
    text-decoration: underline;
}
.catalog__link:hover {
    text-decoration: none;
}
.catalog {
    margin-bottom: -24px;
}
.catalog_inner {
    margin-top: 20px;
}
.catalog_section_block{
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 11px;
}
.catalog_section_img{
    width: 286px;
    margin: 0 auto;
}
.catalog .news_main .catalog_section_img .news_img {
  height: 160px;
  width: 235px;
    margin: 0 0 12px;
}
.catalog_section_tt {
  margin: 0 auto 33px;
  width: 286px;
}
.catalog_section_tt .catalog__link {
  font-size: 16px;
}
.catalog__title_inner {
    text-transform: none;
    text-align: left;
    font-size: 19px;
    margin-bottom: 21px;
}
.catalog__price {
    color: #1B1B1B;
    font: bold 14px Arial;
    margin: 20px 0;
}
.catalog_section_back{
    font: bold 11px/21px Arial;
    color: #0b52a0;
    text-decoration: underline;
    text-transform: uppercase;
}
.catalog__title_inner + .catalog__price{
    margin: -8px 0 12px 0;
}
.catalog__label-stub {
    height: 17px;
    width: 50px;
    display: inline-block;
    background: #fff;
    padding: 3px 15px 4px;
    font: 14px Arial;
    border: 1px solid #d9d9d9;
    margin-top: -34px;
}
.catalog__label, a>.catalog__label {
    display: inline-block;
    background: #fff;
    padding: 3px 15px 4px;
    font: 14px Arial;
    border: 1px solid #d9d9d9;
    margin-top: -34px;
	color: #1b1b1b;
}
.catalog__label_cn{
	display: inline-block;
	background: url("../images/flag.jpg") no-repeat 0 bottom;
	width:38px; height:23px;
	position:relative;
	top:7px;
	margin-left: 7px;
}
.catalog__label_cn.russia{
	background-position: 0 top;	
}
.news_main .catalog__label {
    margin-top: -44px;
}
.catalog__label:hover {
    color: #f16122;
}
.detail__title {
    font-size: 35px;
    font-weight: bold;
    padding-right: 155px;
    position: relative;
}
.catalog__label_detail {
    position: absolute;
    right: 0px;
    top: -56px;
    margin-right: 78px;
}
.catalog_element .catalog__label_detail {
    position: relative;
    left: 0px;
    top: 0;
    margin-right: 0;
    margin-top: 0;
}
.catalog_element .catalog__label_detail_marg{
    margin-bottom: 21px;
}
.print-version__link {
    font-size: 12px;
    font-weight: normal;
    color: #323232;
    position: relative;
}
.print-version__link:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url("../images/print.png") no-repeat;
    margin-top: -6px;
    position: absolute;
    left: -18px;
    top: 50%;
}
.print-version__link_detail {
    position: absolute;
    top: 5px;
    right: 0;
}
.image {
    max-width: 100%;
}
.detail-slider__item .image{
    width: 286px;
}
.detail-slider {
    margin-top: 15px;
    margin-bottom: 20px;
}
.detail-slider #pager {
  margin-top: 8px;
}
.detail-slider .bx-wrapper .bx-viewport {
    box-shadow:none;
    border: 1px solid #dadada;
    left: auto;
}
.detail-slider .bx-wrapper {
    margin-bottom: 0;
}
.detail-slider__pager {
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    border: 1px solid #dadada;
    display: block;
}
.detail-slider__pager:hover {
    box-shadow: 0 0 1px #f2c2ad;
    border: 1px solid #f2c2ad;
}
.detail-slider__pager:first-child {
    margin-top: 0;
}
.detail-slider__pager {
  height: 64px;
  width: 93px;
    display: inline-block;
}
.detail-slider__pager.active{
    border-color: #f2c2ad;
}
.catalog_element_hr{
    border: none;
    border-bottom: 1px solid #ccc;
     margin-bottom: 17px;
    margin-top: 50px;
}
.catalog_element_back{
    font: bold 11px Arial;
    color: #0b52a0;
    text-decoration: underline;
}
/*
.detail-slider .bx-wrapper, .detail-slider .bx-viewport {
    height: 432px !important; //provide height of slider
}
*/
.aside-wrapper a {
    color: #212121;
}
.line {
    border-top-color: #d9d9d9;
    margin: 30px -17px;
}
.aside-title {
    font: bold 18px/25px "Trebuchet MS", "Helvetica CY", sans-serif;
    text-transform: uppercase;
}
.left_side .aside-wrapper .aside-list__link {
    color: #0b52a0;
    text-decoration: underline;
}
.left_side .aside-wrapper .aside-list__link:hover {
    text-decoration: none;
}
.aside-list__item {
    font-size: 15px;
    margin-top: 20px;
}
.aside-list__price {
    margin-top: 3px;
    font-size: 12px;
}
.order-form {
    padding: 0;
    font-size: 14px;
}
.order-form__line {
    margin-top: 9px;
}
.order-form__line:first-child {
    margin-top: 0;
}
.order-form__label {
    margin-bottom: 8px;
    font-weight: normal;
}
.order-form__label b {
    color: #fa0a0a;
}
.order-form__field {
  /*  margin-left: 165px;*/
}
.order-form__text {
    display: block;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    box-shadow: -1px 1px 2px #e2e2e2 inset;
    padding: 6px 13px 5px;
    box-sizing: border-box;
}
.order-form__hint {
    font-style: italic;
    color: #837f7f;
    margin-top: 5px;
    font-size: 13px;
}
.order-form__input {
}
.order-form__captcha {
    margin-bottom: 12px;
}
.order-form__captcha-image {
}
.order-form__captcha-image img {
    max-width: 100%;
    vertical-align: bottom;
}
.order-form__submit {
    width: 230px;
    padding: 10px 0 9px;
    background: #0a4191;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    border: 0 none;
    font-size: 17px;
}
.order-form__line_submit {
    margin-top: 30px;
}
.order-form__label_require {
    float: none;
    font-weight: bold;
    width: auto;
    font-size: 11px;
    margin-top: 14px;
    margin-bottom: 0;
}
.order-form_message {
    text-align: center;
}
.news__line {
    margin-bottom: 41px;
}
.nav-dropdown:hover .dropdown-menu {
    display: block;
}
/*
.photo-gallery-section-header {
    font: bold 18px/25px "Trebuchet MS", "Helvetica CY", sans-serif;
    text-transform: uppercase;
	margin-bottom: 14px;
}*/
.photo-gallery-section-header {
  color: #f16122;
  font: bold 16px/25px "Trebuchet MS","Helvetica CY",sans-serif;
  margin-bottom: 14px;
}
.photo-gallery-row {
	clear:both;
/*752+21 px;*/
	height: 162px;
}
.photo-gallery-image-placeholder {
	/*color="#dadada"; */
	float:left;
    background: #f2f2f2; /* Цвет фона */
    box-shadow: 0 0 2px #dadada; /* Параметры тени */
    padding: 0px;	
	margin-right: 21px;
	margin-bottom: 21px;
	width: 235px;
	height: 158px;
    line-height: 154px;
    text-align: center;
}
.photo-gallery-image-placeholder img{
	vertical-align: middle;
}
.video_block{
    margin-top: 6px;
}
.articles-hr, .news-hr, .text-hr {
	width: 100%;
	height: 5px;
	border-top: 1px solid #c6c6c6;
	margin-top: 23px;
}
.articles-hr{
	margin-top: 34px;
}
.articles-first-line {
	padding-top: 0px;
}
.articles_main {
}
.articles_main .articles_img {
    width:100%;
    padding-top:70%;
    background: no-repeat 0 0;
    background-size: cover;
    margin-bottom: 20px;
    position:relative;
}
.articles_main .articles_img .articles_img_over {
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(241, 97, 34, 0.7);
    opacity:0;
    transition-duration:0.3s;
}
.articles_main .articles_img .articles_img_over:before {
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-42px;
    margin-left:-1px;
    height:84px;
    width:2px;
    background:#ebd1c7;
}
.articles_main .articles_img .articles_img_over:after {
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-42px;
    margin-top:-1px;
    height:2px;
    width:84px;
    background:#ebd1c7;
}
.articles_main .articles_img:hover .articles_img_over {
    opacity:1;
}
.articles_main .articles_time{
    color:#858585;
    font:14px Arial;
    margin-bottom:15px;
}
.article_list {
  margin-top: -8px;
}
.article_list .articles-hr {
  margin-bottom: 17px;
  margin-top: 28px;
}
.articles_main figcaption{
    font:bold 16px/24px Arial;
    margin-bottom:13px;
    color: #000;
}
.articles_main a {
  color: #0b52a0;
  text-decoration: underline;
}
.articles_main .articles_anons{
    margin-bottom:36px;
}
.articles_main .articles_detail{
    font:bold 11px Arial;
    text-transform:uppercase;
    border-bottom:1px solid #0b52a0;
    padding-bottom: 2px;
}
.articles_main .articles_detail:hover{
    border-bottom:1px solid #062d58;
    text-decoration:none;
}
.article_title{
    font:bold 16px/21px "Trebuchet MS", "Helvetica CY", sans-serif;
    margin-bottom: 25px;
}
.article-image {
	width: 646px;
	height: 432px;
	clear: both;
}
.article-image img{
    max-width: 100%;
    max-height: 100%;
}
.article-image-box {
    max-width: 100%;
    max-height: 100%;
}
.article-image-title {
	text-align:right;
}
.arcticles-back {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: -13px;
  text-decoration: underline;
}
.news-detail img {
  width: 286px;
    height: auto;
}
.news-detail .source{
    color: #343434;
    font:10px Arial;
    text-align: right;
    margin-top: 2px;
}
.news-detail .img_block {
  margin-bottom: 5px;
    width: 286px;
}
.news-detail .news-date-time {
  color: #9a9a9a;
    font-size: 12px;
}
.news-detail .source a{
    color: #343434;
}
.news_main {
  margin-top: 10px;
  margin-bottom: 60px;
}
.news_main:last-child {
  margin-bottom: 0px;
}
.photo-gallery-image-placeholder {
    position:relative;
}
.photo-gallery-image-placeholder .gallery-img-over {
    display:block;
	width: 235px;
	height: 158px;
    position:absolute;
    left:0;
    top:0;
    background:rgba(241, 97, 34, 0.7);
    opacity:0;
    transition-duration:0.3s;
}
.photo-gallery-image-placeholder .gallery-img-over:before {
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-42px;
    margin-left:-1px;
    height:84px;
    width:2px;
    background:#ebd1c7;
}
.photo-gallery-image-placeholder .gallery-img-over:after {
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-42px;
    margin-top:-1px;
    height:2px;
    width:84px;
    background:#ebd1c7;
}
.photo-gallery-image-placeholder:hover .gallery-img-over {
    opacity:1;
}
.in-stock-item-placeholder {
    position:relative;
    float:left;
    padding: 0px;
    margin-right: 21px;
    margin-bottom: 34px;
    width: 235px;
    min-height: 202px;
    text-align: left;
}
.in-stock-catalog__title .catalog__link{
    font: bold 14px/18px Arial;
    text-align: left;
    text-transform: uppercase;
}
.in-stock-section .photo-gallery-image-placeholder {
    margin-bottom: 5px;
}
div.in-stock-item-placeholder div.catalog__price{
    margin: 13px 0 0 0;
}
.photo-gallery-hr{
    width: 100%;
    height: 5px;
    border-top: 1px solid #c6c6c6;
    margin-top: 14px;
    margin-bottom: 20px;
    clear:both;
}
.videogallery-hr {
    width: 100%;
    height: 5px;
    border-top: 1px solid #c6c6c6;
    margin-top: 30px;
    margin-bottom: 30px;
}
.articles_main > iframe {
  height: auto;
  width: 286px;
}
.no_marg {
  margin-bottom: -30px;
}
.qa-hr {
    width: 100%;
    height: 5px;
    border-top: 1px solid #c6c6c6;
    margin-bottom: 19px;
    margin-top: 27px;
}
.qa_block {
  margin-bottom: -40px;
}
.in-stock-gallery-hr {
    clear:both;
    margin-bottom:15px;
    width: 100%;
    height: 5px;
    border-top: 1px solid #c6c6c6;
    margin-top: 33px;
}
.price_block > div {
  padding-left: 39px;
}
.price-docs a {
	font: bold 16px Arial;
	border-bottom: 1px solid #b5cbe2;
}
.price-docs .file-sz {
  color: #7f7f7f;
  display: inline-block;
  font-size: 15px;
    margin-left: 6px;
}
.price-docs a:hover {
	text-decoration: none;
}
.price-docs {
    margin-top: 7px;
}
.price-docs .ul-dash {
  list-style: outside none none;
  margin-top: 0;
  padding-left: 15px;
  position: relative;
}
.price_file {
  position: absolute;
  top: -5px;
}
.price-docs .ul-dash li::before {
  content: "-";
  left: 2px;
  position: absolute;
}
.price_block {
  position: relative;
}
.price_file {
  position: absolute;
  top: -5px;
}
.file-doc, .file-xls, .file-pdf, .file-unknown{
	display: inline-block;
	width: 27px;
	height: 33px;
	margin-right: 22px;
	margin-bottom: -7px;
}
.file-doc {
	background-image: url("../images/file-doc.png");
}
.file-xls {
	background-image: url("../images/file-xls.png");
}
.file-pdf {
	background-image: url("../images/file-pdf.png");
}
.file-unknown {
    background-image: url("../images/file-unk.png");
}
.price-docs a {
}
.garant_img {
  width: 286px;
}
.sertificates-section-header {
    font: bold 18px/25px "Trebuchet MS", "Helvetica CY", sans-serif;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.sertificates-row {
  clear: both;
  margin: 0 auto;
  width: 287px;
}
.sertificates-image-placeholder {
    /*color="#dadada"; */
    float:left;
/*    background: #f2f2f2; *//* Цвет фона */
/*    box-shadow: 0 0 2px #dadada; *//* Параметры тени */
    padding: 0px;
    margin-right: 9px;
    margin-bottom: 9px;
    width: 139px;
    height: 195px;
    line-height: 195px;
    text-align: center;
}
.sertificates-image-placeholder:last-child {
  margin-right: 0;
}
.sertificates-image-placeholder img{
    vertical-align: middle;
    width: 139px;
    height: 195px;
}
.sertificates-image-placeholder {
    position:relative;
}
.sertificates-image-placeholder .sertificates-img-over {
    display:block;
    width: 139px;
    height: 195px;
    position:absolute;
    left:0;
    top:0;
    background:rgba(241, 97, 34, 0.7);
    opacity:0;
    transition-duration:0.3s;
}
.sertificates-image-placeholder .sertificates-img-over:before {
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-42px;
    margin-left:-1px;
    height:84px;
    width:2px;
    background:#ebd1c7;
}
.sertificates-image-placeholder .sertificates-img-over:after {
    content:'';
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-42px;
    margin-top:-1px;
    height:2px;
    width:84px;
    background:#ebd1c7;
}
.sertificates-image-placeholder:hover .sertificates-img-over {
    opacity:1;
}
.catalog.catalog_inner .row.detail-slider .bx-wrapper {
    margin: 0 0;
}
.catalog.catalog_inner .row.detail-slider div#pager {
    margin-left: -160px;
}
main h1 {
    max-width: 750px;
}
aside.left_side.main_side div.aside-wrapper div.instock_link a {
    color: #0b52a0;
    text-decoration: underline;
}
h3.service-center{
    margin-top: 0px;
}
.order-form__captcha {
    width: 189px;
}
.content hr.bot{
	border-top:1px solid #c6c6c6;
	border-bottom:1px solid transparent;
}
.news-detail table[border='1'] td, .catalog_inner table[border='1'] td{
	border:1px solid #BDBDBD;
	padding: 10px;
}
.bx-composite-btn { display:none; }
	.bx-btn-red { display:none; }
	.bx-btn-border { display:none; }
	.bx-composite-btn-fixed { display:none; }