body {
    overflow-x: hidden;
}

.column_center {
    height: auto;
    overflow-y: visible;
}

.tbl_account {
    border-spacing: 0;
    border-collapse: collapse;
    color: #767676;
    font-size: 0.75rem;
}

.tbl_account th {
    font-weight: bold;
    color: #555555;
    text-transform: uppercase;
    padding: 20px 0 10px 10px;
    font-size: 0.7rem;
    white-space: nowrap;
}

.tbl_account th:first-child {
    position: sticky;
    left: 0;
    background-color: #fff;
    transform: translateX(-1px);
}

.tbl_account th:not(:first-child):not(:last-child) {
    text-align: center;
}

.tbl_account thead {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.tbl_account td:first-child {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.81rem;
    color: #262626;
    position: sticky;
    left: 0;
    background-color: #fff;
    padding: 8px 10px;
    transform: translateX(-1px);
}

.tbl_account td.change-row {
    color: #555555;
}

.tbl_account td {
    padding: 8px 0 8px 10px;
    white-space: nowrap;
}

.tbl_account td.rise {
    color: #10bd00;
}

.tbl_account td.fall {
    color: #fc5959;
}

.tbl_account tbody tr:not(:last-of-type) {
    border-bottom: 1px dotted #999999;
}

.tbl_account tr:nth-child(10) ~ tr:not(:last-of-type) {
    display: none;
}

.tbl_account tbody tr:hover {
    background-color: #ebebeb;;
}

.tbl_account tr td:last-child,
.tbl_account tr th:last-child {
    text-align: right;
    padding-right: 10px;
}

.tbl_account tfoot td {
    font-weight: bold;
}

.label-period {
    border-bottom: 2px solid #efefef;
    margin-bottom: 1.5rem;
    position: relative;
    text-align: right;
    padding-right: 1.5em;
    margin-left: auto;
}

.period_ranges {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.datepicker.dropdown-menu {
    z-index: 14 !important;
}

.charts__img {
    max-width: 50px;
}


@media screen and (min-width: 770px) {
    .label-period {
        max-width: 300px;
    }
}

.label-period:after {
    content: "\f0d7";
    position: absolute;
    top: calc(40% - 10px);
    right: 0;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Solid";
    font-weight: 900;
    font-size: 20px;
    color: #aaa;
}

.label-period.down:after {
    content: "\f0d8";
}

.label-period:hover {
    border-bottom: 2px solid #ccc;
    cursor: pointer;
}

.label-period .txt-compare {
    margin-top: -3px;
    margin-bottom: 2px;
}

.label-period .txt-compare, .label-period .txt-compare * {
    font-size: 90%;
    line-height: 110%;
    white-space: nowrap;
}

.label-period .txt-compare span {
    color: #888;
    margin-right: 0.5em;
}

.widjet_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widjet__content {
    flex-grow: 1;
    width: 100%;
    max-width: 1250px;
}

.widjet-form {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 1rem 1.25rem;
    border-radius: 2px;
    box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
    z-index: 3;
}

.widjet-form.shown {
    display: block;
}

.widjet-form.compare {
    top: 45px;
}

.top-content {
    display: flex;
    justify-content: space-between;
}

.period-wrap {
    flex-grow: 1;
    min-width: 210px;
    flex-shrink: 0;
}

@media screen and (max-width: 400px) {
    .widjet-form.compare {
        width: 100%;
    }

    .form-period .select2-container {
        width: auto !important;
    }
}

.fld_label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    white-space: nowrap;
}

#fld_month_ot {
    width: 120px;
}

#fld_month_do {
    width: 120px;
}

#fld_choice {
    width: 158px;
}

#fld_compare {
    width: 170px;
}

@media screen and (min-width: 380px) {
    #fld_choice {
        width: 200px;
    }

    #fld_compare {
        width: 200px;
    }
}

.form-period {
    margin-left: auto;
    width: 100%;
    font-size: 14px;
    position: relative;
}

