@charset "utf-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
mark,
menu,
nav,
object,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
    display: block;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body,
html {
    width: 100%;
    font-weight: 400;
    background: #fafafa;
    font-size: 16px;
    color: #333;
    line-height: 1.15;
    min-height: 100%;
    height: auto;
    display: flex;
    font-family: Lato, Arial;
}
body * {
    box-sizing: border-box;
}
.clearfix {
    transform: 1;
    display: block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
a img {
    border: 0;
}
table img {
    max-width: none;
}
:focus,
input,
select,
textarea {
    outline: 0;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}
img {
    max-width: 100%;
    height: auto;
}
.page {
    flex-grow: 1;
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    clear: both;
}
.flex-grow {
    flex-grow: 1;
}
a {
    color: rgba(48, 57, 116, 0.5);
}
a:focus,
a:hover,
button {
    text-decoration: none;
}
a:focus,
a:hover {
    box-shadow: none;
    outline: 0;
    text-decoration: none;
}
button:focus,
button:hover {
    box-shadow: none;
    outline: 0;
}
button,
input,
label,
select,
textarea {
    display: block;
    border-radius: 0;
    font-family: Lato, Arial;
    font-size: 14px;
}
label {
    display: block;
    margin-bottom: 10px;
}
button,
input,
label,
textarea {
    font-weight: 400;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
textarea {
    resize: none;
}
.has-error .form-control,
.has-error .select select {
    background: pink !important;
}
button,
input,
select,
textarea {
    border: 0;
    font-size: 14px;
    color: rgba(51, 70, 129, 0.5);
}
.form-control {
    box-shadow: none;
    width: 100%;
    color: rgba(51, 70, 129, 0.5);
    background: #f9f9f9;
    border: 1px solid rgba(51, 70, 129, 0.2);
    padding: 7px 19px;
    line-height: 20px;
}
textarea.form-control {
    height: 110px;
}
.form-control:-moz-placeholder {
    color: rgba(51, 70, 129, 0.5);
}
.form-control::-moz-placeholder {
    color: rgba(51, 70, 129, 0.5);
}
.form-control::-webkit-input-placeholder {
    color: rgba(51, 70, 129, 0.5);
}
.form-control:-ms-input-placeholder {
    color: rgba(51, 70, 129, 0.5);
}
.select {
    position: relative;
    cursor: pointer;
    z-index: 100;
    background: #f9f9f9;
    border: 1px solid rgba(51, 70, 129, 0.2);
}
.select111:after {
    content: "";
    margin: -5px 0 0;
    min-width: 9px;
    max-width: 9px;
    height: 10px;
    background: url(/public/img/arrow.svg#grey) center no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
}
.select select {
    padding: 7px 19px;
    border: 0;
    line-height: 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.checkbox__group_double {
    -webkit-column-count: 2;
    column-count: 2;
    max-width: 500px;
    margin-bottom: 28px;
}
.checkbox {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 12px;
    color: #9ca0b7;
}
.checkbox:hover {
    color: #333;
}
.checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
input[type="checkbox"] + .checkbox_ico {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    background: #f9f9f9;
    border: 1px solid rgba(51, 70, 129, 0.2);
    box-sizing: border-box;
    margin-right: 12px;
}
input[type="checkbox"]:checked + .checkbox_ico {
    background-image: url(/public/img/checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
}
input[type="checkbox"]:checked + .checkbox_ico + span {
    color: #333;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.h1,
h1 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 7px;
}
.h2,
.h3,
.h4,
h2,
h3,
h4 {
    font-weight: 600;
}
.fsz-20 {
    font-size: 20px;
    font-weight: 600;
}
.h2,
.h3,
h2,
h3 {
    font-size: 24px;
}
.h4,
h4 {
    font-size: 18px;
}
.h4--news__main {
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.row--filter {
    margin-left: -10px;
    margin-right: -10px;
}
.col {
    flex-grow: 1;
    margin-left: 15px;
    margin-right: 15px;
}
.col--filter {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 12px;
}
.max__width--400 {
    max-width: 400px;
}
.col--filter_50 {
    min-width: calc(50% - 20px);
    max-width: calc(50% - 20px);
}
.col--stat {
    margin-bottom: 5px;
    align-self: center;
}
.col--stat:nth-child(2) {
    text-align: right;
}
.btn {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    cursor: pointer;
    -webkit-appearance: none;
    background: #0873bb;
    font-size: 14px;
    min-width: 140px;
    padding: 10px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}
.btn:focus,
.btn:hover {
    background: #33a8f6;
}
.btn--search__filter {
    margin-right: 20px;
    margin-bottom: 10px;
}
.btn--search__filter:last-child {
    margin-right: 0;
}
.btn--light {
    background: rgba(8, 115, 187, 0.15);
    color: #0873bb;
}
.btn--light:focus,
.btn--light:hover {
    background: rgba(51, 168, 246, 0.15);
}
.btn_find {
    display: flex;
    align-items: center;
    background: 0 0;
    color: #0873bb;
    text-align: left;
    font-size: 14px;
}
.btn_find:after {
    content: "";
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    background: url(/public/img/arrow.svg#blue) center no-repeat rgba(51, 70, 128, 0.1);
    background-size: 9px;
    border-radius: 100px;
    margin-left: 12px;
}
.menu__main {
    margin-bottom: 80px;
}
.benefits_li,
.benefits_ul,
.contacts_li,
.contacts_ul,
.menu__main_li,
.menu__main_ul,
.news__block_li,
.news__block_ul,
.stat__list_li,
.stat__list_ul,
.tabs_li,
.tabs_ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.display_block {
    display: block;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.margin--0_auto {
    margin-left: auto;
    margin-right: auto;
}
.nowrap {
    white-space: nowrap;
}
.logo {
    margin-bottom: 23px;
    display: block;
}
.logo_img {
    display: block;
}
.sidebar__left {
    min-width: 260px;
    max-width: 260px;
    margin-right: 40px;
    background: #fff;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    padding: 15px 23px 0;
    font-size: 14px;
}
.sidebar__right {
    font-size: 14px;
    min-width: 350px;
    max-width: 350px;
    background: #fff;
    box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.1);
    padding: 38px 30px 0;
    align-self: flex-start;
}
.sidebar__right--fullheight {
    align-self: stretch;
}
.center__column {
    min-width: calc(100% - 385px);
    max-width: calc(100% - 385px);
    padding-top: 30px;
    margin-right: 35px;
}
.main__column {
    min-width: calc(100% - 330px);
    max-width: calc(100% - 330px);
}
.double__column {
    min-width: calc(100% - 300px);
    max-width: calc(100% - 300px);
    display: flex;
}
.menu__main_li {
    margin-left: -23px;
    margin-right: -23px;
}
.menu__main_ico {
    min-width: 24px;
    max-width: 24px;
    margin-right: 15px;
    text-align: center;
}
.menu__main_svg {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.menu__main_a {
    display: flex;
    align-items: center;
    padding: 13px 30px;
    line-height: 24px;
    text-decoration: none;
}
.menu__main_li--active {
    background: rgba(255, 255, 255, 0.1);
}
.menu__main_li--active .menu__main_a {
    color: #333;
}
.menu__main_li--active .menu__main_svg * {
    opacity: 1;
    fill: #0873bb;
}
.menu__main_a:hover {
    color: #333;
}
.menu__main_a:hover .menu__main_svg * {
    opacity: 1;
    fill: #0873bb;
}
.news__block {
    background: #f1f7fb;
    margin-left: -23px;
    margin-right: -23px;
    padding: 32px 30px;
}
.news__block_h3 {
    color: rgba(48, 57, 116, 0.3);
    display: flex;
    align-items: center;
    text-decoration: none;
}
.news__block_h3:after {
    content: "";
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    background: url(/public/img/arrow.svg#grey) center no-repeat rgba(255, 255, 255, 0.1);
    background-size: 9px;
    border-radius: 100px;
    margin-left: auto;
}
.news__block_ico {
    margin-right: 18px;
}
.news__block_ico_img {
    display: block;
}
.news__block_li {
    border-bottom: 1px solid rgba(48, 57, 116, 0.3);
    padding: 20px 0;
}
.news__block_li:last-child {
    border: 0;
    padding-bottom: 0;
}
.news__block_a {
    color: #333;
    text-decoration: none;
}
.news__block_date {
    color: rgba(48, 57, 116, 0.3);
    display: block;
    margin-top: 10px;
}
.avatar__flex {
    display: flex;
    justify-content: space-between;
    padding-top: 38px;
}
.avatar__flex--news {
    margin-bottom: -33px;
}
.user__avatar {
    margin-bottom: 57px;
    display: flex;
    align-items: center;
}
.user__avatar_div {
    color: rgba(48, 57, 116, 0.5);
}
.user__avatar--sidebar__left {
    display: none;
    max-width: 230px;
}
.user__avatar_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.user__avatar_ico {
    min-width: 50px;
    max-width: 50px;
    margin-right: 13px;
    height: 50px;
    background: #e0e0e0;
    overflow: hidden;
    position: relative;
}
.user__avatar_img {
    position: absolute;
    left: -999px;
    right: -999px;
    top: -999px;
    bottom: -999px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.stat__list {
    margin-top: 6px;
}
.stat__list_li {
    border-bottom: 1px solid rgba(51, 70, 129, 0.2);
    padding: 26px 0;
    display: flex;
    align-items: center;
}
.stat__list_li:last-child {
    border: 0;
}
.stat__list_descript {
    flex-grow: 1;
    color: rgba(48, 57, 116, 0.5);
}
.stat__list_ico {
    margin-right: 13px;
    min-width: 32px;
    max-width: 32px;
    margin-bottom: auto;
    margin-top: -4px;
}
.stat__list_ico--last {
    margin-top: 0;
}
.stat__list_img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.title__icos {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.title__icos_ico {
    margin-right: 16px;
}
.tabs-wrapper .tabs {
    background: #fff;
    overflow: auto;
}
.tabs-wrapper .tabs-box {
    position: absolute;
    left: -9999px;
    width: 100%;
    overflow: hidden;
    height: 0;
}
.tabs-wrapper .tabs-box .in {
    transition: 0.3s;
    opacity: 0;
}
.tabs-wrapper .tabs-box.activated {
    position: relative;
    left: 0;
    overflow: visible;
    height: auto;
}
.tabs-wrapper .tabs-box.activated .in {
    opacity: 1;
}
.tabs_ul {
    display: flex;
    border-bottom: 1px solid #d6dae6;
}
.tabs_ul--empty {
    margin-left: 20px;
    margin-right: 20px;
}
.tabs_ul--empty .btn_find {
    padding-right: 0;
}
.tabs_li {
    border-bottom: 1px solid transparent;
    font-size: 18px;
    margin-bottom: -1px;
    margin-right: 15px;
    min-height: 100%;
    color: rgba(48, 57, 116, 0.5);
}
.tabs_li--margin_0 {
    margin-right: 0;
}
.tabs_li--active {
    border-bottom: 1px solid #0873bb;
}
.tabs_li--active .tabs_a {
    color: #0873bb;
}
.tabs_a,
.tabs_span {
    display: block;
    min-height: 100%;
    font-weight: 600;
}
.btn_find,
.tabs_a,
.tabs_span {
    text-decoration: none;
    padding: 13px 20px;
    cursor: pointer;
    line-height: 1.4;
}

.tabs_a{
    max-width: 95px;
    /* min-width: 10px; */
}
.tabs_a--flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 13px;
    padding-right: 13px;
}
.btn_find {
    padding-left: 10px;
}
.tabs_span {
    cursor: default;
    color: #333;
    padding-left: 0;
}
.tabs_li--last {
    margin-left: auto;
    margin-right: 0;
}
.white_bg {
    background: #fff;
}
.box__white {
    background: #fff;
    padding: 0px 0;
    box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
}
.table_tr {
    display: flex;
    align-items: center;
}
.table_td,
.table_th {
    flex-grow: 1;
    padding: 6px 10px;
}
.table_td:first-child,
.table_th:first-child {
    padding-left: 20px;
}
.table_flex {
    display: flex;
}
.tbody .table_tr:hover {
    background: rgba(8, 115, 187, 0.1);
}
.table_th {
    font-size: 14px;
    color: rgba(48, 57, 116, 0.5);
}
.table_td-65,
.table_th-65 {
    min-width: 65px;
    max-width: 65px;
}
.table_td-90,
.table_th-90 {
    min-width: 90px;
    max-width: 90px;
}
.table_td-105,
.table_th-105 {
    min-width: 105px;
    max-width: 105px;
}
.table_td-130,
.table_th-130 {
    min-width: 130px;
    max-width: 130px;
}
.table_td-160,
.table_th-160 {
    min-width: 160px;
    max-width: 160px;
}
.table_td-210,
.table_th-210 {
    min-width: 210px;
    max-width: 210px;
}
.table_td-225,
.table_th-225 {
    min-width: 225px;
    max-width: 225px;
}
.tableResponsive .th {
    display: none;
}
.tableResponsive .collapse .table_tr:nth-child(2n + 2) {
    background: #f2f7fb;
}
.search__filter {
    padding: 35px 20px;
}
.search__filter_btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.table__simple {
    font-size: 14px;
    min-width: 100%;
}
.table__simple .th {
    display: none;
}
.table__simple th {
    text-align: left;
    color: rgba(48, 57, 116, 0.5);
}
.table__simple tr {
    vertical-align: center;
}
.table__simple tr td:first-child,
.table__simple tr th:first-child {
    padding-left: 20px;
}
.table__simple tr:hover td {
    background: rgba(8, 115, 187, 0.1);
}
.table__simple td,
.table__simple th {
    padding: 5px 10px;
    border-bottom: 1px solid rgba(51, 70, 129, 0.2);
    line-height: 18px;
    vertical-align: middle;
}
.table__simple .th__id {
    width: 50px;
}
.table-wrapper {
    overflow: auto;
}
.about {
    margin-bottom: 50px;
    padding: 40px 20px;
}
.about_p {
    margin-bottom: 20px;
    max-width: 540px;
}
.about > :last-child {
    margin-bottom: 0;
}
.benefits {
    padding: 25px 22px;
}
.benefits_ul {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}
.benefits_li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 34px;
    display: flex;
    align-items: center;
}
.benefits_ico {
    margin-right: 25px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
    margin-bottom: auto;
}
.contacts_li {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(51, 70, 129, 0.2);
    font-weight: 600;
    font-size: 18px;
}
.contacts_li > * {
    margin-bottom: 4px;
}
.contacts_li:last-child {
    border: 0;
}
.contacts_a {
    text-decoration: none;
    color: #333;
    display: inline-block;
}
.contacts_param {
    color: rgba(48, 57, 116, 0.5);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}
.news__main {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.news__main_item {
    background: #fff;
    box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    min-width: calc(50% - 40px);
    max-width: calc(50% - 40px);
    display: block;
    text-decoration: none;
    color: #333;
}
.news__main_top {
    border-bottom: 1px solid rgba(51, 70, 129, 0.2);
    padding: 0 0 10px;
    display: flex;
    justify-content: space-between;
}
.news__main_date {
    color: rgba(48, 57, 116, 0.5);
    font-size: 14px;
    margin-top: 3px;
    display: block;
    margin-bottom: 10px;
}
.news__main_p {
    display: block;
    color: #9ca0b7;
    margin-top: 20px;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s;
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    min-width: 100%;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    vertical-align: 0;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
    vertical-align: 0;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.search__result_label {
    color: rgba(48, 57, 116, 0.5);
    margin-bottom: 12px;
}
.ui-widget.ui-widget-content {
    z-index: 300 !important;
}
.datepicker {
    position: relative;
    z-index: 200;
    background: #f9f9f9;
    border: 1px solid rgba(51, 70, 129, 0.2);
}
.datepicker:after {
    content: "";
    width: 19px;
    height: 18px;
    background: url(/public/img/calendar.svg) no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    z-index: 90;
}
.form_control--datepicker {
    background: 0 0;
    border: 0;
    position: relative;
    z-index: 100;
    padding-right: 50px;
}
.dropdown.tabs {
    margin: 4px 6px;
    align-self: center;
    max-width: calc(100% - 12px);
    overflow: visible;
}
.dropdown {
    background: #f9f9f9;
    border: 1px solid rgba(51, 70, 129, 0.2);
    font-size: 14px;
}
.dropdown-toggle {
    white-space: nowrap;
    max-width: 100%;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-toggle .caption {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.dropdown-item {
    font-size: 14px;
}
.dropdown-menu .tabs_li {
    margin-right: 0;
}
.dropdown-toggle::after {
    margin: 0 0 0 5px;
    border: 0;
    min-width: 9px;
    max-width: 9px;
    height: 10px;
    background: url(/public/img/arrow.svg#grey) center no-repeat;
    vertical-align: middle;
}
.accordion [aria-expanded="true"] .collapse_plus:after {
    display: none;
}
[data-toggle="collapse"] {
    cursor: pointer;
}
.accordion .collapse.show,
.accordion .collapsing,
.accordion [aria-expanded="true"] {
    background: #f2f7fb;
}
.accordion .collapse.show,
.accordion .collapsing {
    color: rgba(48, 57, 116, 0.5);
    font-size: 14px;
}
.accordion .collapse.show .table_td:first-child,
.accordion .collapsing .table_td:first-child {
    padding-left: 37px;
}
.accordion .collapse.show .table_tr:hover,
.accordion .collapsing .table_tr:hover {
    background: #fff;
}
.accordion .collapse .collapse_in,
.accordion .collapsing .collapse_in {
    padding-top: 10px;
    padding-bottom: 10px;
}
.accordion .collapse .table_td,
.accordion .collapse .table_th,
.accordion .collapsing .table_td,
.accordion .collapsing .table_th {
    padding-top: 3px;
    padding-bottom: 3px;
}
.collapse_plus {
    position: relative;
    max-width: 7px;
    min-width: 7px;
    height: 7px;
    margin: 5px 10px 0 0;
}
.collapse_plus:after,
.collapse_plus:before {
    content: "";
    background: #0873bb;
    position: absolute;
    left: -999px;
    right: -999px;
    top: -999px;
    bottom: -999px;
    margin: auto;
}
.collapse_plus:after {
    height: 7px;
    width: 1px;
}
.collapse_plus:before {
    height: 1px;
    width: 7px;
}
.xs_flex {
    background: #fff;
    display: none;
}
.menu__btn,
.sidebar__left_avatar {
    display: none;
}
.menuActive {
    height: 100vh;
    overflow: hidden;
}
.menuActive .sidebar__left {
    height: 100%;
    overflow: auto;
    min-width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 300;
}
.menuActive .sidebar__left .stickyy {
    position: static !important;
}
.menuActive .user__avatar--sidebar__left {
    display: flex;
    margin-left: -10px;
    margin-top: 10px;
}
.menuActive .double__column {
    min-width: calc(100% - 320px);
    max-width: calc(100% - 320px);
}
.menuActive .menu__main_a {
    min-width: inherit;
    max-width: inherit;
    font-size: 16px;
}
.menuActive .news__block--sidebar {
    display: block;
}
.menuActive .menu__btn {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 20px;
    top: 30px;
}
.menuActive .menu__btn span {
    display: none;
}
.menuActive .menu__btn:after,
.menuActive .menu__btn:before {
    position: absolute;
    left: -999px;
    right: -999px;
    top: -999px;
    bottom: -999px;
    margin: auto;
    width: 30px;
}
.menuActive .menu__btn:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menuActive .menu__btn:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.color_black {
    color: #333;
}
.color_blue {
    color: #0873bb;
}
.color_grey {
    color: rgba(48, 57, 116, 0.5);
}
.color_greylight {
    color: rgba(48, 57, 116, 0.3);
}
.btn,
.menu__main_a,
.menu__main_svg,
.menu__main_svg *,
.sidebar__left,
a,
button,
input,
label,
select,
textarea {
    transition: 0.3s;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
@media screen and (max-width: 1280px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
        min-width: 100%;
    }
    .h1--avatar {
        padding-right: 200px;
    }
    .col--stat {
        max-width: 200px;
        min-width: 200px;
    }
    .margin--0_auto {
        margin-left: 0;
    }
    .sidebar__right {
        background: 0 0;
        min-width: 100%;
        max-width: 100%;
        box-shadow: none;
        padding: 0;
    }
    .center__column {
        min-width: 100%;
        max-width: 100%;
        padding-top: 20px;
    }
    .double__column {
        flex-wrap: wrap;
        min-width: calc(100% - 330px);
        max-width: calc(100% - 330px);
        margin-bottom: 30px;
    }
    .avatar__flex {
        padding-right: 0;
    }
    .user__avatar--h1 {
        position: absolute;
        right: 30px;
        top: 20px;
    }
    .stat__list {
        background: #fff;
        padding: 20px;
        margin-top: 25px;
    }
    .table__simple tr td:first-child,
    .table__simple tr th:first-child {
        padding-left: 10px;
    }
    .table__simple td,
    .table__simple th {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (max-width: 992px) {
    .page {
        align-items: stretch;
    }
    .col--filter_50 {
        min-width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
    .logo {
        margin-left: -10px;
    }
    .logo_img {
        min-width: 40px;
        margin-left: -5px;
    }
    .sidebar__left {
        min-width: 54px;
        max-width: 54px;
        margin-right: 25px;
    }
    .double__column,
    .main__column {
        min-width: calc(100% - 100px);
        max-width: calc(100% - 100px);
    }
    .menu__main_a {
        padding: 13px 15px;
        min-width: 54px;
        max-width: 54px;
        overflow: hidden;
        font-size: 0;
    }
    .news__block--sidebar {
        display: none;
    }
    .avatar__flex {
        margin-bottom: 45px;
    }
    .avatar__flex--news {
        margin-bottom: 20px;
    }
    .user__avatar,
    .user__avatar--h1 {
        display: none;
    }
    .table_td,
    .table_th {
        padding: 5px;
    }
    .sidebar__left_avatar {
        display: flex;
        justify-content: space-between;
    }
    .menu__btn {
        display: block;
        font-size: 11px;
        text-align: center;
        color: #000;
        cursor: pointer;
        z-index: 1060;
        line-height: 16px;
        min-width: 25px;
        max-width: 25px;
        margin-left: -9px;
        margin-bottom: 30px;
    }
    .menu__btn span,
    .menu__btn:after,
    .menu__btn:before {
        content: "";
        display: block;
        height: 3px;
        background: #0873bb;
        margin: 4px auto 0;
        transition: 0.3s;
    }
    .menu__btn span:first-child,
    .menu__btn:after:first-child,
    .menu__btn:before:first-child {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .h1,
    h1 {
        font-size: 28px;
    }
    .h1--avatar {
        padding-right: 0;
        padding-top: 0;
    }
    .h2,
    .h3,
    h2,
    h3 {
        font-size: 20px;
    }
    .h4,
    h4 {
        font-size: 16px;
    }
    .col--stat {
        min-width: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
    .user__avatar--h1 {
        padding-top: 0;
    }
    .stat__list {
        padding: 15px;
        margin-top: 15px;
    }
    .title__icos {
        margin-bottom: 15px;
    }
	/*
    .tableResponsive {
        padding: 0;
        width: 100%;
    }
    .tableResponsive .thead {
        display: none;
    }
    .tableResponsive .th {
        display: block;
    }
    .tableResponsive .table_tr {
        padding: 10px 0;
        display: block;
    }
    .tableResponsive .table_card:nth-child(2n + 2) .table_tr,
    .tableResponsive .table_tr:nth-child(2n + 2) {
        background: #eee;
    }
    .tableResponsive .table_td {
        min-width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        padding: 5px 20px;
    }
    .tableResponsive .td,
    .tableResponsive .th {
        min-width: 50%;
        max-width: 50%;
    }
    .table__simple .th {
        display: block;
    }
    .table__simple tr:nth-child(2n + 2) {
        background: #f2f7fb;
    }
    .table__simple tr {
        display: block;
        align-items: center;
    }
    .table__simple tr td:first-child,
    .table__simple tr th:first-child {
        padding-left: 5px;
    }
    .table__simple thead {
        display: none;
    }
    .table__simple td {
        display: flex;
    }
    .table__simple .td,
    .table__simple .th {
        min-width: 50%;
        max-width: 50%;
        padding: 5px 10px;
    }
    .table-wrapper {
        overflow: hidden;
    }

	*/
    .benefits_ul {
        -webkit-column-gap: 0;
        column-gap: 0;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .benefits_li:last-child {
        margin-bottom: 0;
    }
    .news__main_item {
        min-width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin-bottom: 20px;
    }
    .accordion .collapse.show .table_td:first-child,
    .accordion .collapsing .table_td:first-child {
        padding-left: 20px;
    }
    .accordion .collapse .collapse_in,
    .accordion .collapsing .collapse_in {
        padding-top: 0;
        padding-bottom: 0;
    }
    .xs_hide {
        display: none;
    }
    .xs_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
}
@media screen and (max-width: 480px) {
    .h1,
    h1 {
        font-size: 24px;
    }
    .fsz-20,
    .h2,
    .h3,
    h2,
    h3 {
        font-size: 18px;
    }
    .menu__main {
        margin-left: -4px;
    }
    .logo {
        margin-left: -13px;
    }
    .sidebar__left {
        min-width: 40px;
        max-width: 40px;
        margin-right: 10px;
    }
    .double__column,
    .main__column {
        min-width: calc(100% - 65px);
        max-width: calc(100% - 65px);
    }
    .stat__list {
        padding: 10px;
    }
    .tableResponsive .table_td {
        font-size: 14px;
        padding: 5px 10px;
    }
    .contacts_li {
        font-size: 16px;
    }
    .news__main_top {
        display: block;
    }
    .dropdown.tabs {
        margin: 4px;
        max-width: calc(100% - 8px);
    }
    .accordion .collapse.show .table_td:first-child,
    .accordion .collapsing .table_td:first-child {
        padding-left: 10px;
    }
    .menu__btn {
        margin-left: -13px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.text-red-light {
    color: #ff5555;
}

.table__simple-2 th,
.table__simple-2 td {
    text-align: center;
    border: 1px solid rgba(51, 70, 129, 0.2);
    vertical-align: middle;
}
.table-wrapper--contract {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    padding-right: 44px;
    overflow: hidden;
    background: rgba(48, 57, 116, 0.15);
}
.table-wrapper--contract .table__simple-2 {
    background: #fff;
}
.table-wrapper--contract.arrowClicked .hidden__arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    right: -76px;
}
.table-wrapper--contract.arrowClicked .hidden__arrow span {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.table__simple-2 td,
.table__simple-2 th,
.table__simple-2 tr td:first-child,
.table__simple-2 tr th:first-child {
    padding: 5px 5px;
    font-size: 14px;
    text-align: center;
}
.table__simple-2 th {
    color: rgba(48, 57, 116, 0.5);
}
.table__simple-2 .hidden__date {
    background: rgba(199, 242, 180, 0.5);
    display: none;
}
.hidden__arrow {
    cursor: pointer;
    right: -81px;
    top: 50%;
    text-align: center;
    width: 200px;
    height: 40px;
    margin-top: -25px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    line-height: 24px;
    padding-top: 3px;
    color: rgba(0, 0, 0, 0.7);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.hidden__arrow span {
    position: relative;
    z-index: 100;
    color: #fff;
    display: block;
}
.hidden__arrow:before,
.hidden__arrow:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 90;
}
.hidden__arrow:hover {
    color: #fff;
}
.hidden__arrow:hover:before {
    background: rgba(48, 57, 116, 0.7);
}
.hidden__arrow:hover:after {
    border-top: 20px solid rgba(48, 57, 116, 0.7);
}
.hidden__arrow:before {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 100px;
    height: 14px;
    background: rgba(48, 57, 116, 0.5);
    top: 0;
    left: 50%;
    margin-left: -50px;
}
.hidden__arrow:after {
    content: "";
    display: block;
    border: 100px solid transparent;
    border-top: 20px solid rgba(48, 57, 116, 0.5);
    width: 0;
    height: 0;
    left: 0;
    top: 14px;
    position: absolute;
}
.table__contract_wrap {
    overflow: scroll;
    position: relative;
    z-index: 90;
}
.table__simple-2 .table__total td {
    color: rgba(48, 57, 116, 0.5);
}

.table.tableResponsive {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border: none;
    background: #f9f9f9;
}
.select2-selection__rendered {
    padding-top: 2px;
}

.select {
    padding: 3px 0px;
    height: 36px;
}

.tabs_li--active {
    border-bottom: none;
}

.bg-emerald-200 {
    background-color: rgb(167 243 208);
}

.h2--stat {
    font-size: 20px;
}

#remember_me {
    border: 1px solid rgba(51, 70, 129, 0.5);
}

.title-show {
    width: 30%;
    font-weight: bold;
}

.text-show {
    width: 70%;
}

@media (max-width: 768px) {
    .title-show {
        width: 100%;
    }

    .text-show {
        width: 100%;
        padding-top: 3px;
    }

    .ad-item {
        display: block;
    }
}

tr.no-bottom-border td {
    border-bottom: none;
}

tr.no-bottom-border td.border-bottom {
    border-bottom: 1px solid rgba(51, 70, 129, 0.2);
}

.box__white ul {
    margin-left: 40px;
}

.box__white ul li {
    padding: 4px 0px;
}

.select {
    position: relative;
    cursor: pointer;
    z-index: 100;
    padding: 0px;
    background: #f9f9f9;
    border: 1px solid rgba(51, 70, 129, 0.2);
}

.select select {
    padding: 0px 10px;
    border: 0;

    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    background-color: #f9f9f9;
    text-overflow: ellipsis;
    white-space: nowrap;
}

button[type="submit"] {
    border-radius: 0px;
    background: #33a8f6;
}

.select2 {
    padding-top: 2px;
}

.no-shadows .box__white {
    box-shadow: none;
}

.no-shadows .tabs_li {
    padding: 1rem 0.5rem;
}

.alphine-tabs a {
    padding: 15px 10px;
    box-sizing: border-box;
}

.alphine-tabs a.active {
    background-color: white;
    border: 1px solid rgb(209, 213, 219);
    top: 1px;
    border-bottom: 0px;
}
