@charset "UTF-8";
@import url(owl.carousel.css);
/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; } */

ol, ul {
  list-style: none;


  }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/* HELPERS
---------------------------------------------------------- */
.clearfix::after {
  clear: both;
  display: block;
  content: ' '; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.list-reset {
  list-style: none; }

.valign {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media only screen and (max-width: 1189px) {
  .hide-on-mobile {
    display: none !important; } }

@media (min-width: 1190px) {
  .hide-on-desktop {
    display: none !important; } }

@media (max-width: 750px) {
  #header {
    z-index: 9 !important;
  }
  .b-popup__box {
    max-width: 340px;
    padding: 20px !important;
    top: 85px !important;
  }
  .b-popup__title {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }
  .wpcf7 p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  input[type="tel"], input[type="text"], input[type="email"], 
  input[type="search"], input[type="password"], select {
    height: auto;
  }
  textarea {
    height: 50px !important;
  }
  input[type="submit"] {
    margin-top: 10px !important;
  }
}

.l-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

/*
----------------------------------------------------------
   1 - GENERAL
   2 - UI ELEMENTS
   3 - LAYOUT
   4 - HEADER
   5 - TOP MENU
   6 - BREADCRUMBS
   7 - CONTENT
   8 - SIMPLETABS
   9 - ATTACHMENTS
   10 - SIDEBAR
   11 - PRODUCTS LIST
   12 - PAGINATION
   13 - BRANDS JCAROUSEL
   14 - FOOTER
   15 - HOME PAGE
   16 - POP UP

---------------------------------------------------------- */
/* GENERAL
---------------------------------------------------------- */
html {
  height: 100%;
  width: 100%; }

body {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333; }

a:link, a:visited {
  color: #39C; }
a:hover {
  text-decoration: none;
  color: #39C; }
a:active {
  color: #333; }

b,
strong {
  font-weight: bold; }

i,
em {
  font-style: italic; }

p {
  margin-bottom: 12px;
  line-height: 22px;
  text-align:justify;
  }

ul,
ol {
  list-style-position: inside; }

h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px; }

sup,
sub {
  vertical-align: top;
  position: relative;
  font-size: .7em; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.6em; }

hr {
  display: block;
  height: 1px;
  margin: 20px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc; }

/* UI Elements
---------------------------------------------------------- */
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
select {
  width: 100%;
  padding: 0 8px;
  height: 30px;
  line-height: 27px;
  border: 1px solid #CCC;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

textarea.wpcf7-form-control {
  height: 50px !important;
  resize: vertical;
  overflow: auto; }

.l-field {
  margin-bottom: 20px; }

input[type="submit"],
.button {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 25.6px;
  margin-top: 10px;
  vertical-align: middle;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  font-weight: 300;
  font-size: 16px;
  font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  color: #666;
  text-shadow: 0 1px 1px #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #EEE;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP���dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: linear-gradient(to bottom, #fbfbfb, #e1e1e1); }

/* LAYOUT
----------------------------------------------------------
.grid {
  
  margin: 0 auto; }
*/
.wrapper {
  padding: 40px 0 50px; }

/* HEADER
---------------------------------------------------------- */
.header {
  border-bottom: 1px solid #292929;
  background: #f5f5f5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2RlZGVkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk3JSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2Q3ZDdkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjM2MzYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f5f5f5 0%, #ebebeb 40%, #dedede 80%, #dcdcdc 97%, #d7d7d7 98%, #cfcfcf 99%, #cfcfcf 99%, #c3c3c3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(40%, #ebebeb), color-stop(80%, #dedede), color-stop(97%, #dcdcdc), color-stop(98%, #d7d7d7), color-stop(99%, #cfcfcf), color-stop(99%, #cfcfcf), color-stop(100%, #c3c3c3));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #ebebeb 40%, #dedede 80%, #dcdcdc 97%, #d7d7d7 98%, #cfcfcf 99%, #cfcfcf 99%, #c3c3c3 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #ebebeb 40%, #dedede 80%, #dcdcdc 97%, #d7d7d7 98%, #cfcfcf 99%, #cfcfcf 99%, #c3c3c3 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #ebebeb 40%, #dedede 80%, #dcdcdc 97%, #d7d7d7 98%, #cfcfcf 99%, #cfcfcf 99%, #c3c3c3 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #ebebeb 40%, #dedede 80%, #dcdcdc 97%, #d7d7d7 98%, #cfcfcf 99%, #cfcfcf 99%, #c3c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#c3c3c3',GradientType=0 ); }
  .header .grid {
    background: url(../images/bg-header.jpg) left top no-repeat; }
  .header__logo {
    float: left;
    display: block;
    width: 240px;
    height: 120px;
    position: relative; }
    .header__logo a {
      display: block;
      position: absolute;
      margin-top: 30px; }
      .header__logo a img {
        display: block;
        height: auto;
        width: 168px; }
  .header__contacts {
    float: left;
    width: 540px;
    padding-top: 32px; }
    .header__contacts__phones {
      float: left;
      width: 260px;
      list-style: none; }
      .header__contacts__phones li {
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 3px;
        margin-right: 20px; }
        .header__contacts__phones li:nth-child(2n) {
          margin-right: 0; }
        .header__contacts__phones li:last-child, .header__contacts__phones li:nth-last-child(2) {
          margin-bottom: 0; }
    .header__contacts__address {
      float: left;
      height: 40px;
      margin-top: 2px;
      padding-left: 20px;
      font-style: italic;
      font-size: 12px;
      border-left: 1px solid #d2d2d2; }
  .header__other {
    float: left;
    width: 160px;
    padding-top: 32px; }

/* TOP MENU
---------------------------------------------------------- */
.top_menu {
  border-top: 3px solid #434343;
  background: url(../images/bg-menu.png) repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }
  .top_menu ul#menu-main > li {
    float: left;
    position: relative;
    margin-right: 40px;
    padding: 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .top_menu ul#menu-main > li:hover > ul {
      display: block;
      opacity: 1;
      visibility: visible; }
    .top_menu ul#menu-main > li.current-menu-item {
      position: relative; }
      .top_menu ul#menu-main > li.current-menu-item::before {
        display: block;
        content: ' ';
        width: 20px;
        height: 14px;
        position: absolute;
        top: -8px;
        left: 50%;
        margin-left: -10px;
        background: url(../images/active-arr.png) center 0 no-repeat; }
    .top_menu ul#menu-main > li > a {
      font-size: 18px;
      font-weight: normal;
      line-height: 18px;
      text-decoration: none;
      text-transform: uppercase;
      -moz-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      .top_menu ul#menu-main > li > a:link, .top_menu ul#menu-main > li > a:visited {
        color: #FFF; }
      .top_menu ul#menu-main > li > a:hover, .top_menu ul#menu-main > li > a:active {
        color: #39C;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
    .top_menu ul#menu-main > li ul {
      opacity: 0;
      visibility: hidden;
      width: 240px;
      padding: 5px 0px 10px;
      position: absolute;
      z-index: 10;
      border-radius: 0 0 5px 5px;
      background: url(../images/bg-menu.png) repeat;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
      .top_menu ul#menu-main > li ul ul {
        border-radius: 0 5px 5px 5px; }
      .top_menu ul#menu-main > li ul li:hover {
        background-color: #2e2e2e; }
      .top_menu ul#menu-main > li ul li.menu-item-has-children {
        background-image: url(../images/menu-arr.png);
        background-size: 5px 9px;
        background-repeat: no-repeat;
        background-position: 95% center; }
      .top_menu ul#menu-main > li ul li a {
        display: block;
        padding: 8px 18px;
        font-size: 13px;
        line-height: 16px;
        text-decoration: none;
        color: #FFF; }
    .top_menu ul#menu-main > li > ul {
      top: 60px;
      left: -18px; }
      .top_menu ul#menu-main > li > ul > li {
        position: relative; }
        .top_menu ul#menu-main > li > ul > li:hover > ul {
          opacity: 1;
          visibility: visible;
          -moz-transition: opacity 0.2s ease-in-out;
          -o-transition: opacity 0.2s ease-in-out;
          -webkit-transition: opacity 0.2s ease-in-out;
          transition: opacity 0.2s ease-in-out; }
        .top_menu ul#menu-main > li > ul > li ul {
          left: 240px;
          top: -10px;
          padding-top: 10px; }

