/*------------------ ------------------*/
/*                RESET                */
/*------------------ ------------------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html,body{height: 100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
b,strong{font-weight: bold;}
img{color: transparent;font-size: 0;vertical-align: middle;max-width: 100%;max-height: 100%;width: auto;height: auto;-ms-interpolation-mode: bicubic;}
ol,ul{list-style: none;}
li {display: list-item;}
table{border-collapse: collapse;border-spacing: 0;}
th,td,caption{font-weight: normal;vertical-align: top;text-align: left;}
q {quotes: none;}
q:before,q:after{content: '';content: none;}
sub,sup,small {font-size: 75%;}
sub,sup {line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
svg {overflow: hidden;}
.clr,.clear {display: block; clear: both;overflow: hidden;line-height: 0 !important;height: 0 !important;font-size: 0;margin: 0;padding: 0;}
.clearfix:before,.clearfix:after {content: ""; display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;}
/*------------------ ------------------*/
/*                 TEXT                */
/*------------------ ------------------*/
html {overflow-x: hidden;}
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color:#3e3e3e;
  padding: 0;
  margin: 0;
}
hr {border: 0 #ccc solid;border-top-width: 1px;clear: both;height: 0;}
/*Headings*/
h1 {font-size: 25px;}
h2 {font-size: 23px;font-weight: 400;}
h3 {font-size: 21px;font-weight: 400;}
h4 {font-size: 19px;font-weight: 400;}
h5 {font-size: 17px;font-weight: 400;}
h6 {font-size: 15px;font-weight: 400;}
/*Spacing*/
ol {list-style: decimal;}
ul {list-style: disc;}
li {margin-left: 30px;}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,figure {
  margin-bottom: 20px;
  margin-top: 0;
}
p {line-height: 21px;}
a {color: #34B1DA;outline: none;}
/*------------------ ------------------*/
/*                PLANB                */
/*------------------ ------------------*/

::selection {background: #34B1DA;color: #fff;}
body::-webkit-scrollbar {width: 1em;}
body::-webkit-scrollbar-track {background: #fff;}
body::-webkit-scrollbar-thumb {background-color: #34B1DA;}

/*ul li customization*/
  .planb-full ul li, .page-full ul li, .blog-full .text ul li {list-style-type: none;padding-left: 20px;position: relative;margin-bottom: 5px;}
  .planb-full ul li:before, .page-full ul li:before, .blog-full .text ul li:before {color: #34B1DA;position: absolute;font-family: 'FontAwesome';content: "\f00c";display: inline-block;left: 0px;}
/*ol li customization*/
  .planb-full ol li,.page-full ol li, .blog-full .text ol li {list-style-type: none;padding-left: 20px;position: relative;margin-bottom: 5px;}
  .planb-full ol,.blog-full .text ol, .page ol{counter-reset: myCounter;}
  .planb-full ol li:before,.page-full ol li:before, .blog-full .text ol li:before {background: #34B1DA;counter-increment: myCounter;content: counter(myCounter);position: absolute;left: -14px;top: -5px;color: white;display: inline-block;text-align: center;margin: 5px 10px;width: 17px;height: 17px;line-height: 17px;border-radius: 20px;font-size: .9em;}
  

/*Верстка*/
.main {clear: both;/*overflow: hidden;*/box-sizing: border-box;max-width: 1220px;margin: 0 auto;padding: 0 10px;}

/*flex-blocks*/
  .flex-blocks {display: Flex;Flex-wrap: wrap;justify-content: center;}
  .flex-blocks .block33 {flex-basis:33%; width: 33%;margin-right: 0.5%;margin-bottom: 0.5%;box-sizing:border-box;}
  .flex-blocks .block33:nth-child(3n) {margin-right: 0;}

  .flex-blocks .block50 {flex-basis:49%; width: 49%;margin-right: 1%;margin-bottom: 1%;box-sizing:border-box;}
  .flex-blocks .block50:nth-child(2n) {margin-right: 0;}

  .flex-blocks .block25 {flex-basis:24%; width: 24%;margin-right: 1%;margin-bottom: 1%;box-sizing:border-box;}
  .flex-blocks .block25:nth-child(4n) {margin-right: 0;}

  .flex-blocks .block20 {flex-basis:19%; width: 19%;margin-right: 1%;margin-bottom: 1%;box-sizing:border-box;}
  .flex-blocks .block20:ntflex-basis: h-child(5n);5n) {margin-right: 0;}

  .flex-blocks .block16 {flex-basis:15%; width: 15%;margin-right: 1%;margin-bottom: 1%;box-sizing:border-box;}



/*HEADER*/
#header {height: 180px;background: #f2f2f2;box-sizing: border-box;}
#header .main {height: 180px;position: relative;}
  /*логотип*/
  #header .logo{width: 246px;top: 30px;left: 30px;position: absolute;}
  /*Контакты*/
  #header .contacts {right: 0;bottom: 75px;text-align: right;position: absolute;}
  #header .contacts .tel {font-weight: 400;font-size: 21px;color: #000;text-decoration: none;text-align: center;transition: .5s;} 
  #header .contacts .tel span {font-size: .8em;}
  #header .contacts a.mail {font-size: 14px;font-weight: 400;color: #000;transition: .5s;}
  #header .contacts .tel:hover,
  #header .contacts a.mail:hover {color: #34B1DA;}
  #header .contacts .open_modal {display: inline-block;border-bottom: 1px dotted #000;font-size: 13px;margin-top: 5px;cursor: pointer;}
  /*переключатель языков*/
  #header .mod-languages {top: 10px;right: 0;position: absolute;}
  #header div.mod-languages.advanced-dropdown ul {padding: 20px 40px;left: auto;right: 0;background: #EBEAEA;}
  #header ul.lang-block a {display: inline-block;color: #888;font-size: 13px;line-height: 25px;transition:.5s;}
  #header ul.lang-block li.lang-active a,
  #header ul.lang-block li a:hover {color: #34B1DA;}
  #header ul.lang-block a .fa-check  {display: none !important;}

  #header div.advanced-dropdown span.caret {border-top: 4px solid #888;}
  #header div.advanced-dropdown a.langChoose:link, 
  #header div.advanced-dropdown a.langChoose:visited {background: transparent;color: #888;font-size: 13px;transition:.5s;}
  #header div.advanced-dropdown a.langChoose:hover {color: #34B1DA;}

  /*poisk*/
  #header .poisk {width: 420px;top: 40px;left: 450px;position: absolute;}
  #header .jbfilter-element  {padding-right: 40px;box-sizing: border-box;}
  #header .jbfilter-element input[type="text"] {width: 100%;line-height: 40px;height: 40px;background: #fff !important;font-size: 15px;border-radius: 3px 0 0 3px;border: 1px solid #ccc;box-sizing: border-box;max-width: none;}
  #header .jbfilter-buttons input[type="submit"] {background: url(/stories/lupa.svg) 7px 8px no-repeat, #34B1DA;background-size: 25px;box-sizing: border-box;box-shadow: none;border: 0;border-radius: 0 3px 3px 0;font-size: 0;width: 40px;height: 40px;margin: 0;padding: 0;min-height: 0;min-width: 0;cursor: pointer;position: absolute;right: 0;top: 0;transform: none !important;}
  .jbzoo .jbfilter-row {margin-bottom: 0 !important;}
  
 .ui-autocomplete > li a.ui-state-focus {background: #34B1DA !important; color: #fff !important;border-color: #34B1DA !important;}

  body[class*="ru-"] .jbfilter-default .jbfilter-row:nth-of-type(2) {display: none;}
  body[class*="en-"] .jbfilter-default .jbfilter-row:nth-of-type(1) {display: none;}

  /*Корзина*/
  #header .cart-wrapper {right: 0;bottom: 0;width: 140px;padding: 20px 30px;height: 60px;position: absolute;cursor: pointer;font-weight: 800;background: #34B1DA;border-radius: 0 3px 0 0;box-sizing: border-box;}
  #header .cart-wrapper img.cart {float: left;}
  #header .cart-wrapper img.arrow {width: 20px;right: 30px;top: 21px;position: absolute;transition:.3s;    }
  #header .cart-wrapper.opened img.arrow {transform: rotate(180deg);}
  .planbcounter {color: #fff;display: inline-block;float: left;padding-left: 10px;padding-top: 3px;text-align: center;}
  .cart-wrapper svg {width: 25px;height: 25px;fill: #34B1DA;transform: translateY(9px);}
  .cart-dropdown {width: 400px;right: 0;top: 100%;background: #EBEAEA;position: absolute;display: none;z-index: 5;}
  .cart-dropdown-wrapper {padding: 20px 30px;}
    /*dropdown корзины*/
    .jbcart-item-sku {display: none;}
      /*items*/
      .jbcart-module-items {line-height: 17px;}
      .cart-dropdown .jbcart-item-name {font-size: 14px;white-space: normal !important;line-height: 14px !important;text-decoration: none;}
      .cart-dropdown .jbcart-item-name:hover {text-decoration: underline;}
      .cart-dropdown .jbcart-item-param span {font-size: 12px;}
      .cart-dropdown .jbcart-module > .jbcart-module-line {margin: 0;font-size: 15px;line-height: 20px;}
      .cart-dropdown .jbcart-module .jbcart-item-price:after {display: none !important;}
      .cart-dropdown .jbcart-module-line {text-align: right;}
      .cart-dropdown .jbcurrency-symbol {opacity: 1 !important;}

      .cart-dropdown .jbcart-module-items {max-height: 220px;overflow-y: auto;padding-right: 10px;margin-right: -10px;}
      .cart-dropdown .jbcart-module-items::-webkit-scrollbar {width: 5px;}
      .cart-dropdown .jbcart-module-items::-webkit-scrollbar-track {background: #fff;}
      .cart-dropdown .jbcart-module-items::-webkit-scrollbar-thumb {background-color: #34B1DA;}
      /*buttons*/
      .cart-dropdown .jbcart-module-buttons {margin-top: 15px;}
        /*delete item*/
        .cart-dropdown .jbcart-item-delete {background: #ababab !important;border-radius: 0 !important;box-shadow: none !important;line-height: 18px !important;width: 20px !important;border: 0 !important;}
        /*empty cart*/
        .cart-dropdown .jbcart-module-buttons .jbcart-module-empty {background: #ababab!important;color: #fff !important;box-shadow: none !important;margin-top: -1px !important;border-radius: 0 !important;border: 0 !important;line-height: 30px !important;padding: 0 30px !important;font-weight: 700 !important;transform: translateY(11px) !important}
        /*go to cart*/
        .cart-dropdown
        .jbbutton.green.small.jbcart-module-gotocart {background: #34B1DA !important;border: 0;font-size: 15px;border-radius: 0;line-height: 40px;padding: 0 30px;font-weight: 400;transform: none !important;}


/*----- MODAL*/
   /*appear effect 2*/
  .fon_modal {display: none;position: fixed;top: 0;left: 0;z-index: 10001;width: 100%;height: 100%;background: rgba(0, 0, 0, .8);}
  .modalwrapper {display: none;position: fixed;z-index: 1000;top: 0;right: 0;width: 100%;height: 100%;overflow-y: scroll;perspective: 1000px;}
  .modal {background: #fff;border-radius: 5px;padding: 20px;top: 50%;width: 350px;bottom: auto;left: 50%;margin-top: 100px;transform: translate(-50%,0%) rotateX(50deg) scale(.6);opacity: 0;z-index: 10002;box-sizing: border-box;transition: 1s;display: none;position: absolute;}
  .modal.poehali {transform: translate(-50%,-50%);opacity: 1;margin-top: 0;}
  .modal .close_modal {background: #34B1DA;line-height: 35px;font-size: 20px;color: #fff;width: 35px;height: 35px;border-radius: 5px;right: 25px;top: 25px;position: absolute;z-index: 999999;text-align: center;cursor: pointer;}
  .modal h3 {color: #000;font-size: 26px;line-height: 43px;padding-right: 40px;}
  .modal .comment {color: #000;text-align: center;}
  
    /*form*/    
    .modal  input[type="text"] {line-height: 40px;font-size: 20px;border:1px solid #888;margin-bottom: 10px;text-align: center;width: 100%;box-sizing: border-box;transition:.3s;}
    .modal  input[type="text"].rsform-error {border-color: #d02727;}
    .modal  button[type="submit"] {background: #34B1DA;line-height: 40px;font-weight: 700;color: #fff;text-shadow: 1px 1px 0 #828832;text-align: center;box-sizing: border-box;width: 100%;border: 0;text-transform: uppercase;cursor: pointer;}
  .modal select {width: 100%;box-sizing: border-box;line-height: 40px;height: 40px;font-size: 16px;text-align: center;margin-bottom: 20px;}
  .modal select option {text-align: center;width: 100%;box-sizing: border-box;}
/*rsform thanks message*/
.rsfp_thankyou_popup_outer
.rsfp_thankyou_popup_inner {background: #34B1DA;color: #fff;border-radius: 5px;}
.rsfp_thankyou_popup_inner h3 {font-size: 30px;color: #fff;}
.rsfp_thankyou_popup_inner
.rsfp_thankou_popup_close_btn  {right: 20px;top: 20px;line-height: 40px;width: 40px;height: 40px;color: #fff;z-index: 999999;background: rgba(0, 0, 0, 0.16);border-radius: 5px;text-align: center;cursor: pointer;position: absolute;}



  
/*-----MAIN MENU*/
#mainmenu {background: #464646;;bottom: 0;left: 0;width: calc(100% - 140px);position: absolute;box-sizing: border-box;}
#mainmenu li {list-style-type: none; margin: 0; padding: 0;position: relative;}
#mainmenu a {text-decoration: none; color: #fff;display: block;cursor: pointer;transition:0.3s;}
#mainmenu ul.dj-megamenu {float: left;width: 100%;box-sizing: border-box; margin: 0 !important;padding: 0 !important;}
  /*---1st level*/
  #mainmenu ul.dj-megamenu > li {float: left;box-sizing: border-box;}
  #mainmenu ul.dj-megamenu > li.first {background: #F2F2F2;}
  #mainmenu ul.dj-megamenu > li > a {color: #fff;padding: 0 37px;line-height: 60px;font-size: 17px;letter-spacing: -1px;text-align: center;transition:.5s;}
  .en- #mainmenu ul.dj-megamenu > li > a {padding: 0 47px;}

  #mainmenu ul.dj-megamenu > li > a.menu-katalog {background: #34b1da;border-radius: 3px 0 0 0;margin-right: 30px;width: 270px;padding: 0 30px 0 0;} 
    a.menu-katalog > span > .fa {margin-right: 10px;}
    /*underline effect*/
    #mainmenu ul.dj-megamenu li > a span {position: relative;}
    #mainmenu ul.dj-megamenu li > a span:after {position: absolute;content: "";display: block;bottom: -2px;width: 0;left: 0;height: 1px;background: #34B1DA;transition: .3s;} 
    #mainmenu ul.dj-megamenu li.active > a span:after,
    #mainmenu ul.dj-megamenu li > a:hover span:after {width: 100%;}
    #mainmenu ul.dj-megamenu li.active > a,
    #mainmenu ul.dj-megamenu li > a:hover {color: #34B1DA;}
    /*parent stype (arrow)*/
    #mainmenu ul.dj-megamenu > li > a {position: relative;}
    #mainmenu ul.dj-megamenu > li.parent > a:after {right: 50px;top: 48%;width: 7px;height: 7px;border-right: 1px solid #fff;border-top: 1px solid #fff;display: block;content: "";position: absolute;transform: translateY(-50%) rotate(135deg);transition:1s;}
    #homepage .no-fix #mainmenu ul.dj-megamenu > li.parent > a:after {border-color: #fff;}
    /*katalog item*/
    .dj-megamenu .itemid159 > a i {margin-right: 10px;}
    .dj-megamenu .itemid159 > a,
    .dj-megamenu .itemid159 > a:hover {color: #fff !important;}


 /*---2nd level*/
  #mainmenu .dj-subwrap ul.dj-submenu {margin: 0;padding: 0;}
  #mainmenu .dj-subwrap {position: absolute;top: 100%;z-index: 2;}
  #mainmenu .dj-subwrap-in {background: #F2F2F2;box-sizing: border-box;}
  #mainmenu .dj-subwrap li {min-height: 50px;width: 100%;display: table; box-sizing:border-box;}
  #mainmenu .dj-subwrap-in a {padding: 5px 20px;height: 50px;font-size: 14px;border-bottom: 1px solid #D9D9D9;font-weight: 300;color: #5f5f5f;vertical-align: middle;display: table-cell; transition: 0.3s;box-sizing:border-box;}
  #mainmenu .dj-subcol {box-sizing: border-box;}
    #mainmenu .dj-subwrap-in ul li:last-child a {border-bottom: 0;}
    /*hover effect*/
    #mainmenu .dj-subwrap-in a:hover,
    #mainmenu .dj-subwrap-in a.active {padding-left: 25px;padding-right: 15px;color: #34B1DA;}
    #mainmenu .dj-subwrap-in a.active {text-decoration: underline;}
    /*parent style (arrow)*/
    #mainmenu .dj-subwrap li.parent a {position: relative;}
    #mainmenu .dj-subwrap li.parent > a:after {width: 7px;height: 7px;border-right: 1px solid #969696;border-top: 1px solid #969696;right: 10px;top: 50%;display: block;content: "";position: absolute;transform: translateY(-50%) rotate(45deg);}
    /*cols*/
    .dj-subwrap-in .dj-subcol {float: left;box-sizing:border-box;}
    /*---3rd level*/
    #mainmenu .dj-subwrap .dj-subwrap {top: 0;left: 100%;}
  /*homepage 2nd level open*/
  #homepage a.menu-katalog + .dj-subwrap {display: block !important;-webkit-animation-name: none !important;animation-name: none !important;}

 

/*хлебные крошки*/
#kroshki {padding: 10px 0;}
ul.breadcrumb {font-size: .8em;float: left;width: 100%;margin: 0;padding: 0;box-sizing: border-box;margin-top: 5px;}
ul.breadcrumb > li:first-child {display: none !important;}
.breadcrumb li {float: left;list-style-type: none;margin-left: 0;margin-right: 3px;color: #464646;}
.breadcrumb li a {color: #464646;}
/*Главная страница*/

    #homepage #block5 .main {padding-left: 330px;padding-right: 0;margin-top: 30px;}
    .moduletableintro h3 {text-align: center;font-weight: 700;margin-top: 50px;}
      
      /*slider*/
      #homepage #nadcontent .main {padding: 0;}
      .homepage-slider .owl-prev {left: 10px;top: 50%;width: 20px;height: 20px;border-left: 5px solid #fff;border-bottom: 5px solid #fff;transform: rotate(45deg) translateY(-50%);display: block !important;font-size: 0;transition: .2s;position: absolute;}
      .homepage-slider .owl-next {right: 10px;top: 50%;margin-top: -15px;width: 20px;height: 20px;border-left: 5px solid #fff;border-bottom: 5px solid #fff;transform: rotate(-135deg) translateY(-50%);display: block !important;font-size: 0;transition: .2s;position: absolute;}
      .homepage-slider .owl-next:hover,.homepage-slider .owl-prev:hover {border-color: #34B1DA;}
      .owl-dots {text-align: center;   height: 15px;   position: absolute;   bottom: 15px;   left: 0;   width: 100%;   box-sizing: border-box;}
  	  .owl-carousel .owl-dot {display: inline-block;}
  	  .owl-carousel .owl-dot span {display: inline-block;float: left;   width: 10px;   height: 10px;   margin: 0px 4px;   background: #f2f2f2;   border-radius: 100%;   transition: 0.5s;}
  	  .owl-carousel .owl-dot.active span,
  	  .owl-carousel .owl-dot span:hover {transform: scale(1.5);background: #34B1DA;}
    
      h1.hp-title {text-align: center;color: #34B1DA;margin: 30px 0 20px;}

      /*Блоки с разделами*/
        /*Новости*/
        .rel {position: relative;}
        .hp-news-block {bottom: 30px;width: 300px;height: 348px;padding: 20px;background: #F2F2F2;left: 0;position: absolute;box-sizing: border-box;}
        .hp-news-block .item {text-align: left !important;}
        .hp-news-block .image {margin-bottom: 20px;}
        .hp-news-block .owl-nav.disabled {display: block !important;}
        .hp-news-block .owl-prev {bottom: -30px;right: 13px;width: 6px;height: 6px;border-left: 2px solid #ccc;border-bottom: 2px solid #ccc;transform: rotate(45deg);display: block !important;font-size: 0;transition: .2s;position: absolute;}
        .hp-news-block .owl-next {right: 0px;bottom: -30px;margin-top: -15px;width: 6px;height: 6px;border-left: 2px solid #ccc;border-bottom: 2px solid #ccc;transform: rotate(-135deg);display: block !important;font-size: 0;transition: .2s;position: absolute;}
        .hp-news-block .owl-next:hover,.hp-news-block .owl-prev:hover {border-color: #34B1DA;}
        .hp-news-block .text {line-height: 21px;}

      #homepage #block6 {padding-top: 30px;}
      #homepage #block6 .main {padding-right: 0;padding-left: 0;}
      
      .hp-razdely > a {position: relative;}
      .hp-razdely > a .zag {font-size: 20px;font-weight: 400;color: #fff;top: 60%;width: 100%;text-align: center;text-shadow: 1px 1px 0 #000, 2px 2px 0 #000;position: absolute;box-sizing: border-box;transition: .5s;transform: translateY(-50%);}
      .hp-razdely > a:hover .zag {top: 50%;}
      .hp-razdely > a:after {width: calc(100% - 80px);height: calc(100% - 80px);top: 20px;left: 20px;border-left: 1px solid #fff;border-top: 1px solid #fff;box-sizing:border-box;position: absolute;display: block;content: "";transition:.5s;}
      .hp-razdely > a:before {width: calc(100% - 80px);height: calc(100% - 80px);bottom: 20px;right: 20px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;box-sizing:border-box;position: absolute;display: block;content: "";transition:.5s;}
      .hp-razdely > a:hover:before,
      .hp-razdely > a:hover:after {width: calc(100% - 40px);height: calc(100% - 40px);}

      /*Новые разработки*/
      #homepage #block7 .main {padding-right: 0;padding-left: 0;}
      #homepage #block7 .moduletable h3,
      h3.greyed {background: #F2F2F2;margin: 30px 0;padding: 10px;font: 400 15px/25px ubuntu;}

      .owl-carousel .planb-teaser img {display: inline-block !important;width: auto !important;height: auto;}
      .owl-carousel .planb-teaser {min-height: 330px;padding: 10px !important;border: 1px solid #ddd;border-radius: 3px;box-sizing: border-box;}
        /*owl*/
        .planb-carousel-1 .owl-nav.disabled {display: block !important;}
        .planb-carousel-1 {margin: 0;padding: 0 30px;box-sizing: border-box;}
        .planb-carousel-1 .owl-prev {position: absolute;left: 0;top: 50%;width: 20px;height: 20px;border-left: 2px solid #ccc;border-bottom: 2px solid #ccc;transform: rotate(45deg) translateY(-50%);display: block !important;font-size: 0;transition: .2s;}
        .planb-carousel-1 .owl-next {position: absolute;right: 0;top: 50%;margin-top: -15px;width: 20px;height: 20px;border-left: 2px solid #ccc;border-bottom: 2px solid #ccc;transform: rotate(-135deg) translateY(-50%);display: block !important;font-size: 0;transition: .2s;}
        .planb-carousel-1 .owl-next:hover,.planb-carousel-1 .owl-prev:hover {border-color: #34B1DA;}
        /*teaser*/
        .owl-carousel .jbprice-discount-text {line-height: 26px;}
        .owl-carousel .jbprice-value-price {text-decoration: line-through;}
      
      /*Блок о компании*/
      #homepage #block8 {padding-top: 30px;background: #F2F2F2;margin-top: 30px;}
      #homepage #block8 .main {padding-right: 0;padding-left: 0;}

      .hp-okompanii .lb,
      .hp-okompanii .rb {float: left;box-sizing: border-box;}

      .hp-okompanii .lb {width: 30%;text-align: center;}
      .hp-okompanii .rb {width: 70%;padding-left: 30px;}

      .hp-bens {text-align: center;}
      .hp-bens img {width: 50px;margin-bottom: 15px;display: inline-block;}
      .hp-bens .zag {font-weight: 700;}

      /*Мы в цифрах*/
      #homepage #block9 {margin-bottom: 40px;background: #34B1DA;padding: 50px 0;color: #fff;}
      .nums img {width: 50px;}
      .nums tr td:nth-child(2) {padding-left: 15px;}
      .nums .num {margin-bottom: 10px;font-weight: 400;font-size: 38px;}
      .nums .zag, .nums table {margin-bottom: 0;}
  
      /*Наши партнеры*/
      .partners > div {padding: 0 10px;line-height: 100px;text-align: center;}
      .partners > div:first-child {padding-left: 0;}
      .partners > div:last-child {padding-right: 0;}
      .partners > div img {max-height: 100px;}



/*-- JBZOO -- */
  .jbzoo .subcategory, 
  .jbzoo .items .jbzoo-item, 
  .jbzoo .item-full .jbzoo-item, 
  .jbzoo .commentslist .comment,
  .jbzoo .frontpage,
  .jbzoo .category {margin: 0 !important;padding: 0 !important;}
  .jbzoo .jbfilter-row select:focus, 
  .jbzoo .jbfilter-row input[type="text"]:focus, 
  .jbzoo .jbfilter-row input[type="number"]:focus, 
  .jbzoo .jbfilter-row input[type="time"]:focus, 
  .jbzoo .jbfilter-row input[type="date"]:focus, 
  .jbzoo .jbfilter-row input[type="search"]:focus, 
  .jbzoo .jbfilter-row input[type="datetime"]:focus {border-color: #34B1DA !important;}

  /*categoty title*/
  .jbzoo .category,
  .blog-full,
  .page-full,
  .jbzoo-view-filter,
  .jbzoo-view-index  {position: relative;border-top: 1px solid #ddd;margin-top: 20px !important;text-align: center;}

  .jbzoo .category > h1.title,
  .blog-full > h1.title,
  .page-full > h1.title,
  .jbzoo-view-filter > h1,
  .jbzoo-view-index > h1 {display: inline-block;position: relative;background: #fff;top: -16px;padding: 0 20px;text-transform: uppercase;margin-bottom: 0;font-weight: 400;  }

  .page-full .text,
  .blog-full .text,
  .moduletable_glavpopular .title,
  .jbzoo-view-filter .items,
  .jbzoo-view-index form{text-align: left;}
  .jbzoo a:hover > img {opacity: 1 !important;}


/*BLOG*/
  /*--pagination*/
  .pagination {margin-top: 20px;float: left;width: 100%;margin-bottom: 20px;font-size: 0; text-align: center;}
  .pagination span,.pagination a {border-radius: 3px; ;display: inline-block !important;float: none !important;box-sizing: border-box;width: 45px;height: 35px;margin: 15px 5px 0 5px;padding: 0 !important;font-size: 14px;color: #fff;text-align: center;line-height: 35px !important;text-decoration: none;border: none !important;background: #ccc;}
  .pagination span,.pagination a:hover {background: #34B1DA !important;}

  /*--teaser*/
  .blog-teaser h2.title {font-weight: 400;}
  .blog-teaser .lb {float: left;width: 200px;box-sizing: border-box;}
  .blog-teaser .rb {float: left;padding-left: 20px;box-sizing: border-box;width: 1000px;}
  .blog-teaser a {text-decoration: none; color: #676767;}
  .blog-teaser:hover a {color: #34B1DA;}
  .blog-teaser {padding: 20px 0 40px;border-bottom: 1px solid #eee;}
  .blog-teaser .text {line-height: 21px;}

  /*--Full*/
  .blog-full .image {float: left;margin: 0 20px 20px 0;}
  

/*MAGAZIN*/

/*sidebar*/
.with-sidebar .sidebar {float: left;width: 200px;box-sizing: border-box;}
.with-sidebar .content {float: left;width: 1000px;box-sizing: border-box;padding-left: 20px;}
 

  /*Фильтр*/
  #nadcontent .jbzoo.jbfilter-wrapper {background: #f3f3f3;padding: 20px 20px 0;border-radius: 10px;float: left;width: 100%;box-sizing: border-box;}
  #nadcontent .jbfilter-label {background: #34B1DA; text-transform: uppercase;}
  #nadcontent .jsFilter.jbfilter.jbfilter-default > .jbfilter-row {width: 23%;float: left;box-sizing: border-box;padding: 0 5px;}
  #nadcontent .jbfilter-jbcolor .jbfilter-label {margin-bottom: 20px;}
  #nadcontent .jbfilter-jbcolor .jbzoo-colors > label,
  #nadcontent .jbfilter-jbcolor .jbzoo-colors > label > div {width: 20px !important;height: 20px !important;}
  #nadcontent .jsFilter.jbfilter.jbfilter-default > .jbfilter-row.jbfilter-jbcolor {width: 54%;}
  #nadcontent input[type="text"] {font-size: 14px;line-height: 20px;box-sizing: border-box;height: 31px;border-radius: 2px;background: #fff;}
  #nadcontent #jbfilter-id-itemname {margin-top: 30px;}

    /*price range*/
    #nadcontent .ui-state-default, 
    #nadcontent .ui-widget-content .ui-state-default, 
    #nadcontent .ui-widget-header .ui-state-default {border: 0;background: linear-gradient(to bottom, #ecda94, #a08b39);border-radius: 100%;margin-top: -3px;}
    #nadcontent .ui-widget-header {background: #34B1DA;}
    #nadcontent .ui-slider {height: 3px;border: 0;margin-top: 20px;}
    #nadcontent .jbzoo .jbfilter .ui-slider {width: 94%;margin-left: 6px;}

/*categories*/
.jbzoo-app-katalog .category .description-full {line-height: 21px;border: 1px solid #ddd;padding: 20px;border-radius: 3px;margin-bottom: 25px;box-sizing: border-box;text-align: left;}





/*--teaser*/
  /**shablon*/
  .items.items-col-3,
  .related .wrapper,
  .moduletable-recent .module-items {Display: Flex !important;Flex-wrap: wrap;justify-content: Center;}
  
  .items.items-col-3 .width33,
  .related .wrapper > div.planb-teaser,
  .moduletable-recent .module-items > div {Flex-Basis: 23.125% !important;margin-right: 2.5% !important;margin-bottom: 2.5%;padding: 10px !important;border: 1px solid #ddd;border-radius: 3px;box-sizing: border-box;}
  
  .items.items-col-3 .width33:nth-of-type(4n),
  .related .wrapper > div.planb-teaser:nth-of-type(4n),
  .moduletable-recent .module-items > div:nth-of-type(4n),
  .items.items-col-3 .width33:last-of-type,
  .related .wrapper > div.planb-teaser:last-of-type,
  .moduletable-recent .module-items > div:last-of-type {margin-right: 0 !important;}

  .items.items-col-3 > .clr {display: none !important;}
  
  /*.related .wrapper > div.planb-teaser {Flex-Basis: 23.125% !important;margin-right: 2.5% !important;margin-bottom: 2.5%;padding: 10px !important;border: 1px solid #ddd;border-radius: 3px;box-sizing: border-box;}*/
  /*.related .wrapper > div.planb-teaser:nth-of-type(4n),*/
  /* {margin-right: 0 !important;}*/

  /*title*/
  .planb-teaser .title {margin-bottom: 10px !important; font-size: 16px !important;line-height: 17px;font-weight: 400;}
  .planb-teaser .title a {font-size: 13px;line-height: 18px;font-weight: 400;text-transform: none;color: #2f2f2f;text-decoration: none;transition:.5s;}
  .planb-teaser .title a:hover {color: #34B1DA;}
  /*image*/
  .planb-teaser .image {height: 200px;line-height: 200px;margin-bottom: 15px;text-align: center;overflow: hidden;}
  .planb-teaser .image img {transition: 2s;}
  /*.planb-teaser .image:hover img {transform: scale(1.5);}*/
  /*discount*/
  .planb-teaser {position: relative;padding: 15px;}
  .planb-teaser .jbprice-discount{line-height: 25px;height: 25px;font-size: 14px;margin: 0 !important;position: absolute;right: 0;top: 0;background: #34B1DA;color: #fff;box-sizing: border-box;}
  .planb-teaser .jbprice-discount .jbprice-discount-text:before {display: block;content: 'Скидка';position: absolute;right: 100%;top: 0;background: #34B1DA;color: #fff;line-height: 25px;height: 25px;padding: 0 7px;}
  /*button*/
  .planb-teaser .jbprice-buttons {width: 100%;}
  .planb-teaser .jbprice-buttons .jsAddToCart {margin-top: 10px;padding: 0px 16px 0 36px !important;font-size: 16px;line-height: 40px;font-weight: 700;color: #ffffff !important;letter-spacing: -1px;border: 2px solid #34B1DA !important;border-radius: 0 !important;outline: none;background: url(/stories/cart-w.svg) 5px 10px no-repeat,#34B1DA !important;background-size: 20px !important;cursor: pointer;transition: 0.5s !important;box-sizing: border-box !important;}

  /*Ограниченное кол-во
  .planb-teaser .ogran {position: absolute;top: 220px;right: 0;background: #34B1DA;color: #fff;line-height: 26px;font-size: 12px;width: 100%;box-sizing: border-box;text-align: center}
  /*Новинка*/
  .planb-teaser .new {padding-left: 10px;position: absolute;top: 0;left: 0;background: #34B1DA;color: #fff;line-height: 25px;font-size: 14px;width: 100px;box-sizing: border-box;}
  .planb-teaser .new img {width: 17px;display: inline-block;margin: -4px 7px 0 7px;}
  /*price*/
  .planb-teaser .jbprice-tmpl-teaser {float: left;width: 100%;}
  .planb-teaser .jbprice-tmpl-teaser > div {float: left;margin-right: 15px;}
  .planb-teaser .jbprice-tmpl-teaser > div:nth-of-type(2) {margin-right: 0;}
  .planb-teaser .jbprice-value-price {opacity: .6;}
  .planb-teaser .price {margin-bottom: 10px;}
  .planb-teaser .price .jbcurrency-value {font-size: 1.2em;color: #34B1DA;font-weight: 700;}
  .planb-teaser .price .jbprice-discount-text .jbcurrency-value {font-size: 1em;color: #fff;font-weight: 400;}
  .planb-teaser .price .jbprice-discount-text {margin-right: 10px;display: none;}
  /*text*/
  .planb-teaser .text {margin-top: 2px;color: #888;font-size: 12px;line-height: 18px;font-weight: 300;}

  /*sweet alert*/
  .sweet-alert button.confirm {background: #34B1DA !important;}

/*--Full*/
  /*line*/
  .planb-full .line {height: 1px;background: #fff;margin: 10px 0 10px;}
  /*shablon*/
  .planb-full .lb,.planb-full .rb {float: left;width: 50%;box-sizing: border-box;min-height: 1px;}
  .planb-full .rb {padding-left: 30px;}
  /*image*/
  .planb-full .lb .image {overflow: hidden;text-align: center;}
  #sync1 .owl-item,#sync1 .owl-item .jbzoom-image,
  #sync1 .owl-item .jbzoom-image img {max-height: 400px;line-height: 400px;max-width: 100%;box-sizing: border-box;}
  .owl-item .jbzoom-image,.owl-item .item {text-align: center;}
  #sync2 {margin-top: 20px;padding: 0 15px;box-sizing: border-box;}
  #sync2 .owl-item {max-height: 80px;}
  #sync2 .owl-item .item,#sync2 .owl-item .item img {max-height: 70px;box-sizing: border-box;}
  #sync2 .owl-item {box-sizing: border-box;border-bottom: 2px solid #ddd;border-top: 2px solid #ddd;padding: 5px 0;}
  #sync2 .owl-item.synced {border-color: #34B1DA;}
  #sync2 .owl-prev,#sync2 .owl-next {width: 30px;padding: 0;box-sizing: border-box;font-size: 0;height: 30px;position: absolute;transition: 0.3s;}
  #sync2 .owl-prev {background: url(/stories/left-arrow.svg) no-repeat 0 0 transparent;background-size: 30px;left: -3px;top: 19px;}
  #sync2 .owl-next {background: url(/stories/right-arrow.svg) no-repeat 0 0 transparent;background-size: 30px;right: -3px;top: 19px;}
  #sync2 .owl-prev:active {left: -8px;}
  #sync2 .owl-next:active {right: -8px;}

  /*title*/
  .planb-full .rb .title {margin-bottom: 25px !important;color: #000;font-weight: 400;line-height: 25px;}

  /*zakaz*/
  .planb-full .zakaz {padding: 20px;border: 1px solid #ddd;border-radius: 3px;position: relative;box-sizing: border-box;}
  .jbzoo .quantity-wrapper .item-count-wrapper {border-color: #ddd !important;}
  .zakaz .jbprice-buttons {margin-top: 20px;}
    /*перечеркнутая цена*/
    .zakaz span.jbprice-value-price {text-decoration: none;}
    .zakaz span.jbprice-value-price:after {top: 15px;left: -10%;width: 120%;height: 2px;background: #cccccc;position: absolute;display: block;content: "";transform: rotate(-10deg);}
    /*.zakaz .jbprice-tmpl-full .jselementfulllist2 {margin-top: 30px;}*/

    .zakaz .jbprice-value-price {font-size: 1.2em;position: absolute;right: 160px;top: 18px;background: url(/stories/price2.png) 0 0 no-repeat;background-size: 100%;color: #fff;width: 100px;height: 33px;line-height: 33px;text-align: center;}
    .zakaz .jbprice-value-total {position: absolute;right: 10px;top: 13px;font-size: 1.3em;font-weight: 700;background: url(/stories/price1.jpg) 0 0 no-repeat;background-size: 100%;width: 130px;height: 42px;box-sizing: border-box;color: #fff;text-align: center;line-height: 42px;}
    .zakaz .jsQuantity .jbbutton {background: #ccc; color: #fff !important; border: 0; box-shadow: none; transition: .3s;}
    .zakaz .jsQuantity .jbbutton:hover {background: #34B1DA}
      /*select*/
      .planb-full .zakaz select {width: 160px;padding: 12px;font-size: 16px;border-color: #ccc;outline: none;background: url("/stories/darrow.png") 85% 10px no-repeat,#fff; cursor: pointer;-webkit-appearance: none;-moz-appearance:    none;appearance:         none;}
      .planb-full .zakaz select option:first-child {display: none;}
    /*цена по запросу*/

    .zakaz .price-pozaprosu {right: 10px;top: 13px;background: url(/stories/price1.jpg) 0 0 no-repeat;background-size: 100%;width: 130px;height: 42px;box-sizing: border-box;color: #fff;text-align: center;position: absolute;line-height: 42px;}
    /*buttons*/
    #yoo-zoo .planb-full .zakaz .jsAddToCart {font-size: 16px;padding: 0px 16px 0 36px !important;font-weight: 400;color: #ffffff !important;background: url(/stories/cart-w.svg) 5px 10px no-repeat, #34B1DA !important;line-height: 40px;border: 2px solid #34B1DA !important;border-radius: 0 !important;outline: none;background-size: 20px !important;cursor: pointer;box-sizing: border-box !important;transition: 0.5s !important;box-shadow: none;}
    #yoo-zoo .planb-full .zakaz .jsGoTo {padding: 0px 16px 0 36px !important;font-size: 16px;font-weight: 400;color: #ffffff !important;line-height: 40px;border: 2px solid #34B1DA !important;border-radius: 0 !important;outline: none;background: url(/stories/checkout.svg) 5px 10px no-repeat, #34B1DA !important;background-size: 20px !important;cursor: pointer;margin-right: 0;box-sizing: border-box !important;transition: 0.5s !important;box-shadow: none;}
    #yoo-zoo .planb-full .zakaz .jsRemoveFromCart {width: 170px;margin: 3px 0 0 0px;padding: 0 0 0 20px !important;font-size: 13px !important;font-weight: 400;color: #676767 !important;line-height: 30px;text-transform: none;border: 1px solid #34b1da!important;border-radius: 0;outline: none;background: url(/stories/trash.svg) 5px 5px no-repeat, #fff !important;background-size: 20px !important;cursor: pointer;box-sizing: border-box !important;max-width: none;transition: 0.5s !important;box-shadow: none;}
  
  /*icons*/
  .fullicons {text-align: center;background: #F2F2F2;margin-top: 10px;padding: 20px;}
  .fullicons img {width: 40px;}
  .fullicons .zag {margin-bottom: 0;margin-top: 10px;font-size: .8em;line-height: 14px;}

  /*forms*/
  .planb-full input[type="text"] {line-height: 40px;font-size: 20px;border:1px solid #ddd;margin-bottom: 10px;text-align: center;width: 100%;box-sizing: border-box;transition:.3s;}
  .planb-full textarea {border: 1px solid #ddd;margin-bottom: 10px;padding: 10px;resize: vertical;width: 100%;font-family: inherit;box-sizing: border-box;}
  .planb-full button[type="submit"] {background: #34B1DA;line-height: 40px;font-weight: 700;color: #fff;text-shadow: 1px 1px 0 #828832;text-align: center;box-sizing: border-box;width: 100%;border: 0;text-transform: uppercase;cursor: pointer;}
  .planb-full input[type="text"].rsform-error,
  .planb-full textarea.rsform-error {border-color: #d02727;}
  /*oneclick*/
  .planb-full .oneclick {margin-top: 10px;padding: 20px;border: 1px solid #ddd;border-radius: 3px;}

  /*question*/
  .planb-full .question {padding: 20px;border-radius: 3px;border: 1px solid #ddd;margin-top: 10px;}
  .planb-full .question #ask {margin-bottom: 0;}
  .planb-full .question #ask span.symbol {text-align: center;color: #fff;background: #34B1DA;display: inline-block;vertical-align: middle;width: 30px;height: 30px;line-height: 30px;margin-right: 10px;font-weight: 700;border-radius: 3px;transition: .5s;cursor: pointer;}
  .planb-full .question #ask .ask-text {border-bottom: 1px dotted #ddd;display: inline-block;cursor: pointer;}
  .planb-full .question #ask-form-wrapper {display: none;margin-top: 20px;}



  /*decription*/
  .planb-full .desc {font-weight: 300;border: 1px solid #ddd;padding: 30px;margin-top: 30px;}
  .planb-full .desc h2 {margin-top: 0;font-weight: 400;color: #34b1da;padding-bottom: 5px;border-bottom: 1px solid #ddd;}

  /*related*/
  .related > h2 {padding-top: 20px;margin-bottom: 40px;margin-top: 0px;}
  .related .wrapper .clr {display: none !important;}
 
  .related .planb-teaser .title {margin-bottom: 10px !important;}
  .related .planb-teaser {border: 1px solid #ddd;}
  .related .planb-teaser .ogran {top: 142px;}
  .related .planb-teaser .new {font-size: 10px;width: 70px;line-height: 21px;}
  .related .planb-teaser .new img {width: 11px;    margin: -5px 4px 0 5px;}


/*Подкатегории*/
.subcategories {border: 1px solid #ddd;border-radius: 3px;margin-bottom: 30px;}
.subcategories {Display: Flex !important;Flex-wrap: wrap;justify-content: left;}
body .subcategories > div {Flex-Basis: 25%;width: 25% !important;padding: 5px 10px !important;box-sizing:border-box;float: none !important;margin: 0 !important;}
.subcategories h2 {font-size: 14px;margin-bottom: 0;}
.subcategories a {text-decoration: none;}
.subcategories a:hover {text-decoration: underline;}
.subcategories .subcategory-items {display: none !important;}
.subcategories img {vertical-align: middle;width: 30px;display: inline-block;}

.subcategories .subcategory {display: table !important;width: 100%;}
.subcategories .subcategory > * {display: table-cell;vertical-align: middle;}
.subcategories .subcategory-image {width: 35px;padding-right: 10px;}

/*КОРЗИНА*/
  #system-message-container .alert-notice {display: none;}
  .jbzoo .jbcart-item-name {white-space: normal !important;}
  /*table*/
    /*image*/
    .jbcart-table img {max-height: 70px; max-width: 70px;}
    .jbcart-table .jbcart-image {text-align: center;}
    /* + - buttons*/
    .jbcart-table .jbbutton.micro {background: #ccc;color: #fff !important;border: 0;box-shadow: none;transition: .3s;}
    .jbcart-table .jbbutton.micro:hover {background: #34B1DA;}
    /*delete item*/
    .jbcart-table td.jbcart-delete .jsDelete{background: #ccc !important;border:0 !important;border-radius: 0 !important;box-shadow: none !important;line-height: 18px !important;width: 20px !important;}
    /*empty cart*/
    .jbcart-table .jsDeleteAll {background: #34B1DA !important;border: 0 !important;border-radius: 0 !important;box-shadow: none !important;line-height: 18px !important;width: 110px !important;}
    /*доставка*/
    .jbcart-shipping {float: left;width: 50%;box-sizing:border-box;height: 300px;}
    .jbcart-shipping .jbcart-title {margin: 0 !important;}
    .jbcart-shipping .jbcart-shipping-desc{font-size: .85em !important;font-style: italic;}

    .jbzoo .jbcart-shipping-row:hover, .jbzoo .jbcart-shipping-row.active {background: #34B1DA !important;color: #fff;}
    .jbzoo .jbcart-shipping-row {background: #fff !important;border: 1px solid #ccc !important;}


    .jbcart-shipping .active .jbcart-radio:before {border-color: #fff !important;}
    .jbcart-shipping .active .jbcart-radio:after {border-color: #fff !important;}
      /*radioboxes*/
        .jbcart-shipping .jbcart-radio{background: transparent !important;position: relative;}
        .jbcart-shipping .jbcart-radio:before {width: 20px;height: 20px;border: 2px solid #9d9e9e;top: 0;right: 0;display: block;content: '';position: absolute;}
        .jbcart-shipping .active .jbcart-radio:before {border: 2px solid #34B1DA;}
        .jbcart-shipping .active .jbcart-radio:after {width: 23px;height: 10px;border-left: 3px solid #34B1DA;border-bottom: 3px solid #34B1DA;transform: rotate(-45deg);top: -4px;right: -8px;display: block;content: '';position: absolute;}
    /*форма*/
    .jbcart-form {box-sizing:border-box;}
    .jbzoo .jbcart-form-label {width: 25% !important;margin-right: 10px !important;margin-right: 0 !important;box-sizing:border-box;}
    .jbcart-form .jbcart-form-control {width: 75% !important;margin-right: 0 !important;box-sizing:border-box;}
    .jbcart-form .jbcart-form-control input[type="text"],
    .jbcart-form .jbcart-form-control textarea {width: 100% !important;box-sizing:border-box;resize: vertical;}
    .jbcart-title-main {text-align: center;font-weight: 400 !important;}
    .jbcart-form {max-width: 500px;margin: 0 auto !important;border: 1px solid #ddd;border-radius: 3px;padding: 20px !important;}
    .jbcart-form-desc {display: none;}
  /*submit*/
  form[name="jbcartForm"] input[type="submit"] {background: #34B1DA !important;border: 0 !important;height: 50px;line-height: 50px;font-size: 18px !important;font-weight: 700;color: black;padding: 0 30px !important;border-radius: 5px;border-top: 0 !important;border-right: 0 !important;border-left: 0 !important;box-sizing: border-box !important;text-transform: uppercase;outline: none;cursor: pointer;transition: 0s !important;margin-top: 50px;border-radius: 0 !important;}
  form[name="jbcartForm"] input[type="submit"]:active {border-bottom: 0 !important;transform: translateY(5px) !important;}
  
  html[lang="ru-ru"] #jbfilter-id-4b8b1f35-6a0b-4733-8a4d-a18fed666ec2 {display: none;}
  html[lang="en-gb"] #jbfilter-id-itemname {display: none;}



/*Контакты*/
  /*карта*/
  .contacts-page .rb {float: left;width: 60%;box-sizing: border-box;}
  /*абзац и ссылка*/
  .contacts-page p {margin: 0 !important;line-height: 100px;}
  .contacts-page a {color: #fff;}
  /*иконка*/
  .contacts-page .lb .image {width: 60px;box-sizing: border-box;position: absolute;left: 20px;top: 50%;transform: translateY(-50%);}
  /*верстка*/
  .contacts-page .lb {height: 400px;background: #34B1DA;color: #fff;width: 40%;box-sizing: border-box;float: left;}
  .contacts-page .lb > div {height: 100px;line-height: 100px;position: relative;padding-left: 100px;}
  .contacts-page .lb .adres,.contacts-page .lb .phones,
  .contacts-page .lb .email {border-bottom: 1px solid #fff;}
  /*несколько строк*/
  .contacts-page .lb > div.str2 p {line-height: 20px;padding-top: 30px;}
  .contacts-page .lb > div.str3 p {line-height: 20px;padding-top: 30px;}


/*Footer*/
  #siluet {margin-top: 50px;height: 100px;background: url(/stories/siluet.jpg) 0 100% repeat-x;background-size: 700px;}
  #footer {border-top: 5px solid #34B1DA;padding: 20px 0 20px;text-align: center;color: #fff;background: #464646;}
  #footer a {text-decoration: none;}
  #footer p {margin-bottom: 0;}
  
  /*verstka*/
  #footer .fourth img {width: 200px;display: block;margin: 0 auto;}


  #footer .custom {Display: Flex;Flex-wrap: wrap;justify-content: center;}
  #footer .custom > div {Flex-Basis: 25%;padding: 10px;box-sizing:border-box;}
  
  /*phones*/
    #footer .tels a {color: #fff;text-decoration: none;font-weight: 400;font-size: 20px;}
  
  /*zvonok*/
  #footer .open_modal_2 {display: block;font-weight: 800;border: 1px solid #fff;line-height: 50px;text-transform: uppercase;transition: .5s;cursor: pointer;}
  #footer .open_modal_2:hover {background: #34B1DA;color: #fff;border-color:#34B1DA; }

  /*social*/
  #footer svg {display: inline-block;width: 30px;margin: 0 3px;box-sizing: border-box;}
  #footer svg g {fill: #fff;transition: .5s;}
  #footer svg:hover g {fill: #34B1DA;}
    
 /*.planblogo img {transition: 0.5s;display: inline;}*/

.alert.alert-error {background: #d62e48;border-radius: 10px;position: relative;padding: 20px;color: #fff;font-size: .9em;margin: 20px 0;}
.alert.alert-error .close{position: absolute;right: 0;top: 0;display: block;width: 40px;height: 40px;background: rgba(0, 0, 0, 0.14);text-align: center;line-height: 40px;font-size: 30px !important;border-radius: 0 10px 0;color: #fff;cursor: pointer;}






@media all and (max-width: 1220px) {
 .main {width: 990px;}
 .with-sidebar .content {width: 770px;}
  /*menu*/
  #mainmenu ul.dj-megamenu > li > a {padding: 0 16px;}
  .en- #mainmenu ul.dj-megamenu > li > a {padding: 0 23px;}
  #mainmenu ul.dj-megamenu > li.parent > a:after {right: 40px;}
  #homepage a.menu-katalog + .dj-subwrap {display: none !important;}
   #homepage .dj-megamenu li.itemid159.hover > div.dj-subwrap {display: block !important;}

  /*poisk*/
  #header .poisk {width: 360px;left: 380px;}

  /*hp news*/
  .hp-news-block {height: 370px;}


  /*blog*/
  .blog-teaser .rb {width: 770px;}

  /*katalog*/
  /*teaser*/
  .planb-teaser .image {height: 170px;line-height: 170px;}

  /*404 error*/
 /*.error404 .num {font-size: 220px;padding-top: 105px;}*/
 /*.error404 .bigbutton {padding: 15px 30px;}*/
} 

@media all and (max-width: 980px) {
  .main {width:100%;}
  .with-sidebar .content {width: calc(100% - 200px);}

  /*header*/
  #header,#header .main {height: 70px;margin-bottom: 70px;width: 100%;}

    /*menu*/
    #header a.dj-mobile-open-btn {font-size: 28px;width: 70px;height: 70px;line-height: 62px;font-weight: 300;background: #34B1DA;color: #fff;border-radius: 0;top: 0;left: 0;text-align: center;box-sizing: border-box;position: absolute;}
    /*logo*/
    #header .logo {padding: 5px;width: calc(50% - 90px);right: auto;left: 90px;top: 0;height: 100%;transform: none;text-align: center;box-sizing: border-box;}
    /*poisk*/
    #header .poisk {left: 50%;width: 300px;transform: translateX(-50%);top: 84px;right: auto;}
    #header .jbfilter-element input[type="text"] {width: 100%;}
    #header .jbfilter-buttons input[type="submit"] {background: url(/stories/lupa.svg) 7px 8px no-repeat, #34B1DA;    background-size: 25px;}
    /*cart*/
    #header .cart-wrapper {height: 70px;width: 70px;padding: 22px;background: #34B1DA;right: 0;top: 0;font-size: 0;box-sizing: border-box;border-radius: 0;}
    #header .cart-wrapper img.arrow {display: none !important;}
    #header .cart-wrapper svg {fill: #fff;}
    .planbcounter {right: 12px;top: 12px;background: #f2f2f2;font-size: 14px;color: #34b1da;width: 20px;height: 20px;line-height: 20px;box-sizing: border-box;padding: 0;float: none;border-radius: 100%;position: absolute;}
    /*tels*/
    #header .contacts {width: calc(50% - 70px);border-left: 1px solid #ddd;line-height: 20px;right: 90px;top: 0;height: 100%;left: auto;box-sizing: border-box;transform: none;}
    #header .contacts a {font-size: 18px;}
    #header .contacts .open_modal {margin-top: 0px;transform: translateY(-6px);font-size: 12px;line-height: 15px;border-width: 1px;}
    #header .contacts a.mail {font-size: 14px;}
    /*language switcher*/
    #header .mod-languages {right: 260px;top: 1px;}
  /*slider*/
  #homepage #block5 .main {padding-left: 0;}

  /*homepage*/
  .jbcategory-module .category-wrapper {Flex-Basis: 31%;}
  .subcategories .width33 a, .jbcategory-module .category-wrapper a {font-size: 15px;}

  /*hp news*/
  .hp-news-block {margin-top: 30px;width: 100%;height: auto;position: inherit;padding-bottom: 50px;}

  /*Товары на главной*/
  .owl-carousel .planb-teaser {min-height: 280px;}

  /*katalog*/
  /*shablon*/
  .items.items-col-3 .width33, 
  .related .wrapper > div.planb-teaser,
  .moduletable-recent .module-items > div {Flex-Basis: 32% !important;width: 32%;margin-right: 2% !important;margin-bottom: 2%;}

  .items.items-col-3 .width33:nth-of-type(4n), 
  .related .wrapper > div.planb-teaser:nth-of-type(4n),
  .moduletable-recent .module-items > div:nth-of-type(4n),
  .items.items-col-3 .width33:last-of-type, 
  .related .wrapper > div.planb-teaser:last-of-type,
  .moduletable-recent .module-items > div:last-of-type {margin-right: 2% !important;}

  .items.items-col-3 .width33:nth-of-type(3n), 
  .related .wrapper > div.planb-teaser:nth-of-type(3n),
  .moduletable-recent .module-items > div:nth-of-type(3n),
  .items.items-col-3 .width33:last-of-type, 
  .related .wrapper > div.planb-teaser:last-of-type,
  .moduletable-recent .module-items > div:last-of-type {margin-right: 0 !important;}



  /*full*/
  .planb-full .zakaz {padding-top: 60px;}
  /*buttons*/
    #yoo-zoo .planb-full .zakaz .jsAddToCart {width: 100%;margin-left: 0  !important;margin-right: 0 !important;box-sizing:border-box;}
    #yoo-zoo .planb-full .zakaz .jsGoTo {width: 100%;margin-left: 0 !important;margin-right: 0 !important;box-sizing:border-box;}
    #yoo-zoo .planb-full .zakaz .jsRemoveFromCart {width: 100%;margin-left: 0 !important;margin-right: 0 !important;box-sizing:border-box;max-width: 280px;}

  /*blog*/
  .blog-teaser .rb {width: 540px;}

  /*404 error*/
  /*.error404 .num {font-size: 160px;padding-top: 170px;}*/
  /*.error404 .bigbutton {padding: 15px 10px;font-size: 12px;}*/

  /*footer*/
  #footer .custom > div {Flex-Basis: 50%;margin-bottom: 20px;}
}

@media all and (max-width: 768px) {
  .with-sidebar .sidebar {display: none;}
  .with-sidebar .content {width: 100%;padding-left: 0;}

  /*header*/
  #header,#header .main {width: 100%;height: 250px;margin-bottom: 0;}

  /*menu*/
  #header a.dj-mobile-open-btn {height: 50px;width: 50px;font-size: 20px;line-height: 42px;position: fixed;z-index: 20;}
  /*logo*/
  #header .logo {height: 80px;top: 60px;width: 100%;left: 0;z-index: 20;}
  
  /*разделы на главной*/
  .hp-razdely .block33 {flex-basis: 49%;width: 49%;margin-right: 2%;margin-bottom: 2%;}
  .hp-razdely .block33:nth-child(3n) {margin-right: 2%;}
  .hp-razdely .block33:nth-child(2n),
  .hp-razdely .block33:last-of-type {margin-right: 0;}

  /*Блок о компании*/
  .hp-okompanii .lb,
  .hp-okompanii .rb {width: 100%;padding-left: 10px;padding-right: 10px;}
  .hp-okompanii .lb {text-align: center;}
  .hp-okompanii .lb img {max-height: 100px;}

  /*Партнеры*/
  .flex-blocks .block16 {flex-basis: 32%;}
  
  /*cart*/
  #header .cart-wrapper {height: 50px;width: 50px;padding: 15px;position: fixed;z-index: 20;}
  .planbcounter {top: 5px;right: 5px;width: 15px;height: 15px;line-height: 15px;font-size: 12px;font-weight: 400;}
    /*dropdown*/
    .cart-dropdown-wrapper {position: relative;height: 100%;padding-left: 10px;padding-right: 10px;box-sizing: border-box;}
    .cart-dropdown {width: 100%;top: 50px;z-index: 20;position: fixed;height: calc(100% - 50px);}
    .cart-dropdown .jbcart-module-items {position: absolute;left: 10px;right: 10px;top: 20px;bottom: 110px;max-height: none;}
    .cart-dropdown .jbcart-module > .jbcart-module-line {bottom: 80px;left: 10px;right: 10px;position: absolute;}
    .cart-dropdown .jbcart-module-buttons {bottom: 20px;left: 10px;right: 10px;position: absolute;}

  /*tels*/
  #header .contacts {top: 120px;left: 0;width: 100%;border: 0;height: auto;text-align: center;}
  #header .contacts .tel {width: calc(100% - 100px);height: 50px;line-height: 50px;left: 50px;background: #ddd;font-weight: 700;top: 0;text-align: center;position: fixed;z-index: 20;}

  /*language switcher*/
  #header .mod-languages {right: 50%;top: 175px;transform: translateX(50%);}
  /*poisk*/
  #header .poisk {top: 200px;max-width: 300px;width: 100%;}

   /*modal*/
  .modal {left: 0;top: 0 !important;right: 0;width: 100% !important;min-height: 100%;transition: top .3s linear; border-radius: 0;transform: none;}
  .modal.poehali {margin-top: 0 !important;transform: none;}
  .modal .zakr {right: 15px;top: 15px;border-radius: 5px;line-height: 50px;width: 50px;height: 50px;font-weight: 700;font-size: 30px;}
  .modal h3 {text-align: left !important;padding-right: 40px;}
    /*cart*/
    .cart-litebox .jbbutton.green.small.jbcart-module-gotocart {position: absolute;bottom: 0;width: 100%;left: 0;max-width: none;}
    .cart-litebox .jbcart-module-buttons .jbcart-module-empty {position: absolute;bottom: 50px;left: 0;width: 100% !important;max-width: none !important;line-height: 40px !important;height: 40px;}
    #modal_1 {padding-bottom: 100px;}


  /*Katalog*/
  /*categories*/
  body .subcategories > div {Flex-Basis: 33%;width: 33% !important;}
  /*shablon*/
  .items.items-col-3 .width33, 
  .related .wrapper > div.planb-teaser,
  .moduletable-recent .module-items > div {flex-Basis: 49% !important;width: 49%;margin-right: 2% !important;margin-bottom: 2%;}
  
  .items.items-col-3 .width33:nth-of-type(3n), 
  .related .wrapper > div.planb-teaser:nth-of-type(3n),
  .moduletable-recent .module-items > div:nth-of-type(3n),
  .items.items-col-3 .width33:last-of-type,
   .related .wrapper > div.planb-teaser:last-of-type,
   .moduletable-recent .module-items > div:last-of-type {margin-right: 2% !important;}

  .items.items-col-3 .width33:nth-of-type(2n), 
  .related .wrapper > div.planb-teaser:nth-of-type(2n),
  .moduletable-recent .module-items > div:nth-of-type(2n),
  .items.items-col-3 .width33:last-of-type, 
  .related .wrapper > div.planb-teaser:last-of-type,
  .moduletable-recent .module-items > div:last-of-type {margin-right: 0% !important;}



    /*full*/
    .planb-full .line {display: none;}
    .planb-full .lb, .planb-full .rb {width: 100%;padding-left: 0;}
      /*title*/
      .planb-full {position: relative;padding-top: 50px;}
      .planb-full h1.title {width: 100%;top: 20px;margin: 0;left: 0;position: absolute;}
    
      /*zakaz*/
      .planb-full .zakaz {margin-top: 20px;}
      .planb-full .jbprice-quantity {width: 146px;margin: auto !important;}
      .planb-full .jbprice-tmpl-full {text-align: center;}
      
      /*image*/
      #sync1 .owl-item, 
      #sync1 .owl-item .jbzoom-image, 
      #sync1 .owl-item .jbzoom-image img {line-height: normal;max-height: 300px;}
      
  /*cart*/
  .jbzoo .jbcart-row .jbcart-item-image {min-width: 1px !important;}

  /*kroshki*/
/*  #kroshki,.breadcrumb {background: #F4F8F9;}
  .breadcrumb {padding-bottom: 10px;padding-top: 10px;margin-top: 0;border: 0;line-height: 10px;}
  .breadcrumb > li {display: inline;padding: 0;white-space: inherit;}
  .breadcrumb a {display: inline;}
  .breadcrumb span {line-height: 18px;}
  .breadcrumb > li:after {color: #ccc;position: inherit;content: "/";border: 0;transform: none;top: 0;}
  .breadcrumb > li:last-child:after {display: none;}*/


  /*blog*/
  .blog-teaser .lb {text-align: center;width: 100%;}
  .blog-teaser .rb {width: 100%;}


  /*Cart page*/

  body .jbzoo .jbcart-table tbody .jbcart-row > td {padding-left: 0;text-align: center;} 
  .jbzoo .jbcart-table .jsQuantity {display: block;width: 160px;margin: auto !important;float: none !important;}
  .jbcart-row {position: relative;}
  .jbcart-table td.jbcart-delete  {position: absolute !important;right: 10px;top: 10px;}
  .jbcart-table .jsSubtotal {display: none;}
  .jbzoo .jbcart-table .jsSendCode, .jbzoo .jbcart-table .item-delete-all {font-size: 14px !important;}

  .jbcart-form {width: 100%;height: auto;max-width: none;clear: both;}
  .jbcart-shipping {margin-top: 30px;width: 100%;height: auto;max-width: none;clear: both;}
  .jbcart-form .jbcart-form-control {width: 100% !important;}



  /*404 error*/
  /*.error404 {margin-bottom: 30px;}*/
  /*.error404 .num {width: 100%;padding-right: 0;padding-top: 0;text-align: center;}*/
  /*.error404 h1 {padding-top: 0;}*/
  /*.error404 .text {width: 100%;padding-left: 0;text-align: center;}*/
  /*.error404 .text ul {text-align: left;}*/
  /*.error404 .bigbutton {margin-bottom: 10px;}*/

  /*Контакты*/
    .contacts-page .lb, .contacts-page .rb {width: 100%;}
    .contacts-page .lb {height: 200px;}
    .contacts-page .lb > div {float: left;width: 50%;box-sizing: border-box;}
    .contacts-page .lb .email {border-bottom: 0;}
    .contacts-page .lb .clr {display: none !important;}
}

@media all and (max-width: 480px) {
  .main {width: auto;}

  .flex-blocks .block33 {Flex-Basis: 49%;width: 100%;margin-left: 0 !important;margin-right: 0 !important;margin-bottom: 2%;}
  .flex-blocks .block33:nth-child(2n) {margin-left: 2% !important;}

  /*header*/

  /*homepage*/
  .jbcategory-module .category-wrapper {Flex-Basis: 48%;}

  /*разделы на главной*/
  .hp-razdely .block33 {Flex-Basis: 100%;width: 100%;margin-left: 0 !important;margin-right: 0 !important;}

  /*Товары на главной*/
  .owl-carousel .planb-teaser {min-height: 240px;}

  /*Партнеры*/
  .flex-blocks .block16 {flex-basis: 49%;}

  /*Мы в цифрах*/
  .nums .block33 {Flex-Basis: 100%;width: 100%;margin-left: 0 !important;margin-right: 0 !important;margin-bottom: 20px !important;}
  .nums .block33:last-of-type {margin-bottom: 0 !important;}
  /*Katalog*/
   body .subcategories > div {Flex-Basis: 50%;width: 50% !important;}
   body .subcategories > div img {width: 15px;}
   .subcategories .subcategory-image {width: 15px;padding-right: 10px;}
  /*categories*/
  .cat-banner > h1 {left: 50%;top: 50%;transform: translate(-50% ,-50%);font-size: 25px;}
  .planb-teaser .title a {font-size: 13px;}
  .planb-teaser .text {display: none;}
  .subcategories .width33 a, .jbcategory-module .category-wrapper a {font-size: 13px;}
  .planb-teaser .new {line-height: 17px;font-size: 12px;width: 76px;}
  .planb-teaser .jbprice-buttons .jsAddToCart {padding: 0px 6px 0 26px !important;font-size: 14px;line-height: 30px;background-size: 12px !important;}

  /*teaser*/
  .planb-teaser .image {height: 100px;line-height: 100px;}
    
  /*full*/
  /*Icons*/
  .fullicons .block20 {flex-basis: 32%;width: 32%;}


  /*footer*/
  #footer .custom > div {Flex-Basis: 100%;margin-bottom: 10px;}
  #footer .custom > div.third {margin-bottom: 0;}
  #footer .open_modal_2 {max-width: 300px;margin: 0 auto;}
  #footer h4 {margin-bottom: 10px;font-size: 16px;}

  /*Контакты*/
    .contacts-page .lb {height: auto;}
    .contacts-page .lb > div {width: 100%;}
    .contacts-page .lb .email {border-bottom: 1px solid #fff;}

}