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

a {
    text-decoration: none;
    color: #08b70d;
    font-weight: bold
}

p {
    padding: 20px 0;
    font-size: 22px;
    max-width: 100%;
    line-height: 1.3
}

img {
    max-width: 100%
}

body {
    font-family: taz-regular, sans-serif;
    color: #4d4d4d
}

.span-red {
    color: #E40421FF;
    font-weight: 700
}

.span-bold,
.correspondent {
    font-weight: 700;
    color: black
}

.doctor-message {
    font-weight: 700;
    font-size: 27px;
    color: black
}

.ordered-mess-wrapper {
    position: fixed;
    padding: 0 10px;
    top: -100%;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 380px;
    height: 50px;
    width: 100%;
    background: #43a047 linear-gradient(180deg, rgba(67, 160, 71, 1) 0, rgba(56, 142, 60, 1) 100%);
    color: #fff;
    font-family: Arial, sans-serif;
    border-radius: 0 0 10px 10px;
    transition: .5s ease-in-out
}

.ordered-mess-wrapper--open {
    top: 0
}

.ordered-mess__count,
.ordered-mess__product {
    font-weight: bold
}

.header-first {
    background-color: #18376b
}

.header-first .container {
    display: flex;
    justify-content: space-between
}

.header-info ul {
    display: flex;
    list-style: none
}

.header-info ul li {
    padding: 15px 15px
}

.header-info ul li a {
    color: #bbbab6;
    font-size: 17px;
    font-weight: 100
}

.header-info ul li a:hover {
    color: white
}

.header-info ul li:not(:last-child) {
    border-left: 1px solid #4c4c59;
    border-right: 1px solid #4c4c59
}

.header {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08)
}

.container {
    max-width: 1240px;
    margin: 0 auto
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-top-logo {
    display: flex;
    align-items: center
}

.header-top-logo-title {
    display: flex;
    flex-direction: column;
    max-width: 170px;
    font-size: 22px
}

.header-top-logo-title-big {
    font-weight: 600;
    font-size: 40px
}

.header-socials {
    display: flex
}

.header-socials ul {
    display: flex;
    list-style: none
}

.header-socials ul li:not(:last-child) {
    margin-left: 5px
}

.header-play {
    display: flex;
    align-items: center;
    margin-left: 20px
}

.header-top-title {
    max-width: 220px
}

.header-top-action {
    display: flex;
    align-items: center
}

.header-top-action-button {
    font-family: taz-regular, sans-serif;
    font-size: 16px;
    color: #000;
    padding: 10px 13px;
    background-color: #d4000e;
    text-transform: uppercase;
    transition: .5s;
    cursor: pointer;
    border: 0
}

.header-top-action-button path {
    stroke: #fff
}

.header-top-action-button:hover path {
    stroke: black
}

.header-top-action-region a {
    margin-right: 10px;
    font-weight: 700;
    color: #8d8da1
}

.header-top-action-region a:hover {
    color: white
}

.header-top-action-login {
    display: flex;
    align-items: center
}

.header-top-action-login-text {
    font-family: taz-regular, sans-serif;
    font-size: 18px
}

.header-bottom {
    background-color: #d4000e
}

.header-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-bottom-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.header-bottom-navigation li {
    list-style: none;
    font-family: taz-regular, sans-serif;
    font-size: 15px;
    line-height: 130%;
    text-transform: uppercase;
    color: white;
    padding: 15px 15px;
    cursor: pointer
}

.header-bottom-navigation li:not(:first-child),
.header-bottom-navigation li:not(:last-child) {
    border-left: 1px solid #dd333e
}

.header-bottom-navigation li a {
    color: inherit;
    transition: .2s
}

.header-bottom-navigation li:nth-child(8) {
    background-color: #18376b
}

.header-bottom-navigation li:nth-child(8):hover {
    background: #18376b
}

.header-bottom-navigation li:hover {
    background: red;
    transition: .2s
}

.header-bottom-action {
    display: flex;
    align-items: center;
    border-left: 1px solid #e4e0e0
}

.header-bottom-action-last {
    font-family: taz-regular, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin-right: 10px
}

.header-bottom-action-last a {
    color: inherit;
    transition: .2s
}

.header-last .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

.header-last ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-weight: inherit
}

