
@-webkit-keyframes bounce {

    0%,
    20%,
    40%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10%,
    30% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes bounce {

    0%,
    20%,
    40%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10%,
    30% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    min-width: 320px;
    min-height: 100vh;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.3;
    background: #fff;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: 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
}

::-moz-focus-inner,
::-moz-focus-outer {
    border: 0;
    padding: 0
}

:active,
:focus,
:hover,
:visited {
    outline: 0 !important
}

::-ms-clear {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

#comebacker_main_div {
    display: none !important;
    height: 0 !important
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a:-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
}

select {
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://179523.selcdn.ru/public/layout-images/select-triangle.svg);
    background-repeat: no-repeat
}

select,
select:hover {
    background-size: 10px 10px;
    background-position: right 10px center
}

select:focus {
    outline: 0 !important;
    outline-color: transparent;
    outline-width: 0
}

select::-ms-expand {
    display: none !important;
    background: 0 0 !important;
    position: fixed;
    border: 0 !important;
    outline: 0 !important
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0
}

:not(#fake) {
    outline: 0
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(""), url(../fonts/roboto-v30-cyrillic-regular.woff2) format("woff2"), url(../fonts/roboto-v30-cyrillic-regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local(""), url(../fonts/roboto-v30-cyrillic-500.woff2) format("woff2"), url(../fonts/roboto-v30-cyrillic-500.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(""), url(../fonts/roboto-v30-cyrillic-700.woff2) format("woff2"), url(../fonts/roboto-v30-cyrillic-700.woff) format("woff");
    font-display: swap
}

body,
html {
    overflow-x: hidden
}

body,
svg {
    overflow: hidden
}

img {
    display: block;
    max-width: 100%
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.title {
    font-size: 26px;
    line-height: 1.18;
    color: #222;
    text-align: center;
    margin-bottom: 20px
}

.text-bold,
.title,
b {
    font-weight: 700
}

.nowrap,
.text-nowrap,
span[class^=date-0] {
    white-space: nowrap
}

.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;
}

.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
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.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
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.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
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1*var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.block {
    padding-top: 25px;
    padding-bottom: 25px
}

.btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3131), to(#e30000));
    background: linear-gradient(180deg, #ff3131 0, #e30000 100%);
    border-radius: 100px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    padding: 12px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
    position: relative;
    letter-spacing: .05em
}

.btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#d00000), to(#f23131));
    background: linear-gradient(180deg, #d00000 0, #f23131 100%)
}

.btn__small {
    display: block
}

.accent-text {
    color: #ff3131;
    font-weight: 700
}

.bg {
    background: #fefdf2
}

.timer__text {
    font-size: 16px;
    line-height: 18px;
    color: #3e3e3e
}

.timer__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 27px;
    font-weight: 700
}

.hours,
.minutes,
.seconds,
.timer__block,
.timer__block div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hours,
.minutes,
.seconds {
    width: 30px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    z-index: 0;
    color: #fff;
    background: #f90;
    border-radius: 2px;
    position: relative
}

.hours:nth-child(2n-1),
.minutes:nth-child(2n-1),
.seconds:nth-child(2n-1) {
    margin-right: 5px
}

.timer__dots {
    margin: 0 4px 1px;
    color: #333;
    font-size: 18px;
    font-weight: 700
}

.header__link::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.header {
    padding: 10px 0;
    background:  #b6d6ad;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.header__content,
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__logo {
    font-weight: 700;
    font-size: 17px;
    color: #000;
    line-height: normal;
    margin-right: auto;
    max-width: 152px
}

.header-logo__info {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    line-height: 1;
    display: block
}

.header__main {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    padding: 30px 30px 20px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 5;
    opacity: 0;
    background: #eef3f6
}

.header__link {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 1;
    padding-left: 40px;
    position: relative;
    padding-right: 35px;
    text-align: left;
    width: 140px;
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: underline
}

.header__link:hover {
    text-decoration: none
}

.header__link--composition::before {
    width: 33px;
    height: 31px;
    background: url(../images/icon_composition.png) no-repeat center/contain
}

.header__link--reviews::before {
    width: 31px;
    height: 30px;
    background: url(../images/icon_reviews.png) no-repeat center/contain
}

.header__delimiter {
    width: 70%;
    height: 1px;
    background-color: #f5e9d0;
    opacity: .2;
    margin: 15px auto 10px
}

.header__timer {
    margin-bottom: 15px
}

.header__timer .timer__text {
    margin-bottom: 8px
}

.header__btn {
    max-width: 225px;
    font-size: 18px;
    padding: 11px 0;
    margin: 0 auto;
    border: 0;
    text-align: center;
    border-radius: 5px
}

.composition-top__name br,
.header__btn::before {
    display: none
}

.header__burger {
    width: 34px;
    height: 23px;
    position: relative;
    top: 0;
    z-index: 10;
    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;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.header__burger:hover .header-burger__line,
.header__burger:hover .header-burger__line:after,
.header__burger:hover .header-burger__line:before {
    background-color: #000
}

.header-burger__line,
.header-burger__line:after,
.header-burger__line:before {
    width: 100%;
    height: 3px;
    background-color: #000;
    -webkit-transition: .5s;
    transition: .5s
}

.header-burger__line:after,
.header-burger__line:before {
    content: "";
    position: absolute;
    left: 0
}

.header-burger__line:before {
    top: 1px
}

.header-burger__line::after {
    bottom: 0
}

.header__content.active .header__main {
    right: 0;
    opacity: 1
}

.header__content.active .header-burger__line {
    background-color: transparent
}

.header__content.active .header-burger__line::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%
}

.header__content.active .header-burger__line::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%
}

.form {
    -webkit-box-shadow: 0 24px 32px 0 rgba(75, 85, 86, .15);
    box-shadow: 0 24px 32px 0 rgba(75, 85, 86, .15);
    border-radius: 15px;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    margin-bottom: 0
}

.form:before,
.form__title {
    font-weight: 700;
    line-height: 1
}

.form__title {
    text-align: center;
    font-size: 28px;
    color: #4b3e30;
    position: relative;
    margin-bottom: 9px
}

.form__subtitle {
    color: #4b3e30;
    font-size: 16px;
    margin-bottom: 24px
}

.form__top {
    background-color: #fff;
    padding: 26px 25px 7px;
    border-radius: 15px 15px 0 0
}

.form__bottom {
    background-color: #fff;
    background: #6f6f6f;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    border-radius: 0 0 15px 15px
}

.form:before {
    content: "-50%";
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    top: -47px;
    left: -9px;
    width: 70px;
    height: 70px;
    font-size: 23px;
    color: #fff;
    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;
    background: url(../images/action_icon.png) no-repeat center/contain;
    z-index: 2
}

.form:after {
    position: absolute;
    width: 266px;
    height: 5px;
    right: 0;
    top: 0;
    content: "";
    background: #6f6f6f;
    border-radius: 15px 15px 0 0;
    z-index: 1
}

.form__input {
    background: #f8f8f8;
    border: 1px solid rgba(19, 24, 101, .2);
    border-radius: 100px;
    height: 58px;
    padding-right: 15px;
    width: 100%;
    padding-left: 50px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #444;
    font-size: 16px
}

.form__input--icon {
    position: absolute;
    left: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 29px;
    border-radius: 50%;
    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
}

.form__input:active,
.form__input:focus,
.form__input:hover {
    background-color: #fafafa
}

.form__input--wrap {
    margin-bottom: 15px;
    position: relative;
    display: block
}

.price-old__item {
    position: relative
}

.price-old__item:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 31%;
    opacity: .8;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #f72929;
    height: 1px;
    width: 107%
}

.form-online__count {
    color: #e01d47
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 31px
}

.price .x_price_previous {
    position: relative;
    font-size: 32px;
    line-height: 1;
    color: rgba(34, 34, 34, .6)
}

.price .price-old__item .x_currency {
    font-size: 14px;
    line-height: 16px;
    color: rgba(34, 34, 34, .6);
    font-weight: 400
}

.price .x_currency {
    font-size: 16px;
    font-weight: 700
}

.price .price__star {
    color: #222;
    font-size: 15px;
    letter-spacing: .05em;
    top: -3px;
    position: relative
}

.price .x_price_current {
    font-size: 45px;
    color: #222;
    line-height: 35px;
    font-weight: 700;
    position: relative;
    top: 2px
}

.price-old__title {
    font-size: 13px;
    line-height: 1;
    color: #666;
    margin-bottom: 11px;
    text-align: left
}

.promo__quality--text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #333;
    margin-left: 10px
}

