/*-----   Общие стили    -----*/

.t-section__topwrapper {
    margin-bottom: 0px !important;
}

li::marker {
    color: #FFBD3E;
}

#rec {
    box-shadow: #0000002b 0px 0px 10px 0px !important;
}
/*
.t450 {
    border-radius: 5px 0px 0px 5px;
}


.t-menusub__list {
    text-align: left !important;
} */


/* --- Формы зеро --- */

.zero-form button, .t700 button, .zero-btn a {
    box-shadow: #ff9f0080 0px 5px 30px 0px !important;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out !important;
}
.zero-form button:hover, .t700 button:hover, .zero-btn a:hover {
    scale: 105%;
}

 .t700 button {
    width: 100%;
}   

/* --- Разное  --- */

.shape-border div {
    border-top: #FFBD3E 8px solid !important;
}

.t856__textwrapper {
    padding: 10px !important;
    position: relative;
    background: #fbfbfbf0;
    border-radius: 3px;
    margin: 15px;
}

.t853 .t-card__btn {
    width: 100%;
    justify-content: center;
}

#rec811161137 .t-section__title {
    margin-bottom: 55px !important;
}


/* --- Грид для карточек популярных услуг  --- */

.t853__separator {
    display: none;
}

.t853__container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 60px 40px;
}

.t853__col {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.t853__col > .t-card__col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


/* --- Табы  --- */

.t395__wrapper {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.t395__tab {
    border: 2px solid #ffbd3e !important;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.t395__select {
    border-radius: 5px;
}


.nlm113-active-btn390214179 .tn-atom {
    box-shadow: 0px 0px 10px 0px rgba(42, 42, 42, 0.2);
}

.t252__wrapper {
    border-radius: 5px;
}

.t252__quote-body {
    border-radius: 3px;
}
.t252__text {
    margin-bottom: 0px !important;
}

.t700__img {
    border-radius: 5px;
}

@media screen and (max-width: 1200px) {
    .t594__item {
        padding: 20px !important;
    }
}


@media screen and (max-width: 960px) {
    #rec811161137 .t-section__title {
        text-align: center !important;
    }
    #rec811161137 {
        padding-bottom: 80px !important;
    }
    .t395__wrapper {
        display: none !important;
    }
    .t856__col:last-child {
        margin-bottom: 0px !important;
    }
    .t853__container {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 40px;
    }
}


@media screen and (max-width: 640px) {
    .t853__container {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    #allrecords .t853__container_mobile-grid {
        padding: 0 20px !important;
    }
}
