@media (max-width: 1279px) {
  .column-sct-padding {
    padding-top: 100px;
  }

  .brands {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1139px) {
  .column-sct-padding {
    padding-top: 80px;
  }

  .fs-large {
    font-size: 72px;
  }

  .fs-sub-ttl {
    font-size: 21px;
  }

  .brands {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1023px) {
  /* Общие классы */
  .fs-large {
    font-size: 52px;
  }
  .fs-sub-ttl {
    font-size: 21px;
  }
  h1 {
    font-size: 52px;
  }

  /* HEADER */
  .burger {
    display: flex;
  }
  .nav {
    display: none;
  }

  /* MOBILE MENU */
  .mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 2000;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .mobile-menu.active {
    display: flex;
  }
  .mobile-nav ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
  }
  .mobile-nav a {
    font-size: 24px;
    color: #292830;
    text-decoration: none;
    font-weight: 500;
  }
  .mobile-menu__close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2100;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu__close span {
    position: absolute;
    width: 24px;
    height: 3px;
    background: #292830;
    border-radius: 2px;
  }
  .mobile-menu__close span:first-child {
    transform: rotate(45deg);
  }
  .mobile-menu__close span:last-child {
    transform: rotate(-45deg);
  }

  /* HERO SECTION */
  .hero-sub-ttl {
    margin-top: 0;
  }
  .hero-cta-block {
    flex-direction: column;
    margin-top: 10px;
  }

  /* BANNER SECTION */
  .banner-content {
    padding-top: 60px;
  }
  .brands {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* PRODUCT SECTION */
  .product-info {
    gap: 40px;
  }
  .product-cards {
    flex-direction: column;
  }

  /* PLANS SECTION */
  .plans-card-item {
    align-items: center;
    padding: 0;
    width: auto;
  }
  .plan-card-content {
    align-items: center;
  }
  .plans-cards {
    flex-direction: column;
    width: 95%;
  }

  /* WISHERS SECTION */
  .slider-track {
    flex-direction: column;
  }

  /* BANNER DOWN SECTION */
  .banner-down-img-div button {
    margin-top: 25px;
  }

  /* FOOTER */
  .footer-links {
    display: none;
  }
  .column-sct-padding {
    padding: 50px 0 10px 0;
  }
}

@media (max-width: 767px) {
  /* HEADER */
  .header-request {
    display: none;
  }
  .burger-request {
    display: block;
  }

  /* BANNER SECTION */
  .banner-section {
    padding-top: 80px;
  }
  .banner-blob-left,
  .banner-blob-right,
  .banner-img,
  .brands {
    display: none;
  }

  /* SUPPORT, FAMILY, ANYTIME, PRODUCT SECTIONS */
  .column-content {
    flex-direction: column-reverse;
  }
  .column-info {
    width: 100%;
  }
  .product-info {
    flex-direction: column;
  }

  /* PLANS SECTION */
  .plans-info h2 {
    font-size: 62px;
  }

  /* BANNER DOWN SECTION */
  .banner-down-title {
    font-size: 48px;
    font-weight: 600;
  }
  .banner-down-dsc {
    font-size: 26px;
    font-weight: 500;
    margin-top: 24px;
  }
  .banner-down-img-div {
    justify-content: center;
  }
  .banner-down-img-div > img {
    display: none;
  }
  .banner-down-info {
    padding-top: 0;
  }
  .banner-down-content {
    padding-top: 50px;
  }

  /* FOOTER */
  footer .logo-img {
    display: none;
  }

  .footer-final-row {
    display: flex;
    justify-content: center;
  }
  .privacy,
  .copyright {
    display: none;
  }
  .social-links {
    display: flex;
    justify-content: space-between;
    width: 80%;
  }
  .social-links img {
    width: 60px;
  }
}

@media (max-width: 424px) {
  .email-input {
    padding: 0;
  }
}

@media (max-width: 424px) {
  .footer-form{
    display: none;
  }
  
  .footer-content {
    padding-top: 0;
  }
}
