.header__burger {
    display: none;
}

.clients {
    overflow: hidden;
}

@media (max-width: 1280px) {
    .top-bar__inner {
        flex-direction: row;
        gap: 10px;
    }

    .header {
        padding: 0 16px;
    }

    .hero {
        padding: 0;
        padding-bottom: 32px;
        padding-top: 32px;
        overflow: hidden;
    }

    .hero__inner {
        gap: 40px;
    }

    .hero__product-card {
        width: 50%;
        height: fit-content;
    }

    .hero__heading {
        font-size: 36px;
    }

    .hero__cta {
        width: 50%;
    }

    .hero__text-container {
        width: 50%;
        padding: 20px;
    }

    .hero__image-box {
        width: 100%;
        height: 100%;
        margin: 0;
        object-fit: contain;
    }

    .logo {
        padding-left: 34px;
    }

    .logo__tagline { display: none;}

    .header__inner {
        padding-right: 34px;
    }

    .footer__newsletter-inner {
        flex-wrap: wrap;
    }

    .products {
        overflow: hidden;
    }

    .company-cols__grid {
        padding: 0;
        gap: 20px;
    }

    .company-col-border {
        padding-left: 20px;
    }

    .company-col__title {
        font-size: 32px;
    }

    .category-card {
        position: relative;
    }

    .category-card__image {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 200px;
        height: 200px;
    }

    .category-card__image img {
        width: 100%;
        height: 100%;
    }

    .footer {
        padding-left: 34px;
        padding-right: 34px;
    }

    .container {
        padding: 0 16px;
    }

    .logo {
        padding: 20px 0 0 0;
    }

    .top-bar__inner {
        padding: 0 0;
    }

    .header__inner {
        padding: 4px 20px;
    }

    .hero__product-name {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .hero__product-desc {
        font-size: 16px;
    }

    .hero__product-status {
        margin-top: 34px;
    }

    .hero__image-box {
        margin-bottom: 0;
    }

    .hero__arrows {
        position: relative;
        order: 2;
        width: auto;
        flex-shrink: 0;
        align-self: flex-start;
    }

    .products__grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .press__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .catalog-menu,
    .catalog-menu__overlay {
        top: 106px;
    }
}

@media (max-width: 959px) {
    .company-col__text--desktop {
        display: none;
    }

    .company-col__text--mobile {
        display: block;
    }

    .subscribe-thanks__inner {
        flex-direction: column;
        gap: 28px;
    }

    .subscribe-thanks__icon {
        width: 72px;
    }

    .subscribe-thanks__title {
        font-size: 28px;
    }

    .subscribe-thanks__text {
        font-size: 14px;
    }

    .subscribe-thanks__actions {
        flex-direction: column;
        width: 100%;
    }

    .subscribe-thanks__btn {
        width: 100%;
        text-align: center;
    }

    body {
        min-width: 360px;
    }

    .container {
        padding: 0 15px;
    }

    .header {
        flex-wrap: wrap;
        /* padding: 30px 15px; */
        padding: 30px 15px 0;
        align-items: center;
    }

    .header__wrapper {
        display: contents;
    }

    .logo {
        flex: 0 1 auto;
        min-width: unset;
        padding: 0;
        border-right: none;
        width: 140px;
    }

    .logo img {
        width: 100%;
    }

    .header__icon {
        display: none;
    }

    .logo__tagline {
        display: none;
    }

    .header__inner {
        display: contents;
    }

    .top-bar {
        display: none;
    }

    .header__main {
        display: contents;
    }

    .header__subnav {
        display: none;
    }

    .header__icons {
        flex: 0 0 auto;
        gap: 16px;
        margin-left: auto;
        align-items: center;
    }

    .header__icon-btn {
        font-size: 18px;
    }

    .header__icon-btn--desktop {
        display: none;
    }

    .header__burger {
        display: flex;
        background: none;
        border: none;
        background-image: url(../img/icons/mobileMenuBurger.png);
        background-size: 100% 100%;
        display: flex;
        width: 22px;
        height: 14px;
        /* transition: 0.3s; */
    }

    .header__burger.is-close {
        background-image: url(../img/icons/close_btn.svg);
        width: 22px;
        height: 16px;
    }

    .header__burger-img {
        height: auto;
        width: 22px;
        display: none;
    }

    .header__search {
        flex: 0 0 100%;
        order: 10;
        margin-top: 11px;
        gap: 8px;
        max-width: none;
    }

    .search-box {
        max-width: none;
        flex: 1;
        height: 40px;
    }

    .header__catalog-btn {
        padding: 9px 14px;
        font-size: 13px;
        width: 50%;
        height: 40px;
    }

    .header__catalog-label--desktop {
        display: none;
    }

    .header__catalog-label--mobile {
        display: inline;
    }

    .catalog-menu,
    .catalog-menu__overlay {
        top: 88px;
    }

    .catalog-menu__inner {
        grid-template-columns: 1fr;
        min-height: unset;
    }

    .catalog-menu__col--left {
        border-right: none;
        border-bottom: 1px solid #e8e9eb;
    }

    .catalog-menu__col--center {
        border-right: none;
    }

    .hero {
        padding: 0;
        padding-top: 40px;
        margin-bottom: 60px;
    }

    .hero__inner {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 12px;
    }

    .hero__cta {
        order: 0;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .hero__btn {
        width: inherit;
    }

    .hero__product-card {
        padding-top: 10px;
        height: 170px;
    }

    .hero__product-status {
        margin-top: 10px;
    }

    .hero__text-container {
        padding: 10px 0 20px 20px;
        width: 220px;
    }

    .hero__arrows {
        position: relative;
        top: 0;
        left: 0;
        order: 1;
        width: 100%;
        margin-bottom: 0;
        gap: 28px;
    }

    .hero__product-card {
        order: 2;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .hero__product-name {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .hero__product-desc {
        font-size: 12px;
    }

    .hero__image {
        order: 3;
        height: 220px;
        width: auto;
        align-items: baseline;
        margin: -20px;
    }

    .hero__image-box {
        width: auto;
        height: 177px;
    }

    .hero__heading {
        font-size: 26px;
        margin-bottom: 23px;
    }

    .hero__btn {
        font-size: 14px;
        padding: 12px 22px;
    }

    .hero .section-header__title {
        margin-bottom: 30px !important;
    }

    .section-header__title {
        font-size: 30px;
        font-weight: 600;
    }

    .section-header__link {
        display: none;
    }

    .categories {
        padding: 0;
    }

    .categories__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .category-card__title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .category-card {
        max-height: 165px;
        /* aspect-ratio: 330 / 165; */
        /* height: auto; */
        box-sizing: border-box;
    }

    .category-card__body {
        padding: 0;
        justify-content: flex-start;
        gap: 20px;
        padding: 15px;
    }

    .category-card__image {
        /* align-items: normal; */
        height: 100%;
        width: 122px;
        position: relative;
    }

    .clients {
        padding: 0;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .clients__grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 0;
        padding-bottom: 0;
    }

    .clients__grid::-webkit-scrollbar {
        display: none;
    }

    .client-item {
        min-width: calc(50% - 0px);
        max-width: 154px;
        width: 100%;
        flex-shrink: 0;
        scroll-snap-align: start;
        padding: 0;
    }

    .client-item__logo {
        width: 100%;
    }

    .client-item:last-child {
        border-right: none;
    }

    .products {
        padding: 0;
        margin-bottom: 60px;
    }

    .products__grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        padding-bottom: 4px;
    }

    .products__grid::-webkit-scrollbar {
        display: none;
    }

    .product-card {
        /* width: 60%; */
        max-width: 260px;
        width: 100%;
        min-width: 50%;
        flex-shrink: 0;
        scroll-snap-align: start;
        overflow: hidden;
        height: auto;
        border: 1px solid var(---, #EAEAEA);
        background-color: #fff;
        padding: 20px;
        position: relative;
        gap: 0;
    }

    .product-card__badges {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        z-index: 1;
    }

    .product-card__image {
        margin-bottom: 15px;
    }

    .product-card__name {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: normal;
        margin-bottom: 10px;
        flex: none;
    }

    .product-card__category {
        margin-top: 0;
        /* height: 36px; */
        font-size: 14px;
        margin-bottom: auto;
    }

    .product-card__price {
        margin-bottom: 20px;
    }

    .product-card__btn {
        font-size: 14px;
        height: 42px;
    }

    .products .nav-arrows {
        display: none;
    }

    .tabs {
        gap: 6px;
    }

    .tabs__btn {
        padding: 7px 12px;
        font-size: 14px;
    }

    .company-cols {
        padding: 0;
        margin-bottom: 60px;
    }

    .company-col__leftiest {
      padding-left: 0px;
    }

    .company-cols__grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0;
    }

    .company-col__image {
        height: 227px;
    }

    .company-col-border {
        padding-left: 0;
        border-left: none;
        padding-top: 40px;
        border-top: 1px solid #eaeaea;
    }

    .press__arrow-mobile {
        display: inline-flex;
        align-items: center;
    }

    .press {
        padding: 0;
        margin-bottom: 60px;
    }

    .press__arrow-mobile-img {
        width: 31px;
    }

    .press__grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        padding-bottom: 4px;
    }

    .press__grid::-webkit-scrollbar {
        display: none;
    }

    .article-card {
        width: 100%;
        min-width: 260px;
        flex-shrink: 0;
        scroll-snap-align: start;
        overflow: hidden;
        padding: 32px 24px;
    }

    .article-card__image {
        padding: 0;
        width: 100%;
        height: 227px;
    }

    .article-card__body {
        margin-top: 20px;
        padding: 0;
        gap: 0;
        justify-content: flex-start;
        height: auto;
    }

    .article-card__title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .stats {
        padding: 0;
        margin-bottom: 60px;
    }

    .stats__title {
        font-size: 30px;
    }

    .stats__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .stat-item {
        padding: 0;
        padding-top: 30px;
        border-left: none !important;
        position: relative;
        /* border-top: 1px solid #d1d5db; */
    }

    .stat-item::before {
        content: '';
        width: 148px;
        height: 1px;
        background-color: #EAEAEA;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
    }

    .stat-item + .stat-item {
        padding-left: 0;
        padding-right: 0;
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .stat-item__number {
        font-size: 64px;
        letter-spacing: 0.64px;
    }

    .stat-item__label {
        margin-top: 0;
        font-size: 18px;
    }

    .reputation {
        padding: 28px 0;
    }

    .reputation__grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 12px;
        padding-bottom: 4px;
    }

    .reputation__grid::-webkit-scrollbar {
        display: none;
    }

    .cert-card {
        /* min-width: calc(50% - 6px); */
        width: 50%;
        flex-shrink: 0;
        scroll-snap-align: start;
    }

    .cert-card__title {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .float-btn {
        right: 12px;
        bottom: 16px;
    }

    .footer {
        padding: 0 0 30px;
    }

    .footer__newsletter {
        padding: 30px 15px 0;
    }

    .footer__logo {
        width: 140px;
        min-width: 140px;
        margin-bottom: 30px;
    }

    .footer__newsletter-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .footer__subscribe-form {
        max-width: 100%;
        width: 100%;
    }

    .footer__newsletter-text {
        max-width: 100%;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .footer__socials {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .footer__links-inner {
        grid-template-columns: 1fr;
        gap: 40px 0;
    }

    .footer__contacts {
        grid-column: 1;
    }

    .footer__bottom-inner {
        flex-direction: column-reverse;
        gap: 12px;
        /* justify-content: flex-end; */
        text-align: left;
        align-items: flex-start;
        padding-bottom: 80px;
    }

    .footer__ratings {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
    }

    .footer__rating-item {
        width: calc(50% - 10px);
        font-size: 18px;
        font-weight: 600;
        gap: 10px;
    }

    .footer__payments {
        justify-content: center;
    }

    .footer__links {
        padding-top: 30px;
    }

    .footer__subscribe-row {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 15px;
    }

    .footer__contacts-address {
        color: #202020;
        font-family: Onest;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.14px;
    }

    .footer__consent {
        flex: 1 0 0;
        color: #202020;
        font-family: Onest;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.12px;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .footer__contacts-phone {
        font-size: 16px;
    }

    .footer__bottom {
        padding: 0 15px;
    }

    .footer__consent-link {
        color: #202020;
    }

    .footer__copyright {
        order: 1;
    }

    .footer__ratings-label {
        font-size: 14px;
    }

    .footer__col-title {
        color: #202020;
        font-family: Onest;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.14px;
    }

    .footer__col-link {
        color: #797C95;
        font-family: Onest;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.14px;
    }

    .footer__contacts-email {
        align-self: stretch;
        color: var(--, #202020);
        font-family: Onest;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0.14px;
    }

    .city-modal__window {
        width: 100%;
        max-height: 100svh;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        max-width: 100%;
        position: fixed;
        overflow-y: auto;
        padding: 30px 15px;
    }

    .city-modal__city-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tender-modal__window {
        display: block;
        width: 100%;
        max-width: 100%;
        top: 0;
        left: 0;
        transform: none;
        position: fixed;
        max-height: 100svh;
        overflow-y: auto;
    }

    .tender-modal__image {
        display: none;
    }

    .tender-modal__content {
        padding: 24px 16px 20px;
    }

    .tender-modal__row {
        grid-template-columns: 1fr;
    }

    .tender-modal__actions {
        flex-direction: column;
    }

    .tender-modal__btn {
        width: 100%;
    }

    .question-modal__window {
        width: 100%;
        max-width: 100%;
        top: 0;
        left: 0;
        transform: none;
        position: fixed;
        max-height: 100svh;
        overflow-y: auto;
        padding: 24px 16px 20px;
    }

    .question-modal__close {
        position: absolute;
        top: 1px;
        right: 1px;
        width: 28px;
        height: 28px;
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: color 0.15s;
        z-index: 1;
    }

    .tender-modal__mobile-bar {
        display: flex;
        flex-shrink: 0;
    }

    .tender-modal__mobile-nav {
        display: flex;
        flex-shrink: 0;
    }

    .catalog-menu,
    .catalog-menu__overlay {
        display: none !important;
    }

    .mobile-menu__header, .mobile-menu__nav {
        display: none;
    }

    .mobile-menu {
        inset: unset;
        top: 130px;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: var(--gray-bg);
        overflow-y: scroll;
    }

    .mobile-menu__catalog-view {
        background-color: transparent;
        overflow-x: hidden;
    }

    .mobile-menu__catalog-active {
        background-color: #fff;
        margin-left: -20px;
        margin-right: -20px;
        padding: 30px 15px;
    }

    .mobile-menu__body {
        background: transparent;
    }

    .mobile-menu__subnav {
        gap: 15px;
        padding-bottom: 30px;
        border-bottom: 1px solid #EAEAEA;
    }

    .mobile-menu__subnav-link {
        padding: 0;
    }

    .tender-modal__mobile-bar {
        display: none;
    }

    .question-modal__overlay {
        background: #f7f7f7;
        inset: unset;
    }

    .question-modal__window {
        box-shadow: none;
        height: 100%;
        max-height: 100%;
        top: 130px;
        bottom: 0;
    }

    .question-modal__close {
        display: none;
    }

    .tender-modal__mobile-nav {
        display: none;
    }

    .tender-modal__window {
        max-height: 100%;
        height: 100%;
        top: 130px;
        bottom: 0;
    }

    .tender-modal__overlay {
        background: transparent;
    }

    .tender-modal__content {
        padding: 0;
    }

    .tender-modal__close {
        display: none;
    }

    .tender-modal__window {
        box-shadow: none;
    }

    .header__catalog-btn {
        transition: 0.3s;
    }

    .header__search {
        position: relative;
    }

    .header__search.active .header__catalog-btn {
        width: 0;
        padding: 0;
        transition: 0.3s;
    }

    .header__search.active .search-box__icon {
        display: none;
    }

    .header__search.active .mobile-menu__search-btn {
        display: flex;
    }

    .mobile-menu__search-btn {
        width: 37px;
        right: 4px;
        top: 3px;
        height: auto;
        bottom: 3px;
        border-radius: 5px;
        background: #57159E;
        background-image: url(../img/icons/search.svg);
        background-size: 17px 18px;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .mobile-menu__search-btn img {
        display: none;
    }

    /* .header__search.active .search-box {
        position: absolute;
        left: 15px;
        right: 15px;
        transition: 0.3s;
    } */
}