/* BREADCRUMBS
----------------------------------------------------------
.breadcrumbs {
  margin-left: 240px;
  font-size: 10px; }
 */

/* CONTENT
---------------------------------------------------------- */
.full-content {
  margin-left: 5px;
  padding-left: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.content {
  float: right;
  width: 70%;
  margin-left: 5px;
  padding-left: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .content a:visited {
    color: #555; }
  .content h1 {
    background: url(../images/dash_hor.gif) bottom repeat-x;
    padding-bottom: 15px;
    margin-bottom: 20px; }
  .content h2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
	  text-align: center;
  }
  .content h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
  .content p {
    line-height: 22px; }
  .content p + h2 {
    margin-top: 22px; }
  .content ol,
  .content ul {
    margin-bottom: 10px; }
  .content table {
    width: 100%;
    margin-top: 30px; }
    .content table:first-child {
      margin-top: 0; }
    .content table caption {
      padding-bottom: 15px;
      margin-bottom: 12px;
      font-size: 18px;
      line-height: 26px;
      background: url(../images/dash_hor.gif) bottom repeat-x; }
    .content table thead tr td {
      padding: 2px 10px 8px;
      font-weight: 700;
      border-bottom: 2px solid #505050; }
    .content table tbody tr:nth-child(2n) {
      background: #F0F0F0; }
    .content table tbody tr.important {
      background: #A7D8F1; }
    .content table td {
      padding: 8px 10px 8px;
      vertical-align: middle;
      font-size: 12px;
      color: #505050; }
      .content table td:last-child {
        padding-right: 0; }
  .content h1 + .wp-post-image {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px; }

/* SIMPLETABS
---------------------------------------------------------- */
.simpleTabs {
  margin: 25px 0 0;
  clear: both; }
  .simpleTabs ul.simpleTabsNavigation {
    margin: 0;
    padding: 0;
    text-align: left;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #D4D4D4; }
    .simpleTabs ul.simpleTabsNavigation::after {
      display: block;
      content: '';
      clear: both; }
    .simpleTabs ul.simpleTabsNavigation li {
      list-style: none;
      display: block;
      float: left;
      height: 31px;
      line-height: 31px;
      margin: 0;
      margin-bottom: -1px;
      padding: 0;
      border: 1px solid #D4D4D4;
      border-bottom: 0;
      border-left: 0;
      background: #E0E0E0;
      overflow: hidden; }
      .simpleTabs ul.simpleTabsNavigation li span {
        display: block;
        padding: 0 20px;
        text-decoration: none;
        border: 1px solid #FFF;
        color: #000;
        outline: none;
        cursor: pointer; }
        .simpleTabs ul.simpleTabsNavigation li span:hover {
          background: #CCC; }
        .simpleTabs ul.simpleTabsNavigation li span.current {
          background: #FFF;
          border-bottom: 1px solid #FFF; }
  .simpleTabs div.simpleTabsContent {
    display: none;
    padding: 15px 14px;
    border: 1px solid #D4D4D4;
    border-top: none; }
    .simpleTabs div.simpleTabsContent.currentTab {
      display: block; }
    .simpleTabs div.simpleTabsContent .scroll {
      overflow-x: scroll; }
    .simpleTabs div.simpleTabsContent table + p {
      margin-top: 20px; }

/* ATTACHMENTS
---------------------------------------------------------- */
.attachments {
  list-style: none;
  margin: 0 !important; }
  .attachments__item {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 5px 0 5px 42px; }
    .attachments__item.doc, .attachments__item.docx, .attachments__item.rtf {
      background: url(../images/specification/doc.png) center left no-repeat; }
    .attachments__item.xls, .attachments__item.xlsx {
      background: url(../images/specification/xls.png) center left no-repeat; }
    .attachments__item.ppt, .attachments__item.pptx {
      background: url(../images/specification/ppt.png) center left no-repeat; }
    .attachments__item.pdf {
      background: url(../images/specification/pdf.png) center left no-repeat; }
    .attachments__item.bmp, .attachments__item.png, .attachments__item.gif, .attachments__item.jpeg, .attachments__item.tiff {
      background: url(../images/specification/img.png) center left no-repeat; }
    .attachments__item.txt, .attachments__item.rar, .attachments__item.zip {
      background: url(../images/specification/txt.png) center left no-repeat; }
    .attachments__item a {
      padding-right: 5px; }
    .attachments__item span {
      font-size: 12px; }

/* SIDEBAR
---------------------------------------------------------- */
.sidebar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 20%;
  padding-right: 10px; }
  .sidebar header {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    background: url(../images/dash_hor.gif) bottom repeat-x; }
  .sidebar__menu a:link {
    color: #39C; }
  .sidebar__menu a:visited {
    color: #39C; }
  .sidebar__menu ul > li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #39C; }
    .sidebar__menu ul > li.current-menu-item > a, .sidebar__menu ul > li.current_page_item > a {
      text-decoration: none;
      color: #333; }
    .sidebar__menu ul > li ul {
      padding: 6px 0 5px; }
      .sidebar__menu ul > li ul > li {
        margin-bottom: 5px;
        padding-left: 7px;
        list-style: disc;
        list-style-position: inside !important; }
        .sidebar__menu ul > li ul > li.current-menu-item, .sidebar__menu ul > li ul > li.current_page_item {
          color: #333; }
          .sidebar__menu ul > li ul > li.current-menu-item a, .sidebar__menu ul > li ul > li.current_page_item a {
            text-decoration: none;
            color: #333; }
        .sidebar__menu ul > li ul > li a {
          font-size: 13px; }

/* PRODUCTS LIST
---------------------------------------------------------- */
.products-list {
  list-style: none; }
  .products-list ul {
	  list-style:none;
  }
  .products-list__item {
    float: left;
    overflow: hidden;
    position: relative;
    width: 180px;
    height: 240px;
    margin: 0 20px 20px 0; }
    .products-list__item:nth-child(3n+1) {
      margin-left: 0; }
    .products-list__item .post-edit-link {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 12px; }
    .products-list__item:hover .post-edit-link {
      display: inline-block; }
    .products-list__item a.image {
      display: block;
      margin: 0 auto 3px; }
      .products-list__item a.image img {
        width: auto;
        max-height: 160px;
        max-width: 220px;
        display: block;
        margin: 0 auto; }
    .products-list__item h2 {
      text-align: center;
      font-size: 15px;
      line-height: 24px; }
      .products-list__item h2 a {
        display: inline; }

.owl-dots {
  text-align: center; }
.owl-dot {
  display: inline-block; }
  .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 100%;
    background-color: #CCC; }
  .owl-dot.active span {
    background-color: #AAA; }
.owl-nav {
  width: 100%;
  height: 32px;
  position: absolute;
  top: 40%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .owl-nav div {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    cursor: pointer;
    text-indent: -9999px; }
.owl-prev {
  left: -32px;
  background: transparent url(../images/prev-horizontal.png) no-repeat 0 0; }
.owl-next {
  right: -32px;
  background: transparent url(../images/next-horizontal.png) no-repeat 0 0; }

.owl-carousel.products-list__item {
  margin-right: auto;
  margin-left: auto; }

.subpages {
  list-style: none;
  margin-bottom: 20px;
  background: url(../images/dash_hor.gif) bottom repeat-x; }
  .subpages__item {
    float: left;
    min-height: 286px;
    width: 160px;
    margin: 0 20px 20px 0; }
    .subpages__item:nth-child(4n) {
      margin-right: 0; }
    .subpages__item a {
      margin: 0 auto 3px; }
      .subpages__item a img {
        height: 160px;
        max-width: 160px;
        display: block;
        margin: 0 auto 10px; }
    .subpages__item h2 {
      text-align: center;
      font-size: 14px;
      line-height: 24px; }

/* PAGINATION
---------------------------------------------------------- */
.pagination {
  padding-top: 20px;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  background: url(../images/dash_hor.gif) top repeat-x; }
  .pagination .pages {
    position: absolute;
    right: 0;
    font-size: 12px;
    line-height: 22px; }
  .pagination .page,
  .pagination .current {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    color: #39C; }
  .pagination .page:hover {
    color: #333; }
  .pagination .current {
    color: #FFF;
    background: #55AEDA;
    cursor: default; }
  .pagination .previouspostslink,
  .pagination .nextpostslink {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 10px;
    text-decoration: none;
    color: #39C; }
    .pagination .previouspostslink:hover,
    .pagination .nextpostslink:hover {
      color: #333; }
  .pagination .previouspostslink {
    margin-right: 7px; }

/* BRANDS JCAROUSEL
---------------------------------------------------------- */
.brands {
  padding: 38px;
  background: #DDD; }
  .brands .jcarousel-wrapper {
    position: relative;
    /* Visible area of you carousel */
    /* Prev & Next control buttons */ }
    .brands .jcarousel-wrapper .jcarousel {
      position: relative;
      overflow: hidden;
      width: 848px;
      margin: 0 auto; }
      .brands .jcarousel-wrapper .jcarousel ul {
        width: 20000em;
        position: relative;
        /* Optional, required in this case since it's a <ul> element */
        list-style: none;
        margin: 0;
        padding: 0; }
        .brands .jcarousel-wrapper .jcarousel ul li {
          /* Required only for block elements like <li>'s */
          float: left;
          margin-right: 56px; }
          .brands .jcarousel-wrapper .jcarousel ul li img {
            display: block; }
    .brands .jcarousel-wrapper .jcarousel-control-prev,
    .brands .jcarousel-wrapper .jcarousel-control-next {
      width: 32px;
      height: 32px;
      position: absolute;
      top: 28px;
      text-indent: -9999px;
      cursor: pointer; }
      .brands .jcarousel-wrapper .jcarousel-control-prev:hover, .brands .jcarousel-wrapper .jcarousel-control-prev:focus,
      .brands .jcarousel-wrapper .jcarousel-control-next:hover,
      .brands .jcarousel-wrapper .jcarousel-control-next:focus {
        background-position: -32px 0; }
      .brands .jcarousel-wrapper .jcarousel-control-prev:active,
      .brands .jcarousel-wrapper .jcarousel-control-next:active {
        background-position: -64px 0; }
      .brands .jcarousel-wrapper .jcarousel-control-prev.inactive, .brands .jcarousel-wrapper .jcarousel-control-prev.inactive:hover, .brands .jcarousel-wrapper .jcarousel-control-prev.inactive:focus, .brands .jcarousel-wrapper .jcarousel-control-prev.inactive:active,
      .brands .jcarousel-wrapper .jcarousel-control-next.inactive,
      .brands .jcarousel-wrapper .jcarousel-control-next.inactive:hover,
      .brands .jcarousel-wrapper .jcarousel-control-next.inactive:focus,
      .brands .jcarousel-wrapper .jcarousel-control-next.inactive:active {
        cursor: default;
        background-position: -96px 0; }
    .brands .jcarousel-wrapper .jcarousel-control-prev {
      left: -16px;
      background: transparent url(../images/prev-horizontal.png) no-repeat 0 0; }
    .brands .jcarousel-wrapper .jcarousel-control-next {
      right: -16px;
      background: transparent url(../images/next-horizontal.png) no-repeat 0 0; }

/* FOOTER
---------------------------------------------------------- */
.footer {
  padding: 30px 0 22px;
  color: #CCC;
  background: #383838; }
  .footer a:hover {
    color: #FFF; }
  .footer a:visited {
    color: #0CF; }

/* HOME PAGE
---------------------------------------------------------- */
.main-categories {
  padding: 30px 0;
  border-bottom: 4px solid #DDD; }
  .main-categories .products-list__item {
    margin-bottom: 0; }
    .main-categories .products-list__item:nth-child(3n) {
      margin-right: 20px; }
    .main-categories .products-list__item:nth-child(4n) {
      margin-right: 0; }
    .main-categories .products-list__item a img {
      height: 170px;
      max-width: 220px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
  .main-categories .wrapp {
    max-height: 240px;
    overflow-y: hidden; }

.main-info .sidebar {
  float: right;
  width: 320px; }

.about header,
.news header {
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  background: url(../images/dash_hor.gif) bottom repeat-x; }

.about h2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
	  text-align: center;
}

.about {
  float: left;
  width: 580px; }

.news__list {
  padding: 15px 20px;
  list-style: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #F2F2F2; }
  .news__list__item {
    margin-bottom: 40px; }
    .news__list__item:last-child {
      margin-bottom: 0; }
    .news__list__item time {
      display: block;
      font-size: 11px;
      color: #AAA; }
    .news__list__item h3 {
      margin-bottom: 5px; }
    .news__list__item p {
      font-size: 13px;
      line-height: 20px; }
      .news__list__item p .read-more {
        float: right;
        padding-top: 5px; }

.post-type-archive-recommendations .news__list,
.category-news .news__list {
  padding: 0;
  background: none; }

/* Call Me
---------------------------------------------------------- */
.call-me__btn {
  width: 36px;
  height: 230px;
  position: absolute;
  top: 265px;
  left: 0;
  font-size: 0;
  text-indent: -9999px;
  direction: ltr;
  cursor: pointer;
  z-index: 30;
  background: url(../images/call-me.png) 0 0 no-repeat; }

.email__btn {
  float: right;
  cursor: pointer;
  box-shadow: none;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  background: #F18D05;
  color: #FFF;
  text-shadow: none;
  border: none;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  padding: 0 25.6px;
  font-weight: 300;
  font-size: 16px;
  font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  margin: 0;
  text-decoration: none;
  text-align: center; }
  .email__btn:active {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    background: #d8891e;
    color: #a66103; }

/* WPCF7 Forms
---------------------------------------------------------- */
.wpcf7-recaptcha {
  margin-bottom: 20px; }

.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* POP UP
---------------------------------------------------------- */
.b-popup__box {
  width: 400px;
  padding: 30px;
  position: fixed;
  top: 240px;
  left: 50%;
  z-index: 101;
  border-radius: 5px;
  background-color: #f8f8f8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .b-popup__box.small {
    width: 400px; }
  .b-popup__box.medium {
    width: 600px; }
  .b-popup__box.large {
    width: 800px; }
.b-popup__title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1;
  text-align: center; }
.b-popup__close {
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 27px;
  line-height: 13px; }
.b-popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(20, 75, 99, 0.7); }
/* �������� ��������� �� ���������� h1-h6 */
.oneone{
text-align: center;
 font-size:25px;
}
/* ��������� ������ � ���� �������� */
.content ul:not(.products-list) {
	list-style-type:disc;
	margin:15px;
}
.content li {
	margin:0 0 0 15px;
}
/* ��������� ������ ������ �������� */
.content .leftimg{
    float:left; /* ������������ �� ������ ���� */
    margin: 30px 30px 0 0;
}
.content .rigimg{
    float:right; /* ������������ �� ������ ���� */
  	 margin: 40px
}
/* IE Fixes
---------------------------------------------------------- */
.ie9 .gradient {
  filter: none; }

/* ���� ��� ����� */
.info {
display: block;
}
#withoutDisk {
	list-style:none;
}
.btn-form {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 122, 183);
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    background-image: none;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 9px;
}
/* .btn-file {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 122, 183);
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    background-image: none;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 9px;

} */
#btn-file a:link a:visited {
    color: FFF;
}
 #btn-file a{
	  border-radius: 9px;
    border: 1px solid #333; /* ����� */
    display: inline-block;
    padding: 5px 15px; /* ���� */
    text-decoration: none; /* ������� ������������� */
    color: #000; /* ���� ������ */
	   background:#4fbbf1;
  }
   #btn-file a:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.3); /* ���� */
    background: linear-gradient(to bottom, #cce4e2, #e9e9ce); /* �������� */
    color: #1f1e1e;;
   }


.simpleTabsNavigation {
  margin: 0 !important;
}