.price__new {
    position: relative;
    margin-right: -5px
}

.price-new__title {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #30302f;
    margin-bottom: 5px;
    text-align: left
}

.form__online {
    font-size: 15px;
    line-height: 1;
    color: #777;
    font-weight: 500;
    margin-left: -9px;
    margin-right: -9px;
    border-radius: 0 0 5px 5px;
    padding: 17px 0;
    position: relative
}

.form-review__link {
    font-size: 14px;
    text-decoration: underline;
    color: #555
}

.form-review__link:hover {
    text-decoration: none
}

.form__pack {
    background-color: #f8f8f8;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 122%;
    position: relative;
    left: -24px;
    margin-bottom: 15px
}

.date-wrap {
    margin-bottom: 11px;
    text-align: center;
    font-size: 16px;
    color: #222;
    font-weight: 400
}

.last {
    font-size: 20px;
    color: #fff;
    padding: 10px 0
}

.last .lastpack {
    font-weight: 700;
    border-radius: 2px;
    background-color: #f90;
    color: #fff;
    padding: 1px 5px
}

.footnote {
    color: #666;
    text-align: center;
    font-size: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #dfe2e3
}

.visitors {
    padding: 9px 0 14px;
    text-align: center;
    font-size: 13px
}

.visitors * {
    display: inline-block
}

.last {
    text-align: center
}

.form__lock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #222;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400
}

.form__lock:before {
    content: url(../images/lock.png);
    display: block;
    position: relative;
    top: 2px;
    margin-right: 11px
}

.form-wrap,
.form__lock {
    position: relative
}

.form__review {
    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
}

.form__btn {
    margin-bottom: 5px
}

.form__input--name,
.form__input--phone {
    position: relative
}

.form__input--name:before,
.form__input--phone:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form__input--name:before {
    width: 16px;
    height: 18px;
    background: url(../images/name.svg) no-repeat center/contain
}

.form__input--phone:before {
    width: 21px;
    height: 20px;
    background: url(../images/phone.png) no-repeat center/contain
}

.promo {
    background: #fefdf2
}

.promo__title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.promo__text {
    font-size: 22px;
    line-height: normal;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #72623b;
    z-index: 0;
    max-width: 330px;
    width: 100%;
    margin: 0 auto 30px
}

.promo__text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/promo-text-bg.png) no-repeat center/contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120%;
    height: 145%;
    z-index: -1
}

.promo__list {
    max-width: 430px;
    margin: 0 auto 30px
}

.promo__item {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    padding-left: 35px;
    position: relative
}

.promo__item:not(:last-child) {
    margin-bottom: 10px
}

.promo-marks__item::before,
.promo__item::before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%
}

.promo__item::before {
    width: 26px;
    height: 22px;
    top: 0;
    background: url(../images/triangle.png) no-repeat center / contain
}

.promo-item__small {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #666
}

.promo__pack {
    position: relative;
    max-width: 210px;
    margin: 0 auto 30px
}

.promo__form {
    margin-bottom: 20px
}

.promo__marks {
    max-width: 340px;
    margin: 0 auto
}

.promo-marks__item {
    position: relative;
    text-align: center
}

.promo-marks__item::before {
    width: 78px;
    height: 62px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pain__list {
    margin-bottom: 35px
}

.pain__item {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    border-radius: 15px;
    max-width: 270px;
    margin: 0 auto;
    padding-bottom: 20px
}

.pain__item:not(:last-child) {
    margin-bottom: 20px
}

.pain__img {
    border-radius: 15px 15px 0 0;
    overflow: hidden
}

.pain-item__subtitle {
    margin-bottom: 20px;
    color: #666;
    line-height: 1.375;
    text-align: center
}

.pain-item__subtitle:last-of-type {
    margin-bottom: 70px
}

.pain__days {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    padding: 10px 5px;
    background: #e01d47;
    color: #fff
}

.pain-item__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.15;
    padding: 15px 15px 0
}

.pain__text {
    font-size: 16px;
    line-height: 1.2;
    color: #555;
    padding: 0 15px 0 23px
}

.measures {
    border: 2px solid #ff3131;
    border-radius: 15px;
    padding: 20px
}

.measures__title {
    font-weight: 700;
    line-height: 1.2;
    font-size: 26px;
    text-align: center;
    position: relative;
    margin-top: -68px;
    margin-bottom: 25px;
    background-color: #fff
}

.measures__list {
    max-width: 300px;
    margin: 0 auto
}

.measures__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.measures__item:not(:last-child) {
    margin-bottom: 12px
}

.measures__icon {
    width: 71px;
    height: 71px;
    padding: 15px;
    background: #e01d47;
    border-radius: 50%;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.measures__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #222
}

.need__list {
    margin-bottom: 30px;
}

.need__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 320px;
    margin: 0 auto
}

.need__item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative
}

.need__item:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 80px;
    width: 100%;
    max-width: 245px;
    height: 1px;
    background-color: #ccc
}

.need__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 64px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px
}

.need__text {
    font-weight: 500;
    line-height: 1.3
}

.need-doctor__box {
    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: 15px
}

.need__content {
    margin-bottom: 20px
}

.need-doctor__avatar {
    width: 60px;
    height: 60px;
    margin-right: 15px
}

.need-doctor__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    display: block;
    color: #333
}

.need-img {
    width: 250px;
    display: none
}

.need-doctor__prof {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-top: 15px;
    color: #333
}

.need-doctor__text {
    text-align: center
}

.composition__box:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.composition__box:nth-child(4) {
    border: 0 !important;
    padding-bottom: 0 !important
}

.composition-top {
    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: 12px;
    position: relative
}

.composition-top__image {
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100px;
    width: 100%
}

.composition-top__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.15
}

.composition-top__icon {
    display: none
}

.composition__text {
    text-align: center;
    color: #666
}

.composition__pack {
    width: 210px;
    margin: 0 auto;
    display: none
}

