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; }

a {
  text-decoration: none; }

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

input[type='submit'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input {
  box-sizing: border-box;
  padding: 0 10px; }

textarea {
  box-sizing: border-box;
  padding: 5px 10px; }
@font-face {
    font-family: 'PTSansRegular';
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PTS55F-webfont.woff') format('woff'),
         url('../fonts/PTS55F-webfont.ttf') format('truetype'),
         url('../fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'pt_sansbold';
  src: url("../fonts/ptsansbold-webfont.eot");
  src: url("../fonts/ptsansbold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ptsansbold-webfont.woff2") format("woff2"), url("../fonts/ptsansbold-webfont.woff") format("woff"), url("../fonts/ptsansbold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'pt_sansregular';
  src: url("../fonts/ptsansregular-webfont.eot");
  src: url("../fonts/ptsansregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ptsansregular-webfont.woff2") format("woff2"), url("../fonts/ptsansregular-webfont.woff") format("woff"), url("../fonts/ptsansregular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'pt_sansitalic';
  src: url("../fonts/ptsansitalic-webfont.eot");
  src: url("../fonts/ptsansitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ptsansitalic-webfont.woff2") format("woff2"), url("../fonts/ptsansitalic-webfont.woff") format("woff"), url("../fonts/ptsansitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'als_rublregular';
  src: url("../fonts/rouble-webfont.eot");
  src: url("../fonts/rouble-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rouble-webfont.woff2") format("woff2"), url("../fonts/rouble-webfont.woff") format("woff"), url("../fonts/rouble-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.clearfix:after {
  content: '';
  clear: both;
  display: table; }

body,
a,
input,
textarea {
  font-family: "pt_sansregular";
  font-size: 16px;
  color: #000000; }

body {
  min-width: 1000px;
  margin: 0 auto; }

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px; }

.rub {
/*  font-family: "als_rublregular";*/
  font-family: "PTSansRegular";
}


h1 {
  font-family: "pt_sansbold";
  font-size: 22px;
  margin-top: 20px; }

h2 {
  font-size: 18px;
  color: #5d9bc6;
  font-family: "pt_sansbold";
  margin-top: 15px; }

h3 {
  font-size: 15px;
  font-family: "pt_sansbold";
  margin-top: 15px; }

.arrow_up {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none; }

header {
  height: 82px; }
  header .logo {
    float: left;
    margin-top: 8px; }
  header .phone {
    float: left;
    position: relative;
    margin: 20px 0 0 46px; }
    header .phone a:first-child {
      font-size: 14px;
      color: #f0743d;
      position: relative;
      margin-left: 77px;
      text-decoration: underline; }
      header .phone a:first-child:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        background: url("../images/sprite.png") no-repeat 0 0;
        top: 2px;
        left: -21px; }
      header .phone a:first-child:hover {
        text-decoration: none; }
    header .phone a:last-child {
      font-size: 18px;
      margin: 12px 0 0 54px;
      display: inline-block;
      font-family: "pt_sansbold"; }
    header .phone:before {
      content: "";
      position: absolute;
      width: 47px;
      height: 47px;
      background: url("../images/sprite.png") no-repeat -150px 0;
      top: 0;
      left: 0; }
  header .form {
    float: left;
    margin: 32px 0 0 22px;
    width: calc(100% - 785px); }
    header .form form {
      position: relative; }
      header .form form input[type='text'] {
        padding: 0 27px 0 10px;
        width: 100%;
        height: 27px;
        border: 0;
        -webkit-background-color: #f0f0f0;
        -ms-background-color: #f0f0f0;
        -moz-background-color: #f0f0f0;
        -o-background-color: #f0f0f0;
        background-color: #f0f0f0;
        background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.34) 0%, rgba(0, 0, 0, 0.34) 100%);
        box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 2px 15px 1px rgba(0, 0, 0, 0.2);
        font-family: "pt_sansitalic";
        font-size: 14px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        outline: 0;
        /* Firefox 19+ */
        /* Firefox 18- */ }
        header .form form input[type='text']::-webkit-input-placeholder {
          color: #000; }
        header .form form input[type='text']::-moz-placeholder {
          color: #000; }
        header .form form input[type='text']:-moz-placeholder {
          color: #000; }
        header .form form input[type='text']:-ms-input-placeholder {
          color: #000; }
      header .form form input[type='submit'] {
        position: absolute;
        top: 0;
        right: 0;
        width: 23px;
        height: 27px;
        background: url("../images/sprite.png") no-repeat -39px 5px;
        outline: 0; }
  header .basket {
    float: right;
    position: relative;
    width: 185px;
    margin-top: 22px; 
    cursor: pointer;}
    header .basket p {
      font-family: "pt_sansbold";
      font-size: 18px;
      padding-left: 55px; }
    header .basket .price {
      font-size: 16px;
      color: #f36030;
      text-decoration: underline;
      margin: 6px 0 0 56px; }
      header .basket .price span {
        font-family: "als_rublregular"; }
    header .basket:before {
      content: "";
      position: absolute;
      width: 47px;
      height: 47px;
      background: url("../images/sprite.png") no-repeat -88px 0;
      top: 0;
      left: 0; }

#menu {
  margin-top: 3px; }
  #menu .general_type {
    background: #5d9bc6;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
	text-align: center;
}
    #menu .general_type > li {
      height: 35px;
	  display: inline-block;
	  margin-left: -4px;
      position: relative;
      z-index: 3; }
      #menu .general_type > li a {
        display: block;
        font-size: 15px;
        color: #ffffff;
        line-height: 35px;
        padding: 0 13px; }
      #menu .general_type > li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-right: 1px solid #3174a3;
        height: 100%; }
      #menu .general_type > li:last-child:before {
        display: none;
      }
      #menu .general_type > li:hover {
        background: #26648f; }
      #menu .general_type > li ul.under_menu {
/*        display: none;*/
/* Данные строки нужны для правильной работы анимации */
    max-height:0px;
    overflow:hidden;
    -webkit-transition:max-height 0.4s linear;
    -moz-transition:max-height 0.4s linear;
    transition:max-height 0.4s linear;
/* конец */
        opacity: .0;
        max-height: 0px;
        background: #26648f;
        position: absolute;
        top: 34px;
        left: 0;
        width: 250px;
        padding: 5px 0; }
        #menu .general_type > li ul.under_menu li {
          border-bottom: 1px solid #1f557b;
          margin: 0 8px; }
          #menu .general_type > li ul.under_menu li a {
            padding: 0;
            line-height: 30px;
            display: block; }
            #menu .general_type > li ul.under_menu li a:hover {
              background: #5d9bc6; }
      #menu .general_type > li:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      #menu .general_type > li:hover .under_menu {
        max-height: 1250px;
        opacity: 1;
/*        display: block;*/
      }
      #menu .general_type > li:hover  .under_menu {
        transition: 1s;
      }
