.preview__container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1442px;
    width: 100%;
}

.logo {
    padding: 17px 0;
}

.main_menu {
    display: flex;
    gap: 28px;
}

.item {
    border-radius: 24px;
    padding: 24px;
    width: 442px;
    background: #eaf7fb;
}

.item__title {
    display: flex;
    align-items: center;
    gap: 16px;

    font-weight: 700;
    font-size: 30px;
    line-height: 127%;
}

.item__buttons {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.button {
    position: relative;
    display: block;
    padding: 7px 76px 7px 16px;
    border-radius: 8px;
    background-color: var(--clr-blue-main);
    line-height: 137%;
    color: #fff;
    user-select: none;
}

.button:after {
    content: url("../images/common/arrow-right-white-24.svg");
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 1;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.button__pointer {
    cursor: pointer;
}


.prediction {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 39px;
}

.prediction__left {
    width: 50%;
}

.prediction__right {
    width: 50%;
}

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

.prediction__subtitle {
    padding-top: 8px;
    color: #bfbfbf;
    line-height: 137%;
}

.four__days {
    margin-top: 38px;
    line-height: 137%;
}

.line {
    position: relative;
    display: flex;
    align-items: center;
}

.solid__line {
    position: relative;
    width: 426px;
    height: 4px;
    background-color: var(--clr-blue-main);
}

.solid__line:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: var(--clr-blue-main);
}

.dash__line {
    display: flex;
    gap: 8px;
}

.dash {
    height: 4px;
    width: 8px;
    background-color: var(--clr-blue-main);
}

.links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
}

.link {
    display: flex;
    align-items: center;
    border-radius: 16px;
    padding: 16px 24px;
    background: #f7f0f5;
    font-size: 20px;
    line-height: 140%;
    color: var(--clr-blue-main);
}

.link p {
    margin-left: 8px;
}

.link img:last-of-type {
    margin-left: auto;
}

.link_orange {
    color: #ff8110;
}

.stats {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    gap: 40px;
    border: 1px solid #d1d0d0;
    border-radius: 16px;
    padding: 18px;
}

.stats__title {
    line-height: 125%;
}

.stats__percents {
    display: flex;
    margin-top: 8px;
}

.percents__left {
    margin-right: auto;
    color: var(--clr-blue-main);
}

.percents__center {
    text-align: center;
    width: 46%;
    height: 40px;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    color: #ff8110;
}

.percents__right {
    margin-left: auto;
}

.per {
    font-weight: 700;
    line-height: 125%;
}

.under__per {
    margin-top: 4px;
    font-size: 12px;
    line-height: 133%;
}

.extra {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.extra__btn {
    display: flex;
    justify-content: center;
    padding: 16px 50px;
    border-radius: 16px;
    align-items: center;
    background: #f7f0f5;
}

.extra__text {
    padding: 12px;
    line-height: 137%;
    max-width: 156px;
    word-wrap: break-word;
}

.extra__line {
    height: 80px;
    background-color:  #eaeaea;
    width: 1px;
}
