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

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

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

@font-face {
    font-family: "MullerLight";
    src: url("../fonts/Fontfabric - MullerLight.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MullerRegular";
    src: url("../fonts/Fontfabric - MullerRegular.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}


/* General
===========================================*/
body,
html {
    font-size: 15px;
    line-height: 19px;
    font-family: "AgoraSansProRegular", Arial, sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    /*overflow-x: hidden;*/
}
body{
    background: url('../bckgr.jpg') repeat;
    /*min-width: 1200px;*/
    /*overflow: auto;*/
    /*height: 100%;*/
    /*width: auto;*/
    width: 100%;
    zoom: 1;
}
h1 {
    font-family: MullerRegular, Arial, sans-serif;
    font-size: 37px;
    text-transform: uppercase;
    line-height: normal;
    color: #333;
}
h2 {
    font-size: 36px;
    line-height: normal;
    font-family: MullerLight, Arial, sans-serif;
    text-transform: none;
    margin: 0;
    color: #333;
}
h3 {
    font-size: 24px;
    line-height: 23px;
    font-family: MullerLight, Arial, sans-serif;
    text-transform: none;
    margin: 0;
    color: #333;
}
h4 {
    font-family: MullerLight, Arial, sans-serif;
    font-size: 21px;
    line-height: 23px;
    color: #333;
    text-decoration: none;
}
h5 {
    font-family: MullerLight, Arial, sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff;
}
p {
    font-family: AgoraSansProLight, Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #5d6368;
    margin: 0 0 20px 0;
}
a {
    /*color: #000;*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-decoration: underline;
    color: #ec6612;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: #ec6612;
}
b,
strong {
    font-family: Verdana, 'RobotoBold', sans-serif;
    font-weight: 700;
    font-weight: normal;
}
.center{
    text-align: center;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/*****************для резиновой верстки***************************/
#header .container{
     min-width: 1200px;
}
.container.sliders{
     min-width: 1200px;
}
.container {
    min-width: 1170px;
}

/******************************************************/
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }
.noradius { border-radius: 0 }
.nopadding { padding: 0 }
.nopaddingleft { padding-left: 0 }
.nopaddingright { padding-right: 0 }
.nomargin { margin: 0 }
.spacer { padding: 40px 0 }
.smallspacer { padding: 20px 0 }
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px 12px;
    font-size: 18px;
    font-style: italic;
    line-height: 18px;
    color: #61656e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a7aab0;
    border-width: 1px 0 1px 1px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*===================================================================================*/

.scroll_top {
    width: 34px;
    height: 34px;
    position: fixed;
    font-size: 0;
    z-index: 14;
    right: 10px;
    bottom: 32px;
    background: #666;
    display: none;
    text-decoration: none;
}

.scroll_top:hover{
  background: #FBC371;
  text-decoration: none;
}

.scroll_top:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: block;
  text-decoration: none;
}

/*===================================================================================*/
.overlay-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 150;
    left: -100%;
    top: 0;
    overflow: hidden;
}
.overlay-popup.visible {
    left: 0;
}
.overlay-popup .overflow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
}
.overlay-popup :last-child {
    margin-bottom: 0 !important;
}
.overlay-popup.active .close-layer, .overlay-popup.visible .close-layer {
    opacity: 1;
}

.overlay-popup .close-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    min-height: 100vh;
}
.overlay-popup .popup-container {
    padding: 45px;
    background: #fff;
    max-width: 860px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    top: 50px;
    /*z-index: 1000;*/
}
.overlay-popup .popup-container h3{
    margin-bottom: 20px;
    text-align: center;
}
.overlay-popup .popup-container {
    /*text-align: left;*/
}

.overlay-popup .popup-container  .form5ID-wrapper{
    padding: 0 25%;
}
b.wrong_answer{
	line-height: 35px;
    color: red;
}

.overlay-popup .btn-send {
    background: #ff7700;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 30px;
}

.close-popup {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 20px;
    right: 18px;
    cursor: pointer;
}

.close-popup::before, .close-popup::after {
    width: 19px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: -2px;
    content: "";
    background: #292929;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
}
.close-popup::after {

    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);

}
.feedback-down{
    margin-top: 40px;
}
.feedback{
    background-color: #f3f3f3;
    padding: 13px;
}
.feedback h3{
    margin-bottom: 15px;
}
.feedback textarea.form-control{
    border: 1px solid #9c9c9c;
    margin-bottom: 10px;
}
.feedback p{
    margin-bottom: 5px;
}
.feedback a.button{
    /*font-weight: 700;*/
}

/*------------------------------------------------------------------------------*/
/*.product-container .thumb{
    margin-left: 15px;
    margin-bottom: 15px;
}*/
.product-container{
    /*min-height: 300px;*/
    /*position: relative;*/
}
.product-container img.img-responsive{
   margin: auto;
}

.product-container h2{
    margin: 20px;
    font-size: 21px;
}
.product-container a{
    text-decoration: none;
    color: #000;
    /*display: block;*/
}
.product-container a.button{
    /*position: absolute;
    bottom: 0;
    left: 15%;*/
    display: block;
   /* width: 70%;
    margin: 10px auto;*/
}


.product-container a:hover, .product-container a:focus{
    text-decoration: underline;
    color: #ec6612;
}

/*.product-container a.cat-root{
    background: #ff7700;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 30px;
}*/


.error-404>h2, .error-404>h3, .error-404>a{
    margin-top: 20px;
}
/*------------------------------------------------------------------------------*/
table.parameters-list td{
    max-width: 20%;
    width: 20%;

}
table.parameters-list tr td:nth-child(2), 
table.parameters-list tr td:nth-child(2) p,
table.parameters-list tr td:nth-child(2) a{
    width: 40%;
    font-size: 12px;
    line-height: 12px;

}

