@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

a,
body,
dd,
del,
div,
form,
h1,
h2,
h3,
h4,
header,
html,
i,
img,
label,
li,
object,
output,
p,
s,
section,
span,
table,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.slick-slide img,
header,
section {
    display: block
}

body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    line-height: 1.2;
    font-size: 18px
}


ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

br {
    line-height: 1;
    font-size: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
button,
button:focus,
input,
input:focus {
    outline: 0
}

a {
    text-decoration: none
}

button {
    border: 0;
    display: block;
    padding: 0;
    cursor: pointer
}

::-moz-focus-inner,
::-moz-focus-outer {
    border: 0;
    padding: 0
}

::-ms-clear {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

a:-moz-focusring,
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto-v20-latin-ext-900-webfont.woff2) format('woff2'), url(../fonts/roboto-v20-latin-ext-900-webfont.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto-v20-latin-ext-regular-webfont.woff2) format('woff2'), url(../fonts/roboto-v20-latin-ext-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/roboto-v20-latin-ext-700-webfont.woff2) format('woff2'), url(../fonts/roboto-v20-latin-ext-700-webfont.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

img {
    height: auto;
    display: block;
    max-width: 100%
}

svg {
    overflow: hidden
}

.container {
    margin: 0 auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.title {
    font-size: 26px;
    color: #31363e;
    font-weight: 900;
    line-height: 1.1
}

.text-bold {
    font-weight: 700
}

.text-black {
    font-weight: 900
}

.blue {
    color: #2058a3
}

.green {
    color: #8bbd0e
}

.bg {
    background: #f6f6f6
}

.form__wrap {
    margin-bottom: 16px;
    width: 100%;
    position: relative
}

.form__wrap::before {
    content: "";
    display: block;
    position: absolute;
    left: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form__wrap--name::before {
    width: 18px;
    height: 24px;
    background: url(../img/name_ico.png) no-repeat center;
    background-size: cover
}

.form__wrap--phone::before {
    width: 18px;
    height: 20px;
    background: url(../img/tel_ico.png) no-repeat center;
    background-size: cover
}

.btn,
.form__input {
    width: 100%;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

.form__input {
    height: 60px;
    border: 1px solid #dfe2e3;
    background-color: #f6f8f2;
    padding-left: 56px;
    padding-right: 10px;
    color: #949494;
    font-size: 16px;
    border-radius: 30px
}

.btn {
    background-color: #df2729;
    background-image: -webkit-gradient(linear, left top, right top, from(#ee270c), color-stop(50%, #ea7446), to(#ee270c));
    background-image: linear-gradient(to right, #ee270c 0, #ea7446 50%, #ee270c 100%);
    color: #fff;
    text-align: center;
    border-bottom: 6px solid #c32915;
    max-width: 100%;
    font-weight: 700;
    line-height: 1;
    padding: 12px 10px;
    border-radius: 60px;
    -webkit-box-shadow: 0 9px 20px 0 rgba(221, 56, 35, .6);
    box-shadow: 0 9px 20px 0 rgba(221, 56, 35, .6)
}

.btn__big {
    display: block;
    font-size: 26px
}

.btn__small {
    font-size: 15px
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.order-form__ttl span,
.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next:before {
    content: "→"
}

.slick-next {
    right: -25px
}

.slick-dots,
.slick-dots li button:before {
    position: absolute;
    left: 0;
    text-align: center
}

.slick-dots {
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    top: 0;
    width: 20px;
    height: 20px;
    content: "";
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slide {
    outline: 0
}

.block {
    padding-top: 25px;
    padding-bottom: 25px
}

.header {
    overflow: hidden
}

.header.block {
    padding-top: 15px
}

.header__info {
    margin-bottom: 15px
}

.header__title {
    text-align: center;
    font-size: 47px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.header__desc,
.header__text {
    text-align: center;
    margin-bottom: 10px
}

.header__desc {
    font-size: 19px;
    color: #343434
}

.header__text {
    font-weight: 900;
    font-size: 21px;
    line-height: 1.2
}

.header__list {
    max-width: 360px;
    width: 100%;
    margin: auto
}

.header__medals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

.header__medals--mob {
    display: none
}

.header__prod {
    max-width: 180px;
    width: 100%;
    margin: auto auto 15px
}

.header__form {
    max-width: 270px;
    width: 100%;
    margin: auto
}

.list-promo {
    color: #565655;
    font-size: 17px;
    line-height: 1.2
}

.list-promo__item {
    position: relative;
    padding-left: 30px;
    font-weight: 700
}

.list-promo__item:not(:last-of-type) {
    margin-bottom: 10px
}

.list-promo__item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #accf6a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 4px #cdea93;
    box-shadow: 0 0 0 4px #cdea93;
    margin: 4px
}

.medals__wrap {
    width: 80px;
    display: block
}

.medals__wrap:not(:last-of-type) {
    margin-right: 10px
}

.order-form {
    -webkit-box-shadow: 0 24px 46px rgba(217, 217, 217, .59);
    box-shadow: 0 24px 46px rgba(217, 217, 217, .59);
    position: relative;
    border-radius: 3px
}

.order-form::after,
.properties__right::before {
    content: '';
    display: block;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.order-form::after {
    top: -50px;
    left: 53%;
    width: 91px;
    height: 67px;
    background: url(../img/sale.png) no-repeat center;
    background-size: cover
}

.order-form__top {
    background-color: #fff;
    padding: 33px 22px 20px
}

.order-form__ttl {
    text-align: center;
    color: #222;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 23px
}

.order-form__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 17px
}

.order-form__form {
    margin-bottom: 18px
}

.order-form__security {
    max-width: 99%;
    margin: auto
}

.order-form__bottom {
    background: #8bbd0e;
    color: #fff;
    text-align: center;
    padding: 11px
}

.order-form__bottom span {
    color: #f24841;
    font-weight: 900
}

.price__col--old {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(55, 127, 27, .3)
}

.price__col--old .price__wrap {
    color: #444;
    position: relative
}

.price__col--old .price__wrap::after,
.price__col--old .price__wrap::before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(242, 72, 65, .8);
    height: 1px;
    width: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
    top: 50%;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg)
}

.price__col--old .price__wrap::after {
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg)
}

.price__col--old .price__val {
    font-size: 30px
}

.price__col--old .price__currency {
    font-size: 13px
}

.price__col--new .price__wrap {
    color: #222
}

.price__col--new .price__val {
    font-size: 32px;
    font-weight: 700
}

.price__col--new .price__currency,
.price__name {
    font-size: 15px
}

.price__name {
    color: #666;
    font-weight: 400;
    margin-bottom: 8px
}

.price__val {
    line-height: 100%
}

.price__currency {
    margin-left: 3px
}

.security {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.security__ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 11px
}

.security__text {
    color: #000;
    font-size: 15px
}

.properties {
    overflow: hidden
}

.properties__title {
    text-align: center;
    margin-bottom: 20px
}

.properties__left {
    margin-bottom: 30px
}

.properties__desc {
    text-align: center;
    font-weight: 900;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2
}

.properties__right {
    max-width: 180px;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative
}

.properties__right::before {
    width: 290px;
    height: 200px;
    background-image: url(../img/formula.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 46%;
    z-index: -1
}

.properties__prod,
.property__wrap-img img,
.review__photos img {
    margin: auto
}

.properties__medal {
    position: absolute;
    top: -20px;
    left: -20px
}

.property {
    text-align: center;
    max-width: 220px;
    width: 100%;
    margin: auto
}

.property:not(:last-of-type) {
    margin-bottom: 20px
}

.property__wrap-img {
    margin-bottom: 7px;
    text-align: center
}

.property__text {
    color: #31363e;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2
}

.process__title {
    text-align: center;
    margin-bottom: 52px
}

.process__wrapper {
    margin-bottom: 20px;
    counter-reset: section
}

.process__main {
    text-align: center;
    color: #31363e;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700
}

.process-item {
    position: relative
}

.process-item:first-of-type {
    margin-bottom: 40px
}

.process-item:first-of-type .process-item__top {
    background: url(../img/process_bg_1.jpg) no-repeat center;
    background-size: cover
}

.process-item:last-of-type .process-item__top {
    background: url(../img/process_bg_2.jpg) no-repeat center;
    background-size: cover
}

.process-item__top {
    height: 90px;
    position: relative;
    font-size: 0
}

.process-item__top::before {
    counter-increment: section;
    content: counter(section);
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    z-index: 1
}

.process-item__img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px
}

.process-item__bottom {
    background-color: #fff;
    padding: 10px;
    color: #31363e
}

.process-item__ttl {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700
}

.process-item__text {
    font-size: 16px;
    line-height: 1.2
}

.process-item__text:not(:last-of-type) {
    margin-bottom: 10px
}

.process-item__text span {
    font-weight: 900;
    white-space: nowrap
}

.advantages {
    overflow: hidden
}

.advantages__title {
    margin-bottom: 5px;
    text-align: center
}

.advantages__title span {
    text-transform: uppercase
}

.advantages__desc {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    color: #31363e
}

.advantages__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px
}

.advantages__col {
    margin-bottom: 30px;
    background-color: #efefef;
    border-radius: 40px;
    padding: 15px;
    text-align: center
}

.advantages__center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.advantages__prod {
    position: relative;
    max-width: 180px;
    width: 100%;
    margin: auto auto 10px
}

.advantages__medals {
    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
}

.advantages__main,
.advantages__text {
    text-align: center;
    color: #31363e;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2
}

.advantages__main {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6dfc6
}

.advantages__text {
    margin-bottom: 15px
}

.advantages__cert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 300px;
    width: 100%;
    margin: auto
}

.advantages__sertificat {
    width: 120px;
    border: 4px solid #8bbd0e;
    border-radius: 6px;
    overflow: hidden
}

.advantages__sertificat:nth-of-type(odd) {
    margin-right: 15px
}

.advantages__sertificat:nth-of-type(-n+2) {
    margin-bottom: 15px
}

.advantage__top {
    color: #31363e;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8bbd0e
}

.advantage__ttl {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700
}

.advantage__text {
    font-size: 17px
}

.advantage__img {
    display: none
}

.list-adv {
    color: #565655;
    font-size: 17px;
    line-height: 1.2
}

.list-adv__item:not(:last-of-type) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(214, 223, 198, .8)
}

.expert {
    position: relative;
    overflow: hidden
}

.expert__title {
    text-align: center
}

.expert__desc,
.expert__title {
    margin-bottom: 20px
}

.expert__text {
    font-size: 16px;
    line-height: 1.2;
    color: #565655
}

.expert__text:not(:last-of-type) {
    margin-bottom: 12px
}

.expert__text .text-bold {
    color: #31363e
}

.expert__clinical {
    margin-bottom: 20px
}

.clinical__wrap-img {
    margin-bottom: 10px;
    position: relative
}

.clinical__wrap-img::before {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    right: 0;
    height: 1px;
    background: #d6dfc6;
    width: calc(100% - 210px)
}

.clinical__img {
    width: 200px
}

.clinical__text {
    font-style: italic;
    font-size: 16px;
    line-height: 1.2;
    color: #31363e
}

.clinical__text .green {
    white-space: nowrap;
    font-style: normal
}

.expert-info {
    text-align: center
}

.expert-info__wrap {
    margin-bottom: 10px
}

.expert-info__name {
    color: #222;
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 700
}

.expert-info__post {
    color: #666;
    font-size: 16px
}

.expert-info__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.expert-info__link {
    display: inline-block;
    text-decoration: none;
    color: #31363e;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    border-bottom: 2px dotted #31363e;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.expert-info__link:hover,
.question__button span:hover {
    border-bottom: 2px dotted rgba(49, 54, 62, .001)
}

.reviews {
    background-color: #efefef;
    overflow: hidden
}

.reviews__title {
    text-align: center;
    margin-bottom: 20px
}

.reviews .slick-arrow {
    position: absolute;
    cursor: pointer;
    top: 100px;
    outline: 0;
    z-index: 1;
    background: 0 0;
    font-size: 0;
    overflow: visible;
    padding: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 4px solid #8bbd0e;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 4px #cdea93;
    box-shadow: 0 0 0 4px #cdea93
}

.reviews .slick-arrow::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 22px;
    background: url(../img/arrow_black.png);
    top: -4px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.reviews .slick-arrow.slick-next {
    right: 0
}

.reviews .slick-arrow.slick-next::before {
    right: 6px
}

.reviews .slick-arrow.slick-prev {
    left: 0
}

.reviews .slick-arrow.slick-prev::before {
    -webkit-transform: scaleX(-1.1);
    transform: scaleX(-1.1);
    left: 6px
}

.reviews .slick-arrow:hover.slick-next::before {
    right: 4px
}

.reviews .slick-arrow:hover.slick-prev::before {
    left: 4px
}

.review__photos {
    position: relative;
    margin-bottom: 20px
}

.review__notes {
    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;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    max-width: 370px;
    width: 100%;
    z-index: 1
}

.review__note-wrap {
    margin: auto;
    text-align: center
}

.review__note-wrap--before .review__note {
    background-color: #d6dfc6
}

.review__note-wrap--after .review__note {
    background-color: #8bbd0e
}

.review__note {
    color: #2a2a2a;
    font-size: 18px;
    white-space: nowrap;
    margin: auto;
    padding: 2px
}

.review__note span {
    font-size: 16px;
    font-weight: 900
}

.review__info {
    max-height: 177px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s
}

.review__info::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#efefef), color-stop(71%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #efefef 0, rgba(255, 255, 255, 0) 71%);
    height: 70px
}

.review__info.active {
    max-height: 1000px;
    overflow: visible
}

.list-order__text br,
.review__info.active::before,
.review__info.active~.review__btn::after {
    display: none
}

.review__name {
    color: #31363e;
    font-size: 16px;
    margin-bottom: 5px
}

.review__name span {
    font-weight: 900;
    font-size: 18px
}

.review__desc {
    font-size: 16px;
    margin-bottom: 15px
}

.review__text {
    color: #31363e;
    font-size: 17px;
    line-height: 1.2
}

.result .slick-arrow::before,
.review__btn {
    -webkit-transition: all .3s;
    transition: all .3s
}

.review__btn {
    background: #8bbd0e;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    margin: auto;
    cursor: pointer
}

.review__btn:hover {
    background: #749b10
}

.review__btn::after,
.review__btn::before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.review__btn::before {
    width: 16px;
    height: 1px
}

.review__btn::after {
    height: 16px;
    width: 1px
}

.result {
    overflow: hidden
}

.result__desc,
.result__title {
    margin-bottom: 5px;
    text-align: center
}

.result__desc {
    font-size: 18px;
    margin-bottom: 20px;
    color: #31363e
}

.result__table {
    width: 300px;
    margin: auto auto 20px
}

.result__main {
    text-align: center;
    color: #31363e;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px
}

.result__main span {
    white-space: nowrap
}

.result__form {
    -webkit-box-shadow: 0 14px 46px #d9d9d9;
    box-shadow: 0 14px 46px #d9d9d9;
    background-color: #fff;
    width: 270px;
    margin: auto;
    padding: 15px
}

.result__form .btn__big {
    font-size: 20px
}

.result__form .form-q__title {
    font-size: 22px;
    font-weight: 700
}

.result .slick-arrow,
.table::after {
    position: absolute;
    border-radius: 50%;
    background-color: #fff
}

.result .slick-arrow {
    cursor: pointer;
    top: 77.5px;
    outline: 0;
    z-index: 1;
    background: 0 0;
    font-size: 0;
    overflow: visible;
    padding: 0;
    width: 19px;
    height: 19px;
    border: 3px solid #8bbd0e;
    -webkit-box-shadow: 0 0 0 3px #cdea93;
    box-shadow: 0 0 0 3px #cdea93
}

.result .slick-arrow::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 18px;
    background: url(../img/arrow_black.png);
    background-size: 100%;
    top: -3px;
    opacity: 1;
    z-index: 1
}

.result .slick-arrow.slick-next {
    right: 0
}

.result .slick-arrow.slick-next::before,
.result .slick-arrow:hover.slick-next::before {
    right: 4px
}

.result .slick-arrow.slick-prev {
    left: 0
}

.result .slick-arrow.slick-prev::before {
    -webkit-transform: scaleX(-1.1);
    transform: scaleX(-1.1);
    left: 4px
}

.result .slick-arrow:hover.slick-prev::before {
    left: 4px
}

.table {
    border: 1px solid #d6dfc6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.table::after {
    content: '';
    display: block;
    bottom: 31px;
    left: 102px;
    width: 18px;
    height: 18px;
    border: 4px solid #accf6a;
    -webkit-box-shadow: 0 0 0 4px #cdea93, 0 0 0 8px #fff;
    box-shadow: 0 0 0 4px #cdea93, 0 0 0 8px #fff;
    margin: 8px
}

.table__col {
    text-align: center;
    width: 120px
}

.table__col:not(:last-of-type) .table__cell {
    border-right: 1px solid #d6dfc6
}

.table__col:not(:last-of-type) .table__cell:nth-of-type(2),
.table__col:not(:last-of-type) .table__cell:nth-of-type(8) {
    border-right: none;
    position: relative
}

.table__col:not(:last-of-type) .table__cell:nth-of-type(2)::before,
.table__col:not(:last-of-type) .table__cell:nth-of-type(8)::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    background: #d6dfc6;
    height: 28px;
    right: 0
}

.table__col:not(:last-of-type) .table__cell:nth-of-type(2)::before {
    bottom: 0
}

.table__col:not(:last-of-type) .table__cell:nth-of-type(8)::before {
    top: 0
}

.table__col:not(:last-of-type) .table__cell--result {
    border-right: none
}

.table__col:not(:last-of-type) .table__cell--result .table__text {
    border-right: 1px solid #94b458
}

.table__wrap {
    width: calc(100% - 120px)
}

.table__wrap .table__col {
    width: 180px
}

.table__cell {
    padding: 10px 0;
    min-height: 38px;
    font-size: 16px
}

.table__cell:nth-of-type(3),
.table__cell:nth-of-type(5),
.table__cell:nth-of-type(7) {
    background-color: #f6f6f6
}

.table__cell--title {
    border-bottom: 1px solid #d6dfc6;
    min-height: 78px;
    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
}

.table__cell--title .table__text {
    color: #565655;
    font-weight: 700;
    width: 100%
}

.table__cell--note {
    font-weight: 700;
    font-size: 18px
}

.table__cell--num,
.table__cell--result {
    color: #31363e;
    font-weight: 700
}

.table__cell--result {
    font-size: 18px;
    padding: 15px 0;
    background-color: #f6f6f6
}

.order {
    position: relative
}

.order__title {
    text-align: center;
    margin-bottom: 20px
}

.order__subtitle {
    text-align: center;
    font-style: italic;
    font-size: 17px
}

.order__subtitle .green {
    font-style: normal
}

.list-order {
    margin-bottom: 25px
}

.list-order__item {
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
    position: relative
}

.list-order__item:not(:last-child) {
    margin-bottom: 25px
}

.list-order__img {
    background-color: #fff;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    margin: 0 auto 10px
}

.list-order__img--form {
    background-size: contain
}

.webp .list-order__img--form {
    background-image: url(../img/form_copy.webp)
}

.list-order__img--operator {
    background-size: contain
}

.webp .list-order__img--operator {
    background-image: url(../img/operator.webp)
}

.list-order__img--prod {
    background-size: 43%;
    background-repeat: no-repeat;
    background-position: center
}

.webp .list-order__img--prod {
    background-image: url(../img/product.webp)
}

.list-order__title {
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 10px
}

.list-order__text {
    font-size: 16px;
    color: #49424c
}

.photos__title {
    text-align: center;
    margin-bottom: 20px
}

.photos__subtitle {
    font-size: 19px;
    text-align: center;
    color: #31363e
}

.images {
    position: relative;
    max-width: 320px;
    height: 384px;
    overflow: hidden;
    margin: 0 auto 25px
}

.images__item {
    position: absolute
}

.images__item--4 {
    top: 0;
    left: 0
}

.images__item--8 {
    left: 148px;
    top: 0
}

.images__item--5 {
    left: 148px;
    top: 125px
}

.images__item--10 {
    left: 0;
    top: 196px
}

.images__item--18 {
    left: 148px;
    top: 253px
}

.question {
    z-index: 1;
    position: relative;
    background-color: #fff
}

.question__title {
    text-align: center;
    margin-bottom: 25px
}

.question__form {
    -webkit-box-shadow: 0 14px 46px #d9d9d9;
    box-shadow: 0 14px 46px #d9d9d9;
    width: 270px;
    margin: 0 auto;
    padding: 15px
}

.question__form,
.question__form .form__input {
    background-color: #fff
}

.question__button {
    text-align: center;
    color: #31363e;
    cursor: pointer;
    margin-bottom: 20px
}

.question__button span {
    border-bottom: 2px dotted #31363e;
    -webkit-transition: all .3s;
    transition: all .3s
}

.question__open {
    display: inline-block
}

.question__close,
.question__open.active {
    display: none
}

.question__close.active {
    display: inline-block
}

.list-q {
    margin-bottom: 25px
}

.list-q__title {
    color: #31363e;
    margin-bottom: 14px
}

.list-q__text {
    font-size: 17px;
    color: #77880f
}

.list-q__item:not(:last-child) {
    margin-bottom: 24px
}

.list-q__item:nth-child(3) {
    margin-bottom: 0
}

.list-q__item:nth-child(4).active {
    margin-top: 24px
}

.list-q__item--vissible {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-bottom: 0 !important
}

.list-q__item--vissible.active {
    display: block;
    -webkit-animation: fade-in 1s;
    animation: fade-in 1s;
    max-height: 100%;
    opacity: 1;
    margin-bottom: 24px !important
}

.list-q__link {
    color: #31363e;
    border-bottom: 2px dotted #31363e
}

.form-q__title {
    color: #31363e;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center
}

.doctor {
    position: relative;
    background-color: #efefef;
    z-index: 0
}

.list-doc {
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #222;
    border-bottom: 1px solid #d6dfc6
}

.list-doc__item {
    position: relative;
    padding-left: 32px;
    line-height: 1.3
}

.list-doc__item::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 4px solid #8bbd0e;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 4px #cdea93;
    box-shadow: 0 0 0 4px #cdea93;
    top: 0;
    left: 0;
    z-index: 0;
    margin: 4px
}

.list-doc__item:not(:last-child) {
    margin-bottom: 15px
}

.info-doc {
    text-align: center
}

.info-doc__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-doc__img img {
    max-width: 100px
}

.info-doc__name {
    font-size: 22px;
    color: #222;
    margin-bottom: 5px
}

.info-doc__post {
    color: #666
}

.info-doc__wrap {
    margin-bottom: 15px
}

.recommend {
    position: relative
}

.recommend__title {
    text-align: center;
    margin-bottom: 20px
}

.recommend__subtitle {
    text-align: center;
    font-style: italic;
    color: #565655
}

.recommend__subtitle .blue {
    font-style: normal
}

.list-rec {
    margin-bottom: 25px
}

.list-rec__item {
    text-align: center;
    position: relative
}

.list-rec__item:not(:last-child) {
    margin-bottom: 25px
}

.list-rec__img {
    background-color: #fff;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.list-rec__clock {
    position: absolute;
    top: 15px;
    left: 15px
}

.list-rec__glass,
.list-rec__year {
    position: absolute;
    left: 30px;
    top: 10px;
    width: 183px
}

.list-rec__year {
    width: 180px;
    top: 2px;
    left: 23px
}

.list-rec__product {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 60px
}

.list-rec__title {
    color: #2a2a2a;
    font-size: 18px
}

.popup {
    border-radius: 5px;
    background-color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 15px
}

.popup__wrapper {
    width: 266px
}

.popup__img {
    display: none
}

.popup .blue {
    font-size: 40px;
    text-transform: uppercase
}

.popup__title {
    color: #343434;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: center
}

.popup__form {
    margin-bottom: 40px
}

.popup__security {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .list-doc::before {
        content: none !important
    }

    .advantages__text {
        max-width: 36% !important
    }

    .review__notes {
        left: 37%
    }
}

@media screen and (min-width:480px) {
    .container {
        width: 480px
    }

    .title {
        font-size: 28px
    }

    .block {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .header__title {
        font-size: 50px
    }

    .list-promo {
        font-size: 18px
    }

    .properties__desc {
        font-size: 22px
    }

    .properties__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .properties__right::before {
        width: 360px
    }

    .property {
        max-width: 100%;
        width: calc(100%/2 - 10px);
        margin: 0
    }

    .property:nth-of-type(3) {
        margin-bottom: 0
    }

    .process__main {
        font-size: 21px
    }

    .process-item__top::before {
        font-size: 34px;
        left: 15px;
        bottom: 15px
    }

    .process-item__bottom {
        padding: 15px
    }

    .advantages__col {
        text-align: left
    }

    .advantages__main {
        font-size: 21px
    }

    .advantages__text {
        font-size: 19px;
        margin-bottom: 20px
    }

    .advantages__cert {
        max-width: 100%
    }

    .advantages__sertificat {
        width: 150px
    }

    .advantage__top {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .advantage__wrap {
        width: calc(100% - 40px)
    }

    .advantage__img {
        display: block;
        width: 72px
    }

    .expert__photo {
        position: absolute;
        bottom: -160px;
        width: 220px;
        right: calc(50% - 220px)
    }

    .expert-info {
        text-align: left;
        max-width: 50%
    }

    .expert-info__images {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .result__main {
        font-size: 21px
    }

    .order__title,
    .photos__title {
        margin-bottom: 25px
    }

    .photos__subtitle {
        font-size: 24px
    }

    .info-doc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .info-doc__wrap {
        margin-bottom: 0;
        margin-right: 15px
    }

    .recommend__title {
        margin-bottom: 25px
    }
}

@media screen and (min-width:640px) {
    .container {
        width: 640px
    }

    .title {
        font-size: 34px
    }

    .header__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__info {
        width: 100%;
        margin-bottom: 57px
    }

    .header__title {
        font-size: 54px
    }

    .header__desc {
        font-size: 21px;
        margin-bottom: 15px
    }

    .header__text {
        font-size: 24px;
        max-width: 79%;
        margin: auto auto 15px
    }

    .header__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;
        max-width: 100%
    }

    .header__medals {
        margin-bottom: 0
    }

    .header__center {
        margin-right: 20px
    }

    .header__prod {
        max-width: 190px
    }

    .header__form {
        margin: 0
    }

    .list-promo__item:not(:last-of-type) {
        margin-bottom: 0;
        margin-right: 15px
    }

    .medals__wrap {
        width: 90px
    }

    .medals__wrap:not(:last-of-type) {
        margin-right: 15px
    }

    .properties__desc {
        font-size: 24px;
        margin-bottom: 20px
    }

    .process__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .process__main {
        font-size: 23px
    }

    .process-item {
        width: calc(50% - 10px)
    }

    .process-item:first-of-type {
        margin-bottom: 0
    }

    .process-item__bottom {
        min-height: 240px
    }

    .process-item__ttl {
        font-size: 22px
    }

    .process-item__text {
        font-size: 17px
    }

    .advantages__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .advantages__col {
        width: calc(50% - 10px)
    }

    .advantages__center {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .advantages__main {
        font-size: 23px;
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .advantages__text {
        font-size: 20px
    }

    .advantages__sertificat {
        width: 140px;
        border: 5px solid #8bbd0e
    }

    .advantages__sertificat:nth-of-type(-n+2) {
        margin-bottom: 0
    }

    .advantages__sertificat:nth-of-type(-n+3) {
        margin-right: 15px
    }

    .advantage__img {
        width: 80px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .reviews__title {
        margin-bottom: 25px
    }

    .reviews .slick-list {
        margin: 0 -10px
    }

    .reviews .slick-slide {
        margin: 0 10px
    }

    .result__table {
        width: 480px
    }

    .result__main {
        font-size: 23px
    }

    .list-order {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .list-order__item {
        width: 32%
    }

    .list-doc__item:not(:last-child),
    .list-order__item:not(:last-child),
    .list-rec__item:not(:last-child) {
        margin-bottom: 0
    }

    .list-order__img {
        width: 180px;
        height: 180px;
        margin: 0 auto 15px
    }

    .photos__subtitle {
        font-size: 25px
    }

    .images {
        max-width: 510px;
        height: 460px;
        margin-bottom: 30px
    }

    .images__item--12 {
        right: 0;
        top: 95px
    }

    .images__item--8 {
        left: 219px;
        top: 79px
    }

    .images__item--10 {
        left: 0;
        top: 206px
    }

    .images__item--5 {
        left: 142px;
        top: 206px
    }

    .images__item--3 {
        left: 370px;
        top: 206px
    }

    .images__item--1 {
        left: 170px;
        top: 331px
    }

    .images__item--4 {
        left: 78px
    }

    .images__item--11 {
        left: 0;
        top: 90px
    }

    .images__item--18 {
        right: 0;
        left: auto;
        bottom: 0;
        top: auto
    }

    .list-doc {
        padding-bottom: 20px;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center
    }

    .list-doc__item {
        width: 32%;
        padding-left: 0;
        padding-top: 35px
    }

    .list-doc__item::before {
        width: 22px;
        height: 22px;
        left: calc(50% - 12px)
    }

    .list-rec {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .list-rec__item {
        width: 32%
    }

    .list-rec__img {
        width: 180px;
        height: 180px
    }

    .list-rec__clock {
        width: 154px
    }

    .list-rec__glass {
        width: 138px
    }

    .list-rec__year {
        width: 142px;
        left: 18px;
        top: 2px
    }
}

@media screen and (min-width:768px) {
    .container {
        width: 768px;
        padding-left: 25px;
        padding-right: 25px
    }

    .title {
        font-size: 38px
    }

    .bg {
        background: #f6f6f6 url(../img/bg.jpg) no-repeat center;
        background-size: cover;
        background-position-x: 0
    }

    .block {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .header__title {
        font-size: 66px
    }

    .header__text {
        font-size: 28px
    }

    .list-promo {
        font-size: 19px
    }

    .properties__left {
        margin-bottom: 40px
    }

    .properties__desc {
        font-size: 26px
    }

    .property__text {
        max-width: 60%;
        width: 100%;
        margin: auto
    }

    .process__title {
        margin-bottom: 60px
    }

    .process__wrapper {
        margin-bottom: 30px
    }

    .process__main {
        font-size: 25px
    }

    .process__main span {
        display: block
    }

    .process-item__bottom {
        min-height: 221px
    }

    .advantages__main {
        font-size: 25px
    }

    .advantages__text {
        font-size: 22px
    }

    .advantage__ttl {
        font-size: 21px;
        white-space: nowrap
    }

    .list-adv__item:not(:last-of-type) {
        margin-bottom: 12px;
        padding-bottom: 12px
    }

    .expert__text {
        font-size: 17px;
        line-height: 24px
    }

    .expert__photo {
        bottom: 0;
        width: 240px;
        right: calc(50% - 360px)
    }

    .clinical__wrap-img::before {
        width: calc(100% - 230px)
    }

    .clinical__img {
        width: 220px
    }

    .clinical__text {
        font-size: 17px;
        line-height: 24px;
        max-width: 68%
    }

    .reviews .slick-arrow {
        top: 110px
    }

    .result__table {
        width: 660px
    }

    .result__main {
        font-size: 25px
    }

    .order__title {
        margin-bottom: 30px
    }

    .list-order {
        margin-bottom: 35px
    }

    .list-order__img {
        width: 210px;
        height: 210px;
        margin: 0 auto 30px
    }

    .photos__title {
        margin-bottom: 32px
    }

    .photos__subtitle {
        font-size: 28px
    }

    .images {
        max-width: 640px;
        margin-bottom: 35px
    }

    .images__item--12 {
        top: 116px
    }

    .images__item--4 {
        left: 135px;
        top: 20px
    }

    .images__item--8 {
        left: 314px;
        top: 45px
    }

    .images__item--5 {
        left: 0;
        top: 240px
    }

    .images__item--3 {
        left: 377px;
        top: 325px
    }

    .images__item--10 {
        left: 505px;
        top: 235px
    }

    .images__item--1 {
        left: 244px;
        bottom: 90px
    }

    .images__item--18 {
        left: 288px;
        bottom: 154px
    }

    .question__form {
        margin: 0;
        padding: 32px 22px 53px
    }

    .question__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .question__button {
        width: 100%
    }

    .list-doc {
        text-align: left
    }

    .list-doc__item::before {
        left: 0
    }

    .recommend__title {
        margin-bottom: 30px
    }

    .list-rec {
        margin-bottom: 35px
    }

    .list-rec__img {
        width: 210px;
        height: 210px;
        margin: 0 auto 30px
    }

    .list-rec__clock {
        width: 183px
    }

    .list-rec__glass {
        top: 5px;
        left: 35px;
        width: 164px
    }

    .list-rec__year {
        width: 165px;
        left: 23px;
        top: 2px
    }

    .list-rec__product {
        width: 75px
    }

    .list-rec__title {
        font-size: 19px
    }
}

@media screen and (min-width:1000px) {
    .popup {
        padding: 30px
    }

    .popup__wrapper {
        margin-right: 29px
    }

    .popup__img {
        width: 196px;
        display: block
    }
}

@media screen and (min-width:1024px) {
    .container {
        width: 1024px
    }

    .title {
        font-size: 40px
    }

    .bg {
        background-position-x: center;
        background-size: auto
    }

    .label {
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 364px;
        height: 61px;
        background: url(../img/label_arrow.png) no-repeat center, url(../img/label.png) no-repeat center
    }

    .create_rom_footer,
    .ev-footer {
        padding-top: 70px
    }

    .header {
        overflow: inherit;
        position: relative
    }

    .header.block {
        padding-top: 50px
    }

    .header::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: calc(50% - 238px);
        width: 337px;
        height: 643px;
        background-image: url(../img/header_girl.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain
    }

    .header__wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative
    }

    .header__info {
        max-width: 400px;
        margin: 0
    }

    .header__title {
        font-size: 74px;
        text-align: left
    }

    .header__desc,
    .header__text {
        text-align: left;
        margin-bottom: 20px
    }

    .header__text {
        max-width: 100%;
        font-size: 34px;
        margin-bottom: 30px
    }

    .header__list {
        display: block;
        margin-bottom: 30px
    }

    .header__medals--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__medals--desc {
        display: none
    }

    .header__medals {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header__prod {
        position: absolute;
        bottom: -130px;
        left: calc(50% - 113px)
    }

    .header__form {
        padding-top: 30px
    }

    .list-promo__item:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 20px
    }

    .properties.block {
        padding-top: 80px
    }

    .properties__title {
        text-align: left;
        max-width: 90%
    }

    .properties__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .properties__left {
        margin-bottom: 0;
        margin-right: 130px
    }

    .properties__desc {
        text-align: left
    }

    .properties__list {
        max-width: 550px;
        width: 100%
    }

    .properties__right {
        position: relative;
        left: auto;
        margin: 0;
        max-width: 190px
    }

    .properties__medal {
        top: -60px;
        left: -10px
    }

    .property__text {
        max-width: 70%
    }

    .process {
        position: relative
    }

    .process__main {
        font-size: 28px
    }

    .process-item__top {
        height: 100px
    }

    .process-item__top::before {
        left: 20px;
        bottom: 10px;
        font-size: 36px
    }

    .process-item__bottom {
        min-height: 210px;
        padding: 20px
    }

    .process-item__ttl {
        font-size: 24px;
        margin-bottom: 20px
    }

    .process-item__text:not(:last-of-type) {
        margin-bottom: 15px
    }

    .advantages__desc {
        font-size: 20px;
        max-width: 70%;
        width: 100%;
        margin: auto auto 50px
    }

    .advantages__col {
        background: 0 0;
        border-radius: 0;
        padding: 0;
        width: 33%;
        margin-bottom: 0
    }

    .advantages__col:last-of-type .advantage__ttl {
        margin-left: auto
    }

    .advantages__col:last-of-type .advantage__top {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .advantages__col:last-of-type .advantage__img {
        left: 0;
        right: auto
    }

    .advantages__col:last-of-type .list-adv {
        text-align: right
    }

    .advantages__center {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .advantages__prod {
        max-width: 170px
    }

    .advantages__main {
        font-size: 28px;
        margin-bottom: 40px;
        padding-bottom: 40px
    }

    .advantages__bottom {
        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
    }

    .advantages__text {
        text-align: left;
        max-width: 35%;
        margin-right: 20px
    }

    .advantage__top {
        background-color: #efefef;
        border-radius: 40px;
        border-bottom: none;
        padding: 10px 20px;
        position: relative;
        margin-bottom: 0
    }

    .advantage__wrap {
        width: 100%
    }

    .advantage__ttl {
        white-space: normal;
        font-size: 22px;
        max-width: 90%
    }

    .advantage__img {
        position: absolute;
        top: -30px;
        right: -20px;
        width: auto
    }

    .list-adv {
        font-size: 18px;
        padding: 20px
    }

    .expert.block {
        padding-top: 96px
    }

    .expert__title {
        margin-bottom: 30px
    }

    .expert__clinical,
    .expert__desc {
        max-width: 60%
    }

    .expert__photo {
        width: 390px;
        right: calc(50% - 511px)
    }

    .clinical__text,
    .expert-info {
        max-width: 100%
    }

    .expert-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .expert-info__wrap {
        margin-bottom: 0;
        margin-right: 20px
    }

    .reviews__title {
        margin-bottom: 30px
    }

    .reviews__slider {
        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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .review {
        width: calc(100%/3 - 12px)
    }

    .result__desc {
        font-size: 20px;
        margin-bottom: 30px
    }

    .result__table {
        width: 100%;
        margin-bottom: 30px
    }

    .result__main {
        font-size: 28px;
        margin-bottom: 30px
    }

    .result__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0;
        width: 100%;
        padding: 0
    }

    .result__form .btn {
        padding: 15px 10px
    }

    .result__form .form-q__title {
        margin-bottom: 0;
        margin-right: 20px;
        font-size: 28px;
        text-align: left;
        max-width: 160px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .result__form .form__wrap {
        margin-bottom: 0;
        margin-right: 15px
    }

    .result__form .form__input {
        background: 0 0
    }

    .table::after {
        left: 488px
    }

    .table__col,
    .table__wrap .table__col {
        width: calc(100%/5)
    }

    .table__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .order__title {
        margin-bottom: 40px
    }

    .list-order {
        margin-bottom: 45px
    }

    .info-doc__img img,
    .list-order__item {
        max-width: 100%
    }

    .list-order__item:not(:last-child)::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 22px;
        background: url(../img/arrow_black.png);
        top: 125px;
        right: -19px;
        z-index: 1
    }

    .list-order__item:not(:last-child)::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 4px solid #8bbd0e;
        background-color: #fff;
        -webkit-box-shadow: 0 0 0 4px #cdea93;
        box-shadow: 0 0 0 4px #cdea93;
        top: 125px;
        right: -22px;
        z-index: 0
    }

    .list-order__img {
        width: 270px;
        height: 270px;
        margin: 0 auto 35px
    }

    .list-order__text br {
        display: block
    }

    .photos__subtitle {
        font-size: 36px
    }

    .images {
        width: 100%;
        max-width: 1170px;
        height: 565px;
        margin-bottom: 54px
    }

    .images__item--13 {
        left: 10px;
        top: 155px
    }

    .images__item--1 {
        left: 560px;
        bottom: 0;
        top: auto
    }

    .images__item--12 {
        left: 133px;
        top: 120px
    }

    .images__item--4 {
        left: 305px;
        top: 20px
    }

    .images__item--8 {
        left: 460px;
        top: 105px
    }

    .images__item--9 {
        left: 590px;
        top: 0
    }

    .images__item--2 {
        left: 700px;
        top: 75px
    }

    .images__item--6 {
        left: 825px;
        top: 165px
    }

    .images__item--16 {
        right: 90px;
        top: 105px
    }

    .images__item--15 {
        right: 0;
        top: 88px
    }

    .images__item--14 {
        left: 89px;
        bottom: 195px
    }

    .images__item--5 {
        left: 165px;
        top: 240px
    }

    .images__item--3 {
        left: 420px;
        top: 235px
    }

    .images__item--10 {
        left: 545px;
        top: 235px
    }

    .images__item--17 {
        left: 700px;
        bottom: 60px
    }

    .images__item--7 {
        right: 52px;
        top: 0
    }

    .images__item--11 {
        left: 220px;
        bottom: 90px;
        top: auto
    }

    .images__item--18 {
        left: 335px;
        bottom: 70px
    }

    .question__title {
        margin-bottom: 40px
    }

    .question__form {
        margin-top: -20px;
        margin-bottom: 18px
    }

    .question__prod {
        display: none
    }

    .question__wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .question__button {
        width: 100%;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .list-q {
        width: calc(100% - 304px)
    }

    .form-q__title {
        font-size: 36px;
        margin-bottom: 25px
    }

    .doctor.block {
        padding: 35px 0
    }

    .doctor__wrapper {
        padding-left: 270px
    }

    .doctor__photo {
        position: absolute;
        right: calc(50% + 254px);
        bottom: -37px;
        width: 247px
    }

    .list-doc {
        padding-bottom: 35px;
        margin-bottom: 15px;
        border-bottom: none;
        position: relative
    }

    .list-doc::before {
        content: "";
        position: absolute;
        width: 180px;
        height: 1;
        border-bottom: 1px solid #d6dfc6;
        bottom: 0;
        left: 0;
        z-index: 0
    }

    .list-doc__item {
        padding-top: 45px
    }

    .list-doc__item--1 {
        max-width: 210px
    }

    .info-doc {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .info-doc__wrap {
        margin-right: 45px
    }

    .recommend__title {
        margin-bottom: 40px
    }

    .list-rec {
        margin-bottom: 45px
    }

    .list-rec__item:not(:last-child)::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 22px;
        background: url(../img/arrow_black.png);
        top: 125px;
        right: -20px;
        z-index: 1
    }

    .list-rec__item:not(:last-child)::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 4px solid #8bbd0e;
        background-color: #fff;
        -webkit-box-shadow: 0 0 0 4px #cdea93;
        box-shadow: 0 0 0 4px #cdea93;
        top: 125px;
        right: -27px;
        z-index: 0
    }

    .list-rec__img {
        width: 270px;
        height: 270px;
        margin: 0 auto 35px
    }

    .list-rec__clock {
        width: auto;
        top: 34px;
        left: 34px
    }

    .list-rec__glass {
        width: auto
    }

    .list-rec__year {
        width: auto;
        top: 5px;
        left: 25px
    }

    .list-rec__product {
        width: 93px
    }

    .list-rec__title {
        font-size: 20px
    }
}

@media screen and (min-width:1219px) {

    .create_rom_footer,
    .ev-footer {
        padding-top: 120px
    }

    .doctor__wrapper {
        padding-left: 400px
    }

    .doctor__photo {
        width: 273px;
        bottom: -81px
    }
}

@media screen and (min-width:1220px) {
    .container {
        width: 1220px
    }

    .title {
        font-size: 44px
    }

    .header.block {
        padding-top: 72px;
        padding-bottom: 46px
    }

    .header.block::before {
        height: 692px;
        right: calc(50% - 320px)
    }

    .header__info {
        max-width: 500px
    }

    .header__title {
        font-size: 84px;
        margin-bottom: 2px
    }

    .header__desc {
        font-size: 22px;
        margin-bottom: 32px
    }

    .header__text {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 43px
    }

    .header__list {
        margin-bottom: 45px
    }

    .header__prod {
        bottom: -149px;
        max-width: 196px;
        left: calc(50% - 171px)
    }

    .list-promo__item {
        padding-left: 39px
    }

    .list-promo__item:not(:last-of-type) {
        margin-bottom: 24px
    }

    .medals__wrap {
        width: 93px
    }

    .medals__wrap:not(:last-of-type) {
        margin-right: 19px
    }

    .properties.block {
        padding-top: 123px;
        padding-bottom: 105px
    }

    .properties__title {
        max-width: 74%;
        margin-bottom: 41px
    }

    .properties__title.title {
        font-size: 49px
    }

    .properties__wrapper {
        position: relative
    }

    .properties__desc {
        font-size: 30px;
        margin-bottom: 40px
    }

    .properties__list {
        max-width: 780px
    }

    .properties__right {
        position: absolute;
        bottom: 0;
        right: 65px;
        max-width: 186px
    }

    .properties__right::before {
        width: 429px;
        height: 237px;
        top: -50px;
        left: 22%
    }

    .property {
        width: 195px
    }

    .property:not(:last-of-type) {
        margin-bottom: 0
    }

    .property__wrap-img {
        margin-bottom: 32px
    }

    .property__text {
        max-width: 100%
    }

    .process {
        padding-top: 93px;
        padding-bottom: 76px
    }

    .process__title {
        max-width: 90%;
        width: 100%;
        margin: auto auto 82px
    }

    .process__wrapper {
        margin-bottom: 44px
    }

    .process__main {
        font-size: 32px;
        line-height: 36px;
        max-width: 78%;
        width: 100%;
        margin: auto
    }

    .process-item {
        width: calc(50% - 15px)
    }

    .process-item__top {
        height: 120px
    }

    .process-item__top::before {
        font-size: 56px;
        bottom: 13px
    }

    .process-item__img {
        width: auto
    }

    .process-item__bottom {
        min-height: 271px;
        padding: 32px 28px
    }

    .process-item__ttl {
        font-size: 28px;
        margin-bottom: 30px
    }

    .process-item__text {
        line-height: 23px
    }

    .process-item__text:not(:last-of-type) {
        margin-bottom: 30px
    }

    .advantages {
        padding-top: 77px;
        padding-bottom: 100px
    }

    .advantages__title {
        margin-bottom: 12px
    }

    .advantages__desc {
        font-size: 22px;
        line-height: 24px;
        max-width: 60%;
        margin-bottom: 82px
    }

    .advantages__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative;
        margin-bottom: 77px
    }

    .advantages__col {
        width: 100%;
        max-width: 470px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .advantages__col:last-of-type .advantage__text {
        white-space: nowrap
    }

    .advantages__col:last-of-type .advantage__img {
        left: 34px
    }

    .advantages__col:last-of-type .list-adv__item {
        margin-left: auto
    }

    .advantages__center {
        position: absolute;
        top: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .advantages__prod {
        max-width: 196px
    }

    .advantages__main {
        font-size: 32px;
        max-width: 79%;
        width: 100%;
        margin: auto auto 88px;
        padding-bottom: 81px
    }

    .advantages__text {
        max-width: 28%
    }

    .advantages__sertificat {
        width: 156px
    }

    .advantages__sertificat:nth-of-type(-n+3) {
        margin-right: 49px;
        border: 7px solid #8bbd0e
    }

    .advantage__top {
        padding: 13px 32px
    }

    .advantage__ttl {
        font-size: 25px;
        margin-bottom: 7px
    }

    .advantage__text {
        font-size: 18px
    }

    .advantage__img {
        top: -50px;
        right: 22px
    }

    .list-adv {
        padding: 39px 33px;
        line-height: 23px
    }

    .list-adv__item {
        max-width: 89%
    }

    .list-adv__item span {
        display: block
    }

    .list-adv__item:not(:last-of-type) {
        margin-bottom: 26px;
        padding-bottom: 26px
    }

    .expert {
        padding-bottom: 50px
    }

    .expert__title {
        text-align: left;
        max-width: 40%;
        margin-bottom: 36px
    }

    .expert__desc {
        max-width: 56%;
        margin-bottom: 44px
    }

    .expert__text {
        font-size: 18px;
        line-height: 23px
    }

    .expert__text:not(:last-of-type) {
        margin-bottom: 23px
    }

    .expert__clinical {
        max-width: 62%;
        margin-bottom: 24px
    }

    .expert__photo {
        width: 500px;
        right: calc(50% - 667px)
    }

    .clinical__wrap-img {
        margin-bottom: 11px
    }

    .clinical__wrap-img::before {
        top: 20px;
        width: calc(100% - 246px)
    }

    .clinical__img {
        width: 237px
    }

    .expert-info__wrap {
        margin-right: 30px
    }

    .expert-info__name {
        font-size: 22px
    }

    .expert-info__post,
    .review__note span {
        font-size: 18px
    }

    .expert-info__images {
        padding-top: 12px;
        margin-right: 77px
    }

    .expert-info__sign {
        margin-right: 21px
    }

    .expert-info__link {
        font-size: 17px
    }

    .reviews {
        padding-top: 74px;
        padding-bottom: 80px
    }

    .reviews__title {
        margin-bottom: 44px
    }

    .review {
        width: calc(100%/3 - 15px)
    }

    .review__photos {
        margin-bottom: 38px
    }

    .review__name span,
    .review__note {
        font-size: 20px
    }

    .review__info {
        margin-left: 4px;
        max-height: 186px
    }

    .review__desc {
        line-height: 20px;
        margin-bottom: 16px;
        max-width: 84%
    }

    .review__text {
        line-height: 24px
    }

    .result {
        padding-top: 76px;
        padding-bottom: 118px
    }

    .result__title {
        margin-bottom: 12px
    }

    .result__desc {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 66px
    }

    .result__table {
        margin-bottom: 44px
    }

    .result__main {
        max-width: 78%;
        width: 100%;
        margin: auto auto 33px
    }

    .result__form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .result__form .btn__big {
        font-size: 24px;
        padding: 4px 10px
    }

    .result__form .form-q__title {
        font-size: 36px;
        margin-right: 40px;
        max-width: 210px
    }

    .result__form .form__wrap {
        width: 226px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 30px
    }

    .result__form .form__btn {
        width: 326px;
        font-size: 24px
    }

    .table::after {
        left: 590px;
        bottom: 77px
    }

    .table__col:not(:last-of-type) .table__cell:nth-of-type(2)::before {
        height: 50px
    }

    .table__col:not(:last-of-type) .table__cell:nth-of-type(8)::before {
        height: 39px
    }

    .table__cell {
        padding: 21px 0;
        font-size: 18px
    }

    .table__cell--title {
        font-size: 18px;
        line-height: 24px;
        padding: 27px 0;
        min-height: 127px
    }

    .table__cell--note {
        font-size: 20px;
        padding: 27px 0
    }

    .table__cell--num {
        font-size: 18px
    }

    .table__cell--result {
        font-size: 20px;
        padding: 35px 0
    }

    .order__title {
        margin-bottom: 45px
    }

    .order {
        padding-top: 101px;
        padding-bottom: 75px
    }

    .order__subtitle {
        font-size: 18px
    }

    .list-order {
        margin-bottom: 50px
    }

    .list-order__item:not(:last-child)::after {
        right: -27px
    }

    .list-order__item:not(:last-child)::before {
        right: -22px
    }

    .list-order__img {
        margin: 0 auto 40px
    }

    .images__item--7 {
        top: 300px
    }

    .images__item--12 {
        left: 220px
    }

    .images__item--7 {
        right: 40px
    }

    .images__item--14 {
        left: 50px
    }

    .images__item--16 {
        left: 140px
    }

    .images__item--15 {
        top: 215px
    }

    .question__form {
        margin-top: -40px
    }

    .recommend__title {
        margin-bottom: 50px
    }

    .recommend {
        padding-top: 105px;
        padding-bottom: 85px
    }

    .list-rec {
        margin-bottom: 55px
    }

    .list-rec__img {
        margin: 0 auto 40px
    }
}

@media screen and (min-width:1024px) and (max-width:1219px) {
    .block {
        padding-top: 60px;
        padding-bottom: 60px
    }
}
.question__prod {
    max-width: 190px;
}