@media (min-width: 1024px) {
  .header {
    position: sticky;
    top: 0;
    padding: 1rem;
    text-align: center;
    background: #fff;
    z-index: 20;
  }
}

.contacts__social a {
  width: 2.28vw;
  height: 2.28vw;
}

@media only screen and (max-width: 991px) {
  .modal-case {
    background: #fff;
  }
  .contacts__social a {
    width: 36px;
    height: 36px;
  }
}

.modal__case-btn {
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .header__menu-item,
  .header__menu li {
    font-size: 18px;
    line-height: 24px;
  }
}

.whatsapp-icon-container {
  position: fixed;
  bottom: 20px;
  right: -70px; /* Начальное положение вне экрана */
  transition: all 0.5s ease-in-out;
  z-index: 1000;
  animation: pulseAnimation 2s infinite alternate-reverse;
}

@keyframes pulseAnimation {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

.whatsapp-icon-container a img {
  width: 60px;
  height: auto;
  display: block;
}


/* Для анимации появления иконки */
.whatsapp-icon-container.visible {
  right: 20px;
}

.breakcrumbs {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
}

.break_holder {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 1024px) {
  .top-block__btn {
    width: 13.02vw;
    height: 3.13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
    width: 169;
    font-family: Greycliff_CF_DemiBold;
    font-size: 0.73vw;
    line-height: 0.73vw;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 1.56vw;
    transition: all .2s ease;
  }
}


.subscribe-form__checkbox {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.subscribe-checkbox_input a {
  text-decoration: underline;
}

.subscribe-form__checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: .5rem;
    display: inline-grid
;
    flex-shrink: 0;
    height: 1.5rem;
    margin: 0;
    padding: 0;
    place-content: center;
    position: relative;
    width: 1.5rem;
}

.subscribe-form__checkbox input:before {
    border: solid #000;
    border-width: 0 2px 2px 0;
    content: "";
    height: .79rem;
    transform: rotate(45deg) scale(0);
    transition: transform .2s 
ease-in-out;
    width: .45rem;
}

.subscribe-form__checkbox input:checked:before {
    transform: rotate(45deg) scale(1);
}
.subscribe-form__checkbox input:before {
    border: solid #000;
    border-width: 0 2px 2px 0;
    content: "";
    height: .79rem;
    transform: rotate(45deg) scale(0);
    transition: transform .2s 
ease-in-out;
    width: .45rem;
}

.subscribe-checkbox_input {
    margin-bottom: 20px;
}


#modal__form .subscribe-form__checkbox {
  color: #fff;
}


.header_text {
    width: auto;
    min-width: 16.67vw;
    font-size: 0.83vw;
    line-height: 0.94vw;
    text-transform: uppercase;
}

.top-block h1::before {
  height: 2px;
}

@media only screen and (max-width: 991px) {
  .footer__container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
    .footer__logo {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer__dev {
        display: block;
        margin-right: auto;
        display: flex
;
        display: flex
;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
                font-size: 14px;
    }
        .footer {
        height: auto;
    }
    a.footer__privacy {
    margin-top: 20px;
}
}

@media (max-width: 992px) {
  .header_text {
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    text-transform: uppercase;
    min-width: 175px;
    text-align: left;
    margin-left: 10px;
  }
  .whatsapp-icon-container.visible{
    right: 10px;
    bottom: 10px;
  }
  .whatsapp-icon-container a img{
    width: 50px;
  }
}