table.parameters-list tr td:nth-child(2) p{
    margin: 0 0 5px 0 ;
}

table.parameters-list a, table.parameters a{
    color: #000;
}
table.parameters-list a:hover, 
table.parameters-list a:focus,
table.parameters a:hover, 
table.parameters a:focus{

    color: #ec6612;
    text-decoration: underline;
}

table.parameters td{
    max-width: 40%;
    width: 40% ;
}

table.parameters tr:nth-child(2) td:nth-child(2),
table.parameters tr:nth-child(2) td:nth-child(2) p,
table.parameters tr:nth-child(2) td:nth-child(2) a{
    width: 60%;
    font-size: 12px;
    line-height: 12px;

}

table.parameters tr:nth-child(2) td:nth-child(2) p{
    margin: 0 0 5px 0;
}


/*------------------------------------------------------------------------------*/

.articles-list .articles-desc, .news-list .news-desc{
    margin-bottom: 40px;
}
.articles-list .articles-desc a, .news-list .news-desc a{
    color: #000;
}
.articles-list .articles-desc a:hover,
.articles-list .articles-desc a:focus, 
.news-list .news-desc a:hover, 
.news-list .news-desc a:focus{
    color: #ec6612;
}
.articles-list .articles-desc .media-object, .news-list .news-desc .media-object{
    margin-bottom: 10px;
}

noindex a{
    /*color: #ff0000;*/
    text-decoration: underline;
}


.navbar-form .input-group .input-group-btn {
    width: 31px;
}
.navbar-form .btn {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    border: 1px solid #a7aab0;
    border-width: 1px 1px 1px 0;
    border-radius: 0;
}
.navbar-form .btn i {
    background: #f57c00;
    color: #fff;
    font-size: 18px;
    margin: 1px;
    /*padding: 4px 5px;*/
    padding: 0;
    width: 26px;
    height: 26px;
    line-height: 25px;
    text-align: center;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: 0;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*===========================================*/
/* Menu/Navigation 
/*===========================================*/
#header {
    /*height: 150px;*/
/*    overflow: visible;*/
}

#header .phone {
    color: #5d6368;
    display: block;
    float: right;
    /*width: 60%;*/
    margin-top: 15px;

}
#header .phone a{
    color: #5d6368;
    text-decoration: none;
}   
#header .phone a:last-child{
    color: #ff8400;
}   
#header .phone a:hover{
    text-decoration: underline;
} 

.phone {
    padding: 5px 0 0 28px;
    font-family: 'AgoraSansProLight', Arial, sans-serif;
    white-space: nowrap;
    font-size: 16px;
    background: url("../icon-phone.png") 0px 0px no-repeat;
}
#header .phone .town:first-child{

}
#header .phone .town {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
}
#header .lang{
    padding-top: 5px;
    display: block;
    float: right;
    margin-top: 15px;
   /* margin-left: 250px;*/
    margin-left: 16.7em;
    margin-right: 15px;
}

#header .lang a, #header .lang{
    color: #5d6368;
    text-decoration: none;
}
#header .lang a:hover, #header .lang a:focus, #header .lang a.active{
    color: #ff8400;
    text-decoration: none;
}
#header .lang span.active{
    color: #ff8400;
}

#header .container_menu{
    padding-top: 13px;
}

#header ul.mainmenu {
/*    position: absolute;
    top: 60px;
    left: 0;*/
    /*right: 0;*/
    /*padding: 0px 0 0 25%;*/
    padding: 0px 0 0 16.1em;
    /*height: 74px;*/
    background: url("../ribbon.png") 50% 20% no-repeat;
    display: block;
    border: none;
}

ul.mainmenu .mainmenu__item {
    display: inline-block;
    margin-right: 20px !important;
}
ul.mainmenu .mainmenu__item:first-child {
    border: none;
    margin: 0;
}
ul.mainmenu .mainmenu__item-link {
    display: inline-block;
    padding: 0 0 0 15px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    /*background: url("../mainmenu_bullet.png") left center no-repeat;*/
}
a.mainmenu__item-link {
    text-decoration: none;
}



#header .logo {
    /*position: absolute;
    top: 5px;
    left: 170px;*/
    width: 191px;
    height: 116px;
    /*background: url("../logo.png") no-repeat;*/
    position: absolute;
   /* top: -30px;
    left: 6%;*/
     top: -2em;
    left: 4em;
}
/*.main-cats .cat{
    min-height: 330px;
}*/

#main-menu.navbar-default{
    background-color: transparent;
    border: none;
    margin-bottom: 50px;
} 