#main {
  /*--- General page -----*/
  /*--- Pay page -----*/
  /*--- Product page -----*/
  /*--- Catalog page -----*/ }
  #main .sidebar_left {
    float: left;
    width: 180px;
    margin-top: 23px; }
    #main .sidebar_left > ul {
      width: 180px; }
      #main .sidebar_left > ul > li {
        border-top: 1px solid #d0d0d0; }
        #main .sidebar_left > ul > li a {
          display: block;
          font-size: 13px;
          font-family: "pt_sansbold";
          padding: 10px 5px 8px; }
          #main .sidebar_left > ul > li a:hover {
            background: #e8e8e8; }
        #main .sidebar_left > ul > li:last-child {
          border-bottom: 1px solid #d0d0d0; }
        #main .sidebar_left > ul > li ul {
          display: none;
          background: #f2f2f2;
          padding: 0 10px; }
          #main .sidebar_left > ul > li ul li a {
            text-decoration: underline; }
            #main .sidebar_left > ul > li ul li a:hover {
              text-decoration: none;
              color: #5d9bc6;
              background: none; }
        #main .sidebar_left > ul > li.active > a {
          color: #ffffff;
          background: #b0b0b0; }
        
          #main .sidebar_left > ul > li >ul > li > ul > li > a {
          display: block;
          font-size: 12px;
          font-family: "pt_sansregular";
          padding: 10px 5px 8px; }
  #main .main_content {
    float: right;
    width: calc(100% - 200px);
    margin-top: 23px; }
    #main .main_content .slider .owl-item > div {
      position: relative;
      height: 250px; }
      #main .main_content .slider .owl-item > div .content {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0; }
        #main .main_content .slider .owl-item > div .content p {
          font-size: 40px;
          font-family: "pt_sansbold";
          color: #ffffff;
          padding: 16px 46px;
          line-height: 47px; }
    #main .main_content .slider .owl-controls {
      text-align: center;
      margin: -30px 0 20px 0; }
      #main .main_content .slider .owl-controls .owl-nav {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 0;
        width: 100%;
        height: 0;
        margin-top: -20px;
        padding: 0 15px;
        box-sizing: border-box; }
        #main .main_content .slider .owl-controls .owl-nav > div {
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        #main .main_content .slider .owl-controls .owl-nav .owl-prev {
          width: 0;
          border-top: 20px solid  transparent;
          border-bottom: 20px solid transparent;
          border-right: 35px solid rgba(68, 68, 68, 0.6);
          float: left; }
          #main .main_content .slider .owl-controls .owl-nav .owl-prev:hover {
            border-right: 35px solid #444444; }
        #main .main_content .slider .owl-controls .owl-nav .owl-next {
          float: right;
          border-top: 20px solid  transparent;
          border-bottom: 20px solid transparent;
          border-left: 35px solid rgba(68, 68, 68, 0.6); }
          #main .main_content .slider .owl-controls .owl-nav .owl-next:hover {
            border-left: 35px solid #444444; }
      #main .main_content .slider .owl-controls .owl-dots {
        display: inline-block;
        position: relative;
        z-index: 2; }
        #main .main_content .slider .owl-controls .owl-dots .owl-dot {
          display: inline-block;
          vertical-align: top;
          margin: 0 5px;
          width: 8px;
          height: 8px;
          background: #ffffff;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }
          #main .main_content .slider .owl-controls .owl-dots .owl-dot:hover {
            background: #26648f; }
        #main .main_content .slider .owl-controls .owl-dots .owl-dot.active {
          background: #26648f; }
    #main .main_content .items ul li {
      display: inline-block;
      vertical-align: top;
      margin: 50px 14px 0;
      width: 153px;
      position: relative;
      float: left;
      height: 130px;
      box-sizing: border-box; }
      #main .main_content .items ul li .overflow {
        height: 100px;
        overflow: hidden; }
        #main .main_content .items ul li .overflow .img {
          padding-top: 10px;
          width: 150px;
          margin: 0 auto;
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
          #main .main_content .items ul li .overflow .img img {
            max-width: 100%; }
      #main .main_content .items ul li .name {
        font-family: "pt_sansbold";
        font-size: 15px;
        text-align: center;
        padding-top: 7px; }
      #main .main_content .items ul li .links {
        background: #ffffff;
        padding: 10px 10px 15px;
        overflow: hidden;
        height: 0; }
        #main .main_content .items ul li .links .line {
          border-top: 1px solid #dddddd;
          margin: 0 10px 10px; }
        #main .main_content .items ul li .links a {
          font-size: 13px;
          margin-top: 5px;
          display: inline-block;
          text-decoration: underline; }
          #main .main_content .items ul li .links a:hover {
            text-decoration: none; }
      #main .main_content .items ul li .fix-height {
        position: relative; }
        #main .main_content .items ul li .fix-height:hover {
          border: 1px solid #e1e0e0;
          z-index: 2;
          -webkit-box-shadow: 0 0 5px rgba(35, 31, 32, 0.34);
          -ms-box-shadow: 0 0 5px rgba(35, 31, 32, 0.34);
          -moz-box-shadow: 0 0 5px rgba(35, 31, 32, 0.34);
          -o-box-shadow: 0 0 5px rgba(35, 31, 32, 0.34);
          box-shadow: 0 0 5px rgba(35, 31, 32, 0.34); }
    #main .main_content .item_tab {
      margin: 50px 0; }
      #main .main_content .item_tab .tab_menu {
        border-bottom: 3px solid #5d9bc6; }
        #main .main_content .item_tab .tab_menu ul li {
          display: inline-block;
          vertical-align: top; }
          #main .main_content .item_tab .tab_menu ul li a {
            font-family: "pt_sansbold";
            font-size: 18px;
            background: #f2f2f2;
            color: #000;
            display: inline-block;
            padding: 10px 19px 7px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            text-align: center; }
            #main .main_content .item_tab .tab_menu ul li a:hover {
              color: #ffffff;
              background: #b0b0b0; }
            #main .main_content .item_tab .tab_menu ul li a.active {
              background: #5d9bc6;
              color: #ffffff; }
      #main .main_content .item_tab .tab_area ul li.active {
        display: block !important; }
      #main .main_content .item_tab .tab_area .slider_item_tab {
        margin: 30px auto 0;
        padding: 0 45px;
        box-sizing: border-box; }
        #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .img {
          height: 155px; }
          #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .img img {
            max-width: 100%;
            max-height: 100%;
            width: auto; }
        #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .info_text .name {
          font-size: 15px; }
        #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .info_text .price_all {
          margin-top: 13px; }
          #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .info_text .price_all p {
            float: left;
            font-size: 14px;
            width: 100%;
            color: #939393;
            line-height: 18px; }
            #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .info_text .price_all p span {
              font-size: 16px;
              font-family: "pt_sansbold";
              color: #f0743d; }
        #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .info_text .buy {
          margin-top: 10px; }
          #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .info_text .buy .compare {
            float: left;
            margin-top: 20px; }
          #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .info_text .stock {
            float: left;
            margin-top: 20px; }
            #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .info_text .buy .compare label {
              font-size: 15px;
              position: relative;
              cursor: pointer; }
              #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .info_text .buy .compare label:before {
                content: "";
                position: absolute;
                width: 17px;
                height: 17px;
                border: 1px solid #d0d0d0;
                top: -18px;
                left: 50%;
                margin-left: -9px; }
              #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .info_text .buy .compare label:after {
                display: none;
                content: "";
                position: absolute;
                width: 15px;
                height: 16px;
                top: -18px;
                left: 23px;
                background: url("../images/sprite.png") no-repeat -212px 0; }
            #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .info_text .buy .compare input {
              display: none; }
              #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .info_text .buy .compare input:checked + label:after {
                display: block; }
          #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .info_text .buy a {
            float: right;
            display: block;
/*          width: 123px;*/
            width: 243px;
            height: 38px;
            font-size: 16px;
            color: #ffffff;
            text-transform: uppercase;
            font-family: "pt_sansbold";
            line-height: 42px;
            text-align: center;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
            background: #5d9bc6 url("../images/sprite.png") no-repeat 11px -124px;
            padding-left: 31px;
            box-sizing: border-box; }
            #main .main_content .item_tab .tab_area .slider_item_tab .owl-item .info_text .buy a:hover {
              background: #26648f url("../images/sprite.png") no-repeat 11px -124px; }
        #main .main_content .item_tab .tab_area .slider_item_tab .owl-controls {
          text-align: center;
          margin: -30px 0 20px 0; }
          #main .main_content .item_tab .tab_area .slider_item_tab .owl-controls .owl-nav {
            position: absolute;
            z-index: 2;
            top: 50%;
            height: 0;
            margin-top: -20px;
            padding: 0 10px;
            box-sizing: border-box;
            left: 0;
            width: 100%; }
            #main .main_content .item_tab .tab_area .slider_item_tab .owl-controls .owl-nav > div {
              -webkit-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
            #main .main_content .item_tab .tab_area .slider_item_tab .owl-controls .owl-nav .owl-prev {
              width: 0;
              border-top: 20px solid  transparent;
              border-bottom: 20px solid transparent;
              border-right: 20px solid rgba(68, 68, 68, 0.6);
              float: left; }
              #main .main_content .item_tab .tab_area .slider_item_tab .owl-controls .owl-nav .owl-prev:hover {
                border-right: 20px solid #26648f; }
            #main .main_content .item_tab .tab_area .slider_item_tab .owl-controls .owl-nav .owl-next {
              float: right;
              border-top: 20px solid  transparent;
              border-bottom: 20px solid transparent;
              border-left: 20px solid rgba(68, 68, 68, 0.6); }
              #main .main_content .item_tab .tab_area .slider_item_tab .owl-controls .owl-nav .owl-next:hover {
                border-left: 20px solid #26648f; }
    #main .main_content .advantage {
      margin-top: 77px; }
      #main .main_content .advantage .line {
        border-top: 1px solid #e2e2e2;
        margin: 2px 0; }
      #main .main_content .advantage ul {
        background: #e2e2e2;
        height: 94px; }
        #main .main_content .advantage ul li {
          float: left;
          width: 50%; }
          #main .main_content .advantage ul li .icon-1 {
            width: 73px;
            height: 73px;
            background: url("../images/sprite.png") no-repeat -76px -50px;
            float: left;
            margin: 11px 0 0 12px; }
          #main .main_content .advantage ul li .icon-2 {
            width: 73px;
            height: 73px;
            background: url("../images/sprite.png") no-repeat -160px -50px;
            float: left;
            margin: 11px 0 0 12px; }
          #main .main_content .advantage ul li p {
            font-size: 15px;
            font-family: "pt_sansbold";
            padding: 21px 0 0 102px;
            line-height: 18px; }
    #main .main_content .all_house {
      margin-top: 35px; }
      #main .main_content .all_house .title {
        font-size: 22px;
        font-family: "pt_sansbold";
        color: #5d9bc6;
        padding-bottom: 16px; }
      #main .main_content .all_house ul li {
        width: 50%;
        float: left;
        box-sizing: border-box; }
        #main .main_content .all_house ul li:first-child {
          padding-right: 20px; }
        #main .main_content .all_house ul li p {
          font-size: 15px;
          line-height: 18px; }
          #main .main_content .all_house ul li p a {
            color: #5d9bc6;
            text-decoration: underline; }
            #main .main_content .all_house ul li p a:hover {
              text-decoration: none; }
    #main .main_content .current_pagination ul li {
      float: left;
      margin-right: 15px;
      position: relative; }
      #main .main_content .current_pagination ul li a {
        font-size: 12px;
        color: #5d9bc6;
        text-decoration: underline; }
        #main .main_content .current_pagination ul li a:hover {
          text-decoration: none; }
      #main .main_content .current_pagination ul li:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 5px;
        background: url("../images/sprite.png") no-repeat 0 -30px;
        top: 7px;
        right: -12px; }
      #main .main_content .current_pagination ul li:last-child a {
        text-decoration: none;
        color: #b0b0b0; }
      #main .main_content .current_pagination ul li:last-child:before {
        display: none; }
    #main .main_content  p.text {
      font-size: 13px;
      line-height: 15px;
      padding-top: 10px; }
    #main .main_content div.text {
      font-size: 13px;
      line-height: 15px;
      padding-top: 10px; }
      #main .main_content div.text a {
        text-decoration: underline;
        color: #5d9bc6; }
        #main .main_content div.text a:hover {
          text-decoration: none; }
    #main .main_content .img_default {
      float: left;
      margin: 15px 15px 0 0; }
    #main .main_content .list_arrow {
      margin-top: 10px; }
      #main .main_content .list_arrow li {
        font-size: 13px;
        line-height: 18px;
        position: relative;
        padding-left: 10px; }
      
    #main .main_content .list_arrow li:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #dc7124; }

    #main .product_page .product_info .tab_info .choice_tab li .text ul{
        position: relative;
    }
    
    #main .product_page .product_info .tab_info .choice_tab li .text ul li {
    list-style: outside ;
    padding-left: 8px;
    margin-left:10px;
    position: relative;
}    
    
    #main .product_page .product_info .tab_info .choice_tab li .text li:before {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #dc7124;
    border-top: 5px solid transparent;
    content: "";
    left: 0;
    top: 5px;
    line-height: 10px;
    position: absolute;
    } 
    

        
    #main .main_content .list_number {
      margin-top: 10px; }
      #main .main_content .list_number li {
        font-size: 13px;
        line-height: 18px; }
        #main .main_content .list_number li span {
          font-size: 13px;
          color: #5d9bc6;
          font-family: "pt_sansbold"; }
    #main .main_content table.type_table {
      width: 754px;
      width: 100%;
      margin-top: 15px; }
      #main .main_content table.type_table tr {
        height: 35px; }
        #main .main_content table.type_table tr:first-child {
          background: #5d9bc6; }
          #main .main_content table.type_table tr:first-child td {
            border: 1px solid #5d9bc6;
            color: #ffffff; }
        #main .main_content table.type_table tr td {
          border: 1px solid #d0d0d0;
          padding: 0 5px;
          font-size: 13px;
		  vertical-align: middle;
          box-sizing: border-box; }
		#main .main_content table.type_table tr td img {
			margin: 5px;
			display: block;
		}
		#main .main_content table.type_table tr td span {
			display: inline-block;
  		    vertical-align: middle;
			padding: 0 3px 0 6px;
		}

                #main .main_content table.type_table tr td a {
			color: #f0743d;
			font-size: 13px;
			line-height: normal;
			line-height: 25px;
			text-decoration: underline;
		}
		#main .main_content table.type_table tr td a:hover {
			text-decoration: none;
		}
        #main .main_content table.type_table tr:nth-child(2n) {
          background: #e2e2e2; }
        
        
        
        
        
        
        
        
        
    #main .main_content .product-desckription-info table {
      width: 754px;
      width: 100%;
      margin-top: 15px; }
      #main .main_content .product-desckription-info table tr {
        height: 35px; }
        #main .main_content .product-desckription-info table tr:first-child {
          background: #5d9bc6; }
          #main .main_content .product-desckription-info table tr:first-child td {
            border: 1px solid #5d9bc6;
            color: #ffffff; }
        #main .main_content .product-desckription-info table tr td {
          border: 1px solid #d0d0d0;
          padding: 0 5px;
          font-size: 13px;
		  vertical-align: middle;
          box-sizing: border-box; }
		#main .main_content .product-desckription-info table tr td img {
			margin: 5px;
			display: block;
		}
		#main .main_content .product-desckription-info table tr td span {
			display: inline-block;
  		    vertical-align: middle;
			padding: 0 3px 0 6px;
		}

                #main .main_content .product-desckription-info table tr td a {
			color: #f0743d;
			font-size: 13px;
			line-height: normal;
			line-height: 25px;
			text-decoration: underline;
		}
		#main .main_content .product-desckription-info table tr td a:hover {
			text-decoration: none;
		}
        #main .main_content .product-desckription-info table tr:nth-child(2n) {
