@media (max-width: 1219.98px) {
  body {
    font-size: 16px;
  }

  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 20px;
  }

  h2,
  .h2 {
    font-size: 18px;
  }

  .title {
    font-size: 34px;
  }

  .header__logo {
    margin-right: 0;
  }

  .header__burger {
    display: block;
    width: 40px;
    margin-left: auto;
  }

  .menu-btn {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
  }

  .menu-btn:before,
  .menu-btn:after {
    content: '';
  }

  .menu-btn:before,
  .menu-btn:after,
  .menu-btn > span {
    position: absolute;
    width: 32px;
    height: 6px;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -16px;
    background: var(--accent-color);
    border-radius: 10px;
  }

  .menu-btn:before {
    transform: translateY(-10px);
  }

  .menu-btn:after {
    transform: translateY(10px);
  }

  .header__content {
    position: relative;
  }

  .mob-menu {

  }

  .mob-menu__bg {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1030;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.25s ease-in-out;
  }

  html.is-menu-open .mob-menu__bg {
    opacity: 1;
    visibility: visible;
  }

  .mob-menu__inner {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1031;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease-in-out;
  }

  html.is-menu-open .mob-menu__inner {
    opacity: 1;
    visibility: visible;
  }

  .mob-menu__content {
    border-radius: 5px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 216px;
    padding: 16px 0;
  }

  .nav__arrow {
    border: none;
    padding: 0;
    background: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: none;
  }

  .nav,
  .user-nav {
    text-transform: uppercase;
  }

  .nav ul,
  .user-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nav ul ul {
    display: none;
  }

  .nav ul li.is-open > ul {
    display: block;
  }

  .nav a,
  .user-nav a,
  .user-nav button {
    color: var(--accent-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 3px;
    padding: 5px 15px;
    border: none;
    background: none;
    width: 100%;
    text-transform: uppercase;
  }

  .user-nav a,
  .user-nav button {
    color: var(--grey-color);
  }

  .nav a:hover,
  .nav a.is-active,
  .user-nav a:hover,
  .user-nav a.is-active,
  .user-nav button:hover,
  .user-nav button.is-active {
    background-color: var(--accent-color);
    color: #fff;
  }

  .nav li,
  .user-nav li {
    border-bottom: 1px solid #D5E0E4;
  }

  .user-nav li:last-child {
    border-bottom: none;
  }

  .nav ul ul li,
  .user-nav ul ul li  {
    border-bottom: none;
    border-top: 1px solid #D5E0E4;
  }

  .nav ul ul li a,
  .user-nav ul ul li a,
  .user-nav ul ul li button {
    padding-left: 20px;
  }

  .footer {
    background-position: calc(50% - 446px) 33px;
  }

  .footer__download {
    display: none;
  }

  .footer__logo {
    width: 19%;
  }

  .footer__contacts,
  .footer__social,
  .footer__subscribe {
    width: 27%;
  }

  .page-lead {
    padding: 18px 0 47px;
  }

  .page-lead h1 {
    font-size: 41px;
    margin-bottom: 36px;
  }

  .page-lead__text {
    font-size: 18px;
    margin-bottom: 33px;
  }

  .page-lead__list {
    margin-bottom: 20px;
  }

  .section__tooltip {
    display: none;
  }

  .section__header {
    margin-bottom: 30px;
  }

  .text-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .work-scheme-section {
    padding-bottom: 30px;
  }

  .info-section__image-wrapper {
    min-height: 460px;
  }

  .economy__card-num {
    font-size: 63px;
  }

  .media-gallery-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .media-gallery__video:before {
    width: 62px;
    height: 62px;
    margin: -31px;
  }

  .qr-info {
    column-gap: 40px;
  }

  .qr-info__gr:before {
    top: -25px;
  }

  .item__header-inner {
    padding: 25px 18px 30px;
  }

  .item__title {
    font-size: 22px;
    margin-bottom: 21px;
  }

  .item__desc {
    font-size: 18px;
  }

  .item__content {
    padding-left: 0;
    padding-right: 0;
  }

  .item__list-item {
    padding-left: 17px;
    padding-right: 17px;
  }

  .item__footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-lead:before,
  .home-lead:after,
  .home-text-section:before {
    display: none;
  }

  .home-description-section {
    background: none;
  }

  .home-lead__inner {
    padding: 30px 0;
  }

  .home-lead__content {
    padding-top: 40px;
  }

  .home-lead__title h1 {
    font-size: 46px;
  }

  .home-lead__text {
    font-size: 22px;
  }

  .home-lead__footer {
    font-size: 14px;
  }

  .home-lead__media-nfc {
    top: 0;
  }

  .home-lead__media-nfc img {
    width: 46px;
    height: auto;
  }

  .home-text-section h2 {
    font-size: 18px;
    margin: 0 0 20px;
  }

  .home-text-section__text {
    min-height: 0;
  }

  .home-text-section__footer {
    padding-left: 0;
  }

  .home-text-section__footer-line-1,
  .home-text-section__footer-line-2 {
    display: none;
  }

  .home-work-scheme__card-title {
    font-size: 18px;
  }

  .home-work-scheme__card:before {
    display: none;
  }

  .home-item__image {
    flex: 0 0 auto;
    width: 35.6%;
  }

  .home-item__content {
    flex: 0 0 auto;
    width: 64.4%;
  }

  .home-item__title {
    font-size: 21px;
    margin-bottom: 25px;
  }

  .home-item__footer {
    margin-top: 20px;
  }

  .news-item__title {
    margin-bottom: 20px;
  }

  .home-text-section__footer-image {
    right: 0;
    top: -35px;
  }

  .table {
    font-size: 16px;
  }

  .table th {
    font-size: inherit;
    padding: 7px 10px;
  }

  .table td {
    padding: 15px 10px;
  }

  .cart-table__content {
    font-size: inherit;
    line-height: inherit;
  }

  .cart-table__image-cell {
    width: 120px;
  }

  .history-table .cart-table__image-cell {
    width: 100px;
  }

  .cart-table__content-cell,
  .history-table .cart-table__content-cell {
    width: auto;
  }

  .cart-table__count-cell,
  .cart-table__option-cell {
    width: 120px;
  }

  .history-table .cart-table__option-cell {
    width: 100px;
  }

  .cart-table__remove-cell,
  .cart-table__edit-cell {
    width: 50px;
  }

  .cart-footer__icon img {
    width: 40px;
  }

  .cart-footer__section {
    column-gap: 16px;
  }

  .cart-footer__login {
    margin-top: 12px;
  }

  .cart-discount__content {
    font-size: 18px;
  }

  .cart-total {
    font-size: 18px;
  }

  .page-header {
    margin: 20px 0 30px;
  }

  .page-subtitle {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .footer {
    background-position: calc(50% - 323px) 33px;
  }

  .footer__inner {
    flex-wrap: wrap;
    margin-left: -40px;
    margin-bottom: -30px;
  }

  .footer__inner > * {
    width: 50% !important;
    padding: 0 0 0 40px !important;
    margin-bottom: 30px;
  }

  .footer__social {
    order: 1;
  }

  .footer-subscribe {
    margin: 0;
  }

  .page-lead__inner {
    display: block;
  }

  .page-lead__media {
    width: auto;
    margin-bottom: 35px;
  }

  .page-lead__content {
    width: auto;
    padding-right: 0;
  }

  .page-lead__btn-row {
    text-align: center;
  }

  .work-scheme__item {
    width: 50%;
  }

  .work-scheme__card-arrow {
    display: none;
  }

  .work-scheme .mob-swiper__buttons .swiper-button-prev,
  .work-scheme .mob-swiper__buttons .swiper-button-next {
    margin-top: -25px;
    margin-bottom: 15px;
  }

  .info-section__row {
    display: block;
  }

  .info-section__content {
    width: auto;
    margin-bottom: 30px;
  }

  .info-section__image {
    width: auto;
    margin: 0;
    padding: 0;
    display: block;
  }

  .info-section__image-wrapper {
    min-height: 0;
    padding: 0 0 20px;
  }

  .economy-section .section__header {
    padding: 0;
    margin-bottom: 26px;
  }

  .economy-section__header-left-icon {
    display: none;
  }

  .economy-section__header-right-icon {
    position: static;
    text-align: center;
  }

  .economy .swiper-wrapper {
    justify-content: flex-start;
  }

  .economy__item {
    width: 50%;
  }

  .benefits {
    overflow: hidden;
  }

  .benefits .swiper-wrapper {
    margin-bottom: 0;
  }

  .benefits__item {
    width: 50%;
    margin-bottom: 0;
  }

  .catalog .swiper-wrapper {
    justify-content: flex-start;
  }

  .catalog__item {
    width: 50%;
  }

  .qr-info {
    column-gap: 20px;
  }

  .news-slider__item {
    width: 50%;
  }

  .home-lead__content {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }

  .home-lead__title h1 {
    font-size: 34px;
    line-height: normal;
  }

  .home-lead__text {
    display: none;
  }

  .home-lead__aside {
    width: 100%;
    text-align: center;
  }

  .home-lead__media {
    max-width: 300px;
    margin: 0 auto;
  }

  .home-work-scheme {
    justify-content: center;
  }

  .home-work-scheme__item {
    width: 50%;
  }

  .home-work-scheme__item:nth-child(2) {
    display: none;
  }

  .home-text-section__image {
    width: 100%;
    margin-bottom: 30px;
  }

  .home-text-section__content {
    width: 100%;
  }

  .home-interactive-section {
    padding-bottom: 50px;
  }

  .home-interactive-section:before {
    display: none;
  }

  .home-catalog-section {
    padding-top: 50px;
  }

  .home-item__inner {
    flex-wrap: wrap;
  }

  .home-item__image {
    width: 100%;
    margin-bottom: 30px !important;
  }

  .home-item__content {
    width: 100%;
  }

  .table th {
    font-size: 14px;
  }

  .cart-table__image-cell {
    width: 100px;
  }

  .cart-table__count-cell,
  .cart-table__option-cell {
    width: 80px;
  }

  .cart-table__remove-cell,
  .cart-table__edit-cell {
    width: 45px;
  }

  .history-table .cart-table__image-cell {
    width: 80px;
  }

  .history-table .cart-table__option-cell {
    width: 70px;
  }
}

@media (max-width: 767.98px) {
  .footer {
    background-position: calc(50% - 233px) 33px;
  }

  .footer__inner {
    margin-left: -20px;
  }

  .footer__inner > * {
    padding: 0 0 0 20px !important;
  }

  .text-section__image {
    width: 100%;
    margin-bottom: 26px;
  }

  .text-section__content {
    width: 100%;
  }

  .catalog__item {
    width: 100%;
  }

  .qr-info {
    display: block;
  }

  .qr-info__text-col .icon {
    display: none;
  }

  .qr-info__gr-col {
    padding: 51px 0 34px;
  }

  .catalog-info {
    border-top: 1px solid #B9B9B9;
    margin-top: 34px;
    padding-top: 34px;
  }

  .catalog-info__item {
    display: block;
    border: none;
    padding-bottom: 0;
    margin-bottom: 26px;
  }

  .catalog-info__icon {
    width: auto;
    margin-bottom: 16px;
  }

  .up-btn {
    width: 40px;
    height: 40px;
  }

  .up-btn:before {
    width: 30px;
    height: 30px;
  }

  .home-text-section__image {
    display: none;
  }

  .home-text-section__footer-t {
    display: none;
  }

  .home-text-section__footer {
    padding: 0;
  }

  .home-text-section__footer-image {
    position: static;
    text-align: center;
  }

  .home-work-scheme__item {
    width: 100%;
  }

  .home-work-scheme__card-inner {
    min-height: 0;
  }

  .home-work-scheme__item:nth-child(5) .home-work-scheme__card-bg {
    transform: none;
  }

  .cart-table,
  .cart-table tbody,
  .cart-table tr,
  .cart-table th,
  .cart-table td {
    display: block;
  }

  .cart-table thead {
    display: none;
  }

  .cart-table__item {
    background: var(--grey-bg-2) !important;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
  }

  .cart-table__item td {
    width: auto !important;
    padding: 0;
    text-align: left;
    border: none;
  }

  .cart-table__image-cell {
    padding: 0 !important;
    text-align: center !important;
    margin-bottom: 15px;
  }

  .cart-table__content-cell {
    margin-bottom: 15px;
  }

  .cart-table__count-cell {
    text-align: center !important;
    margin-bottom: 15px;
  }

  .cart-table__option-cell {
    margin-bottom: 5px;
  }

  .cart-table__option {
    font-weight: bold;
  }

  .cart-table__option:before {
    content: attr(data-title)': ';
    font-weight: normal;
  }

  .cart-table__remove-cell,
  .cart-table__edit-cell {
    position: absolute;
    right: 0;
    top: 0;
  }

  .cart-table__edit-cell {
    right: 34px;
  }

  .cart-table__remove-btn,
  .cart-table__edit-btn {
    display: block;
    padding: 5px;
  }

  .cart-table__image img {
    width: 122px;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 26px;
    padding-right: 26px;
  }

  .popup-window__header,
  .popup-window__content {
    padding-left: 26px;
    padding-right: 26px;
  }

  .popup-window__title,
  .login-window .popup-window__title {
    font-size: 26px;
  }

  .footer__inner {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }

  .footer__inner > * {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 0;
  }

  .footer__social {
    order: auto;
  }

  .footer {
    background-position: calc(50% - 44px) 45px;
  }

  .footer__logo {
    margin-bottom: 80px;
  }

  .footer-logo {
    margin-top: 0;
    text-align: center;
  }

  .footer__contacts {
    padding: 0 16px !important;
    margin-bottom: 29px;
  }

  .footer__social {
    padding: 0 16px !important;
    margin-bottom: 29px;
  }

  .page-lead__list {
    column-count: 1;
    column-gap: 0;
  }

  .page-lead__list-item {
    column-gap: 20px;
  }

  .text ul.column-2,
  .text ol.column-2 {
    column-count: 1;
    column-gap: 0;
  }

  .work-scheme__item {
    width: 100%;
  }

  .economy__item {
    width: 100%;
  }

  .benefits__item {
    width: 100%;
  }

  .media-gallery__item {
    width: 100%;
  }

  .catalog {
    margin: 0 -17px;
  }

  .check-color-list {
    gap: 8px;
  }

  .news-slider__item {
    width: 100%;
  }

  .home-page .header {
    background: var(--grey-color);
  }

  .home-page .menu-btn:before,
  .home-page .menu-btn:after,
  .home-page .menu-btn > span {
    background-color: #fff;
  }

  .home-lead__inner {
    padding: 11px 10px 27px;
  }

  .home-lead__content {
    text-align: left;
  }

  .home-text-section {
    padding-top: 35px;
  }

  .home-work-scheme-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-work-scheme-section .section__header {
    display: none;
  }

  .home-work-scheme__card-inner {
    padding-left: 26px;
    padding-right: 26px;
  }

  .home-work-scheme {
    margin: 0;
    display: block;
  }

  .home-work-scheme__item {
    width: auto;
    padding: 0;
    margin-bottom: 26px;
  }

  .home-work-scheme__item:last-child {
    margin-bottom: 0;
  }

  .home-work-scheme__item:nth-child(3),
  .home-work-scheme__item:nth-child(5),
  .home-work-scheme__item:nth-child(6) {
    margin-right: -26px;
  }

  .home-work-scheme__item:nth-child(1),
  .home-work-scheme__item:nth-child(5),
  .home-work-scheme__item:nth-child(4) {
    margin-left: -26px;
  }

  .home-work-scheme__item:nth-child(3) .home-work-scheme__card-bg,
  .home-work-scheme__item:nth-child(5) .home-work-scheme__card-bg,
  .home-work-scheme__item:nth-child(6) .home-work-scheme__card-bg {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .home-work-scheme__item:nth-child(1) .home-work-scheme__card-bg,
  .home-work-scheme__item:nth-child(5) .home-work-scheme__card-bg,
  .home-work-scheme__item:nth-child(4) .home-work-scheme__card-bg {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .home-interactive-section .section__header {
    margin-bottom: 19px;
  }

  .home-interactive-image {
    margin-bottom: 20px;
  }

  .home-interactive-section {
    padding-bottom: 30px;
  }

  .home-catalog-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .home-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-item__icon {
    display: none;
  }

  .home-item__more a {
    column-gap: 6px;
  }

  .home-description-section {
    padding-top: 30px;
  }

  .home-description-section .section__header {
    display: none;
  }

  .home-description-image {
    margin: 0 -26px 30px;
  }

  .home-contacts__image {
    margin-bottom: 27px;
  }

  .home-contacts .title {
    margin-bottom: 26px;
  }

  .form-block {
    margin-left: -26px;
    margin-right: -26px;
  }

  .form-block__header {
    border-radius: 0;
    padding-left: 26px;
    padding-right: 26px;
  }

  .form-block__content {
    padding-left: 26px;
    padding-right: 26px;
  }

  .form-label {
    margin-left: 0;
  }

  .just-validate-error-label {
    margin-left: 0;
  }

  .select-color-row {
    margin-left: 0;
  }

  .form-check {
    margin-left: 0;
  }

  .form-block__btn-row {
    text-align: center;
  }

  .storage-info {
    margin-left: 0;
  }

  .cart-discount {
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
  }

  .cart-discount__title {
    display: block;
    margin-bottom: 10px;
  }

  .cart-discount__title .icon {
    display: none;
  }

  .cart-total {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .cart-aggreement {
    padding-left: 0;
    padding-right: 0;
  }

  .cart-btn-row {
    text-align: center;
    margin-top: 40px;
    padding: 0;
  }

  .cart-footer {
    margin-top: 40px;
    margin-bottom: 0;
  }
}