.production__dynamic {
    margin: 53px auto 64px auto;
    display: flex;
    flex-direction: column;

    border: 1px solid #E7EDF3;
    box-shadow: 0px 4px 24px rgba(201, 201, 201, 0.25);
    border-radius: 10px;

    width: 919px;
    height: 100%;

}

.canvas__wraper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.canvas__line {
    width: 3000px;
    height: 310px;
}

.graph__text {
    width: 100%;
    padding-left: 75px;

    margin-bottom: 20px;
    margin-top: 20px;

    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #080A3E;
}

.graph__text_grey {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #A0A3BD;
}

.graph__bar {
    display: flex;
    flex-direction: row;
    justify-content: center;

    margin-top: 46px;
    margin-bottom: 64px;
    padding-bottom: 64px;
}

.graph__bar_volume, .graph__bar_quotas {
    width: 540px;
    height: 333px;

    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(201, 201, 201, 0.5);
    border-radius: 10px;
}

.graph__bar_quotas {
    margin-left: 31px;
}

.mt__graph {
    margin-top: 60px;
}

.bar__graph {
    width: 400px;
    height: 115px;

    display: flex;
    flex-direction: row;
    justify-content: center;

    margin-left: 70px;

    border-bottom: 1px solid #A0A3BD;
}

.bar__value {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;

    display: flex;
    align-items: center;
    justify-content: center;
}

.value {
    width: 60px;
    text-align: center;
    margin-bottom: 5px;

    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #080A3E;
}

.up_one {
    width: 60px;
    height: 50px;
    background: #2E6C9A;
}

.up_two {
    width: 60px;
    height: 47px;
    background: #2E6C9A;
}

.up_three {
    width: 60px;
    height: 64px;
    background: #2E6C9A;
}

.up_one:nth-child(1) {
    width: 50px;
    height: 93px;
}

.up_two:nth-child(1) {
    width: 50px;
    height: 74px;
}

.up_three:nth-child(1) {
    width: 50px;
    height: 100px;
}

.down_one {
    width: 60px;
    height: 23.5px;

    background: #6590C3;
}

.down_two {
    width: 60px;
    height: 34px;

    background: #6590C3;
}

.down_three {
    width: 60px;
    height: 41px;
    background: #6590C3;
}

.down_one:nth-child(1) {
    width: 50px;
    height: 32px;
}

.down_two:nth-child(1) {
    width: 50px;
    height: 38px;
}

.down_three:nth-child(1) {
    width: 50px;
    height: 40px;
}

.bar__graph__content:nth-child(1):after {
    content: '2021';
    padding-left: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #A0A3BD;
}

.bar__graph__content:nth-child(2):after {
    content: '2022';
    padding-left: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #A0A3BD;
}

.bar__graph__content:nth-child(3):after {
    content: '2023';
    padding-left: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #A0A3BD;
}

.bar__graph__content:nth-child(1) {
    margin-top: 20px;
}

.bar__graph__content:nth-child(2) {
    margin: 13px 20px 0 20px;
}


.bar__graph__content:nth-child(3) {
    margin-top: -11px;
}


.bar__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #080A3E;

    margin: 24px 0 10px 24px;
}

.grey_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #A0A3BD;

    display: flex;
    flex-direction: row;
}

.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.end {
    align-items: end;
}

.mr:nth-child(1) {
    margin-top: 22px;
}

.mr:nth-child(1):after {
    padding-left: 35px;
}

.mr:nth-child(2) {
    margin-top: 41px;
}

.mr:nth-child(2):after {
    padding-left: 35px;
}

.mr:nth-child(3) {
    margin-top: 15px;
}

.mr:nth-child(3):after {
    padding-left: 35px;
}

.bar__canvas {
    margin-left: 60px;
}

.block__value {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #080A3E;

    width: 52px;
    height: 28px;

    background: #E7EDF3;
    border-radius: 4px;

    margin-top: 10px;
    margin-left: 5px;
}

.block__value_width_grey {
    width: 96px;
}

.block__value_width_green {
    width: 88px;
}

.arrow__bar {
    width: 14px;
    height: 16px;
}

.designations {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

    color: #080A3E;
}

.designations:nth-child(n+1) {
    margin-right: 8px;
    margin-top: 24px;
}

.designations:nth-child(1):before {
    content: '';
    padding: 1px 9px;
    margin-right: 4px;
    border-radius: 4px;
    background: #3A88E6;
    margin-left: 408px;
}

.designations:nth-child(2):before {
    content: '';
    padding: 1px 9px;
    margin-right: 4px;
    border-radius: 4px;
    background: #8DCCEF;
}

.designations:nth-child(3):before {
    content: '';
    padding: 1px 9px;
    margin-right: 4px;
    border-radius: 4px;
    background: #149BE8;
}

.designations:nth-child(4):before {
    content: '';
    padding: 1px 9px;
    margin-right: 4px;
    border-radius: 4px;
    background: #5B74F7;
}

.designations:nth-child(5):before {
    content: '';
    padding: 1px 9px;
    margin-right: 4px;
    border-radius: 4px;
    background: #BBC6FF;
}

.graph__designations {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

    color: #080A3E;
    margin: 56px 0 24px 24px;
}

.graph__designations:nth-child(1):before {
    content: '';
    padding: 1px 9px;
    margin-right: 4px;
    border-radius: 4px;
    background: #2E6C9A;
}

.graph__designations:nth-child(2):before {
    content: '';
    padding: 1px 9px;
    margin-right: 4px;
    border-radius: 4px;
    background: #6590C3;
}