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;
    font-family: 'Inter', sans-serif;
}
.bodyR {
    background: #365952 /*2e4147*/ /*8587ab*/ /*#293557 */; /*#365952 - ??? ???????? ??????? ???????????*/
}
.bodyRWhite {
    background: #ffff /*2e4147*/ /*8587ab*/ /*#293557 */; /*#365952 - ??? ???????? ??????? ???????????*/
}
.testR {
    margin-inline: auto;
    margin-block-start: 15vh;
    transform: translateY(-200%);
}

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-panel {
    position: relative;
    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: 100%;
    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-1 .side-b {
        margin: 0px;
        text-decoration: none;
        position: relative;
        font-size: 18px;
        line-height: 15px;
        padding: 12px 18px;
        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-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-1 .side-open:after,
    .side-button-1 .side-open:before {
        background: green;
    }

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

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

    .side-button-1 .side-b:hover:after,
    .side-button-1 .side-b:hover:before {
        width: 100%;
        left: 0;
    }
    /* ????????????? ?????? 1 */
    .side-button-1 .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-1-wr .side-button-1 .side-open {
    display: none;
}

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

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

/* ?????????? ?????? ?? ?????? */
.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: 100px; /* ?????? ????????? */
        left: 0;/*100% ???? ????? ????? ????????? ???? ??????*/
        top: 0; /* ????????? ????????? */

        opacity: 0; /* ????????? ???????? */
        transition: 1s; /* ????? ????????? ????????? */
        white-space: pre-wrap; /*??????? ??????*/
        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;
    }

    /*[data-tooltip]:before {
        position: absolute;
        margin-top: 22px;
        margin-left: 22px;
        width: 160px;
        background-color: #000;
        color: #fff;
        content: attr(data-tooltip) '\A' attr(data-tooltip);
        white-space: pre-wrap;
    }*/
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);
    }
/*????? (?????????? ?????????) ??? ???????*/
.headerR {
    /*overflow: hidden;*/
    background-color: white; /*#e6e6eb*/
    padding: 5px;
    height: 55px;
}

    .headerR a {
        float: left;
        color: white;
        text-align: center;
        /*padding: 12px;*/
        text-decoration: none;
        /*font-size: 18px;*/
        line-height: 25px;
        border-radius: 4px;
    }

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

        .headerR a:hover {
            background-color: silver; /*#b5def7*/
            color: white;
        }

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

.headerR-right {
    float: right;
}

.headerR-left {
    float: left;
}

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

    .headerR-right {
        float: none;
    }
}
/*????? ?????*/


/* 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: 19px;
    
}

    .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%;
    width: 100%;
    
}

.text-white {
    color: white;
}
/*?????????? ??????????? ???? ??? ?????????*/
.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 80%;
    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 60%, 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: .7em top 50%;
    padding: .6em .8em .5em 1.4em;
}

/*Preloader Area CSS
=================================================*/
.preloader {
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    -webkit-transition: .9s;
    transition: .9s;
}

.preloader .loader {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .preloader .loader .loader-outter {
        position: absolute;
        border: 4px solid #ffffff;
        border-left-color: transparent;
        border-bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
        animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    }

    .preloader .loader .loader-inner {
        position: absolute;
        border: 4px solid #ffffff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        left: calc(40% - 21px);
        top: calc(40% - 21px);
        border-right: 0;
        border-top-color: transparent;
        -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
        animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    }

    .preloader .loader .indicator {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) scale(1.5);
        transform: translateY(-50%) scale(1.5);
    }

        .preloader .loader .indicator svg polyline {
            fill: none;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

            .preloader .loader .indicator svg polyline#back {
                stroke: #ffffff;
            }

            .preloader .loader .indicator svg polyline#front {
                stroke: #1A76D1; 
                stroke-dasharray: 12, 36;
                stroke-dashoffset: 48;
                -webkit-animation: dash 1s linear infinite;
                animation: dash 1s linear infinite;
            }

.preloader::before, .preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    background: /*#365952*/#ffd29c;
    -webkit-transition: .9s;
    transition: .9s;
}

