.header_phone_button {
  display: none;
}

.phone_container {
  display: none;
}

.video-container video {
  border-radius: 20px;
}

.advan__icon {
  width: 72px;
}

.advan__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.extra-content a.btn.inform__btn.btn_2 {
  width: 100%;
  margin-left: 0rem;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  background: royalblue;
  margin-block: 1rem;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .button-container a {
    padding: 1rem;
  }

  .arrow.prev,
  .arrow.next {
    display: none !important;
  }

  .header:not(.scrolled) {
    height: 62px;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .header.scrolled {
    background: rgba(0, 0, 0, 0.85) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important;

    height: 62px;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .header__logo img {
    width: 90px;
  }

  .header__right {
    position: absolute;
    height: 100dvh;
  }

  .partners__top {
    margin-bottom: 50px;
    display: flex !important;
    text-align: center;
    align-items: center;
  }

  footer {
    .container:has(.blok1) {
      background: #f5f5f5;
      padding-block: 3rem;
    }
    .box_a.blok1 {
      display: none;
    }
    .footer_bot {
      background-color: #666;
    }
    .footer_bot .footer__inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      font-weight: 500;
      padding-bottom: 8rem;
      padding-top: 2rem;
    }

    .social-icons {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 2rem;
      padding-block: 1rem;

      a {
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    }
  }

  .menu-icon {
    height: 2px;
  }

  .menu-icon::before {
    height: 2px;
  }

  .menu-icon::after {
    height: 2px;
  }

  .header_phone_button {
    display: flex;
    align-items: center;
    justify-self: center;
    width: 30px;
    height: 30px;
    padding: 0;
    background: rgba(0, 0, 0, 0);

    svg {
      fill: #fff;
      padding: 4px;
    }
  }

  .footer_bot {
    background: #666;
  }

  .phone_container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #171717;

    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 44px;
    gap: 1rem;
    grid-auto-flow: row;
    grid-template-areas: "phone_container_button phone_container_link";

    position: fixed;
    bottom: 0;
    left: 0;
    background: #171717;
    width: 100%;
    color: wheat;
    padding: 1rem;
    z-index: 10;
    border-top: 1px solid #f90;

    .phone_container_link {
      grid-area: phone_container_button;

      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;

      a {
        color: #fff;
        font-size: 1.25rem;
      }

      small {
        color: #fff;
        opacity: 0.64;
        font-size: 0.55rem;
        text-transform: uppercase;
        margin-bottom: -4px;
      }
    }

    .phone_container_button {
      grid-area: phone_container_link;
      display: flex;
      align-items: center;

      a {
        margin: 0;
        height: 40px;
        box-shadow: 0px 10px 40px 7px rgba(244, 117, 0, 0.3);
      }
    }
  }

  .blok3 .btn1 {
    height: 44px;
    font-size: 1rem;
  }

  .button-container:has(a[class*="popmake"]) a {
    width: 100%;
  }
}

/* фикc сетки каталога */

.container:has(.catalog__list) {
  & > h2 {
    margin-bottom: 2rem !important;
  }
}

.catalog__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 1rem;

  @media all and (max-width: 1024px) {
    grid-template-columns: 1fr 1fr;
  }

  @media all and (max-width: 380px) {
    grid-template-columns: 1fr;
  }

  & > p {
    display: none;
  }

  .catalog__item {
    margin-top: 0;
    width: 100%;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 0.5rem;
    border-radius: 1.5rem;
    transition: ease 0.3s box-shadow;

    &:hover {
      box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.1);

      a span {
        color: black;
      }
    }

    @media all and (max-width: 1024px) {
      border-radius: 0;
      box-shadow: none;
      &:hover {
        box-shadow: none;
      }
    }

    a {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      text-align: start;
      width: 100%;
      height: 100%;
      gap: 1rem;

      transition: ease 0.3s color;

      @media all and (max-width: 1024px) {
        flex-direction: column;
      }
    }
  }

  .catalog__name {
    width: 100%;
    margin-left: 0;
  }

  .catalog__img {
    width: 100%;
    min-width: 150px;

    @media all and (max-width: 380px) {
      min-width: unset;
    }
  }
}

.advan {
  .video-container {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    box-shadow: 0px 2.8px 2.2px rgba(0, 0, 0, 0.05),
      0px 6.7px 5.3px rgba(0, 0, 0, 0.036), 0px 12.5px 10px rgba(0, 0, 0, 0.03),
      0px 22.3px 17.9px rgba(0, 0, 0, 0.025),
      0px 41.8px 33.4px rgba(0, 0, 0, 0.02), 0px 100px 80px rgba(0, 0, 0, 0.014);
    border-radius: 1.25rem;
  }
  .video-container video {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
}

code {
  font-size: xxx-large;
  font-weight: 100;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  text-align: center;
  background: #f5f5f5;
  border-radius: 1rem;
}

#pum_popup_title_2035 {
  color: #000c49;
  font-family: DIN Condensed;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}

/* .mobile_descr_list {
  grid-area: mobile_descr_list;
  margin: 0;
  
  dd {
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.25;
  }
}

.has_option_list {
  .mobile_item_image {
      img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: .75rem;
      }
  }
} */

/* .has_option_list {
    grid-template-rows: auto auto 1fr auto !important;
    grid-template-areas:
    "mobile_item_image"
    "mobile_item_title"
    "mobile_descr_list"
    "mobile_item_button" !important;
} */
/* 
@media all and (max-width: 768px) {
  .catalog__list {
    .catalog__name {
      line-height: 1;
    }
    .catalog__img {
      width: 100%;
      min-width: 150px;
      height: 80px;
    }
  }

  .mobile_item_title {
    height: 2lh;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    min-height: 2lh;
  }

  .mobile_descr_list {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }

  .mobile_item_button {
    .btn {
      margin-top: 1rem !important;
    }
  }

} */