.main{
    padding-top: 63px;
}

.article{
    background: #FFF;
}

.article__header{
    background: #F5F3EE;
    padding: 16px 0 32px;
}

.article-header__inner{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 80px;
}

.article-header-content__breadcrumbs{
    gap: 8px;
    justify-content: flex-start;
}

.breadcrumbs__link{
    color: #6B6B7A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.breadcrumbs__current{
    color: #0C0C0E;
}

.article-header-content__badge{
    display: block;
    width: fit-content;
    margin-top: 18px;
    color: #1955E6;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    border: 0.667px solid #DEDEDE;
    background: #FFF;
}

.article-header-content__title{
    margin-top: 14px;
    color: #0C0C0E;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
}

.article-header-content__text{
    margin-top: 12px;
    color: #6B6B7A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.article-header-content__info{
    margin-top: 16px;
    justify-content: flex-start;
    gap: 14px;
}

.article-header-content__info-line{
    display: block;
    width: 1px;
    height: 16px;
    background: #D3D3D3;
}

.article-header-content__info-item{
    gap: 7px;
}

.article-header-content__info-item span{
    color: #6B6B7A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.article-header__img{
    display: block;
    width: 100%;
    aspect-ratio: 358 / 220;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}


.article__block{
    padding-bottom: 36px;
    border-bottom: 1px solid #E8E5DF;
}

.article__block:first-child{
    padding-top: 20px;
}

.article__title{
    color: #0C0C0E;
    font-weight: 600;
}

.article__title-h2{
    font-size: 21px;
    line-height: 26px;
    margin-top: 20px;
}

.article__title-h3{
    font-size: 18px;
    line-height: 27px;
    margin-top: 16px;
}

.article__title-h4{
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
}

.article__text{
    margin-top: 12px;
    color: #47566B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.article__list{
    margin-top: 12px;
}

.article-list__item{
    padding-left: 22px;
    position: relative;
    margin-top: 0;
}

.article-list__item:not(:last-child){
    margin-bottom: 8px;
}

.article-list__item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1955E6;
}

.article-list__item span{
    font-weight: 600;
}

.article__list-numbered{
    counter-reset: article-number;
    margin: 12px 0;
}

.article-list__item-numbered{
    counter-increment: article-number;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 16px;
    padding-left: 0;
}

.article-list__item-numbered::before {
    content: counter(article-number);

    position: relative;
    left: auto;
    top: 2px;

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

    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #1955E6;

    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
}

.article__note{
    margin: 40px 0 4px;
    padding: 22px 20px;
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr);
    gap: 16px;
    border-radius: 12px;
    background: #0C0C0E;
}

.article-note__circle{
    margin-top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1955E6;
}