/*          background: #e2e2e2; */
        }       
        
        
        
        
        
        
        
        
  #main .partners_slider {
    max-width: 860px;
    max-width: calc(100% - 140px);
    margin: 40px auto 0;
    padding: 0 50px; }
    #main .partners_slider .owl-item > div {
      text-align: center; }
    #main .partners_slider .owl-item .table {
      display: inline-block; }
    #main .partners_slider .owl-item .table_cell {
      height: 120px;
      display: table-cell;
      vertical-align: middle; }
      #main .partners_slider .owl-item .table_cell img {
        max-width: 100%;
        max-height: 100%; }
    #main .partners_slider .owl-nav {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 0;
      width: 100%;
      height: 0;
      margin-top: -20px;
      padding: 0 15px;
      box-sizing: border-box; }
      #main .partners_slider .owl-nav > div {
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #main .partners_slider .owl-nav .owl-prev {
        width: 0;
        border-top: 20px solid  transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid rgba(68, 68, 68, 0.6);
        float: left; }
        #main .partners_slider .owl-nav .owl-prev:hover {
          border-right: 20px solid #5d9bc6; }
      #main .partners_slider .owl-nav .owl-next {
        float: right;
        border-top: 20px solid  transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid rgba(68, 68, 68, 0.6); }
        #main .partners_slider .owl-nav .owl-next:hover {
          border-left: 20px solid #5d9bc6; }
  #main .product_page .product_info {
    float: left;
    width: 457px;
    width: calc(100% - 300px);
    margin-top: 10px; }
    #main .product_page .product_info .img {
      float: left;
      width: 205px;
      margin: 14px 0 0 10px; }
      #main .product_page .product_info .img img {
        max-width: 100%; }
    #main .product_page .product_info .first_info_item {
      float: left;
      margin: 4px 0 0 5px;
/*      width: 190px;*/
    }
      #main .product_page .product_info .first_info_item .name {
        font-size: 13px; }
      #main .product_page .product_info .first_info_item .price {
        font-size: 18px;
        color: #f0743d;
        font-family: "pt_sansbold";
        margin: 7px 0 0 0;
        position: relative;
        display: inline-block; }
        #main .product_page .product_info .first_info_item .price span {
          font-weight: bold; }
        #main .product_page .product_info .first_info_item .price:before {
          content: "";
          position: absolute;
          width: 21px;
          height: 17px;
          background: url("../images/sprite.png") no-repeat -24px -31px;
          top: 2px;
          right: -28px; }
      #main .product_page .product_info .first_info_item .param_item tr td {
        font-size: 13px;
        line-height: 19px; }
        #main .product_page .product_info .first_info_item .param_item tr td:first-child {
/*          width: 80px;*/
        padding-right: 10px;
        }
    #main .product_page .product_info .tab_info {
      margin-top: 30px; }
      #main .product_page .product_info .tab_info .menu_select_tab {
        border-bottom: 3px solid #5d9bc6; }
        #main .product_page .product_info .tab_info .menu_select_tab li {
          display: inline-block;
          vertical-align: top; }
          #main .product_page .product_info .tab_info .menu_select_tab li a {
            font-family: "pt_sansbold";
            font-size: 18px;
            background: #f2f2f2;
            color: #000;
            display: inline-block;
            padding: 10px 9px 7px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            text-align: center; }
            #main .product_page .product_info .tab_info .menu_select_tab li a:hover {
              color: #ffffff;
              background: #b0b0b0; }
            #main .product_page .product_info .tab_info .menu_select_tab li a.active {
              background: #5d9bc6;
              color: #ffffff; }
      #main .product_page .product_info .tab_info .choice_tab li {
        display: none;
        margin-top: 13px; }
        #main .product_page .product_info .tab_info .choice_tab li table.tab_type {
          width: 63%; }
          #main .product_page .product_info .tab_info .choice_tab li table.tab_type tr td {
            font-size: 13px;
            line-height: 18px; }
        #main .product_page .product_info .tab_info .choice_tab li.active {
          display: block; }
        #main .product_page .product_info .tab_info .choice_tab li.active {
          display: block; }
        #main .product_page .product_info .tab_info .choice_tab li.active .text li {
          display: block;
        }    
        #main .product_page .product_info .tab_info .choice_tab li .item_image:hover {
          border: 1px solid #bbbbbb;
        }
        #main .product_page .product_info .tab_info .choice_tab li .item_image {
            float: left;
            margin: 6px;
            width: 240px;
        } 
  #main .product_page .product_price {
    background: #fff;
    float: right;
    width: 285px;
    margin-top: 12px;
	border: 2px solid #5d9bc6;
}
    #main .product_page .product_price .shipping_get .name {
      font-family: "pt_sansbold";
	  padding: 5px 10px;
      font-size: 15px; }
    #main .product_page .product_price .shipping_get .price_get {
      float: left;
	  padding: 5px 10px;
      width: calc(60% - 20px); }
    #main .product_page .product_price .shipping_get .price_get.rent {
      float: left;
	  padding: 5px 10px;
      width: calc(100% - 20px); }
      #main .product_page .product_price .shipping_get .price_get p {
        font-size: 13px;
        line-height: 15px;
        padding-top: 5px; }
        #main .product_page .product_price .shipping_get .price_get p b {
          font-size: 16px;
  		font-weight: bold;}
        #main .product_page .product_price .shipping_get .price_get p .rub {
			font-size: 16px;
    		font-weight: bold; }
    #main .product_page .product_price .shipping_get .region {
      float: left;
	  padding: 5px 0; }
