@charset "UTF-8";
@-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: #444;
    font-size: 16px;
    line-height: 1.2
}

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(../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-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/roboto-v20-latin_cyrillic-regular.woff2) format("woff2"), url(../fonts/roboto-v20-latin_cyrillic-regular.woff) format("woff")
}

@font-face {
    font-family: "Roboto";
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/roboto-v20-latin_cyrillic-700.woff2) format("woff2"), url(../fonts/roboto-v20-latin_cyrillic-700.woff) format("woff")
}

@font-face {
    font-family: "Roboto";
    font-display: swap;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/roboto-v20-latin_cyrillic-900.woff2) format("woff2"), url(../fonts/roboto-v20-latin_cyrillic-900.woff) format("woff")
}

body, html {
    overflow-x: hidden
}

img {
    display: block;
    max-width: 100%
}

svg {
    overflow: hidden
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.title {
    font-size: 26px;
    line-height: 1.1;
    color: #220202;
    text-align: center
}

.text-bold, .title {
    font-weight: 700
}

.text-black {
    font-weight: 900
}

.nowrap, .text-nowrap, span[class^=date-0] {
    white-space: nowrap
}

.text-blue {
    color: #0099a6
}

.text-orange {
    color: #f1740f
}

.text-red {
    color: #d4123b
}

.text-green {
    color: #729d22
}

.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
}

.form__title span, .slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[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;
    -ms-touch-action: none;
    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
}

.discount {
    padding-top: 35px;
    position: relative
}

.discount:before, .form:before {
    content: '';
    position: absolute;
    top: 0
}

.discount:before {
    right: -14px;
    width: 91px;
    height: 67px;
    background: url(../images/discount.png) no-repeat center/contain
}

.timer__title {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #fefefe;
    margin-bottom: 10px
}

.list-rec__img picture, .timer__container {
    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
}

.timer__count, .timer__separator {
    font-size: 25.6px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .025em;
    color: #fff
}

.timer__count {
    width: 48px;
    height: 33px;
    border-radius: 5px;
    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;
    background-color: #ffa00b
}

.timer__separator {
    position: relative;
    top: -2px;
    margin: 0 8px
}

.form {
    width: 280px;
    height: 512px;
    position: relative;
    z-index: 0;
    padding-top: 35px
}

.form:before {
    left: 50%;
    -webkit-transform: translateX(-52%);
    transform: translateX(-52%);
    width: 307px;
    height: 100%;
    background: url(../images/form-bg.png) no-repeat;
    z-index: -1
}

.form__title {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #220202;
    margin-bottom: 21px
}

.form__privacy {
    text-align: center;
    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: 22px
}

.form__privacy::before {
    content: '';
    display: inline-block;
    background: url(../images/icon_privacy.png) no-repeat center/contain;
    width: 22px;
    height: 24px;
    margin-right: 10px;
    position: relative;
    top: -2px
}

.form-lastpack {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff
}

.form-lastpack__count {
    font-size: 20px;
    font-weight: 900;
    color: #e30613
}

.price {
    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
}

.price-line {
    width: 1px;
    height: 39px;
    background-color: #eee;
    margin: 0 15px
}

.price-old {
    line-height: 1;
    color: #9f9f9f;
    position: relative;
    z-index: 0
}

.price-old__value {
    font-size: 30px
}

.price-old__currency {
    font-size: 22px
}

.price-old:after, .price-old:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 105%;
    height: 1px;
    background-color: #cd4048;
    z-index: 1
}

.price-old:before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
}

.price-old:after {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
}

.price-new {
    line-height: 1;
    color: #e30613
}

.price-new__value {
    font-size: 39.2px;
    font-weight: 700
}

.price-new__currency {
    font-size: 24.4px;
    font-weight: 700
}

.fields {
    width: 230px;
    margin: 0 auto 20px
}

.fields-label {
    display: block;
    margin-bottom: 16px;
    position: relative
}

.fields-label::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fields-label__name::before {
    width: 18px;
    height: 24px;
    left: 25px;
    background: url(../images/icon_name.png) no-repeat center/contain
}

.fields-label__phone::before {
    width: 18px;
    height: 20px;
    left: 27px;
    background: url(../images/icon_phone.png) no-repeat center/contain
}

.fields__input {
    width: 100%;
    height: 60px;
    border: 1px solid #dfe2e3;
    background-color: #f7f7f7;
    border-radius: 50px;
    padding-left: 55px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-family: inherit
}

.fields__input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 1;
    color: #949494;
    font-family: inherit
}

.fields__input::-moz-placeholder {
    font-size: 16px;
    line-height: 1;
    color: #949494;
    font-family: inherit
}

.fields__input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 1;
    color: #949494;
    font-family: inherit
}

.fields__input::placeholder {
    font-size: 16px;
    line-height: 1;
    color: #949494;
    font-family: inherit
}

