/* header кнопка */
.btn-catalog-or{
    width: max-content;
    padding: 0px 10px;
    max-width: 237px;
    height: 45px;
    border-radius: 15px;
    background: #ff672d;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.btn-catalog-blue_icon_courses{
    width: 45px !important;
}
.block__header-nav-btn_courses_script {
   opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(-10px);
}

.block__header-nav-btn_courses_script.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.btn-catalog-blue svg {
    width: 23px;
    fill: none;
    height: 23px;
    color: #ffffff;
}
.btn-catalog-blue{
    width: 45px !important;
}

@media (max-width: 1100px) {
    .header .block__header-nav-btn_courses{
        display: none;
    }
    .block__header-nav-btn_courses.is-visible {
        display: none;
    }
}

/* для header если у нас иконка обратного звонка */

@media (max-width: 1830px) {
    .header__search-form .input--search-catalog-custom{
        width: 120px !important;
    }
}
/* для header если у нас иконка обратного звонка */