.preloader::after {
    left: auto;
    right: 0;
}

.preloader.preloader-deactivate {
    visibility: hidden;
}

    .preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
        width: 0;
    }

    .preloader.preloader-deactivate .loader {
        opacity: 0;
        visibility: hidden;
    }

@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes dash {
    62.5% {
        opacity: 0;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    62.5% {
        opacity: 0;
    }

    to {
        stroke-dashoffset: 0;
    }
}
/* Overlay */
.overlay {
    position: relative;
}

    .overlay:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #3e453f /*#7ead72*/;
        opacity: 0.8;
    }



/* CSS ?????????? ?????? 5*/
.button-5 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #e6fced 0, #ebedf5 100%);
    border: 0;
    border-radius: 15px;
    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: black;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 100px;
    justify-content: left;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    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: pre-wrap; /*??? ??? ??????? ??????????? ?? ????? ??????*/
    will-change: box-shadow,transform;
    font-size: 17px;
}

    .button-5: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-5: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-5:active {
        box-shadow: #3c4fe0 0 3px 7px inset;
        transform: translateY(2px);
    }
/*????? ?????????? ?????? 1*/
.element-to-raise {
    margin-bottom: 50px; /* ???????? ?? ????????? */
}
@media (max-width: 370px) {
    .element-to-hide0 {
        display: none; /* ??? visibility: hidden; */
    }
}
@media (max-width: 468px) {
    .element-to-hide1 {
        display: none; /* ??? visibility: hidden; */
    }
    .element-to-raise {
        margin-bottom: 20px; /* ????????? ??????, ????? ??????? ??????? */
    }
}
@media (max-width: 580px) {
    .element-to-hide2 {
        display: none; /* ??? visibility: hidden; */
    }

    .element-to-raise {
        margin-bottom: 20px; /* ????????? ??????, ????? ??????? ??????? */
    }
}
@media (max-width: 950px) {
    .element-to-hide3 {
        display: none; /* ??? visibility: hidden; */
    }
    .resizeWindow {
        height: 80vh;
    }
}
@media (min-width: 951px) {
    .resizeWindow {
        height: 60vh;
    }
}
@media (max-width: 1150px) {
    .element-to-hide4 {
        display: none; /* ??? visibility: hidden; */
    }
}
@media (max-width: 1420px) {
    .element-to-hide5 {
        display: none; /* ??? visibility: hidden; */
    }
}

.my-div {
    display: none;
}
@media (max-width: 1420px) {
    .my-div {
        display: block; /* ??? flex, grid, ? ??????????? ?? ??????? ?????? */
        /* ?????? ?????, ????????, ??????, ??????? */
        width: 100%;
        margin-bottom: -115px;
    }
}
/*??? ????????? (?????????? ?????? ??? ????????? ?? ?????? ??????)*/
.trigger-button:hover + .target-button {
    margin-top: 100px;
    transition: margin-top 1.5s ease-in-out; /* ???????? ?????? ?? 100px ???? */
}

.trigger-button80:hover + .target-button80 {
    margin-top: 80px;
    transition: margin-top 1.5s ease-in-out; /* ???????? ?????? ?? 100px ???? */
}

.trigger-button150:hover + .target-button150 {
    margin-top: 150px;
    transition: margin-top 1.5s ease-in-out; /* ???????? ?????? ?? 100px ???? */
}
    /*.trigger-button:hover + .target-button + .target-button {
        margin-left: 40px;*/ /* ???????? ?????? ?????? */
    /*}*/

/*.page-item {
    background-color: #f0f0f0;*/ /* ??????-????? ??? */
    /*border: 1px solid #ccc;*/ /* ????? ????? */
    /*margin: 5px;*/ /* ??????? ????? ?????????? */
/*}
.page-link {
    display: inline-block;*/ /* ????????? ???????? padding ? margin */
    /*padding: 10px 15px;*/ /* ?????????? ??????? */
    /*text-decoration: none;*/ /* ??????? ????????????? */
    /*color: #333;*/ /* ???? ?????? */
    /*font-family: 'Arial', sans-serif;*/ /* ????? */
    /*border-radius: 5px;*/ /* ??????????? ???? */
    /*transition: background-color 0.3s ease, color 0.3s ease;*/ /* ??????? ??????? ??? ????????? */
