/*! 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
 * ========================================================================== */

/**
 * 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
 * ========================================================================== */

/**
 * 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;
}

/**
 * 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;
}

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
 * ========================================================================== */

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.footer-bottom{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-content {

}

.page-404 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.title-404 {
    font-family: 'Playfair Display', serif;
}

.page-development {
    width: 240px;
    height: 100%;
    margin: 105px auto;
    text-align: center;
}

.page-development .title-404 {

    font-size: 100px;
    font-weight: 700;
    color: #3ec07f;
}

.page-development span {
    display: block;
    margin-top: 15px;
    font-size: 24px;
    color: #333333;
    font-weight: 300;
}

/*font-family: 'Playfair Display', serif;*/
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none;
}

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

.paypal-logo {
    margin-left: 10px;
    width: 120px;
}

p {
    letter-spacing: 0.5px;
    line-height: 1.8;
}

button {
    border: none;
    padding: 0;
    background-color: transparent;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 15px;
}

.menu__container {
    height: 60px;
}

.header {
    display: flex;
    align-items: center;
    height: 60px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}

.menu {
    position: absolute;
    top: 60px;
    bottom: 0;
    z-index: 9;
    right: 200%;
    width: 100%;
    padding-top: 37px;
    padding-bottom: 50px;
    background-color: rgba(245, 245, 245, 0.8);
    transition: all .3s;
}

.menu--active {
    right: 0;
}

.menu__list {
    text-align: center;
}

.menu__item {
    margin-bottom: 30px;
}

.menu__link {
    font-size: 18px;
    color: #666666;
    transition: all .3s;
}

.menu__link:hover, .menu__link--active {
    color: #3ec07f;
}

.btn-hamburger {
    position: relative;
    top: 0;
    width: 30px;
    height: 2px;
    background-color: rgb(62, 192, 127);
}

.menu-button {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
}

.btn-hamburger::before, .btn-hamburger::after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    left: 0;
    background-color: inherit;
}

.menu-button--active .btn-hamburger {
    width: 0px;
    height: 0px;

}

.btn-hamburger::before {
    top: -7px;
}

.btn-hamburger::after {
    top: 7px;
}

.menu-button--active .btn-hamburger::before {
    transition: all .3s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
}

.menu-button--active .btn-hamburger::after {
    transition: all .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}

.lang {
    position: absolute;
    top: 30px;
    right: 2%;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    margin-left: 15px;
}

@media screen and (max-width: 1024px) {
    .lang {
        position: relative;
        top: auto;
        right: auto;
    }
}

.lang-selected img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.menu-flex-row {
    display: flex;
}

.lang-select {
    position: absolute;
    bottom: -170px;
    right: -15%;
    display: none;
    height: 140px;
    width: 40px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #EDF1F5;
    transition: all .5s ease-in-out;
    z-index: 2;
}

@media screen and (max-width: 425px) {
    .lang-select {
        bottom: -155px;
    }
}

.lang__item {
    list-style: none;
    font-size: 14px;
    color: #666666;
    padding: 10px 0;
}

.lang__item a {
    color: #666666;
    position: relative;
    z-index: 3;
}

.lang__item a:hover {
    text-decoration: underline;
}

.lang-select.show {
    display: flex;
    flex-direction: column;
    transition: all .5s ease-in-out;
}

