@-webkit-keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-o-keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes outerRotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-moz-keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-o-keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes outerRotate2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes textColour {
  0% {
    color: #fff;
  }
  100% {
    color: #3BB2D0;
  }
}
@-moz-keyframes textColour {
  0% {
    color: #fff;
  }
  100% {
    color: #3BB2D0;
  }
}
@-o-keyframes textColour {
  0% {
    color: #fff;
  }
  100% {
    color: #3BB2D0;
  }
}
@keyframes textColour {
  0% {
    color: #fff;
  }
  100% {
    color: #3BB2D0;
  }
}

body{opacity:1;}

#footer{overflow:hidden;}
.e-loadholder {
  position: fixed;
  top: 50%;
  z-index:999999;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 240px;
  height: 240px;
  border: 5px solid #1B5F70;
  border-radius: 120px;
  box-sizing: border-box;
}
.e-loadholder:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  background: #fff;
  transform-origin: center;
  z-index: 0;
}
.e-loadholder:after {
  width: 100px;
  height: 200%;
  -webkit-animation: outerRotate2 30s infinite linear;
  -moz-animation: outerRotate2 30s infinite linear;
  -o-animation: outerRotate2 30s infinite linear;
  animation: outerRotate2 30s infinite linear;
}
.e-loadholder .m-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 200px;
  height: 200px;
  color: #888;
  text-align: center;
  border: 5px solid #2a93ae;
  border-radius: 100px;
  box-sizing: border-box;
  z-index: 20;
  text-transform: uppercase;
}
.e-loadholder .m-loader:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  background: #fff;
  transform-origin: center;
  z-index: -1;
}
.e-loadholder .m-loader:after {
  width: 100px;
  height: 106%;
  -webkit-animation: outerRotate1 15s infinite linear;
  -moz-animation: outerRotate1 15s infinite linear;
  -o-animation: outerRotate1 15s infinite linear;
  animation: outerRotate1 15s infinite linear;
}
.e-loadholder .m-loader .e-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  -webkit-animation: textColour 1s alternate linear infinite;
  -moz-animation: textColour 1s alternate linear infinite;
  -o-animation: textColour 1s alternate linear infinite;
  animation: textColour 1s alternate linear infinite;
  display: block;
  width: 140px;
  height: 140px;
  text-align: center;
  border: 5px solid #3bb2d0;
  border-radius: 70px;
  box-sizing: border-box;
  z-index: 20;
}
.e-loadholder .m-loader .e-text:before, .e-loadholder .m-loader .e-text:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  content: " ";
  display: block;
  background: #fff;
  transform-origin: center;
  z-index: -1;
}
.e-loadholder .m-loader .e-text:before {
  width: 110%;
  height: 40px;
  -webkit-animation: outerRotate2 3.5s infinite linear;
  -moz-animation: outerRotate2 3.5s infinite linear;
  -o-animation: outerRotate2 3.5s infinite linear;
  animation: outerRotate2 3.5s infinite linear;
}
.e-loadholder .m-loader .e-text:after {
  width: 40px;
  height: 110%;
  -webkit-animation: outerRotate1 8s infinite linear;
  -moz-animation: outerRotate1 8s infinite linear;
  -o-animation: outerRotate1 8s infinite linear;
  animation: outerRotate1 8s infinite linear;
}

#particleCanvas-White {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 100%;
  height: 50%;
  opacity: 0.1;
      z-index: 999999;
}

#particleCanvas-Blue {
	    z-index: 999999;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
  -moz-transform: translate(-51%, -50%);
  -ms-transform: translate(-51%, -50%);
  -o-transform: translate(-51%, -50%);
  transform: translate(-51%, -50%);
  width: 300px;
  height: 300px;
}
.all_loader {
    z-index: 999998;
    position: fixed;
    background-color: #fff;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.block_img_sl {
        float: left;
    width: 50px;

    padding: 1px;
    background-color: #f3f3f3;
    border: 4px solid #fbfcff;
}
.in-slider {
    width: 100%;


}
.for-slider {
    width: 96%;
    margin: 0px 0px 0px 5px;
    height: 100%;
}
.slider-block {
        padding: 0 0px;
    margin-bottom: -4px;
}
.block_img_sl img{max-width:100%; height:auto;}
.slider-block{position:relative;}
.to-left {
    cursor: pointer;
    position: absolute;
    left: 35px;
    top: -18px;
    transform: rotateZ(90deg);
    margin-top: 0;
    font-size: 19px;
    color: #6e7072;
}
.to-right {
   cursor: pointer;
    position: absolute;
    left: 35px;
    bottom: -16px;
    transform: rotateZ(90deg);
    margin-top: 0;
    font-size: 19px;
    color: #6e7072;
}