.button {
    background: #99cf11;
    border-bottom: 5px solid #5f8500;
    border-radius: 50px;
    width: 100%;
    font-family: inherit;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    color: #220202;
    padding: 12px 5px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.button:hover {
    background: #afeb17;
    border-color: #729f00
}

.button__smalltext {
    display: block;
    font-size: 15px
}

.accent-text {
    color: #e30613
}

.bg {
    background: #f6f6f6
}

.menu ul, header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #261b1b
}

.menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.menu ul li:not(:last-child) {
    margin-bottom: 20px
}

.menu a {
    text-decoration: underline;
    color: #e2e2e2;
    font-size: 20px
}

.menu-btn {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    z-index: 21;
    margin-left: auto
}

.menu-btn span {
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.menu-btn span:nth-of-type(2) {
    top: calc(50% - 5px)
}

.menu-btn span:nth-of-type(3) {
    top: calc(50% + 5px)
}

.menu-btn.active span:nth-of-type(1) {
    display: none
}

.menu-btn.active span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg)
}

.menu-btn.active span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg)
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #212121;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    z-index: 20
}

.menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu li {
    list-style-type: none
}

.promo {
    background-color: #261b1b
}

.promo-nav {
    display: none
}

.promo-nav__link {
    font-weight: 100;
    text-decoration: underline;
    color: #e2e2e2;
    font-size: 13px;
    line-height: 1;
    width: 43%
}

.promo-nav__link:nth-child(-n+2) {
    margin-bottom: 20px
}

.promo__information {
    margin-bottom: 25px
}

.promo__logo {
    max-width: 240px;
    margin: 0 auto 18px
}

.promo__subtitle, .promo__title {
    font-weight: 700;
    color: #e30613;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px
}

.promo__subtitle {
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px
}

.promo-list {
    max-width: 340px;
    width: 100%;
    margin: 0 auto
}

.promo-list__item {
    font-size: 16px;
    line-height: 1.2;
    color: #f0f0f0;
    padding-left: 30px;
    position: relative
}

.promo-list__item:not(:last-child) {
    margin-bottom: 15px
}

.promo-list__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #96cb12;
    border: 5px solid #5f7417;
    border-radius: 50%
}

.promo__product {
    width: 190px;
    margin: 0 auto 25px
}

.promo__timer {
    margin-bottom: 22px
}

.promo__form {
    max-width: 280px;
    width: 100%;
    margin: 0 auto
}

.promo__price {
    margin-bottom: 45px
}

.promo--second .discount:before, .promo--second .promo-nav, .promo--second .promo__timer {
    display: none
}

.promo--second .form::after {
    content: '';
    position: absolute;
    top: -30px;
    right: -14px;
    width: 91px;
    height: 67px;
    background: url(../images/discount.png) no-repeat center/contain
}

.effects__title {
    margin-bottom: 20px
}

.effects-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.assist-list__item:not(:last-child), .effects-list__item:not(:last-child) {
    margin-bottom: 25px
}

.effects__icon {
    margin-bottom: 15px
}

.effects__name {
    font-weight: 700;
    color: #220202;
    line-height: 1.2;
    font-size: 18px;
    text-align: center
}

.composition {
    background-color: #f6f6f6;
    position: relative
}

.composition__title {
    margin-bottom: 25px;
    font-weight: 900
}

.composition__subtitle {
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
    color: #31363e;
    margin-bottom: 25px
}

.composition__box {
    max-width: 380px;
    width: 100%;
    margin: 0 auto 25px
}

.composition__img {
    margin: 0 auto 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.composition__name {
    text-align: center;
    font-weight: 700;
    color: #220202;
    font-size: 18px;
    margin-bottom: 15px
}

.composition__text {
    text-align: center;
    font-weight: 300;
    color: #333
}

.composition__product {
    max-width: 190px;
    margin: 0 auto
}

.assist__title {
    margin-bottom: 20px
}

.assist__subtitle {
    text-align: center;
    font-size: 22px;
    line-height: 1;
    color: #220202;
    margin-bottom: 25px
}

.assist-list__item {
    font-weight: 300;
    color: #333;
    line-height: 1.2;
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
    position: relative
}

.assist-list__item b {
    font-weight: 700;
    color: #220202
}

.assist-list__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background-color: #96cb12;
    border: 5px solid #cbe689;
    border-radius: 50%
}

.reviews {
    background-color: #f6f6f6;
    overflow: hidden;
    position: relative
}

.reviews__title {
    text-align: center;
    margin-bottom: 20px
}

.reviews .slick-arrow {
    position: absolute;
    cursor: pointer;
    top: 100px;
    outline: 0;
    z-index: 1;
    background: 0 0;
    font-size: 0;
    overflow: visible;
    padding: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 4px solid #8bbd0e;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 4px #cdea93;
    box-shadow: 0 0 0 4px #cdea93
}