.second-header + .dflex .form-period {
    display: none;
}

.form-period * {
    font-size: 14px;
}

.form-period .btn {
    min-width: auto;
    width: 100%;
}

.txt-main {
    white-space: nowrap;
}


@media screen and (max-width: 769px) {
    .form-period * {
        font-size: 0.9rem;
    }

    .top-content {
        flex-direction: column;
    }

    .filters {
        order: 1;
    }
}

.form-period .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-period .btn-cancel {
    margin-right: 1rem;
    margin-left: auto;
}

.custom-select {
    border-radius: 2px;
}

#fld_is_compare {
    margin-right: 5px;
}

#fld_is_compare + label {
    margin-bottom: 0;
    white-space: nowrap;
}

/*//////////////////////////////////////////////////////// Min period ///////////////////////////////////*/
.sel-period {
    display: flex;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 1.5rem;
}

.sel-period.hide {
    display: none;
}

.sel-period__label {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 7px 10px;
    cursor: pointer;
    flex-grow: 1;
    width: 100%;
    margin: 0;
    text-align: center;
}

.sel-period__label:hover {
    background-color: #f9f9f9;
}

input[name="sel_period"]:checked + .sel-period__label {
    background-color: #e0e0e0;
    box-shadow: inset 0 0 0 1px #d3d3d3;
}

.sel-period__label:not(:first-of-type) {
    border-left: none;
}

.sel-period__label:first-of-type {
    border-radius: 3px 0 0 3px;
}

.sel-period__label:last-of-type {
    border-radius: 0 3px 3px 0;
}

#regions_div {
    max-width: 1024px;
}

@media screen and (min-width: 770px) {
    .filters {
        margin-left: -10px;
    }

    .sel-period {
        padding: 0;
        max-width: 230px;
        margin-left: auto;
    }
}

.filters__container {
    margin-bottom: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filters__wrap {
    display: none;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%), 2px 2px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
    text-align: left;
    padding: 0;
    margin: 4px 10px;
    position: relative;
    height: auto;
    min-height: 44px;
    background-color: #008e80;
    color: #fff;
    width: auto;
    min-width: 200px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
    font-size: 14px;
    cursor: default;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.filters__wrap.shown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 769px) {
    .filters__wrap {
        width: 100%;
        font-size: 0.9rem;
    }
}

.filters__wrap.clickable {
    cursor: pointer;
    background-color: #005a52;
    padding: 0 10px;
}
.filters__wrap:not(:first-child):before {
    content: "";
    display: block;
    height: 4px;
    width: 10px;
    background: #bdbdbd;
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 769px) {
    .filters__wrap:not(:first-child):before {
        display: none;
    }
}

.filters__wrap.not-last:not(:last-child):after {
    content: "";
    display: block;
    height: 4px;
    width: 10px;
    background: #bdbdbd;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 769px) {
    .filters__wrap.not-last:not(:last-child):after {
        height: 10px;
        width: 4px;
        top: auto;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.filters__wrap:last-child:after {
    display: none;
}

.filters__wrap select option {
    color: #444;
    padding: 0;
}

.filters__add {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%), 2px 2px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
    text-align: center;
    position: relative;
    height: 44px;
    border: 0;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 16px;
    background-color: #E69E19;
    color: #fff;
}

.filters__add::before,
.filters__add::after {
    display: none;
}

.filters__add:hover {
    background-color: #ff771c;
}

.filters__icon {
    position: relative;
    padding: 8px;
    margin-right: 10px;
}

.filters__icon::before,
.filters__icon::after {
    content: '';
    background-color: #fff;
    position: absolute;
    border: none;
}

.filters__icon::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 2px;
}

.filters__icon::after {
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 14px;
    width: 2px;
}