.action {
    padding-top: 0 !important
}

.action__content {
    background: url(../images/bg--repeat.png) #b6d6ad;
    border-radius: 10px;
    padding: 20px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto
}

.action__title {
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px
}

.action__subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 1.18;
    margin-bottom: 10px
}

.action__discount {
    font-family: Arial, Helvetica, sans-serif;
    width: 81px;
    height: 59px;
    font-size: 23px;
    margin: 0 auto 10px;
    color: #fff;
    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;
    font-weight: 700;
    background: url(../images/action_icon.png) no-repeat center/contain
}

.action__price {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.action__price,
.action__timer {
    margin-bottom: 15px
}

.action__timer .timer__text {
    text-align: center;
    margin-bottom: 5px
}

.action__timer .timer__dots {
    color: #fff
}

.action__pack {
    width: 200px;
    margin: 0 auto 20px
}

.stat__image {
    display: none
}

.stat-list {
    margin-bottom: 25px
}

.stat-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stat-list__item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.stat-list__item:not(:last-child):before {
    content: '';
    opacity: .5;
    background: #bcbcbc;
    width: calc(100% - 55px);
    height: 2px;
    bottom: 0;
    right: 0;
    position: absolute
}

.stat-list__icon {
    background: #a4e900;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.stat-list__icon--color-2 {
    background: #638b9d
}

.stat-list__icon--color-3 {
    background: #5fd8e7
}

.stat-list__icon--color-4 {
    background: #e4093c
}

.stat-list__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.35;
    color: #333
}

.stat__attention {
    font-weight: 300;
    font-size: 16px
}

.doctor__info {
    position: relative;
    margin-bottom: 20px
}

.doctor__text {
    font-size: 16px;
    line-height: 24px;
    color: #444
}

.doctor__text:not(:last-child) {
    margin-bottom: 15px
}

.doctor__biography,
.doctor__name {
    margin-bottom: 10px
}

.doctor__name {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #4b3e30
}

.doctor__prof {
    font-size: 18px;
    line-height: 1.3
}

.doctor__sing {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.doctor__biography {
    position: relative;
    padding-left: 40px
}

.doctor__biography::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 42px;
    background: url(../images/triangle.png) no-repeat center
}

.reviews-content {
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 19px 10px 15px 15px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .12)
}

.reviews-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.reviews-amount {
    padding-top: 4px;
    font-size: 16px;
    line-height: 1;
    padding-left: 20px;
    position: relative
}

.reviews-btn {
    max-width: 240px;
    font-size: 17px;
    line-height: 1;
    font-weight: 600;
    padding: 11px 10px;
    height: auto;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    color: #333;
    border: 1px solid #ff3131;
    border-radius: 10px;
    letter-spacing: normal
}

.reviews-btn:before {
    display: none
}

.reviews-btn:hover {
    color: #fff
}

.reviews-list {
    margin-top: 30px;
    overflow: -moz-scrollbars-vertical;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
    scrollbar-color: #2b7339 #edecd5;
    scrollbar-width: thin;
    height: 490px;
    margin-right: 0;
    padding-right: 20px
}

.reviews-list-item {
    padding-bottom: 42px;
    padding-top: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.reviews-list-item:first-child {
    padding-top: 0
}

.reviews-list-item:last-child {
    border-width: 0;
    padding-bottom: 15px
}

.reviews-item-avatar,
.reviews-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-item-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.reviews-item-avatar {
    border-radius: 50%;
    background-color: #ebfaff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #444;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1
}

.reviews-item-title {
    margin-left: 10px
}

.reviews-item__name {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 5px
}

.reviews-item__age {
    font-size: 16px;
    color: #444
}

.reviews-item__rating {
    width: 95px;
    margin-left: auto;
    margin-right: auto;
    height: 17px;
    background: url(../images/star.png) repeat-x left center;
    background-size: 19px 17px;
    position: relative
}

.reviews-item__rating:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/star-un.png) repeat-x left center;
    background-size: 19px 17px;
    width: 95px;
    height: 100%
}

.reviews-item__date {
    margin-left: auto;
    opacity: .7;
    color: #403737;
    font-size: 15px;
    line-height: 1
}

.reviews-item__text {
    margin-top: 10px;
    overflow: hidden;
    max-height: 800px;
    font-size: 17px;
    line-height: 20px;
    color: #444;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative
}

.reviews--full .reviews-item__text:after,
.reviews-item__btn,
.reviews-list-item.active .reviews-item__text:after {
    display: none
}

.reviews-item__btn:hover {
    text-decoration: none
}

.reviews-item__btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    background: url(../images/btn-arrow.png) no-repeat center;
    width: 14px;
    height: 8px;
    -webkit-transition: .2s;
    transition: .2s
}

.reviews-assessment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0
}

.dislike,
.like {
    padding-left: 27px;
    position: relative;
    cursor: pointer
}

.dislike:before,
.like:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
    left: 0;
    background: url(../images/like.png) no-repeat center;
    width: 18px;
    height: 16px
}

.dislike::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -16px;
    background: #c4c4c4;
    width: 1px;
    height: 20px
}

.dislike,
.like,
.social__count {
    color: #666;
    font-size: 15px;
    font-weight: 300;
    line-height: 1
}

.like-active::before {
    background: url(../images/like-active.png) no-repeat center
}

.dislike-active::before {
    background: url(../images/dislike-active.png) no-repeat center
}

.dislike {
    margin-left: 30px
}

.dislike:before {
    -webkit-transform: translateY(-44%) scaleY(-1);
    transform: translateY(-44%) scaleY(-1)
}

.reviews-list-item.active .reviews-item__text {
    max-height: 800px;
    -webkit-line-clamp: inherit
}

.reviews-list-item.active .reviews-item__btn:before {
    -webkit-transform: translateY(-30%) rotate(180deg);
    transform: translateY(-30%) rotate(180deg)
}

.reviews--full .reviews-item__text {
    max-height: 100%
}

.feedback,
.order-item__text br,
.order-item__title br,
.reviews--full .reviews-item__btn {
    display: none
}

.feedback {
    margin-top: 15px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.feedback-top {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feedback-name {
    position: relative;
    margin-top: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%
}

.feedback-name:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    background: url(../images/feedback-user.png) no-repeat center;
    width: 15px;
    height: 19px
}

.feedback-name-input {
    max-width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dfe2e3;
    background-color: #f8f8f8;
    padding-left: 52px;
    padding-right: 15px;
    color: #666;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 300;
    width: 100%
}

.feedback-age-input:-ms-input-placeholder,
.feedback-name-input:-ms-input-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300 !important
}

.feedback-name-input::-webkit-input-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300 !important
}

.feedback-name-input::-moz-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300 !important
}

.feedback-name-input::placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300 !important
}

.feedback-age {
    position: relative;
    margin-top: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%
}

.feedback-age:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    background: url(../images/feedback-age.png) no-repeat center;
    width: 16px;
    height: 16px
}

.feedback-age-input {
    max-width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dfe2e3;
    background-color: #f8f8f8;
    padding-left: 52px;
    padding-right: 15px;
    color: #666;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 300;
    width: 100%
}

.feedback-age-input::-webkit-input-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300 !important
}

