header .container {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1540px;
  width: 100%;
  position: relative;
}

.header{
  display: none;
}

@font-face {
  font-family: "Involve";
  font-weight: 400;
  src: url("../img/newheader/assets/fonts/involve/Involve-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Involve";
  font-weight: 700;
  src: url("../img/newheader/assets/fonts/involve/Involve-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Involve";
  font-weight: 600;
  src: url("../img/newheader/assets/fonts/involve/Involve-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Involve";
  font-weight: 300;
  src: url("../img/newheader/assets/fonts/involve/Involve-Semilight.ttf") format("truetype");
}
header * {
  font-family: "Involve";
  box-sizing: border-box;
}
header{
  position: relative;
  z-index: 999;
  background: #ffffff;
}
@media screen and (max-width: 999px) {
  header{
    position: sticky;
    top: 0;
  }
  .b24-widget-button-position-bottom-right{
    bottom: 100px!important;
    right: 20px!important;
  }
}
@keyframes swipeHeader{
  from {
    top: -100px;
  }
  to {
    top: 0px;
  }
}
header.header-slick{
  position: sticky;
  top: 0;
  animation:  .1s linear swipeHeader;
}
header.header-slick .gray-line{
  display: none;
}
div.header{
  position: relative!important;
}
@media (max-width: 999px){
  .header-catalog-menu{
    display: none;
  }
  .header__catalog{
    display: inline-block!important;
  }
}
.header-catalog-menu:after{
  left: 0;
}
.header-catalog-menu__content{
  top: 70px!important;
}
.js-city-select-toggler{
  color: initial;
}
.js-city-select-toggler:hover{
  color: #EC6807!important;
}
.js-city-select-toggler:after{
  display: none!important;
}
header .gray-line {
  background-color: #F6F6F6;
  padding: 12px 40px;
}
@media screen and (max-width: 1439px) {
  header .gray-line {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 999px) {
  header .gray-line {
    display: none;
  }
}
header .gray-line > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .gray-line * {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media screen and (max-width: 1439px) {
  header .gray-line * {
    font-size: 12px;
  }
}
header .gray-line .left-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1439px) {
  header .gray-line .left-side {
    gap: 6px;
  }
}
header .gray-line .left-side .location-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: #898989;
  cursor: pointer;
}
header .gray-line .left-side .location-btn:hover {
  color: #EC6807;
}
header .gray-line .left-side .location-btn:hover img, header .gray-line .left-side .location-btn:hover .location-btn__text::after {
  filter: invert(65%) sepia(83%) saturate(5734%) hue-rotate(5deg) brightness(100%) contrast(94%);
}
header .gray-line .left-side .location-btn__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .gray-line .left-side .location-btn__text::after {
  content: url("../img/newheader/assets/icons/caret.svg?v1");
  position: relative;
  top: 2px;
}
.city-list ul > li.active::before{
  display: none!important;
}
header .dd-content, header .location.active, header .lk.active {
  background: #FFFFFF;
}

header .dd-content {
  position: fixed;
  overflow-x: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  overflow-y: auto;
  z-index: 99;
}

header .location .fade-content, header .location .fade-content-scrolled {
  position: relative;
}

.location.active .select-city-new .close-btn{
  background: url("../img/newheader/assets/icons/btn-close.svg");
  height: 36px;
  width: 36px;
}
.location.active .select-city-new__title{
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
}
.location.active .select-city-new__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 999px){
  .location.active .select-city-new__title{
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
  }
  .location.active .select-city-new .close-btn{
    position: relative;
    bottom: 0;
    right: 0;
  }
  .countrys-content-item{
    column-count: 2;
    column-gap: 32px;
  }
}
header .dd-content.select-city-new .radio-row{
  margin-top: 30px;
}
header .dd-content.select-city-new .radio-row .radio{
  margin-right: 12px;
}
header .dd-content.select-city-new .radio-row .radio input ~ label{
  transition: all .2s;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  gap: 6px;
  border-radius: 100px;
  font-family: Involve;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
}
header .dd-content.select-city-new .radio-row .radio input ~ label > span{
  background-color: transparent;
  border: 0px;
  margin-right: 0px;
}
header .dd-content.select-city-new .radio-row .radio input ~ label > span::after{
  content: '';
  border: 0px;
  width: 16px;
  height: 16px;
  background-size: contain;
  transform: none;
  opacity: 1!important;
}
header .dd-content.select-city-new .radio-row .radio input:checked ~ label, header .dd-content.select-city-new .radio-row .radio input ~ label:hover, header .dd-content.select-city-new .radio-row .radio input ~ label:active{
  background: #F6F6F6;
  border-color: transparent;
}
header .dd-content.select-city-new .radio-row .radio input ~ label[for="country16"] > span::after, header .dd-content.select-city-new .radio-row .radio input ~ label[for="countrys-16"] > span::after{
  content: url("../img/newheader/assets/flags/ru.png");
}
header .dd-content.select-city-new .radio-row .radio input ~ label[for="country1861"] > span::after, header .dd-content.select-city-new .radio-row .radio input ~ label[for="countrys-1861"] > span::after{
  content: url("../img/newheader/assets/flags/by.png");
}
header .dd-content.select-city-new .radio-row .radio input ~ label[for="country17"] > span::after, header .dd-content.select-city-new .radio-row .radio input ~ label[for="countrys-17"] > span::after{
  content: url("../img/newheader/assets/flags/kz.png");
}
header .dd-content.select-city-new .search-input__wrapper{
  position: relative;
  max-width: 50%;
  display: flex;
  align-items: center;
  height: auto;
  margin: 14px 0 42px 0;
}
header .dd-content.select-city-new .search-input__wrapper::after{
  content: '';
  background: url("../img/newheader/assets/icons/search.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
  opacity: .4;
  position: absolute;
  right: 10px;
}
@media (max-width: 999px){
  header .dd-content.select-city-new .search-input__wrapper{
    max-width: 100%;
    width: 100%;
  }
  header .dd-content.select-city-new .fade-content::after{
    display: none;
  }
}
header .dd-content.select-city-new .city-list ul > li:hover,   header .dd-content.select-city-new .city-list ul > li:active,  header .dd-content.select-city-new .city-list ul > li.active{
  color:#EC6807;
}
@media (min-width: 1000px){
  header .dd-content.select-city-new{
    padding: 20px 30px;
  }
  header .dd-content.select-city-new .js-city-select-form{
    margin-bottom: 0;
  }
  header .dd-content.select-city-new .js-city-input{
    width: 100%;
    max-width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 100px;
    padding: 10px 16px 10px 24px;
    background-color: inherit;
  }
  header .dd-content.select-city-new .city-list ul > li{
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 10px;
  }
  header .dd-content.select-city-new .fade-content{
    height: auto;
  }
  header .dd-content.select-city-new .fade-content::after{
    display: none;
  }
}
header .gray-line .left-side .phone-href {
  color: #898989;
  text-decoration: none;
}
header .gray-line .left-side .phone-href:hover {
  color: #EC6807;
}
header .gray-line .right-side {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  header .gray-line .right-side {
    gap: 12px;
  }
}
header .gray-line .right-side a {
  display: flex;
  color: #898989;
  text-decoration: none;
}
header .gray-line .right-side a:hover {
  color: #EC6807;
}
header .gray-line .right-side a img {
  opacity: 0.5;
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 1439px) {
  header .gray-line .right-side a img {
    height: 16px;
    width: 16px;
  }
}
header .gray-line .right-side a img:hover {
  opacity: 1;
}
header .sub-header {
  display: flex;
  justify-content: space-between;
  padding: 12.5px 40px;
}
@media screen and (max-width: 1439px) {
  header .sub-header {
    padding: 15px;
  }
}
header .sub-header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .sub-header .left-side {
  display: none;
}
@media screen and (max-width: 999px) {
  header .sub-header .left-side {
    display: flex;
    align-items: baseline;
    gap: 20px;
  }
}
header .sub-header .center-side {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  max-width: 764px;
  width: 100%;
}
@media screen and (max-width: 1799px) {
  header .sub-header .center-side {
    max-width: 696px;
  }
}
@media screen and (max-width: 1439px) {
  header .sub-header .center-side {
    max-width: 433px;
  }
}
header .sub-header .center-side .search-block__close-btn-mobile, header .sub-header .center-side .btn-search-trigger {
  display: none;
}
@media screen and (max-width: 999px) {
  header .sub-header .center-side {
    display: none;
  }
  header .sub-header .center-side .header-search-form{
    height: 40px;
  }
  header .sub-header .center-side.show-mobile .search-block__close-btn-mobile{
    display: flex;
  }
  header .sub-header .center-side.show-mobile{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99;
    left: 0;
    top: 0;
  }
  header .sub-header .center-side .header-search-form button{
    display: none;
  }
  div.title-search-result{
    position: fixed !important;
    z-index: 9999!important;
    top: 70px!important;
    width: calc(100% - 40px)!important;
    max-height: 75vh;
    overflow-y: auto!important;
  }
  header .sub-header .center-side.show-mobile .search-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 16px 20px 0 20px;
  }
  header .sub-header .center-side.show-mobile .btn-search-trigger{
    display: block;
    width: 100%;
    padding: 24px 0;
    color: #ffffff;
    background: #EC6807;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
  }
}
header .sub-header .center-side .catalog-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EC6807;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 500;
  padding: 11px 18px 11px 16px;
  gap: 6px;
  cursor: pointer;
}
header .sub-header .center-side .catalog-btn:hover {
  background-color: #D65C03;
}
header .sub-header .center-side .catalog-btn::before {
  content: url("../img/newheader/assets/icons/catalog.svg");
  position: relative;
  top: 2px;
}
header .sub-header .center-side .header-search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 100px;
  padding: 10px 16px 10px 24px;
}
header .sub-header .center-side .header-search-form input {
  max-width: 631px;
  width: 100%;
  height: 100%;
  outline: none;
  box-shadow: none;
  border: 0px;
  color: #333333;
}
header .sub-header .center-side .header-search-form input::-moz-placeholder {
  color: #898989;
}
header .sub-header .center-side .header-search-form input::placeholder {
  color: #898989;
}
header .sub-header .center-side .header-search-form button {
  background-image: url("../img/newheader/assets/icons/search.svg");
  filter: invert(65%) sepia(83%) saturate(5734%) hue-rotate(5deg) brightness(100%) contrast(94%);
  background-color: transparent;
  border: 0px;
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
header .sub-header .center-side .search-block{
  width: 100%;
}
header .sub-header .right-side {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 999px) {
  header .sub-header .right-side {
    gap: 20px;
  }
}
header .sub-header .right-side .ico-btn {
  position: relative;
  padding: 4px;
  cursor: pointer;
  stroke: #000000;
  height: 32px;
  width: 32px;
  transition: all .2s;
}
@media screen and (max-width: 999px) {
  header .sub-header .right-side .ico-btn{
    padding: 0;
    height: 24px;
    width: 24px;
  }
  header .sub-header .right-side #bx_basketFKauiI.ico-btn{
    display: none;
  }
}
header .sub-header .right-side .ico-phone, header .sub-header .right-side .ico-mail{
  max-height: 32px;
}
@media (max-width: 999px){
  header .sub-header .right-side .ico-btn:hover, header .sub-header .right-side .ico-btn:focus, header .sub-header .right-side .ico-btn:active {
    stroke: #EC6807;
  }
}
header .sub-header .right-side .ico-btn.favorite-btn {
  background-image: url("../img/newheader/assets/icons/Heart_01.svg");
	background-position: center;
	background-repeat: no-repeat;
}
header .sub-header .right-side .ico-btn.cart-btn {
  background-image: url("../img/newheader/assets/icons/Shopping_Cart_02.svg");
  width: 24px;
  height: 24px;
}
header .sub-header .right-side .ico-btn.compare-btn {
  background-image: url("../img/newheader/assets/icons/comparison.svg");
  width: 24px;
  height: 24px;
}
header .sub-header .right-side .ico-btn.compare-btn .count, header .sub-header .right-side .ico-btn.cart-btn .count, header .sub-header .right-side .ico-btn.favorite-btn .count{
  width: 14px;
  height: 14px;
  background: #EC6807;
  color: #ffffff;
  font-weight: 600;
  font-size: 8px;
  line-height: 130%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0px;
}
header .sub-header .right-side .ico-btn.favorite-btn .count {
	top: 4px;
	right: 0;
}
header .sub-header .right-side .ico-btn.profile-btn {
  padding: 0;
  margin-left: 8px;
  filter: none;
  height: auto;
  width: auto;
}
header .sub-header .right-side .ico-btn.profile-btn .lk a{
  content: url("../img/newheader/assets/icons/profile.svg");
  font-size: 0px;
}
header .sub-header .right-side .ico-btn.profile-btn .lk a#lk-on{
  content: url("../img/newheader/assets/icons/profile-active.svg");
}
@media screen and (max-width: 999px) {
  header .sub-header .right-side .ico-btn.favorite-btn, header .sub-header .right-side .ico-btn.cart-btn, header .sub-header .right-side .ico-btn.compare-btn, header .sub-header .right-side .ico-btn.profile-btn {
    display: none;
  }
}
.top-mobile-menu{
  z-index: -99;
  transition: all .2s;
  opacity: 0;
  position: absolute;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 20px 0 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-mobile-menu.show{
  position: fixed;
  z-index: 99;
  opacity: 1;
}
.top-mobile-menu-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.top-mobile-menu-header__btn-close:active{
  filter: invert(65%) sepia(83%) saturate(5734%) hue-rotate(5deg) brightness(100%) contrast(94%);
}
.top-mobile-menu-header .title{
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
}
.top-mobile-menu-list{
  display: flex;
  flex-direction: column;
}
.top-mobile-menu-list .ui-accordion-header-icon{
  display: none;
}
.top-mobile-menu-list .item, .top-mobile-menu-list .h3{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  padding: 14.5px 12px;
  border: 0px;
  color: #000000;
}
.top-mobile-menu-list a.item:focus, .top-mobile-menu-list a.item:active, .top-mobile-menu-list .h3:focus, .top-mobile-menu-list .h3:active, .top-mobile-menu-list .item.selected, .top-mobile-menu-list .h3.ui-state-active, .top-mobile-menu-list .h3.selected, .top-mobile-menu-list .items a.selected{
  color: #000000;
  background-color: #F8F8F8;
}
.top-mobile-menu-list .item::after, .top-mobile-menu-list .h3::after{
  content: url("../img/newheader/assets/icons/arrow-right.svg");
  width: 7px;
  height: 14px;
  transition: all .3s;
}
.top-mobile-menu-list .items a::after{
  content: '';
  background-image: url("../img/newheader/assets/icons/arrow-right.svg");
  background-size: cover;
  width: 4px;
  height: 8px;
}
.top-mobile-menu-list .item:focus::after, .top-mobile-menu-list .item:active::after, .top-mobile-menu-list .item.selected::after, .top-mobile-menu-list .h3.ui-state-active::after, .top-mobile-menu-list .h3:focus::after, .top-mobile-menu-list .h3:active::after, .top-mobile-menu-list .h3.selected::after, .top-mobile-menu-list .items a:focus::after, .top-mobile-menu-list .items a:active::after, .top-mobile-menu-list .items a.selected::after{
  filter: invert(65%) sepia(83%) saturate(5734%) hue-rotate(5deg) brightness(100%) contrast(94%);
}
.h3.ui-state-active::after{
  transform: rotate(90deg);
}
.top-mobile-menu-list .ui-accordion-content, .top-mobile-menu-list .ui-state-default{
  background: #ffffff;
  margin: 0;
}
.top-mobile-menu-list .items{
  padding: 0;
}
.top-mobile-menu-list .items a{
  color: #898989;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  padding: 10px 15px 10px 30px;
}
header .header__catalog{
  height: 0px;
  margin-bottom: 0;
}
.top-mobile-menu-footer{
  margin-top: 58px;
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  background: #F6F6F6;
}
.top-mobile-menu-footer .h5{
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 12px;
}
.top-mobile-menu-footer .socials-icons{
  margin-bottom: 24px;
}
.top-mobile-menu-footer .socials-icons a img{
  width: 24px;
  height: 24px;
}
.top-mobile-menu-footer .contacts-icons{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.top-mobile-menu-footer .contacts-icons a{
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  gap: 12px;
}
.top-mobile-menu-footer .sub-footer{
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.top-mobile-menu-footer .sub-footer a{
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-decoration: underline;
  opacity: .6;
}
.select-city-label{
  display: none;
}
.top-mobile-menu-footer .select-city-label{
  display: block;
  font-size: 16px;
}
.top-mobile-menu-footer .location{
  display: block;
  opacity: 1;
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  visibility: visible;
}
.top-mobile-menu-footer .location .dropdown-click{
  display: flex;
  margin: 0 0px;
  gap: 8px;
  margin-bottom: 24px;
}
.top-mobile-menu-footer .js-city-select-toggler{
  background: inherit;
  justify-content: start;
  padding: 0;
  height: auto;
  text-decoration: underline;
}
.top-mobile-menu-footer .js-city-select-toggler > img{
  display: none;
}
.tab-bar {
  box-sizing: border-box;
  position: fixed;
  display: none;
  z-index: 998;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 12px 15px;
  background: #ffffff;
}
.tab-bar .tab-item {
  position: relative;
  font-weight: 400;
  font-size: 8px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.tab-bar .tab-item img{
  height: 24px;
}
.tab-bar a.selected img{
  filter: invert(65%) sepia(83%) saturate(5734%) hue-rotate(5deg) brightness(100%) contrast(94%);
}
.tab-bar .tab-item > a{
  display: flex;
  flex-direction: column;
}
.tab-bar .tab-item .count{
  width: 12px;
    height: 12px;
    background: #EC6807;
    color: #ffffff;
    font-weight: 600;
    font-size: 6px;
    line-height: 130%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0px;
}
@media screen and (max-width: 999px) {
  .tab-bar{
    display: flex;
  }
}