.reviews .slick-arrow::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 22px;
    background: url(../images/arrow_black.png);
    top: -4px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.reviews .slick-arrow.slick-next {
    right: 0
}

.reviews .slick-arrow.slick-next::before {
    right: 6px
}

.reviews .slick-arrow.slick-prev {
    left: 0
}

.reviews .slick-arrow.slick-prev::before {
    -webkit-transform: scaleX(-1.1);
    transform: scaleX(-1.1);
    left: 6px
}

.reviews .slick-arrow:hover.slick-next::before {
    right: 4px
}

.reviews .slick-arrow:hover.slick-prev::before {
    left: 4px
}

.review__photos {
    position: relative;
    margin-bottom: 35px;
    max-width: 370px;
    margin-right: auto;
    margin-left: auto
}

.review__notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    max-width: 370px;
    width: 100%;
    z-index: 1
}

.review__note-wrap {
    margin: auto;
    text-align: center
}

.review__note-wrap--before .review__note {
    background-color: #d6dfc6
}

.review__note-wrap--after .review__note {
    background-color: #8bbd0e
}

.review__note {
    color: #2a2a2a;
    font-size: 18px;
    white-space: nowrap;
    margin: auto;
    padding: 2px
}

.review__note span {
    font-size: 16px;
    font-weight: 900
}

.review__name {
    color: #31363e;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center
}

.review__name span {
    font-weight: 900;
    font-size: 18px
}

.review__desc {
    font-size: 16px;
    margin-bottom: 15px
}

.review__text {
    color: #333;
    font-size: 17px;
    line-height: 1.2
}

.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;
    cursor: pointer
}

.reviews-form__file-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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: #fff;
    background-image: url(../images/file-icon.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center
}

.reviews-form__file-text {
    color: #666;
    font-size: 16px;
    line-height: 18px;
    text-decoration: underline;
    margin-left: 12px
}

.reviews-form__checkmark-icon {
    display: none
}

.reviews .visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.think {
    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-color: #f8f1e7;
    border-radius: 5px
}

.think__input {
    -webkit-box-shadow: inset 2px 2px 7px rgba(0, 0, 0, .06);
    box-shadow: inset 2px 2px 7px rgba(0, 0, 0, .06);
    border-radius: 50px;
    background-color: #fff;
    border: 0;
    padding: 20px 10px 20px 25px;
    color: #444;
    font-size: 16px;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s
}

.think__input:active, .think__input:focus, .think__input:hover, textarea:active, textarea:focus, textarea:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.think__box, .think__text {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    max-width: 400px
}

.think__text {
    margin-bottom: 15px
}

.think__box:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.think__btn {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    padding-bottom: 17px
}

textarea {
    padding: 12px 10px 10px 25px;
    height: 117px;
    -webkit-box-shadow: inset 2px 2px 7px rgba(0, 0, 0, .06);
    box-shadow: inset 2px 2px 7px rgba(0, 0, 0, .06);
    border: 1px solid #fff;
    color: #666;
    font-family: inherit;
    font-size: 16px;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    resize: none
}

.feedback-modal {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    border-radius: 5px
}

.feedback-modal__inner, textarea {
    border-radius: 5px;
    width: 100%;
    background-color: #fff
}

.feedback-modal__inner {
    color: #222;
    text-align: center;
    z-index: 21;
    padding: 20px
}

.feedback-modal__title {
    position: relative;
    margin-bottom: 12px;
    padding-top: 0;
    font-size: 22px;
    font-weight: 700
}

.feedback-modal__text {
    font-size: 18px;
    font-weight: 300
}

.feedback-modal, .reviews__btn, .think {
    max-height: 0;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden
}

.reviews__btn, .think {
    transition: .5s
}

.feedback-modal {
    -webkit-transition: max-height .5s, -webkit-box-shadow 1s;
    transition: box-shadow 1s, max-height .5s;
    transition: box-shadow 1s, max-height .5s, -webkit-box-shadow 1s
}

.feedback-modal.active-feed {
    overflow: visible
}

.active-feed {
    max-height: 800px
}

.reviews__btn {
    padding: 0 !important;
    border: 0 solid transparent !important;
    max-width: 320px;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto
}

.reviews__btn.active-feed {
    padding: 18px 0 !important
}

.think.active-feed {
    padding: 15px
}

.rloaded .reviews-form__file-img {
    background: 0 0
}

.think__photo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100% !important
}

.think__photo, .use__item, .use__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.reviews__slider {
    margin-bottom: 30px
}

.action {
    background-color: #261b1b;
    position: relative;
    z-index: 5
}

.action__title {
    color: #fff
}

.action__timer, .action__title {
    margin-bottom: 20px
}

.action__product {
    max-width: 200px;
    margin: 0 auto 20px
}

.action__discount {
    display: none
}

.action__fields {
    width: 270px
}