#mobile-menu{
    background-color: #F3A201;
    border: none;
}
#mobile-menu .main-menu,
#mobile-menu .menu-cat{
    color: #fff;
    padding: 0px 15px;
    font-size: 18px;
    font-family: "AgoraSansProBold", Arial, sans-serif;
    vertical-align: baseline;
}
#mobile-menu .main-menu a,
#mobile-menu .menu-cat a{
    border: none;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 10px 0;
}
#mobile-menu .menu-cat{
    background-color: #969696;
}
#mobile-menu span.text-menu{
    vertical-align: baseline;
    /*position: relative;
    top: 18px;*/
}
#mobile-menu .main-menu button,
#mobile-menu .menu-cat button{
    border: none;
    float: right !important;
    /*display: inline-block;*/
    color: #fff;
    margin-right: 0px;
    background: none;
}
#mobile-menu .main-menu button i,
#mobile-menu .menu-cat button i{
    background: none;
}
#mobile-menu #myMenu, 
#mobile-menu #myCat{
    background: none;
    background-color: #fff;
    font-family: "AgoraSansProRegular", Arial, sans-serif;
    font-size: 16px;
    border: none;
}
#mobile-menu #myMenu li.mainmenu__item{
    padding: 0 15px;
    color: #333;
}
#mobile-menu #myCat ul{
    list-style: none;
}
#mobile-menu ul.sitemap1 > li {
    padding: 5px 13px;
}
#mobile-menu ul.sitemap0 > li > a:first-child {
    text-decoration: none;
    background-color: #F3F3F3;
    font-size: 19px;
    color: #333;
    padding: 11px 13px;
    display: block;
    font-family: AgoraSansProRegular;
}
#mobile-menu #myMenu li:hover,
#mobile-menu ul.sitemap1 > li:hover,
#mobile-menu ul.sitemap0 > li:hover{
    background-color: RGB(243, 162, 1, 0.5);
}
#mobile-menu ul.sitemap1 > li > a {
    color: #333;
    text-decoration: none;
}
#mobile-menu ul.sitemap1 > li > a:hover {
    color: #333;
    text-decoration: none;
}

.navbar-collapse { padding-left: 0 }
#main-menu .nav > li > a { padding: 10px 10px }
/*.navbar-default .navbar-toggle { border-color: transparent }*/
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background: transparent }
.navbar-toggle {
    float: none !important;
    /*color: #fff;*/
}
.navbar-toggle i { text-align: center }
#main-menu i.fa.fa-bars { font-size: 20px }
#main-menu.navbar-default .navbar-brand:hover,
#main-menu.navbar-default .navbar-brand { color: #ffb642 }
.dropdown-menu > li > a,
#main-menu.navbar-default .navbar-nav > li > a {
    font-family: Verdana, 'RobotoRegular', sans-serif;
    color: #000;
    text-transform: uppercase;
    /*font-weight: 700;*/
    font-size: 15px;
    letter-spacing: -1px;
    text-decoration: none;
}
#main-menu.navbar-default .navbar-nav > .active > a,
#main-menu.navbar-default .navbar-nav > .active > a:hover,
#main-menu.navbar-default .navbar-nav > .active > a:focus,
#main-menu.navbar-default .navbar-nav > li > a:hover,
#main-menu.navbar-default .navbar-nav > li > a:focus {
    color: #ff6600 !important;
    /*background-color: #222222;*/
    /*border-color: #ffb642;*/
}
.navbar-collapse {
    padding: 0;
}
#main-menu .navbar-nav > li > a {
    /*padding-top: 15px;
    padding-bottom: 20px;*/
    line-height: 52px;
    /*border-top: 2px solid transparent;*/
    margin-left: 60px;
    padding: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
