.main_fichers__list {
    display: flex !important;
    flex-wrap: wrap !important;
}

.main_fichers__item {
    width: 24% !important;
}

@media (min-width: 960px) and (max-width: 1230px) {
    .main_fichers__item {
        width: 49% !important;
    }
}
@media (max-width: 959px) {
    .main_fichers__item {
        width: 100% !important;
    }
}


.popup_testing {
    position: fixed;
    left: 36%;
    right: 0;
    top: 7%;
    display: none;
    justify-content: center;
    z-index: 3000;
}

.popup_testing--show {
    display: flex !important;
}

@media (max-width: 767px){
    .popup_testing {
        position: fixed;
        left: 0%;
        right: 0;
        top: 7%;
        display: none;
        justify-content: center;
        z-index: 3000;
    }
}
@media (min-width: 768px) and (max-width: 1430px){
    .popup_testing {
        position: fixed;
        left: 20%;
        right: 0;
        top: 7%;
        display: none;
        justify-content: center;
        z-index: 3000;
    }
}

.popup_testing__container {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    width: 100%;
    max-width: 514px;
    padding: 16px 12px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0.7px 1.4px #4a496109,
    0 1.8px 3.4px #4a49610d,
    0 3.4px 6.4px #4a496111,
    0 6px 11.4px #4a496114,
    0 11.3px 21.3px #4a496118,
    0 27px 51px #4a496121;
}

@media (min-width: 48em){
    .popup_testing__container {
        padding: 30px 30px;
    }
}

.popup_testing__text {
    display: flex;
    column-gap: 12px;
    font-size: 16px;
    line-height: 24px;
}

.catalog-list__item-title{
    width: 100%;
    max-width: 243px !important;
    padding: 0;
    font-size: 16px;
    color: #000;
}
@media screen and (min-width: 960px) {
    .contacts_block_didaktika {
        display: flex;
        flex-direction: row !important;
        gap: 24px;
        justify-content: space-between;
    }
}
@media screen and (min-width: 960px) and (max-width: 1180px) {
    .form-search-header {
        position: relative;
        width: 300px;
        margin: 0 auto;
    }
}

.contacts__address_footer{
    font-size:14px;
    line-height:16px;
    color:#747373
}

@media (min-width: 48em){
    .contacts__address_footer{
        font-size:16px;
        line-height:24px
    }
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}