

.header {
    width: 100%;
    z-index: 11;
    background: transparent;
}

.exhibition {
    width: 1300px;
    margin: 0 auto;
    margin-top: -50px;
}

.exhibition-title {
    font-weight: 400;
    font-size: 71.5798px;
    line-height: 93px;
    text-transform: capitalize;
    color: #E3995F;
    margin-bottom: 76px;
}

.exhibition-main-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.exhibition-main-box-left {
    position: absolute;
    left: 30px;
    bottom: 60px;
    display: flex;
}

.exhibition-main-box-left-num {
    font-style: normal;
    font-weight: 400;
    font-size: 67.6122px;
    line-height: 77px;
    text-transform: uppercase;
    color: #E1E1E1;
    margin-right: 20px;
}

.exhibition-main-box-left-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 29.2313px;
    line-height: 38px;
    text-transform: uppercase;
    color: #FFFFFF;

}

.exhibition-main-box-left-info span {
    font-style: normal;
    font-weight: 400;
    font-size: 12.4595px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 10px;

}

.exhibition-main-box-right {
    position: absolute;
    right: 112px;
    bottom: 60px;

}

.exhibition-main-box-right span {
    font-size: 19.6854px;
    line-height: 30px;
    color: #B1B1B1;
}

.exhibition-main-box-right span a {
    font-size: 19.6854px;
    line-height: 30px;
    color: #B1B1B1;
    text-decoration: none;
}

.exhibition-main-box-right span:nth-child(1) {
    margin-right: 80px;
}

.exhibition-main-box-right span:nth-child(2) {
    position: absolute;
    left: 55%;
    top: -8px;
    display: inline-block;
    width: 46.12px;
    height: 46.12px;
    background: #343434;
    border-radius: 50%;
}

.exhibition-main-box-right span:nth-child(3) {
    position: relative;
    z-index: 1;
}

.step {
    margin: 60px 0 150px 60px;
}