#main-menu .navbar-nav > li:first-child > a {
    margin-left: 0;
}
ol.social-icons li {
    width: 25px;
    height: 25px;
    margin-left: 5px !important;
}
ol.social-icons li a:hover,
ol.social-icons li a:focus { color: #ffffff !important }
ol.social-icons li a {
    color: #ffffff;
    background: #222222;
    font-size: 15px;
    border-radius: 50%;
    padding: 3px 6px !important;
}
ol.social-icons li:hover a { background: #ffb642 }
#main-menu .navbar-form {
    padding: 10px 0 5px 0;
    margin-top: 0;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#main-menu .form-control {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-color: #656565;
    background: transparent;
    border-right-color: transparent;
    color: #f1f1f1;
}
#main-menu .input-group-btn button.btn.btn-default {
    background: transparent;
    border-color: #656565;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #222 !important;
    background-color: #FFFFFF;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus { background-color: transparent }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #FFB642;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border: 0;
    border-radius: 0;
}
.dropdown-menu > li > a {
    display: block;
    padding: 15px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #222222;
    white-space: nowrap;
}
/*===========================================*/
/* Shortcodes
/*===========================================*/
blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ffb642;
    background-color: #FAFAFA;
}
blockquote .lead {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    color: #777;
}
.blockquote-reverse {
    border-right: 5px solid #ffb642;
    padding: 20px;
}
blockquote.dark {
    background-image: url(../img/pattern/04.png);
    background-repeat: repeat;
    color: #ffffff;
}
blockquote.dark .lead { color: #ffffff }
blockquote.color { background-color: rgba(189, 59, 36, 0.15) }
/* Lists */
ul.list-block li {
    line-height: 30px;
    font-size: 16px;
}
ul.list-block i { margin-right: 20px }
/* Tabs */
.tab-style1 .tab-content {
    border: 1px solid #f1f1f1;
    padding: 10px 15px;
    border-top-color: transparent;
}
.tab-style1 .nav-tabs > li > a { border-radius: 0 }
.tab-style1 .nav-tabs > li.active > a,
.tab-style1 .nav-tabs > li.active > a:hover,
.tab-style1 .nav-tabs > li.active > a:focus {
    color: #FFF;
    cursor: default;
    background-color: #ffb642;
    border: 1px solid #ffb642;
    border-bottom-color: transparent;
    font-weight: 700;
}
.tab-style1 .nav-tabs { border-bottom: 1px solid rgb(189, 59, 36) }
.tab-style2 .nav-pills > li.active > a,
.tab-style2 .nav-pills > li.active > a:hover,
.tab-style2 .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #ffb642;
}
.tab-style2 .nav-pills > li > a { border-radius: 0 }
.tab-style2 .tab-content {
    padding: 15px;
    border: 1px solid #f1f1f1;
    border-left-color: #ffb642;
}
/* Accordion */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default > .panel-heading {
    color: #777;
    background-color: #ddd;
    border: 2px solid #ddd;
    border-radius: 0;
}
.panel-default > .panel-heading:hover,
.panel-default > .panel-heading:focus,
.panel-default > .panel-heading.active { background: #ddd }
.panel-default {
    border-color: transparent;
    background: #fbfbfb;
    border-radius: 0;
    border: 0;
}
.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0;
}
*:focus { outline: none !important }
.panel-title > a { color: #777 }
h4.panel-title { font-weight: 400 }
/* Accordion Style 2 */
#accordion2 .panel-default > .panel-heading {
    background-color: #ffb642;
    border: 2px solid #ffb642;
    color: #f1f1f1;
}
#accordion2 .panel-title > a { color: #222222 }
/* Accordion Style 3 */
#accordion3>.panel-default > .panel-heading {
    color: #777;
    background-color: transparent;
    border: 2px solid #ddd;
}
#accordion3>.panel-default > .panel-heading:hover,
#accordion3>.panel-default > .panel-heading.active { background-color: #ddd }
/* Accordion Style 4 */
#accordion4>.panel-default > .panel-heading {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffb642;
}
#accordion4>.panel-default > .panel-heading:hover,
#accordion4>.panel-default > .panel-heading.active { background-color: #ffb642 }
#accordion4>.panel-default > .panel-heading.active .panel-title > a,
#accordion4>.panel-default > .panel-heading:hover .panel-title > a,
#accordion4>.panel-default > .panel-heading .panel-title > a:focus { color: #f1f1f1 }
/*===========================================*/
/* Home Page
/*===========================================*/
a.button{
    text-decoration: none;
    color: #fff;
    background-color: #ff8400;
    padding: 5px 10px;
    font-size: 16px;
    text-shadow: none;
}
a.button:hover, a.button:focus{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
#header-slider{
/*    width: 1075px;*/
    margin: auto;
    margin-bottom: 25px;
}
#header-slider .owl-item img {
    /*display: block;*/
    width: 100%;
    height: auto;
}
#header-slider .item .carousel-caption {
    text-align: left;
    padding: 0;
    left: 0;
    background-color: RGBA(0, 0, 0, 0.3);
    width: 517px;
    height: 154px;
    margin-bottom: 44px;
    margin-left: 86px;


}
#header-slider .item .carousel-caption .container{
    width: 100%;
}
#header-slider .item .carousel-caption .container .name{
    /*opacity: 1;*/
    color: #f9f9f9;
    text-transform: uppercase;
    font-family: MullerLight;
    font-size: 48px;
    line-height: 23px;
    padding: 10px 0;
    margin-top: 15px;


}
#header-slider .item .carousel-caption .container .description{
    /*opacity: 1;*/
    color: RGB(255, 255, 255, 0.7);
    font-family: AgoraSansProRegular;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
}
#header-slider .owl-controls {
    width: 100%;
    position: absolute;
    bottom: 56%;
    height: 0;
}
#header-slider .owl-controls .owl-pagination {
    display: none;
   
}

#header-slider .owl-controls .owl-buttons .owl-prev{
    /*font-family: fontawesome;*/
    background: url(../prev.png) no-repeat;
    /*left: 20px;*/
    left: 15px;

}
#header-slider .owl-controls .owl-buttons .owl-next{
    /*content: '\f105';*/
    background: url(../next.png) no-repeat;
    /*right: 20px;*/
    right: 15px;
}
#header-slider .owl-controls .owl-buttons .owl-next, 
#header-slider .owl-controls .owl-buttons .owl-prev{
    /*content: '\f104';*/
    height: 33px;
    opacity: 1;
    position: absolute;
    top: 10px;
}


#header-slider .owl-wrapper-outer{
    /*width: 1075px;*/
    margin: auto;
}
#header-slider .owl-controls{

}

