#page_language, #lang_sname{
	display: none;
}

.header .header-top__line .header-top__line-buttons-nav .header-top__search {
    display: -webkit-inline-box;
    vertical-align: middle;
}

.header .header-top__line .header-top__line-buttons-nav .header-top__search {
    display: -webkit-inline-box;
    vertical-align: middle;
}

.news-banner {
  height: 250px;
  background-image: url("../img/new_banner.jpg")!important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; 
}

.search-banner {
  height: 250px;
  background-image: url("../img/search.jpg")!important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; 
}
.sport-banner {
  height: 250px;
  background-image: url("../img/new_banner.jpg")!important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; 
}

.goods-banner {
  height: 250px;
  background-image: url("../img/goods_banner.jpg")!important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; 
}

h1{
    font-size: 23px;
    font-family: "FuturaPTHeavy", sans-serif;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 40px;
}

h1.article-text {
    width: 80%;
    font-size: 22px;
    font-family: "FuturaPTHeavy", sans-serif;
    color: #525252!important;
    text-transform: initial;
}

ol.wrapper.breadcrumb.bread-style{
  float: left;
}

ol.wrapper.breadcrumb.bread-style > li{
  display: inline;
}

.g_screen .g_banner-text h1 {
  color: white !important;
}

.menu-scroll #sandwich {
  height: 20px;
}

.sandwich-v {
  top: 1px;
}

.download i {
  font-size: 23px;
}

.new-cat-item {
  margin-bottom: 25px;
}

.header-menu_line {
  position: initial;
}

.partners .partners__slider {
  margin: 55px 20px 0 20px;
}

.button_1-left {
  left: 15px;
}

.button_1-right {
  right: 15px;
}

.button_1 {
  bottom: 35%;
}

.info .info_elements p {
  margin-top: 15px;
}

.clients_logo-block-items {
  margin-left: 20px;
  margin-right: 20px;
}

.padding-p {
  padding-left: 50px;
}

.slider-bitton_right {
  bottom: 9%;
}

.bread-style li span {
  font-size: 16px !important;
  font-family: "FuturaPTMedium", sans-serif !important;
  color: #222;
}

.br .bread-style a span {
  font-size: 16px !important;
  font-family: "FuturaPTBook", sans-serif !important;
  color: #525252;
}

.clients_logo-block-item {
  width: 15%;
  display: inline-block;
  vertical-align: top;
}

/*.hover-menu_1 i {
  margin-right: 1%;
}*/

.hover-menu_1 i, .hover-menu_2 i {
  margin-right: 3px !important;
}

.container_l {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 968px) {
  .clients_logo-block-item {
    width: 19%;
  }
}

@media only screen and (max-width: 768px) {
  .clients_logo-block-item {
    width: 33%;
  }
  .partners__slider-item {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 565px) {
  .clients_logo-block-item {
    width: 45%;
  }
}

@media only screen and (max-width: 480px) {
  .clients_logo-block-item {
    width: 99%;
    /*margin: 0;*/
  }
  .clients_logo-block-items {
    margin: 0;
  }
}

.clients-info {
  background-size: cover;
}

.header-menu_line:after {
  margin-bottom: 2px;
}

.new-item_text-link {
  margin-left: 17%;
}

.goods_el-img-hover {
  top: 0;
}

.goods_el-img-color {
  opacity: 0;
  transition: all .65s;
}

.button {
  top: -100%;
  opacity: 0;
  transition: all .5s;
}

.goods_el:hover .button {
  top: 50%;
  display: block;
  transition: all .5s;
  opacity: 1;
}

.goods_el:hover .goods_el-img-color {
  transition: all .65s;
  opacity: .35;
}

.goods_el-img img {
  transition: all .65s;
  transition: transform 1s;
  height: 230px;
}

.goods_el:hover .goods_el-img img {
  transition: transform 1s;
  transform: scale3d(1.1,1.1,1);
}

.slider-img .owl-stage-outer .owl-stage .current .slider-img-nav-item:before, .slider-img-nav .owl-stage-outer .owl-stage .current .slider-img-nav-item:before {
  border: 2px solid #b7b7b7;
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
}
.activ-lang {
  font-size: 12px !important;
  font-family: "FuturaPTBold" !important;
  color: rgb(254, 254, 254) !important;
  font-weight: bold;
  text-transform: uppercase !important;
}

.b_top i:before {
  font-family: "font-awesome-4.7.0";
}

.button_top {
  position: fixed;
  bottom: 15px;
  z-index: 999999999999999;
  right: 15px;
}

.button_top {
  position: fixed;
  bottom: 15px;
  z-index: -999999999999999;
  right: 15px;
  opacity: 0;
  transition: all .25s;
}

.button_top-active{
  opacity: 1;
  transition: all .25s;
  z-index: 999999999999999;
}

.b_top {
  height: 30px;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.46);
  display: block;
  border-radius: 50px;
  text-decoration: none;
  transition: all .5s;
}