/*}
    .page-link:hover {
        background-color: #007bff;*/ /* ????? ??? */
        /*color: #fff;*/ /* ????? ???? ?????? */
    /*}
.page-item.active .page-link {
    background-color: #0056b3;*/ /* ????? ?????? ????? ??? ???????? ?????? */
    /*color: #fff;
}*/

.round-button {
    width: 25px; /* ????????? ?????? */
    height: 22px; /* ????????? ?????? */
    border-radius: 50%; /* ??????? ??????? ??????? */
    background-color: red; /* ???? ???? */
    color: white; /* ???? ?????? */
    border: none; /* ?????? ??????????? ????? */
    cursor: pointer; /* ???????, ??? ??? ?????? */
}

/* ??? ?????? ??????????? ?????? */
button.styled-link {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: #007bff; /* ????, ??? ? ?????? */
    cursor: pointer;
    text-decoration: underline; /* ??? ?????? ????? ?? ??????? */
    font: inherit; /* ??????????? ????? */
}

    button.styled-link:focus {
        outline: none;
    }

button.styled-button {
    background-color: #f0f0f0; /* ??????-????? ??? */
    border: none; /* ??????? ??????? */
    border-radius: 4px; /* ?????????? ????? (?? ???????, ????? ??????) */
    padding: 4px 10px; /* ???? ????????? ?????????? ??????? */
    cursor: pointer;
    text-transform: capitalize; /* ?????? ????? ????????? */
    color: #333; /* ????-????? ????? */
    font-size: 14px; /* ???? ??????, ???????? ?? 2 px ?? ??????????? 16 -->
                                /* ?????? ?? 2px, ????? ??????? ?????? ???? ??????? */
    transition: background-color 0.3s ease, color 0.3s ease, text-decoration 0.3s ease;
}

    /* ??? ????????? ???????? ??? ? ???? ??????, ????????????? */
    button.styled-button:hover,
    button.styled-button:focus {
        background-color: #007bff; /* ????? ??? */
        color: #fff; /* ????? ????? */
        text-decoration: underline; /* ????????????? */
        outline: none;
    }

    /* ??? ??????????? - ?????? ??? ?????? */
    button.styled-button:focus-visible {
        outline: 2px solid #0056b3;
    }


.animated-link {
    position: relative; /* ??? ???????????????? ?????????????? */
    text-decoration: none; /* ??????? ??????????? ????????????? */
}

    .animated-link::after {
        content: ''; /* ??????????? ??? ??????????????? */
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0; /* ?????????? ??????? ?????? */
        height: 1px; /* ?????? ????? */
        background: #000; /* ???? ????? */
        transition: width 0.3s ease-out; /* ???????? ???????? ????????? */
    }

    .animated-link:hover::after {
        width: 100%; /* ??????????? ????? ?? 100% ??? ????????? */
    }

/* CSS ?????????? ?????? 10*/
.button-10 {
    /*align-items: center;*/
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #e6fced 0, #ebedf5 100%);
    border: 0; /*???? ?????? ?????? ??????*/
    border-radius: 15px; /*?????????? ????? ??????*/
    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: black;
    cursor: pointer;
    /*display: inline-flex;*/
    font-family: "JetBrains Mono",monospace;
    height: 400px;
    vertical-align: top;
    justify-content: left;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    /*white-space: pre-wrap; *//*??? ??? ??????? ??????????? ?? ????? ??????*/
    will-change: box-shadow,transform;
    font-size: 17px;
}

    .button-10: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-10: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-10:active {
        box-shadow: #3c4fe0 0 3px 7px inset;
        transform: translateY(2px);
    }