@media screen and (min-width: 770px) {
    .filters__add {
        width: 170px;
        margin-left: 10px;
    }

    #btn_filter_product.filters__add::after {
        display: block;
        top: 60px;
        white-space: normal;
        min-width: 470px;
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
        font-weight: normal;
    }

    #btn_filter_product.filters__add:hover::after {
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%);
    }

    #btn_filter_product.filters__add::before {
        top: 40px;
        display: block;
    }
}

.flexColumns {
    margin: -1rem -1rem 0 -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#dv_dialog_anl_filter .modal__buttons {
    justify-content: end;
    margin: 0 -14px 0 0;
}

#dv_dialog_anl_filter .modal__buttons .modal-cancel {
    font-size: 14px;
    line-height: 14px;
}

#dv_dialog_anl_filter .flexColumns {
    border-bottom: 1px solid #ccc;
}

.ItemsCont {
    margin: 0;
}

.flexColumns .ItemsCont:last-child {
    border-left: 1px solid #ccc;
}

.ItemsList {
    margin: 0;
    min-width: 50%;
    padding: 0;
    list-style: none;
    max-height: 296px;
    overflow-y: auto;
    font-size: 90%;
}

.ItemsList::-webkit-scrollbar {
    width: 5px;
}

.ItemsList li {
    cursor: pointer;
    position: relative;
    padding: 8.6px 16px;
}

.ItemsList li.arrow {
    display: flex;
    align-items: center;
}

.ItemsList li.arrow:after {
    content: "\f105";
    display: inline-block;
    margin-left: auto;
    font-family: "Font Awesome 5 Light";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 1.1rem;
    line-height: 1;
}
.ItemsList li:hover {
    background: rgba(0,0,0,.04);
}

.ItemsList li.selected, .ItemsList li.selected:hover {
    color: #282828;
    background-color: rgba(0,0,0,.1);
}

.item-2-lvl {
    display: flex;
    align-items: center;
}

.item-2-lvl .fa-angle-right {
    margin-left: auto;
    padding: 4px 6px;
    margin-right: -10px;
    font-size: 1.1rem;
    font-weight: 400;
    background-color: rgba(0,0,0,.04);
    border-radius: 50%;
}

.item-2-lvl .fa-angle-right:before {
    content: "\f107";
}

#list_1 li:hover .fa-angle-right {
    background-color: rgba(0,0,0,0.1);
}

#list_right_anl_filter .item-2-lvl.open .fa-angle-right {
    transform: rotate(180deg);
}

.ItemsList-3-lvl {
    margin: 0 -1rem;
}

.ItemsList-3-lvl li {
    padding: 0.25rem 2rem;
}

.ItemsList-3-lvl li:before {
    content: "-";
    margin-right: 5px;
}

.ItemsList.ItemsList-3-lvl {
    max-height: none;
}

#sub-modal-success .modal-dialog {
    max-width: 400px;
    margin: auto;
}

.modal-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 0;
}

#sub-modal .btn {
    font-size: 1.1rem;
}

.modal-buttons__cancel {
    color: #666666;
    background: none;
    margin-right: 18px;
    min-width: auto;
}

/*////////////////////////////////// Style for select2 //////////////////////////////////////*/

.filters__wrap .select2 {
    width: 100% !important;
}

.filters__wrap .select2 .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.filters__wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 60%;
    left: 35%;
}

.filters__wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
    top: 50%;
}

.filters__wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    padding-left: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: rgba(0,0,0,.04);
    color: #282828;
}

li[id*="borderGroup"] {
    border-bottom: 1px solid #282828;
    padding: 0;
    pointer-events: none;
}

.select2-results__options {
    font-size: 14px;
    color: #282828;
}

.filters__multiple.shown {
    background-color: #ffffff;
    box-shadow: none;
    color: #000;
}