.header-last ul li a {
    color: #2b2727;
    font-weight: 200
}

.header-last ul li:not(:last-child) {
    margin-right: 10px
}

.header-last-data {
    display: flex;
    flex-wrap: nowrap
}

#clock {
    min-width: 300px
}

.cur-time {
    background: #e40421;
    padding: 5px 10px;
    margin-left: 6px;
    color: #fff;
    width: 80px;
    text-align: center;
    display: inline-block
}

.burger {
    display: none
}

.article-table-top {
    font-size: 22px
}

.article-table-top td {
    padding: 10px;
    max-width: 450px
}

.article-table-top .theader {
    font-weight: bold;
    border: 1px solid black
}

.article-table-top .bheader {
    max-width: 250px !important
}

.article-table-bottom table,
.article-table-top {
    margin: 0 auto
}

.article-table-bottom table {
    border-color: #ace5ac !important;
    background: #ace5ac;
    font-size: 22px
}

.article-table-bottom .theader {
    max-width: 250px;
    font-weight: bold
}

.article-table-bottom td {
    padding: 10px;
    max-width: 450px
}

h1 {
    font-family: taz-extrabold, sans-serif;
    color: #E40421FF;
    padding: 70px 0 0 0;
    font-size: 45px;
    text-align: center
}

h2 {
    font-family: taz-bold, sans-serif;
    margin: 25px 0 25px 0;
    /* padding-top: 65px;
    border-top: 4px solid #e40421 */
}

h3 {
    font-family: taz-regular-italic, sans-serif;
    font-weight: 700;
    color: #E40421FF;
    margin: 25px 0 25px 0;
    font-size: 25px;
    border-bottom: 4px solid #e40421;
    padding-bottom: 65px
}

.article-about-image {
    background: #e4e0e0
}

.article-about-title {
    padding: 10px;
    font-family: taz-regular-italic, sans-serif;
    font-size: 17px;
    line-height: 20px
}

.interview-description {
    font-size: 22px
}

.article-image {
    max-width: 700px;
    margin: 0 auto 20px
}

.article-title {
    padding: 2px 0 15px 0;
    font-family: taz-regular-italic, sans-serif
}

.article-image.min {
    max-width: 500px
}

.article-image-benefits,
.article-image-gif {
    text-align: center
}

.article-image-product {
    margin: 0 auto;
    max-width: 600px
}

.attention {
    padding: 10px;
    border: 3px solid #e40421;
    font-size: 25px;
    background: #ace5ac;
    margin: 0 auto
}

.conditions {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 10px 40px;
    font-size: 25px;
    line-height: 130%;
    border: 3px solid #e40421;
    background: #ace5ac;
    max-width: 820px;
    margin: 0 auto
}

.conditions span {
    font-family: taz-bold, sans-serif;
    font-weight: bold;
    margin-bottom: 15px
}

.conditions ul {
    max-width: 730px
}

.attention .span-red,
.important .span-red {
    font-size: 27px
}

.important {
    border: 1px solid transparent;
    padding: 10px;
    background: #eceaea;
    font-size: 19px;
    line-height: 150%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: #4d4d4d
}

.order {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #e4e0e0;
    border-radius: 16px;
    max-width: 800px;
    margin: 0 auto;
    background: rgba(141, 128, 128, 0.2)
}

.order-region {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
    padding: 20px;
    max-width: 580px;
    width: 100%
}

.order-region div {
    margin: 10px 0
}

.order-balance {
    display: flex;
    align-items: center;
    flex-direction: column
}

.order-balance div {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 26px
}

.order-balance p {
    font-weight: 700;
    padding: 15px 5px;
    font-size: 35px;
    background: #e40421;
    color: #fff
}