.responsive-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* ??? ??????? ????????? ?? ????????? */
    width: calc(100% + 0px); /* ??????? ???????? ??? ????????? ?????? ?????????? */
    max-width: none; /* ??????? ????? ??????????? ?? ?????? */
    table-layout: auto; /* ??????? ?????????????? ??? ?????????? */
    overflow-wrap: break-word; /* ??????? ????, ????? ????? ?? ??????? ?? ??????? */
    word-wrap: break-word; /* ????????? ??? ?????? ????????? */
    min-width: calc(100% + 0px);
}

    /*.responsive-table table {
        width: 100%;*/ /* ???????? ??? ?????? ?????????? */
        /*max-width: none;*/ /* ??????? ??????????? */
        /*table-layout: auto;*/ /* ?????????????? ?????? ???????, ?? ??????????? */
        /*word-wrap: break-word;*/ /* ????????? ??????? ????? */
    /*}*/
/*td, th {
    word-break: break-word;  ??????? ???? ?????? ??????? 
    font-size: 14px;
}*/



table {
    width: calc(100% + 0px);
    max-width: 100%;
    table-layout: auto;
}

.ResponsiveContainer {
    width: 100%;
    overflow-x: auto;
}

    .ResponsiveContainer table {
        min-width: 500px; /* ??????? ??????????? ??????, ???? ????? */
        width: 100%;
    }




@media (max-width: 768px) {
    table tbody {
        font-size: 12px;
        width: calc(100% + 25px);
        
    }
    .table-wrapper {
        margin-left: -10px; /* ?????????? ????? ?? 10px */
        margin-right: 0; /* ??? ?? ????????????? */
    }
    .responsive-table {
        width: calc(100% + 35px);
        /*??????? ???????? ??? ????????? ?????? ??????????*/
    }
    tbody {
        word-break: break-word; /*??????? ???? ?????? ??????? */
    }
    
    table {
        width: calc(100% + 25px); /*????????? ????????? ???? ?????? */
        overflow-x: auto; /*?????? ??? ????????????? */
    }
    
    .responsive-table table {
        font-size: 12px; /* ????????? ????? */
    }
    .responsive-table td {
        padding-left: 10px; /* ????????? ?????? ????? */
        padding-right: 10px; /* ????????? ?????? ?????? */
    }

}
/* ???? ??????? ?????? .responsive-table */
.responsive-table table {
    width: 100%;
    /* ??? ???? ??????, ???????? */
    min-width: 340px;
}

/*.responsive-table td {
    padding: 0 10px;*/ /* top/bottom: 0, left/right: 10px */
/*}*/
/*@media (max-width: 768px) {
    .responsive-table td {
        padding: 0 10px;*/ /* ???????? ?? 10px ????? ? ?????? */
    /*}
}*/

/*@media (max-width: 768px) {
    table {
        display: block;*/ /* ??????????? ??????? ? ??????? ??????? */
        /*overflow-x: auto;*/ /* ?????? ?? ??????????? */
        /*-webkit-overflow-scrolling: touch;
        width: 100%;
    }

        table thead, table tbody, table tr, table td, table th {
            display: block;*/ /* ?????? ??????? (????? ??????? ???????????? ???????????) */
        /*}

        table thead {
            display: none;*/ /* ????? ???????? ?????, ????? ???? ????? ????????? */
        /*}

        table tbody td {
            position: relative;
            padding-left: 50%;*/ /* ????????? ????? ??? ???????? ??????? */
        /*}

        table tbody td::before {
            position: absolute;
            top: 0;
            left: 0;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            content: attr(data-label);*/ /* ???????? ??????? data-label ? td ??? ???????? ??????? */
            /*font-weight: bold;
        }
}*/

.articleBig {
    font-size: 20px !important; /* ??? ????? ?????? ?????? */
    line-height: 1.5; /*??? ??????? */
}
    .articleBig,
    .articleBig p,
    .articleBig h1,
    .articleBig h2,
    .articleBig li {
        font-size: 20px;
    }