#main .product_page .product_price .shipping_get .region:htn-child(2) label {
    padding-bottom: 3px;
}
      #main .product_page .product_price .shipping_get .region label {
        font-size: 13px;
        line-height: 16px;
        cursor: pointer;
        position: relative;
        padding-left: 14px;
        display: block; }
        #main .product_page .product_price .shipping_get .region label:before {
          content: "";
          position: absolute;
          width: 10px;
          height: 10px;
          background: #e4e4e4;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          top: 7px;
          left: 0; }
        #main .product_page .product_price .shipping_get .region label:after {
          display: none;
          content: "";
          position: absolute;
          width: 6px;
          height: 6px;
          background: #f0743d;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -moz-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          top: 9px;
          left: 2px; }
      #main .product_page .product_price .shipping_get .region input {
        display: none; }
        #main .product_page .product_price .shipping_get .region input:checked + label:after {
          display: block; }
    #main .product_page .product_price .type_pay {
      margin-top: 13px; }
      #main .product_page .product_price .type_pay .menu_tab_pay {
        border-bottom: 2px solid #5d9bc6; }
        #main .product_page .product_price .type_pay .menu_tab_pay li {
          float: left; }
          #main .product_page .product_price .type_pay .menu_tab_pay li a {
            font-family: "pt_sansbold";
            font-size: 13px;
            background: #f2f2f2;
            color: #000;
            display: inline-block;
            padding: 10px 9px 7px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            text-align: center; }
            #main .product_page .product_price .type_pay .menu_tab_pay li a:hover {
              color: #ffffff;
              background: #b0b0b0; }
            #main .product_page .product_price .type_pay .menu_tab_pay li a.active {
              background: #5d9bc6;
              color: #ffffff; }
      #main .product_page .product_price .type_pay .type_bay_tab {
        padding: 0 13px 10px;
