@media (max-width: 768px) {
  .container {
    width: 360px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .header__logo {
    width: 54px;
    height: 30px;
    margin-right: 0;
  }

  .header__nav {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
    transition: transform 1.3s ease;
    transform: translateX(100%);
    padding-top: 139px;
    margin-right: 0;
  }

  .nav__list {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .nav__link {
    font-size: 20px;
  }

  .header__contact {
    display: none;
  }

  .header__feature {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 24px;
    position: relative;
    overflow: hidden;
  }

  .header__burger {
    position: absolute;
    display: block;
    width: 30px;
    height: 20px;
  }

  .header__close {
    position: absolute;
    z-index: 2;
    display: block;
    width: 24px;
    height: 24px;
    transition: transform 1.3s ease;
    transform: translateX(400%);
  }

  .active {
    transform: translateX(0%);
  }

  .promo {
    height: 842px;
    background-image: url('../img/promo768.webp');
    background-size: 360px;
    padding-top: 316px;
  }

  .promo__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .promo__title {
    width: 180px;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 195px;
  }

  .promo__list {
    width: 244px;
    margin-left: 0;
    margin-bottom: 42px;
  }
  
  .promo__text {
    font-size: 10px;
    line-height: 11px;
  }

  .promo__text_first {
    text-align: right;
    margin-right: 21px;
  }

  .promo__text_second {
    text-align: left;
  }

  .promo__text_third {
    text-align: right;
  }

  .promo__text_fourth {
    text-align: left;
  }

  .promo__button {
    width: 320px;
    height: 52px;
    margin-left: 0;
  }

  .service {
    margin-bottom: 29px;
  }

  .service__top {
    justify-content: center;
    margin-bottom: 25px;
  }
  
  .service__title {
    font-size: 15px;
    line-height: 11px;
  }
  
  .service__small {
    display: none;
  }

  .service__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    margin-bottom: 57px;
  }

  .service__item_left {
    margin-left: auto;
  }

  .service__number {
    font-size: 64px;
    line-height: 50px;
  }
  
  .service__text {
    font-size: 10px;
    line-height: 11px;
  }

  .service__text_second {
    bottom: -11px;
    width: 109px;
  }
  
  .service__text_third {
    width: 142px;
    bottom: -22px;
  }

  .service__list-box {
    flex-direction: column;
    gap: 24px;
    width: auto;
  }

  .service__item-box {
    height: auto;
    border: none;
  }

  .service__item-box_two {
    order: -2;
  }

  .service__item-box_three {
    order: -3;
  }

  .service__moniker-box {
    width: 27px;
    padding-top: 0;
    margin-bottom: 9px;
  }

  .service__text-box {
    width: 176px;
    font-size: 10px;
    line-height: 11px;
  }

  .project {
    height: 510px;
    background-image: url('../img/project768.webp');
    background-size: cover;
    padding-top: 48px;
  }

  .project__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .project__title {
    display: block;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 7px;
  }

  .project__subtitle {
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 45px;
  }

  .project__list {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 45px;
  }

  .project__number_first {
    order: -3;
  }

  .project__number_two {
    order: -2;
  }

  .project__item_three {
    order: -1;
  }

  .project__number {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 15px;
    color: #f13613;
    margin-bottom: 4px;
  }

  .project__number_left {
    margin-left: 0;
  }
  
  .project__text {
    font-size: 10px;
    line-height: 11px;
  }
  
  .project__text_left {
    margin-left: 0;
  }

  .project__text_right {
    margin-left: 112px;
  }

  .project__button {
    width: 320px;
    height: 52px;
  }

  .stage {
    padding-top: 36px;
    padding-bottom: 74px;
  }
  
  .stage__container {
    flex-direction: column;
    justify-content: flex-start;
    gap: 74px;
  }

  .stage__list {
    gap: 35px;
  }
  
  .stage__item {
    gap: 0;
  }
  
  .stage__number {
    display: none;
  }
  
  .stage__content-text {
    width: 314px;
    text-align: center;
  }
  
  .stage__name {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 18px;
  }
  
  .stage__text {
    font-size: 10px;
    line-height: 12px;
  }
  
  .stage__line {
    display: none;
  }

  .stage__title {
    width: 315px;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    margin-bottom: 24px;
  }
  
  .stage__content {
    gap: 10px;
    width: 315px;
  }
  
  .stage__description {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }

  .advantage {
    height: 269px;
    background-image: url('../img/advantage768.webp');
    background-size: 375px;
  }

  .advantage__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .advantage__title {
    font-size: 15px;
    line-height: 11px;
    margin-bottom: 74px;
  }
  
  .advantage__description {
    width: 266px;
    font-size: 14px;
    line-height: 16px;
    margin-left: 17px;
  }

  .portfolio {
    padding-top: 168px;
    padding-bottom: 123px;
    height: 621px;
    background-image: none;
  }

  .gallery {
    margin-bottom: 133px;
  }

  .gallery_portfolio {
    margin-bottom: 0;
  }

  .gallery_video {
    padding-top: 216px;
    padding-bottom: 122px;
  }
  
  .gallery__title {
    font-size: 15px;
    line-height: 11px;
    text-align: center;
    margin-bottom: 44px;
  }

  .portfolio__title {
    font-size: 32px;
    margin-bottom: 105px;
  }
  
  .gallery__info {
    width: 320px;
  }
  
  .gallery__moniker {
    width: 240px;
    height: 180px;
    margin-bottom: 0;
  }

  .gallery__video {
    width: 320px;
    height: 180px;
    margin-bottom: 20px;
  }

  .gallery__scroll {
    display: block;
    width: 320px;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    margin: 0 auto;
  }

  .gallery__content {
    display: none;
  }

  .gallery__arrow-box {
    display: none;
  }

  .autopark {
    height: 813px;
    background-image: none;
    padding-top: 384px;
  }
  
  .autopark__title {
    font-size: 32px;
  }

  .product {
    padding-top: 0;
    padding-bottom: 149px;
  }
  
  .product__list {
    gap: 34px;
  }
  
  .product__top {
    flex-direction: column;
    margin-bottom: 0;
  }
  
  .product__moniker {
    width: 320px;
    margin-bottom: 10px;
  }
  
  .product__subtitle {
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 10px;
  }
  
  .product__tag {
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 10px;
  }
  
  .product__text {
    font-size: 10px;
    line-height: 12px;
  }
  
  .product__number {
    display: none;
  }

  .partner {
    height: 494px;
    background-image: none;
    padding-top: 384px;
  }
  
  .partner__title {
    font-size: 32px;
    margin-left: 0;
  }

  .brand {
    padding-top: 0;
    padding-bottom: 123px;
  }
  
  .brand__list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
    width: 320px;
  }
  
  .brand__last {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
  }
  
  .brand__moniker {
    display: block;
    width: 121px;  
    filter: grayscale(0);
  }

  .contact {
    padding-top: 168px;
    padding-bottom: 123px;
  }
  
  .contact__title {
    width: 320px;
    font-size: 32px;
    margin-bottom: 74px;
  }
  
  .contact__top {
    flex-direction: column;
    gap: 118px;
    margin-bottom: 23px;
  }
  
  .contact__map {
    width: 320px;
    height: 239px;
  }

  .contact__form {
    gap: 22px;
    order: -1;
  }
  
  .contact__input {
    font-size: 9px;
    border: 0.92px solid #fff;
    padding: 9px 6px;
    width: 320px;
    height: 31px;
  }
  
  .contact__textarea {
    font-size: 9px;
    border: 0.92px solid #fff;
    padding: 9px 6px;
    width: 320px;
    height: 141px;
    margin-bottom: 27px;
  }
  
  .contact__button {
    width: 320px;
    height: 52px;
    font-size: 15px;
    line-height: 17px;
  }

  .contact__address {
    display: block;
    width: 240px;
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 18px;
  }

  .contact__address span {
    display: block;
    color: #f13613;
  }
  
  .contact__actual {
    width: 216px;
    font-size: 10px;
    line-height: 18px;
  }

  .contact__right {
    display: none;
  }

  .about {
    height: 830px;
    background-image: none;
    padding-top: 332px;
  }

  .about__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .about__title {
    font-size: 32px;
    margin-left: 0;
    margin-bottom: 33px;
  }
  
  .about__description {
    width: 320px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
  }
  
  .about__list {
    display: none;
  }

  .first {
    height: 329px;
    background-image: url('../img/first768.webp');
    background-size: 360px;
    padding-top: 38px;
  }

  .first__small {
    margin-bottom: 5px;
  }
  
  .first__title {
    display: block;
    font-weight: 800;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 63px;
  }
    
  .first__description {
    width: 320px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }
  
  .second {
    height: 359px;
    background-image: url('../img/second768.webp');
    background-size: 360px;
    padding-top: 0;
  }

  .second__title {
    display: block;
    width: 281px;
    font-weight: 800;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 99px;
  }

  .second__description {
    width: 320px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }
  
  .third {
    height: 263px;
    background-image: url('../img/third768.webp');
    background-size: 360px;
    padding-top: 0;
  }

  .third__title {
    display: block;
    font-weight: 800;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
  }
  
  .third__small {
    margin-bottom: 137px;
  }
  
  .third__description {
    width: 320px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }
  
  .fourth {
    height: 283px;
    background-image: url('../img/fourth768.webp');
    background-size: 360px;
    padding-top: 7px;
  }

  .fourth__title {
    display: block;
    width: 320px;
    font-weight: 800;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 100px;
  }
  
  .fourth__description {
    width: 320px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }
  
  .fifth {
    height: 300px;
    background-image: url('../img/fifth768.webp');
    background-size: 360px;
    padding-top: 0;
    order: -1;
  }

  .fifth__title {
    display: block;
    width: 297px;
    font-weight: 800;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
  }
  
  .fifth__small {
    margin-bottom: 127px;
  }
  
  .fifth__description {
    width: 320px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }
  
  .sixth {
    height: 312px;
    background-image: url('../img/sixth768.webp');
    background-size: 360px;
    padding-top: 0;
  }

  .sixth__title {
    display: block;
    width: 320px;
    font-weight: 800;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 54px;
  }
  
  .sixth__description {
    width: 320px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }

  .footer {
    margin-bottom: 40px;
  }

  .footer__title {
    display: none;
  }

  .footer__wrapper {
    flex-direction: column;
    gap: 62px;
  }

  .footer__left {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer__moniker {
    width: 63px;
    height: 35px;
    margin-right: 34px;
    margin-bottom: 0;
  }
  
  .footer__description {
    width: 307px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    margin-bottom: 29px;
    order: -1;
  }

  .footer__social {
    width: 307px;
    order: 1;
  }

  .social__list {
    justify-content: center;
    width: 307px;
  }

  .social__moniker {
    width: 50px;
  }

  .footer__list {
    margin-top: 30px;
    margin-bottom: 37px;
    order: 0;
  }

  .footer__line {
    display: none;
  }

  .footer__right {
    order: -1;
  }
  
  .footer__decision {
    width: 320px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    margin-bottom: 22px;
  }
  
  .footer__form {
    border: 1px solid #fff;
    margin-bottom: 0;
  }
  
  .footer__input {
    width: 160px;
    height: 32px;
    font-size: 10px;
    padding-left: 6px;
    background: #000;
  }
  
  .footer__button {
    width: 160px;
    height: 32px;
    font-size: 9px;
    letter-spacing: normal;
    background: #000;
    color: #9c9c9c;
  }
  
  .footer__address {
    display: none;
  }

  .footer__address_left {
    display: block;
    width: 216px;
    font-size: 10px;
    line-height: 12px;
  }

  .access {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .access__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 17px;
  }
}