html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;

  }

}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 10px;
}
input[type=file]::file-selector-button {
    border: 2px solid #6c757d; /*#6c5ce7*/
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #6c757d; /*#a29bfe*/
    transition: 1s;
    color: white;
}

    input[type=file]::file-selector-button:hover {
        background-color: #7b7f8c;/*#81ecec*/
        border: 2px solid #00cec9;
    }

/* Оформление панели */
#side-checkbox {
    display: none;
}

#side-checkbox2 {
    display: none;
}

/* Широкая панель */
.side-panel {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -5000px;
    background: #013220;
    transition: all 0.5s;
    width: 90%;
    height: 100vh;
    box-shadow: 10px 0 20px rgba(0,0,0,0.4);
    color: #FFF;
    padding: 40px 20px;
    overflow-y: scroll;
}

/* Узкая панель */
.side-panelShort {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -360px;
    background: #013220;
    transition: all 0.5s;
    width: 320px;
    height: 100vh;
    box-shadow: 10px 0 20px rgba(0,0,0,0.4);
    color: #FFF;
    padding: 40px 20px;
    overflow-y: scroll;
}

.side-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #BFE2FF;
}
/* Оформление кнопки на странице */
.side-button-1-wr {
    text-align: left; /* Контейнер для кнопки, чтобы было удобнее ее разместить */
}

.side-button-2-wr {
    text-align: center; /* Контейнер для кнопки, чтобы было удобнее ее разместить */
}

.side-button-1 {
    display: inline-block;
}

.side-button-2 {
    display: inline-block;
}

.side-button-1 .side-b {
    margin: 0px;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    line-height: 15px;
    padding: 12px 20px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #4e9c60;/*337AB7*/
    cursor: pointer;
    border: 2px solid #BFE2FF;
}

.side-button-2 .side-b {
    margin: 0px;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    line-height: 15px;
    padding: 12px 20px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #4e9c60; /*337AB7*/
    cursor: pointer;
    border: 2px solid #BFE2FF;
}

.side-button-1 .side-b:hover,
.side-button-1 .side-b:active,
.side-button-1 .side-b:focus {
    color: #FFF;
}

.side-button-2 .side-b:hover,
.side-button-2 .side-b:active,
.side-button-2 .side-b:focus {
    color: #FFF;
}

.side-button-1 .side-b:after,
.side-button-1 .side-b:before {
    position: absolute;
    height: 4px;
    left: 50%;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}

.side-button-2 .side-b:after,
.side-button-2 .side-b:before {
    position: absolute;
    height: 4px;
    left: 50%;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}

.side-button-1 .side-open:after,
.side-button-1 .side-open:before {
    background: green;
}

.side-button-2 .side-open:after,
.side-button-2 .side-open:before {
    background: green;
}

.side-button-2 .side-close:after,
.side-button-2 .side-close:before {
    background: red;
}

.side-button-1 .side-b:before {
    top: -6px;
}

.side-button-2 .side-b:before {
    top: -6px;
}

.side-button-1 .side-b:hover:after,
.side-button-1 .side-b:hover:before {
    width: 100%;
    left: 0;
}

.side-button-2 .side-b:hover:after,
.side-button-2 .side-b:hover:before {
    width: 100%;
    left: 0;
}
/* Переключатели кнопки 1 */
.side-button-1 .side-close {
    display: none;
}

/* Переключатели кнопки 2 */
.side-button-2 .side-close {
    display: none;
}

#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-open {
    display: none;
}

#side-checkbox:checked + .side-panel + .side-button-1-wr .side-button-1 .side-close {
    display: block;
}

#side-checkbox:checked + .side-panel {
    left: 0;
}


#side-checkbox2:checked + .side-panelShort + .side-button-2-wr .side-button-2 .side-open {
    display: none;
}

#side-checkbox2:checked + .side-panelShort + .side-button-2-wr .side-button-2 .side-close {
    display: block;
}