.filters__multiple .select2 {
    width: auto;
    min-width: 200px;
    height: 100%;
    min-height: 40px;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field {
    font-size: 0.9rem;
    line-height: 35px;
    margin-top: 0;
    height: 30px;
    vertical-align: middle;
    border-bottom: 1px solid #c7c7c7;
    width: 100% !important;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-ms-input-placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

.filters__multiple .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    font-size: 0.9rem;
    color: #c7c7c7;
}

@media screen and (min-width: 770px) {
    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field {
        width: 200px !important;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
        font-size: 14px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
        font-size: 14px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
        font-size: 14px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-ms-input-placeholder {
        font-size: 14px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
        font-size: 14px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
        font-size: 14px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
        font-size: 14px;
    }

    .filters__multiple .select2-container--default .select2-search--inline .select2-search__field::placeholder {
        font-size: 14px;
    }

    .flexColumns .ItemsCont {
        height: 300px;
    }
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field {
    border-bottom-color: #008e80;
    color: #008e80;
}

.filters__multiple .error.select2-container .select2-search__field {
    border-bottom-color: #d5555a;
    color: #d5555a;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field::-webkit-input-placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field::-moz-placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field:-ms-input-placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field::-ms-input-placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field::-webkit-input-placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field::-moz-placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field:-ms-input-placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-search__field::placeholder {
    color: #008e80;
}

.filters__multiple .select2-container--default.error .select2-search__field::-webkit-input-placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.error .select2-search__field::-moz-placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.error .select2-search__field:-ms-input-placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.error .select2-search__field::-ms-input-placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.error .select2-search__field::-webkit-input-placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.error .select2-search__field::-moz-placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.error .select2-search__field:-ms-input-placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.error .select2-search__field::placeholder {
    color: #d5555a;
}

.filters__multiple .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa;
}

.filters__multiple .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #00c1ae;
    border: 1px solid #00c1ae;
    border-radius: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 5px;
    white-space: pre-wrap;
}

.filters__multiple .select2-container--default .select2-selection--multiple {
    height: 100%;
    min-height: 40px;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 20%), 2px 2px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    padding: 0 10px 5px 5px;
}

.filters__multiple .select2.error .select2-selection--multiple {
    box-shadow: 0 0 2px 1px rgb(213 85 90 / 20%), 2px 2px 1px 0 rgb(213 85 90 / 14%), 0 2px 1px -1px rgb(213 85 90 / 12%);
    border-color: #d5555a;
}

@media screen and (max-width: 769px) {
    .filters__multiple .select2-container--default .select2-selection--multiple {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 44px;
    }
}

.first-select + .select2.select2-container--default .select2-selection--multiple {
    box-shadow: 0 0 2px 1px rgb(0 163 174 / 40%), 2px 2px 1px 0 rgb(0 163 174 / 28%), 0 2px 1px -1px rgb(0 163 174 / 24%);
    border: 1px solid #00c1ae;
}

.first-select + .select2.error .select2-selection--multiple {
    box-shadow: 0 0 2px 1px rgb(213 85 90 / 40%), 2px 2px 1px 0 rgb(213 85 90 / 28%), 0 2px 1px -1px rgb(213 85 90 / 24%);
    border: 1px solid #d5555a;
}

.filters__multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000000;
    padding: 0 10px 0 5px;
    border-right: none;
    position: static;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: Roboto,Helvetica,Arial,sans-serif;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent;
}

.filters__multiple .select2-container .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select2-container--default .select2-results__option--disabled,
.select2-container--default .select2-results__option--selected {
    background-color: transparent;
    display: none;
}