.feedback-age-input::-moz-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300 !important
}

.feedback-age-input::placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300 !important
}

.feedback-assessment {
    color: #666;
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
    margin-left: 0
}

.feedback-text {
    margin-top: 15px;
    position: relative;
    z-index: 0
}

.feedback-text-input {
    padding-top: 9px;
    background: url(../images/feedback-message.png) 18px 15% no-repeat;
    border-radius: 5px;
    border: 1px solid #dfe2e3;
    background-color: #f8f8f8;
    width: 100%;
    height: 103px;
    max-width: 100%;
    padding-left: 52px;
    padding-right: 15px;
    color: #666;
    font-size: 17px;
    font-weight: 300;
    font-family: "Roboto", Arial, Helvetica, sans-serif
}

.feedback-text-input::-webkit-input-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300
}

.feedback-text-input::-moz-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300
}

.feedback-text-input:-ms-input-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300
}

.feedback-text-input::placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 300
}

.feedback-btn {
    text-align: center;
    max-width: 100%;
    margin-top: 15px
}

.feedback-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 17px;
    background: url(../images/star-un.png) repeat-x center
}

.feedback-modal {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9)
}

.feedback-modal__inner {
    color: #222;
    text-align: center;
    position: absolute;
    z-index: 21;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 250px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    background-color: #fff;
    border-radius: 5px
}

.feedback-modal__text {
    font-size: 18px;
    font-weight: 300
}

.feedback-modal__title {
    position: relative;
    margin-bottom: 12px;
    padding-top: 36px;
    font-size: 22px;
    font-weight: 700
}

.feedback-modal__title:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 45px;
    height: 36px;
    background-image: url(../images/pulse.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%
}

.star1,
.star2,
.star3,
.star4,
.star5 {
    opacity: 0;
    cursor: pointer
}

.feedback-rating.active1 .star1,
.feedback-rating.active2 .star1,
.feedback-rating.active2 .star2,
.feedback-rating.active3 .star1,
.feedback-rating.active3 .star2,
.feedback-rating.active3 .star3,
.feedback-rating.active4 .star1,
.feedback-rating.active4 .star2,
.feedback-rating.active4 .star3,
.feedback-rating.active4 .star4,
.feedback-rating.active5 .star1,
.feedback-rating.active5 .star2,
.feedback-rating.active5 .star3,
.feedback-rating.active5 .star4,
.feedback-rating.active5 .star5 {
    opacity: 1
}

textarea {
    -ms-overflow-style: none;
    scrollbar-color: #a2a2a2 red;
    resize: none
}

.reviews-headStar {
    width: 120px;
    height: 23px;
    background: url(../images/star.png) repeat-x left center;
    background-size: 20px 18px;
    position: relative
}

.reviews-headStar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/star-un.png) repeat-x left center;
    background-size: 20px 18px;
    width: 100px;
    height: 100%
}

.star-box {
    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
}

textarea::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

textarea::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #e01d47;
    border-radius: 3px;
    background-image: url(../images/thumb.png);
    background-position: center;
    background-repeat: no-repeat
}

textarea::-webkit-resizer {
    background-color: #219ed4
}

::-webkit-scrollbar-track {
    background-color: #edecd5;
    border: 1px solid #edecd5
}

.reviews-bottom {
    margin-top: 30px;
    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
}

.reviews-list::-webkit-scrollbar {
    width: 8px
}

.reviews-list::-webkit-scrollbar-track {
    background: #fff;
    position: relative;
    border-radius: 1px
}

.reviews-list::-webkit-scrollbar-thumb {
    background-color: #e01d47;
    background-image: url(../images/scroll.png);
    background-size: 4px 7px;
    background-repeat: no-repeat;
    background-position: center center
}

.feedback-age.error:after,
.feedback-city.error:after,
.feedback-name.error:after,
.feedback-text.error:after {
    position: absolute;
    bottom: -16px;
    left: 0;
    color: red;
    font-size: 12px;
    line-height: 1
}

.feedback-text.error:after {
    bottom: -10px
}

.feedback-name.error {
    margin-bottom: 10px
}

.feedback-name.error:after {
    content: "Используйте символы от  a до я"
}

.feedback-age.error:after {
    content: "Введите возраст от 18 до 120"
}

.feedback-text.error {
    margin-bottom: 25px
}

.feedback-text.error:after {
    content: "Оставьте Ваш отзыв "
}

.use,
.use-box {
    position: relative
}

.use::after {
    content: '';
    height: 1px;
    background-color: #ccc;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    max-width: 1170px;
    width: 100%;
    position: absolute
}

.use-box {
    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;
    max-width: 290px;
    width: 100%;
    margin: 0 auto 20px
}

.use__content {
    margin-bottom: 40px;
}

.use-box:nth-child(1),
.use-box:nth-child(2) {
    padding-bottom: 30px;
    margin-bottom: 30px
}

.use-box:nth-child(1)::before,
.use-box:nth-child(2)::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150px;
    height: 2px;
    opacity: .5;
    background-color: #bcbcbc
}

.use-box__icon {
    width: 101px;
    height: 101px;
    background: #f90;
    border-radius: 50%;
    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;
    margin-bottom: 15px
}

.use-box__text {
    text-align: center;
    line-height: 1.3;
    font-weight: 600
}

.use__pack {
    display: none;
    margin: 0 auto 25px;
    width: 240px
}

.order {
    position: relative;
    z-index: 10;
    background-color: #fff
}

.order__title {
    margin-bottom: 25px
}

.order__item {
    max-width: 270px;
    margin: 0 auto;
    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;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    border-radius: 15px;
    padding-bottom: 20px
}

.order__item:not(:last-child) {
    margin-bottom: 20px
}

.order__pack {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.order__pack img {
    width: 92px
}

.order-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 270px;
    height: 216px;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    border-radius: 15px 15px 0 0;
    background: url(../images/order-bg.jpg) no-repeat center/cover
}

.order-item__text,
.order-item__title {
    font-size: 18px;
    text-align: center;
    width: 100%
}

.order-item__title {
    background: url(../images/bg--repeat.png) #b6d6ad;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 15px;
    padding: 11px 5px;
    min-height: 60px;
    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
}

.order-item__text {
    color: #555;
    font-weight: 400;
    line-height: 20px;
    padding: 0 15px
}

.footer {
    padding: 20px 0
}

.ev-footer__link {
    color: #666 !important;
    font-size: 18px
}

.popup__content {
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 15px
}

.popup__left {
    display: none
}

.popup__form {
    margin: 0;
    padding-bottom: 0
}

.popup__form::before {
    top: -13px;
    right: -6px
}

.popup__form .form__toptitle {
    padding-left: 10px;
    text-align: left
}

.popup .form__title {
    margin-bottom: 8px
}

.popup .form__btn,
.popup .form__online,
.popup .label {
    margin-bottom: 10px
}

.popup .form__lastpack {
    font-size: 18px
}

.popup .lastpack {
    font-size: 20px
}

.ever-popup__close {
    top: 0 !important
}

.ever-popup__close::after,
.ever-popup__close::before {
    height: 3px !important;
    border-radius: 10px
}

.popup .form:before {
    left: -10px;
    -webkit-transform: none;
    transform: none
}