/*?????????? ?????????? ? ????????????? ?????? ??????*/
.containerMain {
    background-color: #ffffff; /* ????? ??? ?????? */
    border-radius: 10px; /* ?????????? ?????, ????????? ??????, ?? ?????? ????? */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* ?????? ???? ??? ????????? */
    padding: 20px; /* ?????????? ???????, ????? ?????????? ?? ????????? ? ????? */
    margin: 20px 0; /* ??????? ??????? ????? ??????? */
    width: 100%; /* ??????????? ?? ??? ?????? ???????? */
    box-sizing: border-box;
}
/*?????????? ?????????? ? ????????????? ?????? ?????*/

/*?????????? ????? ?? ??????? ???????? ??? ????? ?????????????? ??????*/
.steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; /* ??? ???????????? */
    gap: 30px;
    margin: 50px 20px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px; /* ??? ??????, ??? ??? ?????? */
    text-align: center;
}

.circle {
    width: 60px;
    height: 60px;
    background-color: #4CAF50; /* ???? */
    color: white;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    transition: background-color 0.3s;
}

    .circle:hover {
        background-color: #45a049;
    }

/* ??????? ????? ?????? */
.arrow {
    font-size: 30px;
    margin: 0 10px;
    color: #555;
}

/* ????????? ? ?????? */
h3 {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

/*p {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}*/



/* ????????? ????? */
@media(max-width: 768px) {
    .steps-container {
        flex-direction: column;
        align-items: flex-start; /* ??? center, ?? ??????? */
    }

    .arrow {
        display: none; /* ???????? ??????? ?? ????????? */
    }

    .step {
        width: 100%; /* ????? ?????? ???? ??? ????????? ????? */
        align-items: flex-start;
    }
}
/*?????????? ????? ?? ??????? ???????? ??? ????? ?????????????? ?????*/

/*?????????? ??????? datatables ? ?????? ??????? ???????? ??????*/
button.details-control {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
}

    button.details-control:focus {
        outline: none;
    }


/* ????? ????? ??? ???? ??????? */
#myTable {
    border-collapse: separate; /* ????? ??? border-radius ?? ??????? */
    border-spacing: 0; /* ??????? ?????????? ????? ????????, ????? ???? ????? ????????? */
    border-radius: 8px; /* ??????????? ????? */
    overflow: hidden; /* ????? ??????????? ???? ???????????? ????????? */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* ?????? ???? ??? ????????? */
}

    /* ????????? ???????????? ????? ??? ????? */
    #myTable thead {
        background-color: #f5f5f5; /* ??? ????? ?????? ??? */
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    /* ????????? ???????????? ????? ??? ?????? ????? ??????? */
    #myTable tbody tr:last-child td:first-child {
        border-bottom-left-radius: 8px;
    }

    #myTable tbody tr:last-child td:last-child {
        border-bottom-right-radius: 8px;
    }

/* ??????? DataTables */
.dataTables_wrapper {
    border-radius: 8px;
    overflow: hidden; /* ????? ??????????? ???? ??????????? ?? ????? */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* ????? ??????? ?????? ??????? */
.dataTables_scroll {
    border-radius: 8px;
}

#myTable tbody tr:hover {
    background-color: #f0f8ff;
    transition: background-color 0.3s ease;
}

button, td {
    transition: background-color 0.2s, transform 0.2s;
}
/* ?????? ????????? ?????? */
#myTable tbody tr:hover {
    background-color: #e6f7ff;
}
/* ???????? ??? ????? ??????? */
thead {
    background: linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%);
}