.filters__multiple .select2-search.select2-search--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 769px) {
    .filters__multiple .select2-search.select2-search--inline {
        width: 100%;
    }

    .select2-container .select2-selection--single {
        height: 32px;
        min-width: 158px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.select2-dropdown {
    z-index: 3;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background: #00a193;
}

/*////////////////////////////////// End style for select2 //////////////////////////////////////*/

.btn-cancel:hover {
    color: #666666;
    text-decoration: none;
}

.filters__clear {
    visibility: hidden;
    border: none;
    outline: none;
    margin: 0;
    background-color: transparent;
    position: relative;
    width: 38px;
    height: 38px;
    cursor: pointer;
    padding: 9px;
}

.filters__clear svg {
    cursor: pointer;
    fill: #005a52;
}

@media screen and (max-width: 769px) {
    .filters__clear.shown {
        display: block;
        width: 100%;
        height: 58px;
    }

    .filters__clear svg {
        width: 40px;
    }
}

@media screen and (min-width: 770px) {
    .filters__container:hover .filters__clear.shown {
        visibility: visible;
    }

    .charts__img {
        max-width: unset;
    }
}

.filters__container .selection {
    min-width: 222px;
}

@media screen and (max-width: 769px) {
    .filters__container .selection {
        width: 100%;
    }
}

/*/////////////////////////////////Style for filter country ////////////////////////////////*/
@media screen and (max-width: 769px) {

    .filters__export::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(135deg);
        transform: translateX(-50%) rotate(135deg);
        border: 5px solid #bdbdbd;
        border-bottom-color: transparent;
        border-left-color: transparent;
        bottom: -28px;
    }

    .filters__export::after {
        height: 20px;
        background: #bdbdbd;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        width: 4px;
        bottom: -25px;
    }

    .filters__export {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 770px) {
    .filters__export {
        margin-right: 30px;
    }

    .filters__export::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        border: 5px solid #bdbdbd;
        border-bottom-color: transparent;
        border-left-color: transparent;
        left: auto;
        right: -30px;
    }

    .filters__export::after {
        height: 4px;
        background: #bdbdbd;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "";
        width: 20px;
        left: auto;
        right: -30px;
    }
}

.filters__wrap.filters__import::before {
    height: 0;
    width: 0;
    background: transparent;
}

.filters__wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #ffffff;
}

/*///////////////////////////////Headers///////////////////////////*/

.main-header {
    font-size: 2.25rem;
    font-weight: 300;
    margin: 1rem 0;
    text-align: center;
}

.second-header {
    text-align: center;
    font-weight: 300;
    font-size:24px;
    color: #616871;
    margin: 1rem 0;
}

/*////////////////////////////////Charts posts/////////////////////*/

.charts {
    width: 70%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.charts__btn-wrap {
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0.5rem;
}

.charts__btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    border-bottom: 1px dotted transparent;
    line-height: 1;
    font-size: 13px;
    color: #0569b7;
}

.charts__btn.active {
    cursor: default;
    color: #000000;
}

.charts__btn:hover {
    border-bottom-color: #0569b7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.charts__btn.active:hover {
    border-bottom: 1px dotted transparent;
}

.charts__btn--pop {
    margin-left: 10px;
}

.charts__link {
    padding: 10px 0 10px 6px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 2px solid transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
}

.charts__link:hover {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.7;
}

.charts__link picture{
    float: left;
}

.charts__img {
    margin-right: 10px;
}

.charts__text {
    font-size: 14px;
}

.charts__header {
    color: #2f2f2f;
}

.charts__description {
    color: #676767;
    margin-bottom: 0.5rem;
}

.pagination {
    flex-wrap: wrap;
}

#prev-pagination {
    display: none;
}

.charts .page-link {
    color: #757575;
}

.charts .page-link:focus {
    box-shadow: none;
}

.charts .page-item.active .page-link {
    background-color: transparent;
    border-color: #dee2e6;
    font-weight: 700;
    color: #000000;
}

.charts .page-item.active:hover .page-link {
    cursor: default;
}

.charts__img {
    margin-right: 15px;
    height: auto;
}