/*#header-slider .owl-controls .owl-page span {
    width: 31px;
    height: 31px;
    background: url(../img/slider/bullet.png) no-repeat;
    border: 0;
    opacity: 1;
}
#header-slider .owl-controls .owl-page.active span {
    background: url(../img/slider/bullet_active.png) no-repeat;
}
#header-slider .owl-controls .owl-buttons div {
    width: 29px;
    height: 29px;
    text-indent: -99999px;
    margin: 6px 0 0 0;
    opacity: 1;
}
#header-slider .owl-controls .owl-buttons div.owl-prev {
    background: url(../img/slider/arrow_left.png) no-repeat left center;
}
#header-slider .owl-controls .owl-buttons div.owl-next {
    background: url(../img/slider/arrow_right.png) no-repeat right center;    
}*/
/*===========================================*/
/* Pages 
/*===========================================*/
/* Page Content */
#en-content { padding: 80px 0 }
#en-content .img,
.img { margin: 15px 0 }
/* Page Header */
#en-header {
    background-color: #ffb642;
    padding: 2%;
    color: #ffffff;
}
#en-header .breadcrumb {
    padding: 5px 15px 0px;
    list-style: none;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: #fff;
}
#en-header .breadcrumb a { color: #FFFFFF !important }
#en-header .breadcrumb > .active {
    color: #FFF;
    font-weight: 900;
}
.breadcrumb > li + li:before { color: #FFF }
/* Image Thumbnail with Caption*/
.post-img.thumbnail {
    border-radius: 0;
    border-color: transparent;
    background-color: #FAFAFA;
}
.left-sidebar ul.sitemap0, 
.left-sidebar ul.sitemap1{
    padding: 0;
}
.left-sidebar ul.sitemap0>li, 
.left-sidebar ul.sitemap1>li{
    list-style: none;
}
.left-sidebar ul.sitemap0>li>a:first-child{
    text-decoration: none;
    background-color: #ff8400;
    font-size: 19px;
    color: #fff;
    padding: 11px 17px 11px 13px;
    display: block;
    font-family: AgoraSansProRegular;
}
.left-sidebar ul.sitemap0>li>a:first-child::after{
    content: '\f105';
    font-family: fontawesome;
    color: #fff;
    float: right;
    font-size: 16px;
    margin-right: 5px;
    margin-top: 2px;
    position: absolute;
    right: 20px;
}
.left-sidebar ul.sitemap1>li>a{
    color: #5d6368;
    text-decoration: none;
    font-family: AgoraSansProLight;
    font-size: 16px;
}
.left-sidebar ul.sitemap1>li{
    padding: 5px 13px;
}
.left-sidebar ul.sitemap1>li:hover{
    /*background-color: RGBA(243, 162, 1, 0.5);*/
     background-color: RGBA(255, 132, 0, 0.5);
}
.left-sidebar ul.sitemap1>li:last-child{
    margin-bottom: 20px;
}
#main-page .cat a.title{
    text-decoration: none;
}
#main-page .cat a.title:hover h4{
    color: #F3A201;
    text-decoration: underline;
}
#main-page .about{
    background-color: #fff;
    padding: 33px 38px 45px 38px;
    margin-right: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.13);

}
#main-page .about h1{
    margin-top: 0;
}
#main-page .about p.desc{
    font-size: 21px;
    line-height: 28px;
}
.orange{
    color: #ff8400;
}
#main-page .about p:second-child{
    margin-top: 33px;
    margin-bottom: 5px;
}
#main-page .about a.more_about{
    text-decoration-style: dotted;
    float: right;
}
#main-page .news{
    /*margin-top: 88px;*/
}
#main-page .news-title{
    margin-bottom: 55px;
}
#main-page .news-title .all-news{
    float: left;
}
#main-page .news .oc-item{
    padding: 0px 10px;
}
#main-page .news .oc-item .entry-image{
    max-height: 134px;
    overflow: hidden;
    max-width: 206px;
}
#main-page .news .oc-item .entry-image .media-object{
    width: 100%;
    height: auto;
}
#main-page .news .oc-item .entry-date{
    margin: 5px 0px 15px;
    color: #7a7a7a;
    font-size: 12px;
    text-transform: uppercase;

}
#main-page .news .oc-item .entry-title a{
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 19px;
    line-height: 23px;
}
#main-page .news .owl-page span{
    background: #dbdbdb;
}
#main-page .news .owl-page.active span{
    background: #ff8400;
}
.news-image {
    max-height: 130px;
    overflow: hidden;
}
.news-image .media-object{
    /*width: 100%;
    height: auto;*/
    max-width: 100%;
}
.news-desc{
    min-height: 135px;
}


.new-img{
    /*max-height: 300px;*/
    overflow: hidden;
    max-width: 50%;
}
.new-img img{
    width: 100%;
    height: auto;

}
/*#en-partners {
    background: #dee1e2;
    padding: 40px 0;
    position: relative;
}
#rewards {
    margin-top: 75px;
}
#rewards .owl-controls {
    width: 100%;
    margin-top: -11.5px;
    position: absolute;
    top: 50%;
    left: 0;
}
#rewards .owl-controls .owl-buttons div {
    text-indent: -99999px;
    margin: 0;
    position: absolute;
}
#rewards .owl-controls .owl-buttons div.owl-prev {
    background: url(../img/rewards/prev.png) no-repeat;
    left: 0;
}
#rewards .owl-controls .owl-buttons div.owl-next {
    background: url(../img/rewards/next.png) no-repeat;
    right: 0;
}
#rewards a {
    width: 171px;
    height: 171px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: inset 15px 15px 5px 0px rgb(0, 0, 0);
}
#rewards img {
    max-width: 100%;
    height: 100%;
}
*/

#en-news {
    padding: 60px 0;
    position: relative;
}
#en-news .tabs {
    text-align: center;
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
    overflow: hidden;
}
#en-news .tabs li {
    display: inline-block;
    padding: 0 25px;
}
#en-news .tabs li h2 {
    border-bottom: dashed 1px #000;
    font-family: Verdana, 'RobotoLight', sans-serif;
    font-weight: 300;
    cursor: pointer;
}
#en-news .tabs li.active h2 {
    border-color: transparent;
    font-family: Verdana, 'RobotoBold', sans-serif;
    font-weight: 700;
    cursor: auto;
}
#en-news .content_tabs > div {
    display: none;
}
#en-news .content_tabs > div.active {
    display: block;
}
#en-news .content_tabs img {
    max-width: 100%;
}
#en-news .content_tabs .date {
    display: block;
    color: #37474f;
    font-size: 15px;
    line-height: 15px;
    margin: 10px 0 0 0;
}
#en-news .content_tabs .title {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-family: Verdana, 'RobotoBold', sans-serif;
    font-weight: 700;
    text-decoration: underline;
    margin: 5px 0;
    color: #000;
}
#en-news .content_tabs .title:hover, #en-news .content_tabs .title:focus {
    color: #ec6612;
}
#en-news .all_news {
    background: #ff7700;
    display: table;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 auto;
    padding: 5px 30px;
}
#en-news .all_news:hover {
    background: #ff6600;
}




