@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.header-buttons-clear-js .icon_clear {
    display: block !important;
}

.header-buttons__item.active .period_picker_input {
    background-color: #fff;
    color: #000;
}

body {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-weight: 400;
}

.join-asoc {
    max-width: 450px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.join-asoc-form {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 44px 56px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 24px 30px;
}

.join-asoc-form__name {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.3;
    color: #000000;
    margin-top: 0;
    margin-bottom: 16px;
}

.join-asoc-form__item {
    margin-bottom: 16px;
}

.label_default {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.label_default span {
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 10px;

    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    opacity: 0.7;
}

.input_default {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #F8F8F8;
    border-radius: 5px;
    padding: 10px;
    padding-right: 37px;

    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
}

.join-asoc-form__button {
    margin-top: 36px;
}

.join-btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;

    background: #0C3B59;
    border-radius: 18px;
    border: none;
    outline: none;
    padding: 8px 15px;
    cursor: pointer;
}

.label_default {
    position: relative;
}

.eye-join {
    position: absolute;
    bottom: 10px;
    right: 13px;
}
.eye-join img {
    width: 15px;
    height: 15px;
}

.join-asoc__logo {
    display: block;
    margin-bottom: 35px;
}

.info-table__item {
    height: 131px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.info-table__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 90px;
    right: 0;
    background-color: #ecfffc;
    border-radius: 6px 6px 0px 0px;
}

.info-table__name {
    position: absolute;
    left: 11px;
    top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #1A1A1A;
}

.info-table__graf {
    width: 100%;
    position: relative;
    z-index: 1;
}

canvas {
    border-radius: 0 0 6px 6px;
    background-color: #ecfffc;
}

.icon_head {
    height: 19px;
    width: 19px;
    transition: all 0.4s ease;
    fill: #666464;
    margin-right: 9px;
}

.header__link:hover .icon_head {
    fill: #000;
}

.header__link.active .icon_head {
    fill: #000;
}
.header__link.active {
    color: #000;

}

.header__link {
    margin-right: 24px;
    font-weight: 500;
    transition: all 0.4s ease;
    font-size: 16px;
    line-height: 1.3;
    color: #666464;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.header__link:last-child {
    margin-right: 0;
}

.header__link:hover {
    color: #000;
}

.icon_graf {
    margin-top: -2px;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper__large {
    max-width: 1980px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.header__exit {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
}

.header__exit:hover {
    color: #000;
}

.header__exit:hover .icon_gray {
    fill: #000;
}

.icon_gray {
    width: 19px;
    margin-right: 10px;
    height: 19px;
    transition: all 0.4s ease;
    fill: rgba(0, 0, 0, 0.5)
}

.header__left-side {
    display: flex;
    align-items: center;
}

.header__logo {
    margin-right: 39px;
    font-size: 0;
}

.icon_house {
    margin-top: -3px;
}

.icon_dol {
    margin-top: -3px;
}

.icon_warning {
    margin-top: -4px;
}

.header_offset {
    padding-top: 19px;
    margin-bottom: 26px;
}

.header__top-side {
    padding-bottom: 18px;
    border-bottom: 1px solid #F8F8F8;
    background-color: #fff;
}

.header__bottom-side {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid #F8F8F8;
}

.header__selects {
    display: flex;
    align-items: center;
    max-width: 580px;
    width: 100%;
    margin-left: -6px;
    margin-right: -6px;
}

.header__selects-width {
    width: 40%;
    padding-left: 6px;
    padding-right: 6px;
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__buttons {
    background: #F8F8F8;
    border-radius: 12px;
    padding: 2px 3px;
}

.header__btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    padding: 8px 7px 7px 7px;
    color: #C0C0C0;
    background: #E6E6E6;
    border-radius: 11px;
    transition: all 0.4s ease;
    margin-right: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header__btn:hover {
    background: #FFFFFF;
    color: #000;
}

.header__btn:last-child {
    margin-right: 2px;
}

.header__btn.active {
    background: #FFFFFF;
    color: #000;
}

.icon_calendar {
    margin-left: 10px;
    fill: rgba(192, 192, 192, 1);
    width: 19px;
    margin-right: 0;
    height: 16px;
}

.header__btn:hover .icon_calendar {
    fill: #000;
}

.infographics_offset {
    padding-left: 30px;
}

.title__main {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.3;
    color: #000000;
}

.title__offset {
    margin-bottom: 20px;
}

.info-table {
    position: relative;
}

.info-table:after {
    content: '';
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 30px;
    width: 80px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}


.infographics__room {
    display: flex;
    align-items: center;
    margin-right: 15px;

    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #7E7E7E;
}

.infographics__room .circle {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50%;
}

.infographics__room:last-child {
    margin-right: 0;
}

.infographics__wrap {
    display: flex;
    align-items: center;
    margin-top: 16px;
    justify-content: space-between;
}

.infographics__rooms {
    display: flex;
    align-items: center;
}

.infographics__arrows {
    display: flex;
    align-items: center;
}

.infographics__arrows .infographics-arr-right .icon_gray {
    margin-right: 0;
}


.icon_arr-sl {
    fill: #D3D3D3;
}

.infographics-arr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.infographics-arr.swiper-button-disabled {
    opacity: 0.2;
}

.infographics-arr-left .icon_arr-sl {
    transform: rotate(-59deg);
}

.table-data__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    background-color: #0C3B59;
    padding: 8px 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 18px;
    transition: all 0.4s ease;
}

.table-data__link:hover {
    color: #000;
    background-color: #fff;
    box-shadow: 0px 24px 26px rgba(0, 0, 0, 0.15);

}

.table-data__link:hover .icon_gray {
    fill: #000;
}

.table-data__link:last-child {
    margin-right: 0;
}

.icon_options {
    margin-left: 40px;
    margin-right: 0;
    fill: rgba(200, 200, 200, 1);
}

.table-data_gray {
    border-radius: 13px;

    color: #A1A1A1;
    background-color: #F8F8F8;
}

.table-data_gray:hover {
    background-color: #fff;
    box-shadow: 0px 24px 26px rgba(0, 0, 0, 0.15);
    color: #000;
}

.table-data_gray:hover .icon_gray {
    fill: #000;
}

.title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-bottom: -5px;
}

.title-wrap .title__main {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-data__buttons {
    padding-top: 5px;
    padding-bottom: 5px;
}


.table-data__buttons {
    display: flex;
    align-items: center;
}

.icon_export {
    fill: #fff;
    margin-right: 4px;
    margin-top: -5px;
}

.tablet {
    width: 100%;
    display: table;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.infographics_offset {
    padding-top: 0;
}

.section_default {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section_offset-left {
    padding-left: 30px;
}

.tablet__body {
    display: table-row-group;
}

.tablet__header {
    border-radius: 13px;
}

.table-scrollbar {
    overflow: auto;
    position: relative;
}

.table-scrollbar.mCS_no_scrollbar:after {
    display: none;
}

.tablet__header .tablet__cell {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 16px;
    padding-right: 16px;
    border-right: none !important;

    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    background: rgba(128, 204, 255, 0.1);
    color: rgba(0, 0, 0, 0.7);
}

.tablet__header .tablet__cell:first-child {
    border-radius: 13px 0 0 13px;
}

.tablet__header .tablet__cell:last-child {
    border-radius: 0 13px 13px 0;
}

.tablet__row .tablet__cell {
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    color: #000000;
    padding: 11px;
    border-right: 1px solid #F8F8F8;
}

.tablet__row .tablet__cell:last-child {
    border-right: none;
}

.table-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #E9E9E9;
}

.table-scrollbar .mCSB_scrollTools .mCSB_draggerRail {
    background: #FAFAFA;
}

.table-scrollbar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 10px;
}

.table-scrollbar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    bottom: -2px;
}


.control {
    display: block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 12px;
    width: 12px;
    background: #E7E7E7;
    border-radius: 1px;
}


.control input:checked~.control__indicator {
    background: #E7E7E7;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
}

.control input:checked~.control__indicator:after {
    display: block;
    background: #0C3B59;
}

.control--checkbox .control__indicator:after {
    content: '';
    left: 2px;
    top: 2px;
    width: 8px;
    height: 8px;
    border: none;
    background: #C1C0C0;
    border-radius: 1px;
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.table-data__box {
    position: relative;
    margin-right: 16px;
}

.table-data__dropdown {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 2;
    top: 36px;
    box-shadow: 0px 24px 26px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 13px 13px;
}

.table-data__dropdown.active {
    visibility: visible;
    opacity: 1;
    z-index: 3;
}

.table-scrollbar-underbox {
    height: 20px;
    width: 100%;
}

.table-scrollbar-underbox {
    position: relative;
    z-index: 0;
}

.table-data_gray.active {
    border-radius: 13px 13px 0 0;
    color: #000000;
    background-color: #FFF;
    box-shadow: 0px 24px 26px rgba(0, 0, 0, 0.15);
}


.table-data_gray.active .icon_gray {
    fill: #000
}

.table-data__item {
    padding: 10px;
}

.table-data_gray {
    background-color: #F8F8F8;
}

.table-data_gray.active {
    pointer-events: none;
}

.table-data__item:nth-child(even) {
    background-color: #F8F8F8;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

.tablet__cell.hidden {
    display: none;
}

.header-mobile-folter-accept {
    max-width: 575px;
    width: 100%;
    margin-top: 15px;
}

.header-mobile-folter-accept .table-data__link {
    width: 100%;
}

.footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.footer_offset {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    background-color: #fff;
}

.footer_border {
    border-top: 1px solid #F8F8F8;
}

.footer__container {
    margin-top: -5px;
    margin-bottom: -5px;
    flex-wrap: wrap;
}

.footer__descript {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #A0A0A0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 15px;
}

.footer__descript a { 
    color: #A0A0A0;
}

.footer__link {
    color: #A0A0A0;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 1;
}

.table-data_offset-side {
    padding-right: 30px;
}

.table-scrollbar-y {
    position: relative;
    margin-top: 22px;
    overflow-y: scroll;
    padding-right: 22px;
}
.table-data__container {
    position: relative;
}
.main-table:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 49px;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
    height: 160px;
}

.graf-ff .graf-sell__container {
    margin-top: 40px;
}

.graf-sell__container {
    margin-top: 67px;
    position: relative;
}

.graf-sell__buttons {
    position: absolute;
    top: -30px;
    left: 61px;
}

.graf-sell__main {
    position: relative;
}
.period_picker_input .icon_calendar {
    background-image: none;
}

.period_button_content {
    flex-direction: row-reverse;
}

#comparestart ~ .period_picker_input .icon_calendar {
    display: none;
}
#comparestart ~ .period_picker_input .period_button_content {
    flex-direction: row;
}

.graf-sell__container:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    background-color: #ecfffc;
    height: 45px;
    border-radius: 6px 6px 0 0;
}