/*         border: 2px solid #5d9bc6;*/
		border: none;
        border-top: 0; }
        #main .product_page .product_price .type_pay .type_bay_tab > ul > li {
          display: none; }
          #main .product_page .product_price .type_pay .type_bay_tab > ul > li p {
            font-size: 13px;
            line-height: 15px; }
          #main .product_page .product_price .type_pay .type_bay_tab > ul > li .select_choice {
            margin-top: 18px; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .select_choice p {
              float: left; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .select_choice .jq-selectbox {
              float: right;
              font-family: "pt_sansregular"; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .select_choice .jq-selectbox__select {
              width: 82px;
              padding: 0 20px 0 10px;
              height: 25px;
              margin: -4px 6px 0 0;
              box-sizing: border-box;
              font-family: "pt_sansregular";
              font-weight: normal;
              background: #FFFFFF;
              box-shadow: none;
              border-radius: 0;
              border: none;
              line-height: 25px;
              -webkit-background-color: #f0f0f0;
              -ms-background-color: #f0f0f0;
              -moz-background-color: #f0f0f0;
              -o-background-color: #f0f0f0;
              background-color: #f0f0f0;
              background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.34) 0%, rgba(0, 0, 0, 0.34) 100%);
              box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 2px 15px 1px rgba(0, 0, 0, 0.2);
              font-size: 13px;
              -webkit-border-radius: 6px;
              -ms-border-radius: 6px;
              -moz-border-radius: 6px;
              -o-border-radius: 6px;
              border-radius: 6px;
              outline: 0; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li td.select.transport .select_choice .jq-selectbox__select {
                width: 262px;
            }
              #main .product_page .product_price .type_pay .type_bay_tab > ul > li .select_choice .jq-selectbox__select .jq-selectbox__trigger {
                border: 0;
                border-top: 5px solid #5d9bc6;
                border-right: 5px solid transparent;
                border-left: 5px solid  transparent;
                margin: 11px 6px 0 0;
                width: 0;
                height: 0; }
                #main .product_page .product_price .type_pay .type_bay_tab > ul > li .select_choice .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
                  border: 0; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .select_choice .jq-selectbox li {
              color: #525252;
              font-size: 11px;
              padding: 0 4px 0; }
              #main .product_page .product_price .type_pay .type_bay_tab > ul > li .select_choice .jq-selectbox li:hover {
                background: #e8e8e8; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .select_choice .jq-selectbox__dropdown {
              box-shadow: none;
              border-radius: 0;
              font-size: 16px;
			      width: 180px!important;
				top: 19px!important;}
              #main .product_page .product_price .type_pay .type_bay_tab > ul > li .select_choice .jq-selectbox__dropdown .disabled {
                color: #d2d2d2;
                background: transparent !important; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .select_choice .jq-selectbox .placeholder {
              color: #525252; }
          #main .product_page .product_price .type_pay .type_bay_tab > ul > li .count_type {
            margin-top: 10px; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .count_type p {
              float: left; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .count_type .jq-number {
              float: right;
              margin: -4px 6px 0 0;
              width: 113px;
              height: 23px;
              box-sizing: border-box;
              text-align: center;
              font-family: "pt_sansregular";
              font-size: 13px;
              padding: 0; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .count_type .jq-number__field {
              width: 113px;
              border: 0; }
              #main .product_page .product_price .type_pay .type_bay_tab > ul > li .count_type .jq-number__field input {
                text-align: center;
                height: 25px;
                width: 113px;
                -webkit-background-color: #f0f0f0;
                -ms-background-color: #f0f0f0;
                -moz-background-color: #f0f0f0;
                -o-background-color: #f0f0f0;
                background-color: #f0f0f0;
                background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.34) 0%, rgba(0, 0, 0, 0.34) 100%);
                box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 2px 15px 1px rgba(0, 0, 0, 0.2);
                font-size: 13px;
                -webkit-border-radius: 6px;
                -ms-border-radius: 6px;
                -moz-border-radius: 6px;
                -o-border-radius: 6px;
                border-radius: 6px;
                outline: 0; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .count_type .jq-number__spin {
              box-shadow: none;
              width: 27px;
              height: 25px;
              background: #5d9bc6;
              border: 0;
              border-radius: 0; }
              #main .product_page .product_price .type_pay .type_bay_tab > ul > li .count_type .jq-number__spin.minus {
                left: 0;
                top: 0;
                border-bottom-left-radius: 3px;
                border-top-left-radius: 3px; }
                #main .product_page .product_price .type_pay .type_bay_tab > ul > li .count_type .jq-number__spin.minus:after {
                  top: 9px;
                  left: 8px;
                  border-top: 5px solid #fff;
                  border-right: 5px solid transparent;
                  border-bottom: none;
                  border-left: 5px solid transparent; }
              #main .product_page .product_price .type_pay .type_bay_tab > ul > li .count_type .jq-number__spin.plus {
                right: 0;
                border-bottom-right-radius: 3px;
                border-top-right-radius: 3px; }
                #main .product_page .product_price .type_pay .type_bay_tab > ul > li .count_type .jq-number__spin.plus:after {
                  top: 8px;
                  left: 8px;
                  border-right: 5px solid transparent;
                  border-bottom: 5px solid #fff;
                  border-left: 5px solid transparent; }
          #main .product_page .product_price .type_pay .type_bay_tab > ul > li .auto_count,
          #main .product_page .product_price .type_pay .type_bay_tab > ul > li .all_count {
            margin-top: 12px; }
			#main .product_page .product_price .type_pay .type_bay_tab > ul > li .auto_count p,
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .all_count p {
              float: left; }
  			#main .product_page .product_price .type_pay .type_bay_tab > ul > li .auto_count div,
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .all_count div {
              float: right;
              text-align: center;
              width: 142px; }
  			  #main .product_page .product_price .type_pay .type_bay_tab > ul > li .auto_count div span,
              #main .product_page .product_price .type_pay .type_bay_tab > ul > li .all_count div span {
                display: inline-block;
                margin-top: -4px;
                vertical-align: top;
                text-align: center;
                line-height: 27px;
                width: 72px;
                height: 27px;
                -webkit-border-radius: 5px;
                -ms-border-radius: 5px;
                -moz-border-radius: 5px;
                -o-border-radius: 5px;
                border-radius: 5px;
                -webkit-background-color: #f0f0f0;
                -ms-background-color: #f0f0f0;
                -moz-background-color: #f0f0f0;
                -o-background-color: #f0f0f0;
                background-color: #f0f0f0;
                background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.34) 0%, rgba(0, 0, 0, 0.34) 100%);
                box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 2px 15px 1px rgba(0, 0, 0, 0.2);
                -webkit-border-radius: 4px;
                -ms-border-radius: 4px;
                -moz-border-radius: 4px;
                -o-border-radius: 4px;
                border-radius: 4px; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .auto_count em,
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .all_count em {
              display: inline-block;
              font-size: 13px;
              vertical-align: top; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .all_count.similar_caount div em {
              position: relative;
              top: 5px; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .all_count.similar_caount input[type=text] {display: inline-block;
margin-top: -4px;
vertical-align: top;
text-align: center;
line-height: 27px;
width: 72px;
height: 27px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-background-color: #f0f0f0;
-ms-background-color: #f0f0f0;
-moz-background-color: #f0f0f0;
-o-background-color: #f0f0f0;
background-color: #f0f0f0;
background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.34) 0%, rgba(0, 0, 0, 0.34) 100%);
box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 2px 15px 1px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
border: none;
outline: none;


			}
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .all_count.similar_caount div span {
              margin-top: 0; }
          #main .product_page .product_price .type_pay .type_bay_tab > ul > li .line {
            width: 260px;
            border-top: 1px solid #f2f2f2;
            margin: 10px auto; }
          #main .product_page .product_price .type_pay .type_bay_tab > ul > li .show_price p {
            float: left;
            width: 50%; }
          #main .product_page .product_price .type_pay .type_bay_tab > ul > li .show_price .labels {
            width: 50%;
            float: left; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .show_price .labels label {
              font-size: 13px;
              cursor: pointer;
              position: relative;
              padding-left: 22px; }
              #main .product_page .product_price .type_pay .type_bay_tab > ul > li .show_price .labels label:before {
                content: "";
                position: absolute;
                width: 10px;
                height: 10px;
                background: #e4e4e4;
                -webkit-border-radius: 50%;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                top: 3px;
                left: 7px; }
              #main .product_page .product_price .type_pay .type_bay_tab > ul > li .show_price .labels label:after {
                display: none;
                content: "";
                position: absolute;
                width: 6px;
                height: 6px;
                background: #f0743d;
                -webkit-border-radius: 50%;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                top: 5px;
                left: 9px; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .show_price .labels input {
              display: none; }
              #main .product_page .product_price .type_pay .type_bay_tab > ul > li .show_price .labels input:checked + label:after {
                display: block; }
          #main .product_page .product_price .type_pay .type_bay_tab > ul > li table.right_price {
            margin-top: 11px; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li table.right_price tr td {
              font-size: 13px;
              line-height: 20px; }
              #main .product_page .product_price .type_pay .type_bay_tab > ul > li table.right_price tr td:first-child {
                width: 135px; }
              #main .product_page .product_price .type_pay .type_bay_tab > ul > li table.right_price tr td:last-child {
                font-family: "pt_sansbold";
                font-size: 15px; }
          #main .product_page .product_price .type_pay .type_bay_tab > ul > li .doprice {
            margin-top: 7px; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .doprice p {
              float: left; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .doprice span {
              display: block;
              float: right;
              font-family: "pt_sansbold";
              font-size: 15px;
              margin: 17px 65px 0 0; }
          #main .product_page .product_price .type_pay .type_bay_tab > ul > li .finish p {
            float: left;
            font-family: "pt_sansbold";
            font-size: 15px; }
          #main .product_page .product_price .type_pay .type_bay_tab > ul > li .finish span {
            padding-left: 10px;
            float: left;
            font-size: 18px;
            color: #f0743d;
            font-family: "pt_sansbold"; }
          #main .product_page .product_price .type_pay .type_bay_tab > ul > li .order_send_buttons {
            margin-top: 9px; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .order_send_buttons > a {
              float: left;
              width: 152px;
              height: 48px;
              display: block;
              font-size: 16px;
              font-family: "pt_sansbold";
              text-transform: uppercase;
              line-height: 52px;
              box-sizing: border-box;
              padding-left: 20px;
              -webkit-border-radius: 4px;
              -ms-border-radius: 4px;
              -moz-border-radius: 4px;
              -o-border-radius: 4px;
              border-radius: 4px;
              text-align: center;
              color: #ffffff;
              background: #5d9bc6 url("../images/buy-icen.png") no-repeat 20px 15px; }
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .order_send_buttons .other_buttons {
              margin-left: 6px;
              float: left; }
              #main .product_page .product_price .type_pay .type_bay_tab > ul > li .order_send_buttons .other_buttons a {
                color: #5d9bc6;
                text-decoration: underline;
                font-size: 13px;
                line-height: 17px; }
                #main .product_page .product_price .type_pay .type_bay_tab > ul > li .order_send_buttons .other_buttons a:hover {
                  text-decoration: none; }
          #main .product_page .product_price .type_pay .type_bay_tab > ul > li .add_last {
            margin-top: 11px;
			line-height: 18px;
		}
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .add_last a {
              float: left;
              font-size: 13px;
  			line-height: 18px;}
	            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .add_last a:hover {
	              text-decoration: underline;}
            #main .product_page .product_price .type_pay .type_bay_tab > ul > li .add_last span {
              padding-left: 7px;
              float: left;
              font-size: 13px;
  			line-height: 18px;
              color: #b0b0b0; }
          #main .product_page .product_price .type_pay .type_bay_tab > ul > li.active {
            display: block; }
  #main .catalog_page .filtration_item {
    height: 138px;
    border-top: 1px solid #5d9bc6;
    border-bottom: 1px solid #5d9bc6;
    margin-top: 11px;
    overflow: auto;
    box-sizing: border-box;
    padding-bottom: 20px; }
    #main .catalog_page .filtration_item ul li {
      float: left;
      margin-top: 9px;
      width: 20%; }
    
    #main .catalog_page .filtration_item ul li.params6 {
      width: 16%; }
 
    #main .catalog_page .filtration_item ul li.params7 {
      width: 14%; }
    #main .catalog_page .filtration_item ul li.params8 {
      width: 12%; }
    #main .catalog_page .filtration_item ul li.params9 {
      width: 11%; }
    #main .catalog_page .filtration_item ul li.params10 {
      width: 10%; }
    #main .catalog_page .filtration_item ul li.params11 {
      width: 9%; }
    #main .catalog_page .filtration_item ul li.params12 {
      width: 9%; }
    #main .catalog_page .filtration_item ul li.params13 {
      width: 9%; }
    #main .catalog_page .filtration_item ul li.params14 {
      width: 8%; }
    #main .catalog_page .filtration_item ul li.params15 {
      width: 8%; }
    
    
      #main .catalog_page .filtration_item ul li .name {
        font-family: "pt_sansbold";
        font-size: 15px; }
      #main .catalog_page .filtration_item ul li label {
        display: block;
        cursor: pointer;
        position: relative;
        font-size: 13px;
        padding: 8px 10px 0 19px; }
      #main .catalog_page .filtration_item ul li label.disabled-value {
        color: #c2c2c2;}
        #main .catalog_page .filtration_item ul li label:before {
          content: "";
          position: absolute;
          width: 12px;
          height: 12px;
          top: 10px;
          left: 0;
          background: #e8e8e8; }
        #main .catalog_page .filtration_item ul li label:after {
          display: none;
          content: "";
          position: absolute;
          width: 15px;
          height: 16px;
          top: 6px;
          left: 0;
          background: url("../images/sprite.png") no-repeat -212px 0; }
      #main .catalog_page .filtration_item ul li input {
        display: none; }
        #main .catalog_page .filtration_item ul li input:checked + label:after {
          display: block; }
    #main .catalog_page .filtration_item::-webkit-scrollbar-track {
      background-color: #ededed; }
    #main .catalog_page .filtration_item::-webkit-scrollbar {
      width: 10px;
      background-color: #ededed; }
    #main .catalog_page .filtration_item::-webkit-scrollbar-thumb {
      background-color: #5d9bc6;
      cursor: pointer; }
  #main .catalog_page .suite_products {
    margin-top: 23px; }
    #main .catalog_page .suite_products .actions .show_count {
      width: 270px;
      float: left;
      margin-top: 18px; }
      #main .catalog_page .suite_products .actions .show_count p {
        float: left;
        padding-top: 0; }
      #main .catalog_page .suite_products .actions .show_count .jq-selectbox {
        float: right;
        font-family: "pt_sansregular";
        margin: -4px 6px 0 0; }
      #main .catalog_page .suite_products .actions .show_count .jq-selectbox__select {
        width: 174px;
        padding: 0 20px 0 10px;
        height: 25px;
        box-sizing: border-box;
        font-family: "pt_sansregular";
        font-weight: normal;
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 0;
        border: none;
        line-height: 25px;
        -webkit-background-color: #f0f0f0;
        -ms-background-color: #f0f0f0;
        -moz-background-color: #f0f0f0;
        -o-background-color: #f0f0f0;
        background-color: #f0f0f0;
        background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.34) 0%, rgba(0, 0, 0, 0.34) 100%);
        box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 2px 15px 1px rgba(0, 0, 0, 0.2);
        font-size: 13px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        outline: 0; }
        #main .catalog_page .suite_products .actions .show_count .jq-selectbox__select .jq-selectbox__trigger {
          border: 0;
          border-top: 5px solid #5d9bc6;
          border-right: 5px solid transparent;
          border-left: 5px solid  transparent;
          margin: 11px 6px 0 0;
          width: 0;
          height: 0; }
          #main .catalog_page .suite_products .actions .show_count .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
            border: 0; }
      #main .catalog_page .suite_products .actions .show_count .jq-selectbox li {
        color: #525252;
        font-size: 11px;
        padding: 0 4px 0; }
        #main .catalog_page .suite_products .actions .show_count .jq-selectbox li:hover {
          background: #e8e8e8; }
      #main .catalog_page .suite_products .actions .show_count .jq-selectbox__dropdown {
        box-shadow: none;
        border-radius: 0;
        font-size: 16px; }
        #main .catalog_page .suite_products .actions .show_count .jq-selectbox__dropdown .disabled {
          color: #d2d2d2;
          background: transparent !important; }
      #main .catalog_page .suite_products .actions .show_count .jq-selectbox .placeholder {
        color: #525252; }
    #main .catalog_page .suite_products .actions .first_type {
      width:400px;
      float: right;
      text-align: center;
      margin: 18px 18px 0 0; }
    #main .catalog_page .suite_products .actions .first_type li,
    #main .catalog_page .suite_products .actions .first_type span.first_type-one{
     line-height: 28px;
     font-size: 13px;
    }  
    
    
    
/*      #main .catalog_page .suite_products .actions .first_type span {
        font-size: 13px;
        float: left;
        line-height: 18px; }*/
      #main .catalog_page .suite_products .actions .first_type ul {
        float: right; }
        #main .catalog_page .suite_products .actions .first_type ul li {
          float: left;
          margin: 0 4px; }
          #main .catalog_page .suite_products .actions .first_type ul li a {
            font-size: 13px;
            text-decoration: underline;
            color: #5d9bc6; }
            #main .catalog_page .suite_products .actions .first_type ul li a:hover {
              text-decoration: none; }
            #main .catalog_page .suite_products .actions .first_type ul li a.active {
              color: #000000;
              text-decoration: none; }
    #main .catalog_page .suite_products .items_other_list {
      margin-top: 26px; }
      #main .catalog_page .suite_products .items_other_list table {
        text-align: center;
        width: 100%; }
        #main .catalog_page .suite_products .items_other_list table tr td {
          height: 78px;
          border: 1px solid #d0d0d0;
          font-size: 13px;
          text-align: center;
          max-width: 260px;}
        #main .catalog_page .suite_products .items_other_list table tr td.produkt-name {
          text-align: left;
          