.custom-modern-table {
    border: 3px solid #454343; /* ?????, ?????????? ????? #4CAF50*/
    border-radius: 15px;
    box-shadow: 0 8px 20px #5e183f;
    overflow: hidden;
    border-collapse: separate;
    font-family: 'Lora', serif;
    font-size: 18px; /* ??? ???? ??????, ???????? 18px */
}
/* ???????? ??????? ? ?????????? ????????? */
/*.custom-modern-table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #ccc;*/  /*??????? ????????? */
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/  /*?????????? ? ????? ??? ????????? */
/*}*/

    /* ??????? ? ????? ? ???????? ???? (?????????) */
    .custom-modern-table tbody tr {
        border-bottom: 1px solid rgba(0,0,0,0.05); /* ?????? ??????? ????? ???????? */
        position: relative;
        transition: background-color 0.5s;
        line-height: 2;/*?????????? ????? ????????*/
    }

        /* ????????? ?????? ???? ? ?????? ????? ???????? */
        .custom-modern-table tbody tr::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -2px;
            height: 4px;
            background: linear-gradient(to right, #000, rgba(0,0,0,0));
            /* ???????? ?????? */
        }

    /* ?????????????? ?????? ? ???? ??? ???????? */
    .custom-modern-table tbody tr {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    }

        /* ????? ??????? ????? ??????? ????? ?????????????? ??? ????????? */
        .custom-modern-table tbody tr:hover::after {
            opacity: 0.8;
        }

    /* ??????????????? ????????? ???????, ??????? ???? ? ??????? */
    .custom-modern-table thead {
        background: linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom: 1.8px solid #ccc;
    }

    /* ?????? ?????????? ??????? ??? ?????, ???????? ?????? ????? ????? ???????? */
    .custom-modern-table td, .custom-modern-table th {
        border: none;
        padding: 16px 20px;
        font-family: 'Lora', serif;
        font-size: 17px;
    }

    /* ??? ???????? ????? ????????? ???? ? ????? ???????? ?????? ?????????? ??????? ?????? */
    .custom-modern-table th, .custom-modern-table td {
        box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
    }
/*?????????? ??????? datatables ? ?????? ??????? ???????? ?????*/




/*????????? ???????? - ??????? ? ??????? ??????*/

/* ????????? ??? ???? - ?????? ? 3-4 ?????????? */
.books-container {
    display: flex;
    flex-wrap: wrap; /* ??????? ?? ????? ?????? */
    gap: 20px; /* ?????????? ????? ?????????? */
    justify-content: center; /* ?? ??????, ????? ?????? ??? ???????? */
}

/* ???????? ????? */
.book-card {
    background-color: #fff; /* ??? ?????????? / ??????? ????? ?? ????? */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 250px; /* ?????? ????????, ????? ?????? */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    transition: transform 0.2s;
}

    .book-card:hover {
        transform: translateY(-5px); /* ?????? ???????? ??? ????????? */
    }

/* ??????????? ????? */
.book-image {
    width: 80%;
    height: auto;
    border-radius: 4px;
}

/* ???????? ????? */
.book-title {
    font-family: 'Lora', serif; /* ??? ????? ?????? ????? */
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
}

/* ?????? ??????? */
.download-btn {
    background-color: #333; /* ?????? ??? */
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    text-align: center;
    transition: background-color 0.3s;
}

    .download-btn:hover {
        background-color: #555;
    }




/*????????? ???????? - ??????? ? ??????? ?????*/

/*????????? ??????? ? ???? ???????? ??????*/
/* ????? ??? ??????? ??????? (?? ?????????) */
.responsive-table2 {
    width: 100%;
    border-collapse: collapse;
}

    .responsive-table2 th,
    .responsive-table2 td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

/* ??? ????????? ????????? */
@media only screen and (max-width: 600px) {
    .responsive-table2 thead {
        display: none; /* ???????? ????? ??????? */
    }

    .responsive-table2,
    .responsive-table2 tbody,
    .responsive-table2 tr,
    .responsive-table2 td {
        display: block; /* ?????? ??? ??????? */
        width: 100%;
    }

        /* ?????? ?????? ??? ????????? ???? */
        .responsive-table2 tr {
            margin-bottom: 15px;
        }

        .responsive-table2 td {
            position: relative;
            padding-left: 50%; /* ????? ??? ????? */
            border: none;
        }

            /* ????????? ?????????????? ? ????????? ????????? */
            .responsive-table2 td::before {
                position: absolute;
                top: 8px;
                left: 10px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                font-weight: bold;
                content: attr(data-label);
            }
}
/*????????? ??????? ? ???? ???????? ?????*/

/*html, body, section, form {
    margin: 0;
    padding: 0;
}*/
html, body, section, form {
    margin: 0;
    padding: 0;
}

.risk-cell {
    background-color: red;
    color: white;
}