.graf-sell__container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ecfffc;
    height: 5px;
    width: 30px;
}



.period_picker_input {
    line-height: 1;
    padding: 0 7px;
    margin-right: 2px;
}

.header-buttons {
    display: flex;
    align-items: center;
}

.period_picker_input:before {
    top: 11px;
    bottom: 11px;
    border-radius: 11px;
    border: none;
    background: #E6E6E6;
}

.period_picker_input {
    color: #C0C0C0;
    font-family: "HelveticaNeueCyr", sans-serif;
    font-size: 16px;
}

.period_button_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.period_button_content .icon_gray {
    margin-left: 7px;
    margin-right: 0;
}

.graf-sell__link {
    text-decoration: none;

    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #7E7E7E;
    margin-right: 16px;
    display: inline-flex;
    align-items: center;
}

.graf-sell__link:last-child {
    margin-right: 0;
}

.graf-sell__link .circle {
    margin-right: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.input-check {
    opacity: 0;
    position: absolute;
    left: -9999999px;
}

.header-buttons {
    background: #F8F8F8;
    border-radius: 12px;
    padding: 2px;
    margin-left: 2px;
    margin-right: -1px;
}

.header-buttons__width {
    padding-right: 1px;
    padding-left: 1px;
}

.input-check-txt {
    background: #E6E6E6;
    border-radius: 11px;
    display: block;
    padding: 7px 6px 7px 6px;
    cursor: pointer;

    font-weight: 400;
    transition: all 0.4s ease;
    font-size: 16px;
    line-height: 1;
    color: #C0C0C0;
}

.input-check:checked ~ span {
    color: #000;
    background: #FFFFFF;
}

.label-header:hover span {
    color: #000;
    background-color: #fff;
}

.period_picker_input {
    display: flex;
    margin: 0;
    align-items: center;
    background: #E6E6E6;
    border-radius: 11px;
    transition: all 0.4s ease;
}

.period_picker_input:hover {
    background: #fff;
    color: #000;
}

.period_picker_input:before {
    display: none;
}

.period_picker_input .period_button_text {
    padding: 6px 4px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #F8F8F8;
}

.select2-container .select2-selection--single {
    height: 35px;
    display: flex;
    align-items: center;
}

.header-wrapper-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 35px;
}