/*===========================================*/
/* Footer Area
/*===========================================*/
#en-footer {
    margin: 35px 0 0 0;
    position: relative;
    min-width: 1200px;
}
#en-footer .top-footer{
    background-color: #2b82c8;
}
#en-footer .top-footer a{
    text-decoration: none;
    padding: 15px 12px;
    display: inline-block;
}
#en-footer .top-footer .addthis_inline_share_toolbox{
    /*display: inline;*/
    position: relative;
    top: -50px;
    left: 50em;
        /*left: 62%;*/
    height: 0px;

}
#en-footer .top-footer .addthis_inline_share_toolbox a{
    padding: 5px;
}
#en-footer .main-footer{
    background-color: #297ab4;
     font-family: AgoraSansProLight, Arial, sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 33px 0 34px 0;
}
#en-footer .main-footer .contacts .town{
    text-align: right;
}
#en-footer .main-footer .contacts .town a, 
#en-footer .main-footer .copyright a{
    text-decoration: none;
    color: #fff;
}
#en-footer .main-footer .copyright{
    text-align: left;
}
#en-footer .bottom-footer{
     font-family: AgoraSansProLight, Arial, sans-serif;
     color: #fff;
     background-color: #0c578d;
     font-size: 16px;
    padding: 12px 0;
}


/*===========================================*/
/* Contact Us Page
/*===========================================*/
#contact-form .alert-danger {
    color: #000000;
    background-color: #FFF0D9;
    border-color: #FFB642;
}
.form input.form-control {
    /*height: 40px;*/
    border-width: 1px;
    background-color: transparent;
    color: #777;
}
/*.form .form-control { margin-bottom: 20px }*/
.form textarea {
    min-height: 150px;
    border-width: 1px;
    background: transparent;
}

#product-form textarea{
	/*background: #fff;*/
}
.form #product-form label[for=Answer]{
    margin-right: 20px;
}
.offices { margin-bottom: 30px }
/* Map */
.map iframe {
    height: 300px;
    width: 100%;
    border: 0;
}
.container_textCatalog .more_open {
    display: none;
}
.container_textCatalog .more_close {
    display: none;
}


#universal {
/*    padding: 55px 0;
    position: relative;*/
}

#universal .section-title {
    margin: 5px 0 20px 0;
}
#universal .cat_block table {
    margin-bottom: 60px;
}

#universal .item{
    min-height: 228px;
}
#universal .item a{
    color: #000;
    text-decoration: none;
}
#universal .item a:hover, 
#universal .item a:focus{
    color: #ec6612;
    text-decoration: underline;
}

#universal ul.product-listing {
    list-style: none;
    margin-top: 40px;
    padding: 0;
}

.pagination > .active > a{
    background-color: #ec6612;
    border-color: #ec6612;
}
.pagination > li > a{
    color: #ec6612;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.breadcrumbs ul li {
    display: inline-block;
    color: #f57c00;
    font-size: 15px;
    font-family: Verdana, 'RobotoLight', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.breadcrumbs ul li a {
    color: #f57c00;
    font-size: 15px;
    font-family: Verdana, 'RobotoLight', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
}
.breadcrumbs ul li:before {
    content: '/';
    margin: 0 10px;
}
.breadcrumbs ul li:first-child:before {
    display: none;
}

/* CATALOG */
.catalog-controls {
    overflow: hidden;
    *zoom: 1;

    border-top: 1px solid #5d6368;
    border-bottom: 1px dotted #5d6368;
    padding: 7px 0;
    line-height: 26px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;

    font-size: 12px;
    color: #58595b;
}
.catalog-controls fieldset,
.catalog-controls legend {
    float: left;
}
.catalog-controls fieldset {
    margin: 0 0 0 10px;
    width: 48%;
}
.catalog-controls fieldset:first-child{
    margin-left: 0;
}
.catalog-controls legend {
    margin: 0 8px 0 0;
    width: 50%;
    border: none;
}
.catalog-controls__category optgroup {
    border-top: 1px dashed #000;
    padding: 5px 0 !important;
}
.catalog-controls__category optgroup:first-child {
    border-top: none;
}
.catalog-controls__show .grid{
   /*float: right;*/
   width: 50%;
   display: inline;
}
.catalog-controls__show .grid-size {
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 5px;
    height: 16px;
    background: url('../icon_catalog_controls_grid_size.png') no-repeat;
    cursor: pointer;
}
.catalog-controls__show .grid-size_big {
    width: 16px;
    background-position: 0 0;
}
.catalog-controls__show .grid-size_med {
    width: 15px;
    background-position: -16px 0;
}
.catalog-controls__show .grid-size_small {
    width: 14px;
    background-position: -31px 0;
}

.catalog-controls__show .grid-size_state_current {
    cursor: default;
}
.catalog-controls__show .grid-size_big.grid-size_state_current {
    background-position: 0 -16px;
}
.catalog-controls__show .grid-size_med.grid-size_state_current {
    background-position: -16px -16px;
}
.catalog-controls__show .grid-size_small.grid-size_state_current {
    background-position: -31px -16px;
}

.catalog-controls__show .grid-cells {
    margin: 0 3px;
    border-bottom: 1px dashed #0787b7;
    line-height: 26px;
    color: #0787b7;
    cursor: pointer;
}
.catalog-controls__show .grid-cells_state_current {
    margin: 0 5px;
    border-bottom: none;
    font-size: 15px;
    font-weight: bold;
    color: #fcaf17;
    cursor: default;
}
.catalog-controls .catalog-controls__sort {
    float: right;
}
.catalog-controls__sort .btn-direction  {
    margin: 0 5px;
    padding: 0;
    width: 11px;
    height: 18px;
    vertical-align: middle;
    background: url('../icon_catalog_controls_sort_dir.png') -11px 0 no-repeat;
    border: none;
}
.catalog-controls__sort .btn-direction-desc {
    /*background-position: -11px 0;*/
    background-position: 0 0;
}

.catalog .items-list, .cats-list  {
    list-style: none;
    /*margin: 15px -10px 20px 0;*/
    margin: 15px 0 20px 0;
    text-align: center;
}
.catalog .list-item, .list-cat {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;

    margin: 0 30px 20px 0;

    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
       -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
            box-shadow: 0 0 10px rgba(0,0,0,.2);
    /*behavior: url(images/PIE.php);*/
}

/*.catalog .items-list-x-3 .list-item, */
.cats-list-x-3 .list-cat {
    padding: 10px 0 0;
    width: 230px;
    height: 220px;
}
.catalog .items-list-x-3 .list-item{
    padding:  0;
    width: 230px;
    height: 400px;
}
.catalog .items-list-x-3 .list-item img, 
.cats-list-x-3 .list-cat img {
    max-width: 200px;
    max-height: 160px;
}
.catalog .items-list-x-4 .list-item, 
.cats-list-x-4 .list-cat {
    padding: 9px 0 0;
    width: 169px;
    height: 160px;
}
.catalog .items-list-x-4 .list-item img, 
.cats-list-x-4 .list-cat img {
    max-width: 150px;
    max-height: 100px;
}
.catalog .items-list-x-5 .list-item, 
.cats-list-x-5 .list-cat {
    padding: 3px 0 0;
    width: 133px;
    height: 130px;
}
.catalog .items-list-x-5 .list-item img,
.cats-list-x-5 .list-cat img {
    max-width: 110px;
    max-height: 60px;
}

.catalog .list-item .text,
.list-cat .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    overflow: hidden;

    background: #fff url('../catalog_list-item_title_bg.png') top center no-repeat;
}
.catalog .list-item .text .title,
.list-cat .text .title {
    font: 15px/20px 'PT Sans', sans-serif;
    color: #991d16;
}
.list-cat .text a{
    text-decoration: none;
    color: #991d16;
}
.list-cat .text a:hover{
    text-decoration: underline;
}
.catalog .list-item>img,
.catalog .list-item>.text .title,
.list-cat>img,
.list-cat>.text .title {
    cursor: pointer;
}
.catalog .list-item .text .title b,
.list-cat .text .title b {
    font-size: 20px;
    font-weight: normal;
}
.catalog .items-list-x-5 .list-item .text .title ,
.cats-list-x-5 .list-cat .text .title {
    font-size: 13px;
}