.b_top:hover {
  -webkit-box-shadow: 0px 0px 21px -2px rgba(7, 11, 42,0.75);
  -moz-box-shadow: 0px 0px 21px -2px rgba(7, 11, 42,0.75);
  box-shadow: 0px 0px 21px -2px rgba(7, 11, 42,0.75);
  opacity: .65
}

.b_top i {
  text-align: center;
  display: block;
  transform: translateY(-50%);
  top: 45%;
  position: relative;
  font-size: 25px;
  color: #fff;
}
.active-order-price {
  color: #D2322D !important;
}
.active-order-price i {
  border: 1px solid #D2322D !important;
}

.partners .partners__slider .partners__slider-item {
  margin-bottom: 30px;
}
.menu-items {
    text-align: left;
}
.hidepc {
  display: none;
}
@media only screen and (max-width: 768px) {

  .goods_item-35_active {
      display: block;
  }
}
.goods_el-img img {
  height: auto !important;
  max-height: 230px !important;
}
.left_col {
  width: 50%;
  float: left;
}
.right_col {
  width: 50%;
  float: right;
}
/* For modern browsers */
.clearfix:before,
.clearfix:after {
   content: "";
   display: table;
}
.clearfix:after {
   clear: both;
}
 
/* для IE6-7 */
.clearfix {
   zoom: 1;
}
.p_article-header-text h1 {
    margin-bottom: 0 !important;
}

/*////07.08.2017 Дмитрий////*/
.category__item:hover img {
  -webkit-transform: scale3d(1.2,1.2,2) !important;
  transform: scale3d(1.2,1.2,2) !important;
}

.img-rotate {
  position: relative;
}

.img-rotate:before {
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.40);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
  opacity: 0;
  transition: all .70s;
}

.category__item:hover .img-rotate:before {
  opacity: 1;
  transition: all .70s;
}

.category__item_q:hover img {
  transform: none !important;
}

.category__item .category__block .text-c {
  z-index: 9;
}

.info_articles p {
    font-size: 18px;
    font-family: "FuturaPTBook", sans-serif;
    color: #525252;
    line-height: 1.111;
}

.header .header-top__line .header-top__line-buttons-nav .header-top__line-buttons-nav-link a {
  font-family: "FuturaPTBook", sans-serif;
}
.cat-list {margin: 0 !important;}
.cat-list .cat-item {margin: 5px 0;padding: 0;}
.cats-page .category__item_l, .cats-page .category__item_u, 
.cats-page .category__item_g, .cats-page .category__item_r, 
.cats-page .category__item_t {
    height: auto;
  }
@media only screen and (max-width: 768px) {
  .cat-list .cat-item {
      width: 65%;
      display: block;
      margin: 5px auto;
      /*margin-bottom: 10px;*/
  }
}
@media only screen and (max-width: 480px) {
  .cat-list .cat-item {
      width: 100%;
  }
}

.category__items-text {top:0;}
.gallery-col-sm-3 {
  width: 24% !important;
  padding: 10px 5px !important;
  float: left;
}
.gallery-col-sm-3 img {
  max-width: 100%;
}
.banner-text h1 {
    font-size: 50px;
    font-family: "FuturaPTExtraBold", sans-serif;
    color: white;
    font-weight: bold;
    text-align: center;
}