#side-checkbox2:checked + .side-panelShort {
    left: 0;
}

/*#side-checkboxRom:checked + .side-panelShort + .side-button-1-wr .side-button-1 .side-close {
    display: block;
}*/

/* Оформление кнопки на панеле */
.side-button-2 {
    font-size: 30px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    cursor: pointer;
    transform: rotate(45deg);
    color: #BFE2FF;
    transition: all 280ms ease-in-out;
}

    .side-button-2:hover {
        transform: rotate(45deg) scale(1.1);
        color: #FFF;
    }


.scroll {
    height: 1500px; /* Высота блока */
    overflow-y: scroll; /* Включаем вертикальную прокрутку */
}


.scroll-table-body {
    height: 300px;
    overflow-x: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.scroll-table table {
    width: 100%;
    table-layout: fixed;
    border: none;
}

.scroll-table thead th {
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #badbad;
    font-size: 14px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.scroll-table tbody td {
    text-align: left;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: top;
}

.scroll-table tbody tr:nth-child(even) {
    background: #f3f3f3;
}

/* Стили для скролла */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

/*для чекбоксов*/
.block {
    /*display: inline-block;*/
    /*padding: 10px;
    border: 1px solid #999;*/
}

.tooltip-toggle {
    border: none;
    background-color: #83b3d3;
    padding: 0;
    margin: 0;
    display: block;
}
.tooltip-icon {
    width: 1px;
    height: 9px;
    color: #83b3d3;
    display: block;
}

.tooltip-toggle:hover .tooltip-icon {
    color: #68a2ca;
}

.tooltip-text {
    font-family: "PT Sans", sans-serif;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    padding: 20px 18px 18px 22px;
    border-radius: 10px;
    display: block;
    width: 256px;
}

.tooltip {
    position: absolute;
    margin-top: 24px;
    margin-left: 22px;
    width: 25px;
    height: 25px;
}
.tooltip-text {
    font-family: "PT Sans", sans-serif;
    /*/ Шрифт текста /*/ background-color: #333333;
    /*/ Цвет фона /*/ color: #FFFFFF;
    /*/ Цвет текста /*/ font-size: 16px;
    /*/ Размер текста /*/ line-height: 20px;
    /*/ Высота строки /*/ font-weight: 400;
    /*/ Жирность текста /*/ text-transform: none;
    /*/ Преобразование текста /*/ padding: 20px 18px 18px 22px;
    /*/ Отступы внутри элемента /*/ border-radius: 10px;
    /*/ Скругление углов /*/ width: 256px;
    /*/ Ширина элемента /*/ position: absolute;
    /*/ Позиционирование элемента /*/ bottom: 100%;
    /*/ Расположение элемента относительно нижнего края /*/ left: 50%;
    /*/ Расположение элемента относительно левого края /*/ z-index: 1;
    /*/ Настройка наложения элемента /*/ transform: translateX(-50%);
    /*/ Сдвиг элемента по горизонтали /*/ display: none;
    /*/ Скрываем элемент по умолчанию /*/
}
.tooltip-toggle:hover + .tooltip-text,
.tooltip-toggle:focus + .tooltip-text {
    display: block;
}

[data-tooltip] {
    position: relative; /* Относительное позиционирование */
}

    [data-tooltip]::after {
        content: attr(data-tooltip); /* Выводим текст */
        position: absolute; /* Абсолютное позиционирование */
        width: 300px; /* Ширина подсказки */
        left: 0;
        top: 0; /* Положение подсказки */

        opacity: 0; /* Подсказка невидима */
        transition: 1s; /* Время появления подсказки */

        font-family: "PT Sans", sans-serif; /*/ Шрифт текста /*/
        background-color: #333333; /*/ Цвет фона /*/
        color: #FFFFFF; /*/ Цвет текста /*/
        font-size: 16px;
        line-height: 20px; /*/ Размер текста /*/
        font-weight: 400; /*/ Высота строки /*/
        text-transform: none; /*/ Жирность текста /*/
        padding: 20px 18px 18px 22px; /*/ Преобразование текста /*/
        border-radius: 10px; /*/ Отступы внутри элемента /*/
        width: 256px; /*/ Скругление углов /*/
        display: block;


        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Параметры тени */
        pointer-events: none; /* Подсказка */
    }

    [data-tooltip]:hover::after {
        opacity: 1; /* Показываем подсказку */
        top: 2em; /* Положение подсказки */
        pointer-events: none;
        z-index: 99999999;
    }

p {
    margin: 0;
    text-indent: 3ch;
}

    p.pilcrow {
        text-indent: 0;
        display: inline;
    }

        p.pilcrow + p.pilcrow::before {
            content: " ¶ ";
        }

.lines {
    border-bottom: 17px double black;
    border-top: 6px solid black;
    content: "";
    height: 5px;
    width: 30px;
}

/* Style buttons */
.btnMenu {
    background-color: DodgerBlue; /* Blue background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 16px; /* Some padding */
    font-size: 16px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
}

    /* Darker background on mouse-over */
    /*.btn:hover {
        background-color: RoyalBlue;
    }*/

.modal {
    display: none;
    /* position: fixed;*/
    position: center;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 255, 0.1);
}
.modal2 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 255, 0.1);
}
.modal-content2 {
    background-color: #f3f3f3;
    /* some rules */
}

