html,
body {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    width: 100%;
    width: 100%;
}

body {
    font-family: "Open_regular", Arial, Helvetica, sans-serif;
    color: #23232b;
}

.header {
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
}

.bold {
    font-weight: 700;
}

a {
    color: #2d5ec1;
    text-decoration: none;
    font-weight: bold;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__item {
    list-style: none;
    padding: 20px 10px;
    cursor: pointer;
    color: #23232b;
    font-family: "Work_regular", Arial, Helvetica, sans-serif;
}

.header__item:hover {
    color: #77bf2f;
}

.header__item+.header__item {
    margin-left: 30px;
}

.header__item_active {
    border-bottom: 2px solid #77bf2f;
}

.header__burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 45px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.header__burger:hover {
    background: #77bf2f;
    border: 1px solid #fff;
}

.header__burger:hover span {
    background: #fff;
}

.header__burger span {
    min-width: 100%;
    height: 2px;
    background: #888;
    margin-bottom: 5px;
}

.header__burger span:last-of-type {
    margin-bottom: 0;
}

.main {
    background-image: url(images/bg-content.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 50px;
}

.main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.main__left {
    max-width: 100%;
    padding: 0 15px 0 15px;
}

.main__title {
    font-family: "Open_bold", Arial, Helvetica, sans-serif;
    font-size: 31px;
    margin: 10px 0 30px;
}

.main__widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eceef2;
}

.widgets__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widgets__item img {
    margin-right: 10px;
    max-width: 18px;
}

.widgets__item+.widgets__item {
    margin-left: 20px;
}

.main__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
}

.main__web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ebf4f8;
    max-width: 235px;
    width: 100%;
    padding: 10px 0;
    border-radius: 7px;
    cursor: pointer;
    color: #2d5ec1;
}

.main__web+.main__web {
    margin-left: 10px;
}

.main__web_active {
    background: #eaeff9;
}

.main__web img {
    max-width: 16px;
    margin-right: 10px;
}