.recommend {
    position: relative
}

.recommend__title {
    text-align: center;
    margin-bottom: 20px
}

.recommend__subtitle {
    text-align: center;
    font-style: italic;
    color: #565655
}

.recommend__subtitle .blue {
    font-style: normal
}

.list-rec {
    margin-bottom: 25px
}

.list-rec__item {
    text-align: center;
    position: relative
}

.list-rec__item:not(:last-child) {
    margin-bottom: 25px
}

.list-rec__img {
    background-color: #fff;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.list-rec__clock, .list-rec__year {
    position: absolute;
    top: 15px;
    left: 15px
}

.list-rec__year {
    width: 180px;
    top: 2px;
    left: 23px
}

.list-rec__product {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 60px
}

.list-rec__title {
    color: #2a2a2a;
    font-size: 18px
}

.list-rec__text {
    font-size: 16px;
    color: #49424c
}

.order {
    position: relative
}

.order__title {
    text-align: center;
    margin-bottom: 20px
}

.order__subtitle {
    text-align: center;
    font-style: italic;
    font-size: 17px
}

.order__subtitle .green {
    font-style: normal
}

.list-order__item {
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
    position: relative
}

.list-order__item:not(:last-child) {
    margin-bottom: 25px
}

.list-order__img {
    background-color: #fff;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    margin: 0 auto 10px
}

.webp .list-order__img--form {
    background-image: url(../images/form_copy.webp);
    background-size: contain
}

.no-webp .list-order__img--form {
    background-image: url(../images/form_copy.png);
    background-size: contain
}

.list-order__img--operator {
    background-image: url(../images/operator.jpg);
    background-size: contain
}

.list-order__img--prod {
    background-image: url(../images/product.png);
    background-size: 43%;
    background-repeat: no-repeat;
    background-position: center
}

.list-order__title {
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 10px
}

.list-order__text {
    font-size: 16px;
    color: #333
}

.footer {
    padding: 20px 0
}

.my-popup__left, .my-popup__prod {
    display: none
}

