@-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, b, body, canvas, dd, div, footer, form, h1, h2, header, html, i, img, label, li, nav, object, output, p, q, s, section, span, sub, sup, table, tbody, td, th, time, tr, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
.slick-slide img, footer, header, nav, section {
    display: block
}
body, br {
    line-height: 1
}
body {
    min-width: 320px;
    min-height: 100vh;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000
}
ul {
    list-style: none
}
q {
    quotes: none
}
q:after, q:before {
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
br {
    font-size: 0
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
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
}
::-ms-clear {
    display: none
}
* {
    -webkit-tap-highlight-color: transparent
}
html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}
a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}
a, a:active, a:focus, a:hover, a:visited, select:focus {
    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(../public/layout-images/select-triangle.svg);
    background-repeat: no-repeat
}
select, select:hover {
    background-size: 10px 10px;
    background-position: right 15px center
}
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
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.woff) format('woff2'), url(../fonts/Roboto-Regular.woff) format('woff')
}
@font-face {
    font-family: Roboto;
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Roboto-Bold.woff) format('woff2'), url(../fonts/Roboto-Bold.woff) format('woff')
}
img {
    display: block;
    max-width: 100%
}
svg {
    overflow: hidden
}
picture {
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.container {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px
}
.title {
    font-size: 28px;
    color: #202020;
    line-height: 1.1;
    text-align: center
}
.text-bold, .title {
    font-weight: 700
}
.text-nowrap {
    white-space: nowrap
}
.blue-word {
    color: #0e2852
}
.red-word {
    color: #f33
}
.btn, .input, select {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    width: 100%;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.btn {
    border-radius: 50px;
    background-color: #f33;
    color: #fff;
    max-width: 290px;
    letter-spacing: .5px;
    border-bottom: 6px solid #d22222;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    padding: 13px 10px 9px;
    will-change: transform;
    transition-property: background-color, transform, -webkit-transform
}
.btn span {
    display: block;
    font-size: 17px;
    line-height: 1
}
.btn:hover {
    background-color: #ff4d4d
}
.btn:active {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}
.input, select {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    border: 0;
    border-radius: 30px/50%;
    background-color: #eef2f7;
    padding: 23.5px 30px 23.5px 45px;
    transition-property: background-color, box-shadow, -webkit-box-shadow
}
.input::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: rgba(122, 122, 122, .7)!important
}
.input:-moz-placeholder, .input::-moz-placeholder, select:-moz-placeholder, select::-moz-placeholder {
    color: rgba(122, 122, 122, .7)!important
}
.input:-ms-input-placeholder, select:-ms-input-placeholder {
    color: rgba(122, 122, 122, .7)!important
}
.input::-ms-input-placeholder, select::-ms-input-placeholder {
    color: rgba(122, 122, 122, .7)!important
}
.input::-moz-placeholder, select::-moz-placeholder {
    color: rgba(122, 122, 122, .7)!important
}
.input::placeholder, select::placeholder {
    color: rgba(122, 122, 122, .7)!important
}
.input:not(select):hover, select:not(select):hover {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .06) inset;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .06) inset
}
.block-bg {
    background-color: #e9eef4
}
.slick-list, .slick-slider {
    position: relative;
    display: block
}
.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 {
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus {
    outline: 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 {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    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;
    outline: 0
}
[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
}
@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-navigation-size: 44px
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-slide, .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-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-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: var(--swiper-navigation-size);
    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));
    left: 10px;
    right: auto
}
.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;
    content: 'prev'
}
.swiper-button-next {
    right: 10px;
    left: auto
}
.swiper-button-next:after {
    content: 'next'
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.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-pagination-lock {
    display: none
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.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: 1s linear infinite swiper-preloader-spin;
    animation: 1s linear infinite swiper-preloader-spin;
    -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
}
.action--start {
    margin-bottom: 5px
}
.action--end {
    margin-bottom: 10px
}
.price-note {
    width: 100%;
    padding-top: 10px;
    line-height: 1.3
}
.bottom-note {
    padding: 20px 0;
    text-align: center;
    line-height: 1.3
}
.block {
    padding: 25px 0
}
.form {
    position: relative;
    width: 290px;
    padding: 10px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    margin: 0 auto
}
.form::before, .form__field::before {
    position: absolute;
    background-repeat: no-repeat
}
.form::before, .form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.form::before {
    content: 'Promoție';
    z-index: 5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 107px;
    height: 84px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-image: url(../img/form-discount-shape.png);
    background-size: cover;
    top: -35px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}
.form__inner {
    padding: 50px 10px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .07);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.form__title {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1
}
.form__subtitle {
    font-size: 20px;
    color: #f33;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px
}
.form__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 10px
}
.form__field {
    margin-bottom: 15px;
    width: 100%
}
.form__field::before {
    content: '';
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-size: contain
}
.form__name::before {
    background-image: url(../img/icon-name.png);
    width: 19px;
    height: 23px
}
.form__phone::before {
    background-image: url(../img/icon-phone.png);
    width: 21px;
    height: 24px
}
.form .price__text {
    display: block;
    font-size: 17px;
    font-weight: 400;
    padding: 0 5px;
    margin-bottom: 5px
}
.form .price__old {
    font-size: 22px;
    position: relative
}
.form .price__old::after, .form .price__old::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f33
}
.form .price__old::after {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg)
}
.form .price__old::before {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg)
}
.form .price__new {
    font-size: 24px;
    color: #292886;
    font-weight: 700
}
.form form {
    width: 100%
}
.form__field, .header {
    position: relative
}
.header__wrapper {
    display: none
}
.nav__button {
    width: 40px;
    height: 40px;
    background: 0 0;
    cursor: pointer
}
.nav__button-order {
    margin: 0 auto
}
.nav__overlay {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(75, 55, 121, .3)
}
.nav__wrapper {
    position: relative;
    max-width: 320px;
    height: 100%;
    margin-right: auto;
    padding: 20px;
    background-color: #0e2852
}
.nav__open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.nav__open {
    position: absolute;
    top: 28px;
    z-index: 95;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    border-radius: 50%;
    background-color: #ffb400
}
.nav__open-line, .nav__open::after, .nav__open::before {
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background-color: #fff
}
.nav__close {
    position: absolute;
    top: 10px;
    right: 10px
}
.nav__close::after, .nav__close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 34px;
    background-color: #fff;
    border-radius: 3px
}
.nav__close::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}
.nav__close::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}
.nav__scroll {
    height: 100%;
    padding-top: 15px;
    overflow-y: auto
}
.nav__item, .nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.nav__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 48px;
    min-height: 37px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin-bottom: 15px
}
.nav__item:first-child {
    background-image: url(../img/header_icon_cons.svg)
}
.nav__item:last-child {
    background-image: url(../img/header_icon_rev.svg)
}
.nav__item:hover .nav__item-text {
    color: #f33
}
.nav__item-text {
    color: #fff;
    line-height: 1.3;
    font-size: 14px;
    border-bottom: 2px solid #fff
}
.promo {
    background-color: #e9eef4
}
.promo__subtitle, .promo__title {
    text-align: center;
    margin-bottom: 20px
}
.promo__title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    color: #4b3779
}
.promo__subtitle {
    color: #333;
    line-height: 1.3
}
.promo .prove__item br, .promo__picture {
    display: none
}
.promo__item {
    position: relative;
    line-height: 1.2;
    padding-left: 40px
}
.promo__item span {
    font-weight: 700
}
.promo__item::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffb400;
    background-image: url(../img/bullet-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 14px;
    position: absolute;
    left: 0;
    top: 0
}
.promo__item:not(:last-child) {
    margin-bottom: 15px
}
.promo__content {
    margin-bottom: 20px
}
.promo__image {
    margin-bottom: 55px
}
.promo__product {
    position: relative;
    max-width: 235px;
    margin: 0 auto;
    padding-top: 40px
}
.promo__prod {
    margin: 0 auto
}
.promo__medal {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px
}
.promo__prove {
    max-width: 240px;
    margin: 0 auto
}
.promo .prove__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #444
}
.promo .prove__item:not(:last-child) {
    margin-bottom: 10px
}
.promo .prove__item::before {
    margin-right: 5px;
    display: block;
    content: '';
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain
}
.promo .prove__item:first-child::before {
    background-image: url(../img/main-feat-01.png);
    width: 60px;
    height: 45px
}
.promo .prove__item:nth-child(2)::before {
    background-image: url(../img/main-feat-02.png);
    width: 60px;
    height: 49px
}
.promo .prove__item:last-child::before {
    background-image: url(../img/main-feat-03.png);
    width: 50px;
    height: 49px
}
.symptom__inner {
    position: relative;
    margin: 0 auto;
    max-width: 290px
}
.promo .form, .symptom__title {
    margin-bottom: 20px
}
.symptom__content {
    padding-bottom: 60px
}
.symptom__item {
    text-align: center;
    padding: 15px;
    position: relative
}
.symptom__item::after {
    content: '';
    position: absolute;
    width: calc(100% - 60px);
    height: 100%;
    border-radius: 5px;
    background-color: #ebf0f5;
    top: 0;
    left: 30px;
    z-index: -1
}
.symptom__item-wrapper {
    padding: 15px 10px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    background-color: #fff
}
.symptom__item-title {
    line-height: 1.1;
    margin-bottom: 21px;
    color: #333
}
.symptom__item-image {
    margin: 0 auto 17px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    height: 114px
}
 .symptom__item-image-1 {
    background-image: url(../img/symptom-slide-1_mob.webp)!important;
}
.symptom__item-image-2 {
    background-image: url(../img/symptom-slide-2_mob.webp) !important;
}
.symptom__item-image-3 {
    background-image: url(../img/symptom-slide-3_mob.webp)!important;
}
.symptom__item-text {
    line-height: 1.3
}
.symptom__note {
    font-size: 19px;
    text-align: center;
    font-weight: 700;
    line-height: 1
}
.symptom .swiper-button-next:after, .symptom .swiper-button-prev:after {
    content: none
}
.symptom .swiper-button-next, .symptom .swiper-button-prev {
    width: 40px;
    height: 28px;
    fill: #0e2852;
    top: auto;
    bottom: 17px
}
.symptom .swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.symptom .swiper-pagination {
    bottom: 21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.symptom .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 7px
}
.symptom .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background-color: #ffb400
}
.symptom .swiper-slide, .symptom .swiper-slide.swiper-slide-duplicate {
    opacity: 0;
    -webkit-transition: opacity .1s, .1s linear;
    transition: opacity .1s, .1s linear
}
.symptom .swiper-slide.swiper-slide-next, .symptom .swiper-slide.swiper-slide-prev {
    opacity: .5
}
.symptom .swiper-slide.swiper-slide-active {
    opacity: 1
}
.advantages__title {
    margin-bottom: 20px
}
.advantages__content {
    margin-bottom: 30px
}
.advantages__item {
    width: 100%;
    max-width: 290px;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 1.2
}
.advantages__item:last-child {
    margin-bottom: 0
}
.advantages__item-image {
    width: 80px;
    height: 80px;
    background-image: url(../img/dashed-border.png);
    background-size: contain;
    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;
    position: relative;
    margin: 0 auto 10px
}
.advantages__item-image::after {
    content: '';
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75%;
    height: 75%
}
.advantages__item-picture {
    position: relative;
    z-index: 1
}
.advantages__item-title {
    margin-bottom: 5px
}
.advantages__item-text {
    color: #444
}
.advantages__item-description {
    width: 100%
}
.advantages__advice {
    position: relative;
    z-index: 1;
    padding: 15px 0
}
.advantages__advice::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    z-index: -1
}
.advantages__advice-inner {
    padding: 15px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    border-radius: 5px
}
.advantages__advice-info {
    position: relative
}
.advantages__advice-info::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 57px;
    height: 45px;
    background-image: url(../img/icon-quotes.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}
