.header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 17px 0;
    position: relative; }
    .header__top__change-shop {
      width: 100%;
      display: none; }
      .header__top__change-shop.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease;
       }
    .header__top .modal-change-city {
      display: none;
      position: absolute;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #FFFFFF;
      -webkit-box-shadow: 0px 0px 35px rgba(64, 64, 64, 0.25);
              box-shadow: 0px 0px 35px rgba(64, 64, 64, 0.25);
      -webkit-border-radius: 8px;
              border-radius: 8px;
      padding: 36px 56px;
      z-index: 102;
      top: 60px; }
      .header__top .modal-change-city p {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        color: #696B6F; }
      .header__top .modal-change-city span {
        display: block;
        margin: auto;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        /* identical to box height, or 133% */
        text-align: center;
        /* gray */
        color: #2B2E34; }
      .header__top .modal-change-city__bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 30px; }
      .header__top .modal-change-city__btn-yes {
        background: -webkit-gradient(linear, left top, right top, from(#EB3349), to(#F45C43));
        background: -o-linear-gradient(left, #EB3349 0%, #F45C43 100%);
        background: linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
        -webkit-border-radius: 3px;
                border-radius: 3px;
        width: 112px;
        height: 40px;
        font-size: 14px;
        line-height: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #FAFAFA; 
      cursor: pointer;
      }
      .header__top .modal-change-city__btn-not {
        background: #C0C0C0;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        width: 112px;
        height: 40px;
        font-size: 14px;
        line-height: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #FAFAFA; 
        cursor: pointer;
      }
      .header__top .modal-change-city.active {
        display: block; 
      
      }
    .header__top__left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .header__top .header__top__click {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 43px; }
      .header__top .header__top__click svg {
        margin-right: 9px; }
  
  .header__top__item {
    margin-right: 30px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .header__top__item:hover {
      color: #FF5E4C; }
    .header__top__item:last-child {
      margin-right: 0; }
  
  .header__text__item {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .header__text__item:hover {
      color: #FF5E4C; }
  
  .header__center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 24px; }
    .header__center__mobile {
      display: none; }
    .header__center__left, .header__center__right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50%; }
    .header__center__logo {
      margin-right: 52px; }
    .header__center .form_label {
      position: relative;
      display: block;
      width: 100%; }
      .header__center .form_label .search-btn {
        position: absolute;
        display: block;
        margin: auto;
        top: 5px;
        bottom: 0;
        right: 0px;
        background: none;
        border: none;
        cursor: pointer; }
    .header__center__right {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .header__center__right .user-item {
        padding: 0 18px 0 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border-right: 1px solid #DEE2E6;
        position: relative; }
        .header__center__right .user-item svg {
          margin-right: 10px; }
        .header__center__right .user-item__counter {
          display: none;
          width: 19px;
          height: 19px;
          background: #FF5E4C;
          font-size: 10px;
          line-height: 20px;
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          text-align: center;
          text-transform: uppercase;
          color: #FFFFFF;
          position: absolute;
          top: -8px;
          left: 40px; }
          .header__center__right .user-item__counter.active {
            display: block; }
        .header__center__right .user-item:last-child {
          border-right: none; }
  
  .header__menu {
    background: #FAFAFA;
    position: relative; }
    .header__menu__items {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .header__menu__item {
      padding: 18px 13px 18px 13px;
      margin-right: 46px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .header__menu__item__link {
        font-weight: 500;
        font-size: 19px;
        line-height: 20px;
        color: #404040; }
      .header__menu__item.sub-items-menu .sub-items-wrap {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 60px;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 0px 35px rgba(64, 64, 64, 0.25);
                box-shadow: 0px 0px 35px rgba(64, 64, 64, 0.25);
        -webkit-border-radius: 3px;
                border-radius: 3px;
        z-index: -1;
        width: 100%;
        padding: 40px 0 132px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .header__menu__item.sub-items-menu .sub-items-wrap .sub-items__sections {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
          .header__menu__item.sub-items-menu .sub-items-wrap .sub-items__sections .sub-items__section {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            min-width: 184px;
            margin-right: 24px; }
            .header__menu__item.sub-items-menu .sub-items-wrap .sub-items__sections .sub-items__section__name {
              font-weight: 500;
              font-size: 14px;
              line-height: 20px;
              color: #404040;
              margin-bottom: 16px; }
            .header__menu__item.sub-items-menu .sub-items-wrap .sub-items__sections .sub-items__section__item {
              font-style: normal;
              font-weight: normal;
              font-size: 14px;
              line-height: 20px;
              color: #404040;
              margin-bottom: 16px;
              -webkit-transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              transition: all 0.2s ease; }
              .header__menu__item.sub-items-menu .sub-items-wrap .sub-items__sections .sub-items__section__item:hover {
                color: #FF5E4C; }
      .header__menu__item.sub-items-menu .header__menu__item__link::before {
        content: "";
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        position: absolute;
        display: none;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 8px;
        height: 8px;
        border-right: 2px solid #FF5E4C;
        border-top: 2px solid #FF5E4C; }
      .header__menu__item:last-child {
        margin-right: 0; }
      .header__menu__item:hover {
        background: #FEEEEC; }
        .header__menu__item:hover .header__menu__item__link {
          color: #FF5E4C;
          position: relative; }
      .header__menu__item.sub-items-menu:hover .header__menu__item__link::before {
        display: block;
        -webkit-transform: rotate(140deg);
            -ms-transform: rotate(140deg);
                transform: rotate(140deg);
        bottom: -7px;
        margin: auto;
        left: 0;
        right: 0; }
      .header__menu__item.sub-items-menu:hover .sub-items-wrap {
        display: block;
        visibility: visible;
        opacity: 1;
        z-index: 99; }

    #compare_counter_top{
      left: 29px;
    }
  
  .header__menu__mobile, .header__menu__mobile__wrap {
    display: none; }

    .header_modal_close.change-favorit-shop{
      display: block;
      top: 13px;
      right: 16px;
    }
  
  @media screen and (max-width: 1090px) {
    .header__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .header__top__right {
      margin-top: 20px; }
    .header__center__left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      max-width: 400px; } }
  
  @media screen and (max-width: 850px) {
    .header__menu__item {
      margin-right: 0;
      padding: 8px 16px; }
    .header__menu__item__link {
      font-size: 14px; }
    .header__center__right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .header__center__right .user-item {
      width: 180px;
      margin-bottom: 10px;
      border-right: none; }
      .header__top__change-shop.active{
        position: fixed;
        top: 0;
        bottom: 0;
      }
    
    }
  
  @media screen and (max-width: 660px) {
    .header__top {
      padding: 0; }
    .header__top .header__top__click, .header__top .header__top__right, .header__center .form_label, .header__center__right {
      display: none; }
    .header-v2 .mobile-back {
      background: #FAFAFA;
      padding: 8px 15px 10px; }
    .header__center__left {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      max-width: unset;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header__center__logo img {
      width: 100%; }
    .header__center__mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .header__center__icons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 12px; }
    .header__center {
      padding-bottom: 0; }
    .header__menu {
      position: relative;
      z-index: 99;
      background: #FFFFFF;
      height: 48px;
      -webkit-box-shadow: 0px 0px 35px rgba(154, 161, 171, 0.15);
              box-shadow: 0px 0px 35px rgba(154, 161, 171, 0.15);
      -webkit-filter: drop-shadow(0px 4px 35px rgba(64, 64, 64, 0.25));
              filter: drop-shadow(0px 4px 35px rgba(64, 64, 64, 0.25)); }
      .header__menu > .container-custom {
        display: none; }
    .header__menu__mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .header__menu__mobile .header__menu__show-burger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 14px 24px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 100%; }
        .header__menu__mobile .header__menu__show-burger svg {
          margin-right: 20px; }
        .header__menu__mobile .header__menu__show-burger span {
          font-weight: 500;
          font-size: 16px;
          line-height: 20px;
          color: #404040; }
        .header__menu__mobile .header__menu__show-burger .close-menu {
          display: none; }
        .header__menu__mobile .header__menu__show-burger.active {
          -webkit-box-shadow: 10px 7px 13px rgba(154, 161, 171, 0.15);
                  box-shadow: 10px 7px 13px rgba(154, 161, 171, 0.15);
          background: #FEEEEC; }
          .header__menu__mobile .header__menu__show-burger.active .show-burdger {
            display: none; }
          .header__menu__mobile .header__menu__show-burger.active .close-menu {
            display: block; }
      .header__menu__mobile .header__menu__search {
        display: block;
        margin-left: auto;
        padding: 9px 14px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 100%; }
        .header__menu__mobile .header__menu__search svg {
          -webkit-transform: translateY(5px);
              -ms-transform: translateY(5px);
                  transform: translateY(5px); }
      .header__menu__mobile .header__menu__location {
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: block;
        padding: 14px 24px; }
        .header__menu__mobile .header__menu__location:not(.active) {
          padding: 9px 24px; }
          .header__menu__mobile .header__menu__location:not(.active) svg {
            -webkit-transform: translateY(5px);
                -ms-transform: translateY(5px);
                    transform: translateY(5px); }
        .header__menu__mobile .header__menu__location .close-location {
          display: none; }
        .header__menu__mobile .header__menu__location.active {
          -webkit-box-shadow: -16px 7px 18px rgba(154, 161, 171, 0.15);
                  box-shadow: -16px 7px 18px rgba(154, 161, 171, 0.15);
          background: #FEEEEC; }
          .header__menu__mobile .header__menu__location.active .icon-location {
            display: none; }
          .header__menu__mobile .header__menu__location.active .close-location {
            display: block; }
      .header__menu__mobile .search-mobile {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 8px;
        background: #fff;
        display: none;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .header__menu__mobile .search-mobile.active {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .header__menu__mobile .search-mobile-inp {
          background: #FFFFFF;
          border: 1px solid #DEE2E6;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          font-weight: normal;
          height: 32px;
          width: 100%;
          font-size: 13px;
          line-height: 16px;
          color: #666666; }
          .header__menu__mobile .search-mobile-inp::-webkit-input-placeholder {
            font-weight: normal;
            font-size: 13px;
            line-height: 16px;
            color: #666666;
            opacity: 0.7; }
          .header__menu__mobile .search-mobile-inp::-moz-placeholder {
            font-weight: normal;
            font-size: 13px;
            line-height: 16px;
            color: #666666;
            opacity: 0.7; }
          .header__menu__mobile .search-mobile-inp:-ms-input-placeholder {
            font-weight: normal;
            font-size: 13px;
            line-height: 16px;
            color: #666666;
            opacity: 0.7; }
          .header__menu__mobile .search-mobile-inp::-ms-input-placeholder {
            font-weight: normal;
            font-size: 13px;
            line-height: 16px;
            color: #666666;
            opacity: 0.7; }
          .header__menu__mobile .search-mobile-inp::placeholder {
            font-weight: normal;
            font-size: 13px;
            line-height: 16px;
            color: #666666;
            opacity: 0.7; }
        .header__menu__mobile .search-mobile-btn {
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 16px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #FAFAFA;
          background: -webkit-gradient(linear, left top, right top, from(#EB3349), to(#F45C43));
          background: -o-linear-gradient(left, #EB3349 0%, #F45C43 100%);
          background: linear-gradient(90deg, #EB3349 0%, #F45C43 100%);
          -webkit-border-radius: 3px;
                  border-radius: 3px;
          height: 32px;
          width: 72px;
          border: none;
          text-align: center;
          margin: 0 16px 0 8px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          .header__menu__mobile .search-mobile-btn::focus {
            outline: none; }
        .header__menu__mobile .search-mobile-close {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
    .header__menu__mobile__wrap {
      display: none;
      background: #fff; }
      .header__menu__mobile__wrap.active {
        position: relative;
        z-index: 99;
        display: block; }
    .header__menu__mobile__sections {
      display: none;
      padding-top: 24px; }
      .header__menu__mobile__sections.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .modile__sections__left {
      padding-top: 30px;
      width: 40%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      border-right: 1px solid #DEE2E6; }
      .modile__sections__left__item {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #404040;
        margin-bottom: 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .modile__sections__left__item span {
          margin-right: 10px; }
        .modile__sections__left__item.active {
          color: #FF5E4C; }
          .modile__sections__left__item.active svg {
            -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg); }
            .modile__sections__left__item.active svg path {
              fill: #FF5E4C; }
    .modile__sections__right {
      padding-top: 30px;
      padding-left: 16px;
      width: 60%;
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .modile__sections__right.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .modile__sections__right__item {
        font-size: 14px;
        line-height: 16px;
        color: #666666;
        margin-bottom: 20px; }
        .modile__sections__right__item.active {
          color: #D62313; }
      .modile__sections__right .sub-sections-items {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        background: #FAFAFA;
        padding: 17px 15px 29px;
        margin: 0 -15px 20px; }
        .modile__sections__right .sub-sections-items.active {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .modile__sections__right .sub-sections-items__item {
          font-style: normal;
          font-weight: normal;
          font-size: 14px;
          line-height: 16px;
          color: #666666;
          margin-bottom: 20px; }
    .header__menu__mobile__bottom {
      margin: 0 -15px;
      padding: 36px 15px;
      background: #FAFAFA;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu__mobile__bottom__name {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 20px;
      color: #404040; }
    .menu__mobile__bottom__item {
      margin-bottom: 20px;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 16px;
      color: #666666; }
    .menu__mobile__bottom__click {
      margin-top: 36px;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 14px;
      color: #696B6F;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .menu__mobile__bottom__click svg {
        margin-right: 10px; } }