.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px 0 20px;
  z-index: 502;
  background-color: #fff;
  border-bottom: 1.5px solid #000
}
.header__container {
  max-width: 1880px
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header__left {
  display: flex;
  align-items: center
}
.header__logo {
  width: 262px
}
.header__nav {
  margin-left: 16px;
  margin-right: 16px
}
.header__info {
  width: 192px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end
}
.header__search {
  background: rgba(255,255,255,.2);
  border-radius: 10px;
  padding: 0 0 0 10px
}
.header__search-icon {
  display: none
}
.header__search-icon svg {
  width: 14px;
  height: 14px;
  stroke: #090000
}
.header__search-label {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative
}
.header__search-label input {
  display: none;
  font-family: Onest,sans-serif;
  padding: 0 20px;
  font-size: 18px;
  line-height: 24px;
  color: #090000;
  flex: auto;
  background-color: #e5e5e5;
  border-radius: 50px;
  height: 40px;
  transition: .25s
}
.header__search-label input:focus::-moz-placeholder {
  opacity: 0
}
.header__search-label input:focus::placeholder {
  opacity: 0
}
.header__search-glass {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-radius: 50%;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.header__search-glass:hover {
  background-color: #6ba442;
  border-color: #6ba442
}
.header__search-glass:hover svg {
  stroke: #fff
}
.header__search-glass svg {
  width: 40px;
  height: 40px;
  stroke: #090000;
  padding: 11px
}
.header__search-wrap {
  width: 100%;
  margin-right: 10px;
  transition: .35s
}
.header__search-button {
  display: none;
  position: absolute;
  top: 0;
  right: 40px;
  width: 142px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  align-items: center;
  justify-content: center;
  padding: 8px 37px;
  border-radius: 40px;
  background-color: #507541;
  transition: .25s
}
.header__search-close {
  display: none;
  position: absolute;
  top: 8px;
  right: 188px;
  width: 24px;
  height: 24px;
  transition: .25s
}
.header__search-close svg {
  width: 24px;
  height: 24px
}
.header.show-search .nav {
  display: none
}
.header.show-search .header__info {
  width: 100%;
  flex-shrink: 1
}
.header.show-search .header__search input {
  display: block;
  transition: .25s
}
.header.show-search .header__search-glass {
  background-color: #507541
}
.header.show-search .header__search-glass svg {
  stroke: #fff
}
.header.show-search .header__search-button {
  display: flex;
  transition: .25s
}
.header.show-search .header__search-close {
  display: block;
  transition: .25s
}
.header__cart {
  border: 1px solid #090000;
  border-radius: 50%;
  Background-color: #f9f9f9;
  width: 40px;
  height: 40px;
  position: relative
}
.header__cart::after {
  position: absolute;
  content: '';
  top: 0;
  right: -24px;
  width: 1px;
  height: 40px;
  background-color: #090000
}
.header__cart:hover {
  border-color: #6ba442
}
.header__cart-icon {
  width: 40px;
  height: 40px;
  position: relative
}
.header__cart-icon svg {
  width: 40px;
  height: 40px;
  fill: #090000;
  padding: 10px
}
.header__cart-icon span {
  position: absolute;
  content: '';
  right: 2px;
  bottom: 4px;
  color: #fff;
  background-color: #090000;
  font-size: 13px;
  line-height: 100%;
  font-weight: 700;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3px;
  width: auto;
  height: 100%
}
.header__cart-icon:hover svg {
  fill: #6ba442
}
.header__cart-icon:hover span {
  background-color: #6ba442
}
.header__vk {
  margin-left: 48px;
  width: 40px;
  height: 40px
}
.header__vk svg {
  width: 40px;
  height: 40px;
  fill: #090000
}
.header__vk.mobile {
  display: none
}
.header__vk:hover svg {
  fill: #6ba442
}
@media (max-width:1380px) {
  .header__logo {
    width: 200px
  }
  .header__info {
    width: 174px
  }
  .header__search-label input {
    height: 32px
  }
  .header__search-glass {
    width: 32px;
    height: 32px
  }
  .header__search-glass svg {
    width: 32px;
    height: 32px;
    padding: 6px
  }
  .header__search-button {
    right: 32px;
    padding: 5px 30px;
    width: 120px;
    font-size: 18px
  }
  .header__search-close {
    top: 4px;
    right: 160px
  }
  .header__cart {
    width: 32px;
    height: 32px
  }
  .header__cart-icon svg {
    width: 32px;
    height: 32px;
    padding: 6px
  }
  .header__vk,
  .header__vk svg {
    width: 32px;
    height: 32px
  }
}
@media (max-width:1140px) {
  .header__logo {
    width: 160px
  }
  .header__info {
    width: -moz-fit-content;
    width: fit-content
  }
}
@media (max-width:1023px) {
  .header {
    padding: 8px 5px
  }
  .header__container {
    padding: 0 10px!important
  }
  .header__content {
    background-color: #fff
  }
  .header__logo {
    min-width: 108px;
    flex-shrink: 0
  }
  .header__nav {
    margin: 49px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 503;
    transform: translateX(-150%);
    transition: .4s;
    padding: 30px 0;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    display: none
  }
  .header__nav_active {
    transform: translateX(0);
    display: block;
    transition: .4s
  }
  .header__nav_active .sort__price-wrap {
    z-index: 0
  }
  .header__search-label input {
    position: absolute;
    top: 75px;
    left: -233px;
    padding-left: 30px
  }
  .header__search-wrap {
    margin-right: 30px;
    max-width: none
  }
  .header.show-search .nav {
    display: block
  }
  .header.show-search .header__search-icon {
    display: block;
    position: absolute;
    top: 85px;
    z-index: 1
  }
  .header.show-search .header__search-button {
    display: none
  }
  .header.show-search .header__search-close {
    top: 79px;
    right: -50px;
    z-index: 1
  }
  .header__cart::after {
    height: 32px;
    left: -15px;
    right: unset
  }
  .header__vk {
    width: 40px;
    height: 40px;
    margin-left: 15px
  }
  .header__vk svg {
    width: 40px;
    height: 40px
  }
  .header__vk.desktop {
    display: none
  }
  .header__vk.mobile {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 35px
  }
}
@media (max-width:375px) {
  .header__search-label input {
    left: -203px
  }
}