@media screen and (min-width: 500px) {
    .charts__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .charts__link picture{
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .charts__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .charts__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 769px) {
    .charts-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .charts {
        width: 100%;
    }

    .charts__btn-wrap {
        margin-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media screen and (min-width: 600px) {
    .modal-back {
        display: none;
    }

    .flexColumns .ItemsCont:last-of-type {
        min-width: 57%;
    }

    .flexColumns .ItemsCont:first-of-type {
        min-width: 43%;
    }
}

/*//////////////////////////Mobile modal analytics////////////////////////////*/

@media screen and (max-width: 599px) {

    .flexColumns {
        margin: 0;
    }

    .modal-dialog {
        margin: 0.5rem;
    }

    #dv_dialog_anl_filter .modal-content {
        height: 450px;
    }

    .modal-dialog .modal-header {
        position: relative;
    }

    .modal-title {
        margin: 0 auto;
    }

    .modal-back {
        display: none;
        border: none;
        background-color: transparent;
        color: #fff;
        padding: 0 10px;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        line-height: 1;
    }

    .ItemsList {
        max-height: 350px;
    }

    .ItemsList-3-lvl li {
        padding: 0.25rem 2rem;
    }

    .open-2-lvl .modal-back {
        display: block;
    }

    .item-2-lvl .fa-angle-right {
        margin-right: -5px;
    }

    .modal-back .fa-chevron-left {
        font-family: 'Font Awesome 5 Light';
        font-weight: 400;
        font-size: 1.4rem;
    }

    .flexColumns .ItemsCont {
        width: 100%;
        min-width: auto;
    }


    .flexColumns .ItemsCont:last-child {
        display: none;
    }

    .open-2-lvl .flexColumns .ItemsCont:last-child {
        display: block;
        border-left: none;
        border-top: 1px solid rgba(0,0,0,.1);
    }

}

/*//////////////////////////Promo-anl////////////////////////////*/

.promo-charts {
    max-width: 302px;
    margin-left: 2rem;
}

.promo-charts__wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.promo-mobile {
    margin-bottom: 1.6rem;
}

.promo-charts__banner {
    text-align: center;
}

.promo-charts__banner:not(:last-child) {
    margin-bottom: 3.5rem;
}

.promo-charts__banner img {
    border: 1px solid #d7d7d7;
}

@media screen and (max-width: 1299px) {
    .promo-charts {
        display: none;
    }

    .not-logged .widjet__content {
        max-width: 100%;
    }

    .charts__list .promo-charts__banner {
        border-bottom: 1px solid #e0e0e0;
        padding: 1rem 0;
        margin: 0;
        background-color: #f4f4f4;
    }

    .promo-wrap {
        display: flex;
    }

    .promo-wrap .promo-charts {
        margin-left: 15px;
    }

    .promo-wrap .promo-charts__banner:not(:last-child) {
        margin-bottom: 15px;
    }

    .content-wrap {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 1300px) {
    .charts__list .promo-charts__banner {
        display: none;
    }

    .not-logged .widjet__content {
        max-width: calc(100% - (300px + 2rem));
    }
}

/*//////////////////////////////////////////////////////Not date block/////////////////////////////////*/

.not-data {
    display: none;
    text-align: center;
    margin-bottom: 30px;
}

.not-data__img {
    width: 25%;
    max-width: 600px;
}

.not-data__text {
    font-size: 1.25rem;
    padding: 0 10vw;
    margin: 0;
}

.not-data__text a {
    color:#216fdb;
}

.btn-prev {
    display: block;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #008e80;
    min-width: auto;
    font-size: 20px;
    cursor: pointer;
    margin: 0 auto;
}

.btn-prev:hover {
    text-decoration: underline;
}

/*//////////////////////////////////////////////////////Chart block/////////////////////////////////*/

.wrap-content {
    display: none;
    padding-top: 20px;
    margin: 0 auto;
}

.wrap-content section {
    margin-bottom: 1.6rem;
}

.chart-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chart-block__header {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1rem;
}

@media screen and (max-width: 769px) {
    .chart-block__header {
        font-size: 1.45rem;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
    }
}

.block-shadow.chart {
    position: relative;
    margin-bottom: 1.6rem;
    background-color: #fff;
}

@media screen and (min-width: 1024px) {
    .block-shadow.chart {
        padding-top: 60px;
    }
}

.chart__sidebar.z-index {
    z-index: 2;
}

@media screen and (min-width: 1101px) {
    .block-shadow.chart {
        width: 70%;
        margin-bottom: 0;
        -ms-flex-item-align: baseline;
        align-self: baseline;
        flex-grow: 1;
    }

    .chart__sidebar {
        margin-left: 15px;
        width: 30%;
        max-width: 400px;
    }
}

.chart__wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

#div_chart_wrap {
    position: relative;
}

.div_chart__no-sub .heat-table,
.div_chart__no-sub svg {
    filter: blur(4px);
}

@media screen and (max-width: 769px) {
    .div_chart__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div_chart__wrap #div_chart_compare {
        margin-bottom: 20px;
        width: 100% !important;
        height: 300px !important;
    }

    .div_chart__wrap #div_chart {
        width: 100% !important;
        height: 300px !important;
    }
}

