* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit;
    transition: .3s
}

img {
    max-width: 100%
}

li {
    position: relative;
    list-style: none;
    z-index: 1
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
    background-color: #fff
}

:root {
    --font-family: "Roboto", sans-serif;
    --second-family: "Arial", sans-serif;
    --third-family: "Merriweather", sans-serif;
    --font3: "Inter", sans-serif;
    --font4: "Times New Roman", sans-serif
}

.button {
    border: 0;
    cursor: pointer;
    transition: .5s
}

.button:hover {
    transition: .5s
}

.mob {
    display: none
}

.container {
    max-width: 1250px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto
}

.header.mobile {
    display: none
}

.header-top {
    padding: 8px 0;
    background: #232323
}

.header-top .container {
    max-width: 1920px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-top-left ul {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 102%;
    color: #fff;

    li a {
        display: flex;
        align-items: center;
        gap: 5px
    }
}

.header-top-right ul {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 102%;
    color: #fff;

    li a {
        display: flex;
        align-items: center;
        gap: 5px
    }
}

.header-bottom {
    height: 70px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
    background: #fff
}

.header-bottom .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-bottom-left ul {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 15px
}

.content .container > .wrapper {
    display: grid;
    grid-template-columns:840px 300px;
    gap: 30px
}

.article .wrap {
    max-width: 750px;
    margin-left: auto;
    margin-right: 0
}

.article-wrapper {
    display: grid;
    grid-template-columns:45px 750px;
    gap: 45px
}

.socials {
    position: relative;

    .wrapper {
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column
    }
}

.breadcrumbs {
    padding-top: 45px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px
}

.breadcrumb {
    padding: 0 0 5px 0;
    border-bottom: 2px solid #ffe000;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 13px;
    line-height: 138%;
    color: #000
}

h2.article-title {
    max-width: 1033px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 121%;
    color: #000;
    margin-bottom: 20px
}

.article-image {
    text-align: center;
    margin-bottom: 10px;

    p {
        max-width: 410px;
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 156%;
        text-align: center;
        color: #000;
        margin: 10px auto 0
    }
}

.article-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 178%;
    color: #000;
    margin-bottom: 20px
}

.red-block .article-text {
    margin-bottom: 0
}

ul.article-text {
    list-style: unset;
    padding-left: 20px;
    margin-bottom: 0;

    li {
        list-style: unset
    }
}

.center {
    text-align: center
}

.green-text {
    color: #077a20
}

.red-text {
    color: #e70808 !important
}

.action-block {
    padding: 16px 50px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    color: #000;
    border: 4px dashed #cd0b0b;
    border-radius: 5px;
    margin-bottom: 15px
}

.month {
    text-transform: uppercase
}

.gray-block {
    max-width: 623px;
    padding: 50px 40px;
    background: #eee;
    margin: 0 auto 20px;

    .article-image {
        margin-bottom: 20px
    }

    p:last-child {
        margin: 0
    }
}

.red-block {
    padding: 30px 40px;
    background: #f3cccb;
    margin-bottom: 20px
}

.gray-block ul {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.green-block {
    max-width: 611px;
    padding: 16px 50px;
    margin: 0 auto 20px;
    background: #b7d7ba
}

.green-block ul {
    list-style: none;
    padding: 0
}

.action-text {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 26px;
    line-height: 125%;
    color: #000;
    margin-bottom: 20px
}

.aside-items-top, .aside-items-bottom {
    display: flex;
    flex-direction: column
}

.aside-items-top h3, .aside-items-bottom h3 {
    padding-top: 16px;
    border-top: 6px solid #ffe000;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: #2b2b2b;
    margin-bottom: 16px
}

.aside-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d5d5d5
}

.aside-item span {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    line-height: 117%
}

.aside-items-bottom .aside-item {
    display: flex;
    align-items: flex-start;
    gap: 37px
}

.aside-items-bottom .aside-item p:first-child {
    width: max-content;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 125%;
    border-bottom: 2px solid #ffe000;
    margin-bottom: 12px
}

.aside-items-bottom .aside-item p:last-child {
    font-weight: bold;
    font-size: 13px;
    line-height: 124%
}

.form-block {
    max-width: 563px;
    padding: 100px 54px;
    font-family: var(--font-family);
    background-image: url("urn:scrapbook:download:error:https://zebyc.site/lander/-nutra----lemonad---matrigen---pa---hugo--dom----1_1726065566/img/order-bg.png");
    background-size: cover;
    background-position: top center;
    text-align: center;
    margin: 20px auto 52px
}

.form-block .wrapper {
    max-width: 455px;
    margin: 0 auto
}

.form-block-logo {
    min-width: 100px;
    text-align: center;
    margin: 0 auto 35px
}

.form-block-title {
    font-family: 'Times New Roman', serif;
    font-weight: 400;
    font-size: 29px;
    line-height: 110%;
    color: #000;
    margin-bottom: 35px
}

.expert-logo {
    margin-bottom: 11px
}

.product {
    max-width: 267px;
    margin: 0 auto
}

.link {
    color: #0f711f;
    font-weight: bold;
    text-decoration: underline
}

.form-block .link {
    color: #0f711f;
    font-weight: bold
}

.form-block-date {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #00f;
    margin-bottom: 35px
}

.form-block-text {
    font-family: var(--font3);
    font-weight: 400;
    font-size: 22px;
    line-height: 139%;
    text-align: center;
    color: #000;
    margin-bottom: 33px
}

.old-price {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 19px;
    line-height: 147%;
    text-decoration: line-through;
    color: #e20101
}

.new-price {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 39px;
    color: #109619;
    margin-bottom: 35px
}

.form {
    width: 300px;
    margin: 0 auto
}

.form input {
    padding: 7px 17px;
    display: block;
    max-width: 282px;
    height: 39px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 21px;
    color: #444;
    border: 2px solid #e9d7dc;
    border-radius: 3px;
    background: #fff;
    outline: 0;
    margin: 0 auto 30px
}

.form input::placeholder {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 21px;
    color: #757575
}

.order-button {
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    background: #0299ff;
    border-radius: 5px;
    padding: 7px 53px 7px 53px;
    width: 300px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #fff
}

.comments {
    /*margin-bottom: 40px*/
}

.comments-item {
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    padding: 9px 21px;

    & +& {
        margin-top: 28px
    }
}

.comments-item-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 17px
}

.comments-item-head .name {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 15px;
    line-height: 108%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #1e58a0;
    margin-bottom: 8px
}

.comments-item-head .status {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 11px;
    line-height: 119%;
    color: #666
}

.comments-item-body .text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 127%;
    color: #000;
    margin-bottom: 17px
}

.comments-item-body .text-icons {
    display: flex;
    align-items: center;
    gap: 28px
}

.review-image {
    display: block;
    max-width: 200px;
    margin: 17px 0
}

.pp {
    padding: 15px 0
}

.pp .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pp .logo {
    max-width: 113px
}


.article-product-image {
    img {
        width: 70%;
        height: auto;
    }
}

.name-link,
.name-link:hover{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}