@media screen and (min-width: 480px) {
    .container {
        width: 480px
    }

    .title {
        font-size: 30px
    }

    .block {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .promo-nav__link {
        width: auto
    }

    .promo-nav__link:nth-child(-n+2) {
        margin-bottom: 0
    }

    .effects-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .effects-list__item {
        width: 48%
    }

    .effects-list__item:not(:last-child) {
        margin-bottom: 0
    }

    .effects-list__item:nth-child(-n+2) {
        margin-bottom: 25px
    }

    .assist-list, .effects__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .effects__icon {
        min-height: 75px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .assist-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .assist-list__item {
        width: 48%
    }

    .assist-list__item:not(:last-child) {
        margin-bottom: 0
    }

    .assist-list__item:nth-child(-n+4) {
        margin-bottom: 25px
    }
}

@media (min-width: 480px) {
    .think {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .think__box {
        width: 49%
    }

    .think__box, .think__text {
        max-width: 100%
    }

    .think__btn {
        max-width: 220px
    }

    .think__photo {
        width: 49% !important
    }
}

@media screen and (min-width: 640px) {
    .container {
        width: 640px
    }

    .title {
        font-size: 34px
    }

    .promo-nav__link {
        font-size: 15px
    }

    .promo__information {
        width: 100%;
        margin-bottom: 35px
    }

    .promo__title {
        font-size: 19px
    }

    .promo__subtitle {
        font-size: 18px
    }

    .promo-list {
        max-width: 355px
    }

    .promo-list__item {
        font-size: 17px
    }

    .promo__product {
        margin: 0 55px 0 0
    }

    .promo__form {
        margin: 0
    }

    .promo__box {
        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
    }

    .effects__title {
        margin-bottom: 30px
    }

    .composition__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
    }

    .composition__box {
        max-width: 100%;
        width: 48%;
        margin: 0
    }

    .composition__box:nth-child(-n+2) {
        margin-bottom: 25px
    }

    .assist__title {
        margin-bottom: 30px
    }

    .assist-list__item {
        padding-top: 0;
        padding-left: 30px;
        text-align: left
    }

    .assist-list__item::before {
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none
    }

    .action__title {
        margin-bottom: 45px
    }

    .action__timer {
        margin-right: 88px;
        margin-left: auto;
        max-width: 200px
    }

    .action__product {
        position: absolute;
        bottom: 0;
        left: 60px;
        margin: 0
    }

    .action__fields {
        margin-right: 50px;
        margin-bottom: 0
    }

    .action__content {
        position: relative
    }

    .list-doc__item:not(:last-child), .list-order__item:not(:last-child), .list-rec__item:not(:last-child) {
        margin-bottom: 0
    }

    .list-rec {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .list-rec__item {
        width: 32%
    }

    .list-rec__img {
        width: 180px;
        height: 180px
    }

    .list-rec__clock {
        width: 154px
    }

    .list-rec__year {
        width: 142px;
        left: 18px;
        top: 2px
    }

    .list-order {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .list-order__item {
        width: 32%
    }

    .list-order__img {
        width: 180px;
        height: 180px;
        margin: 0 auto 15px
    }
}

@media (min-width: 640px) {
    .reviews__title {
        margin-bottom: 25px
    }

    .reviews .slick-list {
        margin: 0 -10px
    }

    .reviews .slick-slide {
        margin: 0 10px
    }
}

@media screen and (min-width: 768px) {
    .container {
        width: 768px
    }

    .title {
        font-size: 38px
    }

    .block {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .effects__name {
        font-size: 19px
    }

    .action__timer {
        margin-right: 154px
    }

    .action__product {
        left: 115px
    }

    .action__fields {
        margin-right: 115px
    }

    .list-rec {
        margin-bottom: 35px
    }

    .list-rec__img {
        width: 210px;
        height: 210px;
        margin: 0 auto 30px
    }

    .list-rec__clock {
        width: 183px
    }

    .list-rec__year {
        width: 165px;
        left: 23px;
        top: 2px
    }

    .list-rec__product {
        width: 75px
    }

    .list-rec__title {
        font-size: 19px
    }

    .list-order {
        margin-bottom: 35px
    }

    .list-order__img {
        width: 210px;
        height: 210px;
        margin: 0 auto 30px
    }
}

@media (min-width: 768px) {
    .reviews .slick-arrow {
        top: 110px
    }

    .review__photos {
        margin-bottom: 30px
    }

    .review {
        width: 32%
    }

    .reviews__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .review:not(:last-child) {
        margin-bottom: 0
    }

    .review__name {
        text-align: left
    }

    .result .slick-arrow::before, .review__btn {
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .review__btn {
        background: #8bbd0e;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: relative;
        margin: auto;
        cursor: pointer
    }

    .review__btn:hover {
        background: #749b10
    }

    .review__btn::after, .review__btn::before {
        content: "";
        display: block;
        position: absolute;
        background: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .review__btn::before {
        width: 16px;
        height: 1px
    }

    .review__btn::after {
        height: 16px;
        width: 1px
    }

    .review__info {
        max-height: 145px;
        overflow: hidden;
        margin-bottom: 10px;
        position: relative;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .review__info.active::before, .review__info.active ~ .review__btn::after {
        display: none
    }

    .review__info::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f6f6f6), color-stop(71%, rgba(255, 255, 255, 0)));
        background: linear-gradient(0deg, #f6f6f6 0, rgba(255, 255, 255, 0) 71%);
        height: 70px
    }

    .review__info.active {
        max-height: 1000px;
        overflow: visible
    }
}

@media screen and (min-width: 1000px) {
    .my-popup__prod {
        display: block;
        max-width: 220px;
        width: 100%
    }

    .my-popup__logo {
        margin-bottom: 30px
    }

    .my-popup__left {
        display: block;
        margin-right: 60px
    }

    .my-popup__wrap {
        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;
        padding: 40px 50px;
        border-radius: 15px;
        background: url(../images/promo-bg.jpg) no-repeat center/cover
    }
}

@media screen and (min-width: 1024px) {
    .container {
        width: 1024px;
        padding: 0 25px
    }

    .title {
        font-size: 44px
    }

    .block {
        padding-top: 60px;
        padding-bottom: 60px
    }

    header {
        display: none
    }

    .promo {
        background: url(../images/promo-bg.jpg) no-repeat center/cover;
        padding-bottom: 0 !important;
        position: relative;
        z-index: 5
    }

    .promo::after {
        content: '';
        position: absolute;
        bottom: -1px;
        width: 100%;
        height: 136px;
        background: url(../images/line.png) no-repeat center
    }

    .promo::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-119%);
        transform: translateX(-119%);
        background: url(../images/promo-person.png) no-repeat center/contain;
        width: 578px;
        height: 689px
    }

    .promo-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 42px
    }

    .promo-nav__link {
        margin-right: 50px
    }

    .promo__information {
        margin-bottom: 0;
        margin-right: 45px
    }

    .promo__logo {
        margin-left: 0
    }

    .promo__title {
        text-align: left;
        margin-bottom: 25px
    }

    .promo__subtitle {
        text-align: left;
        margin-bottom: 35px
    }

    .promo-list {
        margin: 0
    }

    .promo__product {
        position: absolute;
        bottom: 0;
        left: -240px;
        margin: 0;
        z-index: 2
    }

    .promo__box {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .promo__content {
        position: relative;
        max-width: 600px;
        margin-left: auto;
        width: 100%;
        padding-bottom: 100px
    }

    .promo--second {
        padding-bottom: 100px !important;
        padding-top: 140px
    }

    .promo--second .promo__content {
        padding-bottom: 0
    }

    .promo--second::after {
        bottom: auto;
        top: 0;
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1);
        background: url(../images/line-2.png) no-repeat center
    }

    .promo--second .promo__product {
        bottom: -80px
    }

    .effects {
        position: relative;
        padding-bottom: 0 !important;
        background: url(../images/fon-white.jpg) no-repeat center/cover
    }

    .effects__content {
        max-width: 555px;
        padding-bottom: 60px;
        position: relative
    }

    .effects__content::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: -423px;
        width: 403px;
        height: 418px;
        background: url(../images/effect_person.webp) no-repeat center/contain
    }

    .effects__title {
        text-align: left;
        margin-bottom: 40px
    }

    .effects-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .effects-list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 50%
    }

    .effects-list__item:nth-child(2n) {
        width: 210px
    }

    .effects-list__item:nth-child(odd) {
        border-right: 1px solid #e5e5e5;
        padding-right: 50px
    }

    .effects__icon {
        margin-bottom: 0;
        margin-right: 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: 69px
    }

    .effects__name {
        font-size: 20px;
        text-align: left
    }

    .composition {
        padding-top: 100px;
        background: url(../images/fon-gray.jpg) no-repeat center/cover
    }

    .composition__title {
        margin-bottom: 31px
    }

    .composition__subtitle {
        margin-bottom: 40px
    }

    .composition__box, .composition__content {
        position: relative
    }

    .composition__box::after {
        content: '';
        position: absolute;
        left: -64px;
        top: 70px;
        background: url(../images/comp.png) no-repeat center/contain;
        width: 56px;
        height: 137px
    }

    .composition__box:nth-child(-n+2) {
        width: 320px;
        margin-bottom: 50px
    }

    .composition__box--reverce .composition__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .composition__box--reverce .composition__name, .composition__box--reverce .composition__text {
        text-align: right
    }

    .composition__box--reverce .composition__img {
        margin-right: 0;
        margin-left: 15px
    }

    .composition__box--reverce::after {
        left: auto !important;
        right: -64px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }

    .composition__box:nth-child(3) {
        max-width: 780px;
        width: 100%;
        margin: 0 auto
    }

    .composition__box:nth-child(3) .composition__top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .composition__box:nth-child(3) .composition__text {
        text-align: center
    }

    .composition__box:nth-child(3)::after {
        top: -67px;
        left: 50%;
        right: auto !important;
        -webkit-transform: translateX(-45%) rotate(90deg);
        transform: translateX(-45%) rotate(90deg)
    }

    .composition__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px
    }

    .composition__img {
        margin: 0 15px 0 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .composition__name {
        font-size: 21px;
        text-align: left;
        margin-bottom: 0
    }

    .composition__text {
        font-size: 17px;
        text-align: left
    }

    .composition__product {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .assist {
        position: relative;
        padding-bottom: 0 !important;
        background: url(../images/fon-white.jpg) no-repeat center/cover
    }

    .assist__content {
        max-width: 605px;
        padding-bottom: 60px;
        position: relative;
        margin-left: auto
    }

    .assist__content::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -490px;
        width: 454px;
        height: 674px;
        background: url(../images/assist-person.webp) no-repeat center/contain
    }

    .assist__title {
        text-align: left
    }

    .assist__subtitle {
        text-align: left;
        margin-bottom: 40px
    }

    .assist-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .assist-list__item {
        font-size: 17px;
        width: 46%
    }

    .assist-list__item:nth-child(odd):after {
        content: '';
        position: absolute;
        right: -22px;
        top: 0;
        width: 1px;
        height: 107px;
        background-color: #e5e5e5
    }

    .action {
        background: url(../images/promo-bg.jpg) no-repeat center/cover;
        padding: 40px 0
    }

    .action__title {
        font-size: 30px;
        margin-bottom: 0
    }

    .action__timer {
        margin: 0
    }

    .action__product {
        left: 0;
        bottom: 50%;
        -webkit-transform: translateY(45%);
        transform: translateY(45%)
    }

    .action__product::before {
        display: none
    }

    .action__discount, .list-order__text br {
        display: block
    }

    .action__content, .action__fields {
        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
    }

    .action__fields {
        width: 100%;
        margin-top: 20px;
        margin-right: 0
    }

    .action__fields .fields-label {
        margin-bottom: 0;
        width: 31.1%
    }

    .action__content {
        padding-left: 250px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .action__btn {
        width: 31.1%
    }

    .recommend__title {
        margin-bottom: 40px
    }

    .list-rec {
        margin-bottom: 45px
    }

    .recommend {
        background: url(../images/fon-white.jpg) no-repeat center/cover
    }

    .label {
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 364px;
        height: 61px;
        background: url(../images/label_arrow.png) no-repeat center, url(../images/label.png) no-repeat center
    }

    .list-rec__item:not(:last-child)::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 22px;
        background: url(../images/arrow_black.png);
        top: 125px;
        right: -20px;
        z-index: 1
    }

    .list-rec__item:not(:last-child)::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 4px solid #8bbd0e;
        background-color: #fff;
        -webkit-box-shadow: 0 0 0 4px #cdea93;
        box-shadow: 0 0 0 4px #cdea93;
        top: 125px;
        right: -27px;
        z-index: 0
    }

    .list-rec__img {
        width: 270px;
        height: 270px;
        margin: 0 auto 35px
    }

    .list-rec__clock {
        width: auto;
        top: 34px;
        left: 34px
    }

    .list-rec__glass {
        width: auto
    }

    .list-rec__year {
        width: auto;
        top: 5px;
        left: 25px
    }

    .list-rec__product {
        width: 93px
    }

    .list-rec__title {
        font-size: 20px
    }

    .recommend__subtitle {
        font-size: 18px
    }

    .list-order {
        margin-bottom: 45px
    }

    .order {
        padding-top: 90px;
        background: url(../images/fon-gray.jpg) no-repeat center/cover
    }

    .list-order__item {
        max-width: 100%
    }

    .list-order__item:not(:last-child)::before {
        content: "";
        position: absolute;
        width: 24px;
        height: 22px;
        background: url(../images/arrow_black.png);
        top: 125px;
        right: -19px;
        z-index: 1
    }

    .list-order__item:not(:last-child)::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 4px solid #8bbd0e;
        background-color: #fff;
        -webkit-box-shadow: 0 0 0 4px #cdea93;
        box-shadow: 0 0 0 4px #cdea93;
        top: 125px;
        right: -22px;
        z-index: 0
    }

    .list-order__img {
        width: 270px;
        height: 270px;
        margin: 0 auto 35px
    }

    .footer {
        padding-top: 40px;
        padding-bottom: 30px
    }
}