/*          padding-left: 15px;*/
        }
          #main .catalog_page .suite_products .items_other_list table tr td .img {
            width: 94px;
            height: 70px;
            display: inline-block;
            vertical-align: top;
            margin-top: 5px; }
            #main .catalog_page .suite_products .items_other_list table tr td .img img {
              max-width: 100%;
              max-height: 100%;
            padding: 0 15px 0 15px;}
          #main .catalog_page .suite_products .items_other_list table tr td .vertical_iblock {
            display: inline-block;
            vertical-align: top;
            max-width: 251px; }
            #main .catalog_page .suite_products .items_other_list table tr td .vertical_iblock .table-cell {
              display: table-cell;
              vertical-align: middle;
              height: 78px;
             padding: 0 15px 0 15px;}

            
          #main .catalog_page .suite_products .items_other_list table tr td .compare {

	    font-size: 13px;
	    line-height: normal;
            display: inline-block;
            vertical-align: top;
            margin-top: 16px;
            margin-right: 10px;
}
/*       #main .catalog_page .suite_products .items_other_list table tr td .compare a {
            color: #f0743d;
            font-size: 13px;
            text-decoration: underline;}*/  
          #main .catalog_page .suite_products .items_other_list table tr td .compare a{
            margin-left: 5px;
            background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -233px -19px;
          }
          .compare-list span.clear-compare-list{
            background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -233px -19px;
            margin-left: 5px;
            margin-top: 5px;
            position: absolute;
          }


          #main .catalog_page .suite_products .items_other_list table tr td .compare a:hover {
            text-decoration: none;}          
            #main .catalog_page .suite_products .items_other_list table tr td .compare label {
              cursor: pointer;
              font-size: 13px;
              position: relative;
              margin: 0 13px 0 0; }
              #main .catalog_page .suite_products .items_other_list table tr td .compare label:before {
                content: "";
                position: absolute;
                width: 17px;
                height: 17px;
                border: 1px solid #d0d0d0;
                top: -20px;
                left: 17px; }
              #main .catalog_page .suite_products .items_other_list table tr td .compare label:after {
                display: none;
                content: "";
                position: absolute;
                width: 15px;
                height: 16px;
                top: -20px;
                left: 20px;
                background: url("../images/sprite.png") no-repeat -212px 0; }
            #main .catalog_page .suite_products .items_other_list table tr td .compare input {
              display: none; }
              #main .catalog_page .suite_products .items_other_list table tr td .compare input:checked + label:after {
                display: block; }
          #main .catalog_page .suite_products .items_other_list table tr td .bay {
            display: inline-block;
            vertical-align: top;
            margin-top: 23px; }
            #main .catalog_page .suite_products .items_other_list table tr td .bay a {
              font-size: 13px;
              color: #5d9bc6;
              text-decoration: underline;
              position: relative; }
              #main .catalog_page .suite_products .items_other_list table tr td .bay a:before {
                content: "";
                position: absolute;
                width: 19px;
                height: 21px;
                background: url("../images/blue_buy_icon.png") no-repeat center center;
                top: -20px;
                left: 6px; }
              #main .catalog_page .suite_products .items_other_list table tr td .bay a:hover {
                text-decoration: none; }
        #main .catalog_page .suite_products .items_other_list table tr:first-child {
          background: #5d9bc6; }
          #main .catalog_page .suite_products .items_other_list table tr:first-child td {
            border: 1px solid #5d9bc6;
            height: 45px;
            color: #ffffff; }
        #main .catalog_page .suite_products .items_other_list table tr:nth-child(2n) {
          background: #f5f5f5; }
        #main .catalog_page .suite_products .items_other_list table tr:nth-child(3n) {
          background: #e2e2e2; }
      #main .catalog_page .suite_products .items_other_list .pagination_item_list {
        text-align: center;
        margin-top: 45px; }
        #main .catalog_page .suite_products .items_other_list .pagination_item_list ul {
          display: inline-block; }
          #main .catalog_page .suite_products .items_other_list .pagination_item_list ul li {
            float: left; }
            #main .catalog_page .suite_products .items_other_list .pagination_item_list ul li a {
              font-family: "pt_sansbold";
              font-size: 16px;
              color: #000;
              display: block;
              width: 20px;
              height: 20px;
              text-align: center;
              line-height: 22px;
              background: #f2f2f2; }
              #main .catalog_page .suite_products .items_other_list .pagination_item_list ul li a.active {
                background: #5d9bc6;
                color: #ffffff; }
              #main .catalog_page .suite_products .items_other_list .pagination_item_list ul li a:hover {
                background: #5d9bc6;
                color: #ffffff; }
            #main .catalog_page .suite_products .items_other_list .pagination_item_list ul li.arrow_left {
              width: 20px;
              height: 20px; }
              #main .catalog_page .suite_products .items_other_list .pagination_item_list ul li.arrow_left a {
                margin-top: 5px;
                background: none;
                width: 0;
                height: 0;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                border-right: 10px solid #5d9bc6; }
            #main .catalog_page .suite_products .items_other_list .pagination_item_list ul li.arrow_right {
              width: 20px;
              height: 20px;
              margin-left: 10px; }
              #main .catalog_page .suite_products .items_other_list .pagination_item_list ul li.arrow_right a {
                margin-top: 5px;
                background: none;
                width: 0;
                height: 0;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                border-left: 10px solid #5d9bc6; }
              
              
              #main .suite_products .results-notifier,
              #main .suite_products h2{
                  display: inline;
              }

#popup_login {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto; }
  #popup_login .popup_block {
    width: 261px;
    min-height: 202px;
    margin: 50px auto;
    position: relative;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    #popup_login .popup_block .close {
      position: absolute;
      width: 14px;
      height: 14px;
      right: 4px;
      top: 4px;
      cursor: pointer;
      background: url("../images/sprite.png") no-repeat -233px -19px; }
    #popup_login .popup_block .title {
      text-align: center;
      font-size: 18px;
      font-family: "pt_sansbold";
      padding-top: 24px; }
    #popup_login .popup_block form {
      text-align: center; }
      #popup_login .popup_block form .lh20 {
        line-height: 20px; }
      #popup_login .popup_block form .input_type {
        padding-top: 12px; }
        #popup_login .popup_block form .input_type span {
          font-size: 13px;
          display: inline-block;
          vertical-align: top;
          text-align: left;
          width: 88px; }
      #popup_login .popup_block form input[type='text'] {
        width: 142px;
        vertical-align: top;
        height: 27px;
        font-size: 13px;
        border: 0;
        outline: 0;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        -webkit-background-color: #f0f0f0;
        -ms-background-color: #f0f0f0;
        -moz-background-color: #f0f0f0;
        -o-background-color: #f0f0f0;
        background-color: #f0f0f0;
        background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.34) 0%, rgba(0, 0, 0, 0.34) 100%);
        box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 2px 15px 1px rgba(0, 0, 0, 0.2); }
      #popup_login .popup_block form input[type='submit'] {
        width: 135px;
        margin-top: 21px;
        height: 38px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        color: #ffffff;
        font-size: 16px;
        font-family: "pt_sansbold";
        text-transform: uppercase;
        box-sizing: border-box;
        padding-left: 30px;
        background: #5d9bc6 url("../images/sprite.png") no-repeat -253px 7px; }
      #popup_login .popup_block form .valid_text {
        display: none;
        text-align: center;
        font-size: 13px;
        color: #f0743d;
        line-height: 20px; }

#popup_thanks {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto; }
  #popup_thanks .popup_block {
    width: 261px;
    min-height: 202px;
    margin: 50px auto;
    position: relative;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    #popup_thanks .popup_block .close {
      position: absolute;
      width: 14px;
      height: 14px;
      right: 4px;
      top: 4px;
      cursor: pointer;
      background: url("../images/sprite.png") no-repeat -233px -19px; }
    #popup_thanks .popup_block .title {
      text-align: center;
      font-size: 18px;
      font-family: "pt_sansbold";
      padding-top: 24px; }
    #popup_thanks .popup_block p {
      text-align: center;
      padding: 15px 20px; }
    #popup_thanks .popup_block a {
      display: block;
      width: 135px;
      height: 38px;
      background: #5d9bc6;
      -webkit-border-radius: 4px;
      -ms-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      margin: 0 auto;
      color: #ffffff;
      line-height: 38px;
      text-align: center; }

