@media (min-width: 1280px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .header__container {
    padding: 15px 70px;
  }

  .header_lite .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__logo img {
    height: 45px;
    width: 137px;
  }

  .footer__container {
    padding: 60px 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__right-wrapper {
    max-width: 330px;
  }

  .footer__title {
    font-size: 19px;
  }

  .footer__list a {
    font-size: 15px;
  }

  .footer__left-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }

  .footer .contacts-block {
    margin-top: 0;
  }

  .cover {
    background: rgba(244, 246, 252, 0.8);
  }

  .search__form:not(.search-by-detail-name__form) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    margin: 0 45px 0 60px;
  }

  .header__link {
    background: transparent;
  }

  .header__menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    color: var(--dark-gray);
    background: transparent;
    -webkit-transition: all var(--anim);
    -o-transition: all var(--anim);
    transition: all var(--anim);
  }

  .header__nav li a {
    -webkit-transition: all var(--anim);
    -o-transition: all var(--anim);
    transition: all var(--anim);
  }

  .header__menu:hover,
  .header__menu:hover svg path,
  .header__menu.active,
  .header__menu.active svg path,
  .header__nav li a:hover {
    color: var(--blue);
    stroke: var(--blue);
  }

  .header__menu svg {
    display: block;
    margin-left: 2px;
    -webkit-transition: -webkit-transform var(--anim);
    transition: -webkit-transform var(--anim);
    -o-transition: transform var(--anim);
    transition: transform var(--anim);
    transition: transform var(--anim), -webkit-transform var(--anim);
  }

  .header__menu.active svg {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }

  .header__actions {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
  }

  .header__actions>.header__orders,
  .header__actions>.header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__actions>.header__orders {
    position: relative;
  }

  .header__actions>.header__orders .count-marker {
    position: absolute;
    top: -5px;
    left: 22px;
  }

  .header__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    color: var(--dark-gray);
  }

  .header__basket {
    margin-left: 30px;
  }

  .header__basket .count-marker {
    top: -5px;
    right: auto;
    left: 30px;
  }

  .header__actions>.header__phone {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 auto;
  }

  .header__actions.header-car>.header__phone {
    margin: 0;
  }

  .header__menu span,
  .header__menu::before,
  .header__menu::after {
    display: none;
  }

  .header__inner .header__login,
  .header__inner .header__phone,
  .header__inner .header__orders {
    display: none;
  }

  .header__nav {
    width: auto;
    min-width: 180px;
    border-radius: 8px;
    left: 0;
    top: 90%;
  }

  .header__nav.active {
    border: 1px solid var(--gray-btn);
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  }

  .header__inner {
    padding: 15px 20px;
  }

  .header__nav ul {
    margin-bottom: 0;
  }

  .header__actions>.header__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
  }

  .header__login_auth {
    font-size: 0;
  }

  .section__title {
    font-size: 28px;
  }

  .section-offers__list {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }

  .section-offers__list .good-item:last-of-type {
    grid-column: auto;
  }

  .section-offers .good-item__image,
  .section-offers__list .good-item:last-of-type .good-item__image {
    height: 160px !important;
    margin-bottom: 12px;
  }

  .good-item__prices {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 6px;
  }

  .good-item__price {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }

  .good-item__pre-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }

  .good__discount {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }

  .section-categories .swiper-buttons {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }

  .section-categories .swiper {
    max-width: 1140px;
    margin-bottom: 40px;
  }

  .section-categories .swiper-button-prev,
  .section-categories .swiper-button-next {
    left: auto;
    right: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    height: 40px;
    background: var(--gray-bg);
    border-radius: 66px;
  }

  .section-categories .swiper-button-next:after,
  .section-categories .swiper-button-prev:after {
    font-size: 0;
  }

  .swiper.section-categories__slider {
    padding-left: 0;
  }

  .section-categories .swiper-wrapper {
    padding: 0;
    gap: 0;
    overflow: visible;
  }

  .section-categories__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    background: rgba(244, 246, 252, 0.8);
    border-radius: 8px;
    padding: 15px 15px 38px;
    min-height: 100%;
    height: auto !important;
    overflow: hidden;
  }

  .section-categories__item>.categories-item__name {
    font-size: 17px;
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 15px;
  }

  .section-categories__item>.categories-item__image,
  .section-categories__item>.categories-item__name {
    display: block;
  }

  .categories-item__image {
    max-height: none;
    max-width: 165px;
  }

  .categories-item__preview {
    display: none;
  }

  .categories-item__tags {
    max-width: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
    gap: 10px;
  }

  .categories-item__tags li {
    padding: 0;
    background: transparent;
  }

  .categories-item__link {
    font-size: 15px;
  }

  .button_blue {
    padding: 16px 25px;
  }

  .section-categories__more {
    width: auto;
    display: inline-block;
  }

  .section-questions__block {
    padding: 0px;
  }

  .section-questions {
    margin: 0 auto;
    max-width: 600px;
  }

  .section-questions .container {
    padding: 0 20px;
  }

  .questions-block__header {
    font-size: 17px;
    padding: 20px;
  }

  .questions-block__content {
    font-size: 15px;
    width: calc(100% - 40px);
  }

  .section-search__container {
    padding: 60px 70px;
  }

  .bc_wrapper {
    /* margin-bottom: 24px; */
  }

  .manufacturers__wrapper {
    -ms-grid-columns: (60px)[11];
    grid-template-columns: repeat(11, 60px);
  }

  .manufacturers {
    margin-bottom: 20px;
  }

  .manufacturers__item {
    height: 60px;
    width: 60px;
  }

  .manufacturers__item:last-of-type {
    display: block;
  }

  .manufacturers__more {
    display: none;
  }

  .mpn_wrap {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    gap: 10px 25px;
    overflow: visible;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .section-search__container>.flex-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .bc__inp_wrp,
  .search-detail_wr {
    height: 95%;
    overflow-x: visible;
  }

  .bc__inp_wrp.shown,
  .search-detail_wr.shown {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .guarantee {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 206px;
            flex: 0 0 206px;
    margin-bottom: 0;
  }

  .section-search__title {
    font-size: 32px;
  }

  .section-search__subtitle {
    font-size: 17px;
    margin-bottom: 40px;
  }

  .bc_wrapper {
    background: transparent;
  }

  .bc_header {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 12px 12px 0 0;
    background: var(--blue-btn);
    padding: 20px 20px 0;
  }

  .bc_header-item {
    padding-bottom: 10px;
  }

  .bc_content {
    border-radius: 0 12px 12px 12px;
    background: var(--blue-btn);
    padding: 30px 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .bc_find-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }

  .bc_block {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    min-width: 225px;
  }

  .bc__input {
    background: var(--white);
  }

  .bc_header-item {
    font-size: 15px;
  }

  .bc_s_wrp {
    position: relative;
  }

  .bc__inp_header {
    display: none;
  }

  .bc__inp_wrp.shown {
    display: block;
    border-radius: 12px;
  }

  .bc__inp_wrp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    background: var(--gray-bg);
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  #bc3 .search-detail-form {
    position: relative;
  }

  .search-detail-form p {
    display: block;
  }

  #bc3 .ui-widget.ui-widget-content:not(.search-detail_wr .ui-widget.ui-widget-content),
  .bc__inp_wrp .ui-widget.ui-widget-content,
  .search-detail_wr .ui-widget.ui-widget-content {
    top: 55px !important;
    height: auto;
    max-height: 280px;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    padding: 20px 0;
  }

  .cover.active {
    opacity: 0 !important;
  }

  .ui-menu-item {
    padding: 0 20px;
    -webkit-transition: all var(--anim);
    -o-transition: all var(--anim);
    transition: all var(--anim);
    min-height: 30px;
  }

  .bc__inp_wrp .ui-widget.ui-widget-content .ui-menu-item:first-of-type {
    margin-top: 0;
  }

  .bc__inp_wrp .ui-widget.ui-widget-content .ui-menu-item:last-of-type {
    margin-bottom: 0;
  }

  .ui-menu-item:hover {
    background: var(--gray-bg);
  }

  .ui-menu-item-wrapper.ui-state-active {
    border: none !important;
    background: transparent !important;
    font-weight: 400 !important;
    color: var(--black) !important;
  }

  .bc_select,
  .bc__input,
  .search-detail-form .search__input {
    max-height: max-content;
    padding: 16px 24px 16px 16px;
  }

  .search-detail {
    display: none;
  }

  #bc3:not(.bc_block__active) .bc_select,
  #bc3:not(.bc_block__active) .search-detail_wr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  #bc3.bc_block__active {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 43.2%;
            flex: 0 1 43.2%;
  }

  #bc3 .search-detail {
    display: none;
  }

  #bc3 .search-detail_wr {
    display: none;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    min-height: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 12px;
  }

  #bc3.bc_block__active .search-detail_wr {
    display: block;
  }

  #bc3.bc_block__active~#bc4:not(.bc_block__active) {
    display: none;
  }

  #bc3[data-status="completed"]~#bc4:not(.bc_block__active) {
    display: block;
  }

  #bc3 .bc_select.selected {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49%;
            flex: 1 0 49%;
  }

  #bc3 .bc_select.selected~.search-detail_wr {
    display: none;
  }

  #bc3 .bc__inp_wrp.shown {
    width: 49%;
  }

  #bc3[data-status="completed"] .bc__inp_wrp.shown {
    width: 100%;
  }

  .search-detail p {
    position: absolute;
    margin: 0;
    top: -20px;
  }

  .search-detail-btn {
    display: none;
  }

  .section-offers__slider .swiper-wrapper {
    overflow: visible;
    gap: 0;
    padding-bottom: 0;
  }

  .section-offers>.container {
    position: relative;
  }

  .section-offers__slider {
    overflow: hidden;
  }

  .recommended-products .offers-slider>.swiper-wrapper {
    overflow-x: visible;
    margin-right: 0;
    padding-right: 0;
    gap: 0;
  }

  .recommended-products .section-offers__list {
    overflow-x: hidden;
  }

  .recommended-products .good-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 268px;
            flex: 0 0 268px;
  }

  .recommended-products .good-item__gallery {
    height: 210px;
  }

  .recommended-products__header {
    margin-bottom: 40px;
  }

  .main-button-prev.swiper-button-prev,
  .main-button-next.swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .title {
    font-size: 28px;
  }

  .search-by-detail-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 160px;
    padding: 40px;
    margin-top: 65px;
  }

  .search-by-detail-name__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    margin-bottom: 0;
  }

  .search-by-detail-name__image {
    height: 185px;
  }

  .search-by-detail-name__image img {
    height: 295px;
  }

  .swiper,
  .swiper-container {
    opacity: 0;
    -webkit-transition: opacity var(--anim);
    -o-transition: opacity var(--anim);
    transition: opacity var(--anim);
  }

  .swiper.swiper-initialized,
  .swiper-container.swiper-initialized {
    opacity: 1;
  }

  .pages>div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .section-callback {
    height: 600px;
  }

  .section-callback__container {
    padding: 100px 70px 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
  }

  .section-callback__form,
  .section-callback__person {
    max-width: 475px;
    width: 100%;
  }

  .section-callback__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .section-callback__form .form-field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 275px;
            flex: 0 0 275px;
  }

  .section-callback__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 165px;
            flex: 0 0 165px;
    height: 50px;
    margin: 0 0 0 10px;
  }

  .section-callback__form .contacts-block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .section-callback__form .contacts-block p {
    margin-bottom: 0;
  }

  .section-callback__form .contacts-block p,
  .section-callback__form .contacts-block .contacts-block__link {
    display: none;
  }

  .contacts-block__desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #d8d8d8;
    white-space: nowrap;
    height: 24px;
  }

  .section-callback__form .contacts-block__desk a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    color: var(--white);
  }

  .section-callback__form .contacts-block__desk a:first-of-type {
    margin-left: 5px;
  }

  .section-callback__form .contacts-block__desk a:last-of-type {
    margin-left: 10px;
  }

  .contacts-block__desk .contacts-block__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

  .section-callback__title {
    font-size: 28px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .section-callback__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 30px;
  }

  .callback-person {
    padding-top: 30px;
  }

  .callback-person__name {
    font-size: 15px;
  }

  .callback-person__post {
    font-size: 15px;
    color: var(--blue);
  }

  .tabs-button {
    font-size: 19px;
  }

  .tabs__link-back {
    display: inline-block;
  }

  .back-to-order {
    bottom: 15px;
    right: 10px;
    padding: 0;
    z-index: 10000;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: 0;
    background: transparent;
    border-radius: 0;
  }
}

.loader-wrapper {
  height: 150px;
}