.select2-selection__arrow:before {
    content: '';
    position: absolute;
    background-image: url('../images/arr-r.svg');
    width: 11px;
    height: 7px;
    top: 14px;
    right: 9px;
}

.header-select {
    margin-left: 13px;
    margin-right: 13px;
}

.period_picker_box .period_picker_head_title {
    font-weight: 500;
    font-size: 16px;
    font-family: "HelveticaNeueCyr", sans-serif;
    line-height: 1;
    color: #000000;
}

.period_picker_box .period_picker_years_selector_container {
    background: #F9F9F9;
}

.period_picker_box .period_picker_years_selector .period_picker_year {
    color: rgba(0, 0, 0, 0.4);
}

.period_picker_box .period_picker_years_selector .period_picker_year:after {
    height: 6px;
    width: 2px;
    background: rgba(0, 0, 0, 0.13);
}

.period_picker_box .period_picker_years_selector .period_picker_year {
    top: 8px;
    font-size: 14px;
    font-weight: 400;
    font-family: "HelveticaNeueCyr", sans-serif;
}

.period_picker_box span.period_picker_selector_week, .period_picker_box span.period_picker_selector_week_cap {
    background-color: #F6F6F6;
}

.period_picker_box .period_picker_days table table td {
    color: #000;
    font-weight: 400;
    font-family: "HelveticaNeueCyr", sans-serif;
}

