@charset "UTF-8";
/*--------- Fonts ---------------
RobotoThin         w-100
RobotoLight        w-300
Roboto             w-400
RobotoMedium       w-500
RobotoBold         w-700
RobotoBlack        w-900
---------------------------------*/

body {
    text-decoration: none !important;
    font-family: RobotoLight, sans-serif;
}

h5, h6 {
    font-weight: 700;
}

@media (max-width: 768px) {
    .breadcrumb-main {
        display: none;
    }

}
.flex-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.flex-col {
    flex-basis: calc(50% - 10px); /* Оставляем небольшой отступ между колонками */
}

.alert-danger {
    padding: 0;
    height: auto;
    line-height: 30px;
    text-align: center;
    border: 1px solid red;
    font-weight: 700;
}

.alert-danger ul {
    list-style-type: none;
    text-align: center;
    padding: inherit;
    color: #aa2222;
}

/* -------------------top-line START ----------------------------*/
.top-line {
    font-family: Roboto, sans-serif;
    /*font-family: RobotoLight, sans-serif;*/
    background-color: rgba(200, 200, 220, 0.7);
    /*    background: linear-gradient(to bottom right, #e33b8f, #e5cbec, #b69e27, #cc60ef);*/
    color: rgba(55, 2, 2, 0.9);
    font-size: 1rem;
    padding: 4px 50px 4px 50px;
}

.top-line a {
    color: rgba(55, 2, 2, 0.9);
    text-decoration: inherit;
}

.top-line a:hover {
    font-family: Roboto, sans-serif;
    color: blue;
}

.top-line-text {
    font-size: 1.2rem;
    padding-left: 10px;
}

/*---------------- top-line END --------------------------*/

/*---------------- top-nav START --------------------------*/
/* смотри nav.css */
/*---------------- top-nav END --------------------------*/

/*---------------breadcrumbs START ----------------*/
nav {
    text-align: center;
    a {
        text-decoration: none;
    }
}

/*--------------slider START ----------------------------*/
/* смотри slider.css */
/*--------------slider END ----------------------------*/

/*-------------- category START ----------------------------*/
.category-section {
    margin: 2% 2% 2% 2%;

}

.cat-card {
    margin: 15px;
    padding: 10px;
    border: 1px solid;
    border-radius: 10px 10px 0 0;
    box-shadow: 5px 5px 7px #a1a4a9;
}

/* -------------- category END ---------------------------- */
/* ------------- footer START ---------------------------- */
footer {
    font-family: Roboto, sans-serif;
    color: #000;
    background-color: rgba(200, 200, 220, 0.7);
}

.social-bottom {

}

.copyright {
    text-align: center;
    font-size: 1rem;
}

.social a:hover {
    color: blue;
}

.social a {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
}

.form-label {
    display: inline-block;
    min-width: 250px;
    vertical-align: top;
}

.form-error {
    color: red;
    font-weight: 600;
}

.success {
    margin: 50px;
    text-align: center;
    /*    background-color: #bbb;*/
}

/* КАТЕГОРИИ */
.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

/* КАТЕГОРИИ END */

/* СТРАНИЦЫ ГАРАЖА START */
.header-title-h1 {
    text-align: center;
    color: #082e8f;
    font-weight: 700;
}

/* Таблица START */

td a {
    text-decoration: none;
    color: #040f49;
}

td a:hover {
    color: blue;
}

/*.tabel {*/
/*    border-collapse: collapse;*/
/*    font-weight: 700;*/
/*}*/

/*th {*/
/*    background: rgba(200, 200, 220, 0.7)!important;*/
/*    color: #0a48e6!important;*/
/*    font-weight: 700;*/
/*}*/

.td-sel {
    background: #d1e7dd;
    font-weight: 700;
}

/*.td-bold{*/
/*    font-weight: 700;*/
/*}*/

th, td {
    /*border: 2px solid #444;*/
    /*padding: 8px 12px;*/
    text-decoration: none;
    vertical-align: middle;
}