.close2 {
    /* some rules */
}
.modal-content {
    /* some rules */
}

.close {
    /* some rules */
}


/* Style The Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.knowledge-base-button {
    position: fixed;
    z-index: 999;
    top: 110px;
    left: 0;
    background: #4e9c60;/*#f06420*/
    width: auto;
    padding: 5px 10px;
    height: auto;
    -webkit-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
}

    .knowledge-base-button .rotate {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 2;
    }

    .knowledge-base-button img {
        margin: 2px;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 400ms;
        -moz-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
    }

    .knowledge-base-button:hover img {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
   /*шапка (адаптивный заголовок) для Лэйаута*/
.header {
    overflow: hidden;
    background-color: #e6e6eb;
    padding: 10px 10px;
}
    .header a {
        float: left;
        color: black;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        font-size: 18px;
        line-height: 25px;
        border-radius: 4px;
    }

        .header a.logo {
            font-size: 25px;
            font-weight: bold;
        }

        .header a:hover {
            background-color: #7486ed; /*#b5def7*/
            color: black;
        }

        .header a.active {
            background-color: dodgerblue;
            color: white;
        }

.header-right {
    float: right;
    position: absolute;
    top: 10px; /* или по необходимости, чтобы поднять или опустить */
    right: 5px; /* разместить в правом углу контейнера */
    /* или вы можете использовать left: 100%; если хотите позиционировать относительно */
    z-index: 1050; /* чтобы было сверху других элементов */
}

@media screen and (max-width: 768px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right {
        float: none;
    }

    .dropdown-menu li + li {
        border-top: 1px solid #ccc; /* или любой другой цвет и толщина */
        margin-top: 10px; /* чтобы немного отступить от границы */
        padding-top: 5px; /* чтобы разделитель был чуть ниже границы */
    }
}
/*конец шапки*/


/* CSS оформление кнопки*/
.button-29 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
}

    .button-29:focus {
        box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
    }

    .button-29:hover {
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
        transform: translateY(-2px);
    }

    .button-29:active {
        box-shadow: #3c4fe0 0 3px 7px inset;
        transform: translateY(2px);
    }
    /*конец оформления кнопки 1*/

/* CSS оформление кнопки 2*/
.button-24 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #82ffc7 0, #2fa841 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
}

    .button-24:focus {
        box-shadow: #184d39 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #184d39 0 -3px 0 inset;
    }

    .button-24:hover {
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #184d39 0 -3px 0 inset;
        transform: translateY(-2px);
    }

    .button-24:active {
        box-shadow: #3c4fe0 0 3px 7px inset;
        transform: translateY(2px);
    }