.period_picker_box .period_picker_days table table td.period_picker_holiday {
    color: #590C0C;
    font-weight: 400;
    font-family: "HelveticaNeueCyr", sans-serif;
}

.period_picker_box {
    background: #FFFFFF;
    border: 1px solid #F8F8F8;
    box-shadow: 0px 24px 26px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.period_picker_box .period_picker_days table table td {
    text-align: center;
}

.period_picker_box .period_picker_days table td.period_picker_selected {
    background: rgba(128, 204, 255, 0.1);
}

.period_picker_box .period_picker_years_period {
    background: rgba(128, 204, 255, 0.1);

}

.period_picker_selector_week {
    position: relative;
    top: 2px;
}

.period_picker_box .period_picker_submit_dates input.input_control {
    height: 31px;
    background: #F7F7F7;
    border-radius: 11px;
}

.period_picker_box .period_picker_submit_dates .input_box {
    padding-right: 0;
    box-shadow: none;
    border: none;
    width: 96px;
}

.input_focused_yes {
    box-shadow: none;
}

.period_picker_box .period_picker_submit_dates input.input_control {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    padding-right: 5px;
    display: flex;
    align-items: center;
    align-items: center;
    color: #000000;
    font-weight: 400;
    font-family: "HelveticaNeueCyr", sans-serif;
}


.period_picker_box .period_picker_show:before {
    background: #0C3B59;
    border-radius: 18px;
    box-shadow: none;
}

.period_picker_box .period_picker_show {
    border: none;
    height: 35px;
    top: 18px;
}

.period_picker_box .period_picker_show:focus {
    box-shadow: none;
}

.period_picker_box .period_picker_show:active:before {
    background-color: #0C3B59;
    box-shadow: none;
}

.period_picker_box .period_picker_show span {
    color: #fff;
}

.period_picker_box .period_picker_from_block{margin-bottom: 0;}
.period_picker_box .period_picker_from_block {
    margin-right: 10px;
}

.period_picker_date_separator {
    margin-left: 10px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.main {
    height: calc(100vh - 229px);
    margin-top: 172px;
    margin-bottom: 57px;
}

.header_bg {
    z-index: 2;
    background-color: #fff;
}

.footer_bg {
    z-index: 2;
    background-color: #fff;
}

thead th {
    position: sticky;
    top: 0;
    background: #80CCFF;
}


.table-data-wrap {
    display: flex;
    align-items: center;
}

.title-wrap_offset {
    margin-bottom: 17px;
}

.period_picker_head {
    padding: 0 11px;
}

.period_picker_years {
    max-width: 539px;
    margin-right: auto;
    margin-left: auto;
}

.period_picker_box .period_picker_close {
    right: 9px;
}

.period_picker_box .period_picker_max_min {
    right: 30px;
}

.period_picker_box .period_picker_submit_dates {
    margin: 0 29px 15px;
}

.table-data-wrap .title__main {
    margin-right: 24px;
}

.wrapper_large {
    max-width: 1980px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper__head {
    max-width: 1980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px; 
}

.period_picker_input .icon_clear {
    /* background-image: url('../images/trash.svg'); */
    background-image: url('../images/plus-svg.svg');
    border-radius: 0;
    pointer-events: none;
}

.period_picker_input.active .icon_clear {
    background-image: url('../images/trash.svg');
    pointer-events: all;
}

.icon_calendar .icon_gray {
    fill: #C0C0C0
}

.graf-sell__main-offset {
    padding-bottom: 10px;
}

.graf-sell__main-offset .graf-sell__buttons {
    top: 15px;
    left: 70px;
}

.graf-sell__main-scroll {
    width: 100%; overflow-x: auto; overflow-y: hidden
}

.graf-sell__main::-webkit-scrollbar {
    height: 6px;
}
.graf-sell__main::-webkit-scrollbar-track {
    background: #FAFAFA;
    border-radius: 5px;
}
.graf-sell__main::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #E9E9E9;
    height: 6px;
}

.table-scrollbar-y::-webkit-scrollbar  {
    width: 6px;
    height: 6px;
}

.table-scrollbar-y::-webkit-scrollbar-track {
    background: #FAFAFA;
    border-radius: 5px;
    width: 7px;
}
.table-scrollbar-y::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #E9E9E9;
    height: 6px;
}

.table-scrollbar:after {
    content: '';
    position: absolute;
    top:0;
    bottom: 12px;
    z-index: 1;
    right: -16px;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
    width: 80px;
}

.table-scrollbar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-color: #E9E9E9;
}