/*.mileage{*/
/*    text-align: end;*/
/*    padding-right: 1.5rem!important;*/
/*}*/

/* Таблица END */



/* СТРАНИЦЫ ГАРАЖА END */


/* Show PERSON  START */
.person-head {
    font-weight: bold;
    font-size: 1.2rem;
    color: #0a48e6;
}

.person-text {
    font-size: 1.2rem;
    padding-bottom: 15px;
}
.person-text a {
    text-decoration: none;
    color: black;
}
.person-text a:hover {
    color: blue;
}

/* Show PERSON END */
/* Форматирование текста START */
.paragraph {
    text-indent: 40px;
    text-align: justify;
}

/* Форматирование текста END */

.pe-10 .input-group > .input-group-text {
    margin: 50px;
    width: 50px;
}

/* DELETE ОКНО START */
.delete-danger {
    font-weight: bolder;
    color: red;
}

.bg-delete {
    background: #f2e7c3;
    border: solid #e43b07;
    border-radius: 15px;
    padding: 3rem 1rem 3rem 1rem;
    margin-bottom: 6rem;
    box-shadow: 5px 5px 5px red;
}

/* DELETE ОКНО END */
/********** ПАГИНАЦИЯ START **************/
.pagination-text {
    text-decoration: none !important;
    align-content: center;
}

.pagination-lg {
    font-size: 1.5rem;
}

/********** ПАГИНАЦИЯ END **************/

/* ******* ПОДСВЕТКА ЗАКАНЧИВАЮЩЕГО СРОКА ИЛИ ПРОБЕГА START ******** */
.thirty_days {
    background: red !important;
    font-weight: 700;
}

.sixty_days {
    background: #e89908 !important;
    font-weight: 700;
}

/* ******* ПОДСВЕТКА ЗАКАНЧИВАЮЩЕГО СРОКА ИЛИ ПРОБЕГА END ******** */


.bld {
    font-weight: 700;
    /*font-family: RobotoBlack, sans-serif;*/
}

/* **************** ТУЛТИП НАСТРОЙКИ START *************************** */
.tooltip {
    --bs-tooltip-bg: rgba(0, 0, 255, 0.7);
    --bs-tooltip-max-width: auto;
}
	/*.tooltip-arrow			{  }*/
	/*.tooltip-arrow::before	{ border-left-color: #900!important; }*/
	/*.tooltip-inner			{ color: #ccc; background: #900; }*/
    /*.tooltip-zindex:        {1080;}*/
    /*.tooltip-max-width: 200px;*/
    /*.tooltip-padding-x: 0.5rem;*/
    /*.tooltip-padding-y: 0.25rem;*/
    /*.tooltip-margin: ;  // планируется к удалению*/
    /*.tooltip-font-size: 0.875rem;*/
    /*.tooltip-color: var(--bs-body-bg);  // #fff*/
    /*.tooltip-bg: var(--bs-emphasis-color);  // #000*/
    /*.tooltip-border-radius: var(--bs-border-radius); // .375rem*/
    /*.tooltip-opacity: 0.9;*/
    /*.tooltip-arrow-width: 0.8rem;*/
    /*.tooltip-arrow-height: 0.4rem;*/


/* **************** ТУЛТИП НАСТРОЙКИ END *************************** */

/* **************** ГОРИЗОНТАЛЬНЫЙ <ul> **************************** */

.choice {
    a {
        text-decoration: none;
        color: black;
        font-weight: 600;
        padding: 3px 5px 3px 5px;
    }
    a:hover{
        background: rgba(0, 0, 0, 0.1);
    }
    ul {
        list-style-type: none; /* Убираем маркеры */
        padding: 0; /* Обнуляем внутренние отступы */
    }
    li {
        display: inline-block; /* Элементы будут располагаться горизонтально */
        margin-right: 10px; /* Отступ между элементами */
    }
}
/* ******************* МОЁ МЕНЮ ДЛЯ РЕМОТОВ ************************* */
/* Моё меню */

/* *************************************************************** */

