@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/MontserratRegular/MontserratRegular.eot");
    src: url("../fonts/MontserratRegular/MontserratRegular.eot@#iefix") format("embedded-opentype"), url("../fonts/MontserratRegular/MontserratRegular.woff") format("woff"), url("../fonts/MontserratRegular/MontserratRegular.ttf") format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/MontserratBold/MontserratBold.eot");
    src: url("../fonts/MontserratBold/MontserratBold.eot@#iefix") format("embedded-opentype"), url("../fonts/MontserratBold/MontserratBold.woff") format("woff"), url("../fonts/MontserratBold/MontserratBold.ttf") format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/MontserratSemiBold/MontserratSemiBold.eot");
    src: url("../fonts/MontserratSemiBold/MontserratSemiBold.eot@#iefix") format("embedded-opentype"), url("../fonts/MontserratSemiBold/MontserratSemiBold.woff") format("woff"), url("../fonts/MontserratSemiBold/MontserratSemiBold.ttf") format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/MontserratMedium/MontserratMedium.eot");
    src: url("../fonts/MontserratMedium/MontserratMedium.eot@#iefix") format("embedded-opentype"), url("../fonts/MontserratMedium/MontserratMedium.woff") format("woff"), url("../fonts/MontserratMedium/MontserratMedium.ttf") format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/MontserratExtraBold/MontserratExtraBold.eot");
    src: url("../fonts/MontserratExtraBold/MontserratExtraBold.eot@#iefix") format("embedded-opentype"), url("../fonts/MontserratExtraBold/MontserratExtraBold.woff") format("woff"), url("../fonts/MontserratExtraBold/MontserratExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/MontserratBlack/MontserratBlack.eot");
    src: url("../fonts/MontserratBlack/MontserratBlack.eot@#iefix") format("embedded-opentype"), url("../fonts/MontserratBlack/MontserratBlack.woff") format("woff"), url("../fonts/MontserratBlack/MontserratBlack.ttf") format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/MontserratLight/MontserratLight.eot");
    src: url("../fonts/MontserratLight/MontserratLight.eot@#iefix") format("embedded-opentype"), url("../fonts/MontserratLight/MontserratLight.woff") format("woff"), url("../fonts/MontserratLight/MontserratLight.ttf") format("truetype")
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #1f1f1f;
    color: #fff
}

::selection {
    background-color: #1f1f1f;
    color: #fff
}

body {
    font-size: 1.112vw;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: Montserrat, sans-serif;
    overflow-x: hidden;
    color: #fff;
    background-color: #1d0808;
    font-weight: 400;
    margin: 0
}

body input, body textarea {
    border: #666 1px solid;
    outline: 0
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid, body textarea:required:valid {
    border-color: green
}

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

b, strong {
    font-weight: 700
}

a {
    text-decoration: none;
    cursor: pointer;
    display: block
}

a:hover {
    text-decoration: none
}

li, p, ul {
    padding: 0;
    margin: 0
}

li {
    list-style-type: none
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-weight: 400
}

button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    outline: 0
}

.container {
    margin: 0 auto;
    max-width: 80em;
    width: 100%;
    padding: 0
}

.italic {
    font-style: italic
}

.bold {
    font-weight: 700
}

.hidden {
    display: block
}

.title {
    font-size: 1.875em;
    line-height: 1.24em;
    font-weight: 400;
    text-align: center;
    margin: 0 auto
}

