/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap'); */

#stopartroz .section.content.glossary_section > h2 {
    font-size: 26px;
}

main, main * {
    font-family: 'Roboto', sans-serif ;
}


.filter-blocks * .form-select:focus {
    border-color: none;
    box-shadow: none;
}

.search-form {
    position: relative;
    min-height: 46px;
    margin-top: 2rem; 
    margin-bottom: 2rem;
}

#stopartroz .section.content h2 {
    font-size: 1.5rem;
    font-size: 24px;
    line-height: 2rem;
    font-weight: 700;
}

#stopartroz .section.content .sidebar h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
}

#stopartroz .section.content .sidebar ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    text-decoration: none;
}

#stopartroz .section.content .sidebar ul li a:hover {
    background-color: #eff6ff;
}

.search-form .input-search {
    padding: 12px;
    position: absolute;
    width: 100%; 
    border: 1px solid #999999;
    border-radius: 0.5rem;
    font-size: 16px;
    line-height: normal;
    outline:none;
}


.search-form .input-search:focus {
    border-color: #f04043;
}

.search-form button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'FontAwesome';
    color: #999999;
    background: none;
    border: none;
    width: 40px;
    font-size: 18px;
    line-height: normal;
    height: 100%;
    min-height: 46px;
    font-weight: 500;
}

.search-form button:hover {
    color: #666;
}

.alphabet-block {
    margin-top: 3rem;
}

.alphabet-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem; 
}

.alphabet-list .alphabet-all {

}

.alphabet-list .active {
    background-color: #f04043;
    color: #fff;
    border: 1px solid #f04043;
}

.alphabet-list .alphabet-litera {
    cursor: pointer;
    border: 1px solid #e0e0e0;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.2s ease;
    min-width: 76px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.alphabet-list .alphabet-litera:not(.active):hover {
    border-color: #f04043;
    color: #f04043;
    background-color: #fef7f7;
}

#stopartroz .accordion_list .faq_name {
    font-size: 18px;
    font-weight: 500;
}

#stopartroz .accordion_list .faq_name:hover, #stopartroz .accordion_list .faq_name.active {
    background-color: #fafafa;
}

#stopartroz .term-list .term-card a.term-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}

#stopartroz .term-list .term-card .tags a {
    font-size: 14px !important;
}

.medical-content section p img {
    width: 100%;
    height: auto;
}

@media( max-width:992px ){

    .glossary_section .term-layout {
        display: block!important;
    }

    .medical-content section img {
        width: 100%;
        display: block;
        height: auto;
    }
}

@media( max-width:767px ){

   .term-list .term-card {
        width: 100% !important;
    }
    
}

@media( max-width:400px ){

    .alphabet-list .alphabet-litera {
        min-width: calc( 100% / 4 - 6px );
    }
 
}