.table-scrollbar::-webkit-scrollbar  {
    height: 0px;
}

.table-scrollbar-y .tablet__header .tablet__cell {
    background: #F2FAFF;
}

.tablet__header .tablet__cell {
    color: rgba(0, 0, 0, 0.7);
}

.header-select-line {
    display: none;
}

.header-select-line.active {
    display: block;
}


/* media */

.header-buttons-title {
    display: none;
}

.header-mobile-bottom {
    display: none;
}

.mobile-header-btn {
    display: none;
}

.header-filter-btn {
    display: none;
}

.header-mobile-filter {
    display: none;
}

.header-buttons-m {
    display: none;
}

.period_picker_input .icon_clear:active {
    background-color: rgba(255,255,255,0);
}

/* #periodpickerstart3 ~ .period_picker_input .period_button_content {
    flex-direction: row;
}
#periodpickerend-end3 ~ .period_picker_input .period_button_content {
    flex-direction: row;

}
#periodpickerend-end3 ~ .period_picker_input .icon_calendar {
    display: none !important;
}
#periodpickerstart3 ~ .period_picker_input .icon_calendar {
    display: none;
} */

/* хром, сафари */
.main::-webkit-scrollbar { width: 0; }

/* ie 10+ */
.main { -ms-overflow-style: none; }