.catalog .details {
/*    display: none;
    position: absolute;
    z-index: 100;
    width: 270px;
    height: 400px;*/

/*    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
       -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
            box-shadow: 0 0 20px rgba(0,0,0,.2);*/
    /*behavior: url(images/PIE.php);*/
}
.catalog .list-item:hover .details {
    /*display: block;*/
}

.catalog .items-list-x-3 .details {
   /* top: -90px;
    left: -20px;*/
}
/*.catalog .items-list-x-4 .details {
    top: -115px;
    left: -50px;
}
.catalog .items-list-x-5 .details {
    top: -133px;
    left: -68px;
}*/

.catalog .list-item__gallery {
    /*margin: 20px 0 0;*/
}

.catalog .list-item__gallery .big a {
    display: block;
    position: relative;
}
.catalog .list-item__gallery .big img {
    max-width: 200px;
    max-height: 160px;
}
.catalog .list-item__gallery .big__zoom {
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 23px;
    height: 23px;
    background: url('../icon_zoom.png');
}

.catalog .list-item__gallery .thumbs {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
}
.catalog .list-item__gallery .thumbs li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
    cursor: pointer;

    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
       -moz-box-shadow: 0 0 3px rgba(0,0,0,.1);
            box-shadow: 0 0 3px rgba(0,0,0,.1);
}
.catalog .list-item__gallery .thumbs .active img {
    outline: 1px solid #3ecdf8;
}
.catalog .list-item__gallery .thumbs img {
    max-width: 50px;
    max-height: 40px;
}


.catalog .list-item .details .text {
    padding: 5px 20px 10px 20px;
}
.catalog .list-item .details .text .desc {
    margin: 8px 0 10px 0;
    font-size: 12px;
}
.catalog .list-item .details .text .desc,
.catalog .list-item .details .text .category {
    /*margin-left: 30px;
    text-align: left;*/
}
.catalog .list-item .details .text .category a {
    border-bottom: 1px dashed #939598;

    font-size: 11px;
    color: #939598;
    text-decoration: none;
}

.catalog .details .button {
    margin: 10px 0 0;
}

