/* какие-то inline-стили */
.fix_h1 .h0 {
  display:none !important;
}

/* Новый шаблон */
#topHeader2.color_theme {
  background: #fff;
}
#topHeader2.color_black #topMenu li a:not(:hover):not(.selected),
#topHeader2.color_theme #topMenu li a:not(:hover):not(.selected) {
  color: #000;
}
#topHeader2.color_theme #topMenu li .selected {
  color: #666;
}
#topHeader2.color_theme #topMenu li a:hover {
  color: #666;
}

#subHeader2 .subTableColumn:first-child {
  width: auto;
}
#subHeader2 .subTableColumn:nth-child(2) {
  width: 60%;
}
#subHeader2 .subContainer {
  display: flex;
  justify-content: space-around;
}
#subHeader2 #topHeading {
  display: none;
}
#subHeader2 #logo {
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
  padding: 10px;
  position: relative;
  max-width: 100%;
  min-width: 510px;
  width: 510px;
}
#subHeader2 #logo .logo-date {
  height: 81px;
  left: 0;
  margin: -30px 0 0 -90px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 81px;
}
#topHeader2.color_theme .user-geo-position-label,
#topHeader2.color_theme .user-geo-position-value,
#topHeader2.color_theme .user-geo-position-value-link {
  color: #000;
}
#topHeader2.color_black #topService li a:not(:hover):not(.selected),
#topHeader2.color_theme #topService li a:not(:hover):not(.selected) {
  color: #000;
}
#topHeader2.color_theme #topService li a:hover {
  color: #000;
}
.btn {
  background-color: #5acde5;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  padding: 0 20px;
}

@media (max-width: 1500px) {
  #subHeader2 #logo {
    margin-left: 0;
    min-width: 300px;
    padding: 0;
  }
  #subHeader2 .subTableColumn:last-child {
    width: 200px;
  }
  #subHeader2 #logo .logo-date {
    left: 10%;
    margin: 0;
  }
}

@media (max-width: 1150px) {
  #subHeader2 {
    height: auto;
  }
  #subHeader2 .subTable {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #subHeader2 .subTableColumn:first-child {
    width: 35%;
  }
  #subHeader2 .subTableColumn:nth-child(2) {
    position: static;
    width: 100%;
  }
  #subHeader2 .subTableColumn:last-child {
    align-self: flex-end;
    margin-top: 20px;
    width: auto;
  }
}

@media (max-width: 768px) {
  #subHeader2 .subContainer {
    flex-direction: column;
  }
  #subHeader2 #topCallback {
    text-align: right;
  }
}

@media (max-width: 680px) {
  #subHeader2 .subTableColumn:first-child {
    display: none;
  }
  #subHeader2 .subTableColumn:nth-child(2) {
    width: 100%;
  }
}

@media (max-width: 560px) {
  #subHeader2 #logo {
    margin-top: 20px;
  }
  #subHeader2 .topWishlist, #subHeader2 .topCompare {
    position: relative;
    z-index: 100;
  }
  #subHeader2 .subTableColumn:last-child {
    top: 10px;
    z-index: 100;
  }
  #subHeader2 .subTableColumn:nth-child(2) {
    padding-right: 0;
    width: 100%;
  }
}

/* скрыть цены */
/* #elementTools .mobilePriceContainer {
  display: none;
}
#appFastView .price {
  display: none !important;
}
#fastBuyPrice {
  display: none !important;
}
#appBasket .price,
#appBasket .sum {
  display: none !important;
}
#personalCart .productTable .price {
  display: none;
}
#catalogLineList .price {
  display: none !important;
}
#catalogTableList .price {
  display: none !important;
}
#flushTopCart .cartPrice {
  display: none;
}
#personalCart .orderLine .label:not(.hd),
#personalCart .orderLine .price:not(.hd) {
  display: none;
}
#bx-soa-total {
  display: none;
}
.bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td:last-child {
  display: none;
}
*/
