

/* Start:/local/templates/main/css/style.css?175620708075505*/
@import "/local/templates/main/css/../css/reset.css";
@import "/local/templates/main/css/../css/jquery.formstyler.css";
@import "/local/templates/main/css/../css/jquery.jscrollpane.css";
@import "/local/templates/main/css/../css/alex.css";
@import "/local/templates/main/css/../css/style2.css";
@import "/local/templates/main/css/../css/style_popup.css";
@import "/local/templates/main/css/../css/jquery.fancybox-thumbs.css";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600|PT+Sans:400,700,400italic|Ubuntu:400,500,700&subset=latin,cyrillic);
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block;}mark,rp,rt,ruby,summary,time{display:inline;}
/* Global properties ======================================================== */
html {width:100%;}

body {
  font-family: 'PT Sans', sans-serif;
  font-size:15px;
  line-height:1.6;
  color:#000;
  min-width: 1096px;
  background: #fff;
  -webkit-text-size-adjust: none;
}

button{
  cursor: pointer;
  outline: none;
}
input, textarea, button{
  font-family: 'PT Sans', sans-serif;
}

.error{
    border: 1px solid red !important;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.map-columns{
    width:50%;
}
.map-level-0 li{
    margin-bottom:10px;
}
.main{
  min-width: 1096px;
  max-width: 1536px;
  margin: 0 auto;
  /*border-right: 1px solid #eee;*/
}
.main{
  position: relative;
}
.main:after{
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: -10px;
  border-right: 1px solid #eee;
}
/*#content .main:after,*/
footer .main:after{
  border-right: none;
}

  .main_left{
    position: relative;
    width: 25.10% !important;
    background: rgb(249,249,249); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(249,249,249,1) 0%, rgba(242,242,242,1) 50%, rgba(236,236,236,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 50%,rgba(236,236,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 50%,rgba(236,236,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ececec',GradientType=1 ); /* IE6-9 */
  }
    #content .main_left:after{
      content: "";
      z-index: 1;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      height: auto;
      /*height: 100%;*/
      /*background: #f6f6f6;*/
      background: rgb(249,249,249); 
      background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%, rgba(242,242,242,1) 50%, rgba(236,236,236,1) 100%);
       background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(242,242,242,1) 50%,rgba(236,236,236,1) 100%); 
      background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(242,242,242,1) 50%,rgba(236,236,236,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ececec',GradientType=1 );
    }
    .main_left_inner{
      padding: 0 31px 44px 50px;
    }


  .main_right{
    width: 74.9%;
  }
  
  h1 {
    font-size: 18pt; 
    color: #0170c5;
  }


/*----------------------> Links And buttons <------------------*/
a {
  color: #006db9;
  outline:none;
  text-decoration: underline;
  cursor:pointer;
}
a:hover{
  color: #008def;
  text-decoration:none;
}

.btn1{
  display:inline-block;
  padding: 10px 45px 10px;
  margin: 0 0 0;
  color: #f84701;
  font-size: 17px;
  font-weight: 500;
  background-color: #eee;
  cursor: pointer;
  border: none;
 }

.btn1:hover{
  color: #ff7109;
}

.btn2{
  background-color: #ff6000;
  display: inline-block;
  padding: 10px 20px 12px;
  min-width: 210px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  border: none;
}
  .btn2:hover{
    background: #ff4a00; /* Old browsers */
    background: -moz-linear-gradient(left,  #ff4a00 0%, #ff9800 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ff4a00 0%,#ff9800 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ff4a00 0%,#ff9800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a00', endColorstr='#ff9800',GradientType=1 ); /* IE6-9 */
  }

.show_all_btn{
  border: 1px solid rgba(31, 145, 216, 0.2);
  padding: 10px 20px 9px;
  display: inline-block;
  min-width: 340px;
  color: #0078c5;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
}
  .show_all_btn:before{
    width: 38px;
    height: 27px;
    background: url(/local/templates/main/css/../images/setting_icon.png) 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    content: "";
  }
  .show_all_btn:hover:before{
    background: url(/local/templates/main/css/../images/setting_icon_hover.png) 0 0 no-repeat;
  }

  .show_all_btn:hover{
    background: #fcfcfc;
    border: 1px solid #299fe8;
  } 

.btn:hover{
  background:;
  color:#000;
}

/*----------------------> Basic Classes <------------------*/
.reg {text-transform:uppercase;}
.f_left {float:left;}
.f_right {float:right;}
.al_left{text-align: left;}
.al_right {text-align:right;}
.al_center {text-align:center;}

.it{font-style:italic;}
.let{letter-spacing:-1px;}

.full_w{
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.full_w_img{
  width: 100%;
  height: auto;
}

.w_100{
  width: 100%;
}

.val_mid{vertical-align: middle;}
.val_bas{vertical-align: baseline;}

.os_font{
  font-family: 'Open Sans', sans-serif;
}

.ubuntu_font{
  font-family: 'Ubuntu', sans-serif;
}

.bold{
  font-weight: 700;
}
.middle{
  font-weight: 500;
}
/*----------------------> Indents Zero <------------------*/

.m_b_zero{ margin-bottom:0 !important;}
.m_l_zero{ margin-left:0 !important;}
.p_b_zero{ padding-bottom:0 !important;}
.p_l_zero{ padding-left:0 !important;}

/*----------------------> Positions <------------------*/
.p_abs{position: absolute;}
.p_rel{position: relative;}
.p_fix{position: fixed;}
.clear {clear:both;width:100%;line-height:0;font-size:0;}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wrapper {overflow:hidden}
.f_elem>*:first-child{margin-top: 0 !important;}
.f_elem1>*:first-child{margin-top: 0 !important;border: none !important;}

.bg_none{ background:none !important;}

/*----------------------> Displays <------------------*/

.d_block{ display:block;}
.d_ib{ display:inline-block;}
.d_none{ display:none;}
.d_tc{ display:table-cell;}
.d_t{ display:table;}


/*----------------------> Basic Colors <------------------*/


.orng_color{
  color: #ff3f11;
}
.orng2_color{
  color: #ff5300;
}
.gray_color{
  color: #9c9c9c;
}

.blue_gr{
  background: #046cb4; /* Old browsers */
  background: -moz-linear-gradient(left,  #046cb4 0%, #0b80c0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #046cb4 0%,#0b80c0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #046cb4 0%,#0b80c0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#046cb4', endColorstr='#0b80c0',GradientType=1 ); /* IE6-9 */
}

.white_color{
  color: #fff;
}

.blue_color{
  color: #0062ba;
}
.bg_white{
  background-color: #fff;
}
.bg_gray1_color{
  background-color: #f5f5f5;
}


/*======================> Header <======================*/

header {}
  .logo{
/*    padding-bottom: 41px;*/
    padding-bottom: 85px;
  }
    .logo a{
      display:block;
      width:212px;
      height:81px;
      background:url(/local/templates/main/css/../images/logo.png) 0 0 no-repeat;
      text-decoration:none;
      text-indent:-9999px;
    }
  
  .header_info_wrap{
/*    height: 85px;*/
/*    height: 100px;*/
  }
  .header_info{
    color: #4f0000;
    width: 100%;
    margin-bottom: 10px;
  }
    .header_info>div{
      vertical-align: middle;
      border-left: 1px solid #e8e8e8;
      padding: 10px 0;
    }

    .header_info>div:first-child{
      border: none;
    }

  .header_info .header_work_time{
    font-size: 13px;
    padding-left: 60px;
    width: 33.3%;
    /*width: 36.2%;*/
    background: url(/local/templates/main/css/../images/phone_icon.png) 20px 15px no-repeat;
  }
  
    .phone_item span,
    .phone_item:after{
      color: #9e9e9e;
    }
    
    .phone_item{
      display: inline-block;
      padding-right: 10px;
      margin-right: 5px;
      letter-spacing: -0.5px;
      font-size: 19px;
    }
    
    .header_work_time .orng_color {
      color: #f46c1e;
      padding-top: 10px;
      vertical-align: middle;
      display: block;
    }
    .header_work_time .orng_color span {
      display: inline-block;
      font-size: 9px;
      margin: -3px 0 0 1px;
      vertical-align: middle;
    }
    
/*      .header_work_time .phone_item:first-child:after{
        display: inline-block;
        position: absolute;
        margin: 0 0 0 7px;
        content: "/";
      }*/


  .header_info .header_address{
    background: url(/local/templates/main/css/../images/location_icon.png) 29px 10px no-repeat;
    padding-left: 81px;
    line-height: 19px;
    /*width: 28.1%;*/
    width: 33.3%;
  }
  
  .header_info .header_feedback {
    background: url(/local/templates/main/css/../images/feedback_icon.png) 33px 15px no-repeat;
    padding-left: 75px;
  }
  .header_info .header_feedback > div {
  }
  .header_info .header_feedback a.feedback {
    background-color: #f35e1e;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
    padding: 3px 15px;
    text-decoration: none;
    vertical-align: middle;
  }

  .header_links{
    /*width: 35.7%;*/
    width: 33.3%;
    padding: 0px 0 7px 32px;
  }
    .header_links a{
      display: inline-block;
      margin: 5px 20px 5px 0;
    }


  .header_search{
    background: #4e7fcb; /* Old browsers */
    background: -moz-linear-gradient(left,  #4e7fcb 0%, #4d7fca 50%, #6ca7ec 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #4e7fcb 0%,#4d7fca 50%,#6ca7ec 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #4e7fcb 0%,#4d7fca 50%,#6ca7ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e7fcb', endColorstr='#6ca7ec',GradientType=1 ); /* IE6-9 */
    height: 54px;
    box-shadow: inset 0 0 76px rgba(255, 255, 253, 0.3);
    width: 44.44%;
  }
    .header_searh_field{
      background: none;
      border: none;
      color: #fff;
      font-size: 18px;
      width: 82%;
      display: inline-block;
      vertical-align: middle;
      padding: 14px 20px 16px 48px;
    }
    input.header_searh_field::-webkit-input-placeholder{
      transition: all 0.5s ease;
      color: #fff !important;
    }
    input.header_searh_field::-moz-placeholder{
        transition: all 0.5s ease;
        color: #fff !important;
    }
    input.header_searh_field:-moz-placeholder{
        transition: all 0.5s ease;
        color: #fff !important;
    }
    input.header_searh_field:-ms-input-placeholder{
        transition: all 0.5s ease;
        color: #fff !important;
    }

    input.header_searh_field:hover::-webkit-input-placeholder {
        transition: all 0.5s ease;
        color: #fff !important;
    }
    input.header_searh_field:hover::-moz-placeholder{
        transition: all 0.5s ease;
        color: #fff !important;
    }
    input.header_searh_field:hover:-moz-placeholder{
        transition: all 0.5s ease;
        color: #fff !important;
    }
    input.header_searh_field:hover:-ms-input-placeholder{
        transition: all 0.5s ease;
        color: #fff !important;
    }

    input.header_searh_field:focus::-webkit-input-placeholder {
        transition: all 0.5s ease;
        color: #fff !important;
    }
    input.header_searh_field:focus::-moz-placeholder{
        transition: all 0.5s ease;
        color: #fff !important;
    }
    input.header_searh_field:focus:-moz-placeholder{
        transition: all 0.5s ease;
        color: #fff !important;
    }
    input.header_searh_field:focus:-ms-input-placeholder{
        transition: all 0.5s ease;
        color: #fff !important;
    }
    /*===  input end    ===*/

    .header_search_btn{
      cursor: pointer;
      /*width: 92px;*/
      width: calc(100% - 82%);
      margin-left: -4px;
      height: 53px;
      display: inline-block;
      border: none;
      vertical-align: middle;
      background: url(/local/templates/main/css/../images/search_icon.png) 50% 50% no-repeat;
    }
    .header_search_btn:hover{
      background-color: #46B1F5;
    }

    .header_search:hover,
    .header_search.focused_parent{
      box-shadow: none;
      background: #1594e4; /* Old browsers */
      background: -moz-linear-gradient(left,  #1594e4 0%, #1b97e6 50%, #35b2ff 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left,  #1594e4 0%,#1b97e6 50%,#35b2ff 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,  #1594e4 0%,#1b97e6 50%,#35b2ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1594e4', endColorstr='#35b2ff',GradientType=1 ); /* IE6-9 */
    }

    
    .header_searh_field::-webkit-input-placeholder {color:#fff;}
    .header_searh_field::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
    .header_searh_field:-moz-placeholder           {color:#fff;}/* Firefox 18- */
    .header_searh_field:-ms-input-placeholder      {color:#fff;}

  .header_cart{
    background: #ff5a00; /* Old browsers */
    background: -moz-linear-gradient(left,  #ff5a00 0%, #ff9000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ff5a00 0%,#ff9000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ff5a00 0%,#ff9000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff9000',GradientType=1 ); /* IE6-9 */
    width: 33.44%;
    height: 54px;
    font-size: 15px;
    /*text-align: center;*/
    color: #fff;
    padding: 10px 20px 0 34px;
    text-decoration: none;
  }
    .header_cart:hover{
      color: #fff;
      background: #ff6000; /* Old browsers */
      background: -moz-linear-gradient(left,  #ff6000 0%, #ffb200 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left,  #ff6000 0%,#ffb200 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,  #ff6000 0%,#ffb200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ffb200',GradientType=1 ); /* IE6-9 */
    }
    .header_cart span{
      display: inline-block;
    }
    .header_cart span:first-child{
      padding: 5.5px 0 5.5px 45px;
      background: url(/local/templates/main/css/../images/cart_icon.png) 0 50% no-repeat;
    }
    .header_cart.add_card_header{
      
    } 
      .header_cart.add_card_header span:first-child{
        border-right: 1px solid #FF9740;
        padding-right: 13px;
      }
      .header_cart.add_card_header span:last-child{
        padding: 5.5px 0 5.5px 15px;
        margin-left: -4px;
      }

  .header_login_btn{
    width: 22.12%;
    background-color: #e8e8e8;
    line-height: 54px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
  }
    .header_login_btn:hover{
      color: #ff7109;
      background-color: #f0f0f0;
    }
    .header_login_btn:before{
      content: "";
      width: 29px;
      height: 30px;
      position: absolute;
      left: 44px;
      top: 50%;
      margin-top: -15px;
      background: url(/local/templates/main/css/../images/icon_login.png) 0 0 no-repeat;
    }
    .header_login_btn:hover:before{
      background: url(/local/templates/main/css/../images/icon_login_hover.png) 0 0 no-repeat;
    }

  header .main_left{
    padding-top: 21px;
    border-bottom: 1px solid #e0e1e2;    
  }
#header-menu {
  padding-top: 0!important;
}
  header .main_right{
    padding: 11px 0 0;
    font-size: 14px;
  }


/*=====================> Primary navigation ========================*/
.primary_nav{
  background: rgb(249,249,249); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(249,249,249,1) 0%, rgba(242,242,242,1) 50%, rgba(236,236,236,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 50%,rgba(236,236,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(249,249,249,1) 0%,rgba(242,242,242,1) 50%,rgba(236,236,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ececec',GradientType=1 ); /* IE6-9 */


}
  .primary_nav_border{
    border-right: 1px solid #fbfbfb;
  }

.menu_item{
  position: relative;
  overflow: hidden;
}
  .menu_link{
    font-size: 15px;
    display: block;
    text-decoration: none;
    padding: 9px 40px 12px 54px;
    position: relative;
    transition:none !important;
  }
  .menu_link.selected_item{
    background-color: #ff6000;
    color: #fff;
  }
    .menu_item.active .menu_link{
      color: #fff;
      font-weight: 600;
      z-index: 1;
    }
    .menu_item img{
        #display:none;
        opacity:0;
        transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -webkit-transition: opacity 0.5s ease-in-out;
      -webkit-background-size: 100% 100%;
    }
    .menu_item.active img{
        #display:block;
        opacity:1;
    }
    .hasUl .menu_link:after{
      position: absolute;
      display: block;
      width: 10px;
      height: 17px;
      background: url(/local/templates/main/css/../images/menu_arrow.png) 0 0 no-repeat;
      top: 50%;
      margin-top: -10px;
      right: 20px;
      content: "";
    }

    .active.menu_item{
      background: #000;
      transition: 1.5s;
    }  

    .menu_item[class*="menu_item_img"]:before{
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      content: "";
      visibility: hidden;
      opacity: 0;
    }

    .active.menu_item[class*="menu_item_img"]:before{
      content: "";
      visibility: visible;
      background:#000;
      opacity: .5;
      transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -webkit-transition: opacity 0.5s ease-in-out;
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%;
          z-index: 1;
    }
    .active.menu_item.menu_item_img1:before{background: url(/local/templates/main/css/../images/kotel_img.jpg) 0 0 no-repeat;}
    .active.menu_item.menu_item_img2:before{background: url(/local/templates/main/css/../images/kotel_img2.jpg) 0 0 no-repeat;}
    .active.menu_item.menu_item_img3:before{background: url(/local/templates/main/css/../images/kotel_img3.jpg) 0 0 no-repeat;}
    .active.menu_item.menu_item_img4:before{background: url(/local/templates/main/css/../images/kotel_img4.jpg) 0 0 no-repeat;}
    .active.menu_item.menu_item_img5:before{background: url(/local/templates/main/css/../images/kotel_img3.jpg) 0 0 no-repeat;}
    .active.menu_item.menu_item_img6:before{background: url(/local/templates/main/css/../images/kotel_img.jpg) 0 0 no-repeat;}
    .active.menu_item.menu_item_img7:before{background: url(/local/templates/main/css/../images/kotel_img2.jpg) 0 0 no-repeat;}
    .active.menu_item.menu_item_img8:before{background: url(/local/templates/main/css/../images/kotel_img3.jpg) 0 0 no-repeat;}
    .active.menu_item.menu_item_img9:before{background: url(/local/templates/main/css/../images/kotel_img4.jpg) 0 0 no-repeat;}
    .active.menu_item.menu_item_img10:before{background: url(/local/templates/main/css/../images/kotel_img3.jpg) 0 0 no-repeat;}
    .active.menu_item.menu_item_img11:before{background: url(/local/templates/main/css/../images/kotel_img.jpg) 0 0 no-repeat;}
    
  
  .active .menu_link:after{
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu_link:hover:after,
  .current .menu_link:after,
  .active .menu_link:after{
    background-position: 0 105%;
  }
  .active .menu_link:after{
    background: url(/local/templates/main/css/../images/menu_arrow_b.png) 0 0 no-repeat !important;
  }
  .menu_link:hover,
  .current .menu_link,
  .active .menu_link{
    color: #008def;
  }
  
  .menu_item:after{
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /*background: url(/local/templates/main/css/../images/menu_stripe.jpg) right 0 no-repeat #ebebeb;*/
    background-color: #ebebeb;
    width: 100%;
    content: "";
  }
  .menu_item .stripe_menu_top{
    visibility: hidden;
  }
  .menu_item:hover:after{
    background-color: #cbddf1;
  }
  .menu_item:hover .stripe_menu_top{
    visibility: visible;
    border-top: 1px solid #cbddf1;
    position: absolute;
    width: 100%;
    left: 0;
    top: -1px;
  }

    .sub_menu{
      z-index: 2;
      position: relative;
      display: none;
      padding: 0 0 5px 70px;
    }
    .sub_menu .sub_menu {
      padding-left: 20px;
    }
    
      .sub_menu_item{
        margin-bottom: 5px;
      }
      .sub_menu .sub_menu_link{
        text-decoration: none;
        font-size: 14px;
        color: #fff;
      }
      .sub_menu .sub_menu_link.selected_item{
        color: #ff7e00;
      }
      .sub_menu_item .sub_menu_link:hover{
        color: #ffa200;
      }
      .sub_menu_item .sub_menu_link:focus{
        color: #fff;
      }

/*=====================> Content ========================*/
#content{
  padding:0px 0px 0px 0px; 
}
.cont_pad{padding:0 0 0 0 !important;}

/* ===== home =====*/
.home_carousel{
  /*max-height: 558px;*/
  min-height: 320px;
}

.extra_carousel{
  max-height: 685px;
}

.home_carousel .owl-pagination{
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}

  .owl-page{
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    opacity: .5;
    border-radius: 10px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 4px;
  }
  .owl-page:hover,
  .owl-page.active{
    background-color: #fff;
    opacity: 1;
    width: 14px;
    height: 14px;
  }

.home_carousel .owl-buttons div{
  width: 24px;
  height: 32px;
  bottom: 25px;
  position: absolute;
  cursor: pointer;
}



  .home_carousel .owl-buttons .owl-prev{
    left: 51px;
    background: url(/local/templates/main/css/../images/prev_icon1.png) 0 0 no-repeat;
  }
  .home_carousel .owl-buttons .owl-next{
    right: 51px;
    background: url(/local/templates/main/css/../images/next_icon1.png) 0 0 no-repeat;
  }
  .home_carousel .owl-buttons .owl-prev:hover{
    background: url(/local/templates/main/css/../images/prev_icon1_hover.png) 0 0 no-repeat;
  }
  .home_carousel .owl-buttons .owl-next:hover{
    background: url(/local/templates/main/css/../images/next_icon1_hover.png) 0 0 no-repeat;
  }

.stripe_left,
.stripe_right{
  position: absolute;
  bottom: 40px;
  height: 1px;
  background-color: #fff;
  opacity: .3;
  width: 426px;
}

  .stripe_left{
    left: 88px;
  }
  .stripe_right{
    right: 88px;
  }

.home_carousel_item{
  position: relative;
}

  .home_carousel_item img{
    height: auto;
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .home_carousel_item_banner{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    text-align: right;
    padding: 85px 0 0 100px;
  }

  .banner_title{
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    text-shadow: 0 0 133px rgba(255, 255, 255, 0.88);
    color: #50c8a0;
  }

  .download_pdf{
    color: #fff !important;
    padding: 23px 50px 26px 53px;
  }
    .download_pdf span{
      display: inline-block;
      padding: 0 0 0 47px;
      line-height: 1.2;
      background: url(/local/templates/main/css/../images/down_icon.png) 0 50% no-repeat;
    }

    .download_pdf:hover{
      background: #0872cd; /* Old browsers */
      background: -moz-linear-gradient(left,  #0872cd 0%, #098bd6 50%, #0b9ddd 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left,  #0872cd 0%,#098bd6 50%,#0b9ddd 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,  #0872cd 0%,#098bd6 50%,#0b9ddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0872cd', endColorstr='#0b9ddd',GradientType=1 ); /* IE6-9 */
    }

    a.articlesTitle{
        color: #000;
        text-decoration:none;
    }
    a.articlesTitle:hover{
        color: #006db9;
    }
    
    .post_list_item{
      margin-bottom: 18px;
    }

  .post_list_item a{
    border-bottom: 1px solid #d5e4ed;
    text-decoration: none;
  }
  .post_list_item a:hover{
    border-bottom: none;
  }

.main_feature_item{
  float: left;
  width: 25%;
  text-align: center;
  padding: 12px 20px 0;
  line-height: 1.2;
  min-height: 122px;
  border-left: 1px solid #efefef;
}

.main_features .main_feature_item:first-child{
  border-left: none;
}

  .main_feature_img{
    height: 55px;
    line-height: 55px;
    margin-bottom: 5px;
  }
    .main_feature_img img{
      vertical-align: middle;
    }

.action_carousel{
  height: 181px;
  background: #ff540c; /* Old browsers */
  background: -moz-linear-gradient(left,  #ff540c 0%, #ff810f 50%, #ffa303 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #ff540c 0%,#ff810f 50%,#ffa303 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #ff540c 0%,#ff810f 50%,#ffa303 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff540c', endColorstr='#ffa303',GradientType=1 ); /* IE6-9 */
  text-shadow: 0 0 133px rgba(255, 255, 255, 0.88);
  color: white;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
}

  .action_item{
    padding: 40px 250px 53px 50px;
  }
  .products_box1.carousel{
    overflow: initial;
    margin-top: -12px;
  }
  .extra_carousel2{
    max-height: 561px;
    overflow: hidden !important;
  }
  .products_box1.carousel .product_item {
    padding-top: 22px;
  }
  /*.action_carousel .owl-pagination,*/
  .products_box1.carousel .owl-pagination{
    position: absolute;
    right: 80px;
    top: -96px;
    /*margin-top: -30px;*/
  }

  .action_carousel:before,
  .action_carousel:after{
    display: block;
    position: absolute;
    bottom: 0;
    height: 12px;
    width: calc(50% - 53px);
    background-color: #fff;
    content: "";
  }

  .action_carousel:before{
    left: 0;
  }
  .action_carousel:after{
    right: 0;
  }

  /*.action_carousel .owl-buttons div,*/
  .products_box1.carousel .owl-buttons div{
    width: 16px;
    height: 20px;
    position: absolute;
    top: -94px;
    /*margin-top: -15px;*/
  }
  .products_box1.carousel .owl-buttons div{
    
  }
  /*.action_carousel .owl-prev,*/
  .products_box1.carousel .owl-prev{
    right: 178px;
    background: url(/local/templates/main/css/../images/prev_icon1.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  /*.action_carousel .owl-next,*/
  .products_box1.carousel .owl-next{
    right: 50px;
    background: url(/local/templates/main/css/../images/next_icon1.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  /*.action_carousel .owl-prev:hover,*/
  .products_box1.carousel .owl-prev:hover{
    background: url(/local/templates/main/css/../images/prev_icon1_hover.png) 0 0 no-repeat;
     -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  /*.action_carousel .owl-next:hover,*/
  .products_box1.carousel .owl-next:hover{
    background: url(/local/templates/main/css/../images/next_icon1_hover.png) 0 0 no-repeat;
     -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }


.products_box1 .product_item{
  width: 33.3%;
  /*width: 100%;*/
  float: left;
}
/*.products_box1 .owl-item:first-child .product_item{
  border: none;
}*/
.product_item{
  padding: 10px 25px 20px;
  border-left: 1px solid #eee;
}
  .product_item figcaption{
    color: #0171b8;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    min-height: 46px;
  }
    .product_item figcaption a{
      text-decoration: none;
    }

  .product_item_img{
    position: relative;
    padding: 20px 0;
    height: 225px;
    text-align: center;
    line-height: 225px;
    margin-bottom: 52px;

  }
    .product_item_img img{
      vertical-align: middle;
    }

  .product_price{
    color: #ff5300;
    font-size: 17px;
    font-weight: 500;
  }



.box1{
  padding: 65px 10px 66px 50px;
}
.box2{
  padding: 60px 10px 66px 50px;
}
.sertificate_licenze{
  margin: 60px 10px 66px 50px;
  overflow: hidden;
  max-height: 408px;
}

.home_partners{
  background: url(/local/templates/main/css/../images/partner_bg.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.home_clients{
  background: url(/local/templates/main/css/../images/clients_bg.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.home_partners_box_wrap{
  white-space:nowrap;
}
  .home_partners_box{
    background: #fff;
    display: inline-block;
    margin-right: 29px;
    margin-bottom: 20px;
    width: 30%;
    height: 71px;
    #overflow:hidden;
  }
  /*.fade.home_partners_box,
  .fade.home_partners_box a {
    width: 23.85321100917431%;
  }*/
  .flexslider.home_partners_box li{
    #height:71px;
  }
  .flexslider.home_partners_box a{
    width: 100%;
    height: auto;
    padding-bottom: 100%;
    background-color: transparent !important;
  }
  .flexslider.home_partners_box a img{
    width: 100%;
    height: auto;
  }
  .home_partners_box:last-child{
    margin-right: 0;
    margin-bottom: 0;
  }

  .home_partners_box:hover,
  .sert_item:hover{
    opacity: 0.7;
  }

.sert_item{
  display: block;
  float: left;
  margin-right: 50px;
}

.content_inner{
  width: 100%;
  table-layout: fixed;
}


/*=====================> product page ========================*/
.breadcrums{
  font-size: 13px;
  margin: 20px 0;
}
  .breadcrums a, .breadcrums span {
    display: inline-block;
    text-decoration: none;
    color: #222;
/*    opacity: .8;*/
    vertical-align: middle;
  }
  
  .breadcrums span {
    color: #777;
  }
  
  .breadcrums a:after {
    display: inline-block;
    width: 6px;
    height: 11px;
    margin: 0 7px 0 9px;
    background: url(/local/templates/main/css/../images/breadcurm_arrow.png) 0 0 no-repeat;
    content: "";
  }

/*    .breadcrums a:last-child:after{
      display: none;
    }*/

.product_box{
  padding: 36px 0 0 100px;
  position: relative;
}
  .product_title,
  .lg_title{
    font-size: 700px;
    font-size: 44px;
    color: #0170c5;
    line-height: 1.2;
  }
  .product_title.indent_2{
    padding-right: 185px;
  }
 

  .main_poduct_img{
    width: 60%;
    padding: 35px 0 35px;
    display: block!important;
    overflow: hidden;
  }
  .main_poduct_img > a{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-left: -50px;
  }
  
    .main_poduct_img img{
      max-width: 350px;
      width: auto;
      height: auto;
    }

.available{
  position: absolute;
  right: 0;
  top: 90px;
}
  .available span{
    background-color: #e1f7d9;
    display: inline-block;
    padding: 7px 50px 10px;
    color: #019e31;
    font-size: 15px;
    font-weight: 600;
  }

.product_page_price{
  background: #e8e8e8; /* Old browsers */
  background: -moz-linear-gradient(left,  #e8e8e8 0%, #f3f3f3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #e8e8e8 0%,#f3f3f3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #e8e8e8 0%,#f3f3f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f3f3f3',GradientType=1 ); /* IE6-9 */
  text-align: center;
  color: #ff5300;
  font-size: 27px;
  font-weight: 500;
  padding: 20px 20px 18px;
}
  .add_to_cart_btn{
    background: #ff5900; /* Old browsers */
    background: -moz-linear-gradient(left,  #ff5900 0%, #ff8100 50%, #ff9200 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ff5900 0%,#ff8100 50%,#ff9200 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ff5900 0%,#ff8100 50%,#ff9200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5900', endColorstr='#ff9200',GradientType=1 ); /* IE6-9 */
    padding: 15px 20px;
    display: block;
    text-align: center;
    color: #fffefe;
    font-size: 23px;
    font-weight: 700;
    text-decoration: none;
  }
    .add_to_cart_btn:hover{
      background: #ff9300; /* Old browsers */
      background: -moz-linear-gradient(left,  #ff9300 0%, #ff7a00 50%, #ff5900 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left,  #ff9300 0%,#ff7a00 50%,#ff5900 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,  #ff9300 0%,#ff7a00 50%,#ff5900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9300', endColorstr='#ff5900',GradientType=1 ); /* IE6-9 */
      color: #fff;
    }

  .buy_3_steps_btn{
    background-color: #f3f3f3;
    border: 1px solid #ff6100;
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(left,  #f0f0f0 0%, #f6f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #f0f0f0 0%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #f0f0f0 0%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 */
    display: block;
    text-align: center;
    color: #ff6300;
    font-weight: 400;
    padding: 10px 20px 12px;
    font-size: 17px;
    text-decoration: none;
  }
    .buy_3_steps_btn:hover{
      background: #fff;
      color: #ff6300;      
    }


.product_data{
  padding: 49px 49px 45px;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.data_list{

}
  .data_list li{
    margin-bottom: 15px;
    overflow: hidden;
  }

  .data_list li:last-child{
    margin-bottom: 0;
  }
    .data_label{
      font-size: 15px;
      float: left;
      display: inline-block;
      max-width: 150px;
      line-height: 1.1;
    }

    .data_value{
      line-height: 1.1;
      float: right;
      text-align: right;
      max-width: 80px;
    }


  .product_btn{
    display: block;
    background-color: #f3f3f3;
    font-size: 20px;
    color: #007dcd;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    font-size: 15px;
    text-decoration: none;
    padding: 9px 50px;
  }
    .product_btn span{
      display: inline-block;
      padding: 5px 20px 5px 38px;
    }
    .product_btn.compare span{
      background: url(/local/templates/main/css/../images/compare_icon.png) 0 50% no-repeat;
    }
    .product_btn.download span{
      background: url(/local/templates/main/css/../images/download_icon.png) 0 50% no-repeat;
    }

.product_gallery{
  /*border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;*/
}
  .product_gallery .owl-controls{
    display: none !important;
  }

  .product_gal_item{
    height: 200px;
    line-height: 200px;
    text-align: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 0.5px solid #ebebeb;
    border-right: 0.5px solid #ebebeb;
  }
  .product_gal_item.toggle{
    border: 1px solid #ff3600;
    position: relative;
  }
  .product_gallery,
  .product_gallery.owl-carousel .owl-wrapper-outer{
    padding-top: 8px;
    margin-top: -8px;
  }
  .product_gal_item.toggle:before,
  #fancybox-thumbs ul li.active:before{
    content: "";
    position: absolute;
    top: -8px;
    height: 7px;
    width: 73px;
    left: 50%;
    border: 1px solid #ff3600;
    border-bottom: none;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #fancybox-thumbs ul li.active a{
    border: 1px solid transparent;
  }
    .active .product_gal_item{
       /*border: 1px solid #ff3600;*/
    }
    .product_gal_item a{
        height: 100%;
    }
    .product_gal_item img{
      /*width: 100%;
      height: auto;*/
      vertical-align: middle;
        max-height: 100%;
        max-width: 100%;
    }

.product_detail_data{
  padding: 55px 0 0;
  border-bottom: 1px solid #ebebeb;
  background-color: #f5f5f5;
}
  .product_detail_box{
    background-color: #fff;
    
  }
 
  .detail_data_list li{
      overflow: hidden;
      padding: 14px 103px;
    }

    .detail_data_list li:nth-child(even){
      background-color: #f3f3f3;
    }

    .detail_data_label{
      float: left;
      width: 50%;
    }
    .detail_data_val{
      float: left;
      width: 50%;
      text-align: right;
      font-weight: 700;
    }

.product_text{
  padding-bottom: 100px;
}

.content_box{
  padding-left: 100px;
  padding-right: 100px;
}


.search_box{
  padding-top: 64px;
  padding-bottom: 82px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eee;
}

  .search_box .product_to_comparison_link{
    margin-top: -50px;
  }

  .search_title{
    width: calc(100% - 170px);
  }

  .search_res_btn{
    border: 1px solid rgba(255, 104, 0, 0.25);
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #fd4100;
    padding: 12px 34px 10px;
    cursor: pointer;
    background: none;
    margin: 19px 0 0;
  }

    .search_res_btn:before{
      width: 22px;
      height: 22px;
      margin: -3px 5px 0 0;
      vertical-align: middle;
      display: inline-block;
      background: url(/local/templates/main/css/../images/res_icon.png) 0 0 no-repeat;
      content: "";
    }

    .search_res_btn:hover{
      background-color: #fff;
    }

.range_box{
  border-bottom: 1px solid #f1e9e4;
  padding: 0 0 7px;
  width: 98%;
}
  .range_item{
    width: 210px;
    float: left;
    margin-right: 50px;
    padding-right: 0px;
    height:92px;
  }
  /*.range_box .range_item:first-child,*/
  .range_box .range_item:nth-child(3n - 2){
    #margin-left: 0;
  }
  /*.range_box .range_item:last-child{
    margin: 28px 0 0 0;
  }*/
    .range_box .range_item.bot{
        margin-bottom: 28px;
    }
  .label{
    #display: block;
    font-weight: bold;
    margin-bottom: 5px;
    height: 47px;
    display: table;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
  }
  .label span{
    display: table-cell;
    vertical-align:bottom;
  }
  
  .range_fields_wrap .txt_field{
    width: 50%;
    float: left;
  }
    .range_fields_wrap .txt_field:first-child{
        border-right:none;
    }
  .checkboxes .title4{
    font-weight: bold;
    font-size: 17px;
  }
  
  .sm_checkbox_col{
    float: left;
    #width: 130px;
        margin-right: 40px;
  }
    .checkbox_item{
      cursor: pointer;
      display: block;
      margin-bottom: 15px;
    }

    .checkbox_item:hover .jq-checkbox{
      border: 1px solid #ffae52;
    }
    .checkbox_item:hover{
      /*color: #ff6a00;*/
      color: #DD4E00;
    }
    .checkbox_item .jq-checkbox.checked{
      border: 1px solid #FF6500;
    }

.catalog_inner .product_item{
  padding-top: 16px;
  position: relative;
  border-right: 1px solid #eee !important;
  border-left: none;
  border-bottom: 1px solid #eee !important;
}
.products_box1.catalog_inner{
  margin-right: -2px; 
}
.content_inner .catalog_inner .product_item{
  width: calc(33.3% + 0.3px);
}

  .product_description{

  }

  .product_action > div{
    float: left;
  }
/*catalog page*/
.catalog_inner .product_item:hover{
  box-shadow: inset 1px 1px 0 #ff5a00, inset -1px -1px 0 #ff5a00;
}
.catalog_inner .product_item:hover .product_item_block_item_btn_add_cart{
  transform: translateX(0);
}
.catalog_inner .product_item:hover .product_item_block_item_btn_comparison,
.catalog_inner .product_item:hover .product_item_block_item_btn_comparison2{
  transform: translateY(0);
  transition-delay: 0.1s;
}

.catalog_inner .product_item:hover .product_item_img img{
  opacity: 0.5;
}

  .product_item_block_item{
    position: absolute;
    top: 10px;
    line-height:18px;
    text-align: left; 
    overflow: hidden;
  }
  
  .product_item_block_item_action_block{
    font-size: 17px;
    min-width: 178px;
    text-align: center;
    text-decoration: none;
    padding: 11px 0 13px 0;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    background: -moz-linear-gradient(left, #ff4200 0%, #ff6b00 100%);
    background: -webkit-linear-gradient(left, #ff4200 0%,#ff6b00 100%);
    background: linear-gradient(to right, #ff4200 0%,#ff6b00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4200', endColorstr='#ff6b00',GradientType=1 );
    width: 40%;
    float: right;
  }

    .product_item_block_item_btn_add_cart,
    .product_item_block_item_btn_comparison,
    .product_item_block_item_btn_comparison2{
      font-size: 17px;
      min-width: 178px;
      text-align: center;
      text-decoration: none; 
      padding: 11px 0 13px 0; 
      display: inline-block;
      margin-bottom: 10px;
    }

    .product_item_block_item_btn_add_cart{
      transform: translateX(-190px);
      color: #fff;
      background: -moz-linear-gradient(left, #ff4200 0%, #ff6b00 100%);
      background: -webkit-linear-gradient(left, #ff4200 0%,#ff6b00 100%);
      background: linear-gradient(to right, #ff4200 0%,#ff6b00 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4200', endColorstr='#ff6b00',GradientType=1 );
    }
    .product_item_block_item_btn_add_cart:hover{
      background: #ff4a00; /* Old browsers */
      background: -moz-linear-gradient(left,  #ff4a00 0%, #ff7a00 50%, #ff9800 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left,  #ff4a00 0%,#ff7a00 50%,#ff9800 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,  #ff4a00 0%,#ff7a00 50%,#ff9800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a00', endColorstr='#ff9800',GradientType=1 ); /* IE6-9 */
      color: #fff;
    }

    .product_item_block_item_btn_comparison{
      transform: translateY(150px);
      background: #f0f0f0;
    }

    .product_item_block_item_btn_comparison2{
      transform: translateY(150px);
      background: #0273cb; /* Old browsers */
      background: -moz-linear-gradient(left, #0273cb 0%, #0296d8 100%);
      background: -webkit-linear-gradient(left, #0273cb 0%,#0296d8 100%);
      background: linear-gradient(to right, #0273cb 0%,#0296d8 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0273cb', endColorstr='#0296d8',GradientType=1 );
      color: #fff;
    }
    .product_item_block_item_btn_comparison2:hover{
      background: #0982ec; /* Old browsers */
      background: -moz-linear-gradient(left,  #0982ec 0%, #0d9ff0 50%, #0fb6f4 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left,  #0982ec 0%,#0d9ff0 50%,#0fb6f4 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,  #0982ec 0%,#0d9ff0 50%,#0fb6f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0982ec', endColorstr='#0fb6f4',GradientType=1 ); /* IE6-9 */
      color: #fff;
    }

.product_action{
  height: 22px;
  width: 100%;
}

.product_action span{
  margin: 0;
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  display: block;
  font-weight: 500;
}
.product_action [data-text-new]:before{
  content: attr(data-text-new);
  padding: 3px 10px; 
  background: -moz-linear-gradient(left, #1599ea 0%, #3fbeff 100%);
  background: -webkit-linear-gradient(left, #1599ea 0%,#3fbeff 100%);
  background: linear-gradient(to right, #1599ea 0%,#3fbeff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1599ea', endColorstr='#3fbeff',GradientType=1 );
} 

.product_action [data-text-sale]:before{
  content: attr(data-text-sale);
  padding: 3px 10px;
  background: -moz-linear-gradient(left, #ff6800 0%, #ff7510 100%);
  background: -webkit-linear-gradient(left, #ff6800 0%,#ff7510 100%);
  background: linear-gradient(to right, #ff6800 0%,#ff7510 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6800', endColorstr='#ff7510',GradientType=1 );
}

.product_action [data-text-interest]:before,
.product_action [data-text-interest-black]:before{
  content: attr(data-text-interest);
  padding: 3px 10px;
  background: #ebebeb;
  color: #ff5400;
}
.product_action [data-text-interest-black]:before{
  content: attr(data-text-interest-black);
  padding: 3px 10px;
  color: #252525;
}

.pagination{
  text-align: center;
  padding: 20px 49px 25px;
}

  .pagination_lk_prev,
  .pagination_lk_next{
    display: block;
    width: 37px;
    height: 54px;
  }
  .pagination_lk_prev{
    float: left;
    background: url(/local/templates/main/css/../images/catalog_arrow_prev.png)  0 0 no-repeat;    
  }
  .pagination_lk_next{
    background: url(/local/templates/main/css/../images/catalog_arrow_next.png)  0 0 no-repeat;
    float: right;    
  }

  .pagination_list {
    display: inline-block;
    padding: 0 !important;
  }

  .pagination_list_item{
    float: left;
    list-style: none !important;
  }

  .pagination_list_link{ 
    font-size: 18px;
    line-height: 47px;
    text-decoration: none;
    width: 49px;
    display: inline-block;
    background: #f4f4f4;
    color: #0066a6;
    margin: 0 4px;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
    
    .pagination_list_link:hover,
    .pagination_list_link.active{
      color: #fff;
      background: #ff4900; /* Old browsers */
      background: -moz-linear-gradient(left,  #ff4900 0%, #ff5b00 50%, #ff6d00 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(left,  #ff4900 0%,#ff5b00 50%,#ff6d00 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right,  #ff4900 0%,#ff5b00 50%,#ff6d00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4900', endColorstr='#ff6d00',GradientType=1 ); /* IE6-9 */
    }

.product_img_figure{
  position: relative;
}    

  .product_img_figure_item{
    position: absolute;
    color: #fff;
    font-size: 44px;
    top: 55px;
    left: 100px;
    font-weight: bold;
  }

/*catalog page end*/

/*comparions page*/
.comparison_box{
  padding: 45px 0 0 0; 
  background-color: #f2f2f2;
  float: left;
  width: 29.4%;
}

  .comparison_box_left{
    float: left;
    width: 255px;
    padding-left: 50px;
    min-height: 148px;
  }

    .comparison_box_left .title2{
      font-size: 34px;
      border-bottom: 1px solid #dddddd;
      padding-bottom: 9px; 
    }
    .comparison_box_left_text{
      font-size: 19px;
      padding-top: 8px;
      display: inline-block; 
    }

  .comparison_box_right_wrapper{
    padding-top: 45px; 
    background: #f2f2f2;
    width: 70.5%;
    overflow: hidden;
  }
  .comparison_box_right{
    width: 100%; 
    background: #f2f2f2;
    overflow: hidden;
    float: left;
  }

    .comparison_box_right_max_width{
      #max-height: 763px !important;
      white-space: nowrap;
    }

    .comparison_box_right_item{
      width: 165px;
      /*float: left;*/
      display: inline-block;
      margin: 0 0 0 -4px;
      white-space: normal;
    }
    .comparison_box_right_item:first-child{
      margin-left: 0;
    }

    .comparison_box_right_item_img{
      height: 138px;
      line-height: 138px;
      position: relative;
      #background: #f5f5f5;
      background: #fff;
    }

    .comparison_box_right_item_img img{
      vertical-align: middle;
    }

    .comparison_box_right_item_text{
      font-size: 13px;
      width: 129px;
      display: inline-block;
      height: 40px;
    }

    .scroll-pane{
      overflow: auto;
    }

.comparison_detail_data{
  padding: 10px 0 0;
}

  .tables_boxes_show_item:nth-child(even) .detail_data_table_item:nth-child(odd){
    background-color: #f2f2f2;
  }
  .tables_boxes_show_item:nth-child(even) .detail_data_table_item:nth-child(even){
    background-color: #FFF;
  }
  .comparison_box_right_item_list_item:nth-child(even){
    background-color: #f2f2f2;
    #height: 52px;
  }
  .comparison_box_right_item_list_item:nth-child(odd){
    background-color: #FFF;
    #height: 52px;
  }

  .detail_data_table{
    width: 100%;
    font-size: 15px;
    background: #ffffff;
    margin-top: 75px;
    display: inline-block;
    color: #5c5c5c;
  }
    
    .comparison_box_left_list{
      width: 256px;
    }
    .comparison_box_right_item_list{
     width: 100%;
     margin-top: 45px;  
    }
    .detail_data_table_item,
    .comparison_box_right_item_list_item{
      padding: 14px 10px 14px 50px;
      display: inline-block;
      width: 100%;
    }
    .comparison_box_right_item_list_item{
      padding: 14px 10px 14px 0;
    }

    .detail_data_table_item:nth-child(even){
      background-color: #f2f2f2;
    }

    .detail_data_table_item td{
      width: 17%;
      display: inline-block;
    }  

    .detail_data_table_item td:nth-child(1){
      width: 26.6%;
      color: #5c5c5c;
    }



/*comparions page end*/

/*finder page*/

.finder_border{
  padding-bottom: 10px;
  border-bottom: 1px solid #f1e9e4;
}

/*comparions page end*/



/*=====================> Paragraphs ========================*/

p {margin:10px 0}
.mb1{ margin-bottom:1px;}
.mb2{ margin-bottom:2px;}
.mb3{ margin-bottom:3px;}
.mb4{ margin-bottom:4px;}
.mb5{ margin-bottom:5px;}
.mb6{ margin-bottom:6px;}
.mb7{ margin-bottom:7px;}
.mb8{ margin-bottom:8px;}
.mb9{ margin-bottom:9px;}
.mb10{ margin-bottom:10px;}
.mb11{ margin-bottom:11px;}
.mb12{ margin-bottom:12px;}
.mb13{ margin-bottom:13px;}
.mb14{ margin-bottom:14px;}
.mb15{ margin-bottom:15px;}
.mb16{ margin-bottom:16px;}
.mb17{ margin-bottom:17px;}
.mb18{ margin-bottom:18px;}
.mb19{ margin-bottom:19px;}
.mb20{ margin-bottom:20px;}
.mb21{ margin-bottom:21px;}
.mb22{ margin-bottom:22px;}
.mb23{ margin-bottom:23px;}
.mb24{ margin-bottom:24px;}
.mb25{ margin-bottom:25px;}
.mb26{ margin-bottom:26px;}
.mb27{ margin-bottom:27px;}
.mb28{ margin-bottom:28px;}
.mb29{ margin-bottom:29px;}
.mb30{ margin-bottom:30px;}
.mb31{ margin-bottom:31px;}
.mb32{ margin-bottom:32px;}
.mb33{ margin-bottom:33px;}
.mb34{ margin-bottom:34px;}
.mb35{ margin-bottom:35px;}
.mb36{ margin-bottom:36px;}
.mb37{ margin-bottom:37px;}
.mb38{ margin-bottom:38px;}
.mb39{ margin-bottom:39px;}
.mb40{ margin-bottom:40px;}
.mb41{ margin-bottom:41px;}
.mb42{ margin-bottom:42px;}
.mb43{ margin-bottom:43px;}
.mb44{ margin-bottom:44px;}
.mb45{ margin-bottom:45px;}
.mb46{ margin-bottom:46px;}
.mb47{ margin-bottom:47px;}
.mb48{ margin-bottom:48px;}
.mb49{ margin-bottom:49px;}
.mb50{ margin-bottom:50px;}
.mb51{ margin-bottom:51px;}
.mb52{ margin-bottom:52px;}
.mb53{ margin-bottom:53px;}
.mb54{ margin-bottom:54px;}
.mb55{ margin-bottom:55px;}
.mb58{ margin-bottom:58px;}
.mb60{ margin-bottom:60px;}
.mb62{ margin-bottom:62px;}
.mb75{ margin-bottom: 75px;}


/*=====================> Lists ========================*/
.list1{}
.list1 li{
  background:url(/local/templates/main/css/../images/marker1.png) 0 7px no-repeat;
  padding-left:20px;
}
.list1 a{}

.list2{}
.list2 li{
  background:url(/local/templates/main/css/../images/marker1.png) 0 7px no-repeat;
  padding-left:20px;
}
.list2 a{}

.list3{}
.list3 li{
  background:url(/local/templates/main/css/../images/marker1.png) 0 7px no-repeat;
  padding-left:20px;
}
.list3 a{}

/*=====================> Titles ========================*/
h2,h3,h4{
  font-weight:normal;
}
.title1{
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
}

.title2{
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.title3{
  font-size: 24px;
}

.title4{
  font-size: 18px;
}

/*================================>> GOOGLE FONTS  <<========================================*/


.fw_500{
  font-weight: 500;
}

.fz_15{
  font-size: 15px;
}
.fz_14{
  font-size: 14px;
}
.pt_sans{font-family: 'PT Sans', sans-serif;}

/*================================>> hovers <<========================================*/
a,
.owl-page{
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
a:hover,
.owl-page:hover{
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}



/*================================>> Contact Form <<========================================*/
#contact-form {
  padding:0px 0 0 0;
  position: relative;
}
#contact-form .success
{
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left:0;
  z-index: 99;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  padding: 20px 0;
}
.txt_field{
  margin:0;
  border: 1px solid #d4d4d4;
  padding:9px 15px 10px;
  outline:none;
  position:relative;
  background:#fcfcfc;
  color: #777;
  font-size: 14px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  .txt_field:hover,
  .popup_form_input:hover{
    border: 1px solid #ffae52 !important;
    color: #373737 !important;
    box-shadow: inset 1px 1px 15px #f1f1f1, inset -1px -1px 15px #f1f1f1; 
  }
  .txt_field:focus,
  .popup_form_input:focus{
    border: 1px solid #FF6A01 !important;
    color: #000 !important;
  }
  input::-webkit-input-placeholder{
      transition: all 0.5s ease;
      color: #777 !important;
  }
  input::-moz-placeholder{
      transition: all 0.5s ease;
      color: #777 !important;
  }
  input:-moz-placeholder{
      transition: all 0.5s ease;
      color: #777 !important;
  }
  input:-ms-input-placeholder{
      transition: all 0.5s ease;
      color: #777 !important;
  }

  input:hover::-webkit-input-placeholder {
      transition: all 0.5s ease;
      color: #373737 !important;
  }
  input:hover::-moz-placeholder{
      transition: all 0.5s ease;
      color: #373737 !important;
  }
  input:hover:-moz-placeholder{
      transition: all 0.5s ease;
      color: #373737 !important;
  }
  input:hover:-ms-input-placeholder{
      transition: all 0.5s ease;
      color: #373737 !important;
  }

  input:focus::-webkit-input-placeholder {
      transition: all 0.5s ease;
      color: #000 !important;
  }
  input:focus::-moz-placeholder{
      transition: all 0.5s ease;
      color: #000 !important;
  }
  input:focus:-moz-placeholder{
      transition: all 0.5s ease;
      color: #000 !important;
  }
  input:focus:-ms-input-placeholder{
      transition: all 0.5s ease;
      color: #000 !important;
  }
  /*===  input end    ===*/


.form_row{
  margin-bottom: 11px;
}

.msg_field{
  overflow:auto;
  height:115px;
  resize:none;
  margin: 0 0 0 0;
}

#contact-form .error, #contact-form .empty, #contact-form .success {display:none;}
#contact-form .error, #contact-form .empty {
  text-align:left;
  color:red;
  font-size:11px;
  position: absolute;
  right: 10px;
  top: 5px;
}
#contact-form .buttons2 {
  overflow:hidden;
  text-align:right;
  position:relative;
  clear:both;
  padding-top:25px;
}
#contact-form .buttons2 a {
	cursor:pointer;
	margin-top:0;
	text-align:center;
}
#contact-form span{
  display:block;
  margin: 0px 0 0 5px;
 }

.map_wrapper{
  overflow:hidden;
  display:inline-block;
  margin-bottom:26px;
}


/*================================>> Contacts Info <<========================================*/
#map_canvas {
   width:411px;
   height:237px;
}
.adress{}
.adress span{
  display:inline-block;
}
.adress dt{ margin-bottom:14px;}

/*================================>> Footer <<========================================*/
footer {
  padding: 46px 0;
  line-height: 18px;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  width: 100%;
  min-width: 1096px;
  position: relative;
  z-index: 100;
  background-color: #FFF;
  
}

  .footer_inner{
    padding-left: 98px;
  }

  [class^="footer_col"]{
    float: left;
  }

  .footer_col_1{
    width: 21%;
  }

  .footer_col_2{
    width: 33.5%;
    padding: 0 0 0 70px;
  }

  .footer_col_3{
    width: 23%;
    padding: 0 0 0 4px;
  }

  .footer_col_4{
    width: 22.5%;
    padding: 0 0 0 45px;
  }

  .client_list li{
    margin-bottom: 13px;
  }

.footer_work_time{
  padding: 0 0 0 47px;
  background: url(/local/templates/main/css/../images/phone_icon.png) 1px 4px no-repeat;
}
  .footer_work_time .phone_item{
    margin-right: 0px;
    padding-right: 0px;
  }

  .footer_work_time{
    font-size: 13px;
  }

.footer_address{
  background: url(/local/templates/main/css/../images/location_icon.png) 4px 3px no-repeat;
  padding: 0 0 0 47px;
}

.social{
  overflow:hidden;
}
.social a{
  display:block;
  float:left;
  width:32px;
  height:32px;
  overflow:hidden;
  margin-left:8px;
}
.social a:first-child{margin: 0 0 0 0;}
.social a:hover img{
  margin-top:-32px;
}

/*============================= Easy responsive tabs ============================*/


.resp-tabs-list li {
    float: left;
    display: inline-block;
  }
.basket_box .resp-tabs-list li {
 
    font-size: 18px;
   
}
.basket_box .resp-tabs-list li:first-child{
    border-left:1px solid #e0e0e0;
}
.content_inner .basket_box.resp_card .resp-tabs-list li{
  width: 27%;
  padding: 13px 10px;
  text-align: center;
}
.basket_box .resp-tabs-list li.resp-tab-active{
  
}

h2.resp-accordion {
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-easy-accordion  h2.resp-accordion {
        display: block;
}

.resp-tab-content-active {
    display: block;
}


@media only screen and (max-width: 768px) {
    /*ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    
    .resp-accordion-closed {
        display:none !important;
    }*/
    
}


/*============================ Arctic modal =============================*/
.arcticmodal-overlay{ opacity: 0.95 !important; }
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(/local/templates/main/css/loading.gif) no-repeat 50% 50%; }


/* ========================== OWL CAROUSEL =============================*/
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;
  -ms-touch-action: pan-y;
}
.carousel{
  overflow: hidden;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.scale_carousel.owl-carousel .owl-stage-outer,
.scale_carousel.owl-carousel .owl-stage,
.scale_carousel.owl-carousel .owl-item{
  max-height: 500px !important;
}
.scale_carousel.owl-carousel .owl-stage{
  position: relative;
}
.scale_carousel.owl-carousel .owl-item{
  /*display: inline-block;*/
  vertical-align: middle;
  /*float: none;*/
}
.scale_carousel.owl-carousel .owl-stage:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: inline-block;
  margin-left: -5px;
  vertical-align: middle;
  width: 1px;
  visibility: hidden;
  content: "";
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
  
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  
    
}
.home_carousel.extra_carousel .owl-controls{
    position: relative;
    height: 81px;
    margin-top: -81px;
    background: rgba(0,0,0,0.2);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/local/templates/main/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

@media only screen and (max-width: 1368px) {
  .header_links a{
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 10px;
  }

  .sert_item{
    margin-right: 30px;
  }
}

/*------------------  PopUp registration & authorization  ------------------*/
.mb20{margin-bottom: 20px;}
.login_block{
  width: 730px;
  background: #fff;
}
.tabs{
  min-height: 356px;
}
.tabBlock{
    background: #fff;
    min-height: 301px;
    padding-top: 20px;
}
.login_tab_list{
  width: 100%;
}
  .login_tab_list li.ubuntu_font{
    font-weight: 500;
    font-size: 30.5px;
    line-height: 46px;
    width: 50%;
    padding: 20px 0;
    cursor: pointer;
    text-align: center;
    color: #b7b7b7; /* #ff4200;*/
    background: #efefef;
    border: 1px solid #e2e2e2;
  }
  .login_tab_list .resp-tab-item.resp-tab-active{
    color: #ff4200;
    background: #fff;
    border: 1px transparent;
    font-weight: 600;
  }
.login_tab_container{
  
}
.popup_login_form{
  padding: 50px;
}
  .popup_form_label{
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    padding: 13px 0;
  }
  .popup_form_input{
    color: #000; 
    font-size: 18px; 
    font-weight: 400;
    outline: none;
    border: 1px solid #d4d4d4;
    background: #fcfcfc;
    padding: 10px 32px 12px;
  }
  .popup_form_input1{
    width: 521px;
  }
  .popup_form_input2{
    width: 469px;
  }
  input.popup_form_input::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.3s ease; color: #9f9f9f; font-size: 16px; font-weight: 400;}/* сдвиг placeholder-а вправо при фокусе*/
  input.popup_form_input::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.3s ease; color: #9f9f9f; font-size: 16px; font-weight: 400;}
  input.popup_form_input:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.3s ease; color: #9f9f9f; font-size: 16px; font-weight: 400;}
  input.popup_form_input:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.3s ease; color: #9f9f9f; font-size: 16px; font-weight: 400;}
  input.popup_form_input:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}
  input.popup_form_input:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 0.3s ease;}
  input.popup_form_input:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 0.3s ease;}
  input.popup_form_input:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 0.3s ease;}

.back_link{
  text-decoration: none;
  font-size: 19px;
  line-height: 42px;
  font-weight: 600;
  color: #fff;
  padding: 6px 53.6px;
}
.backgr_blue{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0577d5+0,08ace5+100 */
  background: #0577d5; /* Old browsers */
  background: -moz-linear-gradient(left,  #0577d5 0%, #08ace5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #0577d5 0%,#08ace5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #0577d5 0%,#08ace5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0577d5', endColorstr='#08ace5',GradientType=1 ); /* IE6-9 */

}

  .backgr_blue:hover{
    background: #0982ec; /* Old browsers */
    background: -moz-linear-gradient(left,  #0982ec 0%, #0d9ff0 50%, #0fb6f4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #0982ec 0%,#0d9ff0 50%,#0fb6f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #0982ec 0%,#0d9ff0 50%,#0fb6f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0982ec', endColorstr='#0fb6f4',GradientType=1 ); /* IE6-9 */
  }


.login_link{
  text-decoration: none;
  font-size: 19px;
  line-height: 42px;
  font-weight: 600;
  color: #fff;
  padding: 6px 205.5px;
}
.backgr_orange{
  background: #ff4200; /* Old browsers */
  background: -moz-linear-gradient(left,  #ff4200 0%, #ff6b00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #ff4200 0%,#ff6b00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #ff4200 0%,#ff6b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4200', endColorstr='#ff6b00',GradientType=1 ); /* IE6-9 */

}
  .backgr_orange:hover{
    background: #ff4a00; /* Old browsers */
    background: -moz-linear-gradient(left,  #ff4a00 0%,#ff9800 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ff4a00 0%,#ff9800 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ff4a00 0%,#ff9800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a00', endColorstr='#ff9800',GradientType=1 ); /* IE6-9 */
  }

.registr_title{
  font-size: 23px;
  color: #ff4200;
  margin: -10px 0 30px;
    text-align: center;
}
.popup_form_checkbox_block{
  width: 521px;
  padding-left: 52px;
  margin: -20px 50px 30px 12px;
}
.popup_checkbox_span{
  font-size: 14px;
}
  .popup_form_checkbox{
    text-align: left;
  }
.back_link2{
  text-decoration: none;
  font-size: 19px;
  line-height: 42px;
  font-weight: 600;
  color: #fff;
  padding: 6px 64.4px;
}
.login_link2{
  text-decoration: none;
  font-size: 19px;
  line-height: 42px;
  font-weight: 600;
  color: #b3b3b3;
  background: #e3e3e3;
  padding: 6px 163px;
}
.popup_form_checkbox:checked a.login_link2{
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5a00+1,ff9100+100 */
  background: #ff5a00; /* Old browsers */
  background: -moz-linear-gradient(left,  #ff5a00 1%, #ff9100 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #ff5a00 1%,#ff9100 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #ff5a00 1%,#ff9100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff9100',GradientType=1 ); /* IE6-9 */
}
.back_link:hover,
.back_link2:hover,
.login_link:hover{
  color: #fff;
}

/*------------------  PopUp ORDER  ------------------*/
.order_block{
  background: #fff; 
  width: 730px;
  height: 300px;
}
  .order_block_content{
    padding: 72px 103px 40px;
  }
    .order_title{
      font-size: 44px;
      line-height: 44px;
      color: #ff4200;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .order_info{}
    .back_product,
    .back_basket{
      font-size: 19px;
      line-height: 42px;
      color: #fff;
      font-weight: 600;
    }
      .back_product:hover,
      .back_basket:hover{
        color: #fff;
      }
    .back_product{
      padding: 11px 95px;
      text-decoration: none;
    }
    .back_basket{
      padding: 11px 92.5px;
      text-decoration: none;
    }

.image_wrapper{
  margin-bottom: 40px;
}
.content_box_text{
  font-size: 14px;
  letter-spacing: 0.2px; 
}
.content_box2{
  padding-right: 236px;
}
.deleteItem{
    cursor: pointer;
}

a#qseo {
  background: url(/local/templates/main/css/../images/qseo.png) no-repeat right center;
  color: #000;
  display: inline-block;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  line-height: 10px;
  margin-top: 20px;
  padding: 4px 70px 5px 0;
  text-align: right;
  text-decoration: none;
  vertical-align: top;
}

.servicepage h3 {
  font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
  color:#0078C1;
  margin-top:15px;
  marging-bottom:25px;
}

.servicepage ul {
  margin-left:24px !important;
}

.servicepage ul li {
  list-style-type:disc !important;
}

.servicepage table {
  border:1px solid #ccc;
}

.servicepage table td {
  border:1px solid #ccc;
  padding:14px 8px;
}

ul.menu-chidlren {
  margin-left:-10px; 
  text-align:center; 
  width:100%; 
  background:#ff8c00; 
  color:#fff; 
  overflow:hidden;
  padding: 0;
}
ul.menu-chidlren li {
  list-style: none !important;
  width:20%; 
  float:left; 
  padding:16px 0;
}
ul.menu-chidlren li a {
  color:#fff;
}

#maincontent h2, .product_detail_data h2 {
  color: #0078c1; 
  font-size: 16pt;
  font-weight: bold;
}

.arcticmodal-overlay {
  background-color: #000 !important;
  opacity: 0.8 !important;
}
.arcticmodal-container #feedback {
  background-color: #f5f5f5;
  padding: 10px;
  width: 500px;
}
.arcticmodal-container #feedback button {
  background-color: #ccc;
}

/*  */
h1 {
  margin-top: 0 !important;
}

.service-page h1 {
  text-align: center;
}
.block-title {
  color: #636363;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

.services {
  border-bottom: 1px solid #c4bfbf;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.services .service {
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.services .service .more {
  background: linear-gradient(to right, #4079be, #8facec);
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
  padding: 5px 20px;
  text-decoration: none;
  transition: none;
}
.services .service .more:hover {
  background: #f89525;
  color: #ac3f03;
}
.services .service:nth-of-type(odd) {
  background-position: left 50px;
  padding-left: 350px;
}
.services .service:nth-of-type(even) {
  background-position: right 50px;
  padding-right: 350px;
}
.services .service:nth-of-type(1) {
  background-image: url(/local/templates/main/css/../images/service-1.png);
}
.services .service:nth-of-type(2) {
  background-image: url(/local/templates/main/css/../images/service-2.png);
}
.services .service:nth-of-type(3) {
  background-image: url(/local/templates/main/css/../images/service-3.png);
}

.services .service:nth-of-type(4) {
  background-image: url(/local/templates/main/css/../images/service-4.png);
}

.services .service:nth-of-type(5) {
  background-image: url(/local/templates/main/css/../images/service-5.png);
}

.services .service:nth-of-type(6) {
  background-image: url(/local/templates/main/css/../images/service-6.png);
}

.services .service:nth-of-type(7) {
  background-image: url(/local/templates/main/css/../images/service-7.png);
}

.services .service:nth-of-type(8) {
  background-image: url(/local/templates/main/css/../images/service-8.png);
}

#service-banner {
  background: url(/local/templates/main/css/../images/service-banner.jpg) no-repeat 0 0;
  color: #fff;
  height: 305px;
  margin: -20px 0 50px 0;
  padding: 80px 60px 0 350px;
  width: 940px;
}
#service-banner .phone,
#service-banner .phone a {
  color: #ffe57e;
  font-size: 30px;
  font-weight: bold;
}
#service-banner .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  margin: 10px 0;
}
#service-banner .text {
  font-size: 17px;
}
#service-banner .text strong {
  color: #ffbb7b;
  font-weight: normal;
  text-transform: uppercase;
}

#service-advantages {
  border-bottom: 1px solid #c4bfbf;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
#service-advantages .block-title {
  color: #f48a1c;
  font-size: 28px;
  margin-bottom: 50px;
}
#service-advantages .items {
  display: table;
}
#service-advantages .item {
  display: table-cell;
  padding: 0 20px;
  text-align: center;
}
#service-advantages .item-title {
  color: #3f77bc;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 15px 0;
}
#service-advantages .item-desc {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 1.2em;
}
#service-links {
  border-bottom: 1px solid #c4bfbf;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
#service-links ul {
  display: table;
  width: 100%;
}
#service-links ul li {
  display: table-cell;
}
#service-links ul li a {
  color: #3a7bc9;
  font-size: 15px;
}

.service-prices {
  font-size: 15px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.service-prices.collapse {
  margin-bottom: 80px;
}
.service-prices th,
.service-prices td {
  border-collapse: collapse;
  border: 5px solid #fff;
  padding: 5px 30px;
}
.service-prices th {
  background-color: #5e93d3;
  color: #fff;
  font-weight: normal;
  text-align: left;
}
.service-prices td:nth-child(2),
.service-prices td:nth-child(3) {
  white-space: nowrap;
}
.service-prices td:last-child {
  color: #d35204;
}
.service-prices tr:nth-child(even) td {
  background-color: #e0e8fa;
}
.service-prices:not(.expanded) tbody tr:nth-child(4) ~ tr {
  display: none;
}
.service-prices .service-prices-collapse {
  background: url(/local/templates/main/css/../images/table-expand.png) no-repeat center bottom;
  color: #7e7e7e;
  cursor: pointer;
  font-size: 13px;
  margin-top: 20px;
  padding: 0 0 20px 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.service-prices .service-prices-collapse::after {
  content: "Развернуть";
  display: block;
}
.service-prices.expanded .service-prices-collapse {
  background: url(/local/templates/main/css/../images/table-collapse.png) no-repeat center top;
  padding: 20px 0 0 0;
}
.service-prices.expanded .service-prices-collapse::after {
  content: "Свернуть";
}

ul#service-menu {
  border: 10px solid #efeeee;
  box-sizing: border-box;
  font-size: 0;
  margin: 0 0 30px 0;
  padding: 10px 40px;
}
#service-menu li {
  display: inline-block;
  font-size: 15px;
  margin: 30px 0;
  text-align: center;
  width: 25%;
}
#service-menu li a {
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  padding-top: 65px;
}
#service-menu li:nth-child(1) a {
  background-image: url(/local/templates/main/css/../images/service-menu-icon-1.png);
}
#service-menu li:nth-child(2) a {
  background-image: url(/local/templates/main/css/../images/service-menu-icon-2.png);
}
#service-menu li:nth-child(3) a {
  background-image: url(/local/templates/main/css/../images/service-menu-icon-3.png);
}
#service-menu li:nth-child(4) a {
  background-image: url(/local/templates/main/css/../images/service-menu-icon-4.png);
}
#service-menu li:nth-child(5) a {
  background-image: url(/local/templates/main/css/../images/service-menu-icon-5.png);
}
#service-menu li:nth-child(6) a {
  background-image: url(/local/templates/main/css/../images/service-menu-icon-6.png);
}
#service-menu li:nth-child(7) a {
  background-image: url(/local/templates/main/css/../images/service-menu-icon-7.png);
}

ul#service-children {
  background: linear-gradient(to right, #4e7fcb, #78b7fe);
  margin: 0 0 30px 0;
  padding: 10px 40px;
}
ul#service-children li {
  display: inline-block;
  margin: 10px 50px 10px 0;
}
ul#service-children li a {
  color: #fff;
}

.master form {
  margin-top: 20px;
}
.master form input {
  clear: left;
  float: left;
  margin: 0 10px 10px 0;
  width: calc(40% - 10px);
}
.master form textarea {
  height: 90px;
  width: 60%;
}
.master form button {
  margin-top: 10px;
}
/* End */


/* Start:/local/templates/main/css/responsive.css?17562070803256*/
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1536px) {
	.menu_link,
	.main_left_inner{
		padding-left: 20px;
	}
	.product_to_comparison_link{
		margin-left: 27px;
	}
	.content_box,
	.box3{
		padding-left: 50px;
		padding-right: 50px;
	}
	.basket_box .title1,
	.product_box{
		padding-left: 50px;
	}
	.blogpage_img .blog_img_overlay{
		padding-left: 50px;
		padding-right: 0;
	}
	.range_box .range_item:last-child,
	.basket_box .resp-tabs-list{
		margin-left: 50px;
		margin-top: 0;
	}
	
	.main_poduct_img{
		text-align: center;
	}
}
@media only screen and (max-width: 1482px) {
	.range_item,
	.range_box .range_item:last-child{
		margin-left: 25px ;
	}
	.range_box{
		width: 100%;
	}
}
@media only screen and (max-width: 1366px) {
	.total_cost_box {
        width: 55%;
	}
}
@media only screen and (max-width: 1356px) {
	.range_box .range_item:last-child{
		margin-left: 0;
		margin-top: 28px;
	}
	.range_box .range_item:nth-child(3){
		margin-right: 25px;
	}
}
@media only screen and (max-width: 1266px) {
 /*body{min-width:1266px;}*/
	.header_login_btn:before{
		left: 30px;
	}
}
@media only screen and (max-width: 1260px) {
	.range_item:nth-child(3){
		/*margin-left: 0;
		margin-top: 28px;*/
		margin-right: 50px;
	}
	.product_btn{
		padding: 9px 34px;
	}
}
@media only screen and (max-width: 1250px) {
	.home_clients.box1,
	.home_partners.box1{
		padding-left: 30px;
	}
}
@media only screen and (max-width: 1214px) {
	.total_cost_box {
        width: 60%;
	}
	.home_partners_box{
		width: 29%;
		height: auto;
	}
}
@media only screen and (max-width: 1179px) {
	.content_inner .catalog_inner .product_item{
		width: 33.3%;
	}
}
@media only screen and (max-width: 1145px) {
	.product_to_comparison_link{
		margin-left: 27px;
	}
	.product_box{
		padding-left: 47px;
	}
	.available span{
		padding: 7px 30px 10px;
	}
	 .product_title.indent_2 br{
	    display: none;
	  }
}
@media only screen and (max-width: 1112px) {
	.total_cost_box {
        width: 65%;
	}

	.comparison_box_left{
		width: 215px;
	}
	.comparison_box_left .title2{
		font-size: 30px;
	}
	.comparison_box_left_text{
		font-size: 16px;
	}
	.detail_data_table{
		margin-top: 92px;
	}	
	.header_login_btn{
		padding-left: 10px;
	}
}
@media only screen and (max-width: 1097px){
	.product_title, .lg_title{
		font-size: 40px;
	}
	.range_box .range_item:nth-child(3){
		margin-left: 0;
		margin-top: 28px;
	}
}
@media only screen and (max-width: 1096px){
	.main_left{
		width: 317px !important;
	}
	header .main_right{
		padding-left: 0;
        width: calc(100% - 317px);
	}
	.main_right {
		width: 100%;
	}
	.fancybox-prev {
        /*left: -60px;*/
	}
	.fancybox-next {
        /*right: -60px;*/
	}
	.scale_carousel .owl-controls{
		right: 0;
	}
	.sertificate_licenze .title1{
		padding-right: 150px;
	}

}
@media only screen and (max-width: 900px) {
	.main_poduct_img{
		width: 50%;
	}
	.basket_box.resp_card .resp-tabs-list li{
		padding: 13px 30px;
	}
	header .main_left{
		padding-top: 34px;
	}
	.main_left_inner{
		padding-bottom: 34px;
	}
}
@media only screen and (max-width: 767px) {
 /*body{min-width:420px;}*/
}

@media only screen and (max-width: 479px) {
 /*body{min-width:300px;}*/
}
/* End */


/* Start:/local/templates/main/css/media.css?175620708035589*/
/* Responsive new */

body {
    min-width: 320px;
}

.main {
    min-width: 320px;
    width: 100%;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.header-menu-responsive {
    display: none;
}

.header-mobile-search {
    display: none;
}

.menu-responsive {
    display: none;
}

.main_bottom #header-menu {
    display: none;
}

.products_box1 .product_item {
    width: 100%;
}

.extra_carousel2 {
    max-height: 100%;
}

.products_box1.carousel .product_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.product_item_block_item_action_block {
    margin: 0 auto 10px;
}

.product_price {
    clear: both;
}

.ytvideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.ytvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ytvideo.astra {
    padding-bottom: 0;
    height: auto;
}

.ytvideo.astra iframe {
    width: 560px;
    height: 315px;
    position: static;
}

footer {
    min-width: 320px;
}

.footer_inner {
    padding-left: 20px;
}

.footer_inner br {
    display: none;
}

.footer_map_links a:first-child{
    margin-right: 20px;
}
a#qseo {
    line-height: inherit;
}

.table-responsive {
    max-width: 100%;
    overflow: auto;
}

.table-responsive .service-prices-collapse {
    background: url(/local/templates/main/css/../images/table-expand.png) no-repeat center bottom;
    color: #7e7e7e;
    cursor: pointer;
    font-size: 13px;
    margin-top: 20px;
    padding: 0 0 20px 0;
    /* position: absolute; */
    text-align: center;
    width: 100%;
}

.table-responsive .service-prices.expanded+.service-prices-collapse {
    background: url(/local/templates/main/css/../images/table-collapse.png) no-repeat center top;
    padding: 20px 0 0 0;
}

.table-responsive .service-prices-collapse::after {
    content: "Развернуть";
    display: block;
}

.table-responsive .service-prices.expanded+.service-prices-collapse::after {
    content: "Свернуть";
}

.service-prices.collapse {
    margin-bottom: 30px;
}

#service-banner {
    position: relative;
    padding: 0;
    height: auto;
    padding-top: 33%;
}

.service-banner-content {
    position: absolute;
    top: 50%;
    left: 33%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    right: 3%;
}

.logo a {
    position: relative;
    z-index: 1;
}

.mobile-cntText,
.mobile-empty {
    display: none !important;
}

.owl-carousel {
    -ms-touch-action: none;
    touch-action: none;
}

.products_box1.catalog_inner {
    margin-right: 0px;
}

.product_to_comparison_link2 {
    margin-top: 0;
}

.product_item {
    padding: 10px 20px 20px;
}

.product_item_block_item_btn_add_cart,
.product_item_block_item_btn_comparison,
.product_item_block_item_btn_comparison2 {
    min-width: 169px;
}

.content_inner .product_item .product_price {
    text-align: left;
}

#header-menu ul ul li:first-child {
    display: none;
}

.filter_btn {
    border: 1px solid rgba(31, 145, 216, 0.2);
    padding: 10px 20px 9px;
    display: none;
    min-width: 290px;
    color: #0078c5;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    height: 50px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 10px auto;
}

.filter_btn:hover {
    background: #fcfcfc;
    border: 1px solid #299fe8;
}

.filter_btn:before {
    width: 24px;
    height: 100%;
    background: url(/local/templates/main/css/../images/icon/filter_icon.png) center no-repeat;
    display: inline-block;
    content: "";
    margin-right: 15px;
}

.search_top.clearfix {
    margin-bottom: 0;
}

.product_item_img {
    margin-bottom: 0;
    height: auto;
}

.product_action {
    clear: both;
}

.order_block {
    max-width: 730px;
    width: 100%;
}

.header_desc {
    display: none;
}

/* 1440 */

@media screen and (max-width: 1440px) {
    /* header */
    header .main_left {
        border: none;
        background: none;
    }
    header .main_right {
        padding-top: 20px;
        background: none;
    }
    .header_info_wrap {
        margin-bottom: 40px;
    }
    .header_cart {
        padding-left: 15px;
    }
    .header_cart.add_card_header span:last-child {
        padding: 5.5px 0 5.5px 10px;
    }
    .header_login_btn:before {
        left: 15px;
    }
    .header_login_btn {
        padding-left: 40px;
    }
    .header_searh_field {
        padding-left: 15px;
    }
    .logo.main_left_inner {
        padding-bottom: 0;
    }
    .header_info .header_work_time {
        padding-left: 40px;
        width: 33.3%;
        background-position: 0 10px;
    }
    .header_info .header_address {
        padding-left: 55px;
        background-position: 10px 25%;
    }
    .header_info .header_feedback a.feedback {
        margin-left: 0;
    }
    .header_info .header_work_time .mb3,
    .header_info .header_feedback>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header_cart {
        padding-right: 15px;
    }
    /* header menu */
    .main_right .clearfix #header-menu {
        display: none;
    }
    .main_bottom #header-menu {
        display: block;
    }
    #header-menu>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #header-menu>ul>li>a {
        padding: 15px 5px;
    }
    .product_price {
        width: 100%;
        clear: both;
        text-align: center;
    }
    /* Product */
    .extra_carousel2 {
        max-height: 100%;
    }
    /* Service center */
    #service-banner {
        max-width: 940px;
        width: 100%;
        background-size: contain;
    }
    /* Basket */
    .content_box,
    .box3 {
        padding: 31px 50px !important;
    }
}

/* 1200 */

@media screen and (max-width: 1200px) {
    /* header */
    .header_cart.add_card_header span.orderPriceCart {
        display: none;
    }
    .header_cart.add_card_header span:first-child {
        border-right: none;
    }
    /* catalog menu */
    .menu-responsive {
        padding: 9px 20px 12px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(249, 249, 249, 1)), color-stop(50%, rgba(242, 242, 242, 1)), to(rgba(236, 236, 236, 1)));
        background: linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(242, 242, 242, 1) 50%, rgba(236, 236, 236, 1) 100%);
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 24px;
        font-weight: 600;
        cursor: pointer;
    }
    .menu-responsive:after {
        content: '';
        background: url(/local/templates/main/css/../images/icon/menu.png) no-repeat;
        width: 32px;
        height: 32px;
        display: inline-block;
    }
    .menu-responsive.open:after {
        background: url(/local/templates/main/css/../images/icon/close.png) center no-repeat;
    }
    .primary_nav {
        display: none;
    }
    /* Action carousel */
    .action_item {
        padding: 15px;
    }
    .action_carousel {
        height: 135px;
    }
    .products_box1.carousel .owl-pagination {
        top: -50px;
    }
    .products_box1.carousel .owl-buttons div {
        top: -47px;
    }
    .product_item {
        text-align: center;
    }
    /* Sertificate */
    .sertificate_licenze .title1.mb38 {
        padding: 0 0 45px;
        margin-bottom: 0;
        text-align: center;
    }
    .scale_carousel .owl-controls {
        right: auto;
        top: -35px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
    .scale_carousel.owl-carousel:after {
        content: none;
    }
    .product_text {
        padding-bottom: 20px;
    }
    /* footer */
    .footer_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer_col_1 {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .footer_col_2,
    .footer_col_3,
    .footer_col_4 {
        padding: 0;
        width: 30%;
    }
    a#qseo {
        line-height: 18px;
        display: block;
        text-align: left;
        margin-top: 10px;
        background-position: 98px center;
    }
    /* Service page */
    #service-advantages .items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .services .service {
        background-size: 200px;
    }
    .services .service:nth-of-type(odd) {
        padding-left: 250px;
    }
    .services .service:nth-of-type(even) {
        padding-right: 250px;
    }
    #service-advantages .item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        margin-bottom: 20px;
    }
    #service-banner .phone,
    #service-banner .phone a,
    #service-banner .title {
        font-size: 20px;
    }
    #service-banner .text {
        font-size: 15px;
    }
    .feedback .btn1 {
        margin-top: 15px;
    }
    /* Catalog */
    .products_box1.catalog_inner .product_description,
    .products_box1.catalog_inner .product_price {
        text-align: left;
    }
    .content_inner .catalog_inner .product_item {
        width: calc(49.3% + 0.3px);
    }
    .product_item_block_item {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product_item_block_item_btn_add_cart,
    .product_item_block_item_btn_comparison {
        -webkit-transform: none;
        transform: none;
    }
    .product_item_img {
        padding: 20px 0 0;
        margin-bottom: 0;
        height: auto;
    }
    /* Catalog page */
    .resp-tabs-list.clearfix {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0 !important;
        margin-left: 0;
    }
    .basket_box .resp-tabs-list li {
        font-size: 18px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 48%;
        flex: 1 1 48%;
        margin: 5px;
        text-align: center;
    }
    .basket_box .resp-tabs-list li {
        border-left: 1px solid #e0e0e0;
    }
    .basket_box .resp-tabs-list li.resp-tab-active {
        border-right: 1px solid transparent;
    }
    .product_item_block_item_btn_comparison2 {
        -webkit-transform: none;
        transform: none;
    }
    .range_box .range_item.bot {
        margin: 0 30px 28px 0 !important;
    }
}

/* 992 */

@media screen and (max-width: 992px) {
    header .main>.clearfix {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    header .main_left {
        width: 100% !important;
    }
    header .main_right {
        width: 100% !important;
        padding-top: 0;
    }
    .header_info {
        padding: 0 15px;
    }
    .header_info_wrap {
        margin-bottom: 20px;
    }
    header .main_left {
        padding-top: 15px;
    }
    /* header menu */
    .main_bottom {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        width: 100%;
    }
    .main_bottom.open {
        z-index: 200;
    }
    .main_left {
        width: 100% !important;
    }
    .header-menu-responsive {
        background: url(/local/templates/main/css/../images/icon/menu.png) no-repeat;
        height: 32px;
        padding: 32px 15px;
        background-position: 98% 50%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 65px;
        font-size: 20px;
        font-weight: 600;
        cursor: pointer;
    }
    .header-menu-responsive.open {
        background: url(/local/templates/main/css/../images/icon/close-button.png) no-repeat;
        background-position: 97% 50%;
        background-color: #285ea7;
        color: #fff;
    }
    #header-menu ul li.open:hover ul {
        display: none;
    }
    .main_bottom #header-menu {
        display: none;
        padding-top: 0;
        margin-top: 0;
    }
    .main_bottom.open #header-menu {
        margin-top: -32px;
    }
    #header-menu>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 15px;
    }
    #header-menu>ul>li.extended>a {
        pointer-events: none;
    }
    .main_bottom #header-menu>ul>li.extended.open>a {
        background-color: #3770bd;
        color: #a0ccff;
    }
    .main_bottom #header-menu>ul>li.extended.open>a::after {
        background-position-y: -9px;
    }
    #header-menu ul ul {
        position: static;
        display: none;
        background-color: #427ac5;
        text-align: center;
    }
    .main_bottom #header-menu ul ul li:first-child {
        display: list-item;
    }
    /*  */
    .menu-responsive {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .menu-responsive:after {
        margin-left: 15px;
    }
    /*  */
    .content_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    /*  */
    .download_pdf {
        padding: 20px 50px;
        text-align: center;
        display: none;
    }
    .download_pdf span {
        line-height: 2;
    }
    .sticky .main_left_inner {
        display: none;
    }
    .products_box1 .product_item {
        width: 100%;
    }
    /* footer */
    .footer_col_1 {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer_col_2,
    .footer_col_4 {
        padding: 0;
        width: 48%;
    }
    .footer_col_3 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 25px;
    }
    .main_features.clearfix {
        margin: 15px 0;
    }
    .product_item_block_item_action_block {
        float: none;
        margin: 10px auto 10px
    }
    .product_gal_item img {
        vertical-align: top;
    }
    .product_gal_item.toggle:before {
        content: none;
    }
    .content_inner .product_item .product_price {
        text-align: center;
    }
    #yMap {
        width: 758px !important;
    }
}

/* 767 */

@media screen and (max-width: 767px) {
    .home_partners_box {
        width: 45%;
    }
    .home_partners_box_wrap .flexslider.home_partners_box:nth-child(3) {
        display: none;
    }
    #service-banner .phone,
    #service-banner .phone a,
    #service-banner .title {
        font-size: 18px;
    }
    #service-banner .text {
        font-size: 14px;
    }
    /* Login */
    .login_block {
        max-width: 730px;
        width: 100%;
    }
    .login_tab_list li.ubuntu_font {
        font-size: 25.5px;
        line-height: 35px;
    }
    .popup_form_label {
        padding: 13px 10px 13px 0;
    }
    .popup_form_input1 {
        width: auto;
    }
    .popup_form_input2 {
        width: 85%;
    }
    .popup_form_label {
        width: 15%;
    }
    .reg_btn_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .back_link,
    .login_link {
        width: 50%;
    }
    .popup_form_checkbox_block {
        max-width: 521px;
        padding-left: 0;
        margin: -20px auto 30px;
        width: 100%;
        text-align: center;
    }
    .reg_btn_wrap .clearfix {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    /* Catalog */
    .products_box1.catalog_inner .product_description,
    .products_box1.catalog_inner .product_price {
        text-align: center;
    }
    /* Detail page */
    .product_title.indent_2 {
        padding-right: 0;
        width: 100%;
    }
    .show_all_btn {
        min-width: 325px;
    }
    .fancybox-close {
        width: 70px;
        background-position: center;
    }
    .basket_tlt_inner {
        display: block;
        margin-left: 0;
    }
    .product_box {
        padding: 5px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .available {
        position: static;
    }
    .product_box>.wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .main_poduct_img {
        width: 100%;
    }
    .order_block_content {
        padding: 20px;
    }
    .back_basket {
        padding: 11px 68.5px;
    }
    #yMap {
        width: 630px !important;
    }
    .basket_cost, .basket_total_cost {
        white-space: nowrap;
    }
    .basket_num_inp.txt_field {
        width: 70px;
    }
    .basket_tb td.cell3 {
        padding: 15px 10px;
    }
    .basket_tb .cell2 {
        padding: 24px 0 24px 10px;
    }
    .basket_tb .cell1 {
        padding: 24px 0 24px 10px
    }
    .header_info .header_work_time, .header_info .header_address, .header_info .header_feedback {
        border-left: none;
    }
}

/* 639 */

@media screen and (max-width: 639px) {
    /* header */
    .logo.main_left_inner {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .logo.main_left_inner br{
        display: none;
    }
    .header_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header_info .header_work_time,
    .header_info .header_address,
    .header_info .header_feedback {
        width: 100%;
        background: none;
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: relative;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .header_info .header_work_time > div,
    .header_info .header_address > div,
    .header_info .header_feedback > div {
        /* width: 155px; */
        /* width: 161px; */
        width: 200px;
    }
    .header_info .header_work_time:before {
        content: '';
        width: 40px;
        display: inline-block;
        /* height: 40px; */
        height: 29px;
        margin-right: 10px;
        background: url(/local/templates/main/css/../images/phone_icon.png) 50% no-repeat;
        position: relative;
        top: 5px;
        /* background-size: 40px; */
    }
    .header_info .header_address:before {
        content: '';
        width: 40px;
        display: block;
        height: 30px;
        margin-right: 10px;
        background: url(/local/templates/main/css/../images/location_icon.png) 50% no-repeat;

    }
    .header_info .header_feedback:before {
        content: '';
        width: 40px;
        display: block;
        height: 28px;
        margin-right: 10px;
        background: url(/local/templates/main/css/../images/feedback_icon.png) 50% no-repeat;
    }
    .header_info .header_work_time .mb3,
    .header_info .header_feedback>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    header .main_right>.clearfix {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header_search {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .header_login_btn,
    .header_cart {
        width: 50%;
    }
    .header_desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-left: none !important;
    }
    .header_desc_content {
        display: inline-block;
    }
    .popup_form_input2 {
        width: 76%;
    }
    .phone_item {
        font-size: 24px;
    }
    .action_item,
    .sertificate_licenze .title1.mb38 {
        font-size: 30px;
    }
    .sertificate_licenze {
        margin: 25px 15px 40px 15px;
    }
    .scale_carousel .owl-controls {
        width: 70%;
    }
    .content_box,
    .box3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home_carousel {
        min-height: auto;
    }
    .arcticmodal-container #feedback {
        max-width: 500px;
        width: 100%;
    }
    .home_carousel.scale_carousel .owl-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .products_box1.carousel .owl-prev {
        right: 210px;
    }
    #service-banner .phone,
    #service-banner .phone a,
    #service-banner .title {
        font-size: 15px;
    }
    #service-banner .text {
        font-size: 12px;
    }
    .services .service {
        background: none !important;
    }
    .services .service:nth-of-type(odd) {
        padding-left: 0;
    }
    .services .service:nth-of-type(even) {
        padding-right: 0;
    }
    .header-menu-responsive {
        text-indent: 9999px;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }
    /* Service menu */
    ul#service-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 20px;
    }
    #service-menu li {
        padding: 0 15px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    .master form input {
        width: 100%;
    }
    .master form textarea {
        width: 100%;
    }
    .ytvideo.astra {
        padding-bottom: 56.25%;
        height: 0;
    }
    .ytvideo.astra iframe {
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .img-astra,
    .img-bosch,
    .img-junkers,
    .img-logo {
        max-width: 150px;
        height: auto;
    }
    .map {
        width: 100%;
    }
    /* Catalog */
    .products_box1.catalog_inner {
        padding: 0 10px;
    }
    .content_inner .catalog_inner .product_item {
        width: 100%;
    }
    /* Detail page */
    .product_title,
    .lg_title {
        font-size: 25px;
        width: 100%;
        float: none;
    }
    .breadcrums,
    .main_poduct_img {
        width: 100%;
    }
    .product_box>.wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .detail_data_list li {
        padding: 14px 15px;
    }
    .bx-touch .bx_item_detail_rating .bx_stars_container {
        width: 132px;
    }
    .tabBlock {
        min-height: 100%;
    }
    .basket_box .resp-tabs-list li.resp-tab-active {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .product_info.wrapper {
        width: 100%;
    }
    .product_btn {
        text-align: center;
    }
    .filter_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .fieldset_wrapper {
        display: none;
    }
    .search_box {
        padding-bottom: 25px;
    }
    .search_top .f_right {
        float: none;
        text-align: center;
    }
    .search_bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .search_bottom .btn2 {
        margin: 0 auto 15px;
    }
    /* Basket */
    .total_cost_box {
        width: 100%;
    }
    .basket_tb {
        table-layout: auto;
    }
    .order_title {
        font-size: 35px;
    }
    #oneclick>.clearfix {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .back_product,
    .back_basket {
        width: 100% !important;
    }
    #yMap {
        width: 470px !important;
    }
    .main_poduct_img > a {
        margin-left: 0;
    }
    .breadcrums a, .breadcrums span {
        display: inline;
    }

    /* Footer */
    footer {
        background-color: #eee;
    }
    .footer_col_1 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
    .footer_col_4 {
        width: 100%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .footer_col_4> ul > li:not(:last-child) {
        display: none;
    }
    .footer_col_2 {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 25px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .footer_work_time,
    .footer_address {
        background-position: 0;
        padding-left: 35px;
    }
    #feedback .title4 {
        text-align: center;
    }
    .feedback .btn1 {
        background-color: #fff;
    }

    .logo a {
        margin-bottom: 10px;
        width: 155px;
        background-size: contain;
    }

    .scrollup {
        bottom: 90px !important;
        right: 45px !important;
    }
}

/* 479 */

@media screen and (max-width: 479px) {
    /* header */
    header .main_right>.clearfix {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header_login_btn {
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        padding: 0;
        width: 54px;
        height: 54px;
        background-color: transparent;
    }
    .header_login_btn:before {
        left: 0;
        width: 100%;
        background-position: center;
    }
    .header_login_btn:hover {
        background: none;
    }
    .header_login_btn:hover:before {
        background: url(/local/templates/main/css/../images/icon_login.png) center no-repeat;
    }
    .header_cart {
        padding: 0;
        width: 70px;
        height: 54px;
        background: none;
    }
    .header_cart:hover {
        background: none;
        padding: 0;
    }
/*     .logo.main_left_inner > span {
        display: none;
    } */
    .header_cart span.cntText,
    .header_cart span.empty {
        display: none !important;
    }
    .header_cart span.mobile-cntText,
    .header_cart span.mobile-empty {
        padding: 0;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        color: #0170c5;
        font-weight: 700;
        font-size: 17px;
    }
    .header_cart span.mobile-cntText:before,
    .header_cart span.mobile-empty:before {
        content: '';
        background: url(/local/templates/main/css/../images/icon/m_cart_icon.png) center no-repeat;
        display: inline-block;
        width: 30px;
        height: 100%;
        margin-right: 5px;
    }
    .header-mobile-search {
        display: block;
        width: 54px;
        height: 54px;
        background: url(/local/templates/main/css/../images/icon/m_search_icon.png) center no-repeat;
        cursor: pointer;
    }
    .header_search {
        display: none;
    }
    /* Login */
    .arcticmodal-container_i2 {
        padding: 5px;
    }
    .login_tab_list li.ubuntu_font {
        font-size: 20.5px;
    }
    .popup_login_form {
        padding: 20px;
    }
    .reg_btn_wrap {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -20px;
    }
    .back_link,
    .login_link {
        width: 100%;
    }
    .back_link {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .popup_form_input2 {
        width: auto;
    }
    .popup_form_label {
        width: auto;
    }
    .title1 {
        font-size: 30px;
    }
    .title2,
    .action_item {
        font-size: 25px;
        text-align: center;
    }
    .action_item br {
        display: none;
    }
    .home_carousel .owl-buttons .owl-prev {
        left: 30px;
    }
    .home_carousel .owl-buttons .owl-next {
        right: 30px;
    }
    .products_box1.carousel .owl-pagination {
        top: -40px;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
    }
    .products_box1.carousel .owl-buttons div {
        top: -37px;
    }
    .products_box1.carousel .owl-next {
        right: 8%;
    }
    .products_box1.carousel .owl-prev {
        right: auto;
        left: 8%;
    }
    .scale_carousel .owl-controls {
        width: 100%;
    }
    .scale_carousel.owl-carousel .owl-dots .owl-dot {
        margin: 0 4px;
    }
    .scale_carousel.owl-carousel .owl-stage-outer,
    .scale_carousel.owl-carousel .owl-stage,
    .scale_carousel.owl-carousel .owl-item {
        max-height: 100% !important;
        height: auto;
    }
    .home_partners_box {
        width: 96%;
    }
    .home_partners_box_wrap .flexslider.home_partners_box:nth-child(2) {
        display: none;
    }
    .sertificate_licenze {
        max-height: 100%;
    }
    .main_features.clearfix {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .main_feature_item {
        width: 50%;
    }
    #service-banner .phone,
    #service-banner .phone a,
    #service-banner .title {
        font-size: 8px;
    }
    #service-banner .text {
        font-size: 7px;
    }
    /* Article */
    .blog_img_name {
        font-size: 18px;
        line-height: 18px;
    }
    .blogpage_img .blog_img_overlay {
        padding: 0 15px;
    }
    .blogpage_img .blog_img_name {
        font-size: 25px;
        line-height: 35px;
    }
    .sovet_link {
        margin-left: 0;
    }
    .blog_img_overlay {
        padding: 15px;
        min-height: auto;
    }
    /* Service menu */
    ul#service-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #service-menu li {
        width: 35%;
    }
    .show_all_btn {
        min-width: 280px;
        padding: 10px;
    }
    .mobile-empty {
        display: inline-block;
    }
    #service-advantages {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    #service-advantages .item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #service-advantages .items .owl-prev,
    #service-advantages .items .owl-next {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 35%;
        background: url(/local/templates/main/css/../images/icon/arrow_service.png) center no-repeat;
    }
    #service-advantages .items .owl-prev {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 0;
    }
    #service-advantages .items .owl-next {
        right: 0;
    }
    /* Catalog */
    .pagination {
        padding: 20px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .pagination_list_link {
        width: 35px;
        line-height: 35px;
    }
    /* Catalog detail page */
    .product_data {
        padding: 20px;
    }
    /* Basket */
    .total_cost_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .total_cost_box>span:first-child,
    .order_total_cost {
        width: 100%;
    }
    .content_box,
    .box3 {
        padding: 20px !important;
    }
    #yMap {
        width: 310px !important;
    }
    #fancybox-thumbs {
        display: none;
    }
    .fancybox-wrap {
        bottom: 0 !important;
    }
    .carousel.product_gallery.thumb {
        display: none !important;
    }
    /* Table service */
    .table-no-responsive .service-prices th,
    .table-no-responsive .service-prices td {
        padding: 5px 10px;
    }
}

