.header {
  position: sticky;
  top: 0;
  height: 175px;
  min-height: 175px;
  background: linear-gradient(271.2deg,#fe8019 .86%,#eb3239 70.76%);
  z-index: 100
}
.header::after,
.header::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  width: 40px;
  height: 40px;
  background-size: 40px 40px
}
.header::before {
  left: 0;
  background-image: url(../img/content/left-fillet`.png)
}
.header::after {
  right: 0;
  background-image: url(../img/content/right-fillet`.png)
}
.header_hide {
  z-index: 0
}
.header__select-wrap {
  position: relative;
  width: 100%;
  max-width: 131px;
  padding-left: 12px;
  border-left: 1px solid #eaeaea
}
.header__burger-btn,
.header__burger-menu-container,
.header__icon-close,
.header__select {
  display: none
}
.header__head {
  display: flex;
  line-height: 0
}
.header__head-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  margin-left: 20px;
  flex-grow: 1
}
.header__head-row {
  display: flex;
  align-items: center
}
.header__head-row:first-child {
  padding-top: 5px;
  padding-bottom: 5px
}
.header__logo {
  width: 100%;
  max-width: 180px
}
.header__logo-mob {
  display: none
}
.header__phone {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px
}
.header__phone-wrap_show .header__phone-arrow {
  transform: rotate(180deg)
}
.header__phone-wrap_show .header__phone-info {
  visibility: visible;
  opacity: 1;
  pointer-events: all
}
.header__icon-phone {
  display: none
}
.header__shop-link {
  margin-left: 8px
}
.header__phone-info {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  width: 304px;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.08);
  border-radius: 20px;
  z-index: 10;
  transition: .35s
}
.header__phone-link-sm {
  color: #0e0e0e
}
.header__phone-link {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff
}
.header__phone-link:hover {
  text-decoration: underline
}
.header__phone-head {
  display: flex;
  align-items: center
}
.header__phone-arrow {
  margin-left: 8px;
  color: #fff;
  width: 18px;
  height: 18px;
  transition: .35s;
  cursor: pointer
}
.header__phone-arrow svg {
  width: 18px;
  height: 18px
}
.header__social {
  display: flex;
  align-items: center;
  margin: 0 -1px
}
.header__social-item {
  margin: 0 1px;
  color: #fff
}
.header__social-item:hover {
  transform: scale(1.2);
  opacity: .8
}
.header__social-item svg {
  width: 40px;
  height: 40px
}
.header__nav {
  margin-left: auto
}
.header__nav-list {
  display: flex;
  align-items: center;
  margin-left: auto
}
.header__nav-item {
  color: #fff
}
.header__nav-item:not(:last-child) {
  margin-right: 50px
}
.header__nav-item_last {
  position: relative
}
.header__nav-item_last:hover .header__nav-lunge svg {
  transform: rotate(180deg)
}
.header__nav-item_last:hover .header__nav-submenu {
  visibility: visible;
  opacity: 1;
  pointer-events: all
}
.header__nav-submenu {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  width: 296px;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.08);
  border-radius: 20px;
  z-index: 10;
  transition: .35s
}
.header__nav-submenu-link {
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  color: #0e0e0e;
  border-radius: 10px;
  transition: .35s
}
.header__nav-submenu-link:hover {
  background: #f8f8f8
}
.header__nav-submenu-link sup {
  color: #e81b23
}
.header__nav-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: currentColor
}
.header__nav-link.active,
.header__nav-link:hover {
  opacity: .8
}
.header__nav-lunge {
  display: flex;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px
}
.header__nav-lunge svg {
  width: 18px;
  height: 18px;
  color: currentColor;
  margin-left: 8px;
  transition: .35s;
  cursor: pointer
}
.header__search-wrap {
  width: 100%;
  max-width: 720px;
  margin-right: 10px;
  transition: .35s
}
.header__search-wrap.show-result {
  position: relative;
  max-width: 970px
}
.header__search-wrap.show-result .header__search-result {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  height: 468px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  z-index: 30
}
.header__search {
  background: rgba(255,255,255,.2);
  border-radius: 10px;
  padding: 10px
}
.header__search-result-wrap {
  padding-right: 25px;
  flex-grow: 1;
  overflow-y: auto
}
.header__search-result-wrap::-webkit-scrollbar {
  width: 3px;
  border-radius: 50%
}
.header__search-result-wrap::-webkit-scrollbar-track {
  background-color: transparent
}
.header__search-result-wrap::-webkit-scrollbar-thumb {
  background-color: #eaeaea
}
.header__search-result-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #0e0e0e
}
.header__search-result-title span {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #858585
}
.header__search-result-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 41px
}
.header__search-result-block_sm {
  margin-bottom: 25px
}
.header__search-result-link {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  padding: 6px 20px 6px 6px
}
.header__search-result-link:hover .header__search-result-name {
  color: #e81b23
}
.header__search-result-link:hover .header__search-result-arrow {
  opacity: 1
}
.header__search-result-link_sm {
  margin-bottom: 2px;
  padding: 0 20px 0 5px
}
.header__search-result-img {
  width: 100px;
  height: auto;
  margin-right: 12px
}
.header__search-result-col {
  display: flex;
  flex-direction: column;
  justify-content: center
}
.header__search-result-text {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #565656
}
.header__search-result-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #0e0e0e;
  transition: .35s
}
.header__search-result-arrow {
  margin-left: auto;
  color: red;
  opacity: 0;
  transition: .35s
}
.header__search-result-show-all {
  flex-shrink: 0;
  margin-top: 10px
}
.header__search-label {
  display: flex;
  align-items: center
}
.header__search-label input {
  font-family: Onest,sans-serif;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  flex: auto
}
.header__search-label input::-moz-placeholder {
  color: #fff;
  -moz-transition: .3s linear;
  transition: .3s linear
}
.header__search-label input::placeholder {
  color: #fff;
  transition: .3s linear
}
.header__search-label input:focus::-moz-placeholder {
  opacity: 0
}
.header__search-label input:focus::placeholder {
  opacity: 0
}
.header__search-glass {
  color: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer
}
.header__search-glass svg {
  width: 20px;
  height: 20px
}
.header__directory {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  padding: 2.5px 0 2.5px 12px;
  border-left: 1px solid #eaeaea
}
.header__directory-text {
  margin-right: 12px
}
.header__directory-icon,
.header__directory-icon svg {
  width: 18px;
  height: 18px
}
.header__badge {
  display: flex;
  align-items: center;
  margin-left: auto
}
.header__badge-item {
  position: relative;
  color: #fff;
  width: 40px;
  height: 40px
}
.header__badge-item:not(:nth-last-child(2)):not(.header__badge-item_single) {
  margin-right: 16px
}
.header__badge-item svg {
  width: 40px;
  height: 40px
}
.header__badge-item:hover {
  opacity: .8
}
.header__badge-item_single {
  position: relative;
  padding-left: 8px;
  margin-left: 12px
}
.header__badge-item_single::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 70%;
  background-color: rgba(255,255,255,.5)
}
.header__badge-text {
  display: none
}
.header__menu {
  margin-top: 20px
}
.header__phone-info-row {
  display: flex;
  margin-bottom: 10px
}
.header__phone-info-row svg {
  margin-top: -4px;
  flex-shrink: 0;
  margin-right: 10px
}
.header__phone-info-row a {
  transition: .35s
}
.header__phone-info-row a:hover {
  opacity: .8
}
.header__phone-info-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #0e0e0e
}
.header__phone-info-text span {
  display: inline-block;
  width: 55px;
  margin-right: 10px;
  color: #565656;
  text-transform: uppercase
}
.header__phone-info-text b {
  font-weight: 500
}
.header__phone-info-text p:first-child {
  margin-bottom: 6px
}
.header__phone-info-link {
  margin-top: 10px
}
.header__link-list {
  display: none
}
.header__link-item {
  line-height: 0;
  transition: .35s;
  position: relative
}
.header__link-item:hover {
  opacity: .8
}
.header__link-item-count {
  position: absolute;
  bottom: 0;
  right: -2px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 50%;
  color: #fff;
  background-color: #FE7200
}
.header__link-item svg {
  color: #0e0e0e
}
.header__search-result {
  display: none
}
.header__count {
  position: absolute;
  bottom: 6px;
  right: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  border-radius: 50%;
  color: #fe7200;
  background-color: #fff
}
@media (max-width:1500px) {
  .header__nav-item:not(:last-child) {
    margin-right: 30px
  }
}
@media (max-width:1400px) {
  .header__phone-link {
    font-size: 16px
  }
}
@media (max-width:1350px) {
  .header__nav-item:not(:last-child) {
    margin-right: 15px
  }
}
@media (max-width:1300px) {
  .header__head-row:first-child {
    padding-top: 10px
  }
  .header__social {
    display: none
  }
}
@media (max-width:1180px) {
  .header__nav-link,
  .header__phone-link {
    font-size: 14px;
    white-space: nowrap
  }
}
@media (max-width:1023px) {
  .header {
    height: 110px;
    min-height: 110px
  }
  .header::after,
  .header::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px
  }
  .header_open-menu-mob .header__icon-burger {
    display: none
  }
  .header_open-menu-mob .header__icon-close {
    display: block
  }
  .header_open-menu-mob .header__burger-menu-container {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    display: block;
    height: calc(100vh - 169px);
    padding: 12px 0 110px;
    background-color: #fff;
    border-radius: 20px;
    z-index: 4
  }
  .header_open-menu-mob .header__burger-menu-container .header__menu {
    display: block;
    margin-top: 0;
    padding-bottom: 16px
  }
  .header_open-menu-mob .header__burger-menu-container .header__social {
    display: flex
  }
  .header_open-menu-mob .header__burger-menu-container .header__nav-mob {
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea
  }
  .header_open-menu-mob .header__burger-menu-container .header__nav-link-mob {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: #0e0e0e;
    transition: .35s
  }
  .header_open-menu-mob .header__burger-menu-container .header__nav-link-mob svg {
    margin-right: 14px
  }
  .header_open-menu-mob .header__burger-menu-container .header__nav-link-mob .header__icon-arrow-down {
    margin-right: 0!important
  }
  .header_open-menu-mob .header__burger-menu-container .header__nav-link-mob:hover {
    opacity: .8
  }
  .header_open-menu-mob .header__burger-menu-container .header__badge {
    display: block;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eaeaea
  }
  .header_open-menu-mob .header__burger-menu-container .header__badge-item {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    padding: 8px 12px;
    color: #0e0e0e
  }
  .header_open-menu-mob .header__burger-menu-container .header__badge-item svg {
    width: 40px;
    height: 40px;
    margin-right: 14px
  }
  .header_open-menu-mob .header__burger-menu-container .header__icon-arrow-down {
    margin-left: auto;
    transform: rotate(90deg);
    transition: .35s
  }
  .header_open-menu-mob .header__burger-menu-container .header__nav-mob-wrap_open .header__nav-submenu {
    display: flex
  }
  .header_open-menu-mob .header__burger-menu-container .header__nav-mob-wrap_open .header__icon-arrow-down {
    transform: rotate(-90deg)
  }
  .header_open-menu-mob .header__burger-menu-container .header__nav-mob-wrap_open .header__nav-submenu-link {
    max-width: 250px;
    padding: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px
  }
  .header_submenu-open .header__badge,
  .header_submenu-open .header__nav-mob,
  .header_submenu-open .header__social {
    display: none!important
  }
  .header_submenu-open .menu__item {
    display: none
  }
  .header_submenu-open .menu__item_open {
    display: block
  }
  .header_submenu-second-open .menu__link,
  .header_submenu-second-open .menu__submenu-first-level-block-item {
    display: none
  }
  .header_submenu-second-open .menu__submenu-first-level-block-item_open {
    display: block
  }
  .header_submenu-second-open .menu__submenu-container {
    border: none;
    padding-top: 0
  }
  .header_submenu-third-open .menu__submenu-second-level-block-item {
    display: none
  }
  .header_submenu-third-open .menu__submenu-second-level-block-item_open {
    display: block
  }
  .header_submenu-third-open .menu__submenu-first-level-row {
    display: none
  }
  .header_submenu-third-open .menu__submenu-second-level-block {
    border: none;
    padding-top: 0
  }
  .header__burger-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    background-color: #fff;
    border-radius: 10px
  }
  .header__head-col {
    margin-left: 0
  }
  .header__head-row:first-child {
    padding-top: 0;
    padding-bottom: 6px
  }
  .header__logo {
    display: none
  }
  .header__logo-mob {
    display: block;
    width: 102px
  }
  .header__phone {
    margin-left: auto;
    margin-right: 32px
  }
  .header__icon-phone {
    display: block;
    margin-right: 10px
  }
  .header__shop-link {
    margin-left: 16px
  }
  .header__phone-link {
    font-size: 16px
  }
  .header__social {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px
  }
  .header__social-item {
    width: 40px;
    height: 40px;
    margin: 0 6px 0 0;
    color: #0e0e0e;
    background: #eaeaea;
    border-radius: 10px
  }
  .header__social-item:hover {
    transform: scale(1);
    opacity: .8
  }
  .header__nav {
    display: none
  }
  .header__nav-submenu {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    padding: 0 0 0 50px;
    border-radius: 0;
    width: auto;
    box-shadow: none;
    transition: none;
    pointer-events: all
  }
  .header__nav-submenu-link:hover {
    background: 0 0
  }
  .header__search-wrap.show-result .header__search-result {
    position: fixed;
    top: 109px;
    bottom: 0;
    height: auto;
    border-radius: 20px 20px 0 0
  }
  .header__search-wrap {
    margin-right: 0;
    max-width: none
  }
  .header__search-result-wrap {
    padding-right: 0
  }
  .header__search-result-block {
    margin-bottom: 36px
  }
  .header__badge,
  .header__search-result-arrow {
    display: none
  }
  .header__badge-item:not(:nth-last-child(2)):not(.header__badge-item_single) {
    margin-right: 0
  }
  .header__badge-item_single {
    margin-left: 0
  }
  .header__badge-text {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px
  }
}
@media (max-width:767px) {
  .header_scroll-up .header__container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 63px;
    z-index: 30;
    border-radius: 0 0 20px 20px;
    overflow: hidden
  }
  .header_scroll-up .header__container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 343px;
    background: linear-gradient(271.2deg,rgba(254,114,0,.9) .86%,rgba(232,27,35,.9) 70.76%)
  }
  .header_scroll-up .header__head-row:first-child {
    display: none
  }
  .header_scroll-up .header__head-col {
    padding-top: 10px
  }
  .header_scroll-up .header__burger-menu-container {
    top: 63px;
    height: calc(100vh - 63px)
  }
  .header__link-list {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    padding-left: 28px;
    padding-right: 28px;
    z-index: 30;
    background: rgba(255,255,255,.85);
    box-shadow: 0 0 10px rgba(0,0,0,.04);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 20px 20px 0 0
  }
}
@media (max-width:500px) {
  .header__select-wrap {
    max-width: 35px
  }
}