
@media (min-width:1910px){
  .container {
    max-width: 1760px;
  }

}

/* **********   800  ************** */
@media (max-width:800px) {

  .logo {
    font-size: 22px;
    margin-right: 10px;
    padding-left: 5px;
  }

  .mode__btn {
    margin-right: 5px;
  }

  .nav-burger,
  .nav-burger__close {
      display: inline-block;
      cursor: pointer;
      z-index: 100;
    }

    .burger-close {
      display: none;
    }

    .none {
      display: none;
      opacity: 0;
    }


  .nav-list {
    flex-direction: column;
    align-items: center;
    justify-content: start;

    position: relative;
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 50px;

    color: white;
    background: rgba(23, 23, 24, 0.95);

    transform: scale(0);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    z-index: 90;
  }

  .nav__link {
    /* position: relative; */
    font-weight: 500;
    font-size: 45px;
    line-height: 2;
  }

  .nav-drop__item a{
    font-size: 22px;
  }

  .vis {
      transform: scale(1);
      opacity: 1;
  }

  .header__product {
    background-attachment: scroll;
  }



  .mode__btn {
    order: 0;
  }

  .hero {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .hero_title h1 {
    font-size: 30px;
  }

  .hero_title h2 {
  font-size: 25px;
  }

  .hero_title p{
    font-size: 15px;

    letter-spacing: 0.5px;
    padding-top: 15px;
  }

  .title-1 {
    font-size: 45px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .title-h2 {
    font-size: 25px;
  }

  .portf__img:hover {
    transform: scale(1);
  }

  .block__content {
    padding-top: 35px;
  }

  .test {
    padding-top: 30px;
  }

  /* карточка модели */
  .shop__card {
    padding-top: 55px;
    padding-bottom: 0px;
}

  .model__text {
    margin-top: 0;
  }

  /* .modal__archi {
    padding-bottom: 55px;
  } */

  .shop-card__title {
    font-size: 24px;
    margin-top: 15px;
  }

  .shop__card{
    padding-top: 90px;
  }

}

              /* ************* 430  ************ */
@media (max-width:430px) {

body {
  font-size: 14px;
}

.nav__img {
  width: 35px;
}

.logo {
  font-size: 20px;
}

.hero_title h2 {
  font-size: 22px;
}

.title-h2 {
  font-size: 20px;
  /* padding-bottom: unset; */
}

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

.btn {
  font-size: 14px;
}

.button__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.slider__col img {
  max-height: 270px;
}

.galery__card {
  padding: 5px;
}

.partners__item {
  width: 75px;
}

.test {
  padding-top: 25px;
}

.item-faq__title{
  font-size: 20px;
}

/* .item-faq__title::after {

} */

.item-faq__descript {
  font-size: 14px;
}

/* --------- галерея stl/archiviz -------- */
.header__stl {
  background-image: url('./../img/stl-header-360.webp');
  background-size: cover;
  /* background-attachment: fixed; */

}

.title__galery {
  padding-top: 75px;
  padding-bottom: 25px;

  font-size: 28px;
}

.card__name strong {
  font-size: 14px;
}



/*********** галерея готовых изделий********** */
.header__product {
  background-image: url('./../img/header/back-product-sm.webp');
  background-attachment: fixed;
}

.shop__card{
  padding-top: 70px;
}
}