.advantages__advice-name {
    margin-bottom: 5px;
    font-size: 20px;
    padding-right: 70px
}
.advantages__advice-post {
    margin-bottom: 10px;
    padding: 0 70px 15px 0;
    line-height: 1.3;
    font-style: italic;
    position: relative;
    color: #444
}
.advantages__advice-post::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 6px;
    background-color: #00c4db
}
.advantages__advice-text {
    margin-bottom: 15px;
    color: #444;
    line-height: 1.5
}
.advantages__advice-image {
    margin: 0 auto
}
.advantages__advice-expert {
    display: none
}
.action1__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px
}
.action1__top-img {
    max-height: 65px
}
.action1__content {
    padding-top: 25px
}
.action1__title {
    position: relative;
    text-align: center;
    max-width: 290px;
    margin: 0 auto 30px;
    z-index: 1
}
.action1__title::after {
    content: '';
    position: absolute;
    bottom: -85px;
    left: 25px;
    width: 107px;
    height: 68px;
    background-image: url(../img/50.png);
    background-size: contain
}
.action1__image {
    max-width: 235px;
    position: relative;
    margin: 0 auto 20px
}
.action1__medal {
    position: absolute;
    top: 120px;
    right: 0;
    max-width: 100px
}
.action1__price {
    max-width: 280px;
    margin: 0 auto 15px
}
.action1__note {
    text-align: center;
    line-height: 1.3;
    padding-top: 15px;
    margin: 0 auto
}
.action1 .form__btn, .action1__form {
    margin: 0 auto;
    max-width: 290px
}
.action1 .price__text {
    display: block;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center
}
.action1 .price__old {
    font-size: 26px;
    position: relative
}
.action1 .price__new {
    font-size: 26px;
    color: #4b3779;
    font-weight: 700
}
.action1 .price__old::after, .action1 .price__old::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f33
}
.action1 .price__old::after {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg)
}
.action1 .price__old::before {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg)
}
.about__title {
    margin-bottom: 20px
}
.about__item, .about__subtitle {
    text-align: center;
    margin-bottom: 20px
}
.about__subtitle {
    line-height: 1.2;
    font-size: 18px
}
.about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.about__item:nth-child(3) {
    margin-bottom: 0
}
.about__item-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 9px;
    border-radius: 50%;
    border: 3px dashed #ffb400;
    margin-bottom: 10px
}
.about__item-name {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700
}
.about__item-text {
    line-height: 21px;
    color: #444
}
.about__image, .stats__item-text br, .stats__subtitle br {
    display: none
}
.stats__wrapper {
    border-bottom: 1px solid #d6d7d7
}
.stats__subtitle, .stats__title {
    margin-bottom: 20px
}
.stats__subtitle {
    font-size: 17px;
    line-height: 21px;
    text-align: center
}
.stats__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
.stats__item:not(:last-child) {
    margin-bottom: 20px
}
.stats__item-image {
    width: 115px;
    height: 115px;
    background-image: url(../img/stats-img-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px
}
.stats__item-svg {
    width: 50px;
    height: 50px
}
.stats__item-info {
    width: calc(100% - 120px)
}
.stats__item-percent {
    font-size: 50px;
    font-weight: 700
}
.stats__item-text {
    font-size: 15px;
    line-height: 20px
}
.expert {
    padding: 25px 0;
    border-bottom: 1px solid #d6d7d7
}
.expert__title {
    margin-bottom: 20px
}
.expert__image {
    width: 200px;
    margin: 0 auto 10px;
    position: relative;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .33);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .33)
}
.expert__image-absolute {
    position: absolute;
    bottom: 0;
    right: 0
}
.expert__image::after, .expert__plus-block::after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}
.expert__image::after {
    height: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 240, 243, 0)), to(#fff));
    background-image: linear-gradient(to bottom, rgba(236, 240, 243, 0), #fff 100%)
}
.expert__plus-block {
    height: 188px;
    max-width: 290px;
    margin: 0 auto 20px;
    overflow-y: scroll;
    position: relative;
    padding-right: 5px
}
.expert__plus-block::-webkit-scrollbar {
    width: 4px
}
.expert__plus-block::-webkit-scrollbar-track {
    background: #e6e9e9;
    position: relative
}
.expert__plus-block::-webkit-scrollbar-thumb {
    background-color: #00c4db!important;
    background-size: 4px 4px;
    background-repeat: no-repeat;
    background-position: center center
}
@-moz-document url-prefix() {
    .expert__plus-block {
        scrollbar-width: thin;
        scrollbar-color: #00c4db #e6e9e9
    }
}
.expert__text {
    line-height: 26px;
    padding-bottom: 20px
}
.expert__info, .expert__text--last {
    position: relative
}
.expert__text--last::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 6px;
    background-color: #00c4db;
    bottom: 0;
    left: 0
}
.expert__toogler {
    position: absolute;
    left: 50%;
    bottom: 155px;
    width: 30px;
    height: 30px;
    background-color: #0e2852;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.expert__toogler:hover {
    background-color: #ffb400
}
.expert__toogler::after, .expert__toogler::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    border-bottom: 2px solid #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.expert__toogler::after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg)
}
.expert__toogler.active::after {
    opacity: 0
}
.expert__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 290px;
    margin: 0 auto
}
.expert__about {
    width: 100%;
    margin-bottom: 10px;
    font-style: italic;
    line-height: 1.2;
    text-align: center
}
.expert__about span {
    font-size: 19px;
    display: block;
    margin-bottom: 10px;
    font-style: normal
}
.expert__sign {
    width: 105px
}
.expert__confirm {
    width: 93px
}
.expert__sert {
    width: 87px
}
.action2 {
    padding: 25px 0
}
.action2__title {
    margin-bottom: 20px
}
.action2__image {
    width: 175px;
    margin: 0 auto 20px
}
.action2__btn {
    margin: 0 auto;
    max-width: 220px
}
.action2__info {
    display: none
}
.reviews__title {
    margin-bottom: 20px
}
.reviews__text {
    font-size: 18px;
    text-align: center;
    color: #333;
    line-height: 1.2;
    margin-bottom: 15px
}
.reviews__slider {
    max-width: 290px;
    margin: 0 auto 20px
}
.reviews__btn {
    max-width: 280px;
    font-size: 26px;
    margin: 0 auto
}
.reviews__item {
    position: relative;
    padding: 15px 0;
    margin-top: 7px
}
.reviews__item::before {
    content: '';
    width: calc(100% - 30px);
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    z-index: -1;
    top: 0
}
.reviews__item-inner::before, .reviews__item::after, .reviews__item::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.reviews__item::after {
    content: '';
    top: -7px;
    width: 31px;
    height: 25px;
    background-image: url(../img/icon-quotes.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1
}
.reviews__item-inner {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    position: relative;
    padding: 40px 15px 20px
}
.reviews__item-inner::before {
    content: '';
    border: 30px solid transparent;
    border-top: 30px solid #f8f8f8;
    top: 0;
    width: 30px;
    height: 30px
}
.reviews__item-image {
    margin: 0 auto;
    position: relative;
    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;
    width: 140px;
    height: 140px
}
.reviews__item-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/dashed-border.png) 0 0/cover no-repeat;
    width: 140px;
    height: 125px
}
.reviews__item-image img {
    border-radius: 50%
}
.reviews__item-info {
    font-size: 18px;
    font-weight: 700;
    color: #010101;
    text-align: center;
    margin-bottom: 10px
}
.reviews__item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    font-style: italic;
    margin-bottom: 8px;
    padding-bottom: 16px;
    position: relative
}
.reviews__item-title::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 40px;
    border-bottom: 6px solid #00c4db
}
.reviews__item-text {
    text-align: center;
    max-height: 176px;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    color: #444;
    position: relative;
    transition: max-height linear .5s
}
.reviews__item-text.show {
    max-height: 1000px;
    transition-timing-function: ease-in-out
}
.reviews__item-text::after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 75px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%)
}
.reviews__item-btn.active::after, .reviews__item-text.show::after {
    content: none
}
.reviews__item-btn {
    width: 30px;
    height: 30px;
    background-color: #0e2852;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.reviews__item-btn::after, .reviews__item-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.reviews__item-btn::after {
    width: 2px;
    height: 10px
}
.reviews__item-btn::before {
    width: 10px;
    height: 2px
}
.reviews__item-btn:hover {
    background-color: #ffb400
}
.reviews .arrow-left, .reviews .arrow-right {
    position: absolute;
    z-index: 1;
    top: 250px;
    -webkit-transition: fill, .3s;
    transition: fill, .3s;
    cursor: pointer
}
.reviews .arrow-left:hover, .reviews .arrow-right:hover {
    fill: #ffb400
}
.reviews .arrow-left {
    left: -10px
}
.reviews .arrow-right {
    right: -10px
}
.reviews .slick-list {
    padding-bottom: 5px
}
.reviews-cta {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    display: none
}
.reviews-form__error {
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: -15px;
    left: 0;
    display: none
}
.reviews-form__field {
    width: 100%;
    color: #222;
    font-family: inherit;
    font-size: 16px;
    line-height: 18px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #dedddd;
    padding: 26px 60px;
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06)
}
.reviews-form__field-wrap {
    margin-bottom: 20px;
    position: relative;
    padding: 1px
}
.reviews-form__field-wrap.invalid .reviews-form__error {
    display: block
}
.reviews-form__field-wrap::before {
    content: '';
    position: absolute;
    top: 48%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%
}
.reviews-form__field-wrap--name::before {
    width: 19px;
    height: 23px;
    background-image: url(../img/icon-name.png)
}
.reviews-form__field-wrap--city::before {
    width: 22px;
    height: 20px;
    background-image: url(../img/icon-city.png)
}
.reviews-form__field-wrap--message::before {
    top: 25px;
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 21px;
    height: 21px;
    background-image: url(../img/icon-message.png)
}
.reviews-form__intrenal-col {
    margin-bottom: 20px
}
.reviews-form__file, .reviews-form__file-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.reviews-form__file-img {
    background-image: url(../img/icon-file.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06);
    border: 1px solid #e1e1e1;
    background-color: #eef2f7;
    margin-right: 15px
}
.reviews-form__file.rloaded .reviews-form__file-img {
    background-image: none
}
.reviews-form__file-text {
    cursor: pointer;
    color: #444;
    font-size: 16px;
    line-height: 18px;
    text-decoration: underline
}
.reviews-form__checkmark-icon {
    display: none
}
.reviews-form__textarea {
    resize: none;
    overflow: hidden;
    min-height: 100px;
    height: 100%
}
.reviews-popup {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: none
}
.reviews-popup__inner {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 3px solid green;
    padding: 20px;
    text-align: center
}
.reviews-popup__text {
    font-size: 25px;
    font-weight: 700
}
.reviews-popup__big {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px
}
.reviews .invalid, .reviews .valid {
    border: 1px solid red;
    border-radius: 6px
}
.reviews .invalid .reviews-form__field, .reviews .valid .reviews-form__field {
    border: 0
}
.reviews .valid {
    border: 1px solid green
}
.reviews .o-auto {
    overflow: auto
}
.reviews .visually-hidden {
    position: absolute!important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden
}
.use__title {
    margin-bottom: 20px
}
.use__prod {
    max-width: 185px;
    margin: 0 auto
}
.use__item {
    text-align: center;
    font-size: 17px
}
.recommendation__item:not(:last-child), .use__item:not(:last-child) {
    margin-bottom: 20px
}
.use__item-image {
    width: 90px;
    height: 90px;
    background-image: url(../img/dashed-border.png);
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 10px
}
.use__item-image::before {
    content: '';
    background-color: #f4f8ff;
    z-index: -1;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.use__item-instruction {
    margin-bottom: 5px
}
.use__item-title {
    padding-bottom: 16px;
    margin-bottom: 8px;
    position: relative;
    color: #444
}
.use__item-title::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #00c4db;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.use__item-text {
    line-height: 1.3
}
.recommendation {
    background-color: #e9eef4;
    padding: 25px 0
}
.order__title br, .recommendation__expert {
    display: none
}
.recommendation__info {
    padding: 10px 80px 10px 10px;
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
    background-repeat: no-repeat;
    background-position: top right 5px
}
.recommendation__name {
    font-weight: 700;
    font-size: 18px
}
.recommendation__post {
    color: #444;
    font-style: italic
}
.recommendation__item {
    line-height: 1.3;
    color: #444;
    padding-left: 40px;
    position: relative
}
.recommendation__item::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffb400;
    background-image: url(../img/bullet-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 14px;
    position: absolute;
    left: 0;
    top: 0
}
.webp .recommendation__info {
    background-image: url(../img/eye.webp)
}
.order__title {
    margin-bottom: 20px
}
.order__content {
    counter-reset: item
}
.order__item {
    text-align: center;
    position: relative;
    padding: 0 0 15px;
    max-width: 290px;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s
}
.order__item:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}
.order__item:not(:last-child) {
    margin-bottom: 15px
}
.order__item::before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    font-size: 40px;
    color: #0e2852;
    font-weight: 700;
    top: 15px;
    left: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3
}
.order__item-wrapper {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    background-color: #fff;
    padding: 58px 25px 27px;
    position: relative
}
.order__item-wrapper::before {
    border: 20px solid transparent;
    border-top: 20px solid #eef1f3;
    top: -1px;
    z-index: 2
}
.order__item-image, .order__item-title {
    position: relative;
    margin-bottom: 10px
}
.order__item-image::after, .order__item-title::after, .order__item-wrapper::before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.order__item-image::after {
    background: url(../img/dashed-border.png) 0 0/cover no-repeat;
    width: 140px;
    height: 125px;
    top: -10px
}
.order__item-image img {
    margin: 0 auto
}
.order__item-title {
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 16px
}
.order__item-title::after {
    width: 40px;
    height: 6px;
    background-color: #00c4db;
    bottom: 0
}
.order__item-text {
    color: #444;
    line-height: 1.2
}
.popup {
    position: relative
}
.popup::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    height: calc(100% + 30px);
    background-color: #f0f1f3;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}
