

/* Start:/local/components/mob.top/uslugi.list/templates/all/style.css?17527645413463*/
body{
    font-family: Playfair !important;
}
.section-name {
    font-size: 40px;
    line-height: 1;
    background: #FAE9E1;
    width: 100%;
    max-width: max-content;
    padding: 12px 24px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 35px;
}
.section-name:before {
    content: '';
    width: 710%;
    height: 100%;
    border: 2.76px solid #A2BDC4;
    position: absolute;
    left: -600%;
    border-radius: 100px;
    z-index: -10;
}
.section-content {
    margin-bottom: 140px;
    font-size: 32px;
    line-height: 1;
    padding-left: 40px;
}
.section-content ul li {
    margin-bottom: 30px;
}
.section-content ul li::marker {
    color: #FAE9E1;
}
.section-content ul li a {
    color: unset;
    text-decoration: unset;
}
.section-content ul li button{
    background: unset !important;
    border: unset !important;
}
button.btn.btn-primary {
    background: var(--color-dark-blue-gray);
    border: unset;
}


/* Стили для модального окна */
.modal {
    display: none; /* Скрыто по умолчанию */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.library-filter-form {
    background: #fae9e1;
    padding: 30px;
    border-radius: 15px;
    margin: 40px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.library-filter-form h3 {
    color: #4D4A48;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
}

.library-select {
    background: #fae9e1;
    color: #4D4A48;
    border: 2px solid #4D4A48;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    min-height: 120px;
    cursor: pointer;
}

.library-select option {
    background: #fae9e1;
    color: #4D4A48;
    padding: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.library-select option:hover {
    background: #A2BDC4;
    color: #fae9e1;
}

.library-select option:checked {
    background: #4D4A48;
    color: #fae9e1;
    font-weight: bold;
}

.library-select:focus {
    outline: none;
    border-color: #A2BDC4;
    box-shadow: 0 0 0 3px rgba(162, 189, 196, 0.2);
}

.filter-btn {
    background: #4D4A48;
    color: #fae9e1;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.filter-btn:hover {
    background: #3a3735;
}

.filter-btn:active {
    transform: translateY(1px);
}

.service-item {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.service-item.hidden {
    opacity: 0.3;
    pointer-events: none;
    transform: scale(0.98);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .library-filter-form {
        padding: 20px;
        margin: 20px 0;
    }
    
    .library-filter-form h3 {
        font-size: 20px;
    }
    
    .library-select {
        min-height: 100px;
    }
    
    .filter-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}
/* End */


/* Start:/local/components/mob.top/uslugi.list/templates/files/style.css?173510580544*/
.mt120 {
    margin-top: unset !important;
}
/* End */
/* /local/components/mob.top/uslugi.list/templates/all/style.css?17527645413463 */
/* /local/components/mob.top/uslugi.list/templates/files/style.css?173510580544 */