.order-balance p span {
    display: inline-block;
    width: 30px;
    font-size: 35px;
    text-align: center
}



.order-attention span {
    padding: 5px
}




.text-dec {
    text-decoration: underline
}

.data {
    font-weight: 700;
    font-size: 25px;
    color: #e40421
}

.order-price {
    max-width: 420px;
    width: 100%;
    display: flex;
    border-radius: 16px;
    border: 4px solid #b601ff;
    background: url(https://bodyrevive.xcartpro.com/r8/files/img/arrows.svg) 50% 50% / auto no-repeat;
    margin: 50px 0 20px 0
}

.old-price p,
.new-price p {
    font-weight: 400;
    font-size: 18px;
    font-family: Arial, sans-serif;
    padding: 10px 0
}

.old-price span,
.new-price span {
    font-family: Arial, sans-serif
}

.old-price {
    width: 50%;
    text-align: center;
    padding-right: 15px
}

.old-price span {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    font-size: 30px;
    color: #666;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px
}

.old-price span::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 10px;
    width: 110%;
    height: 0;
    border-bottom: 3px solid #b500ff;
    transform: rotate(-3.78deg) translate(-50%, -50%)
}

.new-price {
    width: 50%;
    text-align: center;
    padding-left: 15px
}

.new-price span {
    font-size: 40px;
    font-weight: 700;
    line-height: 1
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 388px;
    min-width: 388px
}

.form input {
    margin: 10px 0;
    padding: 10px 12px;
    border: 1px solid rgba(139, 140, 253, .6);
    width: 100%;
    outline: 0
}

.btn {
    margin: 10px 0 20px 0;
    padding: 35px;
    max-width: 388px;
    width: 100%;
    background: #e40421;
    border: 0;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 16px;
    transition: .5s
}

.btn:hover {
    transform: scale(1.1);
    transition: .5s
}

.btn.btn-order {
    overflow-x: hidden;
    position: relative
}

.btn-order .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(249, 202, 220, 0.25));
    animation: flareAnimation 3s infinite linear forwards
}

@keyframes flareAnimation {
    0 {
        left: -150%
    }
    100% {
        left: 150%
    }
}

h4 {
    padding: 100px 0 35px 0;
    font-size: 40px;
    border-bottom: 5px solid #e4e0e0;
    margin-bottom: 30px
}

.comment-text p {
    font-size: 16px;
    padding: 10px
}

.comments-item {
    max-width: 90%;
    margin: 0 auto 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e2e3
}

.comment-avatar {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border: 1px solid #ccc;
    font-size: 0
}

.comment-avatar img {
    width: 50px;
    height: 50px
}

.comment-text {
    display: inline-block;
    max-width: 70%;
    vertical-align: top
}

.comment-username {
    color: #365899;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer
}

.comment-action {
    padding: 15px 0 15px 60px
}

a.like,
a.reply {
    font-size: 13px;
    margin-right: 10px;
    color: #626262
}

a.like-count {
    display: inline-block;
    padding: 0 10px 0 0;
    width: 20px;
    font-size: 13px;
    color: #626262
}

a.like:hover {
    text-decoration: underline
}

a.reply:hover {
    text-decoration: underline
}

a.like-count:hover {
    text-decoration: underline
}

.comment-time {
    padding: 3px 0 0 10px;
    font-size: 15px;
    color: #bababa;
    border-left: 1px solid #bababa
}

.bottom-button {
    text-align: center
}

.btn-pulse {
    animation: shadow-pulse 1s infinite;
    margin: 40px 0
}

@keyframes shadow-pulse {
    0 {
        box-shadow: 0 0 0 0 #e40421
    }
    100% {
        box-shadow: 0 0 0 35px rgba(0, 0, 0, 0)
    }
}

.footer {
    padding: 10px 0;
    background-color: #2b2727;
    text-align: center;
    color: #fff
}

.footer a {
    line-height: 150%;
    font-weight: normal;
    transition: .2s
}

.footer a:hover {
    color: #008d97 !important;
    transition: .2s
}