@media (max-width: 1200px) {
    .infographics__wrap {
        padding-right: 15px;
    }
    .main-rait {
        margin-top: 206px;
    }
    .header__wrap {
        flex-wrap: wrap;
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .wrapper__head {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header__selects {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .wrapper__large {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer__container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wrapper_large {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer_offset {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .section_offset-left {
        padding-left: 15px;
    }
}

@media (max-width: 990px) {

    .table-data__dropdown {
        top: 32px;
    }

    .header__selects {
        margin-left: 0px;
        margin-right: 0px;
        flex-direction: column;
        margin-bottom: -15px;
        padding-top: 0;

    }
    
    .header__selects-width {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .header-buttons {
        margin-bottom: 20px;
        padding: 10px 5px;
    }
    .header-buttons__item {
        display: inline-flex;
        align-items: center;
    }
    .label-header {
        width: 100%;
    }
    .header-button__label {
        margin-bottom: 5px;
        font-size: 16px;
        margin-right: 7px;
        line-height: 1;
        color: #000000;
    }
    .header-buttons-title {
        display: block;
        font-size: 14px;
        line-height: 1;
        color: #000000;
    }
    
    .header-buttons-m {
        display: block;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .header-buttons__collumn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .header-buttons__collumn .header-buttons-m {
        width: 50%;
        padding-right: 10px;
    }
    .header-buttons__collumn .header-buttons-m:last-child {
        padding-right: 0;
    }

    .header-buttons__col .header-buttons__width {
        margin-bottom: 5px;
    }

    .header-buttons__col .header-buttons__width:last-child {
        margin-bottom: 0;
    }   

    .header-wrapper-btn {
        max-width: 575px;
        width: 100%;
    }
    .header-buttons {
        margin-bottom: 0;
        max-width: 575px;
        width: 100%;
    }
    .header-buttons__width {
        display: flex;
        align-items: center;
    }

    .period_picker_submit_dates {
        display: flex;
        align-items: center;
    }

    .period_picker_box .period_picker_show {
        top: -3px;
    }

    .period_picker_box .period_picker_submit_dates {
        margin: 0 9px 15px;
    }

    .period_picker_input  {
        margin-left: 5px;
    }

    .header-wrapper-btn {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .header-buttons__item {
        width: 100%;
    }

    .header-mobile-filter {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top:0;
        bottom: 0;
        background-color: #fff;
        z-index: 0;
        transform: translateY(-100%);
        transition: all 0.4s ease;
    }

    .header-mobile-filter.active {
        transform: translateY(0%);
    }

    .header-mobile-filter-close {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .header-mobile-filter__container {
        position: relative;
        padding: 15px 10px;
        display: flex;
        padding-top: 54px;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
    }

    .header-filter-btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;

        font-weight: 500;
        font-size: 14px;
        line-height: 1;
        color: #000000;
        text-decoration: none;
    }

    .header-filter-btn img {
        margin-right: 10px;
    }

    .main {
        margin-top: 120px;
    }
    .title__offset {
        margin-bottom: 14px;
    }
    .icon_gray {
        width: 18px;
        height: 15px;
    }
    .tablet__row .tablet__cell {
        font-size: 14px;
    }
    .tablet__row .tablet__cell {
        padding: 7px;
    }
    .icon_options {
        margin-left: 25px;
    }
    .table-data__dropdown {
        border-radius: 0 0 8px 8px;
    }
    .table-data__item {
        padding: 7px 5px;
    }
    .control {
        font-size: 14px;
    }
    .footer__link {
        font-size: 14px;
    }
    .table-data__link {
        font-size: 14px;
    }
    .footer__descript {
        font-size: 14px;
    }
    .title__main {
        font-size: 20px;
    }
    .header-mobile-bottom {
        padding: 20px 15px;
    }
    .header-mobile-navbar {
        display: flex;
        flex-direction: column;
    }
    .header__logo {
        margin-right: 0;
        height: 35px;
    }

    .header__logo img {
        height: 100%;
    }
    .header_offset {
        padding-top: 0;
        margin-bottom: 0;
    }
    .header__top-side {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header__bottom-side {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .input-check-txt {
        font-size: 14px;
    }

    .period_picker_input {
        font-size: 14px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }

    .header__link {
        font-size: 14px;
    }

    .select2-results__option--selectable {
        font-size: 14px;
    }

    .mobile-header-btn {
        display: block;
        cursor: pointer;
        width: 24px;
        height: 20px;
        position: relative;
    }

    .mobile-header-btn span:nth-child(1) {
        top: 0;
        left: 0;
    }
    .mobile-header-btn span:nth-child(2) {
        top: 8px;
        left: 0;
    }

    .mobile-header-btn span:nth-child(3) {
        top: 16px;
        left: 0;
    }

    .mobile-header-btn span {
        height: 4px;
        background: #111;
        width: 100%;
        display: inline-block;
        position: absolute;
    }

    .header__navbar {
        display: none;
    }
    .header__container .header__exit {
        display: none;
    }

    .header-mobile-navbar .header__link {
        margin-bottom: 10px;
    }

    .header-mobile-bottom.shadow-active {
        box-shadow: 0px 24px 26px rgb(0 0 0 / 15%);
    }
    .mobile-header-bottom {
        height: calc(100vh - 69px);
    }

    .cursor-hide {
        pointer-events: none;
    }

    .header__bottom-side .header__wrap{
        display: none;
    }

    .main {
        height: calc(100vh - 120px);
        margin-bottom: 0px;
    }

    .footer {
        position: relative;
    }

    .header-mobile-filter__container {
        overflow-x: hidden;
        height: 100vh;
    }
    
}

@media (max-width: 690px) {
    .title-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .table-scrollbar-y { 
        overflow-x: scroll;
    }
}

@media (max-width: 650px) {
    .table-data-wrap {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    .table-data-wrap .header-wrapper-btn {
        margin-bottom: 10px;
    }
    .header-wrapper-btn {
        width: 100%;
        flex-direction: column;
    }
    .header-buttons {
        width: 100%;
        flex-wrap:wrap ;
    }
    .header-select {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
    }
    .header-buttons__width {
        width: 50%;
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .input-check-txt {
        text-align: center;
    }

    .header-buttons {
        padding: 6px 5px;
    }

    .info-table:after {
        width: 29px;
    }
}

@media (max-width: 620px) {
    .infographics__rooms {
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .infographics__room {
        margin-right: 0;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 5px;
        width: 33.3%;
    }
    .header__top-side {
        padding-bottom: 7px;
    }
    .header_offset {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .header__selects {
        width: 100%;
        flex-direction: column;
        margin-bottom: -10px;
    }
    .header__selects-width {
        width: 100%;
        margin-bottom: 10px;
    }

    .header__selects {
        margin-top: 15px;
    }
}

@media (max-width: 500px) {
    .period_picker_submit_dates {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .period_picker_box .period_picker_to_block {
        margin-bottom: 0;
    }
    .period_picker_box .period_picker_show {
        top: -2px;
    }

    .graf-sell__buttons {
        left: 0;
    }
    .graf-sell__link {
        margin-right: 5px;
        margin-bottom: 4px;
    }

    .header-buttons {
        flex-wrap: wrap;
        margin-top: -3px;
        margin-bottom: -3px;
    }

    .header-buttons__width {
        padding-bottom: 3px;
        padding-top: 3px;
    }
    .graf-sell__container {
        margin-top: 66px;
    }

    .graf-sell__buttons {
        display: flex;
        flex-direction: column;
        left: 24px;
        top: -37px;
    }
    .graf-sell__container:before {
        height: 40px;
        top: -40px;
    }

    .graf-sell__main-scroll .graf-sell__buttons {
        flex-direction: row;
        top: 43px;
        left: 68px;
    }

    .graf-sell__main-scroll .graf-sell__link {
        flex-shrink: 0;
        margin-right: 10px;
    }

    .graf-sell__main-btn-off .graf-sell__container:before {
            height: 75px;
            top: -75px;
    }

    .graf-sell__main-btn-off {
        margin-top: 94px;
    }

    .graf-sell__main-btn-off .graf-sell__buttons {
        display: flex;
        flex-direction: column;
        left: 60px;
        top: -65px;
    }

    .join-asoc-form {
        padding: 15px;
    }

    .join-asoc__logo {
        margin-bottom: 20px;
    }
    .join-asoc-form__button {
        margin-top: 20px;
    }
}

@media (max-width: 450px) {

    .infographics__room {
        padding-left: 3px;
        padding-right: 3px;
        margin-bottom: 3px;
        width: 50%;
    }
    .infographics__rooms {
        margin-left: -3px;
        margin-right: -3px;
    }
    .infographics__arrows {
        margin-left: 15px;
    }
}

@media (max-width: 410px) {
    .header-buttons__collumn {
        flex-direction: column;
    }
    .header-buttons__collumn .header-buttons-m {
        padding-right: 0;
    }
    .header-buttons__collumn .header-buttons-m {
        width: 100%;
    }

    .period_picker_input .icon_calendar, .period_picker_input .icon_clear {
        width: 24px;
        height: 12px;
    }
    .header-buttons__item {
        width: 100%;
    }


    .period_picker_input .period_button_text {
        width: 100%;
    }
    .period_picker_input  {
        width: 100%;
    }

    .period_button_text {
        text-align: center;
    }

    .header-buttons__width {
        width: 100%;
    }
}

@media (max-width: 350px) {
    .table-data__buttons {
        flex-direction: column;
        width: 100%;
    }
    .table-data__link {
        width: 100%;
    }
    .table-data__box {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .table-data__dropdown {
        top: 35px;
    }

}


html {
    overflow-y: hidden;
}

main {
    overflow-y: scroll;
}

.pointer-none {
    pointer-events: none;
}

.period_picker_maximize .period_picker_years {
    max-width: 100%;
}