@media (min-width: 1024px) {
    .reviews__title {
        margin-bottom: 30px
    }

    .think {
        border: 0
    }

    .think__box {
        width: 23.5%;
        max-width: 366px
    }

    .think__box, .think__text {
        margin-bottom: 20px
    }

    .think.active-feed {
        padding: 20px;
        border: 1px solid #e3e3e3
    }

    .think__photo {
        -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        width: auto !important
    }

    .reviews {
        padding-top: 100px;
        padding-bottom: 100px;
        background: url(../images/fon-gray.jpg) no-repeat center/cover
    }

    .review__info {
        max-height: 110px
    }

    .reviews__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .review {
        width: calc(100% / 3 - 12px)
    }
}

@media screen and (min-width: 1220px) {
    .container {
        width: 1220px
    }

    .title {
        font-size: 49px;
        line-height: 1
    }

    .capsule-container {
        position: relative;
        z-index: 5
    }

    .capsule-1 {
        width: 130px;
        height: 123px;
        background: url(../images/capsule_1.png) no-repeat center/contain;
        position: absolute;
        z-index: 10
    }

    .capsule-1--promo {
        bottom: 200px;
        left: -280px
    }

    .capsule-1--composition {
        bottom: -150px;
        right: -50px
    }

    .capsule-1--review {
        left: -213px;
        bottom: 514px
    }

    .capsule-1--order {
        bottom: -150px;
        right: 130px
    }

    .capsule-2 {
        width: 123px;
        height: 129px;
        background: url(../images/capsule_2.png) no-repeat center/contain;
        position: absolute;
        z-index: 10
    }

    .capsule-2--promo {
        bottom: 500px;
        right: -260px
    }

    .capsule-2--composition {
        bottom: 650px;
        right: -60px
    }

    .capsule-3 {
        width: 95px;
        height: 115px;
        background: url(../images/capsule_3.png) no-repeat center/contain;
        position: absolute;
        z-index: 10
    }

    .capsule-3--promo {
        bottom: -50px;
        right: -100px
    }

    .capsule-3--composition, .capsule-3--recommend {
        bottom: 50px;
        left: 0;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }

    .capsule-3--recommend {
        left: 150px;
        bottom: -180px
    }

    .capsule-3--recommend2 {
        right: -160px;
        bottom: 585px
    }

    .promo::before {
        width: 578px;
        height: 769px;
        -webkit-transform: translateX(-124%);
        transform: translateX(-124%)
    }

    .promo__information {
        margin-right: 55px
    }

    .promo__logo {
        max-width: 291px
    }

    .promo__title {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 34px
    }

    .promo__subtitle {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 40px
    }

    .promo-list__item {
        font-size: 18px;
        line-height: 24px;
        padding-left: 39px
    }

    .promo-list__item:not(:last-child) {
        margin-bottom: 20px
    }

    .promo__product {
        width: 201px;
        left: -252px;
        bottom: -46px
    }

    .promo__content {
        max-width: 700px
    }

    .promo--second {
        padding-top: 220px
    }

    .promo--second .promo__product {
        bottom: -110px
    }

    .promo--second .capsule-2--promo {
        display: none
    }

    .promo--second .capsule-3--promo {
        bottom: -140px;
        right: -140px
    }

    .promo--second .capsule-1--promo {
        bottom: 20px;
        left: -220px
    }

    .effects {
        padding-top: 127px
    }

    .effects__content {
        max-width: 640px;
        padding-bottom: 150px
    }

    .effects__content::before {
        width: 447px;
        height: 666px;
        right: -537px
    }

    .effects__title {
        margin-bottom: 84px
    }

    .effects-list__item:nth-child(-n+2) {
        margin-bottom: 92px
    }

    .effects-list__item:nth-child(2n) {
        width: 236px
    }

    .effects__icon {
        margin-right: 27px
    }

    .effects__name {
        font-size: 22px;
        line-height: 24px
    }

    .composition {
        padding-top: 162px;
        padding-bottom: 110px
    }

    .composition__title {
        font-size: 44px;
        line-height: 1
    }

    .composition__subtitle {
        margin-bottom: 74px
    }

    .composition__box {
        width: 304px
    }

    .composition__box::after {
        height: 193px;
        left: -96px
    }

    .composition__box:nth-child(-n+2) {
        margin-bottom: 150px
    }

    .composition__box--reverce::after {
        right: -96px
    }

    .composition__box:nth-child(3)::after {
        top: -135px
    }

    .composition__name {
        font-size: 25px;
        line-height: 28px
    }

    .composition__text {
        font-size: 18px;
        line-height: 26px
    }

    .composition__product {
        max-width: 262px;
        top: -25px
    }

    .assist {
        padding-top: 110px
    }

    .assist__content {
        max-width: 697px;
        padding-bottom: 98px
    }

    .assist__content::before {
        width: 609px;
        height: 948px;
        left: -672px
    }

    .assist__title {
        margin-bottom: 34px
    }

    .assist__subtitle {
        margin-bottom: 56px
    }

    .assist-list__item {
        font-size: 18px;
        line-height: 24px;
        padding-left: 48px;
        width: 49%
    }

    .assist-list__item:nth-child(-n+4) {
        margin-bottom: 50px
    }

    .assist-list__item:nth-child(odd):after {
        right: -34px
    }

    .assist-list__item:nth-child(even) {
        width: 40.8%
    }

    .action {
        padding: 60px 0
    }

    .action__title {
        font-size: 34px;
        line-height: 1
    }

    .action__timer {
        margin-right: 40px
    }

    .action__product {
        max-width: 262px
    }

    .action__content {
        padding-left: 300px
    }

    .recommend__title {
        margin-bottom: 50px
    }

    .recommend {
        padding-top: 105px;
        padding-bottom: 120px
    }

    .list-rec {
        margin-bottom: 55px
    }

    .list-rec__img {
        margin: 0 auto 40px
    }

    .order {
        padding-top: 151px;
        padding-bottom: 150px
    }

    .order__subtitle {
        font-size: 18px
    }

    .list-order__item:not(:last-child)::after {
        right: -16px
    }

    .list-order__item:not(:last-child)::before {
        right: -9px
    }

    .list-order__img {
        margin: 0 auto 40px
    }

    .footer {
        padding-top: 50px;
        padding-bottom: 40px
    }
}