#popup_message {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto; }
  #popup_message .popup_block {
    width: 490px;
    min-height: 245px;
    margin: 50px auto;
    position: relative;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    #popup_message .popup_block .close {
      position: absolute;
      width: 14px;
      height: 14px;
      right: 4px;
      top: 4px;
      cursor: pointer;
      background: url("../images/sprite.png") no-repeat -233px -19px; }
    #popup_message .popup_block .title {
      text-align: center;
      font-size: 18px;
      font-family: "pt_sansbold";
      padding-top: 24px; }
    #popup_message .popup_block form .lh20 {
      line-height: 20px; }
    #popup_message .popup_block form .input_type {
      padding-top: 12px; }
      #popup_message .popup_block form .input_type span {
        font-size: 13px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: 88px; }
    #popup_message .popup_block form input[type='text'] {
      width: 142px;
      vertical-align: top;
      height: 27px;
      font-size: 13px;
      border: 0;
      outline: 0;
      -webkit-border-radius: 6px;
      -ms-border-radius: 6px;
      -moz-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      -webkit-background-color: #f0f0f0;
      -ms-background-color: #f0f0f0;
      -moz-background-color: #f0f0f0;
      -o-background-color: #f0f0f0;
      background-color: #f0f0f0;
      background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.34) 0%, rgba(0, 0, 0, 0.34) 100%);
      box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 2px 15px 1px rgba(0, 0, 0, 0.2); }
    #popup_message .popup_block form textarea {
      font-size: 13px;
      border: 0;
      width: 208px;
      outline: 0;
      height: 79px;
      -webkit-border-radius: 4px;
      -ms-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-border-radius: 6px;
      -ms-border-radius: 6px;
      -moz-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      -webkit-background-color: #f0f0f0;
      -ms-background-color: #f0f0f0;
      -moz-background-color: #f0f0f0;
      -o-background-color: #f0f0f0;
      background-color: #f0f0f0;
      background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.34) 0%, rgba(0, 0, 0, 0.34) 100%);
      box-shadow: 0 2px 0 rgba(255, 255, 255, 0.3), inset 0 2px 15px 1px rgba(0, 0, 0, 0.2); }
    #popup_message .popup_block form ul li {
      float: left;
      width: 50%; }
      #popup_message .popup_block form ul li:first-child {
        box-sizing: border-box;
        padding-left: 9px; }
      #popup_message .popup_block form ul li:last-child {
        box-sizing: border-box;
        padding: 17px 0 0 11px; }
        #popup_message .popup_block form ul li:last-child span {
          font-size: 13px;
          line-height: 22px; }
    #popup_message .popup_block form input[type='submit'] {
      width: 135px;
      height: 38px;
      -webkit-border-radius: 4px;
      -ms-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      color: #ffffff;
      font-size: 16px;
      font-family: "pt_sansbold";
      text-transform: uppercase;
      box-sizing: border-box;
      padding-left: 30px;
      background: #5d9bc6 url("../images/sprite.png") no-repeat -254px -42px;
      margin: 25px auto 8px;
      display: block; }

footer {
  background: #565656;
  height: 267px;
  margin-top: 78px; }
  footer .footer_menu {
    box-sizing: border-box;
    padding-top: 24px;
    text-align: center; }
    footer .footer_menu .menu_type {
      display: inline-block;
      vertical-align: top;
      text-align: left; }
      footer .footer_menu .menu_type .title {
        font-family: "pt_sansbold";
        font-size: 13px;
        color: #5d9bc6;
        padding-bottom: 2px;
        padding-top: 6px; }
      footer .footer_menu .menu_type ul li a {
        font-size: 12px;
        color: #ffffff;
        text-decoration: underline;
        line-height: 20px; }
        footer .footer_menu .menu_type ul li a:hover {
          text-decoration: none; }
      footer .footer_menu .menu_type:first-child ul li a {
        font-size: 13px;
        font-family: "pt_sansbold";
        color: #5d9bc6;
        text-decoration: none;
        line-height: 25px; }
        footer .footer_menu .menu_type:first-child ul li a:hover {
          text-decoration: underline; }
      footer .footer_menu .menu_type:nth-child(2) {
        margin: 0 0 0 20px;
        width: 200px; }
      footer .footer_menu .menu_type:nth-child(3) {
        margin: 0 0 0 20px;
        width: 160px; }
      footer .footer_menu .menu_type:nth-child(4) {
        margin: 0 0 0 13px;
        width: 120px; }
      footer .footer_menu .menu_type:nth-child(5) {
        margin: 0 0 0 30px;
        width: 120px; }
      footer .footer_menu .menu_type:nth-child(6) {
        margin: 0 0 0 25px;
        width: 125px; }
        footer .footer_menu .menu_type:nth-child(6) .phone {
          margin-top: 26px; }
          footer .footer_menu .menu_type:nth-child(6) .phone .phone_number {
            color: #ffffff;
            font-size: 14px; }
          footer .footer_menu .menu_type:nth-child(6) .phone .order_call {
            font-size: 12px;
            color: #f0743d;
            text-decoration: underline;
            padding-left: 23px;
            display: inline-block;
            margin-top: 6px;
            position: relative; }
            footer .footer_menu .menu_type:nth-child(6) .phone .order_call:before {
              content: "";
              position: absolute;
              width: 16px;
              height: 16px;
              background: url("../images/sprite.png") no-repeat 0 0;
              top: 0;
              left: 0; }
            footer .footer_menu .menu_type:nth-child(6) .phone .order_call:hover {
              text-decoration: none; }
          footer .footer_menu .menu_type:nth-child(6) .phone .date {
            font-size: 12px;
            color: #bfbfbf;
            margin-top: 13px;
            line-height: 15px; }
        footer .footer_menu .menu_type:nth-child(6) .mail {
          margin-top: 6px; }
          footer .footer_menu .menu_type:nth-child(6) .mail a:first-child {
            font-size: 12px;
            color: #5d9bc6;
            text-decoration: underline; }
            footer .footer_menu .menu_type:nth-child(6) .mail a:first-child:hover {
              text-decoration: none; }
          footer .footer_menu .menu_type:nth-child(6) .mail a:last-child {
            font-size: 12px;
            color: #f0743d;
            text-decoration: underline;
            position: relative;
            padding-left: 23px;
            margin-top: 10px;
            display: inline-block; }
            footer .footer_menu .menu_type:nth-child(6) .mail a:last-child:before {
              content: "";
              position: absolute;
              width: 15px;
              height: 15px;
              background: url("../images/sprite.png") no-repeat -233px 0;
              top: 0;
              left: 0; }
            footer .footer_menu .menu_type:nth-child(6) .mail a:last-child:hover {
              text-decoration: none; }
  footer p.copy {
    font-size: 12px;
    color: #bfbfbf; }

/*# sourceMappingURL=style.css.map */

.carttotal {
	color: #f0743d;
	font-size: 17px;
	font-weight: bold;
	line-height: 50px;
	text-align: right;
	padding: 10px 0;
	padding-right: 100px;
}
.cartbtns {
	text-align: center;
	float: none;
	clear: both;
	width: 100%;
}
.cartbtns .cartbtns__btn {
	line-height: 38px;
	border-radius: 5px;
	padding: 0 15px 0 55px;
	background-color: #b0b0b0;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 15px 50%;
}
.cartbtns .cartbtns__btn:hover {
	opacity: .75;
}
.cartbtns .cartbtns__btn.cartbtns__btn--return {
	float: left;
	background-image: url('../images/cartbtn-return.png');
}
.cartbtns .cartbtns__btn.cartbtns__btn--change {
	background: none;
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
	float: right;
	color: #f0743d;
	background-image: url('../images/cartbtn-change.png');
	background-repeat: no-repeat;
	background-position: 15px 50%;
	padding: 0 15px 0 35px;
}
.cartbtns .cartbtns__btn.cartbtns__btn--success {
	background-color: #5d9bc6;
	background-image: url('../images/cartbtn-success.png');
	float: right;
	padding: 0 15px 0 50px;
}
.cartbtns .cartbtns__btn.cartbtns__btn--finalstep {
	background-color: #5d9bc6;
	background-image: url('../images/cartbtn-finalstep.png');
	float: right;
	padding: 0 15px 0 50px;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
	border: none;
	display: block;
}
.cartbtns .cartbtns__btn.cartbtns__btn--sendfeedback {
	background-color: #5d9bc6;
	background-image: url('../images/cartbtn-sendfeedback.png');
	float: left;
	padding: 0 15px 0 50px;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
	border: none;
	display: block;
}
.cartbtns .cartbtns__btn.cartbtns__btn--rekvizity {
	background-color: #5d9bc6;
	background-image: url('../images/cartbtn-rekvizity.png');
	float: left;
	padding: 0 15px 0 50px;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
	border: none;
	display: block;
	margin: 15px 0;
	color: #ffffff !important;
	text-decoration: none !important;
}


.catalog__filter__rezet__btn span {
   background-color:  #5d9bc6;
   color: #fff;
   border-radius: 4px;
   padding: 6px;
   font-size: 13px;
   float: left;
   line-height: 18px; 
}



.cartbtns .carttotal {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0;
}
.order_final {}
.order_final table {
	width: 100%;
}
.order_final table tr {}
.order_final table tr td {
	padding: 5px 20px 5px 0;
}
.order_final table tr td p {
	display: block;
	line-height: 40px;

}
.order_final table tr td input[type=text],
.order_final table tr td textarea {
	width: 100%;
	-webkit-box-shadow: inset 0 10px 15px rgba(0,0,0,.1) !important;
	box-shadow: inset 0 10px 15px rgba(0,0,0,.1) !important;
	border: none !important;
	background-color: #f1f1f1;
	resize: none;
}
/* contacts_table */
.contacts_table {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 10px;
}
.contacts_table .contacts_list {
	width: 40%;
	padding-top: 10px;
	font-size: 14px;
}
.contacts_table .contacts_list a {
	color: #5d9bc6;
	font-size: 14px;
}
.contacts_table .contacts_list a:hover {
	color: #000000;
	text-decoration: underline;
}
.contacts_table .contacts_list__item {
	margin-bottom: 15px;
	margin-top: 5px;
	background-position: 10px 0;
	background-repeat: no-repeat;
	padding-left: 40px;
	line-height: 18px;
}
.contacts_table .contacts_list__item--phones {
	background-image: url('../images/contacts-phones.png');
}
.contacts_table .contacts_list__item--mapmarker {
	background-image: url('../images/contacts-mapmarker.png');
}
.contacts_table .contacts_list__item--worktime {
	background-image: url('../images/contacts-worktime.png');
}
.contacts_table .contacts_list__item--emails {
	background-image: url('../images/contacts-emails.png');
}
.contacts_table .contacts_map {
	width: 60%;
}
.printmap {
	display: block;
	float: left;
	padding: 0 15px 0 50px;
	line-height: 38px;
	color: #000000 !important;
	height: 38px;
	margin: 10px 0;
	background: url('../images/printmap.png') 18px 50% / 18px 18px no-repeat;
}
.printmap:hover {
	text-decoration: underline;
}
/*shortstory*/
.shortstory {
	padding: 5px 0;
	margin-bottom: 25px;
	font-size: 14px;
}
.shortstory a {
	font-size: 14px;
}
.shortstory .imgcase {
	float: left;
	padding: 8px 15px;
}
.shortstory h2 {
	margin-bottom: 15px;
}
.shortstory h2 a:hover {
	text-decoration: underline;
}
.shortstory .datenews {
	color: #f0743d;
	margin-bottom: 8px;
	padding-top: 5px;
}
.shortstory .readmore {
	color: #f0743d;
	position: relative;
	display: block;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}
.shortstory .readmore:hover {
	text-decoration: underline;
}

.pagination_item_list {
text-align: center;
margin-top: 45px; }
.pagination_item_list ul {
display: inline-block; }
.pagination_item_list ul li {
  float: left; }
.pagination_item_list ul li.first,
.pagination_item_list ul li.last{
  display: none; }
.pagination_item_list ul li a {
	font-family: "pt_sansbold";
	font-size: 16px;
	color: #ffffff;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 22px;
	background: #b0b0b0; }
.pagination_item_list ul li a.selected,
#main .catalog_page .suite_products .pagination_item_list  ul li a.selected {
	  background: #5d9bc6;
	  color: #ffffff; }
.pagination_item_list ul li a:hover {
	  background: #5d9bc6;
	  color: #ffffff; }
.pagination_item_list ul li.arrow_left {
	width: 20px;
	height: 20px; }
.pagination_item_list ul li.arrow_left a {
	  margin-top: 5px;
	  background: none;
	  width: 0;
	  height: 0;
	  border-top: 5px solid transparent;
	  border-bottom: 5px solid transparent;
	  border-right: 10px solid #5d9bc6; }
.pagination_item_list ul li.arrow_right {
	width: 20px;
	height: 20px;
	margin-left: 10px; }
.pagination_item_list ul li.arrow_right a {
	  margin-top: 5px;
	  background: none;
	  width: 0;
	  height: 0;
	  border-top: 5px solid transparent;
	  border-bottom: 5px solid transparent;
	  border-left: 10px solid #5d9bc6; }

.dostopt_price {
	font-size: 13px;
	margin-top: 10px;
	width: 100%;
}
.dostopt_price b {
	font-weight: bold;
}
.dostopt_price td {
	width: 50%;
	padding-bottom: 8px;
	vertical-align: middle;
}
.snoska {
	margin-top: 20px;
}
.redsnoska {
	color: red;
	padding: 0 5px;
}

.select50 .jq-selectbox__select {
  width: 115px !important;
}
.select40 .jq-number,
.select40 .jq-number__field,
.select40 .jq-number__field input {
  width: 100px !important;
}

.forma{
  display:none;
}
.forma.active{
  display: block;
}

.errorMessage {
    color: #ff0000;
    font-size: 10px;
    font-style: italic;
}

.news__image{
    float: left;
    padding: 10px;
}


.bottom-total .dashed-btn {
	line-height: 38px;
	border-radius: 5px;
	padding: 0 15px 0 55px;
	background-color: #b0b0b0;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 15px 50%;
        margin-top: 2px;
}
.bottom-total .dashed-btn:hover,
.bottom-total button.bttn:hover
{
	opacity: .75;
}
.bottom-total .dashed-btn {
	float: left;
	background-image: url('../images/cartbtn-return.png');
}

    .bottom-total button.bttn {
      float: left;
      width: 220px;
      height: 41px;
      display: block;
      font-size: 14px;
      font-family: "pt_sansbold";
      text-transform: uppercase;
      line-height: 20px;
      box-sizing: border-box;
      padding-left: 20px;
      margin: 0 0 0 20px;
      -webkit-border-radius: 4px;
      -ms-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      text-align: center;
      color: #ffffff;
      background: #5d9bc6 url("../images/buy-icen.png") no-repeat 20px 8px; }
    
.add-cart-modal h2 {
        text-align: center;
	padding: 0 0 15px 0;
}

#order-form .acceptTerms{
    margin: 0 0 10px 0;
}
form.form-callback .accept p {
    margin: 10px;
}
form.form-callback .accept p,
form.form-callback .accept a {
    font-size: 12px;
}



form#feedback-form.form-callback .valid_submit{
    margin-bottom: 8px;
    margin-top: 8px;
}


.compare-list{
/*    float: left;*/
    margin: 5px 0 5px 5px;
    width: 170px;
    
/*    font-size: 14px;
    line-height: 20px;*/
}
.compare-list  span{
    color: #f36030;
    font-size: 16px;
    line-height: 20px;
}
.jq-number__field input {
    padding: 0px 9px;
}





/*.border_hover_grey {
  border: 1px solid transparent;
}
.border_hover_grey:hover {
  border: 1px solid #bbb;
}
.hover__element:hover{
  cursor: pointer;
}

.hover__element:hover .border_hover_grey {
  border: 1px solid #bbb;
}


.hover__element:hover   .name a.color_red_hover {
 color: #c00404;
}*/




#main .main_content .item_stocks {
margin: 30px auto 0;
padding: 0 45px;
box-sizing: border-box; }

#main .main_content  .item_stocks .item-stock-block{
  float: left;
  height: 220px;
  width: 150px;
  margin: 20px;
  padding: 5px;
  border: 1px solid #f1f1f1;
  cursor: pointer;
/*  border: 1px solid transparent;*/
}
#main .main_content  .item_stocks .item-stock-block:hover{
  border: 1px solid #e1e0e0;
  z-index: 2;
  -webkit-box-shadow: 0 0 5px rgba(35, 31, 32, 0.34);
  -ms-box-shadow: 0 0 5px rgba(35, 31, 32, 0.34);
  -moz-box-shadow: 0 0 5px rgba(35, 31, 32, 0.34);
  -o-box-shadow: 0 0 5px rgba(35, 31, 32, 0.34);
  box-shadow: 0 0 5px rgba(35, 31, 32, 0.34);
/*    border: 1px solid #1bb;*/
}
#main .main_content  .item_stocks .item-stock-block .img{
  height: 150px;
  width: 100%;
}

