
.hide {
	display: none;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.ttf') format('truetype'),
    url('../fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'themify';
    src: url('../fonts/themify.eot');
    src: url('../fonts/themify.eot') format('embedded-opentype'),
    url('../fonts/themify.woff') format('woff'),
    url('../fonts/themify.ttf') format('truetype'),
    url('../fonts/themify.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/Font Awesome 5 Brands-Regular-400.otf");
    src: url("../fonts/Font Awesome 5 Free-Regular-400.otf");
    src: url("../fonts/Font Awesome 5 Free-Solid-900.otf");
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a:focus, button:focus, input:focus, textarea:focus {
    outline: none;
    box-shadow: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
i{
    font-family: 'FontAwesome';
}
div:focus {
    outline: none;
}

.btn {
    border: none;
#    background-color: transparent;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    height: 100%;
    width: 100%;
}

body {
    line-height: 1;
    height: 100%;
    width: 100%;
    min-height: 550px;
    font-family: 'Manrope', sans-serif;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#loader-box {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    display: inline-block;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.h1, .h2, .h3 {
    font-family: 'Manrope', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

/* синий #0054a6*/
/*зеленый #8DC63F*/

/*-------START PAGE-------*/

.wrapper-content{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
}
.content-fl.show-main{
    flex: 1;
    position: relative;
    padding-left: 300px;
    background-color: #0054a6;
    /*background: rgb(0,78,155);*/
    /*background: linear-gradient(111deg, rgba(0,78,155,1) 12%, rgba(1,83,164,1) 41%, rgba(2,90,177,1) 55%, rgba(2,94,185,1) 100%);*/
}
footer{
    background-color: #0054a6;
    height: 30px;
}
.header-wrapp{
    /*background: rgb(0,78,155);*/
    /*background: linear-gradient(111deg, rgba(0,78,155,1) 12%, rgba(1,83,164,1) 41%, rgba(2,90,177,1) 55%, rgba(2,94,185,1) 100%);*/
    color: #444;
    width: 100%;
    height: 65px;
    background-color: #0054a6;
}
.name-of-page{
    height: 50px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    line-height: 25px;
}
.name-of-page img{
    width: auto;
    height: 100%;
}
.header-start{
    display: flex;
    flex-direction: row;
    height: 65px;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
}
.header-box-burger-menu{
    font-size: 25px;
    color: #fff;
    text-shadow: -1px 1px 2px #0054a6;
    cursor: pointer;
    display: none;
}

.header-box-burger-people{
    font-size: 25px;
    color: #fff;
    text-shadow: -1px 1px 2px #0054a6;
    cursor: pointer;
}
.header-box-burger-people .people-panel-link i{
    text-shadow: -1px 1px 2px #666;
}
.title-section{
    font-size: 32px;
    color: #444;
    text-align: center;
    line-height: 40px;
    margin: 0;
    margin-bottom: 25px;
}
.main-page-section{
    padding: 60px 0;
}
/*=========================================
                MENU
============================================*/


.wrapper-menu-aside.show-main{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    /*background-color: #00478c;*/
    /*background: rgb(0,49,97);*/
    /*background: linear-gradient(112deg, rgba(0,49,97,1) 12%, rgba(0,65,130,1) 41%, rgba(0,77,152,1) 55%, rgba(0,81,161,1) 100%);*/
    padding: 5px 0;
    background-color: #0054a6;
}
.wrapper-menu-aside-area{
    height: 100%;
    padding-top: 30px;
}
.box-anonim-header{
    width: 100%;
    padding: 15px;
    /*transform: scale(0.98);*/
    transition: all .4s;
}
.box-anonim-header:hover{
    /*transform: scale(1.0);*/
    transition: all .4s;
}
.box-anonim-image img{
    width: 65px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.box-anonim-title{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    text-align: center;
}
.wrapper-menu-area{
    padding: 0 0 0 5px;
    width: 100%;
    color: #fff;
    margin-top: 20px;
}
footer{
    background-color: #ddd;
    height: 24px;
}
footer .container{
    height: 24px;
}
.footer-class{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    justify-content: space-around;
    padding: 3px 50px;
    color: #444;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    transition: all .4s;
}
.link-footer:hover{
    color: #8dc63f;
    transition: all .4s;
}
/*********------MENU------*******/
.first-menu-link{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 19px;
    padding: 10px 20px 10px 10px;
    align-items: center;
    border-left: 3px solid #8DC63F;
    color: #fff;
    transition: all .4s;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: transparent;
    text-shadow: 2px 2px 4px #0054a6;
    border-radius: 0 5px 5px 0;
}
.first-menu-link.active{
    /*background-color: #023363;*/
    /*box-shadow: 1px 2px 14px -1px #0c59a7;*/
    background-color: #004080;
    box-shadow: 1px 2px 14px -1px #0054a6;
}
.first-menu-link:hover{
    transition: all .3s;
    background-color: #004080;
    box-shadow: 1px 2px 14px -1px #00509f;
    /*background-color: #023363;*/
    /*box-shadow: 1px 2px 14px -1px #0c59a7;*/
}
.ti-angle-down{
    transform: rotate(0deg);
    transition: transform .3s;
    margin-left: 5px;
}
.ti-angle-down.rotate{
    transform: rotate(180deg);
    transition: transform .3s;
}
.second-menu-list{
    display: none;
    padding-left: 15px;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
}
.third-menu-list{
    display: none;
    padding-left: 15px;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 10px;
}
.second-menu-link{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 18px;
    padding: 5px 10px 5px 10px;
    /*margin-right: 25px;*/
    align-items: center;
    border-left: 2px solid #8dc63f;
    color: #fff;
    transition: all .4s;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: transparent;
    text-shadow: 2px 2px 4px #004080;
    border-radius: 0 5px 5px 0;
}
.second-menu-link:hover{
    transition: all .4s;
    background-color: #004080;
    text-shadow: 2px 2px 4px #004080;
    box-shadow: 1px 2px 14px -1px #0c59a7;
}
.third-menu-link{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    /*margin-right: 25px;*/
    align-items: center;
    border-left: 2px solid #8dc63f;
    color: #fff;
    transition: all .4s;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: transparent;
    text-shadow: 2px 2px 4px #004080;
    border-radius: 0 5px 5px 0;
}
.third-menu-link:hover{
    transition: all .4s;
    background-color: #004080;
    text-shadow: 2px 2px 4px #004080;
    box-shadow: 1px 2px 14px -1px #0c59a7;
}
.wrapper-menu-inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 99%;
}
.wrapper-menu-help{
    display: flex;
    flex-direction: row;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 5px;
    margin-top: 50px;
}
.wrapper-menu-help span{
    font-size: 19px;
    margin-right: 15px;
}
.wrapper-menu-help a{
    display: flex;
    align-items: center;
}
.mCSB_inside > .mCSB_container {
    margin-right: 15px;
}
.ti-settings{
    font-size: 18px;
}

.second-menu-search-field{
    position: relative;
    margin-bottom: 15px;
}
input.search-field{
    border: none;
    background-color: transparent;
    width: 95%;
    border-radius: 7px;
    height: auto;
    line-height: 18px;
    padding: 5px 5px 5px 45px;
    font-size: 15px;
    color: #eee;
    transition: all .4s;
    /*box-shadow: -6px 3px 5px 1px #004080;*/
}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}
::-webkit-input-placeholder {color:#eee;}
::-moz-placeholder          {color:#eee;}/* Firefox 19+ */
:-moz-placeholder           {color:#eee;}/* Firefox 18- */
:-ms-input-placeholder      {color:#eee;}
input.search-field:focus{
    border: none;
    background-color: #fff;
    width: 95%;
    border-radius: 7px;
    height: auto;
    line-height: 18px;
    padding: 5px 5px 5px 40px;
    font-size: 16px;
    color: #444;
    transition: all .4s;
    box-shadow: -6px 3px 5px 1px #004080;
}
/*.search-field.showy{*/
/*    opacity: 1;*/
/*    transition: opacity .4s;*/
/*}*/
.btn-style-search{
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 87%;
    line-height: 1;
    background-color: #8dc63f;
    color: #fff;
    border-radius: 7px;
    cursor: default !important;
}
.ti-search{
    font-size: 14px;
}
.text-search{
    position: absolute;
    top: 0;
    left: 18%;
    line-height: 30px;
    color: #ccc;
    opacity: 1;
    transition: opacity .4s;
}
.text-search.hidden{
    opacity: 0;
    transition: opacity .4s;
}


/*********------PEOPLE------*******/

.wrapper-people-aside{
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 300px;
    background-color: #00478c;
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}
.wrapper-people-aside.show-people{
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    background-color: #00478c;
    /*background-color: rgba(0, 71, 140, 0.95);*/
    padding: 5px 0;
    transition: all .4s;
    z-index: 99999;
}
.box-people-title{
    color: #fff;
    text-align: left;
    line-height: 18px;
    font-size: 15px;
    margin-bottom: 10px;
}
.wrapper-people-inner{
    position: relative;
    padding: 15px 0 15px;
}
.wrapper-people-aside-area{
    height: 100%;
    padding-top: 20px;
}
.box-people-header{
    padding: 0 15px;
}
.close-people-box{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #004080;
    padding: 5px;
    font-size: 15px;
    line-height: 14px;
    border-radius: 0 0 7px 0;
    z-index: 5;
    cursor: pointer;
    transition: all .4s;
}
.close-people-box:hover{
    background-color: #7aaf31;
    transition: all .4s;
}
.close-people-text{
    margin: 0 8px;
}
.close-main-box{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #004080;
    padding: 6px;
    font-size: 15px;
    line-height: 14px;
    border-radius: 0 0 0 7px;
    z-index: 5;
    cursor: pointer;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
}
.close-main-box:hover{
    background-color: #7aaf31;
    transition: all .4s;
}
.close-main-text{
    margin: 0 8px;
}
.box-people-body{
    margin-top: 20px;
}
.title-sector {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    background-color: #004080;
    padding: 15px;
    font-size: 18px;
    text-shadow: 2px 2px 4px #004080;
    border-bottom: 1px solid #7990a7;
    border-top: 1px solid #7990a7;
    box-shadow: 1px 2px 14px -3px #0c59a7;
}
.title-sector .ti-files{
    font-size: 18px;
}
.title-sector .name-sector-people{
    font-size: 17px;
    line-height: 18px;
    margin-left: 10px;
}
.people-box-individual{
    padding: 5px 15px 5px;
    color: #fff;
    text-transform: uppercase;
    transition: all .4s;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
}
.people-box-individual:hover{
    background-color: #004080;
    transition: all .4s;
}
.people-box-individual .ti-user{
    font-size: 17px;
    margin-right: 12px;
}
.full-name-people{
    line-height: 20px;
    font-size: 15px;
}
.people-post-name{
    display: block;
    text-transform: none;
    font-size: 13px;
    color: #8dc63f;
    line-height: 15px;
}



/*=======================*/
/*        INDEX*/
/*=======================*/

.mCustomScrollbar {
    touch-action: initial
}

.title-section{
    font-size: 33px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom: 25px;
    width: max-content;
    padding: 0 8px 3px;
    border-bottom: 2px solid #41c0fd;
}
.title-section.analityc-title{
    font-size: 33px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom: 0;
    width: max-content;
    padding: 0 8px 3px;
    border-bottom: 2px solid #41c0fd;
}
.main-page-section{
    height: 100%;
    padding: 50px 0;
    border-radius: 10px 0 0 0;
    background: rgb(29,125,196);
    background: linear-gradient(111deg, rgba(29,125,196,1) 12%, rgba(30,127,198,1) 41%, rgba(30,141,224,1) 55%, rgba(21,143,233,1) 100%);
}
.card-style-tables{
    background-color: #fff;
    min-height: 150px;
    border-radius: 15px 0 15px 15px;
    padding: 40px 15px 15px;
    position: relative;
    box-shadow: -2px 5px 5px 1px #0054a6;
}
.wrapper-for-tables{
    padding-top: 70px;
}
.card-style-tables-head{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: transparent;
    height: 81px;
    overflow: hidden;
}

.card-style-tables-head:before {
    content: '';
    position: absolute;
    left: 18px;
    right: -2px;
    top: 40px;
    background-color: #fff;
    height: 100px;
    /* width: 50%; */
    transform: rotate(-4deg);
    z-index: 999;
    padding-top: 10%;
    overflow: hidden;
    border-radius: 0 40px;
}
.label-table{
    position: absolute;
    top: -65px;
    width: 100px;
    height: 100px;
    /* box-shadow: 0 10px 7px -5px #ccc; */
    z-index: 1000;
    right: 50%;
    transform: translateX(50%);
}
.label-table img{
    width: 100%;
    height: auto;
}
table{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
}
table.dataTable.no-footer {
    border-bottom: 2px solid #ddd;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 2px solid #ddd;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #eee;
}
table.dataTable tbody tr {
    background-color: #0054a6;
    color: #fff;
}
table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.display tbody tr.even>td, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #0054a6;
    transition: all .3s;
    color: #fff;
    border-right: 1px solid #ddd;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.display tbody tr.odd>td, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #ffffff;
    color: #0054a6;
    border-right: 1px solid #ddd;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #fff;
    color: #0054a6;
    transition: all .3s;
}
table.dataTable.display tbody tr.even:hover>.sorting_1, table.dataTable.display tbody tr.even:hover>td, table.dataTable.order-column.stripe tbody tr.even:hover>.sorting_1{
    background-color: #1c75bc;
    transition: all .3s;
}
table.dataTable.display tbody tr.odd:hover>.sorting_1, table.dataTable.display tbody tr.odd:hover>td, table.dataTable.order-column.stripe tbody tr.odd:hover>.sorting_1 {
    background-color: #e4eaff;
    transition: all .3s;
}
#laterThanks{
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    width: 100%;
    max-width: 100%;
}
#laterConditions{
    font-size: 14px;
    line-height: 19px;
    width: 100%;	
    max-width: 100%;
}
.box-table{
    max-width: 100%;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    vertical-align: middle;
}
thead th{
    color: #0054a6;
}
.area-tables-marg{
    margin-top: 50px;
}


/*FILTER_MENU*/

.filter-menu-list{
    display: none;
}
.ti-settings{
    transform: rotate(0deg);
    transition: transform .7s;
    /*margin-left: 5px;*/
}
.ti-settings.rotate{
    transform: rotate(250deg);
    transition: transform .7s;
}
.params-name-filter{
    display: block;
    width: 100%;
}
.params1, .params2{
    width: 100%;
    color: #fff;
    font-size: 15px;
}
.input-field-filter{
    border-radius: 5px;
    width: 99%;
    border: none;
    padding: 5px 10px;
    line-height: 20px;
    height: 25px;
    font-size: 14px;
    margin: 5px 0 7px;
    background-color: #fff;
    border-bottom: 2px solid #007bff;
    box-shadow: -3px 3px 5px 1px #001d3a;
}
.input-field-filter::-webkit-input-placeholder {color:#444;}
.input-field-filter::-moz-placeholder          {color:#444;}/* Firefox 19+ */
.input-field-filter:-moz-placeholder           {color:#444;}/* Firefox 18- */
.input-field-filter:-ms-input-placeholder      {color:#444;}

.filter-item{
    background-color: #fff;
    color: #007bff;
    font-weight: 600;
    padding: 3px 0 3px 7px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
}
.filter-item-all{
    background-color: #fff;
    color: #007bff;
    font-weight: 600;
    padding: 3px 0 3px 7px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
}
.filter-item.active{
    background-color: #007bff;
    color: #fff;
    padding: 3px 0 3px 7px;
}
.filter-item-all.active{
    background-color: #007bff;
    color: #fff;
    padding: 3px 0 3px 7px;
}
.filter-list-type{
    padding: 5px 0 5px 5px;
    background-color: #fff;
    border-radius: 5px;
    width: 99%;
    min-height: 70px;
    max-height: 180px;
    margin-top: 5px;
    box-shadow: -3px 3px 5px 1px #001d3a;
}
.filter-list-wrapper{
    margin-bottom: 25px;
}
.btn-box{
    width: 99%;
    text-align: right;
    margin-bottom: 25px;
}
.btn-style-filter{
    border: none;
    border-radius: 5px;
    padding: 6px 13px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background-image: linear-gradient(to left, #649225 0%, #8dc63f 50%, #4b6528 100%);
    background-position: 100% 0;
    background-size: 300% 1px;
    cursor: pointer;
    box-shadow: -2px 2px 10px 0px #435f1d;
    text-shadow: 2px 2px 3px #06440d;
    transition: all .3s;
}
.btn-style-filter:hover{
    border: none;
    color: #fff;
    background-position: 10% 0;
    /*background-color: #507b14;*/
    transition: all .3s;
}
.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111111111;
}

/*GUIDE*/

.area-guide-1,.area-guide-2,.area-guide-3{
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: -3px 3px 5px #001c38;
    min-height: 350px;
    margin-top: 50px;
    flex-direction: column;
    justify-content: space-between;
}
.icon-text-guide, .text-guide{
    display: inline-block;
}
.box-text-guide{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.icon-text-guide span{
    font-size: 31px;
    color: #0152a2;
}
.text-guide{
    margin-left: 15px;
    color: #444;
    font-size: 19px;
    line-height: 22px;
}
.static-guide-buttons{
    display: flex;
    justify-content: space-between;
}

.btn-guide-main{
    border: none;
    border-radius: 5px;
    padding: 6px 13px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background-image: linear-gradient(to left, #4a691f 0%, #8dc63f 50%, #2b3c13 100%);
    background-position: 100% 0;
    background-size: 300% 1px;
    cursor: pointer;
    box-shadow: -2px 2px 3px 1px #5f5f5f;
    text-shadow: 2px 2px 3px #032507;
    transition: all .3s;
}
.btn-guide-main:hover{
    border: none;
    color: #fff;
    background-position: 10% 0;
    /* background-color: #507b14; */
    transition: all .3s;
}

.btn-guide-main-next{
    border: none;
    border-radius: 5px;
    padding: 6px 13px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background-image: linear-gradient(to left, #00366b 0%, rgba(3,169,244,.87) 50%, #00366b 100%);
    background-position: 100% 0;
    background-size: 300% 1px;
    cursor: pointer;
    box-shadow: -2px 2px 3px 1px #929292;
    text-shadow: 2px 2px 3px #002042;
    transition: all .3s;
}
.btn-guide-main-next:hover{
    border: none;
    color: #fff;
    background-position: 10% 0;
    /* background-color: #507b14; */
    transition: all .3s;
}

.area-guide-1.show, .area-guide-2.show, .area-guide-3.show{
    display: flex;
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}
.area-guide-1.hide, .area-guide-2.hide, .area-guide-3.hide{
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.main-text-guide{
    flex: 1;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.guide-section{
    height: 100%;
    padding: 50px 0;
    border-radius: 10px 0 0 0;
    background: rgb(29,125,196);
    background: linear-gradient(111deg, rgba(29,125,196,1) 12%, rgba(30,127,198,1) 41%, rgba(30,141,224,1) 55%, rgba(21,143,233,1) 100%);
    display: none;
}

.dtr-data{
	white-space:normal;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: normal !important;
}
table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before {
    top: 50%;
    left: 15px;
}
table.dataTable.dtr-column>tbody>tr>td.control, table.dataTable.dtr-column>tbody>tr>th.control {
    position: relative;
    cursor: pointer;
    padding-left: 33px;
}

table.nowrap{
    max-width: 100% !important;
    width: 100% !important;
    min-width: auto !important;
}

table.dataTable tbody tr.child {
    background-color: #dae1e8;
    color: #0054a6;
}
table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #0054a6;
}



@media(max-width: 1450px){
    .card-style-tables-head:before {
        top: 45px;
    }
}
@media(min-width: 1300px){
    .card-style-tables-head {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 100%;
        background-color: transparent;
        height: 79px;
    }
}
@media(max-width: 1300px){
    .card-style-tables-head:before {
        transform: rotate(-5deg);
    }
}
@media(max-width: 1120px){
    .card-style-tables-head:before {
        transform: rotate(-6deg);
    }

.field-answer {
    width: 100%;
  }    
#    table.dataTable.nowrap th, table.dataTable.nowrap td {
#        white-space: nowrap;
#    }
}
@media(max-width: 991px){

    .main-page-section, .guide-section{
        border-radius: 0;
    }
    .card-style-tables-head:before {
        content: '';
        top: 56%;
    }
    .content-fl.show-main {
        padding-left: 0;
        background-color: #fff;
        background: #fff;
    }
    .wrapper-menu-aside {
        /*display: none;*/
        position: absolute;
        top: 0;
        left: -300px;
        bottom: 0;
        width: 300px;
        background-color: #0054a6;
        padding: 5px 0;
        opacity: 0;
        visibility: hidden;
        z-index: 999999;
        transition: all .3s;
    }
    .header-box-burger-menu {
        font-size: 26px;
        color: #fff;
        text-shadow: -1px 1px 2px #053461;
        cursor: pointer;
        display: block;
    }
    .main-panel-link {
         font-size: 0;
         color: #fff;
         cursor: pointer;
         text-shadow: -1px 2px 2px #666;
     }
    .main-panel-link span{
        font-size: 28px;
    }
    .name-of-page {
        font-size: 24px;
    }

    .title-section {
        font-size: 30px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        margin: 0 15px 25px;
        width: auto;
        border-bottom: 2px solid #41c0fd;
        padding: 0 8px 8px;
    }
    .title-section.analityc-title {
        font-size: 30px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        margin: 0 15px 25px;
        width: auto;
        border-bottom: 2px solid #41c0fd;
        padding: 0 8px 8px;
    }

    .wrapper-menu-aside.show-main {
        width: 100%;
        /*height: 100vh;*/
        position: fixed;
        opacity: 1;
        visibility: visible;
        padding-top: 0;
    }
    .wrapper-people-aside.show-people {
        width: 100%;
        /*height: 100vh;*/
        position: fixed;
        padding-bottom: 20px;
    }
    .btn-style-search {
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
    }

    .close-main-box{
        transition: all .4s;
        opacity: 1;
        visibility: visible;
    }
    .wrapper-menu-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 15px 0;
    }
}
@media(max-width: 768px){
    .card-style-tables-head:before {
        content: '';
        top: 73%;
    }
    .card-style-tables-head:before {
        transform: rotate(-5deg);
    }
    footer {
        background-color: #ddd;
        height: 55px;
    }
    footer .container {
        height: 55px;
    }
    .footer-class {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px 50px;
    }
    .area-guide-1, .area-guide-2, .area-guide-3 {
        padding: 15px;
        margin-top: 0;
    }
    .text-guide {
        font-size: 17px;
    }
}
@media(max-width: 600px){
    .card-style-tables-head:before {
        content: '';
        right: -4px;
    }
}
@media(max-width: 576px){
    .label-table {
        width: 80px;
        height: 80px;
    }
    .title-section {
        font-size: 24px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        margin: 0 auto;
        margin-bottom: 25px;
        width: 90%;
    }
    .static-guide-buttons {
        display: flex;
        flex-direction: column-reverse;
        width: max-content;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    .static-guide-buttons .btn-guide-main-next{
        margin-bottom: 10px;
    }

}
@media(max-width: 520px){
    .card-style-tables-head:before {
        content: '';
        right: -4px;
    }
    .card-style-tables-head:before {
        content: '';
        top: 76%;
    }
}
@media(max-width: 450px){
    .card-style-tables-head:before {
        content: '';
        right: -4px;
    }
    .card-style-tables-head:before {
        transform: rotate(-6deg);
    }
}
@media(max-width: 390px){
    .card-style-tables-head:before {
        content: '';
        right: -4px;
    }
    .card-style-tables-head:before {
        transform: rotate(-6deg);
    }
    .card-style-tables-head:before {
        content: '';
        top: 80%;
    }
	.card-style-tables {
		background-color: #fff;
		min-height: 150px;
		border-radius: 15px 0 15px 15px;
		padding: 40px 7px 15px;
	}
	#laterThanks {
		width: 100%;
		font-size: 13px;
		line-height: 19px;
		width: 98%;
		max-width: 100%;
	}
	#laterConditions {
		width: 100%;
		font-size: 13px;
		line-height: 19px;
		width: 98%;
		max-width: 100%;
	}
	.header-start {
		display: flex;
		flex-direction: row;
		height: 65px;
		align-items: center;
		justify-content: space-between;
		padding: 0 17px;
	}
	table.dataTable tbody th, table.dataTable tbody td {
		padding: 8px 3px;
	}
	.container {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
}