.search-pages li{display:inline-block;}
.tabs_modal_inner {
    display: none;
}
.tabs_modal_inner.active {
    display: block;
}

.tabs_blocks_modal>div {
    z-index: 222;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    width: 200px;
    color: #fff;
    text-align: center;
    background-color: #df671e;
    padding: 15px;
    font-size: 18px;
    border-radius: 5px 5px 0 0; cursor:pointer;
}
.tabs_blocks_modal>div.active{background-color:#fff;color:#000;cursor:default;}
.tabs_in_block_mdl {
    padding: 15px;
    background-color: #fff;
}
/*.fancybox-inner {
    overflow: visible !important;
}
.fancybox-opened .fancybox-skin {
    background: none;
    box-shadow: none;
}

body .fancybox-skin {
    background: none !important;
    box-shadow: none !important;
}*/
.product .product__inner figure.product__img-wrap {
    width: 89%;
    float: left;
    padding: 0;
}
.product .product__inner .slider-block {
    float: right;
    width: 11%;
    height: auto;
    position: absolute;
    right: 10px;
}
.product .product__inner .block_img_sl {
    float: none;
    width: 67px;
    padding: 1px;
    background-color: #f3f3f3;
    border: 4px solid #fbfcff;
}
#header {
    position: relative;
    padding-bottom: 0;
}
.header_block{display:flex;}
.header_block .header_left {
    float: none;
    margin-right: 6px;
    margin-top: 0;
}
.header_block .header_left .logo {
    display: block;
    width: 275px;
    height: 130px;
    padding: 20px;
    background: url(/local/templates/iswin_2017/css/../images/logo.png) no-repeat;
    text-indent: -9999px;
    background-position: 50%;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
}
.header_block .header_contacts {
    float: none;
    width: auto;
}
.header_block .header_region_tel {
float:none; width:auto;
}
.header_block .header_region_tel_it{float:none;}
.header_block .header_region_tel_it:nth-child(2){float:none;}
.header_block .header_right {
    width: 100%;
}
.header_block .header_c {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.header_block .header_right {
    width: 100%;

    padding-top: 6px;
}
.header_block .header_right_in_rop {
    padding-left: 35px;
}
.header_block .header_tel {
    font-size: 23px;
    line-height: 35px;
}
.header_block .header_tel,.header_block .header_tel2 {
    color: #0053a8;
    font-weight: 600;
}
.header_block .header_tel2 {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -.5px;
}
.header_block .order_online_btn {
    width: 174px;
    display: block;
    background: none;
    color: #d76e30;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    border: 1px solid;
    line-height: 38px;
}
.header_label, .header_contacts_link, .order_basket_btn, .search_form>input.search_input {
    font-size: 12px;
}
.header_block .order_online_btn:hover {
    background-color: #d76e30;
    color: #fff;
}
ul.menu_header_in_top {
    display: flex;
    justify-content: space-between;
}
ul.menu_header_in_top li {
    flex: 1;
    position: relative;
}
ul.menu_header_in_top>li>a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 32px;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}
.header_in_bottom {
    margin-top: 12px;
}
ul.menu_header_in_top li:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;     z-index: 999;
}
.header_catalog_block {
    display: flex;
    justify-content: space-between;
    align-items: center; position:relative; border-right: 1px solid #08347c;
}
ul.menu_for_catalog {
    display: none;
}
.fore_header_catalog {
    background-color: #0154a4;
    position: relative;
}
.fore_header_catalog:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #08347c;
}
.left_menu_catalog {
    position: relative;
    width: 275px;     border-left: 1px solid #08347c; border-right: 1px solid #08347c;
}
.left_menu_catalog:before{
    content: '';
    position: absolute;
    width: 1px;
    top: 0; left:-2px; height:100%;
    background-color: #2871ce;
    display: block;
}
.left_menu_catalog:after {
    content: '';
    position: absolute;
    width: 1px;
    right: -2px;
    height: 100%;
    top: 0;
    background-color: #2871ce;
    display: block;
}
.opent_catalog_menu_top {
    line-height: 52px;
    display: block;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    padding: 15px 10px;
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
}
.search_form {
    clear: both;
    padding-top: 0;
}
.search_form>input.search_input {
    width: 555px;
}
.search_btn {
    width: 90px;
    margin-left: 5px;
    background-color: #003777;
    border-radius: 0px;
}
.menu_catalog_basket .order_basket_btn {
    color: #fff;
    display: flex; position:relative;
    text-decoration: none;
    align-items: center;
    font-size: 12px;
}
.header_catalog_block:after {
    content: '';
    position: absolute;
    width: 1px;
    right: 0px;
    height: 100%;
    top: 0;
    background-color: #2871ce;
    display: block;
}
.menu_catalog_basket {
    padding-right: 15px;
    padding-left: 12px;
}
.opent_catalog_menu_top i.fa.fa-bars {
    line-height: 22px;
}
body .header_block a.order_online_btn {
    font-size: 14px;
    text-transform: uppercase;
    border-color: #d76e30;
    color: #d76e30;
    margin-bottom: 15px;
}
.top_catalog_menu{position:relative;}
.top_catalog_menu:hover ul {
    display: block;
    position: absolute;
    z-index: 2222;
    background-color: #fff;
    width: 100%;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
.top_catalog_menu>ul>li {
    position: relative;

    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}
.top_catalog_menu>ul>li>a{ padding: 15px; display:block;}
.top_catalog_menu li.has_submenu:after {
    content: " ";
    display: block;
    position: absolute;
    right: 7px;
    top: 50%;
    background: url(images/str.png) no-repeat;
    transform: rotateZ(-90deg);
    width: 12px;
    height: 8px;
    margin-top: -4px;
}
.top_catalog_menu>ul>li>a {
    padding: 15px;
    display: block;
    color: #343434;
    font-size: 15px;
    text-decoration: none;
}
.top_catalog_menu>ul>li.has_submenu:hover ul {
    position: absolute;
    display: block;
    left: 100%;
    width: auto;
    visibility: initial;
    opacity: 1;
    top: 0px;
    box-shadow: none;
    transform: initial;
    background: none;
    border: none;
    padding-left: 13px;
    border: 1px solid #ebebeb;
    margin-top: -12px;
}
.top_catalog_menu ul ul{transition:initial;left:100%;}
.top_catalog_menu>ul>li.has_submenu:hover ul li{border:none; background-color:#fff;}
.top_catalog_menu>ul>li.has_submenu:hover:before {
    width: 14px;
    height: 100%;
    z-index: 99999;
    position: absolute;
    background-color: #fff;
    left: 100%;
    content: " ";
    display: block;
}
.menu_for_catalog .submenu li:before {
    position: absolute;
    left: 18px;
    top: 15px;
    width: 8px;
    height: 7px;
    background: url(/local/templates/iswin_2017/images/str.png) no-repeat;
    background-size: 100%;
    transform: rotateZ(270deg);
}
.fore_header_catalog.nav_fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}
.top_catalog_menu > ul > li.has_submenu:hover:last-child ul {
  top: -100px;
}
.news_img img {
    width: 250px;
    border: 0;
    max-width: 100%;
    height: auto;
}
.ph_top_bott.product_media{
    max-height:180px; 
    height: 180px;
}
.product_media img{
    position: relative;
}
.ph_top_bott.product_media img {
    max-width: 200px;
    max-height: 180px;
    margin-bottom: 25px;
    height: auto;
    position: relative;
}
.fancybox-inner .product__inner .pr_not_fr_fancy {
    display: none;
}
.fancybox-inner .product__inner .pr_fr_fancy {
    width: 66.6666666%;
    display: flex;
    justify-content: space-between;
}
.fancybox-inner .product__inner figure.product__img-wrap {
    order: 2;
    width: 100%;
}
.fancybox-inner .product__inner .pr_fr_fancy .clear {
    display: none;
}
.fancybox-inner .block_img_sl{float:none;}

.filter_box_form_wr.power .filter_box_form {
    display: flex;
    flex-direction: row;
    max-height: 116px;
}
.filter_box_form_wr.power .filter_link {
    width: 14.28%;
}
.chars_tb tbody {
    overflow: visible;
    display: grid;
    flex-wrap: wrap;
    background: none;
    border: none;
    padding-right: 0px !important;
    grid-template-columns: repeat(auto-fill, 50%);
}
.chars_tb tbody tr {
    border-top: 1px solid #eee;
    display: flex;
}
table.chars_tb  tr td
{
  border:none;
  width:40%;
}
table.chars_tb  tr td:first-child{width:60%;}
.chars_tb tbody tr:nth-child(4n+3), .chars_tb tbody tr:nth-child(4n+4) {
    background: #fafafa;
}
.chars_tb tr:nth-child(odd) {
     background: none;
}
.chars_tb tr:last-child{ border-bottom:none !important;}
@media only screen and (max-width: 1200px)
{
	.search_form {
		clear: both;
		padding-top: 0;
		width: auto !important;
		position: static;
	}
	.order_basket_btn{right:auto; top:auto;}
	.search_form>input.search_input {
    width: 400px;
}
}

@media only screen and (max-width: 1024px)
{
.top_catalog_menu li.has_submenu span.more_mobile {
    content: " ";
    display: block;
    position: absolute;
    right: 3px;
    top: 8px;
    background: url(images/str.png) no-repeat;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    padding: 21px;
    background-position: 50%;
}
.top_catalog_menu li.has_submenu.active span.more_mobile{transform: rotateZ(-180deg);}
.top_catalog_menu li.has_submenu.active ul{display:block;}
.top_catalog_menu li.has_submenu.active>ul {
    display: block !important;
    position: static !important;
    border: none;
    visibility: visible;
    width: 100% !important;
    box-shadow: none !important;
    margin: 0 !important; transform: none !important;
}
.top_catalog_menu li.has_submenu .submenu > li > a {
    padding: 10px 15px;
    background-color: #f3f3f3;
    display: block;
}
.opent_catalog_menu_top i.fa.fa-bars {
    position: absolute;
    left: 15px;
}
.top_catalog_menu>ul>li.has_submenu:hover ul{margin:0px !important; position:static !important;}
.top_catalog_menu li.has_submenu>ul span.more_mobile{display:none;}
.top_catalog_menu li.has_submenu .submenu li {
    background: none;
    border: none;
    width: auto;
    padding: 0px;
}

.menu_for_catalog .submenu li:before{display:none;}
.toggle_menu_btn{display:block;}
.header_block .header_left .logo {
    background: url(/local/templates/iswin_2017/images/logo_mobile.svg)no-repeat;
    width: 70px;
    height: 65px;
    border: none;
    background-size: contain;
    background-position: center;
}
.header_block .header_right_in_rop {
    padding-left: 10px;
}
.header_region_tel.hh_btn {
    display: none;
}
nav#nav_new button.toggle_menu_btn span {
    font-size: 0px;
}
nav#nav_new button.toggle_menu_btn {
    position: absolute;
    right: 30px;
    top: -80px;
    background: none;
    width: auto;
}
nav#nav_new button.toggle_menu_btn i {
    color: #004ba0;

}
.header_in_bottom {
    margin-top: 0px;
    position: relative;
}
.header_in_bottom .menu_header_in_top {
    display: none;
    margin-left: -79px;
    border-left: 1px solid #d9d9d9;
}
ul.menu_header_in_top li:hover .submenu {
    display: none;
}
.header_contacts {
    padding-top: 7px;
}
.header_region_tel {
    display: none;
}
.menu_catalog_basket {
    padding-right: 0;
    padding-left: 0;
}
.order_basket_btn i {
    color: #0154a4;
    margin-right: 0px;
    background: none;
}
.order_basket_btn > span {
    display: none;
}
.order_basket_btn > span.show_mobile{display:block; color:#08347c}
.order_basket_btn > span.show_mobile span{padding-left:4px;font-size: 15px;}
.order_basket_btn > i{position:static; width:auto;}
.header_label{
    font-size: 16px;
    text-align: left;}
.menu_catalog_basket .order_basket_btn {
    position: absolute;
    background: none !important;
    top: -35px;
    right: 21px;
}
.header_catalog_block {
    position: static;
    flex-wrap: wrap;
    border: none;
}
.fore_header_catalog {
    background-color: transparent;
    position: static !important;
}
.left_menu_catalog {
    position: relative;
    width: 100%;
    order: 2;

    border: none;
}
.filter_link {float: none;}
.opent_catalog_menu_top{ background: #0154a4;}
.menu_catalog_search {
    order: 1;
    width: 100%;
}
.fore_header_catalog:before{display:none;}
.menu_catalog_basket {
    padding-right: 0;
    padding-left: 0;


    top: 0px;
}
.left_menu_catalog:before{display:none;}
.left_menu_catalog:after{display:none;}
.header_catalog_block:after{display:none;}
.search_btn {
    font-size: 0px;
    background-color: transparent !important;
    width: auto;
    position: absolute;
    right: 0px;
    top: 4px;
    margin-right: 0px !important;
}
.search_form>input.search_input {
    width: 100%;
}
.menu_catalog_search {
    position: relative;
}
body .search_form>input.search_input {
    width: 100%;
    height: 40px;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    padding: 0 15px;
}
.search_btn>i {
    font-size: 16px;
    line-height: 20px;
    padding-right: 8px;
    color: #064d8e;
}
.fore_header_catalog .container {
    position: relative;
}
.top_catalog_menu:hover ul{display:none;}
.top_catalog_menu.active>ul{display:block !important;}
.top_catalog_menu>ul>li {
    position: relative;
    border-bottom: none;
    border-left: none;
}
.top_catalog_menu>ul>li.has_submenu:hover ul
{
	display:none;
}
.top_catalog_menu.active ul ul{display:none;}
.top_catalog_menu>ul>li.has_submenu:hover:before{display:none;}
.top_catalog_menu li.has_submenu:after{display:none;}
ul.menu_header_in_top>li:last-child>a{border-bottom:1px solid #d9d9d9}
.top_catalog_menu:hover ul{box-shadow:none; border:none;}
.top_catalog_menu>ul>li>a {
    border: 1px solid #d9d9d9;
    border-bottom: none;
}
.top_catalog_menu>ul>li:last-child>a {
	 border-bottom: 1px solid #d9d9d9;
}
.top_catalog_menu:hover>ul {
    display: none;
    position: static;
}
.header_label{
    font-size: 16px;
}
.link_toggle:after{display:none;}
.toggle_menu_btn i {
    position: absolute;
    left: 9px;
    top: 14px;
}

}
@media only screen and (max-width: 768px)
{
body #title-search .search_form>input.search_input {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
}
nav#nav_new button.toggle_menu_btn {
    position: absolute;
    right: 0;
}
.nav.nav-top, .top-motofilter, .title-top-blue{
    display: none;
}
.toggle_menu_btn i {
    position: absolute;
    left: auto;
    right: 0px;
    top: 10px;
    transition: all 0.5s ease;
    border: 1px solid #c8c8c8;
    padding: 2px 8px;
}
.service-tab .set__list.plit_news-subcats{
    grid-template-columns: auto;
}
.jstf + .advantages_wrapp.row.row-flex{
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
}
.jstf + .advantages_wrapp.row.row-flex .col-md-3 {
    margin-bottom: 1rem;
}

.toggle_menu_btn.active .fa.fa-info {
    width: 18px;
    border:0;
    transition: all 0.5s ease;

    height: 18px;
    background: linear-gradient(to bottom right, transparent 47%, #a5a4a4 47%, #a5a4a4 53%, transparent 53%), linear-gradient(to bottom left, transparent 47%, #a5a4a4 47%, #a5a4a4 53%, transparent 53%);
}
.toggle_menu_btn.active .fa.fa-info:before {
    display: none;
}

.top_catalog_menu.cssmenu.active .fa.fa-bars {
    width: 18px;
    border: 0;
    top: 17px;
    transition: all 0.5s ease;
    height: 18px;
    background: linear-gradient(to bottom right, transparent 47%, #fff 47%, #fff 53%, transparent 53%), linear-gradient(to bottom left, transparent 47%, #fff 47%, #fff 53%, transparent 53%);
}
.top_catalog_menu.cssmenu.active .fa.fa-bars:before {
    display: none;
}


body #content {
    padding: 0;
}
.text_justify .row .col-md-6.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
.double_filter .filter_body {
    display: none!important;
}
.double_filter .filter_head.active + .filter_body {
    display: block!important;
}
.filter_title:before {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 12px;
    top: 14px;
}
.filter_head.active .filter_title:before {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 12px;
    top: 14px;
}
.news_post {
    padding: 17px 0 17px 0;
}
.moto-p img {
    height: auto;
    max-width: none;
}
.menu_catalog_basket .order_basket_btn {
    position: absolute;
    background: none !important;
    top: 53px;
    right: 10px;
}
.akb-product-headline {
    padding-right: 0;
    height: auto;
}
.product_description {
    padding-bottom: 20px;
}
.ph_top_bott.product_media img {
    margin-bottom: 0;
    margin-top: 10px;
}
.line_element .double_data_element_isp {
    margin-top: 15px;
}

.fore_header_catalog .container {
    position: static;
}
}

.spec_tttim.video iframe,
.spec_tttim.video video{
  display: none;
}
.spec_tttim.video{
  width: 57px;
  height: 38px
}
.spec_tttim.video .fa{
  font-size: 26px;
  text-align: center;
  margin: 0px auto;
  line-height: 38px;
  display: block;
  color: #0154a4;
  cursor: pointer;
}
.fancy_new .fa{
  display: none;
}
.fancy_new iframe{
  max-width: 100%;
}
ul.product-pages.product-pages-top.active>a{display:none;}

.rating_stars_data span {
    color: #ccc;
}
.rating_stars_data span.active {
    color: #fb8d3a;
}
.title_review {
    vertical-align: bottom;
    border: 1px solid #d9e1e3;
    display: inline-block;
    border-radius: 3px 3px 0 0;
    line-height: 31px;
    padding: 5px 0 5px 12px;
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    color: #3f3f3f;
    position: relative;
    font-size: 1.7rem;
    font-weight: 600;
}
.rating_name input {
    padding: 10px;
    width: 100%;
    border: 1px solid #c4d1e3;
    border-radius: 2px;
}
.rating_name{margin-right:15px;}
.form_review {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.double_rating {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.rating_comment{margin-bottom:15px;}
.rating_comment textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #c4d1e3;
    border-radius: 2px;
}
.rating_submit button{height: 38px;
    width: 127px;
    color: #fff;
    cursor: pointer;    background: #f3842f;
    border-radius: 6px;
    border: 1px solid #f3842f;
}
.element_product_review {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.name_review {
    margin-bottom: 10px;
    font-weight: 600;
}
.element_product_review .name_review_stars {
    margin-bottom: 10px;
}
.element_product_review:last-child{border-bottom:none;}
.filter.sticky {
    position: sticky;
    top: 70px;
}
.menu_for_catalog .filter_box_form_wr .filter_box_form {
    display: block !important;
    columns: 4;
}
.menu_for_catalog .filter_box_form_wr .filter_box_form .filter_link{float:none;}
.isp_filter_labels {
    height: 26px;
    margin: auto 10px auto;
    font-weight: 600;
}

@media only screen and (max-width: 767px){
.menu_for_catalog .filter_box_form_wr .filter_box_form {
    columns: 2;
}
}