.catalog .load-more-wrap {
    text-align: center;
    line-height: 30px;
}
.details .close {
    display: none;
}
.button__text {
    padding: 0 0 0 15px;
    font: bold 15px/30px 'AgoraSansProRegular', Arial, sans-serif;
    color: #fff;
    background: url('../mainmenu_bullet.png') left center no-repeat;
}
.button_bg_blue {
    background: #00c6ff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#00c6ff) to(#1497d3));
    background: -webkit-linear-gradient(#00c6ff, #1497d3);
    background: -moz-linear-gradient(#00c6ff, #1497d3);
    background: -ms-linear-gradient(#00c6ff, #1497d3);
    background: -o-linear-gradient(#00c6ff, #1497d3);
    background: linear-gradient(#00c6ff, #1497d3);
}

/*================ FORMS 
=========================*/
.form #product-form{
    overflow: hidden;
    position: relative;
    padding: 20px;
    /*width: 430px;*/
    /*background: #f8f7ee;*/
}
.form__caption {
    margin: 0 0 15px;
    font: 15px/18px 'AgoraSansProRegular', Arial, sans-serif;
    color: #991d16;
}
.text-center {
    text-align: center !important;
}
.hidden {
    display: none;
}
.form dl {
    margin: 0 0 4px;
}
.form dt {
    float: left;
}
.form #product-form label {
    font-size: 16px;
    color: #58595b;
}
.form #product-form dd {
    margin-left: 72px;
}
.form #product-form input[type="text"] {
    height: 26px;
}
.form #product-form textarea {
    height: 86px;
}
.form #product-form input[type="text"], .form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 1px solid #fff;*/
/*        border-top-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-left-style: solid;
        border-top-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);*/
    border-top: 1px solid #9c9c9c;
    border-left: 1px solid #c0c0c0;
}
.form__infobox {
    margin: 14px 0;
}
.form__infobox .email {
    margin-left: 10px;
}
.form__infobox .phone, .form__infobox .email {
    float: right;
    margin: 10px 0 0;
        margin-left: 0px;
    padding-left: 25px;
}
#product-form .email {
    padding: 0 0 0 28px;
        padding-left: 28px;
    line-height: 20px;
    background: url('../icon_email.png') no-repeat;
    font-size: 14px;
}
#product-form .phone {
    padding: 0 0 0 28px;
        padding-left: 28px;
    font: bold 20px/20px 'PT Sans', sans-serif;
    white-space: nowrap;
    background: url('../icon_phone.png') 5px 3px no-repeat;
}
#product-form .attention, #product-form .error {
    padding: 0 0 0 10px;
    line-height: 17px;
    background: url('../icon_attention.png') left center no-repeat;
}
#product-form .attention {
    font-size: 14px;
    color: #58595b;
}
.form form#product-form .attention {
    float: left;
    width: 250px;
    line-height: 15px;
}
.form form#product-form .button {
    float: right;
}
#slider-wrap{
    margin: auto;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 43.93%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#slider-wrap object{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banners {
    margin-bottom: 15px;
}
.banners .item{
    margin-top: 15px;
}

#universal .cat_block .important {
    background: #f2f3f3;
    color: #000;
    font-size: 15px;
    margin: 0 0 25px 0;
    padding: 20px;
}
#universal .cat_block p.cat_title {
    font-size: 18px;
    line-height: 22px;
}
#universal .cat_block table.parameters {
    border: solid 1px #eee;
    margin: 0 0 20px 20px;
}



/*@media screen and (max-width: 1200px) {
    #main-menu .navbar-nav > li > a {
        margin-left: 33px;
    }

}*/
/*@media screen and (max-width: 992px) {
    .navbar-header.text-center {
        margin: 0 0 15px 0;        
    }
    .navbar-header {
        margin: 0;
        float: none; 
    }
    #main-menu .navbar-nav > li > a,
    .dropdown-menu > li > a, #main-menu.navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
    #main-menu .navbar-nav > li > a {
        margin-left: 17px;        
    }
    .serv:nth-child(3) .service {
        margin-top: 75px;
    }
    #en-portfolio .item:nth-child(3),
    #en-portfolio .item:nth-child(4) {
        margin-top: 80px;
    }
    #en-footer h3 {
        margin-top: 50px;
    }
    .breadcrumbs {
        /*margin-top: 80px;*/
   /* }
    #universal {
        padding-top: 0;
        padding-bottom: 55px;
    }
}*/
/*@media screen and (max-width: 768px) {
    #top-menu .navbar-form {
        margin: 6px 0 15px 0;
    }
    .top-links.list-unstyled.text-right {
        text-align: left;
    }
    .list-inline {
        display: flex;
        justify-content: space-between;
    }
    .navbar-default .navbar-toggle {
        border-color: #000;
    }
    .navbar-toggle {
        color: #000;
    }
    .navbar-nav.navbar-left {
        margin: 0;
        padding: 15px 0;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #000;
    }
    .navbar-nav .dropdown-menu > li > a,
    #main-menu.navbar-default .navbar-nav > li > a {
        margin: -1px 0 0 0 !important;
        text-align: left;
        padding: 0 15px;
        font-size: 15px;
        line-height: 40px;
    }
    .img-responsive, .thumbnail > img,
    .thumbnail a > img,
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        margin: 0 auto;
    }
    .serv:nth-child(2) .service,
    .serv:nth-child(3) .service {
        margin-top: 75px;
    }
    .en-cta img {
        margin: 0;
    }
    #en-portfolio .item:nth-child(2),
    #en-portfolio .item:nth-child(3),
    #en-portfolio .item:nth-child(4) {
        margin-top: 80px;
    }
    .advan .img2,
    .advan .img3,
    .advan .img4 {
        margin-top: 80px;
    }
    #en-news .content_tabs img {
        display: block;
        margin: 0 auto;
    }
    #en-news .content_tabs p {
        margin-bottom: 80px;
    }


    #universal .cat_block table.parameters {
        width: 100%;
        font-size: 13px;
    }
}
@media screen and (max-width: 640px) {
    #top-menu .navbar-header.text-center {
        margin: 0 0 15px 0;
    }
    .top-contact ol li a {
        font-size: 15px;
        line-height: 15px;
    }
}*/
@media screen and (max-width: ) {}
@media screen and (max-width: ) {}