/* 320 */

/* End */


/* Start:/local/templates/main/components/bitrix/sale.basket.basket.small/header_cart/style.css?1756207080329*/
/*Table*/
table.sale_basket_small
{
	width:245;
	border-collapse:collapse;
	font-size:12px;
	border:1px solid #ADC3D5;
}

/*Table head*/
table.sale_basket_small th
{
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td
{
	padding: 3px 5px;
	vertical-align:top;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/header_menu/style.css?17562070801172*/
#header-menu {
  clear: left;
  padding-top: 10px;
}
#header-menu > ul {
  background-color: #285ea7;
  display: table;
  padding: 0 20px;
  width: 100%;
}
#header-menu > ul > li {
  display: table-cell;
  position: relative;
  text-align: center;
}
#header-menu > ul > li > a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
}
#header-menu > ul > li:hover > a {
  background-color: #3770bd;
  color: #a0ccff;
}
#header-menu > ul > li.extended > a::after {
  background: url(/local/templates/main/components/bitrix/menu/header_menu/images/menu-arrow.png) 0 0 no-repeat;
  content: "";
  display: inline-block;
  height: 9px;
  margin: 0 0 2px 10px;
  width: 15px;
}
#header-menu > ul > li.extended:hover > a::after {
 background-position-y: -9px;
}
#header-menu ul ul {
  background-color: #427ac5;
  display: none;
  padding: 10px 25px;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 99;
}
#header-menu ul li:hover ul {
  display: block;
}
#header-menu ul ul li {
}
#header-menu ul ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 5px;
  text-decoration: none;
}
#header-menu ul ul li a:hover {
  color: #a0ccff;
}

