.top .header__wrap_phone {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

@media (max-width: 768px) {
    .top .header__wrap_phone {
        display: none;
    }
}

.header .phone {
    margin-left: 14px;
}


.footer__center .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    max-width: 490px;
}

@media (max-width: 1100px) {
    .footer__center .box {
        max-width: 250px;
    }
}

@media (max-width: 768px) {
    .footer__center .box {
        max-width: unset;
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 964px) {
    .footer__right .block {
        margin-right: 40px;
    }
}

@media (max-width: 874px) {
    .footer__right .block {
        margin-right: unset;
    }
}

/*  */

.password-wrap {
    position: relative;
}

.password-wrap input {
    padding-right: 32px;
}

.password-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: none;
    cursor: pointer;
    padding: 0;
    line-height: 0;
}

.password-toggle img {
    margin-top: 6px;
    width: 18px;
    height: 18px;
    opacity: 0.6;
}

/*  */

/* видео — Desktop */
.video-block.lapt {
  display: none;
}

.videos-container.cust {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.video-block__video {
  width: 90%;
  max-width: 90%;
  max-height: 250px;
  height: auto;
  border-radius: 12px;
  background: #000;
}

/* Mobile (меньше 992px) — скрываем видео */
@media (max-width: 1024px) {
  .video-block.desk {
    display: none;
  }

  .video-block.lapt {
    display: block;
  }
}
@media (max-width: 767px) {
  .video-block.lapt {
    display: block;
  }
}

/* Видео файл 5001 VIDEO_FILE mpg, avi, wmv, mpeg, mpe, flv, webm */