@media (min-width: 1220px) {
    .expert-info__post, .review__note span {
        font-size: 18px
    }

    .reviews-form__file-text {
        font-size: 16px;
        margin-left: 15px
    }

    .think__box {
        width: 24%
    }

    .reviews__slider {
        margin-bottom: 60px
    }

    .think__box, .think__text {
        margin-bottom: 25px
    }

    .think.active-feed {
        padding: 40px 70px 25px;
        border-radius: 50px 5px
    }

    .expert-info__images {
        padding-top: 12px;
        margin-right: 77px
    }

    .expert-info__sign {
        margin-right: 21px
    }

    .expert-info__link {
        font-size: 17px
    }

    .reviews {
        padding-top: 150px;
        padding-bottom: 160px
    }

    .reviews__title {
        margin-bottom: 64px
    }

    .review {
        width: calc(100% / 3 - 15px)
    }

    .review__photos {
        margin-bottom: 35px
    }

    .review__name {
        margin-bottom: 19px
    }

    .review__name span, .review__note {
        font-size: 20px
    }

    .review__info {
        margin-left: 4px;
        max-height: 138px
    }

    .review__desc {
        line-height: 20px;
        margin-bottom: 16px;
        max-width: 84%
    }

    .review__text {
        line-height: 24px
    }
}

@media screen and (min-width: 1290px) {
    .promo--second .form::after {
        right: -45px;
        top: -25px
    }
}

.x_country_select {
    display: none !important;
}