/* End */


/* Start:/local/templates/main/components/slobel/price.generation/main_price/style.css?17562070802375*/
#price-generation {
	text-align: center;
}

.slobel_btn {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px !important;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0 4px 4px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-appearance: button;
	text-transform: none;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: -webkit-small-control;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 0px;
	text-shadow: none;
	-webkit-writing-mode: horizontal-tb;
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}

.slobel_btn:active,.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	background-image: none;
}

.slobel_btn:hover,.btn:focus {
	text-decoration: none;
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}

.slobel_btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.slobel_msg{
	width: 450px;
	font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	margin-right: -4px;
	font-size: 14px !important;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-transform: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: -webkit-small-control;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 0px;
	text-shadow: none;
	-webkit-writing-mode: horizontal-tb;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
}

.slobel_a{
	color: #0088cc;
	text-decoration: none;
	cursor: auto;
}
.slobel_a:hover, .slobel_a:focus{
	color: #005580;
	text-decoration: underline;
}
/* End */


/* Start:/local/templates/main/components/bitrix/menu/footer_menu/style.min.css?1756207080490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main/components/bitrix/menu/footer_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/main/components/bitrix/system.auth.form/main/style.min.css?1756207080424*/
div.bx-system-auth-form span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:bottom;margin-top:-1px}div.bx-system-auth-form div.bx-auth-secure-icon{background-image:url(/local/templates/main/components/bitrix/system.auth.form/main/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-system-auth-form div.bx-auth-secure-unlock{background-image:url(/local/templates/main/components/bitrix/system.auth.form/main/images/sec-unlocked.png)}
/* End */


/* Start:/local/templates/main/components/dv/main.register/main/style.min.css?1756207080442*/
div.bx-auth-reg input.bx-auth-input{vertical-align:middle}div.bx-auth-reg span.bx-auth-secure{background-color:#fffae3;border:1px solid #dedbc8;padding:2px;display:inline-block;vertical-align:middle}div.bx-auth-reg div.bx-auth-secure-icon{background-image:url(/local/templates/main/components/dv/main.register/main/images/sec.png);background-repeat:no-repeat;background-position:center;width:19px;height:18px}div.bx-auth-reg div.bx-auth-secure-unlock{background-image:url(/local/templates/main/components/dv/main.register/main/images/sec-unlocked.png)}
/* End */
/* /local/templates/main/css/style.css?175620708075505 */
/* /local/templates/main/css/responsive.css?17562070803256 */
/* /local/templates/main/css/media.css?175620708035589 */
/* /local/templates/main/components/bitrix/sale.basket.basket.small/header_cart/style.css?1756207080329 */
/* /local/templates/main/components/bitrix/menu/header_menu/style.css?17562070801172 */
/* /local/templates/main/components/slobel/price.generation/main_price/style.css?17562070802375 */
/* /local/templates/main/components/bitrix/menu/footer_menu/style.min.css?1756207080490 */
/* /local/templates/main/components/bitrix/system.auth.form/main/style.min.css?1756207080424 */
/* /local/templates/main/components/dv/main.register/main/style.min.css?1756207080442 */