.btn {
    background: -o-linear-gradient(355.09deg, #67183f 17.44%, #e99f5e 73.78%);
    background: linear-gradient(94.91deg, #67183f 17.44%, #e99f5e 73.78%);
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 1.125em;
    line-height: 1.23em;
    font-weight: 700;
    padding: 1em 2.5em;
    width: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.header {
    background: #141415;
    position: relative
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.0625em 0 .75em
}

.header__top-text {
    font-style: italic;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.21em;
    padding-left: 2.59em
}

.header__logo-img {
    width: 5.625em;
    height: 2.6875em
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__item {
    padding: .78em 0 1.34em
}

.header__link {
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.22em;
    text-transform: capitalize;
    color: #fff;
    position: relative
}

.header__link:hover {
    color: #fff
}

.header__link::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: .125em;
    background-color: #c6c6c6;
    -webkit-transition: width .35s;
    -o-transition: width .35s;
    transition: width .35s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header__link:hover:after {
    width: 100%
}

.header__subtitle {
    font-style: italic;
    font-weight: 500;
    font-size: 2.64em;
    line-height: 1.07em;
    padding-bottom: 2.77em
}

.share-price {
    background-image: url("../img/header-shadow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    margin-left: 4.6875em;
    font-size: 1.125em;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.share-price--lg {
    background-image: url("../img/header-shadow-lg.svg");
    width: 15.7em;
    height: 4.45em;
    position: absolute;
    top: 37%;
    left: 29%;
    line-height: 1.5em;
    display: inline;
}

.main-section {
    background: -o-linear-gradient(92.66deg, #1d0808 .77%, rgba(29, 8, 8, 0) 53.76%), url("../img/main-bg.png");
    background: linear-gradient(357.34deg, #1d0808 .77%, rgba(29, 8, 8, 0) 53.76%), url("../img/main-bg.png");
    background-color: transparent;
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 3.5625em
}

.main-section__top-title {
    font-weight: 700;
    font-size: 4em;
    line-height: 1.22em;
    color: #fff
}

.main-section__top-wrap {
    position: relative
}

.main-section__top-subtitle {
    font-size: 2.25em;
    line-height: 1.23em;
    color: #fff;
    max-width: 18.05em;
    margin-top: .92em;
    position: relative
}

.main-section__top-subtitle::before {
    position: absolute;
    content: '';
    background-image: url("../img/header-shadow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    margin-left: 4.6875em;
    font-size: 3em;
    font-weight: 700;
    bottom: 0;
    right: 0
}

.main-section__top-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.main-section__top-list {
    margin-top: 3.5em;
    max-width: 18em;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.main-section__top-item {
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.23em;
    text-align: right;
    color: #fff;
    margin-bottom: 4.45em;
    max-width: 11.94em;
    position: relative;
    padding-right: 5em
}

.main-section__top-item::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 4.33em;
    height: 3.89em;
    background-image: url("../img/point-lg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.main-section__top-item:nth-child(2) {
    margin-right: 5em
}

.main-section__top-item:nth-child(3) {
    margin-right: 6.11em;
    margin-top: 1.5625em
}

.main-section__top-item:nth-child(4) {
    margin-right: 1.12em
}

.main-section__top-results {
    font-size: .8125em;
    line-height: 1.23em;
    color: #fff;
    max-width: 23.45em
}

.main-section__top-advantages {
    margin-top: 8.75em
}

.main-section__top-advantages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-section__top-advantages-item {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.21em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    position: relative;
    max-width: 10.41em
}

.main-section__top-advantages-item::before {
    position: absolute;
    content: '';
    top: -3.17em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 3.25em;
    height: 2.92em;
    background-image: url("../img/point-lg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.main-section__top-advantages-item span {
    font-size: 1.5em;
    line-height: 1.23em
}

.main-section__bottom {
    margin-top: 3.375em
}

.main-section__bottom-title {
    max-width: 27.35em
}

.main-section__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2em
}

.main-section__bottom-item img {
    width: 13.06em
}

.main-section__bottom-item p {
    font-weight: 700;
    font-size: 1.125em;
    line-height: 1.23em;
    text-align: center;
    color: #fff;
    max-width: 12.33em
}

.form {
    max-width: 23.625em;
    background: #fff;
    -webkit-box-shadow: 0 .25em 3.125em rgba(136, 136, 136, .25);
    box-shadow: 0 .25em 3.125em rgba(136, 136, 136, .25);
    border-radius: 15px;
    padding: 1.5em 1.57em 2.07em;
    width: 100%
}

.form__title {
    text-align: center;
    font-size: 1.125em;
    line-height: 1.23em;
    color: #000
}

.form__pri {
    font-size: .75em;
    line-height: 1.25em;
    display: block;
    margin-top: 1.25em;
    color: #000
}

.form__time .time__items {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.form-inputs__label {
    font-size: .75em;
    line-height: 1.25em;
    color: #000;
    margin-bottom: .42em
}

.form-inputs__input, .form-control {
    display: block;
    margin-bottom: 1.22em;
    height: 2.22em;
    width: 100%;
    background: #eaeaec;
    border-radius: 10px;
    border: none;
    padding: .56em .84em;
    font-size: 1.125em
}

.form-inputs__button {
    background-image: url("../img/button.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    text-align: center;
    padding: .85em
}

.time__items {
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.time__title {
    font-weight: 600;
    font-size: .875em;
    line-height: 1.22em;
    text-align: center;
    color: #000;
    margin-top: 1.08em
}

.time__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.time__item-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.time__item-span {
    font-weight: 700;
    font-size: 2.25em;
    line-height: 1.23em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32.14%, #67183f), color-stop(100%, #ffb763), to(#fdaa49));
    background: -o-linear-gradient(top, #67183f 32.14%, #ffb763 100%, #fdaa49 100%);
    background: linear-gradient(180deg, #67183f 32.14%, #ffb763 100%, #fdaa49 100%);
    -webkit-box-shadow: 0 .12em .28em rgba(0, 0, 0, .25);
    box-shadow: 0 .12em .28em rgba(0, 0, 0, .25);
    border-radius: 20px;
    padding: .37em 0;
    width: 2.09em;
    text-align: center;
    position: relative;
    color: #fff
}

.time__item-span::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: .03em;
    background-color: #fff
}

.time__item-span span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #fff), color-stop(53%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(23%, #fff), color-stop(51%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #fff 15%, rgba(255, 255, 255, 0) 53%), -o-linear-gradient(top, #fff 23%, rgba(255, 255, 255, 0) 51%);
    background: linear-gradient(360deg, #fff 15%, rgba(255, 255, 255, 0) 53%), linear-gradient(180deg, #fff 23%, rgba(255, 255, 255, 0) 51%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

.time__item-down {
    color: #000;
    margin-top: 1.17em;
    text-transform: uppercase;
    font-size: .75em;
    line-height: 1.25em;
    font-weight: 700
}

.time__points {
    font-size: 1.875em;
    line-height: 1.24em;
    position: absolute;
    right: -.67em;
    font-weight: 700;
    color: #1f1f1f
}

.expert {
    background-image: url("../img/expert.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5em;
    min-height: 52.77em
}

.expert__content {
    max-width: 34.66em;
    margin-left: auto;
    margin-top: 9.5em;
    margin-right: 5em
}

.expert__text {
    font-size: 1.125em;
    line-height: 1.23em;
    color: #fff;
    margin-bottom: 1.39em
}

.expert__text .bold {
    font-weight: 600
}

.expert__text-author {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 1.25em
}

.expert__text-position {
    font-style: italic;
    color: #000;
    max-width: 18.05em
}

.details {
    background: #1d0808;
    padding-top: 4em;
    padding-bottom: 5em
}

.consultant {
    background-image: url("../img/consultant.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80.38em;
    height: auto;
    padding: 2.5em 5em;
    text-align: center;
    margin: 0 auto 2.69em
}

.consultant__title {
    font-weight: 700;
    text-decoration: underline
}

.consultant__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.25em
}

.consultant__item {
    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
}

.consultant__image {
    width: 7.62em
}

.consultant__image-arrow {
    width: 10.31em;
    margin-top: 3.75em;
    margin-bottom: 1.125em
}

.consultant .time__items {
    width: 16.55em
}

.consultant .time__item-down, .consultant .time__points, .consultant .time__title {
    color: #fff;
    right: -.45em
}

.consultant__text {
    max-width: 20.84em;
    font-size: 1.5em;
    line-height: 1.21em;
    text-align: center;
    color: #fff
}

.consultant__form {
    text-align: left
}

.consultant__form .form-inputs {
    max-width: 18.75em
}

.consultant__form .form-inputs__label {
    color: #fff
}

.consultant__form .form-inputs__input, .consultant__form .form-control {
    margin-bottom: .56em
}

.consultant__form .form-inputs__button {
    background-image: url("../img/consultant-button.svg")
}

.consultant__form .form-inputs__button .btn {
    background: #fff;
    color: #000;
    font-weight: 700;
    padding: .7em 2.5em;
    text-align: center
}

.secret {
    background-image: url("../img/secret.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.secret__title {
    font-size: 2.25em;
    line-height: 1.23em;
    text-align: center;
    color: #fff;
    max-width: 80%;
    margin: 0 auto
}

.secret__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4.38em
}

.secret__item-title {
    max-width: 6.05em;
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.21em;
    color: #fff;
    position: absolute
}

.secret__item-list {
    max-width: 18.75em;
    margin-top: 3.13em
}

.secret__item-list li {
    font-size: 1.125em;
    line-height: 1.23em;
    position: relative;
    padding-right: 3.34em
}

.secret__item-list li:not(:last-child) {
    margin-bottom: 1.39em
}

.secret__item-list li::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1.84em;
    height: 1.89em;
    background-image: url("../img/secret-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.secret__item-left {
    text-align: right;
    margin-left: 1.25em;
    position: relative
}

.secret__item-left .secret__item-title {
    right: -5.92em
}

.secret__item-left .secret__item-list li:nth-child(2) {
    margin-right: 2.5em
}

.secret__item-left .secret__item-list li:nth-child(3) {
    margin-right: 2.5em
}

.secret__item-right {
    text-align: left;
    margin-right: 1.25em;
    position: relative
}

.secret__item-right .secret__item-title {
    left: -5.5em
}

.secret__item-right .secret__item-list {
    margin-top: 3.75em
}

.secret__item-right .secret__item-list li {
    padding-right: 0;
    padding-left: 3.34em
}

.secret__item-right .secret__item-list li::before {
    left: 0
}

.secret__item-right .secret__item-list li:nth-child(2) {
    margin-left: 2.5em
}

.secret__item-right .secret__item-list li:nth-child(3) {
    margin-left: 2.5em
}

.secret__subtitle {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.21em;
    text-shadow: 0 .17em .17em #000, 0 .17em .46em rgba(0, 0, 0, .25);
    max-width: 14.58em;
    margin: 0 auto;
    text-align: center
}

.secret__subtitle span {
    font-size: 2em;
    line-height: 1.23em
}

.secret__ingredients-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 43.125em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6.25em auto .94em
}

.secret__ingredients-item {
    font-weight: 700;
    font-size: 1.125em;
    line-height: 1.23em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    position: relative;
    display: inline;
    max-width: 11.66em
}

.secret__ingredients-item span {
    font-size: 2em;
    line-height: 1.23em
}

.secret__ingredients-item:last-child span {
    display: block
}

.secret__ingredients-item::before {
    position: absolute;
    content: '';
    top: -4.17em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 4.33em;
    height: 3.89em;
    background-image: url("../img/point-lg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.secret__ingredients-item:nth-child(1), .secret__ingredients-item:nth-child(3) {
    margin-top: -6.67em
}

.apteka__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.apteka__box {
    background: -o-linear-gradient(346.66deg, #1d0c14 15.87%, #7d5430 59.58%);
    background: linear-gradient(103.34deg, #1d0c14 15.87%, #7d5430 59.58%);
    border: .125em solid #ffe177;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    width: 40.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.125em 2.19em;
    position: relative
}

.apteka__box-img {
    width: 31.98em;
    z-index: 1;
    margin-left: -.94em;
    border-radius: 15px
}

.apteka__icon {
    width: 7.5em;
    margin-right: 2.63em
}

.apteka__prod {
    width: 108px;
    margin-bottom: .375em
}

.apteka__text p {
    font-size: 1.5em;
    line-height: 1.21em
}

.apteka__text p:not(:last-child) {
    margin-bottom: 1.59em
}

.hurry {
    background-color: #fff;
    padding: 4.81em 0 4.13em;
    position: relative
}

.hurry__title {
    text-align: center;
    color: #000;
    max-width: 14em
}

.hurry__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hurry__item-left {
    width: 48%
}

.hurry__item-right {
    width: 40%
}

.hurry__text {
    margin-top: 1.59em;
    font-size: 1.5em;
    line-height: 1.21em;
    color: #050211
}

.hurry__text-pri {
    font-size: .75em;
    line-height: 1.23em;
    color: #050211;
    margin-top: 1.12em;
    max-width: 22.82em
}

.hurry__bottom {
    position: relative;
    margin-top: 3.31em
}

.hurry__button {
    background-image: url("../img/button.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 110%;
    text-align: center;
    padding: .625em;
    width: 19.43em
}

.hurry__arrow {
    width: 10.31em;
    position: absolute;
    top: 1.69em;
    right: 7em
}

.hurry__image {
    width: 12.12em;
    position: absolute;
    top: -2.38em;
    right: -6em
}

.hurry__up {
    background: #780000;
    -webkit-box-shadow: 0 .12em 2.23em rgba(0, 0, 0, .25);
    box-shadow: 0 .12em 2.23em rgba(0, 0, 0, .25);
    border-radius: 20px;
    font-weight: 700;
    font-size: 2.25em;
    line-height: 1.23em;
    text-align: center;
    text-transform: uppercase;
    padding: 1em 2.78em;
    position: absolute;
    top: -1.6em;
    color: #fff
}

.hurry__time .time__title {
    font-size: 1.125em;
    line-height: 1.23em;
    margin-top: 0;
    margin-bottom: 1.23em
}

.hurry__time .time__item-span {
    width: 1.41em;
    font-size: 6em;
    line-height: 1.22em
}

.hurry__time .time__item-down {
    font-size: 1.125em;
    line-height: 1.23em
}

.hurry__time .time__points {
    font-size: 6em;
    line-height: 1.22em;
    right: -.42em
}

.faq {
    padding-top: 4.56em;
    padding-bottom: 6.94em
}

.faq__title {
    font-size: 2.25em;
    line-height: 1.23em;
    text-align: center;
    max-width: 31.26em;
    margin: 0 auto
}

.accordion-menu {
    width: 100%;
    margin: 4.69em auto 3.13em
}

.accordion-menu__dropdownlink {
    cursor: pointer;
    display: block;
    padding: 2em 2.92em;
    position: relative;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background: #780000;
    -webkit-box-shadow: 0 .17em 3.34em rgba(0, 0, 0, .25);
    box-shadow: 0 .17em 3.34em rgba(0, 0, 0, .25);
    border-radius: 20px
}

.accordion-menu__dropdownlink-title {
    font-size: 1.5em;
    line-height: 1.21em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.accordion-menu__dropdownlink img {
    position: absolute;
    right: 5.125em;
    top: 50%;
    width: 3.25em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion-menu__content {
    display: none;
    background: #fff;
    padding: 5em 4.875em 3.56em;
    -webkit-box-shadow: 0 .25em 5em rgba(0, 0, 0, .25);
    box-shadow: 0 .25em 5em rgba(0, 0, 0, .25);
    margin-top: -3em;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.accordion-menu__item:not(:last-child) {
    margin-bottom: 2.38em
}

.accordion-menu__text {
    font-size: 1.5em;
    line-height: 1.21em;
    color: #000
}

.accordion-menu__text span {
    text-decoration: underline;
    display: inline;
    color: #000;
    cursor: pointer
}

.delivery {
    background-image: url("../img/delivery.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.delivery-box {
    padding: 2.63em 0
}

.delivery-box__title {
    max-width: 9.36em
}

.delivery-box__items {
    margin-top: 6.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.delivery-box__item {
    background: -webkit-gradient(linear, left top, left bottom, from(#e99f5e), color-stop(87.64%, #1d0808));
    background: -o-linear-gradient(top, #e99f5e 0, #1d0808 87.64%);
    background: linear-gradient(180deg, #e99f5e 0, #1d0808 87.64%);
    -webkit-box-shadow: 0 .25em 5em rgba(0, 0, 0, .25);
    box-shadow: 0 .25em 5em rgba(0, 0, 0, .25);
    border-radius: 20px;
    width: 14.93em;
    height: 17.18em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.13em .625em;
    position: relative
}

.delivery-box__item:before {
    position: absolute;
    top: -.86em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 4em;
    line-height: 1.22em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    z-index: -1
}

.delivery-box__item:not(:last-child):after {
    position: absolute;
    content: '';
    top: -2.19em;
    right: -3.13em;
    background-image: url("../img/delivery-arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 5.1em;
    height: 1.57em
}

.delivery-box__item:nth-child(1)::before {
    content: '01'
}

.delivery-box__item:nth-child(2)::before {
    content: '02'
}

.delivery-box__item:nth-child(3)::before {
    content: '03'
}

.delivery-box__item:nth-child(4)::before {
    content: '04'
}

.delivery-box__item:nth-child(5)::before {
    content: '05'
}

.delivery-box__icon {
    width: 12.12em;
    height: 9em
}

.delivery-box__text {
    font-size: 1.125em;
    line-height: 1.23em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 1em
}

.reviews__subtitle {
    max-width: 22.5em;
    margin: 0 auto;
    text-align: center;
    margin-top: .95em;
    font-size: 1.125em;
    line-height: 1.23em
}

.reviews__descr {
    font-weight: 700;
    font-size: 1.125em;
    line-height: 1.23em;
    text-align: center;
    margin-top: .95em
}

.reviews__block {
    width: 100%;
    margin: 2.5em auto 0;
    padding: .75em;
    border-radius: 10px;
    background: #eee
}

.reviews__top {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews__logo {
    color: #3a9001;
    font-size: .625em;
    padding-left: 3em;
    line-height: 1.2em;
    background: url("../img/dot-m.png");
    background-repeat: no-repeat
}

.reviews__refresh {
    background: url("../img/refresh.png");
    background-repeat: no-repeat;
    padding-left: 2em;
    color: #a0a0a0;
    font-size: .625em;
    font-weight: 700;
    line-height: 1.2em
}

.reviews__content {
    margin-top: .625em;
    background: #fff;
    width: 100%;
    height: 22.74em;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.reviews__content-left {
    width: 63%
}

.reviews__content-right {
    width: 37%;
    position: relative;
    height: 100%;
    color: #000
}

.reviews__items {
    width: 100%;
    overflow-y: auto;
    height: 23em;
    padding: .625em;
    border-right: .0625em solid #dadada
}

.reviews__item div {
    display: table-cell;
    vertical-align: top
}

.reviews__comment {
    padding-left: .72em
}

.reviews__date {
    color: #b2b2b2;
    padding-left: .43em
}

.reviews__text {
    line-height: 140%
}

.reviews__item {
    width: 100%;
    color: #2c2c2c;
    font-size: .875em;
    padding-bottom: .72em;
    margin-bottom: .72em;
    border-bottom: .072em dashed #cbcbcb
}

.reviews__avatar img {
    width: 3.57em;
    max-width: inherit
}

.reviews__box {
    padding: .75em 0 0 1.125em
}

.reviews__box-title {
    font-size: 1.25em;
    line-height: 1.1em;
    color: #000;
    padding: .3em 0
}

.reviews__hashtag {
    padding: .375em 0
}

.reviews__hashtag span {
    display: inline-block;
    padding: .67em;
    border: .09em solid #969696;
    border-radius: 4px;
    margin: 0 .17em;
    color: #767676;
    font-size: .75em
}

.reviews__language {
    font-size: .94em;
    padding-bottom: 0;
    line-height: 1;
    padding-top: .4em
}

.reviews__rating {
    font-size: .94em;
    line-height: 1;
    padding: .4em 0
}

.reviews__rating-numeral {
    font-size: 2em
}

.reviews__rating-img {
    margin: .625em 0;
    width: auto
}

.reviews__view p {
    font-size: .94em;
    line-height: 1;
    padding: .4em 0;
    font-family: 'Open Sans', Arial, sans-serif
}

.reviews__widget {
    position: absolute;
    right: .6em;
    bottom: .6em;
    background: #eee;
    font-size: .625em;
    border-radius: 10px;
    padding: .6em 1em
}

.reviews .gray {
    color: #8e8e8e
}

.reviews .green {
    color: #3a9100
}

.reviews .white {
    color: #fff
}

.certificates {
    padding: 3.31em 0 5.19em;
    text-align: center
}

.certificates__title {
    max-width: 27.35em
}

.certificates__subtitle {
    font-size: 1.125em;
    line-height: 1.23em;
    margin: 0 auto;
    text-align: center;
    margin-top: .95em;
    max-width: 51.72em
}

.certificates__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 60.89em;
    margin: 2.19em auto 1.57em
}

.certificates__img-prod {
    width: 17.74em
}

.certificates__img-certif {
    width: 14.49em;
    cursor: pointer
}

.certif-popup {
    width: auto;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 2;
    display: none
}

.certif-popup__img {
    display: none;
    width: 100%;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.certif-popup__img_active {
    display: block
}

.certif-popup__content {
    padding: .37em;
    max-width: 27em;
    height: auto;
    background: #f9f9f9;
    border-radius: 6px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 .73em 1.82em rgba(0, 0, 0, .5);
    box-shadow: 0 .73em 1.82em rgba(0, 0, 0, .5);
    z-index: 10
}

.certif-popup__close {
    background-image: url("../img/certif-popup-close.png");
    background-size: cover;
    position: absolute;
    top: -1.09em;
    right: -1.09em;
    width: 2.62em;
    height: 2.62em;
    cursor: pointer;
    z-index: 1
}

.certif-popup__arrow {
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    width: 2.54em;
    height: 2.25em;
    cursor: pointer;
    z-index: 1
}

.certif-popup__arrow-prev {
    background-image: url("../img/certif-popup-prev.png");
    left: -1.82em
}

.certif-popup__arrow-next {
    background-image: url("../img/certif-popup-next.png");
    right: -1.82em
}

.certif-popup__overlay {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 5
}

.comeback {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 5;
    display: none
}

.comeback__content {
    max-width: 49.72em;
    height: auto;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    padding: 2.5em 4em;
    background: #fff;
    -webkit-box-shadow: 0 .25em 3.13em rgba(136, 136, 136, .25);
    box-shadow: 0 .25em 3.13em rgba(136, 136, 136, .25);
    border-radius: 15px
}

.comeback__close {
    background-image: url("../img/comback-close.svg");
    background-size: cover;
    position: absolute;
    top: 1.5em;
    right: 2em;
    width: .75em;
    height: .82em;
    cursor: pointer;
    z-index: 2
}

.comeback__title {
    font-size: 1.75em;
    line-height: 1.22em;
    color: #000;
    text-align: center;
    margin-bottom: 1.15em
}

.comeback__price {
    color: #d90000;
    font-size: 1.15em;
    line-height: 1.22em
}

.comeback__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.comeback__image {
    max-width: 18.12em
}

.comeback__form {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    max-width: 20em
}

.comeback__overlay {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0
}

.order-popup__item {
    position: fixed;
    top: 3em;
    right: 1.69em;
    vertical-align: middle;
    color: #fff;
    padding: 1.3em 1.3em;
    z-index: 2;
    background: rgba(148, 148, 148, .2);
    -webkit-box-shadow: 0 .25em 3.125em rgba(255, 77, 0, .4), inset 0 .25em 2.5em rgba(255, 141, 0, .4);
    box-shadow: 0 .25em 3.125em rgba(255, 77, 0, .4), inset 0 .25em 2.5em rgba(255, 141, 0, .4);
    border-radius: 15px
}

.order-popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.order-popup__image {
    display: inline-block;
    vertical-align: middle;
    margin-right: .63em;
    margin-top: .25em;
    max-width: 7em
}

.order-popup__text {
    max-width: 11em;
    font-weight: 500;
    font-size: 1.23em;
    line-height: 1.23em
}

.footer {
    padding: .82em .94em;
    text-align: center;
    background: #000
}

.footer__text {
    font-size: .75em;
    line-height: 1.25em;
    margin-bottom: 1.67em;
    color: #fff
}

.footer__link {
    font-size: .875em;
    line-height: 1.22em;
    color: #fff;
    text-decoration: underline;
    display: block;
    margin-bottom: .36em
}

@media (min-width: 479px) {
    .hidden-lg {
        display: none
    }
}

@media (max-width: 479px) {
    body.lock {
        overflow: hidden
    }

    .hidden-xs {
        display: none
    }

    .container {
        max-width: 80em
    }

    .header__top {
        padding: 4.9em 0
    }

    .header__logo-img {
        width: 13.74em;
        height: 6.59em
    }

    .header__list {
        z-index: 1;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        padding: 15.06em 0 3.77em;
        overflow: auto;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__list.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .header__link {
        font-size: 3.77em;
        padding: .5em 0 .5em
    }

    .header__subtitle {
        padding-bottom: 0
    }

    .header__box {
        padding-bottom: 3.77em
    }

    .icon-menu {
        display: block;
        position: absolute;
        top: 6.59em;
        right: 11.29em;
        width: 5.65em;
        height: 3.39em;
        cursor: pointer;
        z-index: 5
    }

    .icon-menu span {
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        top: 1.32em;
        left: 0;
        position: absolute;
        width: 100%;
        height: .56em;
        background-color: #c6c6c6
    }

    .icon-menu span:first-child {
        top: 0
    }

    .icon-menu span:last-child {
        top: auto;
        bottom: 0
    }

    .icon-menu.active span {
        background-color: #c6c6c6;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .icon-menu.active span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 1.32em
    }

    .icon-menu.active span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 1.51em
    }

    .share-price {
        font-size: 3em
    }

    .share-price--xs {
        display: inline;
    }

    .order-popup {
        display: none
    }

    .order-popup__item {
        top: 13em
    }

    .main-section {
        background-image: url("../img/main-bg-small.jpg")
    }

    .main-section__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-section__top-title {
        text-align: center;
        font-size: 4.14em
    }

    .main-section__top-subtitle {
        font-size: 2.64em;
        margin: .92em auto 0;
        text-align: center
    }

    .main-section__top-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 17.53em
    }

    .main-section__top-list {
        margin: 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%
    }

    .main-section__top-item {
        text-align: center;
        padding-right: 0;
        max-width: 8em;
        font-size: 2.64em;
        margin-bottom: 0
    }

    .main-section__top-item::before {
        top: -3em;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        width: 3.07em;
        height: 2.86em
    }

    .main-section__top-item:nth-child(2), .main-section__top-item:nth-child(3), .main-section__top-item:nth-child(4) {
        margin-right: 0
    }

    .main-section__top-item:nth-child(1), .main-section__top-item:nth-child(4) {
        position: relative;
        top: 5em
    }

    .main-section__top-item:nth-child(1) {
        left: 2.14em
    }

    .main-section__top-item:nth-child(4) {
        right: 2.14em
    }

    .main-section__top-advantages {
        margin: 41.39em auto 0
    }

    .main-section__top-advantages-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 63.03em
    }

    .main-section__top-advantages-item {
        font-size: 3em;
        margin-top: 5.02em
    }

    .main-section__top-advantages-item::before {
        top: -3.5em;
        width: 2.7em;
        height: 2.51em
    }

    .main-section__top-advantages-item span {
        font-size: 1em
    }

    .main-section__top-results {
        font-size: 2.82em;
        margin: 1.67em auto
    }

    .main-section__bottom {
        margin-top: 8.47em
    }

    .main-section__bottom-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0 auto
    }

    .main-section__bottom-item {
        margin-top: 5.27em;
        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
    }

    .main-section__bottom-item p {
        font-size: 2.63em;
        margin-top: .79em
    }

    .main-section__bottom-item img {
        width: 27.85em
    }

    .btn {
        font-size: 3.77em
    }

    .title {
        font-size: 4.12em;
        max-width: 14.62em
    }

    .form {
        max-width: 100%;
        margin: 0 auto;
        padding: 4.71em 6.59em
    }

    .form__title {
        font-size: 3em
    }

    .form-inputs {
        margin-top: 3.77em
    }

    .form-inputs__label {
        font-size: 2.25em
    }

    .form-inputs__input, .form-control {
        height: 2.82em;
        margin-top: .375em;
        font-size: 3em
    }

    .form-inputs__button {
        padding: 2.45em
    }

    .form__pri {
        font-size: 2.63em
    }

    .time__title {
        font-size: 2.63em
    }

    .time__items {
        margin-top: 2.07em
    }

    .time__item-span {
        font-size: 7.15em
    }

    .time__item-down {
        font-size: 2.63em
    }

    .time__points {
        font-size: 6.03em
    }

    .expert {
        background-image: url("../img/expert-small.jpg");
        min-height: 151.46em
    }

    .expert__content {
        max-width: 63em;
        margin: 11em auto 0
    }

    .expert__text {
        font-size: 3em;
        margin-bottom: .63em
    }

    .details {
        padding: 0
    }

    .consultant {
        padding: 5.65em 0 5.65em;
        height: auto;
        width: 100%;
        background-image: url("../img/details-small.png")
    }

    .consultant__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 3.39em
    }

    .consultant__image {
        width: 22.96em
    }

    .consultant .time__items {
        width: 52.69em
    }

    .consultant__text {
        margin-top: .94em;
        font-size: 3em
    }

    .consultant__form .form-inputs {
        max-width: 50.8em
    }

    .consultant__form .form-inputs__button .btn {
        padding: .7em 1.5em
    }

    .secret {
        background-image: none
    }

    .secret__title {
        font-size: 4.12em
    }

    .secret__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 8.47em
    }

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

    .secret__item-left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 0
    }

    .secret__item-left .secret__item-title {
        right: 5.21em;
        top: 2.5em
    }

    .secret__item-left .secret__item-image {
        margin-top: 6.6em
    }

    .secret__item-left .secret__item-list li {
        text-align: left;
        padding-left: 3.34em;
        padding-right: 0
    }

    .secret__item-left .secret__item-list li::before {
        left: 0
    }

    .secret__item-left .secret__item-list li:nth-child(2), .secret__item-left .secret__item-list li:nth-child(3) {
        margin-right: 0
    }

    .secret__item-right {
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .secret__item-right .secret__item-title {
        top: .32em;
        left: 2em;
        position: absolute
    }

    .secret__item-right .secret__item-list {
        margin-top: 0;
        margin-left: 5.65em
    }

    .secret__item-right .secret__item-list li:nth-child(2), .secret__item-right .secret__item-list li:nth-child(3) {
        margin-left: 0
    }

    .secret__item-title {
        font-size: 3em
    }

    .secret__item-list {
        max-width: 50%
    }

    .secret__item-list li {
        font-size: 3em
    }

    .secret__item-image {
        width: 30.86em;
        height: 36.51em
    }

    .secret__subtitle {
        font-size: 3.39em;
        margin-top: 1.95em
    }

    .secret__ingredients-list {
        max-width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-top: 3.39em
    }

    .secret__ingredients-item {
        font-size: 3.77em;
        margin-top: 2.5em;
        max-width: 8em
    }

    .secret__ingredients-item::before {
        width: 2.15em;
        height: 2em;
        top: -2em
    }

    .secret__ingredients-item span {
        font-size: 1em
    }

    .secret__ingredients-item:nth-child(1), .secret__ingredients-item:nth-child(3) {
        margin-top: 2.5em
    }

    .apteka {
        padding: 5.65em 0 11.29em
    }

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

    .apteka__items {
        -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
    }

    .apteka__box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2.07em 6.6em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 41.96em;
        margin-top: -3.77em;
        z-index: 2
    }

    .apteka__box-img {
        width: 61.33em;
        margin-left: 0;
        overflow: hidden
    }

    .apteka__img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15)
    }

    .apteka__icon {
        width: 20.5em;
        position: absolute;
        right: -12.23em;
        bottom: 0;
        margin-right: 0
    }

    .apteka p {
        font-size: 2.25em
    }

    .hurry__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 6.6em
    }

    .hurry__prod {
        width: 26.34em;
        margin-bottom: 1.88em
    }

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

    .hurry__item-right {
        width: 100%;
        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
    }

    .hurry__text {
        font-size: 3em;
        text-align: left
    }

    .hurry__text-pri {
        font-size: 1em
    }

    .hurry__up {
        font-size: 4.14em;
        top: -1.8em;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 1.14em 2.73em
    }

    .hurry__time {
        margin-top: 4.71em
    }

    .hurry__time .time__title {
        font-size: 2.63em
    }

    .hurry__time .time__items {
        width: 52.68em
    }

    .hurry__time .time__item-span {
        font-size: 7.15em;
        width: 2.11em
    }

    .hurry__time .time__item-down {
        font-size: 2.63em
    }

    .hurry__button {
        width: auto;
        padding: 1.88em
    }

    .faq {
        padding: 9.4em 0 11.29em
    }

    .faq__title {
        font-size: 4.14em;
        max-width: 14.55em
    }

    .accordion-menu {
        margin-top: 9.41em
    }

    .accordion-menu__item:not(:last-child) {
        margin-bottom: 5.08em
    }

    .accordion-menu__dropdownlink {
        padding: 3.96em 4.52em
    }

    .accordion-menu__dropdownlink-title {
        font-size: 3.77em;
        max-width: 11.73em
    }

    .accordion-menu__dropdownlink img {
        width: 13.17em
    }

    .accordion-menu__text {
        font-size: 3em
    }

    .accordion-menu__content {
        margin-top: -6em;
        padding-top: 9em;
        padding-bottom: 5em
    }

    .delivery {
        background-image: none
    }

    .delivery-box {
        padding: 6.21em 0
    }

    .delivery-box__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .delivery-box__item {
        width: 33.87em;
        height: 36.12em;
        margin-top: 7.53em
    }

    .delivery-box__item::before {
        font-size: 12.42em;
        top: -.7em
    }

    .delivery-box__item:not(:last-child):after {
        display: none
    }

    .delivery-box__item--odd::before {
        left: .33em
    }

    .delivery-box__item--even::before {
        right: -.76em;
        left: inherit
    }

    .delivery-box__icon {
        width: 20.51em;
        height: 19.19em
    }

    .delivery-box__text {
        font-size: 3em
    }

    .reviews__descr, .reviews__subtitle {
        font-size: 3em
    }

    .reviews__top {
        padding: .95em
    }

    .reviews__block {
        margin-top: 7.53em
    }

    .reviews__logo {
        font-size: 2.25em;
        line-height: 1em;
        padding-left: 1.5em
    }

    .reviews__refresh {
        font-size: 2.25em
    }

    .reviews__content {
        height: 69.61em
    }

    .reviews__content-left {
        width: 100%
    }

    .reviews__comment {
        padding-left: 2.16em
    }

    .reviews__items {
        height: 69.61em
    }

    .reviews__avatar img {
        width: 9.68em
    }

    .reviews__social img {
        width: 5.38em
    }

    .reviews__date {
        font-size: 3.45em
    }

    .reviews__text {
        font-size: 3.45em
    }

    .certificates {
        padding: 6.6em 9.41em
    }

    .certificates__subtitle {
        font-size: 3em
    }

    .certificates__img-prod {
        width: 25.4em;
        margin-top: 4.71em
    }

    .certificates__img-certif {
        width: 18.44em
    }

    .certificates__images {
        margin: 2.82em auto 4.71em;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        max-width: 47.1em
    }

    .certif-popup__content {
        max-width: 80%
    }

    .certif-popup__close {
        top: -4.09em;
        right: -3.09em;
        width: 9.62em;
        height: 9.62em
    }

    .certif-popup__arrow {
        width: 8.54em;
        height: 8.25em
    }

    .certif-popup__arrow-prev {
        left: -3.82em
    }

    .certif-popup__arrow-next {
        right: -3.82em
    }

    .footer {
        padding: 1.88em 0
    }

    .footer__link, .footer__text {
        font-size: 3em
    }

    .comeback__content {
        max-width: 80%
    }

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

    .comeback__title {
        font-size: 3em
    }

    .comeback__image {
        max-width: 28.22em
    }

    .order-popup__image {
        max-width: 18em
    }

    .order-popup__text {
        font-size: 2.63em
    }
}

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 10px;
    color: #6C6E6F;
}

.copyright p {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.copyright br {
    display: none;
}

.copyright img {
    margin: 10px auto !important;
    max-width: 100%;
    width: auto;
}

.copyright a {
    color: #6C6E6F;
    text-decoration: none;
}

.copyright a:hover {
    color: #FF0069;
    text-decoration: none;
}

.errField {
    display: none;
    font-size: 14px;
    background: #f00;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.errorMessage {
    font-size: 15px;
    background: rgba(255, 0, 0, 0.64);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    margin: 10px 0 0;
    z-index: 9999;
}
