header {
    background: var(--main-bg);
    .wrapper {
        box-shadow: 0px 2px 12px 0px #0000001A;
    }
}
main {
    padding-top: 120px;
    padding-bottom: 120px;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 40px;
    a {
        font-size: 16px;
        line-height: 20px;
        color: var(--text-2);
    }
    span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 16px;
        height: 16px;
        &::before {
            content: '\e010';
            font-family: 'icon';
            font-size: 8px;
            line-height: 10px;
            color: var(--text-2);
        }
    }
    p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        color: var(--title);
    }
}
.promo {
    display: flex;
    flex-direction: column;

}