* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: open sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .02em;
    color: #363636;
    background: url(../img/background.png) 0 0/auto auto
}

a, body {
    outline: 0
}

a {
    cursor: pointer;
    color: #00f;
    font-weight: 700;
    text-decoration: none;
    -webkit-text-decoration-style: none;
    text-decoration-style: none
}

.header {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 1170px;
    background: -webkit-gradient(linear, left top, right top, color-stop(1.37%, #5a96ce), to(#203f5c));
    background: -webkit-linear-gradient(left, #5a96ce 1.37%, #203f5c);
    background: -o-linear-gradient(left, #5a96ce 1.37%, #203f5c 100%);
    background: linear-gradient(90deg, #5a96ce 1.37%, #203f5c);
    padding: 24px 15px
}

.header a {
    color: inherit
}

.header h1 {
    font-family: PT\ serif, serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: .04em;
    color: #63e0ff
}

.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-logotype {
    position: relative
}

.header-logotype img:first-child {
    position: relative;
    top: 10px;
    left: 10px
}

.header-logotype img:nth-child(2) {
    position: relative;
    top: 20px;
    left: 40px
}

.header-logotype img:nth-child(3) {
    position: relative;
    top: -20px;
    left: -20px
}

.header-logotype img:nth-child(4) {
    margin: 0 0 -27px
}

.main {
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    max-width: 1170px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 0
}

.aside, .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px
}

.aside-img {
    display: block;
    width: 255px;
    height: 172px;
    border-radius: 20px;
    margin: 0 0 10px
}

.aside-img1 {
    background: url(../img/aside-img1.png) 50%/auto auto no-repeat
}

.aside-img2 {
    background: url(../img/aside-img2.png) 50%/auto auto no-repeat
}

.aside-img3 {
    background: url(../img/aside-img3.png) 50%/auto auto no-repeat
}

.aside-img4 {
    background: url(../img/aside-img4.png) 50%/auto auto no-repeat
}

.blog-content {
    padding: 0 70px 0 19px;
    border-left: 1px solid #d2d2d2
}

.bloger-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bloger-name {
    padding: 0 0 0 17px;
    font-size: 12px;
    line-height: 14px
}

.bloger-name h5 {
    font-size: 16px;
    line-height: 19px;
    padding: 0 0 4px
}

.title {
    padding: 37px 0 30px;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: .02em;
    color: #20405d
}

.subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #363636
}

.link {
    color: #4aabeb;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.link:hover {
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

.padding-37-10 {
    padding: 37px 0 10px
}

.margin-37-30 {
    margin: 37px auto 30px
}

.margin-30-40 {
    margin: 30px auto 40px
}

.margin-30-30 {
    margin: 30px auto auto
}

.buy-btn {
    display: block;
    margin: 38px auto;
    padding: 21px 0;
    max-width: 470px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f32828), to(#a60000));
    background: -webkit-linear-gradient(top, #f32828, #a60000);
    background: -o-linear-gradient(top, #f32828 0, #a60000 100%);
    background: linear-gradient(180deg, #f32828, #a60000);
    border-radius: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .45s linear;
    -o-transition: all linear .45s;
    transition: all .45s linear
}

.buy-btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#a60000), to(#f32828));
    background: -webkit-linear-gradient(top, #a60000, #f32828);
    background: -o-linear-gradient(top, #a60000 0, #f32828 100%);
    background: linear-gradient(180deg, #a60000, #f32828)
}

.comments {
    max-width: 670px;
    margin: 0 auto
}

.commnet {
    border-top: 1px solid #d2d2d2;
    padding: 50px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.comment-content {
    padding: 0 0 0 30px
}

.comment-content h6 {
    padding: 0 0 8px;
    font-size: 14px;
    line-height: 16px;
    color: #20405d
}

.footer {
    text-align: center;
    padding: 64px;
    color: #fff;
    background: #405692
}

.article {
    font-size: 16px;
    line-height: 1.5
}

@media screen and (max-width: 1169px) {
    .main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .aside {
        margin: 0 auto
    }

    .aside-img {
        width: 524px;
        margin: 0 0 20px
    }

    .aside-img1 {
        background: url(../img/aside-img1-tablet.png) 50%/auto auto no-repeat
    }

    .aside-img2 {
        background: url(../img/aside-img2-tablet.png) 50%/auto auto no-repeat
    }

    .aside-img3 {
        background: url(../img/aside-img3-tablet.png) 50%/auto auto no-repeat
    }

    .aside-img4 {
        background: url(../img/aside-img4-tablet.png) 50%/auto auto no-repeat
    }

    .blog-content {
        border: none;
        padding: 0 30px
    }

    .article {
        max-width: 768px;
        margin: 0 auto
    }

    .bloger-img, .immunocomplex-img {
        display: block;
        max-width: 708px
    }

    .comments {
        max-width: 526px
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 18px
    }

    .header h1 {
        font-size: 24px;
        line-height: 25px
    }

    .header-logotype {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 60%
    }

    .header-logotype img:first-child {
        width: 39px;
        height: 39px;
        top: 10px;
        left: 10px
    }

    .header-logotype img:nth-child(2) {
        width: 23px;
        height: 23px;
        top: 48px;
        left: 40px
    }

    .header-logotype img:nth-child(3) {
        width: 47px;
        height: 47px;
        top: -20px;
        left: -10px
    }

    .header-logotype img:nth-child(4) {
        margin: 0 0 -27px auto
    }

    .aside-img {
        width: 374px
    }

    .aside-img1 {
        background: url(../img/aside-img1-mobile.png) 50%/auto auto no-repeat
    }

    .aside-img2 {
        background: url(../img/aside-img2-mobile.png) 50%/auto auto no-repeat
    }

    .aside-img3 {
        background: url(../img/aside-img3-mobile.png) 50%/auto auto no-repeat
    }

    .aside-img4 {
        background: url(../img/aside-img4-mobile.png) 50%/auto auto no-repeat
    }

    .blog-content {
        padding: 0 20px
    }

    .title {
        font-size: 22px;
        line-height: 1.2;
        padding-top: 0
    }

    .subtitle {
        font-size: 16px;
        line-height: 19px
    }

    .padding-37-10 {
        padding: 30px 0 10px
    }

    .commnet {
        padding: 30px 0
    }

    /*.header-logotype, .header-list {*/
    /*    display: none !important*/
    /*}*/
}

@media screen and (max-width: 413px) {
    .aside-img {
        width: 280px
    }

    .aside-img1 {
        background: url(../img/aside-img1.png) 50%/auto auto no-repeat
    }

    .aside-img2 {
        background: url(../img/aside-img2.png) 50%/auto auto no-repeat
    }

    .aside-img3 {
        background: url(../img/aside-img3.png) 50%/auto auto no-repeat
    }

    .aside-img4 {
        background: url(../img/aside-img4.png) 50%/auto auto no-repeat
    }

    .bloger-img, .immunocomplex-img {
        max-width: 100%
    }

    .buy-btn {
        font-size: 18px;
        line-height: 21px
    }
}

.header-text {
    font-family: PT\ serif, serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    color: #fff
}

/*.header-list {*/
/*    font-family: PT\ serif, serif;*/
/*    font-weight: 700;*/
/*    font-size: 22px;*/
/*    line-height: 40px;*/
/*    color: #63e0ff;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    list-style: none;*/
/*    justify-content: space-between;*/
/*    column-gap: 20px;*/
/*    margin-top: 30px*/
/*}*/

.list {
    margin-top: 20px;
    font-weight: 700;
    margin-left: 40px;
    margin-bottom: 20px
}

.product-banner {
    font-family: PT\ serif, serif;
    font-weight: 700;
    font-size: 22px;
    text-align: center
}

.product-banner p {
    font-size: 18px;
    margin: 20px 0
}

.img-container, .product-banner {
    max-width: 800px
}

.img {
    display: block;
    width: 100%
}

.answer {
    margin-left: 60px
}

.aside-text {
    margin-bottom: 20px;
    font-weight: 700
}

.commnet img {
    width: 80px;
    height: 80px
}

.comment-content img, .comment-bottom-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.info-text-date, .comment-content p {
    margin-bottom: 20px
}

.region-discount {
    border: 2px solid #029921;
    padding: 10px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #000;
    background: #e8ffed
}

.region-discount-text {
    max-width: 600px;
    text-align: center;
    margin: 0 auto
}

.region-discount span {
    font-weight: 700;
    color: red
}

.region-discount-order {
    color: green;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.5
}

.best-form-wrapper {
    font-family: open sans, Roboto, Arial, Helvetica, sans-serif
}

.best-form {
    font-size: 16px;
    line-height: 1.2;
    color: #fff
}

.best-form-wrap {
    max-width: 350px;
    margin: 0 auto;
    padding: 15px 0;
    border: 4px dashed #d00007;
    border-radius: 5px;
    position: relative;
    background: #fff85f
}

.best-form-wrap::before {
    content: '';
    position: absolute;
    top: -17px;
    left: 3px;
    display: block;
    width: 40px;
    height: 30px;
    background-image: url(data:image/svg+xml;base64,CjxzdmdcIHhtbG5zPVwnaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmdcJ1wgZGF0YS1uYW1lPVwnTGF5ZXJcIDFcJ1wgdmlld0JveD1cJzBcIDBcIDEyMi44OFwgMTA1Ljc4XCc+PHBhdGhcIGZpbGwtcnVsZT1cJ2V2ZW5vZGRcJ1wgZD1cJ005NS4zNlwgMTkuODRjMTEtNS4xN1wgMjAuMTgtNS4wOFwgMjcuNTItLjFsLTY1XCAzNy40NWExMi45MlwgMTIuOTJcIDBcIDBcIDEtNy4yMlwgM2MtMi40Mi4xMy0zLjI5LS41Ni01LjM5LS45NWE3LjIyXCA3LjIyXCAwXCAwXCAwLTUuNFwgMWwtMS43MVwgMS41NmMtMS41M1wgMS4zOS0zLjM3XCAyLjYtMy4wN1wgNVwgLjJcIDEuNThcIDEuNTVcIDIuOTFcIDMuNjlcIDQuMDZBMTUuNFwgMTUuNFwgMFwgMFwgMVwgNDIuNTZcIDc2XCAxNy45MlwgMTcuOTJcIDBcIDBcIDFcIDQ0XCA4Mi41Yy0uMzlcIDcuNTUtMy45MlwgMTQuMDctMTIuNDFcIDE5LTkuNjhcIDYtMTcuODZcIDUuMjctMjUuMTguODZDMlwgOTguOTNcIDBcIDk0LjgyXCAwXCA5MC4xNlwgMFwgODNcIDMuNDFcIDc3LjI2XCA4LjczXCA3Mi43OGE3My42OFwgNzMuNjhcIDBcIDBcIDFcIDExLjkzLTcuNjhsMTQtMTAuOTUuMjUuODVcIDYwLjQ1LTM1LjE2Wm0wXCA2Ni4xYzExXCA1LjE3XCAyMC4xOFwgNS4wOFwgMjcuNTIuMUw2OS4xNlwgNTUuMDlsLTEzLjYzXCA3LjY5XCAzOS44M1wgMjMuMTZaTTQyLjI5XCA0Ni41NmE3LjRcIDcuNFwgMFwgMFwgMS0yLjQxLTFMMzguMTdcIDQ0Yy0xLjUzLTEuMzktMy4zNy0yLjYtMy4wNy01XCAuMi0xLjU5XCAxLjU1LTIuOTJcIDMuNjktNC4wNmExNS40NFwgMTUuNDRcIDBcIDBcIDBcIDMuNzctNS4yQTE3Ljg2XCAxNy44NlwgMFwgMFwgMFwgNDRcIDIzLjI5Yy0uMzktNy41NS0zLjkyLTE0LjA4LTEyLjQxLTE5LTkuNjYtNS45Mi0xNy44NC01LjI0LTI1LjE2LS44M0MyXCA2Ljg1XCAwXCAxMVwgMFwgMTUuNjNcIDBcIDIyLjc0XCAzLjQxXCAyOC41M1wgOC43M1wgMzNhNzNcIDczXCAwXCAwXCAwXCAxMS45M1wgNy42OGwxMy41OFwgMTAuNjMuNi0uMzUuMDYtLjE4LjEyLjA4XCA3LjI3LTQuM1ptLTkuNDQtMTYuMTNjMy45MS0yLjU1XCA0LjMxLTYuODVcIDIuODctMTAuOTUtMS4xNS0zLjI5LTMuNjItNi4xMy03LjMyLTguNDhhMjEuMzZcIDIxLjM2XCAwXCAwXCAwLTEyLjUyLTMuMjNjLTguNDQuNzctMTBcIDguMjktNi4zNVwgMTQuODZhMTcuMDdcIDE3LjA3XCAwXCAwXCAwXCA3LjM3XCA2LjkyQTI0LjE5XCAyNC4xOVwgMFwgMFwgMFwgMjQuNDRcIDMyYTEyLjE2XCAxMi4xNlwgMFwgMFwgMFwgOC40MS0xLjU2Wm0yMi4yM1wgMjIuNjhhMy41OFwgMy41OFwgMFwgMVwgMS0zLjU3LTMuNThcIDMuNTdcIDMuNTdcIDBcIDBcIDFcIDMuNTdcIDMuNThaTTMyLjg1XCA3NS4zNmMzLjkxXCAyLjU1XCA0LjMxXCA2Ljg0XCAyLjg3XCAxMC45NC0xLjE1XCAzLjMtMy42MlwgNi4xMy03LjMyXCA4LjUzQTIxLjQ0XCAyMS40NFwgMFwgMFwgMVwgMTUuODhcIDk4Yy04LjQ0LS43OC0xMC04LjMtNi4zNS0xNC44N2ExN1wgMTdcIDBcIDBcIDFcIDcuMzctNi45MVwgMjMuOTRcIDIzLjk0XCAwXCAwXCAxXCA3LjU0LTIuNDVcIDEyLjE2XCAxMi4xNlwgMFwgMFwgMVwgOC40MVwgMS41N1pcJy8+PC9zdmc+);
    background-size: contain;
    background-repeat: no-repeat
}

.best-form-inner {
    padding: 0 15px
}

.best-form-footer {
    text-align: center;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px
}

.countdown-block {
    text-align: center;
    color: #fff
}

.countdown-text {
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1;
    margin-top: 20px
}

.countdown-date {
    font-size: 35px;
    font-weight: 700;
    color: red;
    line-height: 1
}

.countdown-slash {
    font-weight: 400;
    color: #000
}

.product {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.product .pr-left {
    width: 40%;
    text-align: right
}

.product .pr-left img {
    max-width: unset
}

.product .pr-right {
    width: 60%;
    text-align: center
}

.product .pr-right2 {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin-bottom: 10px
}

.product .pr-right3 {
    position: relative;
    font-weight: 700;
    font-size: 30px
}

.product .pr-right3:after {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 2px solid;
    border-color: #000;
    transform: rotate(-15deg)
}

.product .price {
    color: #5379a3;
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
    position: relative
}

.product .discount-text {
    margin-top: 5px;
    color: #000;
    font-size: 18px
}

.product .price span {
    font-weight: 300;
    font-size: 23px;
    margin-left: 5px;
    position: relative;
    top: -29px
}

.product .sco {
    background: #d00007;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 700
}

.product .price .love-offer {
    position: absolute;
    width: 64px;
    height: 64px;
    top: -10px;
    right: -20px
}

.product .price-old {
    line-height: 1
}

.product .price-old span {
    display: inline-block;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000;
    position: relative
}

.product .price-old span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 3px solid #ed1b24;
    transform: rotate(-10deg)
}

.name-input, .phone-input {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px
}

.name-input label, .phone-input label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.name-input input, .phone-input input, .country_select {
    border: 0;
    padding: 0;
    font: inherit;
    color: black;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    min-width: 0;
    background: #fff;
    border: 1px solid #bfbfbf;
    font-weight: bold;
    font-size: 16px;
}

.country_select {
    margin-bottom: 10px;
}

.button-submit:focus, .best-form input:focus {
    outline: 0;
    box-shadow: 0 0 0 4px #bdab3c
}

.button-submit {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 20px;
    color: #fff;
    border: 4px solid #eeeccb;
    padding: 14px 0;
    cursor: pointer;
    background: #0056b5;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700
}

.button-submit:hover {
    background: #000
}

.best-form ::placeholder {
    color: #000;
    opacity: 1;
    font-weight: 700
}

body {
    font-family: open sans, sans-serif
}

.prospectheader {
    background: #e10019;
    background-image: linear-gradient(180deg, #e10019 0%, #8e0010 100%);
    padding: 10px
}

.prospectheader-logo {
    flex-shrink: 0;
    margin-right: auto
}

.prospectheader-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    overflow-x: auto;
    position: relative;
    padding-right: 20px;
    -webkit-mask-image: linear-gradient(270deg, transparent, #000 20px);
    mask-image: linear-gradient(270deg, transparent, #000 20px)
}

.prospectheader-inner > a {
    color: #fff;
    font-weight: 700;
    flex-shrink: 0;
    padding-bottom: 2px;
    border-bottom: 1px dashed #999
}

.prospectheader-inner > a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none
}

.prospectheader-right {
    margin-left: auto;
    padding-left: 20px
}

.prospectheader-facebook svg {
    width: 24px;
    height: 24px
}
/* Стили для бургер-меню */
.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.burger-line {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 4px 0;
    transition: 0.4s;
}

/* Анимация бургер-меню в крестик */
.burger-menu.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-menu.active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger-menu.active .burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Стили для списка меню */
.header-list-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1000;
    transition: left 0.3s ease-in-out;
}

.header-list-container.active {
    left: 0;
}

.header-list {
    font-family: PT serif, serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    color: #63e0ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-list li {
    margin: 15px 0;
}

.header-list a {
    text-decoration: none;
    color: #63e0ff;
    transition: color 0.3s ease;
}

.header-list a:hover {
    color: #000;
}


/* Крестик для закрытия */
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #63e0ff;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-btn:hover {
    color: #000;
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
    .burger-menu {
        display: flex;
    }

    .header-list {
        display: flex;
        height: 100%;
    }
}
@media (min-width: 769px) {
    .burger-menu {
        display: none; /* Скрываем бургер-меню на больших экранах */
    }

    .header-list-container {
        position: static; /* Возвращаем контейнер в обычное состояние */
        background-color: transparent; /* Убираем фон */
        width: auto;
        height: auto;
        left: 0;
        display: block; /* Показываем контейнер меню */
    }

    .header-list {
        flex-direction: row; /* Пункты меню в строку */
        justify-content: space-between;
        column-gap: 20px;
        margin-top: 30px;
    }

    .close-btn {
        display: none; /* Скрываем крестик на больших экранах */
    }
}