.download-chart__list {
    display: none;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media screen and (min-width: 1024px) {
    .download-chart__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.download-chart__item {
    margin: 10px 8px 10px 0;
    border-radius: 4px;
}

.download-chart__item:last-child {
    margin-right: 0;
}

.download-chart__btn {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: 'Font Awesome 5 Regular';
    color: #53a79f;
    border: none;
    padding: 0;
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: transparent;
}

.download-chart__btn.block-shadow {
    padding: 4.61px 12px;
}

.download-chart__btn:hover {
    text-decoration: none;
    opacity: 1;
    color: #01403b;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

[data-tooltip] {
    position: relative;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.85rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50px;
    white-space: nowrap;
    background: #fff;
    color: #000;
    padding: 10px;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 3%), 0 6px 30px 5px rgb(0 0 0 / 7%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    z-index: 1;
}

[data-tooltip]:hover::after {
    opacity: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.chart-tools {
    font-size: 1.2rem;
}

[data-tooltip]::before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 31px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 5;
}

[data-tooltip]:hover::before {
    opacity: 1;
}

.info-chart,
.source-chart__list {
    font-size: 15px;
    color: #676767;
    margin: 0;
}

.info-chart {
    align-self: baseline;
    width: 100%;
}

.source-chart__item {
    font-size: .85rem;
}

.source-chart__item:not(:first-of-type) {
    margin-top: 20px;
}

.source-chart__item--update {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.source-chart__subscription {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: 'Font Awesome 5 Solid';
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 5px 26px 0 rgb(67 94 131 / 15%);
    color: rgba(35, 35, 35, 0.6);
    border: none;
    padding: 3.2px 12.5px;
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fff;
}

.source-chart__subscription[data-tooltip]::after {
    left: -14px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    top: 50%;
    white-space: normal;
    width: 270px;
    text-align: left;
}

.source-chart__subscription.sub-chart[data-tooltip]::after {
    width: 220px;
}

.source-chart__subscription[data-tooltip]::before {
    border-bottom-color: transparent;
    border-left-color: #fff;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    left: 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.source-chart__subscription[data-tooltip]:hover::after {
    opacity: 1;
}

.source-chart__subscription[data-tooltip]:hover::before {
    opacity: 1;
}

.source-chart__subscription .fal {
    font-size: 1.3rem;
}

.source-chart__subscription .fas {
    font-size: 1.3rem;
}

.source-chart__subscription.sub-chart {
    color: #53a79f;
}

.source-chart__subscription:hover {
    color: #53a79f;
}

.source-chart__header {
    color: #2f2f2f;
    font-weight: 500;
    font-size: .95rem;
    margin: 0 0 5px 0;
}

.source-chart__text {
    margin: 0;
    line-height: 1.5;
}

.source-chart__link {
    color: #007bff;
}

.source-chart__text--compare {
    font-size: 0.75rem;
}

.source-chart__text--compare span {
    margin-right: 0.5em;
    color: #888888;
}

.source-chart__text--compare span::after {
    content: ':';
}

.source-chart__text--main {
    margin-bottom: 0;
}

.source-chart__text--codes {
    max-height: 160px;
    overflow: auto;
}

.info-chart__header {
    font-size: 1rem;
    font-weight: 600;
    color: #2f2f2f;
}

.info-chart__text {
    font-size: 0.9rem;
    margin: 0;
}

@media screen and (max-width: 1100px) {
    .chart-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*///////////////////////////////////////////////////other statistic///////////////////////*/
.other-statistics__list {
    margin-bottom: 0;
}

@media screen and (max-width: 769px) {
    .other-statistics__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.other-statistics__item {
    margin-bottom: 8px;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .other-statistics__item {
        width: calc((100% - 8px)/ 2);
    }
}

.other-statistics__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.other-statistics__img {
    margin-right: 15px;
    height: auto;
}

.other-statistics__link:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.other-statistics__title {
    font-size: 1rem;
    color: #2f2f2f;
}

.other-statistics__header {
    font-size: 1.1rem;
    margin-bottom: 1.6rem;
}

.other-statistics__description {
    font-size: 0.9rem;
    margin-bottom: 0;
    line-height: 1.3rem;
    color: #676767;
}

/*////////////////////////////////////////////////////////Table chart///////////////////////////////////*/
.table-chart__wrap {
    overflow-x: auto;
    cursor: all-scroll;
}

.table-chart__wrap table {
    margin: 20px 0 0 0;
}

.chart__copyright {
    color: rgb(99 99 99);
    font-size: 0.75rem;
}

/*////////////////////////////////////////////////////////Heat Table ///////////////////////////////////*/
.heat-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    min-width: 190px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.heat-table__wrap {
    overflow-x: auto;
    cursor: all-scroll;
    padding: 0 30px 30px;
}

.heat-table__legend {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 10px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.heat-table__gradient {
    padding: 7px 30px;
    margin: 0 5px;
    background: -webkit-linear-gradient(left, #fff 0%, rgb(0, 141, 54) 100%);
    background: linear-gradient(.25turn, #fff 0%, rgb(0, 141, 54) 100%);
}

.heat-table td {
    border: none;
    text-align: center;
    font-size: 12px;
    padding: 5px;

}

.heat-table__data {
    position: relative;
    color: #000;
}

td.heat-table__name {
    width: 1px;
    text-align: right;
    white-space: nowrap;
}

.heat-table__tooltip {
    display: none;
    background: #fff;
    white-space: nowrap;
    position: absolute;
    text-align: left;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    bottom: 0px;
    z-index: 1;
    padding: 5px;
    line-height: 12px;
    border-radius: 3px;
    box-shadow: 0 0 2px 1px #cccccc;
}

tr td:last-child .heat-table__tooltip {
    -webkit-transform: translate(-75%, 100%);
    transform: translate(-75%, 100%);
}

.heat-table__tooltip p {
    font-size: 10px;
    margin: 0;
    text-shadow: none;
}

.heat-table__tooltip::after {
    content: '';
    border: 5px solid #fff;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    top: -4px;
}

tr td:last-child .heat-table__tooltip::after {
    left: 75%
}

.heat-table__data:hover .heat-table__tooltip {
    display: block;
}

.heat-table__data:hover {
    box-shadow: inset 0 0 0 1px #000;
}

/*//////////////////////////////////////////////////////// Radio button ///////////////////////////////////*/

.radio {
    margin-top: 10px;
}

.radio__label {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 8px 12px;
    border-radius: 50px;
    width: fit-content;
    border: 1px solid #ccc;
    color: #ccc;
}

.radio__label:hover {
    color: #676767;
    border-color: #676767;
}

.radio__label:not(:first-of-type) {
    margin-top: 10px;
}

input:checked + .radio__label {
    border-color: #00a193;
    background-color: #00a193;
    color: #fff;
}

input:checked + .radio__label:hover {
    border-color: #008d81;
    background-color: #008d81;
}