/*конец зеленой 2-й кнопки.*/
/*Начало 3-й кнопки, которая будет красной*/
.button-3 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #ed5f98 0, #9c222c 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(69, 17, 51, .4) 0 2px 4px,rgba(69, 17, 51, .3) 0 7px 13px -3px,rgba(84, 29, 64, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
}

    .button-3:focus {
        box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(69, 17, 51, .4) 0 2px 4px, rgba(69, 17, 51, .3) 0 7px 13px -3px, #5e183f 0 -3px 0 inset;
    }

    .button-3:hover {
        box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #5e183f 0 -3px 0 inset;
        transform: translateY(-2px);
    }

    .button-3:active {
        box-shadow: #5e183f 0 3px 7px inset;
        transform: translateY(2px);
    }

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/*Стилизация Выпадающего меню без бутстрапа*/
.select-css {
    display: block;
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 600;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 80%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

    .select-css::-ms-expand {
        display: none;
    }

    .select-css:hover {
        border-color: #888;
    }

    .select-css:focus {
        border-color: #aaa;
        box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
        box-shadow: 0 0 0 3px -moz-mac-focusring;
        color: #222;
        outline: none;
    }

    .select-css option {
        font-weight: normal;
    }

*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}




/* Blog Sidebar */
.main-sidebar {
    background: #fff;
    margin-top: 30px;
    background: transparent;
}

    .main-sidebar .single-widget {
        margin-bottom: 30px;
        padding: 40px;
        background: #fff;
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
        border-radius: 8px;
    }

        .main-sidebar .single-widget .title {
            position: relative;
            font-size: 18px;
            font-weight: 600;
            text-transform: capitalize;
            margin-bottom: 30px;
            display: block;
            background: #fff;
            padding-left: 12px;
        }

            .main-sidebar .single-widget .title::before {
                position: absolute;
                content: "";
                left: 0;
                bottom: -1px;
                height: 100%;
                width: 3px;
                background: #1A76D1;
            }

        .main-sidebar .single-widget:last-child {
            margin: 0;
        }

    .main-sidebar .search {
        position: relative;
    }

        .main-sidebar .search input {
            width: 100%;
            height: 45px;
            box-shadow: none;
            text-shadow: none;
            font-size: 14px;
            border: none;
            color: #222;
            background: transparent;
            padding: 0 70px 0 20px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            border-radius: 0;
            border: 1px solid #eee;
            border-radius: 5px;
        }

        .main-sidebar .search .button {
            position: absolute;
            right: 40px;
            top: 40px;
            height: 44px;
            width: 50px;
            line-height: 45px;
            box-shadow: none;
            text-shadow: none;
            text-align: center;
            border: none;
            font-size: 14px;
            color: #fff;
            background: #333;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            border-radius: 0 5px 5px 0;
        }

            .main-sidebar .search .button:hover {
                background: #1A76D1;
                color: #fff;
            }
    /* Category List */
    .main-sidebar .categor-list {
        margin-top: 15px;
    }

        .main-sidebar .categor-list li {
            margin-bottom: 10px;
        }

            .main-sidebar .categor-list li:last-child {
                margin-bottom: 0px;
            }

            .main-sidebar .categor-list li a {
                display: inline-block;
                color: #333;
                font-size: 14px;
            }

                .main-sidebar .categor-list li a:hover {
                    color: #1A76D1;
                    padding-left: 7px;
                }

                .main-sidebar .categor-list li a i {
                    display: inline-block;
                    margin-right: 0px;
                    font-size: 9px;
                    transform: translateY(-1px);
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transition: all 0.4s ease;
                    -moz-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }

                .main-sidebar .categor-list li a:hover i {
                    margin-right: 6px;
                    opacity: 1;
                    visibility: visible;
                }
    /* Recent Posts */
    .main-sidebar .single-post {
        position: relative;
        border-bottom: 1px solid #ddd;
        display: inline-block;
        padding: 17px 0;
    }

        .main-sidebar .single-post:last-child {
            padding-bottom: 0px;
            border: none;
        }

        .main-sidebar .single-post .image img {
            float: left;
            width: 80px;
            height: 80px;
            margin-right: 20px;
        }

        .main-sidebar .single-post .content {
            padding-left: 100px;
        }

            .main-sidebar .single-post .content h5 {
                line-height: 18px;
            }

                .main-sidebar .single-post .content h5 a {
                    color: #2C2D3F;
                    font-weight: 500;
                    font-size: 14px;
                    font-weight: 500;
                    margin-top: 10px;
                    display: block;
                    margin-bottom: 10px;
                    margin-top: 0;
                }

                    .main-sidebar .single-post .content h5 a:hover {
                        color: #1A76D1;
                    }

            .main-sidebar .single-post .content .comment li {
                color: #888;
                display: inline-block;
                margin-right: 15px;
                font-weight: 400;
                font-size: 14px;
            }

                .main-sidebar .single-post .content .comment li:last-child {
                    margin-right: 0;
                }

                .main-sidebar .single-post .content .comment li i {
                    display: inline-block;
                    margin-right: 5px;
                }
    /* Blog Tags */
    .main-sidebar .side-tags .tag {
        margin-top: 40px;
    }

        .main-sidebar .side-tags .tag li {
            display: inline-block;
            margin-right: 7px;
            margin-bottom: 20px;
        }

            .main-sidebar .side-tags .tag li a {
                background: #fff;
                color: #333;
                padding: 8px 14px;
                text-transform: capitalize;
                border-radius: 0;
                font-size: 13px;
                background: #F6F7FB;
                border-radius: 4px;
            }

        .main-sidebar .side-tags .tag a:hover {
            color: #fff;
            background: #1A76D1;
            border-color: transparent;
        }
