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

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Raleway', "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 23px;
}

.text-usual {
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #464646;
}

.text-bold {
    font-weight: 700;
}

.only-768 {
    display: none;
}

.only-1920 {
    display: none;
}

.header {
    background: 0 0;
}

.header .bg {
    background-image: url(../img/ka-bg-425.png);
    background-repeat: repeat;
    background-position: top;
    background-size: contain;
    position: absolute;
    top: 5%;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.header .header-main {
    background: #f2c05f;
    padding-top: 50px;
    position: relative;
}

.header .header-main-info {
    position: relative;
    z-index: 15;
}

.header .header-title-group {
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.header .header-sub-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}

.header .header-main-title {
    font-weight: 900;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.05em;
}

.header .header-icons {
    margin: 30px 20px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header-icon {
    width: 64px;
    height: 92px;
    background-size: cover;
}

.header .header-icon.gmo {
    background-image: url(../img/icon-gmo.png);
}

.header .header-icon.gluten {
    background-image: url(../img/icon-gluten.png);
    height: 104px;
}

.header .header-icon.eco {
    background-image: url(../img/icon-eco.png);
}

.header .header-icon.soy {
    background-image: url(../img/icon-soy.png);
}

.header .header-main-image {
    position: relative;
}

.header .header-main-image .leaf1 {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 120px;
}

.header .header-main-image .leaf2 {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 120px;
}

.header .header-main-image .leaf3 {
    display: none;
}

.header .header-main-image img {
    width: 100%;
}

.header .btn-container {
    padding: 30px 20px 0 20px;
}

.header .order-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    background: -o-linear-gradient(271.28deg, #ffb800 4.44%, #d95600 95.06%);
    background: linear-gradient(178.72deg, #ffb800 4.44%, #d95600 95.06%);
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.header .order-btn:hover {
    background: #f90;
}

.header .order-btn:active {
    background: -o-linear-gradient(270.95deg, #f29303 4.44%, #ea5400 95.06%);
    background: linear-gradient(179.05deg, #f29303 4.44%, #ea5400 95.06%);
}

.header .header-main-form {
    display: block;
    min-width: 344px;
    background: #fff;
    border-radius: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
    padding: 0 21px;
    margin-right: 30px;
    margin-bottom: 50px;
    position: relative;
    z-index: 15;
}

.header .header-main-form.form-top {
    display: none;
}

.header .header-main-form.form-bottom {
    min-width: 320px;
    margin-right: 0;
}

.header .timer {
    background: -o-linear-gradient(272.21deg, #ffb800 4.44%, #d95600 95.06%);
    background: linear-gradient(177.79deg, #ffb800 4.44%, #d95600 95.06%);
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 36px 10px 23px 10px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 -21px;
}

.header .timer-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
}

.header .countdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.header .timer__wrapp {
    text-align: center;
}

.header .timer__dots,
.header .timer__item {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.04em;
}

.header .timer__dots {
    margin: 0 20px;
}

.header .timer__text {
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    letter-spacing: 0.04em;
}

.header .form-refund {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #464646;
}

.header .form-refund img {
    margin-top: 5px;
    margin-right: 23px;
}

.header .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 19px 0;
}

.header .price-digits {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.04em;
}

.header .old-price {
    color: #b1b1b0;
    position: relative;
}

.header .old-price::after {
    content: "";
    display: block;
    position: absolute;
    width: 115px;
    height: 2px;
    top: 47%;
    left: 0;
    background-color: #b1b1b0;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.header .new-price {
    color: #ffa234;
}

.header .price {
    text-align: center;
}

.header .price-title {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.header .header-title-group {
    padding: 31px 5px 0 31px;
}

.header .header-icons {
    margin: 30px 30px 0 30px;
}

.header .header-main {
    padding-top: 34px;
}

.header .header-main-image img {
    max-width: 465px;
}

.header .header-main-title {
    font-size: 36px;
    line-height: 37px;
}

.header form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
}

select,
.header form input[type="tel"],
.header form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 21px 5px 21px 59px;
    border: none;
    border-bottom: 1px solid #d2d2d2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    color: #464646;
    background-repeat: no-repeat;
    background-position: 22px center;
}

.header form input[type="text"] {
    background-image: url(../img/name.svg);
}

.header form input[type="tel"] {
    background-image: url(../img/phone.svg);
}

.header form input[type="tel"]:focus,
.header form input[type="text"]:focus {
    outline: 0;
    color: #464646;
    border-bottom: 1px solid #464646;
}

.header form input[type="text"]:focus {
    background-image: url(../img/name-dark.svg);
}

.header form input[type="tel"]:focus {
    background-image: url(../img/phone-dark.svg);
}

.header form input[type="tel"]::-webkit-input-placeholder,
.header form input[type="text"]::-webkit-input-placeholder {
    color: #d2d2d2;
}

.header form input[type="tel"]::-moz-placeholder,
.header form input[type="text"]::-moz-placeholder {
    color: #d2d2d2;
}

.header form input[type="tel"]:-ms-input-placeholder,
.header form input[type="text"]:-ms-input-placeholder {
    color: #d2d2d2;
}

.header form input[type="tel"]::-ms-input-placeholder,
.header form input[type="text"]::-ms-input-placeholder {
    color: #d2d2d2;
}

.header form input[type="tel"]::placeholder,
.header form input[type="text"]::placeholder {
    color: #d2d2d2;
}

.header form .checkbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 5px 0 5px;
}

.header form .checkbox-container label {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.015em;
    color: #464646;
}

.header form .checkbox-container label a {
    color: #f2c05f;
}

.header form .checkbox-group,
.header form .fake-cb,
.header form .real-cb {
    width: 15px;
    height: 15px;
}

.header form .checkbox-group {
    margin-right: 18px;
    position: relative;
}

.header form .fake-cb {
    border: 1px solid #464646;
    border-radius: 3px;
    position: absolute;
}

.header form .real-cb {
    visibility: hidden;
}

.header form .fc-checked {
    border: 1px solid #ffa234;
    background: #ffa234;
}

.header form .fc-checked::before {
    content: "\2714";
    color: #fff;
    position: absolute;
    line-height: 15px;
}

.section-order__checkbox {
    position: absolute;
    top: 452px;
    left: 28px;
    opacity: 0;
    z-index: -1;
}

.section-order__checkbox:checked+.section-order__label::before {
    border: 1px solid #ffa234;
    background-color: #ffa234;
    content: "\2714";
    color: #fff;
    line-height: 15px;
}

.section-order__label::before {
    content: "";
    margin-right: 18px;
    width: 15px;
    height: 15px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    text-align: center;
    background-color: #fff;
}

.header form .form-order-btn {
    width: 301px;
    height: 60px;
    background: -o-linear-gradient(271.19deg, #ffb800 4.44%, #d95600 95.06%);
    background: linear-gradient(178.81deg, #ffb800 4.44%, #d95600 95.06%);
    border: none;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    margin: 24px 0 22px 0;
    cursor: pointer;
}

.header form .form-order-btn:hover {
    background: #f90;
}

.header form .form-order-btn:active {
    background: -o-linear-gradient(270.95deg, #f29303 4.44%, #ea5400 95.06%);
    background: linear-gradient(179.05deg, #f29303 4.44%, #ea5400 95.06%);
}

.header .refund2 {
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #464646;
}

.header .safe-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 22px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .safe-delivery p {
    font-weight: 600;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #464646;
    margin-left: 20px;
}

.header .free-delivery {
    margin: 16px 0 8px 0;
}

.header .free-delivery .free-delivery-title {
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #464646;
}

.header .free-delivery .free-delivery-subtitle {
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #f2c05f;
}

.header .payment-systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header .payment-systems img {
    margin: 0 7.5px;
}

.header .security {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 43px 0 36px 0;
}

.header .security img {
    margin: 0 9px;
}

.header .header-main-properties {
    padding: 70px 20px 10px 20px;
    background: #f2c05f;
    position: relative;
    z-index: 5;
}

.header .header-main-property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
    position: relative;
    z-index: 10;
}

.header .property-text {
    width: 60%;
    font-size: 14px;
    line-height: 20px;
}

.header .splash {
    margin-top: -26px;
}

.header .splash img {
    width: 100%;
}

.sec-one {
    position: relative;
}

.sec-one .leaves {
    position: absolute;
    bottom: -30px;
    width: 180px;
}

.sec-one .wrap {
    padding: 50px 20px;
}

.sec-one .chart-image {
    display: none;
}

.sec-one h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 130.4%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #ffa234;
    margin-bottom: 20px;
}

.sec-one h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #3da9cf;
    margin: 30px 0 20px 0;
}

.sec-one .blue-border {
    color: #3da9cf;
    padding: 20px 10%;
    border: 1px solid #3da9cf;
    border-radius: 10px;
    position: relative;
    margin-top: 35px;
    margin-bottom: 30px;
}

.sec-one .blue-border::after {
    content: url(../img/quote.svg);
    display: block;
    position: absolute;
    right: 0;
    bottom: -25px;
}

.sec-one .image-chart1 {
    display: block;
    width: 100%;
    max-width: 374px;
    margin: 30px auto 0 auto;
}

.ketonaktiv1 img {
    display: block;
    padding: 10px 20px 0 20px;
    width: 100%;
}

.ketonaktiv2 {
    display: none;
}

.splash2 {
    margin-top: 40px;
}

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

.sec-two {
    position: relative;
}

.sec-two .wrap {
    padding: 0 20px;
}

.sec-two .help-image {
    display: none;
}

.sec-two .help-text {
    position: relative;
}

.sec-two .help-text .food {
    width: 100%;
    margin: 40px 0 30px 0;
}

.sec-two .help-text p {
    margin-bottom: 20px;
}

.sec-two .keton-help {
    margin-top: -268px;
}

.sec-two h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 130.4%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #464646;
}

.sec-two h3 span {
    color: #f2c05f;
}

.sec-two .eu-standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 30px;
}

.sec-two .eu-standard img {
    width: 42px;
    height: auto;
}

.sec-two .eu-standard p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #00237c;
    margin-bottom: 5px;
}

.sec-two .order-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background: -o-linear-gradient(271.28deg, #ffb800 4.44%, #d95600 95.06%);
    background: linear-gradient(178.72deg, #ffb800 4.44%, #d95600 95.06%);
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    margin-top: 40px;
}

.sec-two::after {
    content: "";
    position: absolute;
    top: 265px;
    left: 0;
    width: 100%;
    height: 80%;
    display: block;
    background-color: #fff4cc;
    z-index: -1;
}

.sec-three .h3-bg {
    background: -webkit-gradient( linear, left top, left bottom, from(#fff4cc), to(#fff));
    background: -o-linear-gradient(top, #fff4cc 0, #fff 100%);
    background: linear-gradient(180deg, #fff4cc 0, #fff 100%);
}

.sec-three h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 130.4%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #464646;
    padding: 50px 20px 55px 20px;
}

.sec-three h3 span {
    color: #f2c05f;
}

.sec-three .course {
    background-color: #fff;
}

.sec-three .wave {
    width: 100%;
}

.sec-three .course-title {
    position: relative;
    z-index: 5;
}

.sec-three .course-text {
    padding: 170px 20px 0 20px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
    margin-top: -100px;
}

.sec-three .title-text {
    text-align: center;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
}

.sec-three .title-text .days {
    font-weight: 700;
    font-size: 62px;
    line-height: 51px;
    letter-spacing: 0.01em;
    margin-bottom: 3px;
}

.sec-three .minimal .course-text {
    background-color: #f2c05f;
}

.sec-three .standard .course-text {
    background-color: #ffa234;
}

.sec-three .premium .course-text {
    background-color: #fbd93f;
}

.sec-three .minimal .days {
    color: #f2c05f;
}

.sec-three .standard .days {
    color: #ffa234;
}

.sec-three .premium .days {
    color: #fbd93f;
}

.sec-three .course-splash img {
    width: 100%;
    display: block;
}

.sec-three .course-title::after {
    display: block;
    position: absolute;
    max-width: 114px;
    max-height: 114px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: -55px;
    border-radius: 50%;
    -webkit-box-shadow: 2px 9px 9px rgba(0, 0, 0, 0.16), inset 8px 12px 10px rgba(0, 0, 0, 0.02), inset -6px -6px 12px rgba(0, 0, 0, 0.03);
    box-shadow: 2px 9px 9px rgba(0, 0, 0, 0.16), inset 8px 12px 10px rgba(0, 0, 0, 0.02), inset -6px -6px 12px rgba(0, 0, 0, 0.03);
}

.sec-three .minimal .course-title::after {
    content: url(../img/icon-weight-320.png);
}

.sec-three .standard .course-title::after {
    content: url(../img/icon-energy-320.png);
}

.sec-three .premium .course-title::after {
    content: url(../img/icon-brain-320.png);
}

.sec-four {
    position: relative;
}

.sec-four .reviews-tape {
    position: absolute;
    left: 0;
    top: 49px;
    width: 100%;
    max-width: 414px;
}

.sec-four .wrap {
    padding: 0 20px;
}

.sec-four h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 130.4%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #464646;
    margin: 13% 0;
}

.sec-four h3 span {
    color: #fbd93f;
}

.sec-four .slide {
    width: 100%;
    border: 1px solid #3da9cf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 18px;
}

.sec-four .slide-image {
    position: relative;
}

.sec-four .slide-image::after {
    content: url(../img/quotes-blue.svg);
    display: block;
    position: absolute;
    right: 0;
    bottom: -76px;
}

.sec-four .slide-image img {
    width: 100%;
    display: block;
}

.sec-four .slide-text {
    padding: 43px 28px 21px 28px;
}

.sec-four .slide-text-main {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #3da9cf;
    margin-bottom: 30px;
}

.sec-four .slide-text-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec-four .slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 100px 0 50px 0;
}

.sec-four .slider .owl-dots .owl-dot {
    width: 30px;
    height: 5px;
    background-color: #c9c9c9;
    margin: 0 5px;
    border-radius: 5px;
}

.sec-four .slider .owl-dots .owl-dot.active {
    background-color: #3da9cf;
}

.sec-four .slider .owl-dots .owl-dot:focus {
    outline: 0;
}

.footer {
    background: #f2c05f;
    padding-bottom: 32px;
    margin-top: -5px;
}

.footer .wrap {
    padding: 0 20px;
}

.footer p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #fff;
}

.footer .bottom-border {
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
}

.footer .copyright {
    margin-top: 30px;
    font-weight: 600;
}

section.header .header-main {
    padding-bottom: 50px;
    padding-top: 0;
}

section.header .header-main-form.form-bottom {
    padding-bottom: 35px;
    margin: 35px auto 15px auto;
    max-width: 320px;
}

section.header form .form-order-btn {
    width: 100%;
}

section.header .bg {
    height: 90%;
}

.splash-up img {
    display: block;
    width: 100%;
    margin-bottom: -5px;
}

@media screen and (min-width: 375px) {
    .sec-two h3 {
        font-size: 30px;
        line-height: 39px;
    }
    .sec-two .keton-help {
        margin-top: -311px;
    }
    .sec-two .eu-standard img {
        width: 48px;
    }
}

@media screen and (min-width: 425px) {
    .sec-two .keton-help {
        margin-top: -342px;
    }
    .sec-two::after {
        top: 320px;
    }
    .sec-three .course-title::after {
        max-width: 141px;
        max-height: 141px;
        bottom: -45px;
    }
    .sec-three .course-text {
        padding: 230px 20px 0 20px;
        margin-top: -150px;
    }
    .sec-three .minimal .course-title::after {
        content: url(../img/icon-weight.png);
    }
    .sec-three .standard .course-title::after {
        content: url(../img/icon-energy.png);
    }
    .sec-three .premium .course-title::after {
        content: url(../img/icon-brain.png);
    }
    section.header .header-main-form.form-bottom {
        max-width: 374px;
    }
}

@media screen and (min-width: 500px) {
    .header .header-title-group {
        padding: 0 40px;
    }
    .header .header-icons {
        margin: 30px 40px 0 40px;
    }
    .header .btn-container {
        padding: 30px 40px 0 40px;
    }
    .header .header-main-properties {
        padding: 70px 40px 10px 40px;
    }
    .header .header-main-property {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .sec-one .wrap {
        padding: 50px 40px;
    }
    .sec-two .wrap {
        padding: 0 40px;
    }
    .sec-two .keton-help {
        margin-top: -390px;
    }
    .ketonaktiv1 img {
        padding: 10px 40px 0 40px;
    }
    .sec-three h3 {
        padding: 50px 40px 0 40px;
    }
    .sec-three .course-text {
        padding: 300px 40px 0 40px;
    }
    .sec-four .wrap {
        padding: 0 40px;
    }
    .sec-four .slide {
        max-width: 526px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 550px) {
    .sec-two .keton-help {
        margin-top: -411px;
    }
}

@media screen and (min-width: 600px) {
    .sec-three .course-text {
        padding: 300px 40px 0 40px;
        margin-top: -230px;
    }
}

@media screen and (min-width: 650px) {
    .sec-two .keton-help {
        margin-top: -500px;
    }
    .sec-two::after {
        top: 500px;
        height: 70%;
    }
}

@media screen and (min-width: 768px) {
    .header .bg {
        background-image: url(../img/ka-bg-768.png);
    }
    .header .header-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header .header-main-form.form-top {
        display: block;
    }
    .header .header-main-properties {
        padding-top: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .header .header-main-property {
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 32%;
    }
    .header .header-main-property img {
        height: 94px;
    }
    .header .header-main-image .leaf1 {
        width: 180px;
    }
    .header .header-main-image .leaf2 {
        width: 150px;
    }
    .header .btn-container {
        display: none;
    }
    .header .property-text {
        width: 90%;
    }
    .header .property-text p {
        text-align: center;
    }
    .header .property-text p:first-child {
        margin: 20px 0 10px 0;
    }
    .header .splash {
        margin-top: -95px;
    }
    .sec-one .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sec-one .image-chart1 {
        display: none;
    }
    .sec-one .image-chart2 {
        width: 100%;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        max-width: 364px;
        margin-left: 40px;
    }
    .sec-one .chart-text {
        width: 50%;
    }
    .sec-one .chart-text .last {
        width: 150%;
    }
    .sec-one .chart-image {
        display: block;
        width: 50%;
    }
    .sec-one .leaves {
        right: 5%;
    }
    .ketonaktiv2 {
        display: block;
        margin-top: 18px;
        position: relative;
        z-index: 5;
    }
    .ketonaktiv2 img {
        max-width: 768px;
        display: block;
        margin: 0 auto;
    }
    .ketonaktiv1 {
        display: none;
    }
    .splash2 {
        margin-top: -95px;
    }
    .sec-two .keton-help {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -26%;
    }
    .sec-two .help-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 50%;
        margin-left: -40px;
    }
    .sec-two .help-image img {
        width: 100%;
        max-width: 373px;
    }
    .sec-two .help-text {
        width: 50%;
        margin-left: 20px;
    }
    .sec-two .help-text .food {
        display: none;
    }
    .sec-two h3 {
        margin-bottom: 30px;
    }
    .sec-two .eu-standard {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .sec-two .eu-standard img {
        width: 58px;
        margin-right: 33px;
    }
    .sec-two .eu-standard p {
        font-size: 14px;
        line-height: 16px;
    }
    .sec-two .order-btn {
        max-width: 344px;
        margin-bottom: 66px;
    }
    .sec-two::after {
        top: 160px;
        height: 83%;
    }
    .sec-three {
        position: relative;
    }
    .sec-three .bg {
        background-image: url(../img/ka-bg-1366.png);
        background-repeat: repeat;
        background-position: top;
        background-size: contain;
        position: absolute;
        top: 5%;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .sec-three .only-mobile {
        display: none;
    }
    .sec-three .title-text {
        top: 20%;
    }
    .sec-three .course-title::after {
        bottom: 20px;
    }
    .sec-three .course-text {
        padding: 240px 121px 110px 121px;
    }
    .sec-three .course-text p {
        position: relative;
        z-index: 5;
    }
    .sec-three .course-splash {
        margin-top: -60px;
    }
    .sec-three .wave {
        margin-top: -105px;
        width: 100%;
    }
    .sec-three h3 {
        padding: 50px 40px 100px 20px;
        width: 768px;
        margin: 0 auto;
    }
    .sec-three .courses {
        max-width: 780px;
        margin: 0 auto;
    }
    .sec-four {
        overflow-x: hidden;
    }
    .sec-four .only-mobile {
        display: none;
    }
    .sec-four .reviews-tape {
        top: 120px;
        width: 652px;
        max-width: none;
    }
    .sec-four h3 {
        font-size: 30px;
        line-height: 39px;
    }
    .sec-four .slider {
        width: 526px;
        margin: 0 auto;
    }
    .sec-four .slider.owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .sec-four .slider.owl-carousel .owl-stage-outer .owl-item {
        -webkit-transition: opacity 0.5s ease-out;
        -o-transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out;
    }
    .sec-four .slide-image {
        height: 286px;
    }
    .sec-four .slide-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
    }
    section.header .header-main-form.form-bottom {
        max-width: 344px;
        margin-right: 30px;
        margin-left: 0;
    }
    section.header .bg {
        height: 100%;
    }
    .footer .wrap {
        padding: 0 30px;
    }
}

@media screen and (min-width: 844px) {
    .sec-one .image-chart2 {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    .sec-four .reviews-tape {
        top: 160px;
    }
}

@media screen and (min-width: 1024px) {
    .header .header-main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header .header-main-image img {
        max-width: 748px;
    }
    .header .header-main-form {
        margin-right: 10%;
    }
    .header .header-icons {
        margin: 30px 30px 0 15%;
    }
    .header .header-title-group {
        padding: 31px 5px 0 15%;
    }
    .header .header-icons {
        width: 60%;
    }
    .header .header-main-image .leaf1 {
        left: 10%;
    }
    .sec-one .blue-border,
    .sec-one .chart-text .last {
        width: 100%;
    }
    .sec-one .image-chart2 {
        max-width: 460px;
        margin-left: 20px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .sec-two .help-text p {
        width: 460px;
    }
    .sec-two .order-btn {
        margin-bottom: 135px;
    }
    .sec-three .courses {
        position: relative;
    }
    .sec-three .only-768 {
        display: block;
        position: absolute;
        z-index: 15;
    }
    .sec-three .leaves-work1 {
        width: 100%;
        top: -15%;
        left: -143px;
    }
    .sec-three .leaves-work2 {
        width: 420px;
        bottom: 38%;
        left: -337px;
    }
    .sec-three .leaves-work3 {
        display: none;
    }
    .sec-three .pills-work {
        width: 100%;
        max-width: 954px;
        left: -10px;
        bottom: 19%;
    }
    .sec-three .pill3 {
        width: 60px;
        right: 46px;
        bottom: 50%;
    }
    .sec-three .pill4 {
        width: 85px;
        right: -30px;
        bottom: 45%;
    }
    .sec-three h3 {
        padding: 50px 40px 100px 20px;
        width: 780px;
    }
    .sec-four .reviews-tape {
        top: 180px;
    }
    section.header .header-main-form.form-bottom {
        margin-right: 10%;
    }
    .footer .wrap {
        width: 780px;
        margin: 0 auto;
        padding: 50px 0 40px 0;
    }
}

@media screen and (min-width: 1200px) {
    .header .bg {
        background-image: url(../img/ka-bg-1366.png);
    }
    .header .splash {
        margin-top: -170px;
    }
    .header .header-main-title {
        font-size: 48px;
        line-height: 98.69%;
        letter-spacing: 0.05em;
    }
    .header .header-main-image .leaf3 {
        position: absolute;
        display: block;
        left: 0;
        bottom: 0;
        width: 200px;
    }
    .header .bg {
        top: 0;
    }
    .sec-one .leaves {
        width: 500px;
        right: 16%;
    }
    .sec-one .wrap {
        padding: 0 15% 50px 15%;
    }
    .sec-one .chart-image,
    .sec-one .chart-text {
        width: 50%;
    }
    .sec-one h3 {
        font-size: 40px;
        line-height: 130.4%;
        margin-bottom: 30px;
    }
    .sec-one h4 {
        font-size: 25px;
        line-height: 29px;
        margin: 50px 0 30px 0;
    }
    .sec-one .blue-border {
        margin-top: 46px;
    }
    .ketonaktiv2 {
        margin-top: 80px;
    }
    .sec-two h3 {
        font-size: 40px;
        line-height: 130.4%;
    }
    .sec-two .order-btn {
        max-width: 380px;
    }
    .sec-two .keton-help {
        margin-top: -31%;
    }
    .sec-two .help-image img {
        max-width: 460px;
    }
    .sec-two::after {
        top: 40%;
        height: 65%;
    }
    .sec-three h3 {
        padding: 50px 40px 130px 0;
        font-size: 40px;
        line-height: 130.4%;
    }
    .sec-three .leaves-work1 {
        width: 1080px;
    }
    .sec-four .slider {
        width: 780px;
    }
    .sec-four .slide {
        width: 780px;
        max-width: 780px;
        border-radius: 22px;
    }
    .sec-four .wrap {
        padding: 0;
    }
    .sec-four h3 {
        padding-left: 15%;
        margin: 70px 0 90px 0;
    }
    .sec-four .reviews-tape {
        width: 950px;
        top: 85px;
    }
    .footer p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1440px) {
    .header .header-main {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .header-main-properties {
        margin-top: -10px;
        padding: 20px 15% 10px 15%;
    }
    .header .header-main-form {
        margin-bottom: 60px;
    }
    .sec-one .sec-one .image-chart2 {
        margin-left: 40px;
    }
    .sec-three .leaves-work3 {
        display: block;
        width: 362px;
        top: 22%;
        right: -275px;
    }
}

@media screen and (min-width: 1920px) {
    .only-1920 {
        display: block;
    }
    .measuring-bottom,
    .measuring-top {
        position: absolute;
        z-index: 20;
    }
    .measuring-top {
        top: 0;
        right: 0;
    }
    .measuring-bottom {
        bottom: -8%;
        left: 0;
    }
    .header {
        position: relative;
    }
    .header .splash {
        margin-top: -10px;
    }
    .header .header-main-form {
        margin-right: 0;
    }
    .header .header-main-properties {
        padding: 20px 25% 10px 25%;
    }
    .header .header-main-image {
        margin-left: -200px;
    }
    .header .header-main-image .leaf4 {
        position: absolute;
        top: -48%;
        right: -5%;
        width: 100px;
    }
    .header .header-title-group {
        padding: 31px 5px 0 0;
    }
    .header .header-icons {
        margin: 30px 30px 0 0;
    }
    .sec-one .chart-text {
        width: 35%;
    }
    .sec-one .chart-image {
        width: 30%;
    }
    .splash2 {
        margin-top: -240px;
    }
    .sec-two .keton-help {
        margin-top: -7%;
    }
    .sec-two::after {
        top: 15%;
        height: 90%;
    }
    .sec-four h3 {
        padding-left: 30%;
    }
    .composition {
        position: absolute;
        right: -680px;
        top: 4%;
    }
}

@media screen and (min-width: 2200px) {
    .header .header-main-properties {
        padding: 20px 30% 10px 30%;
    }
    .header .header-main-info {
        width: 25%;
    }
    .header .header-main-form {
        margin-right: 0;
    }
    .header .header-main-image img {
        width: 933px;
        max-width: 933px;
    }
}