#main .main_content  .item_stocks .item-stock-block   .info_text {
  height: 72px;
}

#main .main_content  .item_stocks .item-stock-block   .info_text .name {
  font-size: 15px; }
#main .main_content  .item_stocks .item-stock-block  .info_text .price_all {
  margin-top: 13px; }
  #main .main_content  .item_stocks .item-stock-block  .info_text .price_all p {
    float: left;
    font-size: 14px;
    width: 100%;
    color: #939393;
    line-height: 18px; }
    #main .main_content  .item_stocks .item-stock-block  .info_text .price_all p span {
      font-size: 16px;
      font-family: "pt_sansbold";
      color: #f0743d; }
#main .main_content .item_stocks .item-stock-block  .buy {
  margin-top: 10px; }



  #main .main_content  .item_stocks .item-stock-block .buy a {
    float: bottom;
    display: block;
    width: 150px;
    height: 38px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "pt_sansbold";
    line-height: 42px;
    text-align: center;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #5d9bc6 url("../images/sprite.png") no-repeat 11px -124px;
    padding-left: 31px;
    box-sizing: border-box; }
    #main .main_content  .item_stocks .item-stock-block   .buy a:hover {
      background: #26648f url("../images/sprite.png") no-repeat 11px -124px; }
#main .main_content  .item_stocks .item-stock-block  .owl-controls {
  text-align: center;
  margin: -30px 0 20px 0; }

#floatingmes {
    position:absolute;
    top:0;
    left:0;
    width:100px;
    height: 20px;
    background:#FFF;
    opacity:1;
}
#main .catalog_page  .link__back {
    margin-top: 15px;
}
#main .catalog_page .link__back a {
    color: #5d9bc6;
    font-size: 15px;
    text-decoration: none;
}

#main .catalog_page h1.catalog--category{
    float:left;
}
#main .catalog_page .compare-list{
    float:right;
}


.compare-nuw{
border-radius: 5px;
opacity:.85;
position: absolute;
background: #f36030;
z-index: 210;
width: 160px;
padding: 7px;
display: none;
cursor: pointer;
font-size: 14px;
/*top: 10px;
left 10px;*/
}
/*.compare-nuw-linc{
 opacity:1;
 z-index: 211;
}*/


.clear-catalog-form{
    float: right;
    margin: 10px 40px 0 0;

}

.first_type-one{
    margin-left: 30px;
}

.fixed--name{
/*    position: absolute;
    width: 100%;
    z-index: 90;
    background-color: #FFFFFF;*/
}


.filtertable-head.catalog--headers--item{
   margin: 10px 0 0 0; 
    
}

.filtertable-head.catalog--headers--item .name{
    float: left;
    display: table;
    font-family: "pt_sansbold";
    font-size: 15px;
}