.article-note__content{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.article-note__title{
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
}

.article-note__text{
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.article-table__wrapper{
    margin-top: 12px;
    border: 0.667px solid #E0DDD7;
    border-radius: 14px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.article__table{
    width: 100%;
    min-width: 700px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.article__table thead {
    background: #17100E;
}

.article__th,
.article__td{
    border-bottom: 0.667px solid #E8E5DF;
    color: #0C0C0E;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 0;
    text-align: left;
    vertical-align: middle;
}

.article__th{
    color: #FFF;
    font-weight: 600;
    text-align: center;
}

.article__th:first-child,
.article__td:first-child{
    padding-left: 16px;
}

.article__th:last-child,
.article__td:last-child{
    padding-right: 16px;
}

.article__th:first-child{
    text-align: start;
}

.article__th:last-child{
    text-align: end;
}

.article__table tbody tr:not(:last-child) td {
    border-bottom: 0.667px solid #E0DDD7;
}

.article__table tbody tr:nth-child(odd) {
    background: #FAFAF8;
}

.article__table tbody tr:nth-child(even) {
    background: #FFF;
}

.article__table tbody tr.article__tr--popular {
    background: #F5F3EE;
}

.article__td--price {
    color: #1955E6 !important;
    font-weight: 600 !important;
}

.article__td--center{
    text-align: center;
}

.article__table tbody td:first-child > span:first-child {
    display: block;
    font-weight: 600;
}

.article-table__badge {
    display: block;
    width: fit-content;
    margin-top: 12px;
    padding: 2px 5px 0 6px;
    border-radius: 99px;
    background: #1955E6;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.article__table tfoot tr{
    background: #FAFAF8;
}

.article__table tfoot td {
    color: #6B6B7A;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 16px;
}

.article__footer{
    padding: 20px 0 40px;
}

.article-footer__link{
    width: fit-content;
    height: 35px;
    padding: 5.5px 14px;
    gap: 8px;
    border-radius: 99px;
    border: 1px solid #C1CADD;
}

.article-footer__link-badge{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1955E6;
}

.article-footer__link-text{
    color: #47566B;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

@media (min-width: 1024px) {
    .article__header {
        padding: 40px 0 70px;
    }
    .breadcrumbs__link{
        font-size: 14px;
        line-height: 24px;
    }
    .article-header-content__badge{
        margin: 36px 0 0 3px;
        font-size: 12px;
        line-height: 19.5px;
        letter-spacing: 0.9px;
        height: 31px;
        padding: 5px 14px;
        border-radius: 10px;
    }
    .article-header-content__title{
        font-size: 42px;
        line-height: normal;
    }
    .article-header-content__text{
        margin-top: 14px;
        font-size: 16px;
        line-height: 22px;
    }
    .article-header-content__info{
        margin-top: 40px;
    }
    .article-header-content__info-item span{
        font-size: 14px;
        line-height: 24px;
    }
    .article__block{
        padding: 0 0 40px;
    }
    .article__block:first-child{
        padding-top: 30px;
    }
    .article__title{
        line-height: normal;
    }
    .article__title-h2{
        margin-top: 40px;
        font-size: 32px;
    }
    .article__title-h3{
        margin-top: 36px;
        font-size: 24px;
    }
    .article__title-h4{
        margin-top: 20px;
        font-size: 20px;
    }
    .article__text{
        margin-top: 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .article-list__item{
        margin-top: 0;
    }
    .article-list__item:not(:last-child){
        margin-bottom: 12px;
    }
    .article-list__item-numbered::before{
        top: 0;
        font-size: 14px;
        line-height: 21px;
    }
    .article__note{
        padding: 28px 32px;
        gap: 20px;
    }
    .article-note__title{
        font-size: 16px;
        line-height: normal;
    }
    .article-note__text{
        font-size: 16px;
        line-height: 22px;
    }
    .article-table__wrapper{
        margin-top: 44px;
    }

    .article__th,
    .article__td{
        font-size: 18px;
        line-height: 32px;
        padding: 18px 0;
    }

    .article__th:first-child, .article__td:first-child{
        padding-left: 24px;
    }

    .article__th:last-child, .article__td:last-child {
        padding-right: 24px;
    }

    .article__tr--popular .article__td:first-child{
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .article-table__badge{
        margin-top: 0;
        height: max-content;
        padding: 2px 8px;
        font-size: 11px;
        line-height: 16.5px; /* 150% */
    }

    .article__table tfoot td{
        font-size: 14px;
        line-height: 20px;
    }

    .article__footer{
        padding: 40px 0 70px;
    }
    .article-footer__link{
        padding: 0;
        height: auto;
        border-radius: unset;
        border: none;
        gap: 10px;
    }
    .article-footer__link-badge{
        width: 33px;
        height: 33px;
        border: 0.667px solid #E0DDD7;
        background: #F5F3EE;
    }
    .article-footer__link-badge svg{
        width: 16px;
        height: 16px;
        transform: rotateX(180deg);
    }
    .article-footer__link-badge path{
        stroke: #6B6B7A;
    }
    .article-footer__link-text{
        color: #6B6B7A;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
}

@media (min-width: 1280px) {
    .article-header__inner{
        display: grid;
        grid-template-columns:
            minmax(0, 1fr)
            calc(48.5417vw - 192px);
        align-items: start;
    }
    .article-header__img {
        display: block;
        width: 100%;
        height: calc(31.4583vw + 16px);
        object-fit: cover;
        object-position: center;
        border-radius: 12px;
    }
}

@media (min-width: 1440px) {
    .main{
        padding-top: calc(2.0833vw + 30px);
    }
    .article__header {
        padding: calc(4.1667vw - 20px) 0 calc(88px - 1.25vw);
    }
    .breadcrumbs__link{
        font-size: calc(.4167vw + 8px);
    }
    .article-header-content__badge {
        margin: 36px 0 0 calc(12px - 0.625vw);
        font-size: calc(0.2083vw + 9px);
        line-height: 19.5px;
        letter-spacing: 0.9px;
        height: 31px;
        padding: 5px 14px;
        border-radius: 10px;
    }
    .article-header-content__title {
        font-size: calc(3.3333vw - 6px);
        line-height: normal;
    }
    .article-header-content__text {
        font-size: calc(.4167vw + 10px);
        line-height: calc(2.0833vw - 8px);
    }
    .article-header-content__info-item span{
        font-size: calc(.4167vw + 8px);
    }

    .article__block{
        padding: 0 0 calc(3.3333vw - 8px);
    }
    .article__block:first-child{
        padding-top: calc(48px - 1.25vw);
    }
    .article__title-h2 {
        margin-top: calc(3.3333vw - 8px);
        font-size: calc(2.0833vw + 2px);
    }
    .article__title-h3 {
        font-size: 1.6667vw;
    }
    .article__title-h4{
        font-size: calc(.8333vw + 8px);
    }
    .article__text{
        font-size: calc(.4167vw + 10px);
        line-height: calc(2.0833vw - 8px);
    }
    .article-list__item-numbered::before {
        font-size: calc(.2083vw + 10px);
        line-height: calc(1.6667vw - 11px);
    }
    .article-note__text {
        font-size: calc(.4167vw + 10px);
        line-height: calc(2.0833vw - 8px);
    }

    .article__footer{
        padding: calc(4.1667vw - 20px) 0 calc(2.0833vw + 40px);
    }
}

@media (min-width: 1920px) {
    .article__header {
        padding: 3.125vw 0 3.3333vw;
    }
    .article-header-content__breadcrumbs {
        gap: 0.4167vw;
    }
    .breadcrumbs__link {
        font-size: .8333vw;
        line-height: 1.25vw;
    }
    .breadcrumbs svg{
        width: 0.2604vw;
        height: 0.46875vw;
    }
    .article-header-content__badge {
        margin: 1.875vw 0 0;
        font-size: 0.6771vw;
        line-height: 1.0156vw;
        letter-spacing: 0.0469vw;
        height: 1.6146vw;
        padding: 0.2604vw 0.7292vw;
        border-radius: 0.5208vw;
    }
    .article-header-content__title {
        margin-top: 0.7292vw;
        font-size: 3.0208vw;
        line-height: normal;
    }
    .article-header-content__text {
        margin-top: .7292vw;
        font-size: .9375vw;
        line-height: 1.6667vw;
    }
    .article-header-content__info{
        margin-top: 2.0833vw;
        gap: 0.7292vw;
    }
    .article-header-content__info-item {
        gap: 0.3646vw;
    }
    .article-header-content__info-item span {
        font-size: .8333vw;
        line-height: 1.25vw;
    }
    .article-header-content__info-item svg{
        width: 0.8333vw;
        height: 0.8333vw;
    }
    .article-header-content__info-item:first-child svg{
        width: 0.7292vw;
        height: 0.78125vw;
    }
    .article-header-content__info-line {
        width: 0.0521vw;
        height: 0.8333vw;
    }
    .article__block{
        padding-bottom: 2.9167vw;
    }
    .article__block:first-child{
        padding-top: 1.25vw;
    }
    .article__title-h2 {
        margin-top: 2.9167vw;
        font-size: 2.1875vw;
    }
    .article__title-h3 {
        margin-top: 1.875vw;
        font-size: 1.6667vw;
    }
    .article__title-h4{
        margin-top: 1.0417vw;
        font-size: 1.25vw;
    }
    .article__text{
        margin-top: 1.0417vw;
        font-size: .9375vw;
        line-height: 1.6667vw;
    }
    .article-list__item:not(:last-child){
        margin-bottom: 0.625vw;
    }
    .article-list__item::before {
        top: 0.6771vw;
        width: 0.4167vw;
        height: 0.4167vw;
    }
    .article-list__item-numbered{
        grid-template-columns: 1.4583vw minmax(0, 1fr);
        column-gap: 0.8333vw;
    }
    .article-list__item-numbered::before {
        top: .1042vw;
        width: 1.4583vw;
        height: 1.4583vw;
        font-size: .7292vw;
        line-height: 1.09375vw;
    }
    .article__note {
        margin: 2.0833vw 0 0.2083vw;
        padding: 1.4583vw 1.6667vw;
        grid-template-columns: 0.5208vw minmax(0, 1fr);
        gap: 1.0417vw;
        border-radius: 0.625vw;
    }
    .article-note__circle{
        margin-top: 0.3125vw;
        width: 0.5208vw;
        height: 0.5208vw;
    }
    .article-note__title {
        font-size: 0.8333vw;
        line-height: normal;
        margin-bottom: 0.4167vw;;
    }
    .article-note__text {
        font-size: .9375vw;
        line-height: 1.6667vw;
    }

    .article__table tbody tr:not(:last-child) td {
        border-bottom: 0.0347vw solid #E0DDD7;
    }
    .article__th,
    .article__td {
        font-size: 0.9375vw;
        line-height: 1.6667vw;
        padding: 0.9375vw 0;
    }
    .article__th:first-child,
    .article__td:first-child {
        padding-left: 1.25vw;
    }
    .article__th:last-child,
    .article__td:last-child {
        padding-right: 1.25vw;
    }
    .article__tr--popular .article__td:first-child{
        gap: 0.5208vw;
    }
    .article-table__badge {
        padding: 0.1042vw 0.4167vw;
        font-size: 0.5729vw;
        line-height: 0.8594vw;
    }
    .article__table tfoot td {
        font-size: 0.7292vw;
        line-height: 1.0417vw;
    }
    .article__table tfoot td{
        padding: 0.7292vw 0;
    }

    .article__footer{
        padding: 3.125vw 0 4.1667vw;
    }
    .article-footer__link{
        gap: 0.5208vw;
    }
    .article-footer__link-badge {
        width: 1.71875vw;
        height: 1.71875vw;
        border-width: 0.0347vw;
        background: #F5F3EE;
    }
    .article-footer__link-badge svg {
        width: 0.8333vw;
        height: 0.8333vw;
    }
    .article-footer__link-text {
        font-size: 0.8333vw;
        line-height: 1.25vw;
    }
}