.crumbs__item--hidden {
    display: none;
}

.crumbs__item--visible {
    display: block !important; /* !important чтобы переопределить hidden */
}

.js-crumbs{gap:10px;}

.btn-more{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #898989;
    margin-right: 5px;
    padding: 1px 6px 3px 7px;
    background: #F8F8F8;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease

}

.js-crumbs .more-hide{
	width:100%;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}

.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 */