/*! normalize.css v8.0.0 | MIT License | github.com/csstools/normalize.css */

/* Document
 * ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
 * ========================================================================== */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent; /* 1 */
}

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule in Firefox.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

input[type=checkbox] {
    margin-right: 10px;
}

.form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 10px auto 0;
    max-width: 250px;
}

.check-text {
	text-align: left;
	font-size: 13px;
    font-weight: 400;
}

.form-link {
    color: inherit;
    text-decoration: underline;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');
* {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

button {
    padding: 0;
    border: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.45;
    font-family: 'Roboto', sans-serif;

}

.container {
    width: 320px;
    margin: auto;
    /*padding: 0 15px;*/
}

.sec-one {
    padding-top: 20px;

    background-image: url("../img/sec-one.jpg");
    background-repeat: no-repeat;
    background-position: top center;

}

.sec-one__title {
    width: 100%;
    padding: 0 15px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.plus {
    width: 320px;
    margin: 13px auto 0 auto;
    padding-left: 16px;
    padding: 0 15px;
}

.plus__item {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    font-size: 14px;
    text-transform: uppercase;

}

.plus__item:last-child {
    margin-bottom: 0;
}

.plus__item::before {
    content: '';
    display: block;
    min-width: 37px;
    height: 37px;
    margin-right: 13px;
    background-size: contain;
    background-position: center center;
}

.plus__item:first-child::before {
    background-image: url("../img/toxine_icon.png");
}

.plus__item:nth-child(2)::before {
    background-image: url("../img/liver_icon.png");
}

.plus__item:nth-child(3)::before {
    background-image: url("../img/apple_icon.png");
}

.plus__item:last-child::before {
    background-image: url("../img/energy_icon.png");
}

.offer__img {
    width: 320px;
    margin: auto;
    padding-top: 54px;
    background-image: url("../img/girl.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.offer__img img {
    width: 213px;
    margin-left: auto;
}

.form {
    position: relative;
    width: 320px;
    margin: -22px auto 0 auto;
    border: solid 1px #00c021;
    padding-bottom: 41px;
    background-color: rgba(255, 255, 255, 0.5);
}

.form__top {
    padding: 17px 0;
    background-color: #00c021;
}

.discount {
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.465;
    text-align: center;
}

.timer__wrapp {
    margin-top: 11px;
}

.countdown-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 63px;
    height: 63px;
    margin-right: 27px;
    font-size: 30px;
    font-weight: 700;
    border-radius: 50%;
    border: solid 1px #9bbe30;
}

.timer:last-child {
    margin-right: 0;
}

.timer__list {
    display: flex;
    justify-content: center;
    margin-top: 7px;
}

.timer__item {
    width: 63px;
    text-align: center;
    margin-right: 27px;
    font-size: 14px;
    color: #000000;
}

.timer__item:last-child {
    margin-right: 0;
}

.price {
    display: flex;
    width: 260px;
    margin: 20px auto 0 auto;
    padding: 8px 15px;
    border: solid 1px #00c021;
}

.prices-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px auto;
    max-width: 260px;
    padding: 8px 15px;
    border: solid 1px #00c021;
}

.price_value {
    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;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.old_price {
    margin-right: 20px;
}

.price-text-old {
    margin-bottom: 20px;
}

.old_price-value {
    font-size: 28px;
    text-decoration: line-through;
}

.new_price-value {
    font-size: 53px;
    color: #000;
    font-weight: 700;
}

.price_text {
    font-size: 14px;
}

.price__old {
    display: flex;
    align-items: center;
    width: 84px;
    font-size: 14px;
    line-height: 1;

}

.price__new {
    display: flex;
    width: 145px;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.price__new .price_numb, .price_currency {
    font-size: 42px;
}

.price__old .price_numb {
    font-size: 28px;
    text-decoration: line-through;
    margin-left: 5px;
}

.prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.old_currency {
    font-size: 28px;
    text-decoration: line-through;
}

.form-control {
    display: block;
    width: 250px;
    height: 46px;
    margin: 13px auto 0 auto;
    padding-left: 8px;
    border: solid 1px #d9d4d4;
    border-radius: 0px;
}

.btn-buy {
    position: absolute;
    bottom: -22.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 270px;
    height: 45px;
    font-size: 33px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 20px;
    cursor: pointer;
    background-image: linear-gradient(-90deg, rgb(255, 104, 0) 0%, rgb(255, 77, 0) 100%);
    box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.43);
}

.how-works__img {
    width: 165px;
    margin: auto;
}

.how-works {
    margin-top: 63px;
    text-align: center;
}

.how-works__title {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 700;
}

.how-works__text p {
    margin-top: 23px;
}

.sec-second {
    padding-top: 86px;
    padding-bottom: 55px;
    background-image: url("../img/bg-2.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

.sec-second__title {
    padding: 0 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.poisoning__list {
    display: flex;
    flex-wrap: wrap;
    width: 320px;
    margin: auto;
    justify-content: center;

}

.poisoning__item {
    width: 33%;
    padding-top: 22px;
    text-align: center;
    font-size: 13px;
}

.poisoning__item--double {
    width: 40%;
}

.poisoning__item:last-child, .poisoning__item--double {

}

.poisoning__item img {
    margin: auto;
}

.sec-three__title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 20px;
}

.symptoms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 320px;
    margin: 32px auto 0 auto;

    text-align: center;

}

.symptoms__item {
    width: 33%;
    margin-top: 20px;
    font-size: 13px;
}

.symptoms__item img {
    margin: auto;
}

.symptoms__item--double {
    width: 34%;
}

.sec-four {
    position: relative;
    z-index: 1;
    padding-top: 84px;
    background-image: url("../img/bg-3.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

.sec-four .order {
    margin-top: 26px;
}

.sec-four__title {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;

}

.comp {
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
}

.comp__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-basis: calc(50% - 20px);
    margin-top: 13px;
}

.comp__item--right {
    text-align: right;
}

.comp__item--right .comp__img {
    order: 1;
}

.comp__title {
    font-size: 16px;
    font-weight: 700;
}

.comp__desc {
    margin-top: 10px;
    font-size: 15px;
}

.comp__img {
    display: block;
    margin-bottom: 20px;
}

.comp__desc ul {
    list-style: disc;
    padding-left: 15px;
}

.order {
    margin-top: 62px;
}

.order p {
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;

}

.order__btn {
    display: block;
    width: 270px;
    height: 45px;
    margin: auto;
    font-size: 33px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 20px;
    background-image: linear-gradient(-90deg, rgb(255, 104, 0) 0%, rgb(255, 77, 0) 100%);
    box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.43);
}

.sec-five {
    position: relative;
    margin-top: -20px;
    padding-top: 63px;
    padding-bottom: 15px;
    background-image: url("../img/bg-4.png");
    background-position: top -61px center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-five .order {
    position: absolute;
    bottom: 46px;
    left: 50%;
    z-index: 3;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.sec-five__title {
    width: 100%;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.comment {
    position: relative;
    width: 290px;
    margin: 30px auto 0 auto;
    padding-bottom: 100px;
}

.comment__item {
    width: 100%;
    text-align: center;
}

.comment__item img {
    margin: auto;
}

.comment__name {
    margin-top: 38px;
    font-weight: 700;
    text-transform: uppercase;
}

.comment__text {
    margin-top: 20px;
    padding: 0 15px;
    font-size: 14px;
}

.owl-nav {
    position: absolute;
    top: 333px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    font-size: 60px;
}

.owl-next {
    display: block;
    margin-left: auto;
}

.sec-six {

    padding-bottom: 20px;
}

.sec-six__title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;

}

.reception {
    width: 320px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.reception__item {
    width: 29%;
    font-size: 12px;
    text-align: center;
}

.reception__item:nth-child(2) {
    margin-top: 36px;
}

.reception__img {
    margin-bottom: 15px;
}

.sec-seven {
    position: relative;
    padding-top: 65px;
    padding-bottom: 20px;
    background-image: url("../img/bg-5.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.sec-seven__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.delivery {
    width: 320px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 33px;
}

.delivery__item {
    width: 50%;
    text-align: center;
    margin-top: 20px;
}

.delivery__img {
    margin-bottom: 15px;
}

.delivery__img img {
    margin: auto;
}

.sec-one--footer {
    margin-top: -48px;
    padding-top: 90px;
    padding-bottom: 50px;
    background-image: url("../img/bg-6.jpg");
    background-repeat: no-repeat;

}

.sec-one--footer .offer__img {
    background-image: url("../img/girl-footer.png");
}

footer{
    text-align: center;
    padding: 20px;
    color: #00c021;
}

@media screen and (min-width: 320px) {
    .price__old {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .price__new {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 750px) {
    .container {
        width: 750px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .sec-one {
        padding-top: 80px;
        padding-bottom: 20px;
        overflow-x: hidden;
        background-image: url("../img/girl-2.png"), url('../img/sec-one-750.jpg');
        background-repeat: no-repeat;
        background-position: calc(100% - 50% - 330px) calc(258px), center top;
        background-size: auto, 2100px;
        background-color: #eff2f7;
    }

    .sec-one__title {
        margin-bottom: 50px;
        font-size: 22px;
    }

    .form {
        width: 285px;
        margin: 0 0 0 9px;
    }

    .sec-one__wrapp {
        width: 453px;
        margin-left: auto;

    }

    .offer__img {
        padding-top: 22px;
    }

    .offer__img img {
        width: 274px;

    }

    .plus {
        width: 295px;
        margin: 0 0 0 auto;
        padding: 0 0;
    }

    .plus__item {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        text-align: right;
    }

    .plus__item::before {
        order: 1;
        margin-right: 0;
        margin-left: 13px;
    }

    .offer__img {
        margin-right: 30px;
        background-image: none;
    }

    .how-works {
        min-width: 893px;
        height: 330px;
        display: flex;
        text-align: left;
        margin-top: -3px;
        margin-left: -111px;
        background-color: #ffffff;
        box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.38);
        padding: 10px 110px 40px;
    }

    .how-works__img {
        min-width: 250px;
    }

    .how-works__wrapp {
        padding-left: 22px;
    }

    .how-works__text p {
        margin-top: 15px;
    }

    .sec-second {
        margin-top: -20px;
        padding-top: 36px;
        padding-bottom: 130px;
        background-image: url("../img/bg-7.jpg");
        background-size: auto;
        background-position: bottom 87px center;
    }

    .sec-second .container {
        flex-direction: column;
    }

    .sec-second__title {
        width: 408px;
        text-align: right;
        font-size: 21px;
    }

    .poisoning__list {
        width: 417px;
        margin: 0;
    }

    .sec-three {
        position: relative;
        z-index: 2;
        padding-bottom: 20px;
        background-image: url("../img/bg-9.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: auto;
    }

    .sec-three__title {
        width: 100%;
        font-size: 25px;
        padding-top: 0;
    }

    .symptoms {
        width: 100%;
        flex-wrap: nowrap;
        margin: 40px 0 0 0;
    }

    .sec-three .order {
        margin-bottom: -40px;
    }

    .symptoms__item {
        font-size: 15px;
    }

    .symptoms__item img {
        margin: 0 auto 7px auto;
    }

    .symptoms__item:nth-child(2), .symptoms__item:nth-last-child(2) {
        margin-top: 36px;
    }

    .symptoms__item:nth-child(3) {
        margin-top: 45px;
    }

    .order {
        width: 100%;

    }

    .order p {
        font-size: 20px;
    }

    .sec-four {
        margin-top: -95px;
        padding-top: 300px;
        padding-bottom: 158px;
        background-image: url("../img/bg-8.jpg");
        background-position: center top;
        background-size: cover;

    }

    .sec-four__title {
        font-size: 30px;
    }

    .comp {
        flex-basis: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
        /* background: url('../img/offer.png') top center / 240px auto no-repeat; */
    }

    .comp__item {
        margin-top: 0;
    }

    .comp__item--right .comp__img {
        order: 0;
        margin-right: 5px;
        margin-left: 0;

    }

    .sec-four .order {
        margin: 80px auto 30px;
    }

    .sec-four .order__btn {

        width: 230px;
        height: 38px;
        font-size: 28px;
    }

    .sec-five {
        margin-top: -78px;
        padding-top: 151px;
        padding-bottom: 50px;
        background-image: url("../img/bg-10.jpg");
        background-position: bottom 102px center;

    }

    .sec-five .order {
        bottom: 78px;

    }

    .sec-five__title {
        font-size: 30px;
    }

    .comment {
        width: 100%;
    }

    .comment__item {
        display: flex;
        text-align: left;
        padding: 0 47px;
    }

    .comment__img {
        width: 312px;
    }

    .comment__wrapp {
        width: 313px;
        padding-left: 30px;
    }

    .comment__name {
        margin-top: 0;
        font-size: 18px;
    }

    .comment__text {
        padding: 0;
        margin-top: 48px;
    }

    .owl-nav {

        top: 99px;
    }

    .owl-dots {
        display: none;
    }

    .sec-six {
        position: relative;
        z-index: 2;
        padding-bottom: 117px;
        background-image: url("../img/bg-13.png");
        background-position: center top -104px;
        background-repeat: no-repeat;
    }

    .sec-six__title {
        font-size: 30px;
    }

    .reception {
        width: 100%;
        justify-content: space-around;
        margin-top: 86px;
    }

    .reception__item {
        width: 21%;
        font-size: 18px;
        text-transform: uppercase;
    }

    .reception__img img {
        margin: auto;
    }

    .sec-seven {
        margin-top: -100px;
        padding-top: 208px;
        padding-bottom: 78px;
        background-image: url("../img/bg-12.png");
    }

    .sec-seven__title {
        width: 100%;
        margin: auto;
        font-size: 28px;
    }

    .delivery {
        width: 100%;
        margin-top: 70px;
        justify-content: space-between;
    }

    .delivery__item {
        width: 20%;
    }

    .delivery__item:nth-child(2), .delivery__item:nth-last-child(2) {
        margin-top: 60px;
    }

    .sec-one--footer {
        margin-top: -103px;
        padding-top: 153px;
        background-image: url("../img/bg-11.jpg");
        overflow-x: auto;
        background-position: center top;
        background-size: cover;

    }

    .sec-one--footer .offer__img {
        background-image: none;
    }

    .sec-one--footer .sec-one__title {
        margin-bottom: 86px;
    }
}

@media screen and (min-width: 1200px) {

    .container {
        width: 1170px;
    }

    .sec-one {
        background-image: url(../img/girl-3.png), url(../img/sec-one-750.jpg);
        background-position: calc(100% - 50% - 422px) calc(181px), center top;
        background-size: auto, 2610px;
    }

    .price__old {
        -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;
    }

    .price__new {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .sec-one__title {
        font-size: 35px;
    }

    .form {
        width: 405px;
        margin: 0 0 0 20px;
        padding-bottom: 54px;
    }

    .form-control {
        width: 317px;
        height: 57px;
        margin: 15px auto 0 auto;
    }

    .form-checkbox {
        max-width: 317px;
    }

    .btn-buy {
        width: 347px;
        height: 56px;
        border-radius: 40px;
    }

    .discount {
        font-size: 20px;
    }

    .timer {
        width: 78px;
        height: 78px;
        font-size: 39px;
    }

    .timer__wrapp {
        margin-top: 15px;
    }

    .timer__item {
        margin-right: 45px;
        font-size: 18px;
    }

    .price {
        width: 330px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .prices-value {
        max-width: 330px;
    }

    .price__old {
        width: 110px;
        font-size: 16px;
    }

    .price__new {
        width: 175px;
        font-size: 22px;
    }

    .price__new .price_numb, .price_currency {
        font-size: 53px;
    }

    .plus {
        width: 348px;
    }

    .plus__item {
        font-size: 18px;
    }

    .plus__item::before {
        min-width: 48px;
        height: 48px;
        background-repeat: no-repeat;
    }

    .offer__img {
        width: 340px;
        margin-right: 0;
    }

    .offer__img img {
        width: 100%;
    }

    .how-works {
        min-width: 1328px;
        height: 488px;
        margin-left: -79px;
    }

    .how-works__img {
        min-width: 370px;
    }

    .how-works__title {
        font-size: 45px;
    }

    .how-works__text {
        font-size: 22px;
    }

    .how-works__text p {
        margin-top: 37px;
    }

    .sec-second {
        background-image: url("../img/bg-14.jpg");
    }

    .sec-second__title {
        width: 707px;
        font-size: 38px;
    }

    .poisoning__list {
        width: 707px;
    }

    .poisoning__item {
        font-size: 21px;
    }

    .sec-three__title {
        font-size: 38px;
    }

    .symptoms {
        margin: 52px 0 0 0;
    }

    .symptoms__item {
        font-size: 23px;
    }

    .symptoms__item:nth-child(2), .symptoms__item:nth-last-child(2) {
        margin-top: 66px;
    }

    .symptoms__item:nth-child(3) {
        margin-top: 85px;
    }

    .order p {
        margin-bottom: 60px;
        font-size: 30px;
    }

    .order__btn {
        width: 360px;
        height: 60px;
        font-size: 45px;
        border-radius: 40px;
    }

    .sec-three .order {
        margin-top: 116px;
    }


    /* .comp{
        background-image: url(../img/offer.png);
    } */
    .sec-four__title {
        font-size: 45px;
    }
    .comp__wrapp {
        width: 100%;
    }
    .comp__title {
        font-size: 18px;
    }
    .comp__desc{
        font-size: 18px;
    }
    .sec-four .order__btn {
        width: 360px;
        height: 60px;
        font-size: 44px;
    }
    .sec-five {
        margin-top: -107px;
        padding-top: 191px;
        padding-bottom: 185px;
        background-position: bottom 123px center;
    }
    .sec-five__title {
        font-size: 45px;
    }
    .comment{
        margin: 70px 0 0 0;
        padding-bottom: 0;
    }
    .comment__name {
        font-size: 24px;
    }
    .sec-five .order {
        bottom: 99px;
    }


    .comment__img {

        width: 500px;
    }
    .comment__wrapp {
        width: 450px;
        padding-left: 75px;
    }
    .comment__text {
        font-size: 21px;
    }
    .owl-nav {
        top: 259px;
    }
    .sec-six {
        padding-bottom: 217px;
        background-position: center top 77px;
    }
    .sec-six__title {
        font-size: 45px;
    }
    .reception {
        margin-top: 101px;
    }

    .reception__item {
        font-size: 22px;
    }
    .sec-seven__title{
        font-size: 45px;
    }
    .delivery__item{
        font-size: 20px;
    }
.sec-one--footer{
    padding-top: 253px;
    background-image: url(../img/bg-15.jpg);
    background-position: top center;
    background-size: cover;
}

}