.popup__inner {
    background-color: #ebf0f5;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .09)
}
.popup__image {
    display: none
}
.popup .form::before {
    top: 0;
    right: 100%
}
.popup .form__inner {
    padding: 10px
}
.popup .input, .popup select {
    padding: 20px 30px 20px 45px
}
.popup .btn {
    font-size: 28px;
    padding: 8px 10px
}
.popup .price-note {
    font-size: 14px;
    line-height: 1.2
}
.banner {
    display: none
}
.price {
    text-align: center
}
@media screen and (min-width:480px) {
    .container {
        width: 480px
    }
    .expert__description, .expert__plus-block {
        max-width: 100%
    }
    .order__item-wrapper {
        padding: 58px 30px 27px
    }
    .symptom__note {
        font-size: 23px
    }
    .title {
        font-size: 32px
    }
    .block {
        padding: 30px 0
    }
    .nav__open {
        top: 34px
    }
    .promo__title {
        font-size: 48px
    }
    .promo__prove {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 400px
    }
    .promo .prove__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        line-height: 1.3;
        width: 30%;
        max-width: 110px
    }
    .promo .prove__item br {
        display: block
    }
    .promo .prove__item::before {
        margin-right: 0;
        margin-bottom: 5px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .promo .prove__item:first-child::before, .promo .prove__item:nth-child(2)::before {
        width: 45px;
        height: 37px
    }
    .promo .prove__item:last-child::before {
        width: 35px;
        height: 37px
    }
    .symptom {
        background-image: url(../img/background-eye.png);
        background-repeat: no-repeat;
        background-position: center left
    }
    .symptom__inner {
        max-width: 100%
    }
    .symptom__item {
        max-width: 350px
    }
    .symptom__item-image {
        width: 300px;
        height: 142.5px
    }
    .symptom__item-image-1 {
        background-image: url(../img/symptom-slide-1.webp)
    }
    .symptom__item-image-2 {
        background-image: url(../img/symptom-slide-2.webp)
    }
     .symptom__item-image-3 {
        background-image: url(../img/symptom-slide-3.webp)
    }
    .symptom .swiper-button-next, .symptom .swiper-button-prev {
        bottom: 55%
    }
    .symptom .swiper-slide.swiper-slide-next, .symptom .swiper-slide.swiper-slide-prev {
        opacity: 0
    }
    .advantages__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 400px;
        text-align: left
    }
    .advantages__item-image {
        width: 110px;
        height: 110px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 10px 0 0
    }
    .advantages__advice-inner {
        padding: 20px
    }
    .action1__top {
        padding-bottom: 30px
    }
    .action1__top-img {
        max-height: 85px;
        margin: 0 10px
    }
    .action1__content {
        padding-top: 30px
    }
    .about__subtitle {
        margin-bottom: 30px;
        font-size: 22px
    }
    .stats__subtitle {
        line-height: 25px;
        font-size: 20px
    }
    .stats__item-image {
        width: 130px;
        height: 130px
    }
    .stats__item-svg {
        width: 75px;
        height: 75px
    }
    .stats__item-info {
        width: calc(100% - 140px)
    }
    .stats__item-text {
        font-size: 18px;
        line-height: 25px
    }
    .expert {
        padding: 30px 0
    }
    .expert__about {
        width: 150px;
        margin-bottom: 0;
        text-align: left
    }
    .expert__sign {
        width: 160px
    }
    .expert__confirm {
        width: 105px;
        margin-left: -40px
    }
    .expert__sert {
        width: 75px
    }
    .expert__toogler {
        bottom: 115px
    }
    .action2 {
        padding: 30px 0
    }
    .reviews__slider {
        max-width: 100%;
        padding: 0 50px
    }
    .reviews .arrow-right {
        right: 0
    }
    .reviews .arrow-left {
        left: 0
    }
    .reviews__item-text {
        max-height: 135px
    }
    .reviews-popup__inner {
        width: auto;
        min-width: 300px
    }
    .use__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left
    }
    .use__item:not(:last-child) {
        margin-bottom: 30px
    }
    .use__item-image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 20px 0 0
    }
    .use__item-title::after {
        left: 0;
        -webkit-transform: none;
        transform: none
    }
    .recommendation {
        padding: 30px 0
    }
    .recommendation__name {
        font-size: 20px
    }
    .recommendation__item, .recommendation__post {
        font-size: 17px
    }
    .order__item {
        max-width: 380px
    }
}
@media screen and (max-width:639px) {
    .banner {
        display: none!important
    }
}
@media screen and (min-width:640px) {
    .container {
        width: 640px
    }
    .title {
        font-size: 36px
    }
    .symptom__title br {
        display: none
    }
    .nav__open {
        top: 36px
    }
    .promo__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: relative
    }
    .promo__content {
        width: 100%;
        margin-bottom: 55px
    }
    .promo__title {
        font-size: 52px
    }
    .promo__subtitle {
        font-size: 18px
    }
    .promo__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .promo__image {
        margin-top: 20px;
        margin-bottom: 0
    }
    .promo__item {
        padding: 50px 0 0;
        text-align: center;
        width: 31%
    }
    .promo__item::before {
        width: 40px;
        height: 40px;
        background-size: 26px 19px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .promo__item:not(:last-child) {
        margin-bottom: 0
    }
    .promo__prove {
        flex-direction: column
    }
    .promo .form {
        margin: 0
    }
    .promo .prove__item, .promo__prove {
        -webkit-box-direction: normal;
        width: auto
    }
    .promo .prove__item {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
        max-width: 100%
    }
    .promo .prove__item br {
        display: none
    }
    .promo .prove__item::before {
        margin-right: 10px;
        margin-bottom: 0
    }
    .promo .prove__item:first-child::before, .promo .prove__item:last-child::before, .promo .prove__item:nth-child(2)::before {
        width: 67px;
        height: 50px
    }
    .symptom__item {
        max-width: 510px;
        font-size: 18px
    }
    .symptom__item-image {
        width: 440px;
        height: 209px
    }
    .symptom__item-wrapper {
        padding: 25px 20px
    }
    .advantages__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
    }
    .advantages__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 300px;
        text-align: center
    }
    .advantages__item:nth-child(3) {
        margin-bottom: 0
    }
    .advantages__item-image {
        margin: 0 0 20px
    }
    .advantages__item-title {
        max-width: 220px;
        margin: 0 auto 5px
    }
    .action1__top-img {
        margin: 0 20px
    }
    .action1__title {
        max-width: 550px;
        padding: 0 110px
    }
    .action1__title::after {
        bottom: -10px;
        left: auto;
        right: 0
    }
    .action1__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .action1__price {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0 0 15px
    }
    .action1__image {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: 14px 0 0
    }
    .action1__form {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin: 0
    }
    .action1__note {
        order: 6
    }
    .about__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }
    .about__item-image {
        margin-bottom: 0;
        margin-right: 10px
    }
    .stats__subtitle {
        font-size: 22px
    }
    .stats__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .stats__item {
        display: block;
        width: 33%
    }
    .stats__item:not(:last-child) {
        margin-bottom: 0
    }
    .stats__item-image {
        margin: 0 auto 15px;
        width: 160px;
        height: 160px
    }
    .stats__item-info {
        width: 100%
    }
    .stats__item-text br {
        display: block
    }
    .expert__image {
        float: left;
        margin: 0 10px 0 0
    }
    .expert__image::after, .expert__plus-block::after {
        content: none
    }
    .expert__toogler {
        display: none
    }
    .expert__plus-block {
        height: auto;
        overflow: visible;
        margin-bottom: 20px
    }
    .expert__about {
        width: 200px
    }
    .expert__sign {
        width: 202px
    }
    .expert__confirm {
        margin-left: -18px;
        margin-right: 20px;
        width: 127px
    }
    .expert__sert {
        width: 79px
    }
    .expert__description {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .action2__content {
        padding-left: 200px
    }
    .action2__btn {
        margin: 0 auto
    }
    .reviews__slider {
        max-width: 480px
    }
    .reviews-form__row {
        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
    }
    .reviews-form__field-wrap--city, .reviews-form__field-wrap--name {
        width: 48%
    }
    .reviews-form__field-wrap--message {
        width: 100%
    }
    .reviews-cta {
        padding: 30px
    }
    .order__item {
        max-width: 370px
    }
    .order__item::before {
        font-size: 50px
    }
    .order__item::after {
        height: calc(100% - 55px);
        top: 55px
    }
    .banner {
        padding: 10px 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        z-index: 11;
        background-color: #0e2852;
        color: #fff
    }
    .action2__content {
        position: relative;
        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
    }
    .action2__image {
        position: absolute;
        left: 0;
        bottom: -15px;
        margin-bottom: 0
    }
    .action2__info {
        display: block;
        font-size: 20px;
        margin-bottom: 20px;
        margin-left: 200px
    }
    .action2__btn {
        margin-left: 215px
    }
}
@media screen and (min-width:768px) {
    .container {
        width: 768px
    }
    .title {
        font-size: 40px
    }
    .promo__image {
        margin-top: 0
    }
    .symptom__title br {
        display: block
    }
    .promo__product {
        max-width: 250px;
        margin: 15px auto 0;
        padding-top: 40px
    }
    .block-bg {
        background-image: url(../img/background-eye.png), url(../img/background-eye.png), -webkit-gradient(linear, left top, right top, from(#f7f8f9), to(#e9eef4));
        background-image: url(../img/background-eye.png), url(../img/background-eye.png), linear-gradient(to right, #f7f8f9, #e9eef4);
        background-position: left calc(50% - 550px) center, left calc(50% - -550px) center, left top;
        background-repeat: no-repeat, no-repeat, repeat
    }
    .block {
        padding: 40px 0
    }
    .nav__open {
        top: 46px
    }
    .promo {
        background-image: url(../img/background-eye.png), -webkit-gradient(linear, left top, right top, from(#f7f8f9), to(#e9eef4));
        background-image: url(../img/background-eye.png), linear-gradient(to right, #f7f8f9, #e9eef4);
        background-repeat: no-repeat;
        background-position: top 65% left 18%
    }
    .symptom__item {
        max-width: 400px
    }
    .symptom__item-image {
        width: 330px;
        height: 156.75px
    }
    .symptom__note {
        font-size: 26px
    }
    .symptom .swiper-slide.swiper-slide-next, .symptom .swiper-slide.swiper-slide-prev {
        opacity: .5;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }
    .advantages__advice-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 20px 20px 0
    }
    .advantages__advice-expert {
        display: block;
        max-width: 220px
    }
    .advantages__advice-info {
        padding: 0 0 20px 35px
    }
    .advantages__advice-image {
        margin: 0
    }
    .action1__top {
        padding-bottom: 40px
    }
    .action1__top-img {
        max-height: 100px;
        margin: 0 40px
    }
    .action1__title {
        max-width: 100%
    }
    .action1__content {
        padding-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .action1__image {
        margin: 14px 50px 0 0;
        left: -20px
    }
    .expert {
        padding: 40px 0;
        background-position: calc(50% - 272px)
    }
    .expert__text {
        font-size: 17px
    }
    .expert__about {
        font-size: 17px;
        line-height: 19px
    }
    .expert__about span {
        font-size: 22px;
        margin-bottom: 10px
    }
    .webp .expert {
        background-image: url(../img/expert_bg.webp)
    }
    .action2 {
        padding: 40px 0
    }
    .action2__content {
        padding-left: 235px
    }
    .action2__image {
        left: 80px
    }
    .reviews__slider {
        max-width: 100%;
        margin-bottom: 35px
    }
    .reviews__item {
        margin: 7px 20px 0
    }
    .reviews__item-text {
        max-height: 135px
    }
    .use__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .use__content {
        width: 100%;
        max-width: 75%
    }
    .use__prod {
        margin-bottom: 0
    }
    .use__item {
        font-size: 18px
    }
    .recommendation {
        background-image: -webkit-gradient(linear, left top, right top, from(#f7f8f9), to(#e9eef4));
        background-image: linear-gradient(to right, #f7f8f9, #e9eef4);
        padding: 40px 0
    }
    .recommendation__info {
        width: 450px;
        margin: 0 auto 20px
    }
    .recommendation__item {
        font-size: 18px
    }
    .order__title br {
        display: block
    }
    .order__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .order__item {
        width: 32%;
        margin: 0
    }
    .order__item:not(:last-child) {
        margin-bottom: 0
    }
    .order__item-wrapper {
        height: 100%;
        padding: 58px 5px 27px
    }
    .order__item-text {
        font-size: 16px
    }
}
@media screen and (min-width:1000px) {
    .popup__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .popup__image {
        display: block;
        width: 350px;
        position: relative;
        margin-right: 20px
    }
    .popup__prod {
        max-width: 260px;
        margin: 0 auto
    }
    .popup__medal {
        position: absolute;
        top: 120px;
        right: 0;
        max-width: 110px
    }
    .popup__title {
        margin-bottom: 7px;
        color: #0e2852;
        font-weight: 700;
        font-size: 30px;
        text-align: center
    }
    .popup__subtitle {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
        padding-left: 20px
    }
}
@media screen and (min-width:1024px) {
    .container {
        width: 1024px;
        padding: 0 25px
    }
    .title {
        font-size: 44px
    }
    .promo__product {
        max-width: 235px;
        margin: 0 auto
    }
    .header {
        display: block;
        padding: 12px 0 14px;
        background-color: #4b3779
    }
    .header__wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header__nav, .header__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .header__button {
        padding: 12px 15px;
        font-size: 18px;
        border-bottom: 3px solid #d22222;
        max-width: 190px
    }
    .nav__open, .nav__overlay {
        display: none!important
    }
    .nav__item {
        margin-bottom: 0
    }
    .nav__item:first-child {
        margin-right: 27px
    }
    .nav__item-text {
        font-size: 16px
    }
    .promo__wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .promo__title {
        font-size: 85px;
        margin-left: -290px;
        line-height: 62px
    }
    .promo__subtitle {
        font-size: 20px;
        margin-left: -290px;
        padding: 0 30px;
        margin-bottom: 50px
    }
    .promo__image {
        align-self: flex-end;
        margin-right: auto
    }
    .promo__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 400px;
        flex: 0 1 400px;
        margin: 0 15px 0 0
    }
    .promo__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .promo__item {
        padding: 0 0 0 70px;
        text-align: left;
        font-size: 18px;
        width: 100%
    }
    .promo__item::before {
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none
    }
    .promo__item::after {
        content: '';
        position: absolute;
        left: 40px;
        top: 20px;
        width: 15px;
        border-bottom: 1px solid #ffb400
    }
    .promo__item span {
        display: block;
        margin-bottom: 10px;
        max-width: 240px
    }
    .promo__item:not(:last-child) {
        margin-bottom: 30px
    }
    .promo__prove {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        position: static;
        width: 100%;
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .promo .prove__item {
        font-size: 18px
    }
    .promo .prove__item:not(:last-child) {
        margin: 0 20px 0 0
    }
    .promo .prove__item:last-child::before {
        width: 51px
    }
    .promo .form {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .symptom__title {
        margin-bottom: 35px
    }
    .symptom__content {
        padding-bottom: 80px
    }
    .symptom__item {
        max-width: 530px
    }
    .symptom__item-image {
        width: 430px;
        height: 204.25px
    }
    .symptom__item-wrapper {
        padding: 25px 35px
    }
    .symptom .swiper-pagination {
        bottom: 31px
    }
    .symptom .swiper-slide.swiper-slide-prev {
        -webkit-transform: translate3d(50px, 0, -1000px)!important;
        transform: translate3d(50px, 0, -1000px)!important
    }
    .symptom .swiper-slide.swiper-slide-next {
        -webkit-transform: translate3d(-50px, 0, -1000px)!important;
        transform: translate3d(-50px, 0, -1000px)!important
    }
    .advantages__title {
        margin-bottom: 35px
    }
    .advantages__content {
        margin-bottom: 40px
    }
    .advantages__item {
        max-width: 215px;
        margin-bottom: 0
    }
    .advantages__advice-name {
        font-size: 22px;
        margin-bottom: 10px
    }
    .advantages__advice-post {
        margin-bottom: 20px;
        padding-bottom: 25px;
        font-size: 17px
    }
    .advantages__advice-text {
        font-size: 18px;
        margin-bottom: 25px;
        padding-right: 80px
    }
    .advantages__advice-inner {
        padding: 30px 30px 0
    }
    .advantages__advice-expert {
        max-width: 100%
    }
    .advantages__advice-info {
        padding: 0 0 30px 60px
    }
    .action1__top {
        padding-bottom: 60px
    }
    .action1__top-img {
        max-height: none
    }
    .action1__content, .action1__price {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .action1__content {
        padding-top: 60px;
        padding-left: 195px;
        position: relative
    }
    .action1__price {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px
    }
    .action1__title {
        padding: 0 160px 0 0;
        margin: 0 auto 30px 0
    }
    .action1__title::after {
        bottom: -5px;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }
    .action1__image {
        position: absolute;
        left: 0;
        top: 35px;
        margin: 0;
        max-width: 200px
    }
    .action1__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        width: 100%
    }
    .action1 .form__btn {
        padding: 6px 9px;
        max-width: 33%
    }
    .action1 .form__field {
        max-width: 33%;
        margin-right: 10px;
        margin-bottom: 0
    }
    .about__subtitle {
        margin-bottom: 50px
    }
    .about__content {
        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
    }
    .about__description {
        width: 100%
    }
    .about__item:not(:last-child) {
        margin-bottom: 35px
    }
    .about__image {
        max-width: 270px;
        display: block;
        background-image: url(../img/about-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .stats__subtitle {
        margin-bottom: 50px
    }
    .stats__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 32%;
        text-align: left
    }
    .stats__item-image {
        margin: 0 15px 0 0
    }
    .stats__item-text br {
        display: none
    }
    .expert {
        padding: 60px 0 0
    }
    .expert__title {
        margin-bottom: 35px
    }
    .expert__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .expert__image {
        float: none;
        width: 390px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: -80px;
        margin-right: 35px
    }
    .expert__image-absolute {
        bottom: 60px;
        right: 0
    }
    .expert__info {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .expert__text {
        padding-bottom: 30px
    }
    .expert__plus-block {
        margin-bottom: 20px
    }
    .expert__confirm {
        margin-left: -45px;
        margin-right: 0;
        width: 120px
    }
    .expert__description {
        padding-bottom: 15px
    }
    .action2 {
        padding: 60px 0
    }
    .action2__title {
        width: 100%;
        text-align: left
    }
    .action2__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 130px 0 300px
    }
    .action2__info {
        margin: 0
    }
    .action2__image {
        left: 118px;
        bottom: 50%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }
    .action2__btn {
        margin: 0
    }
    .reviews__title {
        margin-bottom: 35px
    }
    .reviews__text {
        margin-bottom: 25px
    }
    .reviews__item {
        margin: 7px 5px 0
    }
    .reviews__item-text {
        max-height: 135px
    }
    .reviews-form__row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .reviews-form__field-wrap--city, .reviews-form__field-wrap--name {
        width: 30%;
        margin-right: 25px
    }
    .reviews-cta {
        padding: 40px 50px
    }
    .use__title {
        margin-bottom: 35px
    }
    .use__prod {
        max-width: 100%;
        margin-right: 60px
    }
    .use__content {
        padding-left: 60px;
        position: relative
    }
    .use__content:before {
        content: '';
        position: absolute;
        background-image: url(../img/use-line.png);
        background-repeat: no-repeat;
        width: 40px;
        height: 350px;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .use__item:not(:last-child) {
        margin-bottom: 30px
    }
    .recommendation {
        padding: 0
    }
    .recommendation__expert {
        display: block;
        margin-right: 20px;
        width: 239px
    }
    .recommendation__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .recommendation__inner {
        padding: 30px 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: calc(100% - 260px)
    }
    .recommendation__info {
        margin-bottom: 30px
    }
    .recommendation__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .recommendation__item {
        padding: 35px 0 0;
        width: 33%;
        position: relative
    }
    .recommendation__item:not(:last-child) {
        margin-right: 20px;
        padding-right: 10px
    }
    .recommendation__item:not(:last-child)::after {
        content: '';
        height: calc(100% - 35px);
        border-right: 1px solid rgba(0, 0, 0, .1);
        position: absolute;
        bottom: 0;
        right: 0
    }
    .order__title {
        margin-bottom: 35px
    }
    .order__item-wrapper {
        padding: 58px 57px 27px
    }
    .order__item-text {
        font-size: 18px
    }
    .footer {
        padding: 15px 0
    }
    .banner {
        padding: 20px 0
    }
    .banner .price__text {
        display: block;
        font-size: 17px;
        font-weight: 400;
        padding: 0 5px;
        margin-bottom: 5px
    }
    .banner .price__new, .banner .price__old {
        font-size: 18px;
        display: block;
        text-align: center;
        padding: 0 5px
    }
    .banner .price__old {
        position: relative
    }
    .banner .price__old::after, .banner .price__old::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #f33
    }
    .banner .price__old::after {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    .banner .price__old::before {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    .banner .price__new {
        font-weight: 700
    }
}
@media screen and (min-width:1220px) {
    .container {
        width: 1220px
    }
    .title {
        font-size: 50px
    }
    .order__item-title {
        line-height: 26px
    }
    .price {
        text-align: left
    }
    .promo__wrapper {
        padding: 80px 0
    }
    .promo__subtitle {
        padding: 0;
        max-width: 350px
    }
    .promo__subtitle, .promo__title {
        margin-left: 0;
        text-align: left
    }
    .promo__picture {
        display: block;
        position: absolute;
        bottom: 0;
        left: -70px
    }
    .promo__content {
        max-width: 350px;
        margin-right: 30px
    }
    .promo__prove {
        width: auto;
        position: absolute;
        padding-top: 0;
        bottom: -80px;
        left: auto;
        right: 80px
    }
    .promo .prove__item br {
        display: block
    }
    .promo .form {
        margin: 15px 45px 0 0
    }
    .promo .form::before {
        top: -30px;
        right: -50px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .promo .form::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #f7f7f7;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .promo .form__inner {
        padding-top: 20px
    }
    .symptom {
        padding: 160px 0 80px
    }
    .symptom__item {
        max-width: 660px
    }
    .symptom__item-image {
        width: 560px;
        height: 266px
    }
    .symptom .swiper-slide.swiper-slide-prev {
        -webkit-transform: translate3d(100px, 0, -1200px)!important;
        transform: translate3d(100px, 0, -1200px)!important
    }
    .symptom .swiper-slide.swiper-slide-next {
        -webkit-transform: translate3d(-100px, 0, -1200px)!important;
        transform: translate3d(-100px, 0, -1200px)!important
    }
    .advantages {
        padding: 80px 0
    }
    .advantages__item {
        font-size: 18px;
        max-width: 270px;
        margin: 0
    }
    .advantages__item-title {
        max-width: 100%
    }
    .advantages__advice-inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 40px 40px 0 60px
    }
    .advantages__advice-text {
        padding-right: 120px
    }
    .action1 {
        padding: 80px 0
    }
    .action1__top {
        padding-bottom: 80px
    }
    .action1__content {
        padding-left: 230px;
        padding-top: 80px
    }
    .action1__title {
        padding-right: 0;
        width: 100%;
        text-align: left
    }
    .action1__title::after {
        right: 400px
    }
    .action1__image {
        top: 55px
    }
    .action1 .form__field {
        margin-right: 15px
    }
    .about {
        padding: 80px 0
    }
    .about__image {
        max-width: 310px
    }
    .about__item-text {
        font-size: 18px
    }
    .stats__wrapper {
        padding: 80px 0
    }
    .expert {
        padding: 80px 0 0
    }
    .expert__image {
        width: auto;
        margin-left: 40px;
        margin-right: 55px
    }
    .expert__text {
        font-size: 18px;
        line-height: 28px
    }
    .expert__description {
        padding-bottom: 0
    }
    .expert__confirm {
        margin-right: 20px;
        width: 127px
    }
    .reviews {
        padding: 80px 0
    }
    .reviews__item {
        margin: 7px 10px 0
    }
    .reviews__item-info {
        font-size: 20px
    }
    .reviews__item-title {
        font-size: 17px;
        min-height: 49px;
        padding-bottom: 15px
    }
    .reviews__item-text {
        font-size: 18px;
        line-height: 26px
    }
    .use {
        padding: 80px 0
    }
    .use__inner {
        padding: 0 50px
    }
    .use__item:not(:last-child) {
        margin-bottom: 40px
    }
    .use__prod {
        margin-right: 90px
    }
    .use__content {
        padding-left: 70px
    }
    .recommendation__expert {
        margin-right: 80px
    }
    .recommendation__item:not(:last-child) {
        margin-right: 45px;
        padding-right: 35px
    }
    .order {
        padding: 80px 0
    }
    .bottom-note {
        padding: 120px 0 20px
    }
}
.action1-dates {
    display: none;
    text-align: center;
    margin-bottom: 15px
}
@media screen and (min-width:1400px) {
    .promo__content {
        max-width: 400px
    }
    .promo .form {
        margin-right: 0
    }
}
@media (max-width:639px) {
    .expert__image::after {
        display: none
    }
}
@media (min-width:480px) and (max-width:639px) {
    .action2__image {
        max-width: 160px;
        bottom: -10px
    }
    .action2__info {
        display: block;
        text-align: center;
        margin-bottom: 15px
    }
    .promo .prove__item:not(:last-child) {
        margin-bottom: 0
    }
}
.form__price--desk {
    display: none
}
@media (min-width:640px) and (max-width:1023px) {
    .action1__price {
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
        margin-right: 40px
    }
    .action1__image {
        order: 0;
        align-self: center
    }
    .action1__title {
        padding: 0 110px 0 0
    }
    .action1__price>div:not(:last-of-type) {
        margin-right: 35px
    }
    .action2__image {
        width: 145px;
        bottom: -10px;
        left: 75px
    }
    .promo__subtitle {
        font-size: 17px
    }
    .action2__info {
        margin-left: 0
    }
    .action2__btn {
        margin-left: 100px
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .promo__image, .promo__prove {
        margin-left: 18px
    }
    .action1__price {
        margin-right: 118px
    }
    .action2__btn {
        margin-left: 140px
    }
}
@media screen and (min-width:1024px) and (max-width:1219px) {
    .block {
        padding: 60px 0
    }
    .promo__wrapper {
        position: relative
    }
    .promo__prove {
        width: 100%;
        max-width: 650px;
        margin: -20px auto 0 0
    }
    .promo .prove__item {
        font-size: 16px
    }
    .prove__item:not(:last-of-type) {
        margin: 0 10px 0 0
    }
    .promo .prove__item::before {
        margin-right: 5px
    }
}
@media (min-width:1024px) {
    .action1 .form__btn {
        margin-left: 0
    }
    .action1__note {
        width: 100%;
        max-width: 265px;
        font-size: 14px;
        margin-left: auto;
        margin-right: 0
    }
    .action1__image {
        left: -15px
    }
    .action1__title {
        width: 100%;
        text-align: left
    }
    .action1-dates {
        display: block;
        margin-bottom: 0;
        text-align: left
    }
    .action1-dates .action--start {
        margin-bottom: 17px
    }
    .action1-dates .action--end {
        margin-bottom: 0
    }
    .action1__price {
        max-width: 280px
    }
    .action1__title::after {
        right: calc(50% - 100px)
    }
    .form__price--desk {
        display: flex
    }
    .action1__inner {
        width: 100%
    }
    .action1__inner .form__price {
        display: none
    }
    .form__price.form__price--desk {
        order: 0;
        max-width: 280px
    }
}
@media (max-width:479px) {
    .popup .form__inner {
        padding-top: 50px
    }
    .popup .form::before {
        top: -35px;
        right: 50%
    }
    .action2__info {
        display: block;
        margin-bottom: 10px;
        text-align: center
    }
}
@media (min-width:1024px) and (max-width:1399px) {
    .action1__title {
        margin: 0 auto 30px
    }
    .action1__title::after {
        bottom: 0
    }
    .action1__price {
        margin: 0 auto 20px 55px
    }
    .action1__image {
        top: 75px
    }
}
@media (min-width:1024px) {
    .action2__content {
        width: 100%;
        max-width: 974px;
        margin: 0 auto;
        padding: 0 130px 0 300px
    }
    .action2__image {
        left: 118px
    }
}
@media (min-width:1220px) {
    .action2__content {
        padding-left: 280px;
        padding-right: 35px
    }
    .action2__image {
        left: 60px
    }
}
@media (max-width:1219px) {
    .stats__item-text {
        line-height: 1.2
    }
}
@media (min-width:1400px) {
    .action1__content {
        justify-content: flex-start
    }
    .action1__image {
        top: 77px
    }
    .action1-dates {
        margin-right: 45px
    }
}
@media (max-width:1023px) {
    .footer {
        padding-bottom: 5px!important
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .action1__title {
        padding: 0 150px 0 35px
    }
    .action1__price {
        margin-right: 0
    }
}
@media screen and (min-width:1220px) {
    .promo__product {
        padding-top: 0;
        margin-top: -40px
    }
}
@media (min-width:1220px) {
    .action1__note {
        padding-right: 39px
    }
}
.promo__image {
    margin-bottom: 55px
}
.promo__prove-mobile {
    display: none
}
.stats__item-info {
    text-align: left
}
.use__inner {
    display: flex;
    flex-direction: column-reverse
}
.use__content {
    margin: 0 auto 30px;
    max-width: 320px
}
@media screen and (min-width:480px) {
    .use__inner {
        display: block
    }
    .use__content {
        margin: 0;
        max-width: 100%
    }
    .use__prod {
        margin: 0 auto 10px
    }
}
@media screen and (min-width:640px) {
    .promo__prove-desctop {
        display: none
    }
    .promo__prove-mobile {
        display: block
    }
    .promo__product {
        margin-bottom: 20px;
        padding-top: 25px
    }
    .promo__image {
        margin-bottom: 0
    }
    .stats__item-info {
        text-align: inherit
    }
    .use__content {
        max-width: 500px;
        margin: 0 auto
    }
}
@media screen and (min-width:768px) {
    .use__inner {
        display: flex;
        align-items: center;
        flex-direction: row
    }
}
@media screen and (min-width:1000px) {
    .popup .form::before {
        top: -30px
    }
}
@media screen and (min-width:1024px) {
    .promo__prove-desctop {
        display: flex
    }
    .promo__prove-mobile {
        display: none
    }
    .promo__product {
        margin-bottom: 50px;
        max-width: 235px
    }
}
@media screen and (min-width:1220px) {
    .promo__image {
        position: absolute;
        left: 45px;
        bottom: -125px
    }
}
.animation__choice:before {
    transform: rotate(-135deg);
    transition: .8s;
    top: -50%;
    left: -50%;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%
}
.animation__choice {
    position: absolute;
    z-index: 4;
    transition: .4s;
    overflow: hidden;
    border-radius: 50%
}
.container:hover .animation__choice, .popup:hover .animation__choice {
    margin-left: 4px;
    transition: .4s
}
.container:hover .animation__choice:before, .popup:hover .animation__choice:before {
    transition: .8s;
    top: 50%;
    left: 50%;
    background-image: linear-gradient(90deg, rgba(2, 0, 36, 0) 35%, rgba(255, 255, 255, .9) 50%, rgba(0, 212, 255, 0) 65%)
}
b {
    font-weight: 700
}
.x_country_select {
    display: none!important
}