@media screen and (min-width:400px) {
    .reviews-item__text {
        margin-top: 19px
    }
}

@media screen and (min-width:480px) {
    .container {
        width: 480px
    }

    .title {
        font-size: 30px
    }

    .block {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .header__burger.active {
        position: absolute;
        right: 15px;
        top: 17px;
        -webkit-transition: .5s;
        transition: .5s
    }

    .pain__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .pain__item {
        max-width: 220px;
        margin: 0
    }

    .pain__item:last-child {
        margin: 0 auto
    }

    .reviews-content {
        padding: 20px;
        max-width: 100%
    }

    .reviews-list {
        height: 405px
    }

    .reviews-list-item:last-child {
        border-bottom: 0;
        padding-bottom: 42px
    }

    .reviews-item-top {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .reviews-item__name {
        font-size: 20px
    }

    .reviews-item__age {
        font-size: 18px
    }

    .reviews-item__text {
        font-size: 17px;
        line-height: 25px
    }
}

@media screen and (max-width:639px) {
    .feedback-age.error {
        margin-bottom: 10px
    }
}

@media screen and (min-width:640px) {
    .container {
        width: 640px
    }

    .title {
        font-size: 34px;
        margin-bottom: 25px
    }

    .promo__content {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .form:before {
        top: -53px;
        right: -9px;
        height: 82px;
        left: auto
    }

    .promo__list {
        margin-bottom: 50px
    }

    .promo__pack {
        margin-left: 0;
        margin-right: 20px;
        left: 0;
        margin-bottom: auto;
        max-width: 328px
    }

    .promo__form {
        margin-bottom: 0
    }

    .promo__marks {
        margin-left: 20px;
        margin-top: -103px;
        max-width: 320px
    }

    .promo-marks__item {
        padding-right: 10px
    }

    .pain__list {
        max-width: 565px;
        margin: 0 auto 40px
    }

    .measures__item:not(:last-child) {
        margin-bottom: 20px
    }

    .pain-item__subtitle:last-of-type {
        margin-bottom: 80px
    }

    .pain__item {
        max-width: 270px
    }

    .measures__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%
    }

    .measures__item {
        width: 48%
    }

    .measures__item:last-child {
        margin: 0 auto
    }

    .need__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    
    .need-img {
        display: block;
        margin-right: 20px
    }

    .need__list {
        margin-bottom: 0;
    }

    .composition__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .composition__box {
        width: 48%
    }

    .composition__box:nth-child(3) {
        border: 0 !important;
        padding-bottom: 0 !important
    }

    .composition-top__image {
        min-height: 85px;
        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
    }

    .action__content {
        margin: 0
    }

    .action__pack {
        margin: 0 20px 0 0;
        max-width: 240px;
        width: 100%;
    }

    .action__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .action__container,
    .doctor__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .doctor__biography {
        margin-bottom: 0;
        max-width: 260px
    }

    .doctor__name {
        margin-bottom: 10px
    }

    .doctor__name,
    .doctor__prof {
        text-align: left
    }

    .reviews-panel {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .reviews-btn {
        margin-top: 0;
        padding: 16px 10px
    }

    .reviews-list {
        height: 335px
    }

    .feedback-top {
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit
    }

    .feedback-name {
        width: 49%
    }

    .feedback-name-input {
        width: 100%
    }

    .feedback-age {
        width: 49%;
        margin-left: auto
    }

    .feedback-age-input {
        width: 100%
    }

    .feedback-text {
        margin-top: 25px
    }

    .feedback-btn {
        margin-top: 22px;
        max-width: 180px
    }

    .feedback-rating {
        margin-right: 300px
    }

    .feedback-name.error,
    .feedback-text.error {
        margin-bottom: 0
    }

    .use__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .use-box {
        width: 48%;
        margin: 0 0 20px;
        max-width: 100%
    }

    .order__title {
        margin-bottom: 30px
    }

    .order__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .order__item {
        margin: 0;
        width: 49%
    }

    .order__item:nth-child(3) {
        margin-bottom: 0
    }

    .popup-wrap .form:before {
        right: auto;
        left: 0
    }
}

@media screen and (min-width:768px) {
    .container {
        width: 768px
    }

    .title {
        font-size: 38px;
        margin-bottom: 30px
    }

    .block {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .header__logo {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 15px
    }

    .header__main {
        position: static;
        background-color: transparent;
        width: 65%;
        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;
        padding: 0;
        opacity: 1
    }

    .header__link {
        margin-bottom: 0;
        width: auto;
        margin-left: 0;
        margin-right: 0
    }
/* 
    .header__link::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background-color: #fff
    } */

    .header__delimiter {
        width: 1px;
        height: 40px;
        margin: 0;
        display: none
    }

    .header__timer,
    .header__timer .timer__text {
        margin-bottom: 5px
    }

    .header__timer {
        display: none
    }

    .header__btn {
        max-width: 150px;
        margin-right: 0;
        margin-left: 0
    }

    .header__burger {
        display: none
    }

    .promo__content {
        max-width: 650px;
        margin: 0 auto
    }

    .promo__title {
        font-size: 50px !important
    }

    .promo__list {
        max-width: 500px
    }

    .promo__item {
        font-size: 19px
    }

    .promo__item:not(:last-child) {
        margin-bottom: 20px
    }

    .promo__item::before,
    .scope__item::before {
        top: 0
    }

    .promo__pack {
        margin-right: 15px;
        max-width: 360px
    }

    .pain__list {
        max-width: 100%;
        margin-bottom: 45px
    }

    .pain-item__subtitle:last-of-type {
        margin-bottom: 85px
    }

    .pain__item {
        width: 32%;
        background-color: #fff
    }

    .pain__item:not(:last-child) {
        margin-bottom: 0
    }

    .measures__item:last-child,
    .pain__item:last-child {
        margin: 0
    }

    .measures__title {
        max-width: 540px;
        margin: -55px auto 30px;
        padding-left: 20px;
        padding-right: 20px
    }

    .measures__item {
        width: 32%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .measures__item:not(:last-child),
    .stat__item:not(:last-child) {
        margin-bottom: 0
    }

    .measures__icon {
        margin-right: 0;
        margin-bottom: 15px
    }

    .measures__text {
        text-align: center
    }

    .reviews-content {
        margin-top: 25px;
        padding: 25px
    }

    .reviews-panel {
        padding-bottom: 20px
    }

    .reviews-item-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .reviews-item__rating {
        margin-right: 0
    }

    .reviews-list {
        height: 290px
    }

    .reviews-item-avatar {
        width: 80px;
        height: 80px;
        font-size: 30px
    }

    .reviews-item-title {
        margin-left: 20px
    }

    .feedback {
        margin-top: 32px
    }

    .feedback-name {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        display: block;
        width: inherit;
        margin-top: 0
    }

    .feedback-name-input {
        width: 190px
    }

    .feedback-age {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        display: block;
        width: inherit;
        margin-top: 0;
        margin-left: 15px
    }

    .feedback-age-input {
        width: 190px
    }

    .feedback-assessment {
        margin-left: 23px
    }

    .feedback-rating {
        margin-right: 0
    }

    .feedback-modal__inner {
        padding: 23px 50px 25px;
        width: inherit
    }

    .order__title {
        margin-bottom: 35px
    }
}

@media screen and (min-width:1024px) {
    .container {
        width: 1024px;
        padding: 0 25px
    }

    .title {
        font-size: 42px;
        margin-bottom: 40px
    }
    


    .header {

    background: url(../images/bg--repeat.png) #b6d6ad;

}

    .block {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .promo__item::before {
      height: 42px;
    }

    .bg {
        background: url(../images/bg.jpg) no-repeat center/cover
    }

    .header {
        position: relative;
        z-index: 3
    }

    .header__logo {
        margin-right: 30px;
        max-width: 150px
    }

    .header__main {
        width: 100%
    }

    .header__link {
        padding-right: 21px
    }

    .header__link--composition {
        padding-right: 0
    }

    .header__link--composition::after {
        display: none
    }

    .action__subtitle span,
    .composition-top__name br,
    .header__delimiter,
    .order-item__text br,
    .order-item__title br {
        display: block
    }

    .header__timer .timer__text {
        margin-right: 17px;
        max-width: 104px;
        font-size: 14px;
        text-align: left;
        margin-bottom: 0;
        width: 100%;
        flex-shrink: 0;
    }

    .header__timer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .promo {
        padding-bottom: 0 !important;
        padding-top: 65px !important;
        position: relative;
        z-index: 0;
        background: url(../images/bg--promo.webp) no-repeat center/cover
    }

    .promo.show::before {
        left: 50%;
        opacity: 1
    }

    .promo__info {
        max-width: 340px;
        width: 100%;
        margin-right: 25px
    }

    .promo__content {
        margin-right: 0;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 60px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .promo__content::before {
        content: "";
        position: absolute;
        left: -642px;
        bottom: 0;
        width: 668px;
        height: 573px;
        background: url(../images/promo_people.webp) no-repeat center/contain
    }

    .promo__title {
        margin: 0 0 45px;
    }

    .promo__text {
        text-align: left;
        margin-bottom: 50px;
        font-size: 21px;
        padding-left: 45px;
        padding-right: 45px
    }

    .promo__list {
        margin-bottom: 0
    }

    .promo__item {
        font-size: 19px
    }

    .promo__item:not(:last-child) {
        margin-bottom: 22px
    }

    .promo__pack {
        position: absolute;
        bottom: -93px;
        left: -228px;
        max-width: 230px;
        margin-top: 0
    }

    .promo__marks {
        position: absolute;
        bottom: -92px;
        right: 172px;
        max-width: 381px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .no-webp .promo__cup::before {
        background: url(../images/cup.png) no-repeat center/contain
    }

    .no-webp .promo__content::before {
        background: url(../images/promo_people.png) no-repeat center/contain
    }

    .no-webp .promo::before {
        background: url(../images/promo-bg.png) no-repeat center/cover
    }

    .no-webp .promo__pack::before {
        background: url(../images/pack_decor.png) no-repeat center/contain
    }

    .form,
    .header__timer {
        margin-bottom: 0
    }

    .form:before {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    .pain {
        padding-top: 140px !important
    }

    .pain__list {
        position: relative
    }

    .pain__subtitle,
    .pain__title {
        position: relative;
        z-index: 2
    }

    .pain__list {
        max-width: 900px;
        padding-bottom: 50px;
        z-index: 0;
        margin-bottom: 50px
    }

    .pain-item__subtitle:last-of-type {
        margin-bottom: 90px
    }

    .pain__list::before {
        content: "";
        position: absolute;
        top: -170px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 110%;
        height: 415px;
        background: url(../images/pain-arrow.webp) no-repeat center/contain;
        z-index: -1;
        -webkit-transition: 1s;
        transition: 1s;
        opacity: 0
    }

    .pain__list.show::before {
        top: -40px;
        opacity: 1
    }

    .pain__item:nth-child(2n+2) {
        -webkit-transform: translateY(53px);
        transform: translateY(53px)
    }

    .pain-item__title,
    .pain__text {
        font-size: 19px;
        padding-left: 23px;
        background-color: #fff
    }

    .pain__text {
        padding-left: 25px
    }

    .measures {
        padding-left: 30px;
        padding-bottom: 40px
    }

    .measures__title {
        font-size: 30px;
        margin-top: -60px;
        max-width: 600px
    }

    .measures__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 260px
    }

    .measures__item:not(:last-child) {
        position: relative
    }

    .measures__item:not(:last-child)::before {
        content: "";
        position: absolute;
        top: 0;
        right: -30px;
        width: 1px;
        height: 75px;
        background: #bcbcbc
    }

    .measures__icon {
        margin-right: 15px;
        margin-bottom: 0
    }

    .measures__text {
        text-align: left
    }

    .need-doctor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #fff;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12);
        box-shadow: 0 0 20px rgba(0, 0, 0, .12);
        border-radius: 15px;
        padding: 20px
    }

    .need-doctor__box {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 280px;
        width: 100%;
        margin-right: 25px;
        padding-right: 25px;
        border-right: 2px solid #ccc
    }

    .need-doctor__text {
        text-align: left
    }

    .need__content {
        margin-bottom: 0
    }

    .need__box {
        width: 100%;
        padding-top: 60px
    }

    .need__item {
        margin-left: 0;
        margin-right: 0;
        width: 44%
    }

    .need__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .need__title {
        text-align: left !important
    }

    .need__item:last-child {
        width: 100%;
        max-width: 100%
    }

    .need {
        padding-top: 10px !important
    }

    .need-img {
        margin-right: 50px
    }

    .need__item:not(:last-child) {
        margin-bottom: 25px;
        padding-bottom: 25px
    }

    .need__item:not(:last-child)::before {
        max-width: 217px
    }

    .composition__content {
        position: relative
    }

    .composition__box:nth-child(3),
    .composition__box:nth-child(4) {
        margin-bottom: 0 !important
    }

    .composition__box:nth-child(4) .composition-top__icon::before {
        -webkit-transform: scaleY(-1) scaleX(-1);
        transform: scaleY(-1) scaleX(-1);
        top: -30px;
        right: 35px;
        left: auto
    }

    .composition__box {
        width: 31.2%
    }

    .composition__box:nth-child(3) .composition-top__icon::before {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        top: -30px
    }

    .composition__box:nth-child(2) .composition-top__icon::before {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        right: 35px;
        left: auto
    }

    .composition__box--left-box {
        margin-right: 200px
    }

    .composition__box--left-box .composition__text {
        text-align: left
    }

    .composition__box--left-box .composition-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .composition__box--right-box .composition__text {
        text-align: right
    }

    .composition__box--right-box .composition-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .composition__box--right-box .composition-top__image {
        margin-right: 0;
        margin-left: 15px
    }

    .composition__box--right-box .composition-top__name {
        text-align: right
    }

    .composition__box--right-box .composition-top__icon {
        left: -20px;
        right: auto
    }

    .composition-top__icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -20px;
        width: 26px;
        height: 42px;
        background: url(../images/triangle.png) no-repeat center/contain;
        display: block
    }

    .composition-top__icon::before {
        content: '';
        position: absolute;
        width: 81px;
        height: 51px;
        background: url(../images/icon-arrow.png) no-repeat center/contain;
        top: 19px;
        left: 35px
    }

    .composition__pack {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block
    }

    .action__box,
    .action__content,
    .action__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .action__content {
        border-radius: 20px;
        max-width: 100%
    }

    .action__box,
    .action__form {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .action__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .action__form {
        width: 100%;
        margin-top: 10px
    }

    .action__form .form__input--wrap {
        margin-bottom: 0;
    }

    .action__form .form__btn {
        margin-bottom: 0;
        padding: 9px;
    }

    .action__form > * {
        width: 32%;
    }

    .action__attention {
        margin-right: 20px
    }

    .action__title {
        margin-bottom: 20px
    }

    .action__subtitle,
    .action__title {
        text-align: left
    }

    .action__discount {
        margin: 0
    }

    .action__price,
    .action__timer {
        margin-bottom: 0
    }

    .action__price .price__old {
        margin-right: 15px
    }

    .action__timer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .action__timer .timer__text {
        margin-bottom: 0;
        margin-right: 10px;
        max-width: 140px;
        text-align: left
    }

    .action__pack {
        display: none
    }

    .stat__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .stat__image {
        display: block;
        position: relative;
        margin-right: -100px;
        margin-bottom: -80px
    }

    .stat__title {
        text-align: left !important
    }

    .stat__box {
        margin-right: 50px;
        max-width: 500px
    }

    .stat-list {
        margin-bottom: 35px
    }

    .stat-list__text {
        font-size: 20px
    }

    .doctor__title {
        text-align: left !important;
        margin-bottom: 30px;
        position: relative
    }

    .doctor__title:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -130px;
        background: url(../images/qu.png) no-repeat center/contain;
        width: 88px;
        height: 71px
    }

    .doctor__content {
        max-width: 545px;
        margin-left: auto;
        position: relative
    }

    .doctor__content::before {
        content: "";
        position: absolute;
        left: -528px;
        bottom: -60px;
        height: 600px;
        width: 493px;
        background: url(../images/doctor.webp) no-repeat center/contain
    }

    .doctor__box {
        margin-left: 0
    }

    .no-webp .doctor__content::before {
        background: url(../images/doctor.png) no-repeat center/contain
    }

    .reviews-content {
        margin-top: 30px
    }

    .reviews-list {
        height: 550px;
        padding-right: 40px
    }

    .reviews-list-item {
        padding-bottom: 35px
    }

    .reviews-item__btn {
        margin-top: 30px;
        color: #666;
        font-size: 15px;
        line-height: 1;
        text-decoration: underline;
        padding-right: 28px;
        position: relative;
        background: 0 0;
        cursor: pointer;
        -webkit-transition: .2s;
        transition: .2s
    }

    .feedback-age-input,
    .feedback-name-input {
        width: 260px
    }

    .use__content {
        position: relative
    }

    .use-box {
        max-width: 250px;
        width: 100%
    }

    .use-box--left {
        margin-right: 200px
    }

    .use-box__text {
        font-size: 20px
    }

    .use__pack {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .use__pack::after,
    .use__pack::before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(../images/use-arrow.png) no-repeat center/contain;
        height: 221px;
        width: 74px
    }

    .use__pack::before {
        left: -100px
    }

    .use__pack::after {
        right: -100px;
        -webkit-transform: translateY(-50%) scaleX(-1);
        transform: translateY(-50%) scaleX(-1)
    }

    .use-doctor {
        margin-top: 60px
    }

    .order__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 35px
    }

    .order__item {
        width: 24%
    }

    .order__item:not(:last-child) {
        margin-bottom: 0;
        position: relative
    }

    .order__item:nth-child(2n+2) {
        -webkit-transform: translateY(35px);
        transform: translateY(35px)
    }

    .order-item__icon--last::before {
        display: none
    }

    .order-item__title {
        width: 100%
    }

    .order-item__text {
        line-height: 21px;
        width: 100%;
        padding: 0 26px
    }

    .footer {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .popup__content {
        width: 765px;
        padding: 65px 60px 60px;
        border-radius: 20px;
        position: relative;
        background: url(../images/popup-bg.jpg) no-repeat center/cover;
        z-index: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .popup__logo {
        margin-bottom: 60px
    }

    .popup__left {
        max-width: 400px;
        margin-right: 54px;
        display: block;
        position: relative
    }

    .popup__decor {
        position: absolute;
        top: -20px;
        right: -80px;
        z-index: -5
    }

    .popup__form .form__toptitle {
        padding: 0;
        text-align: center
    }

    .ever-popup__close {
        top: 10px !important;
        right: -40px !important
    }

    .popup .form:before {
        left: auto;
        right: -29px;
        -webkit-transform: none;
        transform: none
    }
}

@media screen and (min-width:1220px) {
    .container {
        width: 1220px
    }

    .title {
        font-size: 50px
    }

    .header {
        padding: 11px 0;
        position: relative
    }

    .header__timer .timer__text {
      max-width: 130px;
    }

    .header__logo {
        margin-right: 50px;
        font-size: 18px;
        line-height: 1.1
    }

    .header__link {
        font-size: 18px;
        padding-left: 50px;
        margin-right: 30px
    }

    .header__link,
    .header__link--composition {
        padding-right: 35px
    }

    .header__link--composition::after {
        display: block
    }

    .header__delimiter {
        margin: 0 auto
    }

    .header__timer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .header__btn {
        max-width: 167px;
        margin-left: 17px;
        font-size: 18px;
        padding-bottom: 11px;
        padding-top: 11px
    }

    .promo {
        padding-top: 75px !important
    }

    .promo__quality--text {
        margin-left: 19px
    }

    .last {
        font-size: 18px
    }

    .promo__info {
        max-width: 402px;
        margin-right: 0;
        margin-top: 21px
    }

    .promo__form {
        margin-top: 10px
    }

    .promo__content {
        padding-bottom: 113px;
        max-width: 750px
    }

    .form:before {
        width: 78px;
        height: 78px;
        top: -64px
    }

    .promo__content::before {
        width: 690px;
        height: 666px;
        left: -672px
    }

    .promo__title {
        font-size: 70px !important;
        margin-bottom: 44px
    }

    .promo__text {
    
        margin-bottom: 47px;
        max-width: 330px;
        padding-left: 45px;
        padding-right: 40px;
        margin-left: 0
    }

    .promo__text:before {
        width: 100%;
        height: 81px
    }

    .promo__list {
        margin-bottom: 0;
        padding-right: 30px
    }

    .promo__item {
        padding-left: 52px;
        font-size: 20px
    }

    .promo__item:not(:last-child) {
        margin-bottom: 37px
    }

    .promo__pack {
        max-width: 249px;
        bottom: -98px;
        left: -209px
    }

    .promo__marks {
        bottom: -164px;
        right: 173px;
        max-width: 426px
    }

    .promo-marks__item {
        padding-left: 0
    }

    .promo-marks__item::before {
        width: 98px;
        height: 82px
    }

    .pain {
        padding-top: 175px !important;
        padding-bottom: 80px
    }

    .pain__title {
        margin-bottom: 66px
    }

    .pain__subtitle {
        margin-bottom: 34px
    }

    .pain__list {
        max-width: 970px;
        margin-bottom: 71px
    }

    .pain__list::before {
        width: 1322px
    }

    .pain__item {
        padding-bottom: 25px
    }

    .pain__days {
        font-size: 18px;
        position: relative;
        margin-top: -22px
    }

    .pain-item__subtitle {
        margin-bottom: 29px
    }

    .pain-item__subtitle:last-of-type {
        margin-bottom: 113px
    }

    .pain-item__title {
        padding-top: 23px;
        font-size: 20px
    }

    .measures {
        padding-left: 69px;
        padding-bottom: 60px
    }

    .measures__title {
        font-size: 34px;
        line-height: 40px;
        max-width: 850px;
        padding-left: 22px;
        padding-right: 22px;
        margin-top: -84px;
        margin-bottom: 59px
    }

    .measures__item {
        max-width: 289px
    }

    .measures__item:not(:last-child)::before {
        top: 9px;
        right: -42px
    }

    .measures__icon {
        width: 100px;
        height: 100px;
        padding: 0;
        margin-right: 24px
    }

    .measures__text {
        line-height: 23px
    }

    .need-img {
        width: 337px;
        margin-left: 39px
    }

    .need__content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .need__box {
        padding-top: 96px
    }

    .need-img {
        margin-right: 53px
    }

    .need__title {
        margin-bottom: 66px
    }

    .need__icon {
        margin-right: 31px
    }

    .need__text {
        font-size: 20px;
        line-height: 27px
    }

    .need__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .need__item:not(:last-child) {
        margin-bottom: 33px;
        padding-bottom: 36px
    }

    .need__item:last-child {
        margin-top: 27px
    }

    .need-doctor {
        max-width: 1024px;
        width: 100%;
        margin: -20px auto 0;
        padding-top: 50px
    }

    .need-doctor__avatar {
        width: 86px;
        height: 86px;
        margin-right: 25px
    }

    .need-doctor__box {
        max-width: 316px;
        margin-right: 61px
    }

    .need-doctor__text {
        font-size: 18px;
        line-height: 27px
    }

    .need-doctor {
        padding-bottom: 53px
    }

    .need {
        padding-bottom: 90px
    }

    .need-doctor__box {
        margin-bottom: 0
    }

    .composition {
        padding-top: 80px;
        padding-bottom: 81px
    }

    .composition__title {
        margin-bottom: 67px
    }

    .composition__box:not(:last-of-type) {
        margin-bottom: 37px;
        padding-bottom: 61px
    }

    .composition__box--right-box .composition-top {
        margin-left: auto
    }

    .composition-top {
        max-width: 305px;
        width: 100%
    }

    .composition-top__image {
        max-width: 133px;
        margin-right: 20px
    }

    .composition-top__image--correct {
        position: relative;
        margin-left: -29px
    }

    .composition-top__name {
        font-size: 20px
    }

    .composition__text {
        line-height: 1.375
    }

    .composition__pack {
        width: 297px;
        -webkit-transform: translate(-47%, -50%);
        transform: translate(-47%, -50%)
    }

    .action {
        padding-bottom: 80px
    }

    .action__content {
        padding: 36px 29px 42px 38px
    }

    .action__attention {
        margin-right: 44px
    }

    .action__title {
        margin-bottom: 30px
    }

    .action__subtitle {
        font-size: 22px
    }

    .action__timer .timer__text {
        max-width: 100%;
        margin-right: 20px
    }

    .action__timer .hours,
    .action__timer .minutes,
    .action__timer .seconds {
        width: 38px;
        height: 48px
    }

    .stat {
        padding-top: 80px;
        padding-bottom: 70px
    }

    .stat__title {
        margin-bottom: 59px
    }

    .stat__box {
        max-width: 570px;
        width: 100%;
        margin-right: 60px
    }

    .stat-list {
        margin-bottom: 43px
    }

    .stat-list__item:not(:last-child) {
        margin-bottom: 23px;
        padding-bottom: 34px
    }

    .stat-list__icon {
        width: 48px;
        height: 48px;
        margin-right: 45px
    }

    .doctor {
        padding-top: 188px;
        padding-bottom: 120px
    }

    .doctor__title {
        margin-bottom: 48px
    }

    .doctor__content {
        max-width: 600px
    }

    .doctor__content::before {
        height: 778px;
        width: 600px;
        bottom: -120px;
        left: -685px
    }

    .doctor__info {
        margin-bottom: 31px
    }

    .doctor__text {
        font-size: 18px;
        line-height: 27px;
        padding-right: 55px
    }

    .doctor__text:not(:last-child) {
        margin-bottom: 27px
    }

    .doctor__box {
        margin-left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .doctor__biography {
        margin-right: 40px;
        max-width: 350px
    }

    .doctor__name {
        font-size: 20px
    }

    .doctor__sing {
        margin: 0
    }

    .doctor__biography {
        padding-left: 52px
    }

    .doctor__prof {
        font-size: 16px
    }

    .doctor__name {
        margin-bottom: 24px
    }

    .doctor__title:before {
        bottom: 123px;
        left: -132px
    }

    .reviews {
        padding: 80px 0
    }

    .reviews-content {
        padding: 25px 50px 35px 49px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 63px
    }

    .reviews-panel {
        padding-bottom: 35px
    }

    .feedback-text {
        margin-top: 30px
    }

    .feedback-rating {
        margin-left: 20px;
        margin-right: 0
    }

    .reviews-list {
        margin-top: 32px
    }

    .use {
        padding-top: 80px;
        padding-bottom: 120px
    }

    .use__content {
        max-width: 1070px;
        width: 100%;
        margin: 0 auto
    }

    .use__title {
        margin-bottom: 84px
    }

    .use-box:nth-child(1),
    .use-box:nth-child(2) {
        padding-bottom: 48px;
        margin-bottom: 48px
    }

    .use-box__icon {
        margin-bottom: 31px
    }

    .use__pack {
        width: 297px;
        -webkit-transform: translate(-48%, -55%);
        transform: translate(-48%, -55%)
    }

    .use__pack::after,
    .use__pack::before {
        -webkit-transform: translateY(-61%);
        transform: translateY(-61%)
    }

    .use__pack::before {
        left: -131px
    }

    .use__pack::after {
        right: -122px;
        -webkit-transform: translateY(-61%) scaleX(-1);
        transform: translateY(-61%) scaleX(-1)
    }

    .use-doctor {
        margin-top: 39px;
        max-width: 100%;
        padding: 37px 36px 39px 35px
    }

    .order {
        padding: 101px 0 96px
    }

    .order__title {
        margin-bottom: 56px
    }

    .order__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 270px;
        padding-bottom: 36px
    }

    .order-item__icon::before {
        top: 11px;
        right: -69px
    }

    .order-item__title {
        font-size: 18px;
        margin-bottom: 33px
    }

    .order-item__text {
        font-size: 18px
    }

    .footer {
        padding-top: 90px;
        padding-bottom: 40px
    }
}

@media screen and (min-width:1250px) {
    .form:before {
        top: -45px;
        right: -29px;
        -webkit-transform: none;
        transform: none
    }
}
.x_country_select {
    display: none !important;
}
.stl {
    padding: 0px;
}
.stl2 {
    width: 95px;
}
.stl3 {
    width: 89px;
}