.main__image {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main__subtitle {
    font-family: "Open_bold", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #292929;
    line-height: 1.6;
    margin-bottom: 20px;
}

.main__text {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 16px;
    color: #424242;
}

.main__list {
    margin-bottom: 20px;
}

.main__item {
    list-style: none;
    margin-bottom: 5px;
    color: #424242;
}

.main__right {
    padding: 0 15px 0 20px;
    max-width: 33.33%;
}

.main__comments {
    margin-top: 35px;
}

.comments__cloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

.comments__cloud img {
    max-width: 60px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    border-radius: 7px;
}

.comment__body {
    margin-left: 15px;
}

.comment__body img {
    max-width: 300px;
    border-radius: 0;
    margin-top: 15px;
}

.comment__name {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.comment__name span {
    font-size: 10px;
    border: 1px solid #ddd3f3;
    color: gray;
    background: #fbf9fe;
    padding: 1px 2px;
    margin-left: 7px;
}

.comments__btn {
    padding: 15px;
    border: none;
    cursor: pointer;
    max-width: 470px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: red;
    color: #fff;
    text-decoration: none;
    margin: 20px auto 20px;
    border-radius: 10px;
    font-size: 20px;
}

.footer {
    background: #2b2b33;
    color: #fff;
    text-align: center;
    padding: 20px;
}

@media (max-width: 992px) {
    .main__right {
        display: none;
    }

    .main__left {
        max-width: 750px;
        margin: 0 auto;
    }

    .header .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .main__right {
        display: none;
    }

    .main__left {
        width: 100%;
    }

    .header .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__nav {
        display: none;
    }

    .header .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .main__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main__web {
        margin: 7px 0 0 0 !important;
        width: 100%;
    }

    .main__widgets {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .widgets__item {
        margin: 10px 0 0 0 !important;
    }

    .close-popup {
        right: -5px !important;
        top: -50px !important;
    }

    .main__buttons {
        display: none;
    }

    .widgets__item {
        display: none;
    }

    .main__widgets {
        padding-bottom: 20px;
    }

    .main__title {
        margin-bottom: 15px;
    }

    .clock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.chart {
    max-width: 545px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 3px solid #000;
    border-top: none;
    border-right: none;
    margin: 25px auto 0;
}

.chart article {
    max-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.chart article p {
    text-align: center;
    font-size: 13px;
    margin: 10px 0;
    padding: 10px;
}

.chart article div {
    background-color: #558e09;
    width: 40%;
    height: 100px;
}

.chart_text {
    margin: auto;
    max-width: 545px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

.chart_text p {
    width: 25%;
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0;
}

.block__chart {
    position: relative;
}

.block__chart span {
    position: absolute;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle_wrap {
    position: relative;
    padding-top: 205px;
    margin-bottom: 50px;
    max-width: 981px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.circle {
    max-width: 320px;
    height: 320px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #55bd7d;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.circle_inner {
    position: relative;
    z-index: 31;
    max-width: 280px;
    height: 280px;
    background: -webkit-linear-gradient(308.65deg, #55bd7d 11.42%, #a8d957 117.83%);
    background: -o-linear-gradient(308.65deg, #55bd7d 11.42%, #a8d957 117.83%);
    background: linear-gradient(141.35deg, #55bd7d 11.42%, #a8d957 117.83%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
}

.circle_prod {
    position: absolute;
    top: 30px;
    left: 23%;
    display: block;
    max-width: 158px;
    max-height: 415px;
}

.circle_text {
    position: absolute;
    z-index: 32;
    max-width: 175px;
    font-size: 16px;
}

.circle_text b {
    text-transform: uppercase;
}

.circle_text-inner {
    position: relative;
}

.circle_text-inner:before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
}

.circle_text-1 {
    top: 70px;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.circle_text-1 .circle_text-inner:before {
    top: 106px;
    left: 50%;
    background: #ffffff url(images/block-4-icon1.png) no-repeat center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.circle_text-2 {
    top: 229px;
    left: 4%;
    text-align: right;
}

.circle_text-inner {
    font-size: 15px;
}

.circle_text-2 .circle_text-inner:before {
    top: 43px;
    right: -70px;
    background: #ffffff url(images/block-4-icon2.png) no-repeat center;
    background-size: cover;
}

.circle_text-3 {
    top: 229px;
    right: 4%;
    text-align: left;
}

.circle_text-3 .circle_text-inner:before {
    top: 43px;
    left: -74px;
    background: #ffffff url(images/block-4-icon3.png) no-repeat center;
    background-size: cover;
}

.circle_text-4 {
    top: 419px;
    left: 4%;
    text-align: right;
}

.circle_text-4 .circle_text-inner:before {
    top: 10px;
    right: -81px;
    background: #ffffff url(images/block-4-icon4.png) no-repeat center;
    background-size: cover;
}

.circle_text-5 {
    top: 419px;
    right: 4%;
    text-align: left;
}

.circle_text-5 .circle_text-inner:before {
    top: 10px;
    left: -84px;
    background: #ffffff url(images/block-4-icon5.png) no-repeat center;
    background-size: cover;
}

.block_3 .subtitle {
    margin-bottom: 20px;
    margin-top: 10px;
}

.cards_note {
    margin-bottom: 20px;
}

.scroll__text {
    color: #2d5ec1;
}

.scroll__text:hover {
    text-decoration: underline;
    cursor: pointer;
}

.symptoms_card {
    display: none;
    max-width: 355px;
    margin: 0 auto 20px;
    font-weight: bold;
    text-align: center;
}

.symptoms_card.active {
    display: block;
}

.symptoms_card img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.symptoms_card p {
    font-weight: bold;
}

.cards_buttons-wrap {
    max-width: 355px;
    margin: 0 auto 45px;
    font-size: 0;
    text-align: center;
}

.card_btn-yes,
.card_btn-buy {
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#a8d957), to(#52d0be));
    background: -webkit-linear-gradient(left, #a8d957 0%, #52d0be 100%);
    background: -o-linear-gradient(left, #a8d957 0%, #52d0be 100%);
    background: linear-gradient(90deg, #a8d957 0%, #52d0be 100%);
    -webkit-box-shadow: 0 5px 10px rgba(85, 189, 125, 0.5);
    box-shadow: 0 5px 10px rgba(85, 189, 125, 0.5);
}

.card_btn-yes {
    margin-right: 20px;
}

.card_btn-no {
    color: #585b5d;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
}

.card_btn-no:hover,
.card_btn-no:active,
.card_btn-no:visited {
    color: #585b5d;
}

.card_btn-no,
.card_btn-yes {
    width: 125px;
    padding: 0 10px;
}

.card_btn-buy {
    display: none;
}

.cards_counter {
    max-width: 355px;
    margin: 0 auto 10px;
    text-align: center;
}

.cards_prod {
    display: none;
    max-width: 170px;
    margin: 0 auto 10px;
}

.cards_note {
    text-align: center;
    color: #ff6767;
}

.sidebar .banner {
    background: -webkit-linear-gradient(top, #ebd50c 0%, #795e8e 100%);
    background: linear-gradient(to bottom, #ebd50c 0%, #795e8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebd50c', endColorstr='#795e8e', GradientType=0);
    padding: 20px 0;
    border: 1px solid #000;
    cursor: pointer;
    text-align: center;
}

.sidebar .banner h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    background-color: #3454b9;
    padding: 15px;
}

.sidebar .banner img {
    max-width: 365px;
}

.sidebar .banner p {
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    border-radius: 10px;
    background: -webkit-linear-gradient(90deg, #0056ba 0%, #4494f1 100%);
    background: -webkit-linear-gradient(bottom, #0056ba 0%, #4494f1 100%);
    background: linear-gradient(0deg, #0056ba 0%, #4494f1 100%);
    box-shadow: 0 1px 6.96px 1.04px rgba(0, 0, 0, 0.63);
    max-width: 200px;
    width: 100%;
    padding: 10px 0;
    margin: 10px auto 0;
}

@media only screen and (max-width: 1200px) {
    .circle_wrap {
        padding-top: 40px;
    }

    .circle_text {
        position: static;
    }

    .circle_text-1,
    .circle_text-2,
    .circle_text-3,
    .circle_text-4,
    .circle_text-5 {
        margin: 0 auto 30px;
        text-align: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .circle_text:last-child {
        margin-bottom: 0;
    }

    .circle_text-inner {
        padding-top: 100px;
    }

    .circle_text-1 .circle_text-inner:before,
    .circle_text-2 .circle_text-inner:before,
    .circle_text-3 .circle_text-inner:before,
    .circle_text-4 .circle_text-inner:before,
    .circle_text-5 .circle_text-inner:before {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-size: cover;
    }

    .circle {
        margin-bottom: 32px;
    }
}

.mrg-bot {
    margin-bottom: -44px;
}

@media only screen and (max-width: 768px) {
    .circle {
        max-width: 250px;
        height: 250px;
    }

    .circle_inner {
        max-width: 210px;
        height: 210px;
    }

    .circle_prod {
        top: -25px;
        left: 16%;
        display: block;
        max-width: 150px;
    }

    .chart article p {
        font-size: 10px;
    }

    .chart_text p {
        font-size: 16px;
    }

    .chart article div {
        width: 74%;
    }

    .mrg-bot {
        margin-bottom: -12px;
    }
}

@font-face {
    font-family: Work_bold;
    src: url(fonts/WorkSans-Bold.ttf);
}

@font-face {
    font-family: Work_black;
    src: url(fonts/WorkSans-Black.ttf);
}

@font-face {
    font-family: Work_regular;
    src: url(fonts/WorkSans-Regular.ttf);
}

@font-face {
    font-family: Work_light;
    src: url(fonts/WorkSans-Light.ttf);
}

@font-face {
    font-family: Work_medium;
    src: url(fonts/WorkSans-Medium.ttf);
}

@font-face {
    font-family: Open_bold;
    src: url(fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: Open_regular;
    src: url(fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: Open_light;
    src: url(fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: Open_medium;
    src: url();
}

.skewhead h2 {
    position: relative;
    background-color: #062145;
    z-index: 2;
    color: white;
    top: 0;
    padding: 15px;
    margin: 0 0 20px;
}

.info-ingr-boxes {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.angle-box-head {
    background-color: #455974;
    display: block;
    width: 50%;
}

.angle-box-head h3 {
    padding: 5px 15px 5px 5px;
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
    z-index: 2;
    color: white
}

.angle-box-head h3:before {
    content: "";
    width: 36px;
    height: 100%;
    right: -12px;
    top: 0;
    position: absolute;
    display: inline-block;
    background-color: #455974;
    transform: skew(-21deg);
    z-index: -1;
}

.angle-box {
    margin: 20px 15px 0 30px;
}

.angle-box img {
    max-width: 170px;
    float: left;
    margin-left: 20px;
}

@media only screen and (max-width: 600px) {
    .angle-box {
        margin: 5px 0 0 10px;
    }

    .angle-box img {
        max-width: 100px;
    }

    .angle-box-head {
        width: 90%;
    }
}

.btn {
    background: rgb(52, 152, 219) -webkit-gradient(linear, left top, left bottom, from(rgb(52, 152, 219)), to(rgb(41, 128, 185))) repeat scroll 0% 0%;
    background: rgb(52, 152, 219) -webkit-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
    background: rgb(52, 152, 219) -moz-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
    background: rgb(52, 152, 219) -o-linear-gradient(top, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
    background: rgb(52, 152, 219) linear-gradient(to bottom, rgb(52, 152, 219), rgb(41, 128, 185)) repeat scroll 0% 0%;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: Arial;
    color: rgb(255, 255, 255);
    font-size: 22px;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 310px;
    max-width: 90%;
    margin: 20px auto;
    align-items: center;
}


.book {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}

.book img {
    width: 250px;

}

@media screen and (max-width: 500px) {
    .book {
        flex-direction: column;
        justify-content: center;
        gap: 0px;
    }

    .book img {
        margin: 10px auto;
    }