.slider__item {
    background-image: url(/img/slider-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slider__item {
    display: flex;
    align-items: center;
    height: 510px;
}

.sec-one__title {
    margin: auto;
    padding: 0 17px;
    text-align: center;
    font-size: 23px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #ffffff;
}

.offer {
    align-items: flex-start;
    padding-top: 40px;
}

.slider__item {
    background-position: center;
}

.offer--slim {
    background-image: url(/img/slider-2.jpg);
}

.offer--detox {
    background-image: url(/img/slider-3.jpg);
}

.offer--idealis {
    background-image: url(/img/slider-4.jpg);
}

.offer--artro {
    background-image: url(/img/slider-5.jpg);
}

.offer--eretron {
    background-image: url(/img/slider-6.jpg);
}

.offer--prost {
    background-image: url(/img/slider-7.jpg);
}
.offer--sizeplus{
    background-image: url(/img/slider-8.jpg);
}
.offer--idealis-cream{
    background-image: url(/img/slider-9.jpg);
}
.offer--artrolux-cream{
    background-image: url(/img/artro-cream-bg.jpg);
}
.offer--nonstop{
    background-image: url(/img/nonstop-bg4.jpg);
}


.offer__title {
    width: 100%;
    margin: 0 auto 28px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #ffffff;
}

.offer__title span {
    display: block;
    margin-top: 15px;
    text-transform: initial;
    letter-spacing: 2px;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.offer__img {
    order: 4;
    width: 100%;
    height: 177px;
    margin: auto;
}

.owl-carousel .owl-item img {
    margin: auto;
    width: 128px;
}

.offer__list {
    flex-basis: 290px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 25px auto;
}

.offer__item {
    display: flex;
    align-items: center;
    margin-top: 12px;
    flex-basis: 47%;
    color: #ffffff;
    font-size: 16px;
}

.offer__item-link {
    flex-basis: 100%;
}

.owl-nav, .owl-dots {
    display: none;
}

.offer__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 50px;
    margin-top: 15px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 2.7;
    color: #ffa800;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all .3s;
}

.offer .offer__link:hover {
    background-color: #ffa800;
    color: #ffffff;
}

.offer--detox .offer__link:hover {
    color: #ffffff;
    background-color: #047297;
}

.offer--detox .offer__link {
    color: #047297;
}

.offer--idealis .offer__link {
    color: #009e5a;
}

.offer--idealis .offer__link:hover {
    color: #ffffff;
    background-color: #009e5a;
}

.offer--artro .offer__link {
    color: #951834;
}

.offer--artro .offer__link:hover {
    color: #ffffff;
    background-color: #951834;
}

.offer--eretron .offer__link {
    color: #9b7d0b;
}

.offer--eretron .offer__link:hover {
    color: #ffffff;
    background-color: #9b7d0b;
}

.offer--prost .offer__link {
    color: #0074af;
}

.offer--prost .offer__link:hover {
    color: #ffffff;
    background-color: #0074af;
}

.offer--nonstop .offer__link {
    color: #913a41;
}

.offer--nonstop .offer__link:hover {
    color: #ffffff;
    background-color: #913a41;
}

.offer--idealis-cream .offer__link {
    color: #bf9259;
}

.offer--idealis-cream .offer__link:hover {
    color: #ffffff;
    background-color: #bf9259;
}

.offer--artrolux-cream .offer__link {
    color: #852b37;
}

.offer--artrolux-cream .offer__link:hover {
    color: #ffffff;
    background-color: #852b37;
}

.offer__link::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 22px;
    background-image: url(/img/arrow.svg);
    background-repeat: no-repeat;
}

.offer--detox .offer__link::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 41.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23047297;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M55.47,19.62l-18-19A2,2,0,0,0,34.64.54a2.08,2.08,0,0,0-.08,2.83L49.34,19H2a2,2,0,0,0,0,4H49.34L34.56,38.62a2.09,2.09,0,0,0,.08,2.83,2,2,0,0,0,2.83-.08l18-19a2,2,0,0,0,0-2.75Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.offer--idealis .offer__link::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 41.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23009e5a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M55.47,19.62l-18-19A2,2,0,0,0,34.64.54a2.08,2.08,0,0,0-.08,2.83L49.34,19H2a2,2,0,0,0,0,4H49.34L34.56,38.62a2.09,2.09,0,0,0,.08,2.83,2,2,0,0,0,2.83-.08l18-19a2,2,0,0,0,0-2.75Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.offer--artro .offer__link::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 41.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23951834;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M55.47,19.62l-18-19A2,2,0,0,0,34.64.54a2.08,2.08,0,0,0-.08,2.83L49.34,19H2a2,2,0,0,0,0,4H49.34L34.56,38.62a2.09,2.09,0,0,0,.08,2.83,2,2,0,0,0,2.83-.08l18-19a2,2,0,0,0,0-2.75Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.offer--eretron .offer__link::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 41.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%239b7d0b;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M55.47,19.62l-18-19A2,2,0,0,0,34.64.54a2.08,2.08,0,0,0-.08,2.83L49.34,19H2a2,2,0,0,0,0,4H49.34L34.56,38.62a2.09,2.09,0,0,0,.08,2.83,2,2,0,0,0,2.83-.08l18-19a2,2,0,0,0,0-2.75Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.offer--prost .offer__link::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 41.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%230074af;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EРесурс 1%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M55.47,19.62l-18-19A2,2,0,0,0,34.64.54a2.08,2.08,0,0,0-.08,2.83L49.34,19H2a2,2,0,0,0,0,4H49.34L34.56,38.62a2.09,2.09,0,0,0,.08,2.83,2,2,0,0,0,2.83-.08l18-19a2,2,0,0,0,0-2.75Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.offer--nonstop .offer__link::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 41.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23913a41;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M55.47,19.62l-18-19A2,2,0,0,0,34.64.54a2.08,2.08,0,0,0-.08,2.83L49.34,19H2a2,2,0,0,0,0,4H49.34L34.56,38.62a2.09,2.09,0,0,0,.08,2.83,2,2,0,0,0,2.83-.08l18-19a2,2,0,0,0,0-2.75Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.offer--nonstop .offer__link:hover::after,.offer--eretron .offer__link:hover::after, .offer--eretron .offer__link:hover::after, .offer--artro .offer__link:hover::after,
.offer--idealis .offer__link:hover::after, .offer--detox .offer__link:hover::after, .offer__link:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 41.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Earrow%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M55.47,19.62l-18-19A2,2,0,0,0,34.64.54a2.08,2.08,0,0,0-.08,2.83L49.34,19H2a2,2,0,0,0,0,4H49.34L34.56,38.62a2.09,2.09,0,0,0,.08,2.83,2,2,0,0,0,2.83-.08l18-19a2,2,0,0,0,0-2.75Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/*---------------------*/

.offer__item::before {
    content: '';
    display: block;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: url(/img/minus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px;
}

.offer__item:nth-child(odd)::before {
    background-image: url(/img/plus.svg);
}

/*
Потом убрать импотанты, и убрать стили для четных нечетных элементов.
После манипулировать плюсами и минусами с помощью классов.
*/

.offer__item--plus::before {
    background-image: url(/img/plus.svg) !important;
}

.offer__item--minus::before {
    background-image: url(/img/minus.svg) !important;
}

.sec-advant {
    padding-top: 50px;
}

.sec-advant__title {
    width: 100%;
    margin-bottom: 53px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.advant {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}

.advant__item {
    flex-basis: 290px;
    margin-bottom: 50px;
}

.advant__item:first-child .advant__icon {
    background-image: url(/img/icon-1.svg);
}

.advant__item:nth-child(2) .advant__icon {
    background-image: url(/img/icon-2.svg);
}

.advant__item:nth-child(3) .advant__icon {
    background-image: url(/img/icon-3.svg);
}

.advant__item:nth-child(5) .advant__icon {
    background-image: url(/img/icon-4.svg);
}

.advant__item:nth-child(4) .advant__icon {
    background-image: url(/img/icon-5.svg);
}

.advant__item:last-child .advant__icon {
    background-image: url(/img/icon-6.svg);
}

.advant__icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background-color: #f5f5f5;
    background-size: 59px;
    background-repeat: no-repeat;
    background-position: center center;
}

.advant__title {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    font-weight: 700;
    color: #3ec07f;
}

.advant__text {
    font-weight: 300;

    line-height: 1.714;
    color: #333333;
}

.search {
    margin: 0 auto 77px auto;
}

.search__wrapp {
    width: 290px;
    margin: auto;
    text-align: center;
}

.search__title {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 700;
    color: #3ec07f;
}

.search__text {

    line-height: 1.803;
    color: #333333;
}

.sec-neoelement {
    padding-bottom: 70px;
}

.sec-neoelement__icon {
    margin: auto;
}

.sec-neoelement__icon svg {
    width: 132px;
}

.slogan {
    margin-top: 20px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: #3ec07f;
}

.sec-neoelement__text {
    margin-top: 15px;
    text-align: center;

    color: rgb(51, 51, 51);
    line-height: 1.6;
}

.neo-elem-cards-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-top: 50px;
}

.neo-elem-cards-img__master {
    margin-right: 0;
}

.neo-about {
    display: flex;
    align-items: center;
    height: 200px;
    background-image: url(/img/sec-about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.neo-about__title {
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #ffffff;
}

.neo-support {
    display: flex;
    align-items: center;
    height: 200px;
    background-image: url("/img/sec-support.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.neo-support__title {
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #ffffff;
}

.support-contacts .contacts {
    padding-top: 0;
}

.terms-links{
    text-align: center;
}

.about-us {
    padding-top: 58px;
    padding-bottom: 43px;
}

.about-us__title {
    width: 100%;
    margin-bottom: 43px;
    text-align: center;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    color: rgb(51, 51, 51);
}

.about-us__text {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.714;
    color: rgb(102, 102, 102);
}

.team {
    margin-bottom: 50px;
}

.team__img {
    width: 290px;
    height: 254px;
    margin: auto;
}

.team__title {
    margin-top: 40px;
    text-align: center;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    color: rgb(62, 192, 127);
}

.team__text {
    font-weight: 300;
    line-height: 1.714;
    color: rgb(102, 102, 102);
    text-align: center;
}

.sec-business {
    padding-bottom: 57px;
}

.sec-business .container {
    padding: 0;
}

.business {
    padding: 60px 15px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}

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

.business__icon {
    margin-bottom: 38px;
}

.business__icon svg {
    display: block;
    margin: auto;
}

.business__text {

    font-weight: 300;
    line-height: 1.714;
    color: rgb(102, 102, 102);
    text-align: center;
}

.sec-business {
    padding-bottom: 57px;
}

.sec-business .container {
    padding: 0;
}

.support {
    padding: 60px 15px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    width: 100%;
}

.sec-support {
    padding-bottom: 75px;
    padding-top: 75px;
}

.support .product__link {
    width: 100%;
    max-width: 290px;
    margin: 60px auto 0 auto;
}

.support .product__link:after {
    display: none;
}

.support .team__title {
    margin-top: 0;
    text-align: center;
}

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

.support__icon {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support__icon svg {
    display: block;
    margin: auto;
}

.support__text {

    font-weight: 300;
    line-height: 1.714;
    color: rgb(102, 102, 102);
    text-align: center;
}

.sec-prod {
    display: flex;
    justify-content: center;
    height: 200px;
    background-image: url("/img/prodyct.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-prod__title {
    margin: auto;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
}

.product__item {
    position: relative;
    padding: 55px 0;
}

.product__item--soon {

}

.product__item--soon .product__slogan {
    margin-top: 10px;
    font-size: 24px;
    color: #666666;
}

.product__item--soon .product__link {
    border: 1px solid #d1d1d1;
}

.product__item--soon .product__link:hover {
    background-color: transparent;
    color: #333333;
}

.product__item--soon .product__link::after {
    display: none;
}

.soon-title {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 20px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    white-space: pre-line;
    color: #333333;
}

.product__item .container {
    position: relative;
    z-index: 3;
}

.product__wrapp {
    width: 100%;
}

.product__img {
    width: 290px;
    margin: auto;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.product__item--slim .product__img {
    background-image: url("/img/slim-bg.jpg");
}

.product__item--detox .product__img {
    background-image: url("/img/detox-bg.jpg");
}

.product__item--idealis .product__img {
    background-image: url("/img/idealis-bg.jpg");
}

.product__item--artro .product__img {
    background-image: url("/img/artro-bg.jpg");
}

.product__item--eretron .product__img {
    background-image: url("/img/eretron-bg.jpg");
}

.product__item--prost .product__img {
    background-image: url("/img/prost-bg.jpg");
}

.product__item--сutecat .product__img {
    padding-top: 24px;
    background-image: url("/img/cat-bg.jpg");
}

.product__item--nonstop .product__img {
    padding-top: 42px;
    background-image: url("/img/nonstop-bg.jpg");
}

.product__item--sizeplus .product__img {
    padding-top: 42px;
    background-image: url("/img/sizeplus-bg.jpg");
}
.product__item--idealis-cream .product__img{
    padding-top: 65px;
    background-image: url("/img/Idealis-cream-bg.jpg");
}
.product__item--artro-cream .product__img{
    background-image: url("/img/artro-cream-bg2.jpg");
}

.product__item--reverse {
    background-color: #f5f5f5;
}

.product__img img {
    width: 190px;
    margin: auto;
}

.product__name {
    margin-top: 24px;
    text-align: center;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #333333;
    text-transform: uppercase;
}

.product__slogan {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    color: #3ec07f;
}

.product__price {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 700;
    padding-top: 10px;
}

.product__item--detox .product__slogan {
    white-space: pre-line;

}

.product__link, .button {
    display: flex;
    width: 290px;
    height: 61px;
    margin: 15px auto 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #65cd99;
    transition: all, .3s;
    color: #333333;
}

.product__link:hover, .button:hover {
    background-color: #3ec07f;
    color: #ffffff;
}

.product__link::after, .button::after {
    content: '';
    display: block;
    width: 19px;
    height: 14px;
    margin-top: 3px;
    margin-left: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 41.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23000;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EРесурс 1%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M55.47,19.62l-18-19A2,2,0,0,0,34.64.54a2.08,2.08,0,0,0-.08,2.83L49.34,19H2a2,2,0,0,0,0,4H49.34L34.56,38.62a2.09,2.09,0,0,0,.08,2.83,2,2,0,0,0,2.83-.08l18-19a2,2,0,0,0,0-2.75Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center bottom;
    background-repeat: no-repeat;
}

.product__link:hover::after, .button:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 41.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EРесурс 1%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M55.47,19.62l-18-19A2,2,0,0,0,34.64.54a2.08,2.08,0,0,0-.08,2.83L49.34,19H2a2,2,0,0,0,0,4H49.34L34.56,38.62a2.09,2.09,0,0,0,.08,2.83,2,2,0,0,0,2.83-.08l18-19a2,2,0,0,0,0-2.75Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.footer {
    padding-top: 52px;
    background-color: #333333;
}

.subscription {
    width: 290px;
    margin: auto;
}

.subscription__title {
    color: #ffffff;
    margin-top: -7px;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.footer-contacts{
    color: #999999;
    text-align: center;
}

.footer-contacts a{
    color: #999999;
    text-decoration: none;
    cursor: pointer;
}

.form__input {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto 12px auto;
    padding-left: 15px;
    font-weight: 300;
    color: #ffffff;
    border: 1px solid rgb(153, 153, 153);
    background-color: rgb(51, 51, 51);
}

.form__input::-webkit-input-placeholder {
    color: #ffffff;
}

.form__input:-ms-input-placeholder {
    color: #ffffff;
}

.form__input::-ms-input-placeholder {
    color: #ffffff;
}

.form__input::placeholder {
    color: #ffffff;
}

.form__checkbox {
    width: 0;
    height: 0;
    visibility: hidden;
}

.form__checkbox:checked ~ .checkbox-fake::before {
    opacity: 1;
}

.form__label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #999999;
    vertical-align: middle;
}

.form__label span {
    margin-left: 6px;
    text-decoration: underline;
    color: #ffffff;
}

.checkbox-fake {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 12px;
    border: 1px solid #ffffff;
}

.checkbox-fake::before {
    content: '';
    opacity: 0;
    display: block;
    width: inherit;
    height: inherit;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 442.53 339.18'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%233ec07f;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Echeck%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Capa_1' data-name='Capa 1'%3E%3Cpath class='cls-1' d='M434.54,46.82,395.71,8a27.57,27.57,0,0,0-38.83,0L169.59,195.57,85.65,111.35a26.43,26.43,0,0,0-19.41-8,26.43,26.43,0,0,0-19.42,8L8,150.17A27.58,27.58,0,0,0,8,189L111.35,292.36l38.83,38.83a27.57,27.57,0,0,0,38.83,0l38.83-38.83L434.54,85.65a26.45,26.45,0,0,0,8-19.42A26.44,26.44,0,0,0,434.54,46.82Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left 1px top 2px;
}

.form__button {
    width: 100%;
    height: 60px;
    margin-top: 16px;
    font-size: 18px;
    color: #ffffff;
    background-color: rgb(34, 34, 34);
}

.social__list {
    display: flex;
    justify-content: space-around;
}

.social {
    text-align: center;
}

.social__text {
    margin-top: 43px;
    margin-bottom: 19px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.social__link svg:hover {
    fill: #ffffff;
    transition: fill .3s;
}

.copyright {
    width: 100%;
    margin: 0 auto 35px auto;
    text-align: center;
    white-space: pre-line;

    font-weight: 300;
    color: #999999;
}

.neo-elem {
    display: none;
}

.certif {
    padding: 51px 0;
    background-color: #f5f5f5;
}

.certif__title {
    width: 100%;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #333333;
}

.certif__text {
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: #333333;
    line-height: 1.8;
    letter-spacing: .5px;
}

.certif__img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.product-name {
    padding-top: 60px;
    padding-bottom: 56px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: auto 350px;
    background-position: calc(100% - 50% - 0px) top;
}

.product-name--slim {
    background-image: url("/img/product1-bg.jpg");

}

.product-name--detox {
    background-image: url("/img/slider-3.jpg");
}

.product-name--idealis {
    background-image: url("/img/slider-4.jpg");
}
.product-name--idealis-cream{
    background-image: url("/img/Idealis-cream-bg3.jpg");
}
.product-name--artro {
    background-image: url("/img/slider-5.jpg");
}
.product-name--artro--cream{
    background-image: url("/img/artro-cream-bg.jpg");
}

.product-name--eretron {
    background-image: url("/img/slider-6.jpg");
}

.product-name--prost {
    background-image: url("/img/slider-7v2.jpg");
}
.product-name--nonstop{
    background-image: url("/img/nonstop-bg4.jpg") ;
}
.product-name--sizeplus{
    background-image: url("/img/slider-8.jpg") ;
}
.product-name--idealis-cream{
    background-image: url("/img/slider-9.jpg") ;
}
.product-name--artrolux-cream{
    background-image: url("/img/artro-cream-bg.jpg") ;
}

.product-name__img {
    height: auto;
    order: 0;
}

.product-name__title {
    margin-bottom: 56px;
}

.product-name__title span {
    margin-top: 0;
}

.product-name__img img {
    width: 243px;
    margin: auto;
}

.plus {
    width: 100%;
    margin-top: 92px;
    padding: 43px 0;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
}

.plus__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.plus__item {
    width: 85%;
    display: flex;
    align-items: center;
    margin-bottom: 27px;
    text-align: left;
    font-size: 24px;
}

.plus__item:nth-last-child(3) {
    order: 3;
}

.plus__item:last-child {
    order: 4;
}

.plus__item::before {
    content: '';
    display: block;
    min-width: 40px;
    height: 40px;
    margin-right: 25px;
    border-radius: 50%;
    box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.05);;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f5f5f5;
}

.plus__item--plus::before ,  .bg-plus::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%233ec07f;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eplus%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Capa_1' data-name='Capa 1'%3E%3Cpolygon class='cls-1' points='10 4 6 4 6 0 4 0 4 4 0 4 0 6 4 6 4 10 6 10 6 6 10 6 10 4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

}

.plus__item--minus::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 4'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f2542f;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EРесурс 1%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Capa_1' data-name='Capa 1'%3E%3Crect class='cls-1' x='8' y='-8' width='4' height='20' transform='translate%2812 -8%29 rotate%2890%29'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}




.plus__text {
    font-size: 24px;
    font-weight: 700;
    color: #3ec07f;
    text-align: center;
    padding: 0 20px;
}

.plus__text p {
    line-height: 1;
}

.sec-ingred {
    padding-top: 50px;
}

.ingred {

    width: 100%;
    margin: auto;
}

.ingred__img {
    padding-top: 50px;
    background-image: url("/img/ingred-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 350px;
}

.ingred__img--detox {
    background-image: url("/img/detox-bg-3v2.jpg");
}

.ingred__img--idealis {
    background-image: url("/img/idealis-bg-3.jpg");
}
.ingred__img--idealis-cream{
    background-image: url("/img/Idealis-cream-bg.jpg");
}
.ingred__img--artro {
    background-image: url("/img/artro-bg-3.jpg");
}
.ingred__img--artro-cream{
    background-image: url("/img/artro-cream-bg2.jpg");
}

.ingred__img--eretron {
    background-image: url("/img/eretron-bg-3.jpg");
}

.ingred__img--prost {
    background-image: url("/img/prost-bg-3v2.jpg");
}
.ingred__img--nonstop{
    padding-top: 115px;
    background-image: url("/img/nons-bg-1.jpg");
    background-size: auto;
}
.ingred__img--sizeplus{
    background-image: url("/img/sizeplus-bg4.jpg");
}

.ingred__img img {
    width: 190px;
    margin: auto;
}
.ingred__img--nonstop img {
    width: 133px;
}

.ingred__title {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 28px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #333333;
}

.ingred__list {
    width: 290px;
    margin: auto;
    padding-bottom: 60px;
}

.ingred__item {
    position: relative;
    margin-left: 7px;
    margin-bottom: 22px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #666666;
}

.ingred__offer-code {
    font-size: 14px;
    margin: -40px auto 30px auto;
    color: #666666;
    width: 290px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.ingred__item.ingred__item-empty{
    margin: 0;
    height:1px;
}

.ingred__item.ingred__item-empty:before{
    display: none;
}

.sec-formula {
    padding-top: 53px;
    padding-bottom: 70px;
    background-color: #f5f5f5;
}

.formula {

}

.formula__img {
    padding-top: 156px;
    background-image: url("/img/fprmul-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 250px;
}

.formula__img--detox {
    background-image: url("/img/detox-bg-5v2.jpg");
}

.formula__img--idealis {
    background-image: url("/img/idealis-bg-4.jpg");
}
.formula__img--idealis--cream{
    background-image: url("/img/Idealis-cream-bg4.jpg");
}

.formula__img--artro {
    background-image: url("/img/artro-bg-4.jpg");
}
.formula__img--artro-cream{
    padding-top: 256px;
    background-image: url("/img/artro-cream-bg4.jpg");
}

.formula__img--eretron {
    background-image: url("/img/eretron-bg-7.jpg");
}

.formula__img--prost {
    background-image: url("/img/prost-bg-5v2.jpg");
}
.formula__img--nonstop{
    background-image: url("/img/nons-bg-4.jpg");
}
.formula__img--sizeplus{
    min-height: 304px;
    background-image: url("/img/sizeplus-bg8.jpg");
}
.formula__img img {
    width: 50px;
    margin: auto;
}

.ingred__item::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 9px;
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666666;
}

.sec-caution {
    padding: 54px 0;
}

.caution__title {
    margin-bottom: 34px;
    font-size: 24px;
    font-weight: 700;
    color: #ff5227;
}

.caution__item {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.contacts-header {
    display: flex;
    height: 200px;
    background-image: url("/img/contacts-bg.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.contacts-header__title {
    margin: auto;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.contacts__icon {
    position: relative;
    width: 90px;
    height: 90px;
    margin: auto;
    background-color: #f5f5f5;
    border-radius: 50%;
}

.contacts__icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contacts {
    margin: auto;
    padding: 111px 0 50px 0;
}

.contacts__item {
    text-align: center;
    margin-bottom: 36px;
}

.contacts__title {
    margin: 27px 0 13px 0;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    color: #3ec07f;
}

.contacts__link {
    font-weight: 300;
    font-size: 14px;
    color: #666666;
}

.sec-partners {
}

.sec-partners__title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    width: 100%;
    height: 200px;
    background-image: url("/img/partners-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

.letter{

    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #3ec07f;
}
.sec-partners__table{
    width: 100%;
    overflow-x: scroll;
}
.table{
    width: 700px;
    margin: auto;
    border-collapse : collapse;
}
.sec-partners__row-title{
    width: 100%;
    font-family: 'Playfair Display', serif;
    color: #333333;
}
.sec-partners__col-title{
    padding: 15px 0;
    text-align: center;
}
.sec-partners__col{
    text-align: center;
    padding: 15px 0;



}
.sec-partners__row-bg{
    background-color: #f5f5f5;
}

.sec-new {
    display: flex;
    height: 200px;

    background-image: url("/img/new-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sec-new__title {
    margin: auto;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 1px;
}

.new {
    padding: 54px 0;
}

.new--backg {
    background-color: #f5f5f5;
}

.new__img {
    width: 100%;
    margin: auto auto 44px auto;
}

.new__img img {
    margin: auto;
}

.new__wrapp {
    width: 290px;
    margin: auto;
}

.new__data {
    font-size: 14px;
    color: #666666;
}

.new__title {
    margin-top: 43px;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #3ec07f;
}

.new__text {
    margin-top: 15px;
    font-size: 14px;
    color: #333333;
}

.new__link {
    margin-top: 38px;
}

.new__name {
    display: none;
}

.sec-event_img {
    width: 100%;
    margin-top: 57px;
}

.sec-event_img img {
    margin: auto;
}

.sec-event__wrapp {
    width: 100%;
    margin-top: 100px;
    text-align: center;
}

.sec-event__name {
    font-weight: 700;
    margin-bottom: 5px;
}

.sec-event__name, .sec-event__data {
    font-size: 14px;
}

.sec-event__data {
    color: #666666;
}

.sec-event__title {
    margin-top: 36px;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #3ec07f;
}

.sec-event__text {
    margin-top: 35px;
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
}

.sec-event__link {
    margin: 40px auto 55px auto;
}

.galleray__item {
    margin-bottom: 30px;
}

.galleray__item {
    position: relative;
    height: 190px;
    overflow: hidden;
}

.galleray__item--double {
    height: auto;
    overflow: auto;
}

.galleray__item--before::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 99%;
    display: block;
    background-color: rgba(15, 70, 42, 0.3);
    background-image: url("/img/magnifier.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;

}

@media screen and (min-width: 768px) {
    .ingred__item.ingred__item-empty{
        margin-bottom: 22px;
        height:21px;
    }

    .page-development {
        width: 353px;
        margin: 143px auto 200px auto;
    }

    .page-development .title-404 {
        font-size: 200px;
    }

    .page-development span {
        font-size: 36px;
        color: #333333;
    }

    .container {
        width: 738px;
        padding: 0;
        align-items: flex-start;
        margin: auto;
    }

    .menu__container {
        height: 90px;
    }

    .header {
        height: 90px;
    }

    .ingred__offer-code {
        font-size: 14px;
        margin: 150px 0 0 0;
        color: #666666;
        width: 550px;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    .slider__item {
        background-size: auto;
        height: auto;
    }

    .offer__title {
        font-size: 48px;
    }

    .offer__title span {
        margin-top: 0;
        font-size: 30px;
    }

    .offer__img {
        width: auto;
        height: auto;
        margin-top: 94px;
        order: 0;
    }

    .owl-carousel .owl-item img {
        margin: auto;
        width: 290px;
    }

    .slider__item {
        background-size: auto;
        background-position: center top;
    }

    .offer {
        padding-top: 84px;
    }

    .offer__list {
        margin: 155px auto 25px 0;
    }

    .slider__item--one {
        height: 710px;
    }

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

    .sec-three {
        background-image: linear-gradient(to bottom, rgb(255, 255, 255) 70px, rgb(245, 245, 245) 70px, rgb(245, 245, 245) 611px, rgb(255, 255, 255) 611px)
    }

    .search {
        width: 100%;
        margin: 0 auto 54px auto;
    }

    .search__desc-wrapp--top {
        margin-top: 24px;
    }

    .search__wrapp {
        display: flex;
        align-items: center;
        width: auto;
        text-align: left;
    }

    .search__desc-wrapp {
        margin-left: 30px;
    }

    .search__img {
        min-width: 354px;
    }

    .search__title {
        text-align: left;
    }

    .search--right .search__img {
        order: 2;
    }

    .search--right .search__title, .search--right .search__wrapp {
        text-align: right;
    }

    .search--right .search__desc-wrapp {
        margin-left: 0;
        margin-right: 30px;
    }

    .search--right .search__wrapp {
        align-items: flex-start;
    }

    .search--right .search__title p {
        margin-top: 8px;
    }

    .slogan {
        font-size: 24px;
    }

    .sec-neoelement__text {
        margin-top: 0;
    }

    .subscription {
        width: 415px;
    }

    .neo-elem {
        display: block;
        margin-top: 50px;
    }

    .neo-elem {
        text-align: center;
    }

    .neo-elem__title {
        color: #ffffff;
        font-family: 'Playfair Display', serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    .neo-elem__text {

        color: #999999;
    }

    .neo-elem__text p {
        margin: 0;
        white-space: pre-line;
    }

    .social__list {
        justify-content: center;
    }

    .social__item {
        margin-right: 49px;
    }

    .social__item:last-child {
        margin-right: 0px;
    }

    .copyright {
        margin-top: 40px;
        white-space: inherit;
    }

    .sec-team {

        background-image: linear-gradient(to bottom, rgb(255, 255, 255) 70px, rgb(245, 245, 245) 70px, rgb(245, 245, 245) 611px, rgb(255, 255, 255) 611px);
    }

    .neo-about {
        height: 250px;
    }

    .neo-about__title {
        font-weight: 700;
        font-size: 36px;
    }

    .neo-support {
        height: 250px;
    }

    .neo-support__title {
        font-size: 36px;
        font-weight: 700;
    }

    .about-us {
        padding-top: 73px;
        padding-bottom: 84px;
    }

    .about-us__title {
        font-size: 30px;
    }

    .about-us__text {
        width: 548px;
        margin: auto;
    }

    .sec-team .container {
        padding: 0;
    }

    .team {
        display: flex;
        flex-wrap: wrap;
    }

    .team__img {
        flex-basis: 354px;
        height: 310px;
        margin: 0;
    }

    .team__wrapp {
        flex-basis: 354px;
        padding-left: 30px;
    }

    .team__text, .team__title {
        text-align: left;

    }

    .team__title {
        margin-top: 107px;
        font-size: 36px;
    }

    .team--last .team__img {
        order: 3;
    }

    .team--last .team__wrapp {
        padding-right: 30px;
        padding-left: 0;
    }

    .team--last .team__text, .team--last .team__title {
        text-align: right;
    }

    .team--last .team__title {
        margin-top: 35px;
    }

    .sec-business {
        padding-bottom: 75px;
    }

    .sec-prod {
        height: 250px;

    }

    .sec-prod__title {
        font-size: 36px;
    }

    .product__item {

        padding: 74px 0;
    }

    .product__img {
        width: 50%;
        order: 4;
        padding: 65px 0;
        background-size: 273px;
    }

    .product__item--slim {
        background-size: auto;
    }

    .product__item--slim .product__img {
        background-image: url(/img/slim-bg-2.jpg);
        background-position: top right;
    }

    .product__item--detox .product__img {
        background-image: url(/img/detox-bg-2.jpg);
        background-position: top left;
    }

    .product__item--idealis .product__img {
        background-image: url(/img/idealis-bg-2.jpg);
        background-position: top right;
    }

    .product__item--artro .product__img {
        background-image: url(/img/artro-bg-2.jpg);
    }

    .product__item--eretron .product__img {
        background-image: url(/img/eretron-bg-2.jpg);
        background-position: top right;
    }

    .product__item--prost .product__img {
        background-image: url(/img/prost-bg-2.jpg);
    }

    .product__item--сutecat .product__img {
        padding-top: 61px;
        background-image: url("/img/cat-bg2.jpg");
    }

    .product__item--nonstop .product__img {
        padding-top: 62px;
        background-image: url("/img/nonstop-bg2.jpg");
    }

    .product__item--sizeplus .product__img {
        padding-top: 50px;
        background-image: url("/img/sizeplus-bg2.jpg");
    }
    .product__item--idealis-cream .product__img{
        background-image: url("/img/Idealis-cream-bg2.jpg");
    }
    .product__item--artro-cream .product__img{
        background-image: url("/img/artro-cream-bg3.jpg");
    }
    .product__wrapp {
        width: 50%;
        padding-right: 80px;
        align-self: center;
    }

    .product__img img {
        width: 284px;
        margin: 0 0px 0 -52px;
    }

    .product__slogan, .product__name, .product__price {
        text-align: right;
    }

    .product__link {
        width: 257px;
        margin: 30px 0 0 auto;
    }

    .product__item--reverse .product__img {
        background-position: top left;
        order: 0;
    }

    .product__item--reverse .product__name, .product__item--reverse .product__slogan, .product__item--reverse .product__price {
        text-align: left;
    }

    .product__item--reverse .product__link {
        margin: 30px 0 0 0;
    }

    .product__item--reverse .product__img img {
        margin: 0 0 0 131px;
    }

    .product__item--reverse .product__wrapp {
        padding-left: 80px;
        padding-right: 0px;
    }

    .product-name {

        background-size: auto 550px;
    }

    .product-name__img img {
        width: 345px;

    }

    .product-name {
        padding-top: 71px;
    }

    .product-name__title {
        font-size: 48px;
    }

    .product-name__title span {
        font-size: 36px;
    }

    .plus__list {
        flex-direction: row;
        justify-content: center;
    }

    .plus__item {
        width: 34%;
    }

    .plus__item--plus {
        justify-content: flex-end;
        margin-right: 30px;
        text-align: right;

    }


    .plus__item--plus::before {
        order: 2;
        margin-left: 25px;
        margin-right: 0;
    }

    .plus__item:nth-last-child(3) {
        order: 0;
    }

    .sec-ingred {
        padding-top: 91px;
        padding-bottom: 70px;
    }

    .ingred {
        display: flex;
        align-items: center;

    }

    .ingred__list {
        width: auto;
        padding-bottom: 0;
    }

    .ingred__item {
        text-align: right;
        margin-left: 0;
        margin-right: 7px;
    }

    .ingred__item::before {
        left: auto;
        right: -7px;
    }

    .ingred__title {
        text-align: right;
        font-size: 30px;
    }

    .ingred__img img {
        width: 331px;
    }

    .ingred__img {
        width: 50%;
        order: 1;
        padding-top: 0;
        background-size: auto;
        background-image: url("/img/ingred-bg-2.jpg");
        background-position: right;
    }

    .ingred__img--detox {
        background-image: url("/img/detox-bg-4.jpg");
    }

    .ingred__img--idealis {
        background-image: url("/img/idealis-bg-5.jpg");
    }
    .ingred__img--idealis-cream{
        background-image: url("/img/Idealis-cream-bg2.jpg");
    }

    .ingred__img--artro {
        background-image: url("/img/artro-bg-8.jpg");
    }
    .ingred__img--artro-cream{
        background-image: url("/img/artro-cream-bg3.jpg");
    }
    .ingred__img--eretron {
        background-image: url("/img/eretron-bg-8.jpg");
    }

    .ingred__img--prost {
        background-image: url("/img/prost-bg-4.jpg");
    }
    .ingred__img--nonstop{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 500px;
        background-image: url("/img/nons-bg-2.jpg");
    }
    .ingred__img--sizeplus{
        background-image: url("/img/sizeplus-bg5.jpg");
    }
    .ingred__img--nonstop img{
        width: 235px;
    }

    .formula__img img {
        width: 60px;
    }


    .ingred__wrapp {
        width: 50%;
    }

    .formula {
        display: flex;
    }

    .formula__wrapp {
        width: 70%;
    }

    .formula__img {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 41%;
        height: 500px;
        padding-right: 65px;
        padding-top: 0px;
        background-image: url("/img/fprmul-bg-2.jpg");
        background-size: auto;
        background-position: left top -2px;

    }

    .formula__img--detox {
        background-image: url("/img/detox-bg-6.jpg");
    }

    .formula__img--idealis {
        background-image: url("/img/idealis-bg-6.jpg");
    }
    .formula__img--idealis--cream{
        background-image: url("/img/Idealis-cream-bg5.jpg");
    }

    .formula__img--artro {
        background-image: url("/img/artro-bg-7.jpg");
    }
    .formula__img--artro-cream{
        background-image: url("/img/artro-cream-bg5.jpg");
    }
    .formula__img--eretron {
        background-image: url("/img/eretron-bg-6.jpg");
    }

    .formula__img--prost {
        background-image: url("/img/prost-bg-6.jpg");
    }
    .formula__img--nonstop{
        background-image: url("/img/nons-bg-5.jpg");
    }

    .formula__img--sizeplus{
        background-image: url("/img/sizeplus-bg9.jpg");
    }
    .formula__img img {
        margin: 0;
    }

    .formula__item::before {
        left: -7px;
    }

    .formula__title, .formula__item {
        text-align: left;
    }

    .caution {
        width: 100%;
        background-image: url("/img/caution-bg-2.jpg");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto;
    }

    .caution--detox {
        background-image: url("/img/detox-bg-7.jpg");
    }

    .caution--idealis {
        background-image: url("/img/idealis-bg-7.jpg");
    }
    .caution--idealis-cream{
        background-image: url("/img/Idealis-cream-bg7.jpg");
    }

    .caution--artro {
        background-image: url("/img/artro-bg-6.jpg");
    }
    .caution--artro-cream{
        background-image: url("/img/artro-cream-bg7.jpg");
    }

    .caution--eretron {
        background-image: url("/img/eretron-bg-5.jpg");
    }

    .caution--prost {
        background-image: url("/img/prost-bg-8.jpg");
    }
    .caution--nonstop {
        background-image: url("/img/nons-bg-7.jpg");
    }
    .caution--sizeplus{
        background-image: url("/img/sizeplus-bg7.jpg");
    }

    .caution__list, .caution__title {
        width: 390px;
        margin-left: 100px;
    }

    .caution__title {
        font-size: 30px;
        text-align: right;
    }

    .caution__item {
        text-align: right;
    }

    .contacts-header {
        height: 250px;
    }

    .contacts-header__title {
        font-size: 36px;
    }

    .contacts {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .contacts__item {
        flex-basis: 50%;
        margin-bottom: 61px;
    }

    .sec-partners {

    }
    .sec-partners__title{
        font-size: 36px;
        height: 349px;
    }

    .sec-partners__table .table {
        margin-top: 77px;
    }
    .letter{
        font-size: 46px;
    }
    .table{
        width: 738px;
    }



    .part-list {
        width: 100%;
        padding-top: 75px;
    }

    .part-list__item {
        padding-bottom: 56px;
    }

    .partners {
        width: 540px;
        margin: auto;
        display: flex;
        align-content: center;
        justify-content: flex-start;
        text-align: left;
    }

    .partners__title {
        margin-top: 0;
    }

    .partners__link {
        margin: 23px 0 0 0;
    }

    .partners__logo {
        width: 162px;
        height: 162px;
        margin: 0 30px 0 0;
    }

    .new__img, .new__wrapp {
        width: 50%;
    }

    .new__wrapp {
        display: flex;
        flex-direction: column;
        height: 370px;
        justify-content: space-between;
        padding-left: 30px;
        margin: 0;
    }

    .new__title {
        margin-top: 66px;
        font-size: 33px;
    }

    .new__link {
        margin: 31px 0 0 0;
    }

    .sec-new {
        height: 250px;
    }

    .sec-new__title {
        font-size: 36px;
    }

    .galleray__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .galleray__item {
        width: 48%;
        height: 288px;
    }

    .galleray__item--double {
        width: 100%;
        height: 373px;
    }
}



@media screen and (min-width: 1200px) {
    body {
        font-size: 16px;
    }

    .subscription__title{
        text-align: left;
    }

    .container {
        width: 1170px;
        padding: 0;
    }

    .header {
        box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
    }

    .ingred__offer-code {
        font-size: 12px;
        margin: 150px 0 0 auto;
        color: #666666;
        width: 86%;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    .header .container {
        align-items: center;
    }

    .logo__link-verus img {
        width: 150px;
    }

    .logo__link img {
        width: 270px;
    }

    .menu-button {
        display: none;
    }

    .menu {
        position: static;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        width: 67.5%;
        padding: 0;
        background-color: transparent;
        margin-right: 100px;
    }

    .menu__list {
        display: flex;
        width: 90%;
        justify-content: space-between;
        align-items: center;
    }

    .menu__item {
        margin-bottom: 0;
    }

    .menu__link {
        font-size: 14px;
    }

    .offer__title {
        letter-spacing: 3px;
    }

    .offer__title span {
        margin-top: 10px;
    }

    .offer__list {
        margin: 215px auto 25px 0;
    }

    .offer__img {
        margin-top: 62px;
        margin-right: 50px;
    }

    .owl-carousel .owl-item img {
        width: 367px;
    }

    .offer__list {
        flex-basis: 350px;
        margin: 160px auto 25px 0;
    }

    .offer__item {
        flex-basis: 50%;
        margin-top: 15px;
    }

    .offer__link {
        margin-top: 37px;
    }

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

    .owl-nav {
        display: block;
        position: absolute;
        top: 56%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-42%);
        transform: translateY(-42%);
    }

    .slider.owl-carousel.owl-loaded.owl-drag {
        height: 710px;
    }

    .owl-next, .owl-prev {
        position: absolute;
        top: -17px;
        z-index: 999;
        display: block;
        width: 26px;
        height: 47px;
        text-indent: -9999999px;
    }

    .owl-prev {
        left: 60px;
    }

    .owl-prev span {
        display: block;
        width: inherit;
        height: inherit;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.12 88.24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EРесурс 1-left%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M46.5,87.62h0a2.12,2.12,0,0,0,0-3L6,44.12,46.5,3.62a2.12,2.12,0,0,0,0-3h0a2.12,2.12,0,0,0-3,0L0,44.12l43.5,43.5A2.12,2.12,0,0,0,46.5,87.62Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

    .owl-next {
        right: 60px;
    }

    .owl-next span {
        display: block;
        width: inherit;
        height: inherit;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 47.12 88.24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EРесурс 1%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M.62.62h0a2.12,2.12,0,0,0,0,3l40.5,40.5L.62,84.62a2.12,2.12,0,0,0,0,3h0a2.12,2.12,0,0,0,3,0l43.5-43.5L3.62.62A2.12,2.12,0,0,0,.62.62Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

    .sec-advant {
        padding-top: 165px;
        padding-bottom: 130px;
    }

    .advant__item {
        flex-basis: 27%;
        margin-top: 80px;
        margin-bottom: 0;
    }

    .advant__item--margin {
        margin-top: 127px;
    }

    .search__img {
        min-width: 570px;
    }

    .search {
        margin: 0 auto 100px auto;
    }

    .sec-three {
        background-image: linear-gradient(to bottom, rgb(255, 255, 255) 70px, rgb(245, 245, 245) 70px, rgb(245, 245, 245) 928px, rgb(255, 255, 255) 928px);
    }

    .sec-three .container {
        padding: 0;
    }

    .search__desc-wrapp {
        margin-left: 100px;
    }

    .search--right .search__desc-wrapp {
        margin-top: 90px;
        margin-right: 100px;
    }

    .search--margin {
        margin: 0 auto 30px auto;
    }

    .sec-neoelement {
        padding-bottom: 144px;
    }

    .sec-neoelement__icon {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .sec-neoelement__icon svg {
        width: 200px;
    }

    .slogan, .sec-neoelement__text {
        width: 772px;
        margin: auto;
    }

    .subscription {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .form {
        order: 3;
    }

    .neo-elem {
        text-align: left;
    }

    .social__list {
        justify-content: flex-start;
    }

    .social__item {
        margin-right: 19px;
    }

    .form__label {
        justify-content: flex-start;
    }

    .form__label span {
        margin-left: 0;
    }

    .neo-about {
        height: 350px;
    }

    .neo-about__title {
        font-size: 48px;
    }

    .neo-support {
        height: 350px;
    }

    .neo-support__title {
        font-size: 48px;
    }

    .about-us {
        padding-top: 100px;
        padding-bottom: 123px;
    }

    .about-us__title {
        font-size: 36px;
    }

    .about-us__text {
        width: 972px;
    }

    .footer-contacts{
        text-align: left;
    }

    .sec-team {
        background-image: linear-gradient(to bottom, rgb(255, 255, 255) 70px, rgb(245, 245, 245) 70px, rgb(245, 245, 245) 928px, rgb(255, 255, 255) 928px);
    }

    .team__img {
        flex-basis: 570px;
        height: 500px;
    }

    .team__title {
        font-size: 36px;
        margin-top: 213px;
    }

    .team__wrapp {
        flex-basis: 563px;
        padding-left: 96px;
    }

    .team--last .team__wrapp {
        margin-left: 30px;
        padding-right: 90px;
    }

    .team--last .team__title {
        margin-top: 130px;
    }

    .sec-business {
        padding-top: 40px;
        padding-bottom: 103px;
    }

    .sec-business .container {
        align-items: stretch;
    }

    .business {
        width: 570px;
        margin-bottom: 0;
        padding: 83px 72px 82px 72px;
    }

    .sec-support .container {
        align-items: stretch;
    }

    .support {
        width: 570px;
        margin-bottom: 0;
        padding: 83px 72px 82px 72px;
    }

    .sec-prod {
        height: 350px;
    }

    .sec-prod__title {
        font-size: 48px;
    }

    .product__item {
        background-repeat: no-repeat;
        background-size: auto;
        background-position: calc(100% - 50% - -442.5px) calc(74px);
    }

    .product__item--reverse {
        background-position: calc(100% - 50% - 442.5px) calc(74px);
    }

    .product__item--reverse .product__img {
        width: 32%;
    }

    .product__item--reverse .product__img img {
        margin: 0 0 0 176px;
    }

    .product__item--reverse .product__wrapp {
        padding-left: 0;
    }

    .product__item--slim {
        background-image: url("/img/slim-bg.jpg");
    }

    .product__item--idealis {
        background-image: url("/img/idealis-bg.jpg");
    }

    .product__item--detox {
        background-image: url("/img/detox-bg-v2.jpg");
    }

    .product__item--artro {
        background-image: url("/img/artro-bg.jpg");
    }

    .product__item--eretron {
        background-image: url("/img/eretron-bg.jpg");
    }

    .product__item--prost {
        background-image: url("/img/prost-bgv2.jpg");
    }

    .product__item--сutecat {
        background-image: url("/img/cat-bg3.jpg");
        background-position: calc(100% - 50% - -442.5px) calc(75%);
    }

    .product__item--nonstop {
        padding-top: 120px;
        background-image: url("/img/nonstop-bg3.jpg");
    }

    .product__item--sizeplus {
        background-image: url("/img/sizeplus-bg3.jpg");
    }

    .product__item--idealis-cream{
        background-image: url("/img/Idealis-cream-bg.jpg");
    }
    .product__item--artro-cream{
        background-image: url("/img/artro-cream-bg2.jpg");
    }

    .product__item--сutecat .product__img, .product__item--nonstop .product__img {
        padding-top: 0;
    }

    .product__item--soon .soon-title {
        margin-bottom: 116px;
    }


    .product__item--slim .product__img, .product__item--idealis .product__img,
    .product__item--detox .product__img, .product__item--artro .product__img, .product__item--eretron .product__img, .product__item--prost .product__img, .product__item--сutecat .product__img, .product__item--nonstop .product__img,
    .product__item--sizeplus .product__img, .product__item--idealis-cream .product__img,.product__item--artro-cream .product__img{
        background-image: none;
    }

    .product__wrapp {
        width: 32%;
        padding-right: 0;
    }

    .product__name {
        font-size: 35px;
    }

    .product__slogan {
        font-size: 30px;
    }

    .product__link {
        width: 300px;
    }

    .product-name {
        background-size: auto;
    }

    .product__img {
        width: 56%;
        padding: 0;
    }

    .product__img img {
        width: 370px;
    }

    .product-name__img {

        margin-right: auto;
    }

    .product-name__img img {
        width: 370px;
    }

    .offer__img {
        margin-top: 70px;
    }

    .sec-ingred {
        background-image: url("/img/ingred-bg.jpg");
        background-size: auto;
        background-position: calc(100% - 50% - -422px) center;
        background-repeat: no-repeat;

    }

    .sec-ingred--detox {
        background-image: url("/img/detox-bg-3v2.jpg");
    }

    .sec-ingred--idealis {
        background-image: url("/img/idealis-bg-3.jpg");
    }
    .sec-ingred--idealis-cream{
        background-image: url("/img/Idealis-cream-bg.jpg");

    }

    .sec-ingred--artro {
        background-image: url("/img/artro-bg-3.jpg");
    }
    .sec-ingred--artro--cream{
        background-image: url("/img/artro-cream-bg2.jpg");
    }


    .sec-ingred--eretron {
        background-image: url("/img/eretron-bg-3.jpg");
    }

    .sec-ingred--prost {
        background-image: url("/img/prost-bgv2.jpg");
    }
    .sec-ingred--nonstop {
        background-image: url("/img/nons-bg-3.jpg");
    }
    .sec-ingred--sizeplus{
        background-image: url("/img/sizeplus-bg4.jpg");
    }



    .ingred__wrapp {
        width: 32%;
    }

    .ingred__img {
        width: 60.5%;
        background-image: none;
    }

    .ingred__img img {
        margin: 0 0 0 27px;
    }
    .ingred__img--nonstop img {
        margin: 0 0 0 80px;
    }
    .sec-formula {
        background-image: url("/img/fprmul-bg.jpg");
        background-size: auto;
        background-position: calc(100% - 50% - 468px) calc(43%);
        background-repeat: no-repeat;
    }

    .sec-formula--detox {
        background-image: url("/img/detox-bg-5v2.jpg");
    }

    .sec-formula--idealis {
        background-image: url("/img/idealis-bg-4.jpg");
    }
    .sec-formula--idealis--cream{
        background-image: url("/img/Idealis-cream-bg4.jpg");
    }
    .sec-formula--artro {
        background-image: url("/img/artro-bg-4.jpg");
    }
    .sec-formula--artro-cream{
        background-image: url("/img/artro-cream-bg4.jpg");
    }

    .sec-formula--eretron {
        background-image: url("/img/eretron-bg-7.jpg");
    }

    .sec-formula--prost {
        background-image: url("/img/prost-bg-5v2.jpg");
    }
    .sec-formula--nonstop{
        background-image: url("/img/nons-bg-6.jpg");
    }
    .sec-formula--sizeplus{
        background-image: url("/img/sizeplus-bg8.jpg");
    }

    .formula__wrapp {
        width: 372px;
    }

    .formula__img {
        width: 59%;
        padding-right: 98px;
        background-image: none;

    }

    .sec-caution {
        padding: 75px 0;
        background-image: url('/img/caution-bg.jpg');
        background-repeat: no-repeat;
        background-position: calc(100% - 50% - -442px);
        background-size: auto;
    }

    .sec-caution--detox {
        background-image: url("/img/detox-bg-8v2.jpg");
    }

    .sec-caution--idealis {
        background-image: url("/img/idealis-bg-5.png");
    }
    .sec-caution--idealis-cream{
        padding: 150px 0;
        background-image: url("/img/Idealis-cream-bg6.jpg");
    }

    .sec-caution--artro {
        background-image: url("/img/artro-bg-5.jpg");
    }
    .sec-caution--artro-cream{
        padding: 130px 0;
        background-image: url("/img/artro-cream-bg6.jpg");
    }

    .sec-caution--eretron {
        background-image: url("/img/eretron-bg-4.jpg");
    }

    .sec-caution--prost {
        background-image: url("/img/prost-bg-7v2.jpg");
    }
    .sec-caution--nonstop {
        background-image: url("/img/nons-bg-8.jpg");
    }
    .sec-caution--sizeplus {
        background-image: url("/img/sizeplus-bg6.jpg");
    }
    .caution {
        background-image: none;
    }

    .contacts-header {

        height: 350px;
    }

    .contacts-header__title {
        font-size: 48px;
    }

    .contacts {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 150px 0 40px 0;
    }

    .contacts__item {
        flex-basis: 33.33%;
        margin-bottom: 94px;
    }

    .footer {
        padding-top: 73px;
    }

    .social__text {
        margin-top: 0;
    }

    .neo-elem {
        margin-top: 0;
    }

    .subscription__title p {
        margin-top: 0;
    }

    .copyright {
        margin-top: 72px;
        margin-bottom: 60px;
    }

    .certif__wrapp {
        width: 768px;
        margin: auto;
    }

    .offer--slim, .slider__item:not(.slider__item--one), .offer--detox, .offer--idealis, .offer--artro, .offer--eretron,.offer--nonstop {
        background-image: none;
    }

    .parallax-slider {
        height: 676px !important;
        object-fit: contain;
    }

    .parallax-slider[src="/img/slider-1.jpg"] {
        height: 822px !important;
        object-fit: cover;
    }

    .owl-stage-outer {
        height: 832px;
    }

    .sec-partners {
        padding-bottom: 80px;

    }
    .sec-partners__title{
        font-size: 48px;

    }
    .table{
        width: 1170px;
    }

    .part-list {
        display: flex;
    }

    .part-list__item {
        width: 50%;
    }

    .sec-new {
        height: 350px;
    }

    .sec-new__title {
        font-size: 48px;
    }

    .new__title {
        font-size: 36px;
    }

    .new__name {
        display: block;
        font-size: 14px;
        font-weight: 700;
    }

    .galleray__item {
        width: 48%;
        height: 367px;
    }

    .galleray__item--before::before {
        height: 100%;
    }

    .galleray__item--double {
        width: 100%;
        height: 598px;
    }

    .neo-elem-cards-img {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 30px;
        margin-top: 50px;
    }

    .neo-elem-cards-img__master {
        margin-right: 20px;
    }

    .paypal-logo {
        margin-left: 22px;
        width: 120px;
    }

    .terms-links{
        text-align: left;
    }

}
@media screen and (min-width: 1300px) {
    .ingred__offer-code {
        font-size: 14px;
        margin: 150px 0 0 auto;
        color: #666666;
        width: 313px;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 1px;
        line-height: 1.2;
    }

}

.neoel-order-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.neoel-order-form-fields-wrap {
    display: flex;
    justify-content: space-between;
    width: 660px;
}

.neoel-order-form__field  {
    display: flex;
    flex-direction: column;
    height: 80px;
}

.neoel-order-form__field label{
    color: #666666;
    margin-bottom: 5px;
}

.neoel-order-form__field input{
    height: 40px;
    padding-left: 10px;
    width: 300px;
}

.neoel-order-form__field .help-block {
    color: red;
    width: 300px;
}

.neoel-order-form__field--hidden{
    height: 0;
}

.checkbox.terms-js {
    margin-right: 5px;
}

.personal-sale,
.personal-marketing{
    margin-top: 7px;
}

.terms,
.personal-sale,
.personal-marketing{
    text-align: center;
    width: 90%;
}


.neoel-order-form-btn-wrap{
    display: flex;
    flex-direction: column-reverse;
}

.neoel-order-form__btn{
    padding: 10px 30px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    margin: 30px 0 0 auto;
    height: 61px;
    border: 1px solid #65cd99;
    transition: all, .3s;
    cursor: pointer;
}

.neoel-order-form__btn:hover{
    background-color: #3ec07f;
    color: #ffffff;
}


@media screen and (max-width: 768px) {
    .neoel-order-form-fields-wrap{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .neoel-order-table table{
        width: 500px;
    }

}

.neoel-order-table{
    margin: 50px auto;
}

.column {
    flex-direction: column;
}

.neoel-order-table td{
    text-align: center;
}

.total-cart-summa-wrap{
    font-size: 24px;
    color: #3ec07f;
}

.neoel-cart-order-area{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.neoel-cart-order-area-buttons {
    display: flex;
}

.cart-order-calc{
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 600px) {
    .neoel-cart-order-area-buttons{
        flex-direction: column;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 520px) {
    .neoel-order-table {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        overflow: scroll;
        padding: 20px 0;
    }

    .neoel-order-table table {
        min-width: 100%;
        width: 100%;
    }

    .footer {
        padding-top: 30px;
    }

    .terms-links {
        margin: 10px 0;
    }

    .footer-contacts {
        margin: 10px 0;
    }

    .copyright {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

}

.cart-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 150px auto;
}

.cart-empty__title {
    margin-top: 20px;
    color: #666666;
    font-size: 32px;
}

.policy-empty, .consent-empty {
    height: 1px;
    display: flex;
    align-items: center;
}

.verus-policy, .verus-consent {
    padding: 50px 0;
}

.verus-policy__title, .verus-consent__title {
    margin: 0 auto;
}

.info-links {
    color: #999999;
    text-decoration: underline;
}

.info-links:hover {
    color: #ffffff;
}

/* Paypal */

.paypal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 70px 0px
}

.paypal-info-box,
.paypal-amount-box,
.paypal-button-box {
    width: 300px;
}

.paypal-invoice {
    font-weight: bold;
    margin-right: 5px;
    line-height: 0;
    font-size: 18px;
    padding-top: 15px;
}

.paypal-date {
    font-weight: 400;
    margin-top: -5px;
    font-size: 16px;
}

.paypal-client {
    font-weight: bold;
    padding-top: 25px;
    border-top: 1px solid #E5E5E5;
    font-size: 18px;
}

.paypal-client,
.paypal-client-info {
    line-height: 1.5;
}

.paypal-client-info {
    font-weight: 400;
    font-size: 16px;
}

.paypal-amount-box {
    border-top: 1px solid #E5E5E5;
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.paypal-order-name {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.paypal-total {
    font-weight: bold;
    font-size: 18px;
}

.paypal-button-box {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
    text-align: center;
}

.paypal-text {
    margin: 0px;
}

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