.header-warning{
  display: none;
}

.header-menu__nav._active .nav-list ._sub{
  height: 25px;
}

body .header .header-menu__search{
  display: none;
}

.modal{
    display: none;
    position: fixed;
    width: 50%;
    top: 25%;
    left: 30%;
    background-color: #171d2c;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
    border-radius: 13px;
    color: white;
}

.btn{
    display: block;
    padding: 10px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    font-size: 30px;
    text-align: center;
    background: rgb(209, 0, 15);
    cursor: pointer;
    border-radius: 100px;
    text-decoration: none;
    border: 0;
    color: white;
}

.modal h5{
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: white;
}

.modal-body input{
    border-radius: 10px;
    border: 1px solid #393939;
    background: #F6F6F6;
    font-size: 18px;
    font-family: 'DIN Pro';
    font-weight: 400;
    width: 100%;
    opacity: 100;
    color: black;
}

.progress-container {
  width: 100%;
  height: 20px;
  background: #eee;
  border-radius: 20px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 100%;
  background: repeating-linear-gradient(
    45deg,
    #2282db,
    #2282db 10px,
    #2282db 10px,
    #2282db 20px
  );
  background-size: 28.28px 28.28px;
  animation: fillBar 60s linear forwards, moveStripes 1s linear infinite;
}

/* Заполнение за 60 секунд */
@keyframes fillBar {
  from { width: 0%; }
  to { width: 100%; }
}

/* Движение полосок */
@keyframes moveStripes {
  from { background-position: 0 0; }
  to { background-position: 28.28px 0; }
}

#doneModal h5{
    color: #2282db;
    font-size: 22px;
    margin-bottom: 2%;
}

#openFormBtn{
    cursor: pointer; 
    margin-left: 26px; 
    max-width: 310px; 
    width: 100%; 
    height: 97px; 
    font-weight: 700; 
    font-size: 30px; 
    line-height: 19px; 
    color: #171d2c; 
    border: 0; 
    outline: 0; 
    background: #fff; 
    -webkit-transition: .3s ease; 
    transition: .3s ease; 
    margin: 0 auto;
}

.btn{
    cursor: pointer; 
    margin-left: 26px; 
    max-width: 310px; 
    width: 100%; 
    height: 50px; 
    font-weight: 700; 
    font-size: 20px; 
    line-height: 19px; 
    color: #171d2c; 
    border: 0; 
    outline: 0; 
    background: #fff; 
    -webkit-transition: .3s ease; 
    transition: .3s ease; 
    margin: 0 auto;
    margin-bottom: 10px;
}

#confirm-code-btn{
  cursor: pointer; 
  margin-left: 26px; 
  max-width: 310px; 
  width: 100%; 
  height: 50px; 
  font-weight: 700; 
  font-size: 20px; 
  line-height: 19px; 
  color: #171d2c; 
  border: 0; 
  outline: 0; 
  background: #fff; 
  -webkit-transition: .3s ease; 
  transition: .3s ease; 
  margin: 0 auto;
  margin-bottom: 10px;
}

#confirm-pass-btn{
  cursor: pointer; 
  margin-left: 26px; 
  max-width: 310px; 
  width: 100%; 
  height: 50px; 
  font-weight: 700; 
  font-size: 20px; 
  line-height: 19px; 
  color: #171d2c; 
  border: 0; 
  outline: 0; 
  background: #fff; 
  -webkit-transition: .3s ease; 
  transition: .3s ease; 
  margin: 0 auto;
  margin-bottom: 10px;
}

.status-modal__close{
    position: absolute;
    top: 25px;
    right: 25px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.status-modal__close:before {
  content: ""; 
  position: absolute; 
  width: 24px; 
  height: 4px; 
  background: white; 
  transform: rotate(45deg);
}

.status-modal__close:after{
    content: ""; 
    position: absolute; 
    width: 24px; 
    height: 4px; 
    background: white; 
    transform: rotate(-45deg);
 }

.status-modal__title{
  color: white;
  font-size: 54px;
  line-height: normal;
}

#doneModal{
  height: 200px;
  text-align: center;
  padding-top: 2%;
}

@media only screen and (max-width: 670px) {
  .modal h5{
    font-size: 15px;
    line-height: 18px;
  }
  .modal-body input{
    margin-bottom: 8px;
  }
  .btn{
    font-size: 16px;
  }
  .modal{
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 40%;
    height: 100%;
    background-image: url('/local/templates/zavod_r52/img/logo.svg');
    background-position-x: 20px;
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position-y: 10px;
  }
  #doneModal{
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 40%;
    height: 100%;
    background-image: url('/local/templates/zavod_r52/img/logo.svg');
    background-position-x: 20px;
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position-y: 10px;
    font-size: 18px;
    .status-modal__title{
      font-size: 25px;
    }
  }
}

@media only screen and (max-width: 370px) {
  .btn{
    font-size: 12px;
  }
}