/* Оформление радиокнопок */
.form_radio_btn {
    display: inline-block;
    margin-right: 10px;
}

    .form_radio_btn input[type=radio] {
        display: none;
    }

    .form_radio_btn label {
        display: inline-block;
        cursor: pointer;
        padding: 0px 15px;
        line-height: 34px;
        border: 1px solid #999;
        border-radius: 6px;
        user-select: none;
    }

    /* Checked */
    .form_radio_btn input[type=radio]:checked + label {
        background: #ffe0a6;
    }

    /* Hover */
    .form_radio_btn label:hover {
        color: #666;
    }

    /* Disabled */
    .form_radio_btn input[type=radio]:disabled + label {
        background: #efefef;
        color: #666;
    }

/* Оформление других радиокнопок */
.radio_option {
    display: inline-block;
    margin-right: 10px;
}

    .radio_option input[type=radio] {
        display: none;
    }

    .radio_option label {
        display: inline-block;
        cursor: pointer;
        padding: 0px 15px;
        line-height: 34px;
        border: 1px solid #999;
        border-radius: 6px;
        user-select: none;
    }

    /* Checked */
    .radio_option input[type=radio]:checked + label {
        background: #ffe0a6;
    }

    /* Hover */
    .radio_option label:hover {
        color: #666;
    }

    /* Disabled */
    .radio_option input[type=radio]:disabled + label {
        background: #efefef;
        color: #666;
    }


/*PROGRESS BAR НАЧАЛО*/
*,
*::after,
*::before {
    box-sizing: border-box;
}

/*html,
body {
    width: 100%;
    height: 100%;
}*/

/*body {
    margin: 0;
    background-color: rgb(227, 227, 207);
}*/

/*.container {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 20px;
}*/

.progress-bar {
    min-width: 100%;
    height: 20px;
    padding: 5px;
    box-shadow: 0 0 1px #000;
}

.bar {
    width: 100%;
    height: 100%;
    background-color: rgb(55, 250, 104);
    inline-size: 0%;
}
/*PROGRESS BAR КОНЕЦ*/


