@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=cyrillic,cyrillic-ext,latin");

* {
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    line-height: 1;
}

a {
    background: transparent;
}

*:focus,
*:active,
*:hover {
    outline: 0;
}
b, strong {
font-weight:bold;
}
i {
font-style:italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

ol,
ul {
    list-style: none;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

input,
textarea {
    border-radius: 0;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}

[placeholder]:focus::-moz-placeholder {
    color: transparent;
}

[placeholder]:focus::placeholder {
    color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    min-height: 100%;
    padding: 1px 0 0px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f1f1f1;
}

.wrap{
    background: #f1f1f1 url("../img/bg.jpg") center top no-repeat;
}

.main {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

header {
    margin: 10px 0 0;
    padding: 13px 0;
}

header:before,
header:after {
    content: ' ';
    display: table;
}

header:after {
    clear: both;
}

.logo {
    width: 158px;
    height: 46px;
    background: url("../img/logo.png") 0 0 no-repeat;
    float: left;
    margin: 0 30px 0 20px;
}

.year {
    float: left;
    width: 49px;
    height: 49px;
    background: url("../img/year.png") 0 0 no-repeat;
    margin: 0 20px 0 0;
}

.header-menu {
    float: right;
    margin: 20px 0px;
}

.header-menu:before,
.header-menu:after {
    content: ' ';
    display: table;
}

.header-menu:after {
    clear: both;
}

.header-menu__dropdown {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 715px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: #777 0 0 5px 0px;
    z-index: 11;
    padding: 20px 20px;
    margin: 0;
    display: flex;
}

.header-menu__dropdown:before{
  content: '';
position: absolute;
top: -15px;
left: 0;
width: 100%;
height: 15px;
}
.header-menu__dropdown:after{
content: '';
    position: absolute;
    top: -7px;
    left: 50px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.header-menu .header-menu__dropdown li{
width: 50%;
padding: 0;
}
.header-menu .header-menu__dropdown li a{
  color: #000;
text-decoration: underline;
margin-bottom: 20px;
    display: block;
}
.header-menu .header-menu__dropdown li a:hover{
text-decoration: none;
}
.header-menu .header-menu__dop li{
width: 100%;
margin-bottom: 7px;
}
.header-menu .header-menu__dop li a{
text-transform: none;
text-decoration: none;
margin-bottom: 10px;
position: relative;
padding-left: 13px;
display: block;
}
.header-menu .header-menu__dop li a:before{
   content: '';
  border-radius: 50%;
  background-image: -moz-linear-gradient( 90deg, rgb(8,87,180) 0%, rgb(30,158,249) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(8,87,180) 0%, rgb(30,158,249) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(8,87,180) 0%, rgb(30,158,249) 100%);
  position: absolute;
  left: 0px;
  top: 3px;
  width: 6px;
  height: 6px;

}

.header-menu li:hover .header-menu__dropdown{
 opacity: 1;
    pointer-events: all;
}
.header-menu .header-menu__dop li a:hover{
  text-decoration: underline;
}
.header-menu__dop-dropdown{
//display: none;
    margin-top: 15px;
    padding-left: 15px;
}
.header-menu__dop li:hover .header-menu__dop-dropdown{
display: block;
}
.header-menu .header-menu__dop-dropdown li a:before{
background: rgb(206, 206, 206);
}

.order-us{
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
     background: url(../img/order-icon.png) left center no-repeat;
    padding-left: 25px;
    line-height: 17px;
}
.order-us:hover{
   text-decoration: none;
}
.header-menu li {
    border-left: 1px solid #fff;
    float: left;
    padding: 0 13px;
  position: relative;
}

.header-menu li:first-child {
    border: none;
}

.header-menu li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.header-menu li a:hover {
    text-decoration: underline;
}

.header-menu li:nth-last-child(1) .header-menu__dropdown,
.header-menu li:nth-last-child(2) .header-menu__dropdown{
     width: 300px;
    flex-direction: column;
} 
.header-menu li:nth-last-child(1) .header-menu__dropdown li,
.header-menu li:nth-last-child(2) .header-menu__dropdown li{
   width: 100%;
}

.search {
    float: right;
    width: 160px;
    margin: 12px 20px;
    position: relative;
}

.search input {
    width: 100%;
    height: 30px;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 11px;
    color: #444;
    border: none;
}

.search input::-webkit-input-placeholder {
    color: #444;
}

.search input::-moz-placeholder {
    color: #444;
}

.search input:-moz-placeholder {
    color: #444;
}

.search input:-ms-input-placeholder {
    color: #444;
}

.search button {
    position: absolute;
    top: 10px;
    right: 7px;
    background: url("../img/search.png") 0 0 no-repeat;
    width: 13px;
    height: 11px;
    border: none;
}

.table-search-page,
.table-search-page td{
    border: none;
padding: 0;
}

.table-search-page .search-query,
.table-search-page .search-button{
padding: 10px;
}

table.title-search-result th{
  border: none;
border-right: 1px solid #e8e8e8;
}
table.title-search-result td{
border: none;
}
div.title-search-result{
top: 110px !important;
}
table.title-search-result td{
text-align: left !important;
}
.content {
    background: #fff;
    padding: 20px;
    border-radius: 7px;
    position: relative;
    z-index: 2;
    box-shadow: #777 0 0 5px 0px;
    min-height: calc(100vh - 290px);
}

.content:before,
.content:after {
    content: ' ';
    display: table;
}
.content:after{
    clear: both;    
}
.content:before {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    height: calc(100% - 50px);
  //  box-shadow: #777 0 0 5px 0px;
    display: block;
    border-radius: 5px;
    z-index: -1;
}


.slider {
    position: relative;
    overflow: hidden;
    margin: 50px 0 20px;
}

.slider:before,
.slider:after {
    content: ' ';
    display: table;
}

.slider:after {
    clear: both;
}

.slider .item {
    float: left;
    position: relative;
    text-align: center;    
    height: 390px;
}

.slider .item img {
    //min-width: 100%;
    min-height: 100%;
}


.slider .item .slider-title {
    position: absolute;
    top: 140px;
    left: 100px;
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.slider .item .slider-text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    line-height: 120%;
    text-transform: uppercase;
    width: 980px;
    height: 100%;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.all_image{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
}
.slider-link{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.slider-link1{
    top: 102px;
    left: 68px;
    width: 68px;
    height: 77px;
}
.slider-link1:hover{
  background: url(../img/slider-link1.png) 0 0 no-repeat;
  background-size: 100%;
}
.slider-link2{
    top: 98px;
    left: 157px;
    width: 116px;
    height: 76px;
}
.slider-link2:hover{
  background: url(../img/slider-link2.png) 0 0 no-repeat;
  background-size: 100%;
}
.slider-link3{
    top: 104px;
    left: 314px;
    width: 99px;
    height: 68px;
}
.slider-link3:hover{
  background: url(../img/slider-link3.png) 0 0 no-repeat;
  background-size: 100%;
}
.slider-link4{
    top: 115px;
    left: 470px;
    width: 192px;
    height: 62px;
}
.slider-link4:hover{
  background: url(../img/slider-link4.png) 0 0 no-repeat;
  background-size: 100%;
}
.slider-link5{
    top: 303px;
    left: 319px;
    width: 126px;
    height: 60px;
}
.slider-link5:hover{
  background: url(../img/slider-link5.png) 0 0 no-repeat;
  background-size: 100%;
}
.slider-link6{
    top: 101px;
    left: 749px;
    width: 98px;
    height: 66px;
}
.slider-link6:hover{
  background: url(../img/slider-link6.png) 0 0 no-repeat;
  background-size: 100%;
}
.slider-link7{
    top: 171px;
    left: 750px;
    width: 97px;
    height: 65px;
}
.slider-link7:hover{
  background: url(../img/slider-link7.png) 0 0 no-repeat;
  background-size: 100%;
}
.slider-link8{
    top: 240px;
    left: 748px;
    width: 101px;
    height: 72px;
}
.slider-link8:hover{
  background: url(../img/slider-link8.png) 0 0 no-repeat;
  background-size: 100%;
}
.slider .pag {
    position: absolute;
    top: 10px;
    left: 20px;
}

.slider .pag a {
    float: left;
    text-indent: -9999px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #1174d0;
    margin: 0 2px;
}

.slider .pag a.selected {
    border: 1px solid #1174d0;
    background: #1174d0;
}

.menu {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px 40px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background-color: #00022b;
    background-image: linear-gradient(to top, #151f50 0%, #0d0b20 100%);
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.menu li {
    display: inline-block;
    width: 33%;
    padding: 0 10px;
    position: relative;
}

.menu li a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #17417f;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}

.menu li:hover a {
    color: #0b5fbc;
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.menu li:hover ul {
    display: block;
}

.menu li ul {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    display: none;
}

.menu li ul li {
    margin: 0 11px;
    float: none;
    border-top: 1px solid #358cd8;
    padding: 0px;
    display: block;
    width: auto;
}

.menu li ul li a {
    font-size: 11px;
    color: #1072ce;
    border-radius: 0 !important;
    text-align: left;
    padding: 0 0 0 30px;
    border: none;
}

.menu li ul li a:hover {
    background: #358cd8;
    color: #fff;
}

.menu li ul li:last-child a {
    border-radius: 0 0 5px 5px !important;
}

.menu li ul li:last-child a:hover {
    border-radius: 0px !important;
}

.news-main {
    position: relative;
    padding: 0 0 20px;
    margin: 0 -20px 0 0;
    height: 110px;
}

.news-main:after {
    content: '';
    background: #e3e3e3;
    height: 1px;
    margin: 20px 20px 0 0;
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.news-main #foo2 .item {
    float: left;
    margin: 0 20px 0 0;
}

.news-main #foo2 .item-title {
    background: #e3e3e3;
    border-radius: 5px;
    height: 30px;
    margin: 0 0 10px;
    padding: 0 45px 0 20px;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
}

.news-main #foo2 .item-title span {
    padding: 0 0 0 10px;
    border-left: 1px solid #000;
    margin: 0 0 0 10px;
    text-transform: none;
    font-family: Arial;
    font-size: 12px;
    color: #444;
}

.news-main #foo2 .item-title span a {
    font-family: Arial;
    font-size: 12px;
    color: #444;
    text-decoration: none;
}

.news-main #foo2 .item-title span a:hover {
    text-decoration: underline;
}

.news-main #foo2 .item-text {
    font-family: Arial;
    font-size: 12px;
    color: #444;
    line-height: 120%;
    height: 58px;
    overflow: hidden;
}

.news-main #foo2 .item-text span {
    display: block;
    font-size: 14px;
    margin: 0 0 5px;
}

.prev,
.next {
    background: url("../img/prev-next.png") left top no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 45px;
}

.next {
    background-position: right top;
    background-repeat: none;
    right: 30px;
}

footer {
    background: url(../img/footer-bg.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 45px 0 25px 0;
    margin-top: auto;
    width: 100%;
}

footer:before,
footer:after {
    content: ' ';
    display: table;
}

footer:after {
    clear: both;
}

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

.footer{
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-right{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end; 
    text-align: right;
}

body > .wrap{
    margin-bottom: -25px;
}

.footer-bottom{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
}
.count {

}

.count a {
    margin: 0 2px;
}

.copir {
    font-size: 16px;
    color: #fff;
    line-height: 120%;
    margin: 0 0 0 30px;
    width: 250px;
}

.adress {
    font-size: 16px;
    color: #fff;
    line-height: 120%;
    margin-bottom: 25px;
}

.feedback {
    width: 40px;
    height: 210px;
    margin-top: -105px;
    position: fixed;
    top: 50%;
    right: 0px;
    background: url("../img/feedback.png") 0 0 no-repeat;
    z-index: 999;
}

.feedback:hover {
    opacity: 0.8;
}

.up {
    position: fixed;
    bottom: 140px;
    left: 1%;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: url("../img/up.png") left center no-repeat;
    padding: 0 0 0 45px;
    height: 40px;
    line-height: 40px;
    display: none;
    text-decoration: none;
    color: #000;
    z-index: 90;
}

.up:hover {
    opacity: 0.8;
}

.modal-bg {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

.modal,
.inet,
.about-popup {
    display: none;
    width: 340px;
    min-height: 230px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -115px 0 0 -150px;
    z-index: 1001;
    background: #e3e3e3;
    border-radius: 5px;
}
.inet{min-height:1px;}
.about-popup{
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 75px 0px;
    width: 800px;
    margin-left: -250px;
}
.modal-title {
    background: #d1d1d1;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    position: relative;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url("../img/modal-close.png") 0 0 no-repeat;
}

.modal-close:hover {
    opacity: 0.8;
}

.modal-content {
    padding: 20px;
}

.modal-text{
    text-align: center;
    line-height: 140%;
}
.modal-text a{
    color: #1072ce;
}
.modal-text a:hover{
    text-decoration: none;
}
.modal-content input,
.modal-content select {
    width: 100%;
    border-radius: 3px;
    border: none;
    background: #fff;
    margin: 0 0 10px;
    font-family: Arial;
    font-size: 11px;
    color: #000;
    padding: 0 0 0 20px;
    height: 30px;
}

.modal-content input::-webkit-input-placeholder,
.modal-content select::-webkit-input-placeholder {
    color: #000;
}

.modal-content input::-moz-placeholder,
.modal-content select::-moz-placeholder {
    color: #000;
}

.modal-content input:-moz-placeholder,
.modal-content select:-moz-placeholder {
    color: #000;
}

.modal-content input:-ms-input-placeholder,
.modal-content select:-ms-input-placeholder {
    color: #000;
}

.modal-content button,.modal-content input[type="submit"] {
    font-family: Arial;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #1e9ef9 0%, #0858b4 100%);
    background-image: -o-linear-gradient(top, #1e9ef9 0%, #0858b4 100%);
    background-image: linear-gradient(to bottom, #1e9ef9 0%, #0858b4 100%);
    width: 100%;
    border: none;
    height: 30px;
}

.modal-content button:hover,.modal-content input[type="submit"]:hover {
    opacity: 0.8;
}

.menu-inner {
    position: relative;
    width: 100%;
    display: table;
    margin-bottom: 15px;
    z-index: 10;
}

.menu-inner li {
    display: table-cell;
    width: 33%;
    position: relative;
}

.menu-inner li:nth-child(2) {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

.menu-inner li a {
    font-size: 16px;
    color: #000;
  /*  font-weight: bold;*/
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e3e3e3;
}

.menu-inner li:first-child a {
    border-radius: 5px 0 0 5px;
}

.menu-inner li:last-child a {
    border-radius: 0 5px 5px 0;
}

.menu-inner li:hover a {
    color: #fff;
    background: #0b5fbc;
}

.menu-inner li:hover:first-child a {
    border-radius: 5px 0 0 0;
}

.menu-inner li:hover ul {
    display: block;
}

.menu-inner li ul {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    display: none;
}

.menu-inner li ul li {
    float: none;
    border-top: 1px solid #fff;
    padding: 0px;
    display: block;
    width: auto;
}

.menu-inner li ul li a {
    border: 1px solid #358cd8;
    font-size: 11px;
    color: #1072ce;
    border-radius: 0 !important;
    text-align: left;
    padding: 0 0 0 30px;
}

.menu-inner li ul li a:hover {
    background: #358cd8;
    color: #fff;
}

.menu-inner li ul li:last-child a {
    border-radius: 0 0 5px 5px !important;
}

.breadcrumbs {
    margin-bottom: 15px;
}

.breadcrumbs:before,
.breadcrumbs:after {
    content: ' ';
    display: table;
}

.breadcrumbs:after {
    clear: both;
}

.breadcrumbs a {
    float: left;
    font-family: Tahoma;
    color: #222;
    font-size: 11px;
    padding: 0 15px 0 0;
    position: relative;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbs a:after {
    content: '>';
    position: absolute;
    top: 0px;
    right: 5px;
}

.breadcrumbs span {
    float: left;
    font-family: Tahoma;
    color: #222;
    font-size: 11px;
}

.left-col {
    width: 240px;
    float: left;
    margin: 0 20px 0 0;
    float: left;
}

.right-col {
    padding: 0 0 0 260px;
}
.right-col p {
    text-align:justify;
line-height:21px;
padding-bottom:7px;
text-indent:25px;
}
.right-col .img-det {
float:right;
 margin:0 0 0 20px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.right-col a {
color:#0d67c4;
}
.right-col h2, h3 {
    margin:10px 0 10px;
color: #0858b4; 
}
.right-col h2 {
font-size:18px;
text-transform:none;
}
.right-col h3 {
font-size:18px;
}
.right-col ul {
font-size:0px;
    line-height: 120%;
//margin-bottom: 10px;
}
.right-col ul li{
        color: #444;
    font-family: Arial;
    font-size: 14px;
    line-height: 120%;
    display:block;
}

.sidebar {
//    margin: 0 0 20px;
    background: #e3e3e3;
    border-radius: 5px;
}


.sidebar ul ul ul li{
   padding: 10px 7px 7px 25px;border-bottom:none;
}
.bx_sitemap_ul li ul{
    margin-bottom: 0px !important;
}
.bx_sitemap_ul li ul li{
    margin: 5px 0 0 !important;
}
.sidebar .title {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0 7px 20px;
    border-bottom: 1px solid #fff;
    border-radius: 5px 5px 0 0;
background:#0858b4 none repeat scroll 0 0;
}

.sidebar .title a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.sidebar li:first-child a{
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.sidebar li:last-child a{
    -webkit-border-radius: 0 0 5px 5px ;
    -moz-border-radius: 0 0 5px 5px ;
    border-radius: 0 0 5px 5px ;
}
.sidebar .title a:hover {
    text-decoration: underline;
}
.sidebar ul .title {
    padding: 10px 0 7px 30px;
    background: #0858b4;
    border-radius: 0;
    display: block;
    color: #fff;
    text-transform: none;
    line-height: 20px;
}
sidebar ul .title:first-child {
    border-radius: 5px;
}
.sidebar ul ul li {
    /*padding: 10px 7px 7px 25px;
    border-bottom: 1px solid #fff;*/
}
.sidebar ul ul ul li {
    border-bottom: 1px solid #fff;
}
.sidebar ul ul ul li:last-child {
    border-bottom: none;
}
// .sidebar ul ul ul{margin:0 0 0 -50px;}
//.sidebar ul ul ul ul{margin:0 0 0 -70px;}
//.sidebar ul ul ul ul li{padding-left:90px;}

.sidebar ul li a {
    color: #000;
    text-decoration: none;
    padding: 10px 10px 10px 25px;
    display: inline-block;
}

.sidebar ul li a:hover {
    text-decoration: underline;
}

.produkt_name{
padding-top: 0;
    margin-left: 0;
    padding-left: 25px;
    background: #fafafa;
    border-bottom: 1px solid #ccc;
}
.produkt_name:last-child {
    border-bottom: none;
}

/*.sidebar ul ul ul .title{
   padding: 10px 0 7px 55px;
   background: none;
   text-transform: none;
   font-size: 16px !important;
}
.sidebar ul .title . title {
    padding: 10px 0 7px 40px;
    background: #d1d1d1;
    border-radius: 0;
} */
.banner {
    margin: 0 0 20px;
}

.news {
    margin: 0 0 20px;
}

.news .item-title {
    background: #e3e3e3;
    border-radius: 5px;
 //   height: 30px;
    margin: 0 0 10px;
    padding: 0 20px 0 20px;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
}

.news .item-title span {
 //   margin: 0 0 0 10px;
    text-transform: none;
    font-family: Arial;
    font-size: 12px;
    color: #444;
    font-weight: bold;
}

.news .item-title span a {
    text-transform: none;
    font-family: Arial;
    font-size: 11px;
    color: #444;
    font-weight: normal;
    text-decoration: none;
}

.news .item-title span a:hover {
    text-decoration: underline;
}
.news .item-text {
    font-family: Arial;
    font-size: 12px;
    color: #444;
    line-height: 120%;
    max-height: 85px;
    overflow: hidden;
}

.news .item-text span {
    display: block;
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 15px;
    height: 15px;
    overflow: hidden;
}
/*-- Вкладки --*/
.tt-tabs {
    position: relative;
}

.index-panel {
    position: relative;
    z-index: 10;
}

.index-tabs {
    z-index: 11;
    width: 100%;
    display: table;
    margin: 0 0 20px;
}

.index-tabs span {
    display: table-cell;
    background: #e3e3e3;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
}

.index-tabs span:hover {
    text-decoration: underline;
}

.index-tabs span:first-child {
    border-radius: 5px 0 0 5px;
}

.index-tabs span:last-child {
    border-radius: 0 5px 5px 0;
}

.index-tabs .active-ttab {
    background: #fff !important;
    border-top: 2px solid #0b5fbc;
    border-radius: 5px 5px 0 0 !important;
    border-bottom: 0;
    position: relative;
    top: -2px;
}

.tt-panel {
    display: none;
}

.tt-panel ul {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
/*-- Вкладки --*/
h2 {
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

table {
    width: 100%;
    border: 1px solid #0b5fbc;
    font-family: Arial;
    font-size: 12px;
    color: #000;
}

table th {
    background: #0b5fbc;
    padding: 10px;
    color: #fff;
    text-align: left;
    border: 1px solid #0b5fbc;
}
table th:nth-child(2) {
text-align:center;
}
table th:nth-child(3) {
text-align:center;
}
table td {
    padding: 10px;
    border: 1px solid #0b5fbc;
}
/*td .value-2 {
text-align: right;
width:200px;
}*/
table td:nth-child(2) {
text-align:center;
}
table td:nth-child(3) {
text-align:center;
}
table td:nth-child(4) {
text-align:center;
}
table td:nth-child(5) {
text-align:center;
}
table tr:nth-child(odd) {
   /* background: #e3e3e3;*/
}

p {
    font-family: Arial;
    font-size: 14px;
    color: #444;
    line-height: 120%;
}

p img {
    float: left;
    margin: 20px 20px 20px 0;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
max-width:100%;
}
p img:first-child{
   margin: 0 20px 20px 0;
}
p .right {
    float: right;
    margin: 20px 0 20px 20px;
}

p a {
    color: #444;
}

p a:hover {
    text-decoration: none;
}

.col {
    width: 48%;
    display: inline-block;
vertical-align:top;
}

.col:nth-child(2) {
    margin: 22px 2% 0 0;
}

.col-full{
    width: 100%;
    margin: 0px !important;
}

.bx_sitemap .bx_sitemap_li_title a{white-space: inherit !important;}

.product {
    border-radius: 5px;
box-shadow: #cacaca 0px 1px 5px 1px;
}

.product-title {
color: #000;
    font-size: 18px;
   // text-transform: uppercase;
    padding: 0 0 0 20px;
    height: 40px;
    line-height: 40px;
    /* background-image: -webkit-linear-gradient(top, #1e9ef9 0%, #0858b4 100%); */
    background-image: -o-linear-gradient(top, #1e9ef9 0%, #0858b4 100%);
    /* background-image: linear-gradient(to bottom, #1e9ef9 0%, #0858b4 100%); */
    border-radius: 5px 5px 0 0;
background: #e3e3e3;
}

.product-content {
    padding: 10px;
}

.product-content .item {
    border-bottom: 1px solid #cacaca;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.product-content .item:last-child {
border-bottom: none;
}

.product-content .item:before,
.product-content .item:after {
    content: ' ';
    display: table;
}

.product-content .item:after {
    clear: both;
}

.product-content .item .title {
    font-size: 16px;
    color: #222;
    display: block;
    margin: 0 0 7px 0;
}

.product-content .item .title:hover {
    text-decoration: none;
}
.product-content .item img {
float:left;
margin:0 20px 20px 0;
box-shadow: #cacaca 0px 1px 5px 1px;
}


.product-content .item p {
    font-size: 14px;
    color: #444;
  line-height: 120%;
}

.product-content .item p img {
    float: left;
    margin: 0 10px 10px 0;
    width: 70px;
box-shadow: #cacaca 0px 1px 5px 1px;
}

.product-content .item .more {
    font-size: 11px;
    color: #0d67c4;
    float: right;
}

.product-content .item .more:hover {
    text-decoration: none;
}

/* стили для поддержки */
.programs-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
 }

.programs-item {
  width: 48%;
  border-radius: 5px;
background: #0858b4 none repeat scroll 0 0;
  padding: 20px;
/*   display: -webkit-box;
 display: -ms-flexbox;
  display: flex;*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
min-height: 80px;
text-decoration:none;
    text-align: center; }

.programs-item:hover {
    opacity: 0.8;
}

  .programs-item__title {
    color: #fff;
    margin-bottom: 10px; }
  .programs-item__descr {
    color: #fff;
    font-size:12px; }




.onpage {
    font-size: 16px;
    color: #222;
    text-align: right;
    display: block;
    margin: 0 0 10px;
    font-weight: bold;
height:37px;
}

.onpage:hover {
    text-decoration: none;
}
.onpage-1 {
    font-size: 16px;
    color: #222;
    text-align: left;
    display: block;
    margin: 0 0 10px;
    font-weight: bold;
height:37px;
float:left;
}
.onpage-1:hover {
    text-decoration: none;
}
.onpage-1 img {
    margin: 0 5px;
    vertical-align: middle;
}
.onpage img {
    margin: 0 5px;
    vertical-align: middle;
}
.bx_sitemap_ul{padding: 0px;}
.bx_sitemap_ul li{
    display: inline-block;
    width: 31%;
margin: 0 2% 30px 0 !important;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 15px !important;
    vertical-align: top;
    text-align: center;
display: inline-block !important;
}
.bx_sitemap_ul li:before{display:none;}

.bx_sitemap_ul li ul li{
    border: none;
    border-radius: 0;
    border-top: 1px solid #d1d1d1;
    display: block;
    width: 100%;
    margin: 0 0 7px 0;
    padding: 7px 0 0 0 !important;
    text-align: left !important;
}

.bx_sitemap_ul li ul li:first-child{
    border-top: 0px;
}
.bx_sitemap_ul li ul li h2{
    margin: 0px !important;
    text-transform: none;
}
.bx_sitemap_ul li ul li a{
    font-size: 14px !important;
    color: #222 !important;
    text-decoration: none;
    padding: 0 0 0 10px;
    position: relative;
}
.bx_sitemap_ul li ul li a:before{
    content: "-";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
    color: #222;
}
.bx_sitemap_ul li ul li a:hover{
    text-decoration: underline !important;
}

.right-col ul{
    padding: 5px 0;
}

.right-col ul li {
    position:relative;
   padding: 0 0 0 10px; 
    margin: 0 0 10px 25px;
//display: table;
}
.right-col ul li:before{
   content: "";
   position: absolute;
   top: 5px;
   left: 0px;
   width: 5px;
   height: 5px;
   border-radius: 50%;
   background: #1e9ef9;
}
.right-col ul li a{
}
.right-col ul li a:hover {
text-decoration:none;
}

.right-col ul ul li{
    position:relative;
//    padding: 0 0 0 10px; 
    margin-left: 45px;
//display: table;
}
.right-col ul ul li:before{
   content: "";
   position: absolute;
   top: 5px;
   left: 0px;
   width: 5px;
   height: 5px;
   border-radius: 50%;
   background: #1e9ef9;
}

.tt-panel img.right {
display: inline-block;
margin: 0 1px 20px;
}
.note {
color:#FF0000;
font-weight:bold;
}
.hsm-prew {
width:80%;
border:none;
}
.hsm-prew td{border:none;padding:0px;}
.hsm-prew td li{display:block;margin:0 0 5px;}
.hsm-prew td ul{text-align:left;}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../img/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../img/fancybox_loading.gif") center center no-repeat;
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../img/blank.gif");
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-prev {
    left: 0;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next {
    right: 0;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0,0,0,0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
        background-image: url("../img/fancybox_sprite@2x.png");
        background-size: 44px 152px;
    }
}



/* Библиотека */
.libs .lib {
    display: block;
    font-size: 16px;
    color: #000;
    background: #e3e3e3 url("../img/folder.png") 10px 6px no-repeat;
    padding: 5px 5px 5px 35px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 1px;
}

.libs .lib:hover {
    color: #fff;
    background: #0b5fbc url("../img/folder.png") 10px 6px no-repeat;
}

.libs .lib-hidden {
    background: #f0f0f0;
    border-radius: 0 0 5px 5px;
    padding: 10px 0;
    display: none;
}

.libs .lib-mini {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    padding: 8px 8px 8px 60px;
    background: url("../img/folder.png") 35px 6px no-repeat;
    display: block;
    position: relative;
}

.libs .lib-mini:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 13px;
    width: 8px;
    height: 5px;
    background: url("../img/triangle.png") left center no-repeat;
}

.libs .lib-mini:hover {
    text-decoration: underline;
}

.libs .lib-mini-hidden {
    display: none;
    padding: 0 0 0 20px;
}

.libs .lib-mini-hidden a {
    display: block;
    border-top: 1px solid #e3e3e3;
    padding: 10px 35px 10px 60px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

.libs .lib-mini-hidden a:hover {
    text-decoration: underline;
}

.libs .lib-mini-hidden a span {
    float: right;
    font-size: 12px;
    color: #000;
}

.libs .lib-mini-hidden .img {
    background: url("../img/pic.png") 35px 6px no-repeat;
}

.libs .lib-mini-hidden .abob {
    background: url("../img/abob.png") 35px 6px no-repeat;
}

.libs .lib-mini-hidden .power {
    background: url("../img/power.png") 35px 6px no-repeat;
}

.libs .lib-mini-hidden .doc {
    background: url("../img/doc.png") 35px 6px no-repeat;
}

.libs .lib-mini-hidden .exc {
    background: url("../img/exc.png") 35px 6px no-repeat;
}

.menu-sitemap-tree li
{
   text-decoration: none;
}




/* Библиотека */

.libs2 .lib-mini-hidden {
  //  display: none;
    padding: 0 0 0 0px;
}

.libs2 .lib-mini-hidden a {
    background: #f0f0f0;
    display: block;
    border-top: 1px solid #e3e3e3;
    padding: 10px 35px 10px 60px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.libs2 .lib-mini-hidden a:hover {
    text-decoration: underline;
}

.libs2 .lib-mini-hidden a span {
    float: right;
    font-size: 12px;
    color: #000;
}

.libs2 .lib-mini-hidden .img {
    background: url("../img/pic.png") 35px 6px no-repeat;
}

.libs2 .lib-mini-hidden .abob {
    background: url("../img/abob.png") 35px 6px no-repeat;
}

.libs2 .lib-mini-hidden .power {
    background: url("../img/power.png") 35px 6px no-repeat;
}

.libs2 .lib-mini-hidden .doc {
    background: url("../img/doc.png") 35px 6px no-repeat;
}

.libs2 .lib-mini-hidden .exc {
    background: url("../img/exc.png") 35px 6px no-repeat;
}

.b-hid{position:relative;background:#FF9D57;}
.m-hidden{display:none;
position: absolute;
text-indent: 0;
bottom: 100%;
left: 100%;
background: #0858b4;
color: #fff;
padding: 5px;
min-width: 125%;
text-align: left;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.b-hid:hover .m-hidden{display:block;}

.develop {
background: url("../img/logo-demos.png") 0 0 no-repeat;
width: 130px;
height: 50px;
display: block;
float: left;
margin: -10px 20px 0 0px;
background-size: 100%;
}
.develop:hover{
opacity:0.7;}
.character {
}
.character .value-2 {
text-align:right;
width:200px;
}

.bx_catalog_line_img2{max-width: 100%;}
.mobile-menu{display:none;}
.map-contact{width:400px;height:500px;}
.no-visible{display:none;}
.no-visible + .right-col{padding:0px;}


.bx_sitemap--logo{
display: flex;
align-items: flex-start;
}
.bx_sitemap--logo .bx_sitemap_ul{
width: 300px;
}
.bx_sitemap--logo .bx_sitemap_ul li{
width: 100%;
}
.big-logo-category{
width: 150px;
display: block;
margin-left: auto;
margin-top:-60px;
}

.product-banner {
    position: relative;
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 20px;
}
.product-banner__close{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    font-size: 25px;
    color: #000 !important;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
}
.product-banner__close:hover{
    color: #0b5fbc !important;
}
.product-banner__text{
    font-size: 16px;
    font-weight: bold;
}
.product-banner__btn{
    margin-left: auto;
    margin-right: 20px;
    border: 1px solid #0b5fbc;
    padding: 10px 25px;
    background: #0b5fbc;
    color: #fff !important;
    text-decoration: none;
}
.product-banner__btn:hover{
    opacity: 0.7;
}



/* Adaptive styles */
@media(max-width: 1199px) {
.header-menu li:nth-last-child(1) .header-menu__dropdown, .header-menu li:nth-last-child(2) .header-menu__dropdown{
    left: auto;
right: 0;
}
.header-menu li:nth-last-child(1) .header-menu__dropdown:after, .header-menu li:nth-last-child(2) .header-menu__dropdown:after{
left: auto;
right: 50px;
}
.m-hidden{
width: 100%;
    min-width: 0;
left: 0;
bottom: 120%;}
}

/* Desktop mini */
@media (min-width: 992px) and (max-width: 1199px) {
    header{background: url(../img/header-bg.jpg) center center no-repeat;background-size: cover;} 


}

/* Tablet */
@media  (max-width: 991px) {
     body{padding: 1px 0 0px;}
    header{background: url(../img/header-bg.jpg) center center no-repeat;background-size: cover;} 
   .header-menu{float: none;margin:70px 0px 10px;display:block;clear:both;text-align:center;}
   .header-menu li{float:none;display:inline-block;}
   .menu{font-size:0px;}
   .slider .item .slider-text{width:100%;}
   .map-contact{float:none;margin-bottom:20px;width: 500px;height: 350px;overflow:hidden;}
   .onpage{font-size:14px;}
   .onpage-1{float:none;font-size:14px;}
    .col:nth-child(2){margin-top: 69px;}
    .hsm-prew td{display:block;}
.bx_sitemap--logo{flex-direction: column;}
.big-logo-category{margin-left: 0;}
}

/* Phone */
@media (max-width: 767px) {
     body{padding: 1px 0 0px;}
    .slider .item{height: auto;}
    .up{width:40px;padding-left:40px;overflow:hidden;}
    .header-menu li{border:none;padding:0 10px;}
    .header-menu li a{padding:5px;display:inline-block;}
     .year-big{margin: 20px 0;}
     .footer-bottom{justify-content: center;flex-wrap: wrap;}
    .copir{width: auto;}
    .footer{justify-content: center;text-align: center;flex-direction: column;}
    .footer-right{align-items: center;text-align: center;}
    .menu{padding: 10px;}
    .left-col{width:100%;float:none;
    left: -100%;
    position: fixed;
    z-index: 1000;
    background: #fff;
    top: 0px;
    padding: 20px;
    height: 100%;
    overflow: auto;
    transition: left 0.5s;
}
.left-col.open{left:0px;}
.body-hidden{overflow:hidden;}
    .right-col{padding:0px;}
    .mobile-menu{display: block;width: 100px;background: #0E69C6;padding: 10px;color: #fff;text-align: center;border-radius: 5px;text-decoration: none;font-size: 18px;margin-bottom: 10px;    position: fixed;
    top: 20%;
    left: -35px;
    z-index: 1001;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}
    .breadcrumbs{line-height:120%;}
    .right-col img{max-width:100%;height:auto;}
     .map-contact{width: 100%;height: 350px;}
    .slider{display: none;}
    .menu{position: relative;margin: -20px -20px 20px;width:auto;}
    .menu li{display: block;width: 100%;margin: 0 0 15px;}
.content{z-index:inherit;}
.about-popup{
    width: 100%;
    left: 0px;
    margin-left: 0px;
}
.fancybox-wrap{
    width: 90% !important;
    height: auto !important;
}
.fancybox-inner{
    width: 100% !important;
    height: 100% !important;
}
.right-col table{overflow:auto;display:block;}

.header-menu__dropdown{width: 400px;display: block;}
.header-menu .header-menu__dropdown li{width: 100%;}
.header-menu__dop a{
padding-top: 0 !important;
    padding-bottom: 0 !important;
text-align: left;
}

}
@media (max-width: 479px) {
     .copir{margin: 20px 0 0 0;}
    .header-menu li{border: none;margin-bottom: 15px;}
     header{padding-bottom:0px;text-align:center;}
    .header-menu{margin-bottom:0px;margin-top:20px;}
    .logo, .year{display:inline-block;float:none;}
    .search{float:none;margin:0px auto 20px;}
    .header-menu li a{padding:0px;}
    .menu-inner li{display:block;width:100%;margin-bottom:5px;border:none !important;}
    .menu-inner li a{border-radius:0px !important;}
    .menu-inner li ul, .menu-inner li:hover ul{display:none !important;}
    .bx_sitemap_ul li{width:100%;margin-right:0px;}
    .libs2 .lib-mini-hidden a{padding:10px;}
    .col:nth-child(2){margin:0px;}
    .col{width:100%;margin-bottom:20px !important;}
    .onpage, .onpage-1{text-align:center;}
    .map-contact{height:200px;}
.header-menu__dropdown{width: 310px;display: block;}
.header-menu li:nth-last-child(1) .header-menu__dropdown, .header-menu li:nth-last-child(2) .header-menu__dropdown{
    left: 50%;
right: auto;
    transform: translateX(-50%);
}
.header-menu li:nth-last-child(1) .header-menu__dropdown:after, .header-menu li:nth-last-child(2) .header-menu__dropdown:after{
left: 50%;
}
.product-banner{flex-direction: column;}
.product-banner__btn{margin-left: 0;margin-right: 0;margin-top: 10px;}
}