.page2 {
    padding-right: 135px;
}

.logout {
    display: flex;
    gap: 12px;
    align-items: center;
    position: absolute;
    right: 16px;
    top: 16px;
}

.title__big2 {
    margin-top: 26px;
    margin-bottom: 24px;
}

.button-back {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 7px 16px;
    width: 116px;
    margin-bottom: 18px;
}

.recommend {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title {
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    margin-top: 24px;
    margin-bottom: 18px;
}

.title__big2 {
    margin-bottom: 24px;
}

.powered {
    line-height: 140%;
}

.table {
    border: 1px solid #dadada;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 24px;
}

.table__items {
    display: flex;
    align-items: start;
    border-bottom: 1px solid #f0f0f0;;
}

.table__items:first-of-type .table__item {
    font-weight: 700;
}

.table__item {
    font-size: 12px;
    line-height: 133%;
    padding: 8px;
}

.table__item1 {
    min-width: 168px;
    max-width: 168px;
}
.table__item2 {
    flex-grow: 1;
}

.table__item3 {
    min-width: 92px;
}

.checkbox {
    display: flex;
    align-items: center;
}

.checkbox {
    padding-left: 25px;
}

.checkmark2:after {
    top: 0;
}

.img {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.stats {
    display: flex;
    margin-top: 40px;
}

.lastImg {
    width: 100%;
    margin: 0;
    max-height: 362px;
    align-self: start;
}

.diagram {
    width: 50%;
    padding-left: 40px;
    align-self: flex-end;
}

.percent__line {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 133%;
    color: #bfbfbf;
    margin-bottom: 37px;
    gap: 2px;
}

.percent__line-last {
    margin-bottom: 10px;
}

.line {
    height: 1px;
    width: 100%;
    background-color:  #bfbfbf;
}

.numbers {
    display: flex;
    gap: 19px;
    padding-left: 40px;
}

.num {
    position: relative;
    display: block;
    width: 52px;
    font-size: 12px;
    line-height: 133%;
    text-align: center;
    color: #bfbfbf;
}

.block {
    position: absolute;
    max-width: 52px;
    width: 100%;
    background-color: #00cacc;
}

.block1 {
    height: 213px;
    top: -231px;
}

.block2 {
    height: 238px;
    top: -256px;
}

.block3 {
    height: 148px;
    top: -166px;
    background: #f69e9e;
}

.block4 {
    height: 225px;
    top: -243px;
}

.block5 {
    height: 205px;
    top: -223px;
}

.block6 {
    height: 246px;
    top: -264px;
}

.block7 {
    height: 195px;
    top: -213px;
}

.block3:after {
    content: 'Был простой с 13:00 до 17:00';
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 10;
    width: fit-content;
    padding: 6px 9px;
    border-radius: 2px;
    background: #f7f0f5;
    font-size: 12px;
    display: none;
    transition: opacity .3s ease;
    color: var(--clr-text-main);
}

.block3:before {
    content: '';
    height: 0px;
    width: 0px;
    border: 10px solid transparent;
    border-top-color: #f7f0f5;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    display: none;
    z-index: 10;
    transition: opacity .3s ease;
}

.block3:hover:after, .block3:hover:before {
    display: block;
}


.money {
    border: 1px solid #d1d0d0;
    border-radius: 16px;
    padding: 18px;
}

.money2 {
    display: none;
}

.months {
    display: none;
    justify-content: space-between;
    margin-bottom: 54px;
}

.months1 {
    display: flex;
}

.month__text-bold {
    font-weight: 700;
}

.month__text1 {
    font-weight: 700;
    line-height: 125%;
    color: var(--clr-blue-secondary);
}

.month__text2 {
    font-size: 12px;
    line-height: 133%;
    color: #000;
}

.controls {
    display: flex;
    gap: 16px;
}

.by {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #bfbfbf;
    border-radius: 8px;
    padding: 0 12px;
    width: 104px;
    height: 40px;
    line-height: 140%;
    flex-shrink: 0;
}

.byMonths {
    flex-shrink: 0;
    width: 142px;
}

.switcher1 {
    flex-shrink: 0;
}

.switcher {
    display: flex;
}

.switcher__item {
    line-height: 137%;
    cursor: pointer;
}

.switcher__item1 {
    border-right: 1px solid var(--clr-text-main) !important;
}

.switcher__item:nth-of-type(1) {
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-radius: 8px 0 0 8px;
    padding: 8px 12px;
}

.switcher__item:nth-of-type(2) {
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-radius: 0 8px 8px 0;
    padding: 8px 12px;
}

.switcher__item.active {
    background-color: var(--clr-text-main);
    color: #fff;
}

.switcher-select {
    width: 100%;
}

.switcher-select-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.switcher-select-item.active > svg {
    transform: rotate(180deg);
}

.switcher-select-item.active > svg path {
    stroke: white;
}

.switcher__item3.active .select__modal1 {
    opacity: 1;
    pointer-events: auto;
}

.switcher__item4.active .select__modal2 {
    opacity: 1;
    pointer-events: auto;
}

.select__checkbox {
    display: flex;
    align-items: center;
    padding-left: 25px;
}


.select__modal {
    position: absolute;
    color: var(--clr-text-main);
    top: 42px;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1;
    opacity: 0;
    flex-direction: column;
    gap: 16px;
    padding: 30px;
    box-shadow: 0 9px 50px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 8px;
    pointer-events: none;
}

.checkmark3:after {
    top: -5px;
}


.select__btns {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.select__btn {
    cursor: pointer;
    border-radius: 8px;
    padding: 4px 12px;
    line-height: 137%;
    width: 100%;
    text-align: center;
}

.select__btn1 {
    background: #f0fcfc;
    color: var(--clr-blue-secondary);
}

.select__btn2 {
    border: 1px solid #dadada;
}

.withMargin {
    margin-left: 12px;
}

.select__checkbox .checkmark {
    top: 2px;
}

.arrow__down {
    position: absolute;
    left: -15px;
}

.inner__checks {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.inner__checks.hide {
    display: none;
}

.double {
    justify-content: normal;
    gap: 24px;
}