/*для оформления выпадающего списка с чекбоксами начало*/
.checkselect {
    position: relative;
    display: inline-block;
    min-width: 350px;
    text-align: left;
}

.checkselect-control {
    position: relative;/*вот с этим можно поиграть если захочу другой выпадающий список сделать*/
    padding: 0 !important;
}

    .checkselect-control select {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 0;
        padding-left: 5px;
        height: 30px;
    }

.checkselect-over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.checkselect-popup {
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-height: 200px;
    position: absolute;
    top: 100%;
    left: 0px;
    border: 1px solid #dadada;
    border-top: none;
    background: #fff;
    z-index: 9999;
    overflow: auto;
    user-select: none;
}

.checkselect label {
    position: relative;
    display: block;
    margin: 0;
    padding: 4px 6px 4px 25px;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.1;
    cursor: pointer;
}

.checkselect-popup input {
    position: absolute;
    top: 5px;
    left: 8px;
    margin: 0 !important;
    padding: 0;
}

.checkselect-popup label:hover {
    background: #03a2ff;
    color: #fff;
}

.checkselect-popup fieldset {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

    .checkselect-popup fieldset input {
        left: 15px;
    }

    .checkselect-popup fieldset label {
        padding-left: 32px;
    }

.checkselect-popup legend {
    display: block;
    margin: 0;
    padding: 5px 8px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.1;
}

/*для оформления выпадающего списка с чекбоксами конец*/


/*Прелоадер*/

body {
    margin: 0;
}

.preloader {
    display: none;
    /*фиксированное позиционирование*/
    position: fixed;
    /* координаты положения */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* фоновый цвет элемента */
    background: #e0e0e0;
    /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
    z-index: 1001;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #337ab7;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

    .preloader__item:last-child {
        top: auto;
        bottom: 0;
        animation-delay: -1s;
    }

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {

    0%, 100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

/*.element-to-raise {
    margin-bottom: 50px;*/ /* Значение по умолчанию */
/*}*/
/*.dropdown-menu li + li {
    border-top: 1px solid #ccc;*/ /* или любой другой цвет и толщина */
    /*margin-top: 50px;*/ /* чтобы немного отступить от границы */
    /*padding-top: 5px;*/ /* чтобы разделитель был чуть ниже границы */
/*}*/
.dropdown-menu li + li {
    border-top: 1px solid #ccc;
}
/*.dropdown-menu {
    left: calc(100% - 20px) !important;*/ /* сдвиг влево на 20px от полной ширины контейнера */
/*}*/

/* Сдвигаем весь список влево на 10px */
.dropdown-menu {
    transform: translateX(-110px) translateY(50px) !important;
}

/* Для больших экранов (например, более 768px) — десктоп */
@media (min-width: 769px) {
    .dropdown-menu li + li {
        border-top: 1px solid #ccc; /* или любой другой цвет и толщина */
        margin-top: 50px;
        padding-top: 5px; /* чтобы разделитель был чуть ниже границы */
    }
}


/* Скрываем только наш чекбокс с определенным id */
#myCheckboxId {
    display: none;
}

    /* Стилизуем лейбл, связанный с этим чекбоксом */
    #myCheckboxId + label {
        /* ваши стили для этого specific лейбла */
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        font-size: 18px;
    }

        /* Создаем квадратную галочку только для этого лейбла */
        #myCheckboxId + label::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #ccc;
            border-radius: 3px;
            background-color: #fff;
        }

    /* После активации — показываем галочку только для этого чекбокса */
    #myCheckboxId:checked + label::after {
        content: "✓";
        position: absolute;
        left: 2px;
        top: -10px;
        font-size: 24px; /* увеличиваем размер */
        color: #4CAF50; /* приятный зеленый цвет */
        /*color: green;*/ /* делаем зеленой */
    }

.table-container {
    max-width: 1346px;
    width: 100%; /* чтобы растягивалась до max-width при большей ширине окна */
    margin: 0 auto; /* выравнивание по центру */
}