@charset "UTF-8";
@-webkit-keyframes compositionLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.form__romanian-note{
  padding: 0 10px;
  text-align: center;
}
@keyframes compositionLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes compositionRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes compositionRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

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, br {
    line-height: 1
}

body {
    font-family: "Arial", sans-serif;
    font-weight: 400;
    overflow: hidden;
    font-size: 18px
}

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 {
    font-size: 0
}

* {
    -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
}

::-moz-focus-inner, ::-moz-focus-outer {
    border: 0;
    padding: 0
}

a:-moz-focusring, select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

:active, :focus, :hover, :visited, a, a:active, a:focus, a:hover, a:visited {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.composition__arrow svg, .slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.nav-item a:hover:before, .slick-arrow.slick-hidden {
    display: none
}


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

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: 0;
    outline: 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.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-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

html {
    overflow-x: hidden
}

img {
    display: block;
    max-width: 100%
}

svg {
    overflow: hidden
}

.container {
    width: 1190px;
    margin: 0 auto;
    padding: 0 10px
}

@media screen and (max-width: 1189px) {
    .container {
        width: 1024px
    }
}

@media screen and (max-width: 1023px) {
    .container {
        width: 768px;
        padding: 0 10px
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 640px
    }
}

@media screen and (max-width: 639px) {
    .container {
        width: 480px
    }
}

@media screen and (max-width: 479px) {
    .container {
        width: 100%
    }
}

.title {
    color: #373244;
    /* font-family: "PT Sans"; */
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center
}

@media screen and (max-width: 1189px) {
    .title {
        font-size: 40px;
    }
}

@media screen and (max-width: 1023px) {
    .title {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .title {
        font-size: 32px;
    }

    .title br {
        display: none;
    }

}

@media screen and (max-width: 639px) {
    .title {
        font-size: 29px;
    }
}

@media screen and (max-width: 479px) {
    .title {
        font-size: 26px;
    }
}

.text-bold {
    font-weight: 700
}

.nav-item a:hover {
    color: #d85e41;
}


.text-black {
    font-weight: 900
}

.text-nowrap {
    white-space: nowrap
}

.blue {
    color: #5789bf
}

.grey {
    color: #94929b;
    font-weight: 400
}

.img-effect {
    position: relative
}

.img-effect:after, .img-effect:before {
    content: "";
    position: absolute;
    z-index: -1
}

.img-effect:before {
    bottom: -3px;
    left: 1px;
    background: #c5c0ca;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    width: 100.5%;
    height: 3px
}

.img-effect:after {
    top: 0;
    right: -3px;
    width: 3px;
    height: 100.5%;
    background: #efebf2;
    -webkit-transform: skewY(30deg);
    transform: skewY(30deg)
}

.btn, .btn:hover {
    -webkit-transition: .2s;
    transition: .2s
}

.btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Arial";
    text-align: center;
    padding-top: 5px;
    width: 100%;
    height: 70px;
    border-radius: 5px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#ef5b4d), color-stop(50%, #f78b4d), to(#ef5b4d));
    background-image: linear-gradient(to right, #ef5b4d 0%, #f78b4d 50%, #ef5b4d 100%);
    border-bottom: 5px solid #d85e41;
    font-size: 32px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 27px 10px -24px #bc4f35;
    box-shadow: 0 27px 10px -24px #bc4f35
}

.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn:focus {
    border-bottom: none
}

.btn .btn__biger {
    display: inline-block;
}

.btn .form__btn_size {
    font-size: 20px;
    font-weight: 400;
    display: block
}

input::-ms-clear {
    display: none
}

.navbar {
    background-color: #e7e8e8;
    z-index: 10;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 12;
    padding: 10px 0;
}
.header__timer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 570px;
}
@media screen and (max-width: 1189px) {
    .header__timer {
        max-width: 485px;
    }
}
@media screen and (max-width: 1023px) {
    .header__timer {
        width: auto;
    }
}

.header__timer-title {
    /* text-align: center; */
    width: auto;
    max-width: 120px;
    font-size: 16px;
    color: #373244;
}
.header__timer-text {
    color: #373244;
    width: 107px;
    line-height: 16px;
    font-size: 13px;
}
.header__timer-block{
    margin-top: 9px;
    margin-right: 25px;

}
.header__timer-block, .header__timer-block .time {
    display: flex;
}
.header__timer-block .time {
    flex-direction: column;
    align-items: center;
    margin: 0 0 0 12px;
}
.header__timer-block .time .under-text {
    font-size: 13px;
    color: #373244;
    margin: 7px 0 0;
}
.header__timer-block .time-clock .inn {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    background: #f78b4d;
    border-radius: 5px;
    padding: 3px 10px;
}
.time-clock{
    white-space: nowrap
}
.navbar__btn{
    padding: 5px 10px;
    box-shadow: 0 19px 10px -20px #bc4f35;
    width: 140px;
    font-size: 19px;
    height: 56px;
}
@media screen and (max-width: 830px) {
    .navbar__btn {
        display: none;
    }
}
.order-form__timer-title {
    margin-bottom: 18px;
    padding-top: 0;
    color: #342c24;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
.order-form__timer-title span {
    color: #ff4800;
    font-weight: 700;
    text-transform: uppercase;
}
.timer-block{
    display: flex;
    justify-content: center;
    margin-bottom: 33px;
}
.form__timer-block .time-clock .inn {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    border: 1px solid #f78b4d;
    border-radius: 5px;
    padding: 7px 9px;
}
.form__timer-block  .timer-block .time:not(:last-of-type){
    margin-right: 10px;
}
@media screen and (max-width: 1023px) {
    .navbar {
        margin-bottom: -10px
    }
}

.navbar-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;
    width: 1190px;
    padding: 0 10px;
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width: 1189px) {
    .navbar-content {
        width: 1023px
    }
}

@media screen and (max-width: 1023px) {
    .navbar-content {
        width: 100%;
        padding-left: 0
    }
}

@media screen and (max-width: 639px) {
    .navbar-content {
        padding: 0
    }
    .navbar{
        min-height: 56px;
        padding: 0;
    }
    .header {
        padding-top: 74px !important
    }
    .navbar__btn {
        display: none;
    }
    /*.menu__item--3 {*/
        /*display: none;*/
    /*}*/
    .menu__btn {
        display: flex;
        max-width: 99%;
        padding-top: 0;
        height: auto;
        min-height: 60px;
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
}

@media screen and (max-width: 639px) {
    .nav {
        display: none
    }
}

.nav-item {
    margin-left: 48px;
    color: #373244;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;

}
/*.nav-item--3 {*/
    /*display: none;*/
/*}*/

.nav-item:first-child {
    margin-left: 0;
}

.nav-item a {
    color: #373244;
    position: relative
}

.menu__item a:before, .nav-item a:before {
    content: '';
    position: absolute;
    height: 2px;
    bottom: -4px;
    width: 100%;
    background: url(../img/dotted.png) repeat-x center left
}
.menu__item--2 a::before {
    display: none;
}
.nav-btn {
    display: none;
    background-color: #d9dbe0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

@media screen and (max-width: 639px) {
    .nav-btn {
        display: block
    }
}

.navbar_hide {
    width: 63px;
    height: 56px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.toggle-mnu {
    display: block;
    width: 33px;
    height: 21px;
    position: absolute;
    top: 18px;
    right: 15px
}

.menu__item a, .toggle-mnu span {
    width: 99%;
    display: block;
    position: relative
}

.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
    background-color: #5788c0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 2px;
    height: 4px
}

.toggle-mnu span:after, .toggle-mnu span:before {
    width: 100%;
    content: "";
    position: absolute;
    left: 0
}

.toggle-mnu span:before {
    top: 8px
}

.toggle-mnu span:after {
    top: 16px
}

.navbar__wrap, .navbar_hide .navbar__wrap {
    position: absolute;
    right: -240px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.toggle-mnu.on span {
    background-color: transparent
}

.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0)
}

.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px)
}

.navbar__wrap {
    margin-top: 56px;
    border-top: 3px solid #5788c0;
    height: auto;
    padding: 0;
    width: 240px;
    background-color: #d9dbe0;
    right: 0
}

.menu__item a {
    text-align: center;
    height: 40px;
    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;
    color: #373244;
    padding-bottom: 3px
}

.menu__item a:before {
    left: 1px
}

#menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.fixed-btn {
    position: fixed;
    top: 0;
    right: 0
}
/*.logo{cursor: pointer;}*/
@media screen and (max-width: 639px) {
    .logo {
        position: absolute;
        left: 0;
        top: 0
    }
}

.dotted-correct a:before {
    width: 102%
}

.dotted-correct2 a:before {
    width: 104%
}

.header {
    background: url(../img/head-bg.jpg) no-repeat center #fff;
    background-size: cover;
    padding: 130px 0 156px;
    position: relative
}

@media screen and (max-width: 1189px) {
    .header {
        padding-top: 130px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1023px) {
    .header {
        background: url(../img/popup-bg.png) no-repeat center #fff;
        background-size: cover;
        padding-top: 111px !important
    }
}

@media screen and (max-width: 639px) {
    .header {
        padding-top: 75px !important;
        background: #f2f2f2
    }
}

.header-woman {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-47%);
    transform: translateX(-47%);
    width: 671px
}

@media screen and (max-width: 1189px) {
    .header-woman {
        width: 570px;
    }
}

@media screen and (max-width: 1023px) {
    .header-woman {
        width: 520px;
        -webkit-transform: translateX(-80%);
        transform: translateX(-80%)
    }
}

@media screen and (max-width: 767px) {
    .header-woman {
        display: none;
    }
}

@media screen and (max-width: 639px) {
    .header-woman {
        display: none
    }
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 1023px) {
    .header-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.header-left {
    width: 370px
}

@media screen and (max-width: 1023px) {
    .header-left {
        width: 100%
    }
}

.header__title {
    font-size: 62px;
    font-weight: 700;
    line-height: 40px;
    color: #373244
}

@media screen and (max-width: 1189px) {
    .header__title {
        font-size: 55px;
        line-height: 40px
    }
}

@media screen and (max-width: 1023px) {
    .header__title {
        text-align: center;
        font-size: 36px;
        line-height: 36px
    }
}

@media screen and (max-width: 767px) {
    .header__title {
        font-size: 32px;
        line-height: 32px
    }
}

@media screen and (max-width: 639px) {
    .header__title {
        font-size: 29px;
        line-height: 29px;
        margin-bottom: 24px;
    }

    .header__title br {
        display: none
    }
}

@media screen and (max-width: 479px) {
    .header__title {
        font-size: 26px;
        line-height: 26px
    }
}

.header__title span:nth-child(2) {
    color: #5788c0;
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: 3px
}

@media screen and (max-width: 1189px) {
    .header__title span:nth-child(2) {
        font-size: 37px;
        line-height: 26px;
        top: 0
    }
}

@media screen and (max-width: 1023px) {
    .header__title span:nth-child(2) {
        font-size: 36px;
        line-height: 36px
    }
}

@media screen and (max-width: 767px) {
    .header__title span:nth-child(2) {
        font-size: 32px;
        line-height: 32px
    }
}

@media screen and (max-width: 639px) {
    .header__title span:nth-child(2) {
        font-size: 29px;
        line-height: 29px
    }
}

@media screen and (max-width: 479px) {
    .header__title span:nth-child(2) {
        font-size: 26px;
        line-height: 26px
    }
}

.header__subtitle {
    color: #373244;
    font-size: 32px;
    line-height: 32px;
    margin-top: 32px
}

@media screen and (max-width: 1189px) {
    .header__subtitle {
        margin-top: 15px;
        font-size: 29px;
        line-height: normal
    }
}

@media screen and (max-width: 1023px) {
    .header__subtitle {
        margin-top: 10px;
        font-size: 25px;
        text-align: center
    }

    .header__subtitle br {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .header__subtitle {
        font-size: 21px
    }
}

@media screen and (max-width: 639px) {
    .header__subtitle {
        font-size: 20px;
        margin: 10px 0;
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .header__subtitle {
        font-size: 19px
    }
}

@media screen and (max-width: 403px) {
    .header__subtitle {
        margin: 5px 0 0
    }
}

.header-list {
    margin-top: 80px
}

@media screen and (max-width: 1189px) {
    .header-list {
        margin-top: 30px
    }
}

@media screen and (max-width: 1023px) {
    .header-list {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width: 639px) {
    .header-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 8px;
        max-width: 280px;
        margin-right: auto;
        margin-left: auto
    }
}

.header-list__item {
    color: #373244;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    margin-left: 3px
}

.header-list__item:last-child {
    margin-bottom: 0
}

.header-list__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border: 2px solid #4377c6;
    border-radius: 50%
}

@media screen and (max-width: 1023px) {
    .header-list__item:before {
        top: 6px;
        -webkit-transform: none;
        transform: none
    }

    .header-list__item {
        padding-left: 20px;
        margin-left: 0;
        margin-bottom: 0;
        line-height: 1.3
    }
}

@media screen and (max-width: 767px) {
    .header-list__item {
        font-size: 18px
    }
}

@media screen and (max-width: 639px) {
    .header-list__item {
        margin-bottom: 5px
    }
}

.header-prodcomment {
    color: #5788bf;
    font-size: 20px;
    font-style: italic;
    line-height: 24px;
    padding-left: 70px;
    margin-top: 145px;
    position: relative
}

@media screen and (max-width: 1189px) {
    .header-prodcomment {
        margin-top: 36px;
    }

    .last-block .header-prodcomment {
        margin-top: 42px;
    }

}

@media screen and (max-width: 1023px) {
    .header-prodcomment {
        display: none
    }
}

.header-prodcomment:after {
    content: '';
    position: absolute;
    bottom: -60px;
    right: 70px;
    background: url(../img/prod-arrow.png) center no-repeat;
    width: 99px;
    height: 46px
}

@media screen and (max-width: 1189px) {
    .header-prodcomment:after {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
        right: 3px
    }
}

.header-prodcomment:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: url(../img/tubes.png) no-repeat center;
    width: 52px;
    height: 52px
}

.header-center {
    width: 48%
}

@media screen and (max-width: 767px) {
    .header-center {
        width: 56%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 639px) {
    .header-center {
        width: 100%;
        margin-top: 10px
    }
}

.header-center__prod {
    position: absolute;
    bottom: -63px
}

@media screen and (max-width: 1023px) {
    .header-center__prod {
        bottom: 24px
    }
}

@media screen and (max-width: 767px) {
    .header-center__prod {
        position: static;
    }
}

@media screen and (max-width: 639px) {
    .header-center__prod {
        position: relative;
        bottom: 0;
        left: 0
    }
}

.header-pack {
    width: 398px;
    position: relative;
    left: 6px
}

@media screen and (max-width: 1189px) {
    .header-pack {
        left: 14px;
        width: 360px
    }
}

@media screen and (max-width: 1023px) {
    .header-pack {
        left: 9px
    }
}

@media screen and (max-width: 767px) {
    .header-pack {
        width: 350px;
        left: 30px
    }
}

@media screen and (max-width: 639px) {
    .header-pack {
        width: 310px;
        left: 50%;
        -webkit-transform: translateX(-42%);
        transform: translateX(-42%)
    }
}

.header-capsule {
    width: 86px;
    position: absolute;
    bottom: 12px;
    left: -42px
}

@media screen and (max-width: 1189px) {
    .header-capsule {
        left: -2px;
        width: 76px
    }
}

@media screen and (max-width: 1023px) {
    .header-capsule {
        left: -21px
    }
    .navbar__btn{
        /* display: none; */
        margin-left: 15px;
    }
    .header__timer-block{
        margin-right: 0;
    }
    .header__timer-block .time {
        margin-left: 6px;
    }
    .header__timer-block .time-clock {
        display: flex;
        width: auto;
    }
    .header__timer-block .inn:nth-of-type(n+2) {
        margin-left: 3px;
    }
}

@media screen and (max-width: 767px) {
    .header-capsule {
        bottom: auto;
        top: 300px;
        left: calc(50% - 158px);
    }
    .nav-item{
        font-size: 17px;
    }
    .header__timer{
        /* display: none; */
    }
    .header__timer-title {
        /* display: none; */
    }
    .header__timer-block {
        /* display: none; */
    }
    .nav {
        /* margin-left: auto; */
    }
}

@media screen and (max-width: 639px) {
    .header__timer {
        display: none;
    }
    .header-capsule {
        width: 64px;
        left: 48%;
        -webkit-transform: translateX(-231%);
        transform: translateX(-231%)
    }
}

.header-right {
    width: 300px
}

@media screen and (max-width: 1023px) {
    .header-right {
        margin-top: 20px
    }
}

.form {
    width: 300px;
    padding-bottom: 20px;
    border-radius: 10px;
    border: 4px solid #5789bf;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(165, 165, 165, .75);
    box-shadow: 0 0 20px 0 rgba(165, 165, 165, .75);
    position: relative;
}
.discount {
    position: absolute;
    right: -11px;
    top: 90px;
    height: 59px;
    width: 59px;
    background-color: #f38a53;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    /* color: #fff; */
}
.discount__content {
    position: relative;
    transform: rotate(-20deg);
}
.discount__value {
    font-size: 27px;
    position: relative;
    right: 8px;
}
.discount__percent {
    font-size: 20px;
    position: absolute;
    bottom: 0;
    right: 2px;
    transform: translateX(65%) translateY(-10%);
}

.form .form-arrow {
    content: '';
    position: absolute;
    right: -40px;
    top: 146px;
    z-index: 10
}

@media screen and (max-width: 1250px) {
    .form .form-arrow {
        display: none
    }
}

.form-top {
    padding-top: 18px;
    background-color: #f1f4f6;
    border-radius: 10px 10px 0 0
}

.form-top__title {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.form-top__date {
    color: #5788bf;
    line-height: 24px;
    margin-top: 2px;
    display: inline-block;
}

.form form input, .form-question {
    font-size: 18px;
    font-weight: 400;
    line-height: 1
}

.form-question {
    text-align: center;
    padding-top: 10px;
    color: #4a5665
}

.form form {
    padding: 0 20px;
    margin-top: 12px
}

.form form input {
    -webkit-box-shadow: inset 2px 3px 5px rgba(34, 35, 39, .09);
    box-shadow: inset 2px 3px 5px rgba(34, 35, 39, .09);
    border-radius: 5px;
    border: 1px solid #dedddd;
    background-color: #fff;
    height: 60px;
    width: 100%;
    padding-left: 40px;
    margin-bottom: 15px;
    color: #666;
    padding-right: 15px
}

.form form input:focus, .form form input:hover {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .2)
}

.form__input-name, .form__input-phone, .price-old__count .x_price_previous {
    position: relative
}
.form form input {
   height: 55px;
   margin-bottom: 12px;
}
.form__input-name:before, .form__input-phone:before {
    content: '';
    position: absolute
}

.form__input-name:before {
    width: 19px;
    height: 23px;
    background: url(../img/user.svg) no-repeat center;
    top: 17px;
    left: 10px
}

.form__input-phone:before {
    width: 21px;
    height: 24px;
    background: url(../img/phone.svg) no-repeat center;
    top: 17px;
    left: 10px
}

.form-lastpack {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin-top: 20px
}

.form-lastpack span {
    color: #5789bf
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative
}

.price:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 138px 0;
    border-color: #f1f4f6 transparent transparent
}

.price-line {
    width: 1.4px;
    height: 53px;
    background-color: #d1d0d0;
    opacity: .6;
    position: relative;
    top: 2px
}

.price-old {
    width: 50%;
    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
}

.price-old__title {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.price-old__count {
    margin-top: 16px;
    color: #3a3a3a;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1.4px;
    font-size: 28px
}

.price-old__count .x_price_previous:after, .price-old__count .x_price_previous:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110%;
    height: 1px;
    background-color: #f01d07;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(20deg);
    transform: translateX(-50%) translateY(-50%) rotate(20deg)
}

.price-old__count .x_price_previous:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-20deg);
    transform: translateX(-50%) translateY(-50%) rotate(-20deg)
}

.price-new__count .x_currency, .price-old__count .x_currency {
    font-size: 16px;
    margin-left: 4px;
    letter-spacing: -.4px
}

.price-new {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
    width: 50%
}

.price-new__title {
    color: #30302f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1
}

.price-new__count {
    margin-top: -1px;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -1.1px;
    color: #f3764d
}

.price-new__count .x_price_current {
    display: inline-block;
    line-height: 1;
}

.price-new__count .x_currency {
    letter-spacing: normal;
    font-weight: 400;
    color: #f3764d
}

.price-new__count .star {
    font-size: 18px;
    display: none
}

.x_country_select select {
    -webkit-box-shadow: inset 2px 3px 5px rgba(34, 35, 39, .09);
    box-shadow: inset 2px 3px 5px rgba(34, 35, 39, .09);
    border-radius: 5px;
    border: 1px solid #dedddd;
    background-color: #fff;
    height: 60px;
    cursor: pointer;
    width: 100%;
    padding-left: 40px;
    margin-bottom: 15px;
    color: #666;
    padding-right: 15px;
    font-size: 18px;
    background: url(../img/world.svg), url(../img/select-triangle.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: 10px center, left calc(100% - 10px) center;
    background-size: 8%, 11px 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.x_country_select select:focus, .x_country_select select:hover {
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .2)
}

select::-ms-expand {
    display: none
}

.problems {
    padding-top: 113px;
    padding-bottom: 25px
}

@media screen and (max-width: 1189px) {
    .problems {
        padding-top: 85px;
        padding-bottom: 30px
    }
}

.problems-content {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 1189px) {
    .problems-content {
        margin-top: 40px
    }
}

@media screen and (max-width: 1023px) {
    .problems-content {
        margin-top: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 767px) {
    .problems-content {
        margin-top: 10px
    }
}

.problems-box {
    width: 23.1%
}

.problems-box:nth-child(2n+2) {
    margin-top: 34px
}

@media screen and (max-width: 1189px) {
    .problems-box:nth-child(2n+2) {
        margin-top: 25px
    }
}

@media screen and (max-width: 1189px) and (max-width: 1023px) {
    .problems-box:nth-child(2n+2) {
        margin-top: auto
    }
}

@media screen and (max-width: 1023px) {
    .problems-box {
        width: 270px;
        margin: 10px 5px
    }

    .problems-box:nth-child(2n+2) {
        margin: 10px 5px;
    }

}

@media screen and (max-width: 639px) {
    .problems-box {
        width: 220px
    }
}

@media screen and (max-width: 479px) {
    .problems-box {
        width: 270px;
        margin: 5px 0 15px
    }

    .problems-box:nth-child(2n+2) {
        margin: 5px 0 15px;
    }

    .problems-box:last-child {
        margin-bottom: 0
    }
}

.problems-box__img {
    position: relative;
    z-index: 0
}

.problems-box__img img, .reviews-box__img img {
    -webkit-box-shadow: 2px 10px 24px rgba(128, 120, 139, .26);
    box-shadow: 2px 10px 24px rgba(128, 120, 139, .26)
}

.problems-box__text {
    text-align: center;
    margin-top: 40px;
    color: #373244;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

@media screen and (max-width: 1189px) {
    .problems-box__text {
        margin-top: 25px;
        font-size: 20px;
        line-height: normal
    }
}

@media screen and (max-width: 1023px) {
    .problems-box__text {
        margin-top: 10px;
        font-size: 19px
    }
}

.pain {
    padding-top: 125px;
    padding-bottom: 176px;
    position: relative
}

@media screen and (max-width: 1189px) {
    .pain {
        padding-top: 90px;
        padding-bottom: 100px;
        overflow: hidden
    }
}

@media screen and (max-width: 1023px) {
    .pain {
        border-top: 1px solid #e4e4e4
    }
}

.pain:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-20.7%);
    transform: translateX(-20.7%);
    background: url(../img/pain-man.png) center no-repeat;
    width: 1048px;
    height: 698px
}

@media screen and (max-width: 1189px) {
    .pain:before {
        top: -53px;
        -webkit-transform: translateX(-24.3%);
        transform: translateX(-24.3%)
    }
}

@media screen and (max-width: 1023px) {
    .pain:before {
        top: auto;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-size: 100%;
        width: 667px;
        height: 478px
    }
}

@media screen and (max-width: 767px) {
    .pain:before {
        width: 655px;
        height: 446px
    }
}

@media screen and (max-width: 479px) {
    .pain:before {
        width: 462px;
        height: 322px
    }
}

@media screen and (max-width: 1023px) {
    .pain-content {
        padding-bottom: 400px
    }
}

@media screen and (max-width: 767px) {
    .pain-content {
        padding-bottom: 390px
    }
}

@media screen and (max-width: 479px) {
    .pain-content {
        padding-bottom: 280px
    }
}

.pain-box {
    max-width: 470px
}

@media screen and (max-width: 1189px) {
    .pain-box {
        max-width: 425px
    }
}

@media screen and (max-width: 1023px) {
    .pain-box {
        max-width: 100%
    }
}

.pain-box__title {
    font-size: 90px;
    font-weight: 700;
    line-height: 78px;
    color: #373244;
    position: relative
}

@media screen and (max-width: 1189px) {
    .pain-box__title {
        font-size: 70px;
        line-height: 64px
    }
}

@media screen and (max-width: 1023px) {
    .pain-box__title {
        font-size: 36px;
        line-height: 36px;
        text-align: center
    }

    .pain-box__title br {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .pain-box__title {
        font-size: 32px;
        line-height: 32px
    }
}

@media screen and (max-width: 639px) {
    .pain-box__title {
        font-size: 29px;
        line-height: 29px
    }
}

@media screen and (max-width: 479px) {
    .pain-box__title {
        font-size: 26px;
        line-height: 26px
    }
}

.pain-box__title:before {
    content: '';
    position: absolute;
    top: -50px;
    right: -209px;
    background: url(../img/pain-beat.png) no-repeat center;
    width: 288px;
    height: 200px;
}

@media screen and (max-width: 1189px) {
    .pain-box__title:before {
        background-size: 100%;
        top: -45px;
        right: -134px
    }
}

@media screen and (max-width: 1023px) {
    .pain-box__title:before {
        display: none
    }
}

.pain-box__question {
    margin-top: 60px;
    color: #373244;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px
}

@media screen and (max-width: 1189px) {
    .pain-box__question {
        font-size: 28px;
        line-height: 32px;
        margin-top: 40px
    }
}

@media screen and (max-width: 1023px) {
    .pain-box__question {
        font-size: 25px;
        line-height: 25px;
        margin-top: 10px;
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .pain-box__question {
        margin-top: 8px;
        font-size: 21px;
        line-height: 21px
    }
}

.pain-box__question span {
    color: #f94920
}

.signal {
    padding: 90px 0 0;
    background-image: url(../img/signal-bg.jpg);
    background-size: cover;
    background-position: center
}

.signal-title {
    margin-bottom: 60px
}

.nowrap {
    white-space: nowrap
}

.fw-700, .reviews-box__text b {
    font-weight: 700
}

.accent-color {
    color: #f94920
}

.blue-accent {
    color: #5789bf
}

.signal__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.signal__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px
}

.signal__box {
    color: #373244;
    padding-top: 15px;
    font-size: 24px;
    padding-left: 25px
}

.signal__about {
    line-height: 1.3;
    margin-bottom: 40px
}

.signal__about-accent {
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 50px
}

.signal__big-accent {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px
}

.signal__subtitle {
    margin-bottom: 30px;
    line-height: 1.3
}

.signal-btn {
    max-width: 225px
}

@media (max-width: 1250px) {
    .signal {
        padding: 70px 0 0
    }
}

@media (max-width: 1189px) {
    .signal {
        padding-bottom: 50px;
    }
    .signal__box {
        font-size: 23px
    }

    .signal__big-accent {
        font-size: 35px
    }
}

@media (max-width: 1023px) {
    .signal {
        padding: 40px 0
    }

    .signal-title {
        margin-bottom: 30px
    }

    .signal__box {
        padding-top: 0;
        padding-left: 0;
        font-size: 22px
    }

    .signal__image {
        display: none
    }

    .signal__about {
        margin-bottom: 25px
    }

    .signal__about-accent {
        margin-bottom: 30px
    }

    .signal__big-accent, .signal__subtitle {
        text-align: center
    }

    .signal-btn {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .signal {
        padding: 30px 0
    }

    .signal-title {
        margin-bottom: 25px
    }

    .signal-title .nowrap {
        white-space: normal;
    }

    .signal__box {
        font-size: 21px
    }

    .signal__about, .signal__about-accent {
        margin-bottom: 20px
    }

    .signal__big-accent {
        font-size: 32px;
        margin-bottom: 5px
    }
}

@media (max-width: 639px) {
    .signal {
        padding: 40px 0
    }

    .signal-title {
        margin-bottom: 20px
    }

    .signal__box {
        font-size: 19px
    }

    .signal__big-accent {
        font-size: 28px
    }
}

@media (max-width: 479px) {
    .signal {
        padding: 25px 0
    }

    .signal__box {
        font-size: 18px
    }

    .signal__big-accent {
        font-size: 24px
    }
}

@media (max-width: 350px) {
    .signal__big-accent {
        font-size: 21px
    }
}

.maincolor {
    color: #5789bf
}

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

.composition {
    padding: 100px 0
}

.title-composition {
    max-width: 100%;
    margin: 0 auto 12px
}

.composition__subtitle {
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #94929b;
    margin-bottom: 100px
}

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

.composition__prod {
    max-width: 479px;
    position: relative;
    margin-left: 30px;
    margin-top: 139px;
    margin-right: 20px
}

.composition__circle {
    width: 740px;
    height: 740px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 15px 5px #f0f1f5;
    box-shadow: inset 0 0 15px 5px #f0f1f5;
    background: url(../img/dots.png) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.composition__name {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #373244;
    display: inline-block;
    padding-bottom: 7px;
    position: relative;
    cursor: pointer
}

.composition__name::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e1e5e9;
    position: absolute;
    left: 0;
    bottom: 0
}

.composition__name::before {
    content: '';
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #5b8bc1;
    position: absolute;
    top: 4px;
    left: -25px
}

.composition__descr, .composition__item.active .composition__name::before {
    display: none
}

.composition__item {
    margin-bottom: 58px
}

.composition__item:nth-last-child(2) {
    margin-bottom: 30px
}

.composition__item.active {
    width: 446px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2)
}

.composition__item.active .composition__name {
    font-size: 22px;
    color: #fff;
    background: #5788bf;
    display: block;
    padding: 15px 30px;
    position: relative
}

.composition__item.active .composition__descr::after, .composition__item.active .composition__name::after {
    content: '';
    width: 3px;
    height: 100%;
    -webkit-transform: skewY(30deg);
    transform: skewY(30deg);
    position: absolute;
    top: 1px;
    left: auto;
    right: -3px
}

.composition__item.active .composition__name::after {
    background: #3e6fa6
}

.composition__item.active .composition__descr {
    font-size: 20px;
    line-height: 23px;
    color: #373244;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    padding: 15px 30px;
    background: #fff;
    position: relative
}

.composition__item.active .composition__descr::after {
    background: #dbdbdc
}

.composition__item.active .composition__descr::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #c5c0ca;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    position: absolute;
    left: 2px;
    bottom: -3px
}

.composition__list {
    position: relative;
    width: 100%
}

.composition__present, .reviews-box__star img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 35px
}

.composition__item-2, .composition__item-6 {
    -webkit-transform: translateX(60px);
    transform: translateX(60px)
}

.composition__item-3, .composition__item-5 {
    -webkit-transform: translateX(120px);
    transform: translateX(120px)
}

.composition__item-4 {
    -webkit-transform: translateX(140px);
    transform: translateX(140px)
}

.composition__triangle {
    width: 370px;
    height: 370px;
    background: #fff;
    position: absolute;
    top: -1px;
    right: -210px;
    z-index: -1;
    border: 1px solid #e0e5ea;
    border-right: none;
    border-top: none;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
    transform: rotate(45deg) skew(10deg, 10deg)
}

.composition__arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -54px
}

.composition__arrow svg {
    cursor: pointer;
    fill: #d6d9de
}

.composition__arrow svg:hover {
    fill: #5789bf
}

.composition__arrow.dis {
    fill: #d6d9de
}

.composition__round {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid #5789bf;
    -webkit-box-shadow: 0 0 0 7px #edf0f3, 0 0 0 8px #cdc9d2;
    box-shadow: 0 0 0 7px #edf0f3, 0 0 0 8px #cdc9d2;
    margin: 18px auto
}

@media screen and (max-width: 1189px) {
    .composition {
        padding: 60px 0
    }

    .composition__prod {
        max-width: 360px;
        margin-left: 70px
    }

    .composition__circle {
        width: 500px;
        height: 500px
    }

    .composition__item {
        margin-bottom: 35px
    }

    .composition__present {
        margin-right: 30px
    }

    .composition__triangle {
        width: 290px;
        height: 290px;
        top: -30px;
        right: -167px;
        -webkit-transform: rotate(45deg) skew(9deg, 10deg);
        transform: rotate(45deg) skew(9deg, 10deg)
    }

    .composition__item-2, .composition__item-6 {
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    .composition__item-3, .composition__item-5 {
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }

    .composition__item-4 {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    .composition__item.active {
        width: 385px
    }

    .composition__subtitle {
        margin-bottom: 70px
    }
}

@media screen and (max-width: 1023px) {
    .composition__prod {
        max-width: 310px;
        margin-left: 0
    }

    .composition__item {
        margin-bottom: 32px
    }

    .composition__item-2, .composition__item-6 {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    .composition__item-3, .composition__item-5 {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    .composition__item-4 {
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }

    .composition__item.active {
        width: 300px
    }

    .composition__arrows {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 210px
    }

    .composition__descr {
        line-height: 1.3
    }

    .composition__item.active .composition__descr {
        height: 80px;
        font-size: 17px;
        padding: 15px;
        line-height: 1.3
    }

    .composition__name {
        font-size: 19px
    }

    .composition__item.active .composition__name {
        font-size: 20px;
        padding: 15px
    }

    .composition__subtitle {
        margin-bottom: 40px;
        font-size: 19px
    }

    .composition__triangle {
        width: 285px;
        height: 285px;
        top: -47px;
        right: -163px;
        -webkit-transform: rotate(45deg) skew(5deg, 5deg);
        transform: rotate(45deg) skew(5deg, 5deg)
    }

    .composition__circle {
        width: 480px;
        height: 480px
    }
}

@media screen and (max-width: 767px) {
    .composition__triangle {
        display: none
    }

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

    .composition__prod {
        margin: 60px auto 100px
    }

    .composition__circle {
        width: 400px;
        height: 400px
    }

    .composition__item {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-bottom: 15px
    }

    .composition__list {
        padding-left: 30px
    }

    .composition__arrows {
        display: none
    }

    .composition__item.active {
        width: 400px;
        position: relative;
        left: -80px
    }

    .composition__item.active .composition__descr {
        height: auto
    }

    .composition__list {
        max-width: 300px
    }

    .composition__present {
        margin-right: 0
    }

    .composition__item:nth-last-child(2) {
        margin-bottom: 0
    }

    .composition__name::before {
        background: url(../img/plusplus.svg) no-repeat center center/contain;
        border: 0;
        width: 12px;
        height: 12px;
        top: 1px
    }
}

@media screen and (max-width: 479px) {
    .composition__circle {
        display: none
    }

    .composition__prod {
        margin: 0 auto 20px;
        max-width: 260px
    }

    .composition__subtitle {
        margin-bottom: 20px
    }

    .composition__list {
        padding-left: 20px
    }

    .composition__name::before {
        left: -21px
    }

    .composition__item.active {
        width: 95%;
        left: 0
    }
}

.safe {
    padding: 0 0 90px
}

.safe-title {
    margin-bottom: 50px
}

.safe__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.safe__image-box, .safe__info {
    width: 50%
}

.safe__item {
    position: relative;
    padding-left: 65px;
    margin-bottom: 40px
}

.safe__item:after {
    position: absolute;
    content: "";
    width: 48px;
    height: 50px;
    top: 0;
    left: 0;
    background-repeat: no-repeat
}

.safe__item-1:after {
    background-image: url(../img/safe__1.jpg)
}

.safe__item-2:after {
    background-image: url(../img/safe__2.jpg)
}

.safe__item-3:after {
    background-image: url(../img/safe__3.jpg)
}

.safe__item-title {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #373244;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 7px;
    line-height: 24px
}

.safe__item-title::before {
    content: '';
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cdc9d2), color-stop(50%, transparent));
    background-image: linear-gradient(90deg, #cdc9d2 50%, transparent 50%);
    background-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0
}

.safe__item-descr {
    font-size: 20px;
    line-height: 1.2;
    color: #94929b
}

.safe__btn-box {
    padding-left: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.safe__btn-descr {
    color: #bbb5bf;
    font-size: 17px;
    font-style: italic;
    line-height: 1.3;
    margin-left: 25px
}

.safe__image-box {
    position: relative
}

.safe__capsule, .safe__product {
    position: absolute;
    width: 100%;
    z-index: 1
}

.safe__product {
    height: auto;
    margin-top: 7px;
    right: -25px
}

.safe__capsule {
    right: 81px;
    max-width: 155px
}



.safe-btn {
    max-width: 225px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 1250px) {
    .safe {
        padding: 0 0 70px
    }
}

@media (max-width: 1189px) {


    .safe__capsule {
        right: 69px;
        max-width: 130px
    }
}

@media (max-width: 1023px) {
    .safe {
        padding: 0 0 40px
    }

    .safe-title {
        margin-bottom: 40px
    }

    .safe__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .safe__image-box, .safe__info {
        width: 100%
    }

    .safe__product {
        position: relative;
        max-width: 450px;
        margin: 0 auto;
        right: 0
    }

    .safe__image-box {
        margin-bottom: 30px
    }

    .safe__btn-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0
    }

    .safe__btn-descr {
        margin-left: 0;
        text-align: center
    }

    .safe-btn {
        margin-bottom: 20px
    }

    .safe__item-descr {
        line-height: 1.3
    }

    .safe__capsule {
        top: 0;
        right: 233px;
        max-width: 115px
    }

    .use__prop-img-box {
        height: 116px;
        margin-bottom: 10px;
    }
    .use__prop-img-box img {
        height: auto;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .safe {
        padding: 0 0 30px
    }

    .safe-title {
        margin-bottom: 35px
    }

    .safe__item-descr {
        font-size: 18px
    }

    .safe__item-title {
        font-size: 20px
    }

    .safe__item {
        margin-bottom: 30px
    }

    .safe__product {
        max-width: 380px
    }

    .safe__capsule {
        right: 192px;
        max-width: 97px
    }
}

@media (max-width: 639px) {
    .safe-title {
        margin-bottom: 30px
    }

    .safe__product {
        max-width: 330px
    }

    .safe__item-descr {
        font-size: 17px
    }

    .safe__capsule {
        right: 127px;
        max-width: 85px
    }
}

@media (max-width: 479px) {
    .safe {
        padding: 0 0 25px
    }

    .safe__item-title {
        font-size: 19px;
        margin-bottom: 10px
    }

    .safe__product {
        max-width: 280px;
        right: 0
    }

    .safe__capsule {
        max-width: 71px;
        right: 74px
    }

    .safe__image-box {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 460px) {
    .safe__btn-descr {
        line-height: 1.1
    }
}

@media (max-width: 350px) {
    .safe__item {
        padding-left: 0
    }

    .safe__item:after {
        display: none
    }

    .safe__image-box {
        max-width: 290px
    }

    .safe__capsule {
        right: 58px
    }
}

.statistics {
    padding: 80px 0;
    background-color: #ecf0f3
}

@media screen and (max-width: 1189px) {
    .statistics {
        padding: 60px 0
    }
}

.statistics-subtitle {
    color: #94929b;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-top: 13px;
    line-height: 26px
}

@media screen and (max-width: 1189px) {
    .statistics-subtitle {
        font-size: 20px;
        margin-top: 10px;
        line-height: 24px
    }
}

@media screen and (max-width: 1023px) {
    .statistics-subtitle br {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .statistics-subtitle {
        font-size: 18px;
        line-height: 22px
    }

    .statistics-title br {
        display: none;
    }

}

.statistics-subtitle .black {
    color: #373244
}

.statistics-content {
    margin-top: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width: 1189px) {
    .statistics-content {
        margin-top: 30px
    }
}

@media screen and (max-width: 1023px) {
    .statistics-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px
    }
}

@media screen and (max-width: 639px) {
    .statistics-content {
        margin-top: 10px
    }
}


.statistics-head {
    color: #5789bf;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    padding-left: 40px;
    margin-bottom: 8px
}

.statistics-box {
    width: 550px;
    position: relative
}

@media screen and (max-width: 1189px) {
    .statistics-box {
        width: 488px
    }
}

@media screen and (max-width: 1023px) {
    .statistics-box:first-child {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 510px) {
    .statistics-box {
        width: 300px
    }
}

.statistics-box__img {
    padding-left: 40px;
    padding-bottom: 18px
}

@media screen and (max-width: 510px) {
    .statistics-box__img {
        padding-left: 30px;
        padding-bottom: 10px
    }
}

.statistics-box__left {
    position: absolute;
    top: 97px;
    left: 0;
    width: 20px;
    height: 200px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: right;
    color: #716f7c
}

@media screen and (max-width: 1189px) {
    .statistics-box__left {
        height: 170px
    }
}

@media screen and (max-width: 510px) {
    .statistics-box__left {
        height: 105px;
        top: 68px
    }
}

.statistics-box__left span {
    font-size: 12px
}

.statistics-box__bottom {
    font-size: 12px;
    width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    color: #716f7c
}

@media screen and (max-width: 1189px) {
    .statistics-box__bottom {
        width: 387px;
        left: 10px
    }
}

@media screen and (max-width: 510px) {
    .statistics-box__bottom {
        width: 240px
    }
}

.statistics-box__name {
    font-size: 18px;
    position: absolute;
    top: 60px;
    left: 60px
}

@media screen and (max-width: 510px) {
    .statistics-box__name {
        font-size: 14px;
        left: 40px;
        top: 32px;
        width: 250px
    }
}

.statistics-box__effect {
    font-weight: 700;
    margin-right: 40px
}
@media screen and (max-width: 1189px) {
    .statistics-box__effect {
        margin-right: 20px;
    }
}
@media screen and (max-width: 510px) {
    .statistics-box__effect {
        margin-right: 10px;
        width: 100%;
        display: block;
        margin-bottom: 3px
    }
}

.statistics-box__other, .statistics-box__prod {
    font-weight: 700;
    padding-left: 12px;
    position: relative
}

.statistics-box__prod {
    margin-right: 10px;
    color: #6190c2
}

.statistics-box__prod:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border: 2px solid #4377c6;
    border-radius: 50%
}

@media screen and (max-width: 510px) {
    .statistics-box__prod:before {
        width: 3px;
        height: 3px
    }
}

.statistics-box__other {
    color: #fe6e52
}

.statistics-box__other:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border: 2px solid #fe6e52;
    border-radius: 50%
}

@media screen and (max-width: 510px) {
    .statistics-box__other:before {
        width: 3px;
        height: 3px
    }
}

.statistics-attention {
    color: #94929b;
    font-size: 18px;
    font-style: italic;
    line-height: normal;
    text-align: center;
    margin-top: 60px
}

.statistics-attention span {
    color: #5a8ac0
}

@media screen and (max-width: 1189px) {
    .statistics-attention {
        margin-top: 40px
    }
}

@media screen and (max-width: 1023px) {
    .statistics-attention {
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .statistics-attention {
        margin-top: 20px
    }
}

@media screen and (max-width: 639px) {
    .statistics-attention {
        margin-top: 10px;
        font-size: 16px
    }
}

.new-colum {
    width: 15px;
    height: 225px;
    top: 71px
}

@media screen and (max-width: 1189px) {
    .new-colum {
        height: 192px
    }
}

@media screen and (max-width: 510px) {
    .new-colum {
        top: 55px;
        height: 115px;
    }
}

.sec-colum {
    width: 400px;
    margin-right: 50px
}

@media screen and (max-width: 510px) {
    .sec-colum {
        width: 240px;
        margin-right: 7px
    }
}

.sbn {
    top: 40px
}

@media screen and (max-width: 510px) {
    .sbn {
        top: 22px
    }
}

.use {
    padding: 80px 0
}

.use-title {
    margin-bottom: 50px
}

.use__wrap {
    position: relative;
    padding-bottom: 190px
}

.use__prop-box {
    position: relative;
    height: 385px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    padding: 0 10px
}

.use__prop-box-img {
    position: absolute;
    max-width: 821px;
    width: 100%;
    height: 160px;
    background-image: url(../img/use__dotted-line.png);
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-49%, 0) rotate(0deg);
    transform: translate(-49%, 0) rotate(0deg);
    z-index: -1
}

.use__prop {
    width: 100%;
    max-width: 235px;
    text-align: center
}

.use__prop--end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.use__prop-img {
    margin: 0 auto 25px
}

.use__prop-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #373244
}

.use_product-box {
    position: absolute;
    left: 52%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 570px;
    height: 330px;
    width: 100%
}

.use__product-bg {
    position: absolute;
    top: 85px;
    left: 0
}

.use_product {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.use__product-pack, .use_product {
    max-width: 420px
}

.use__product-capsule {
    position: absolute;
    max-width: 110px;
    right: 78px;
    top: -7px
}

@media (max-width: 1250px) {
    .use {
        padding: 70px 0
    }
}

@media (max-width: 1189px) {
    .use__prop--end {
        -ms-flex-item-align: center;
        align-self: center
    }

    .use__prop-box-img {
        top: 30px;
        width: 700px;
        height: 137px;
        background-size: contain;
        -webkit-transform: translate(-50%, 0) rotate(0deg);
        transform: translate(-50%, 0) rotate(0deg)
    }

    .use__product-bg {
        left: 50%;
        -webkit-transform: translate(-53%);
        transform: translate(-53%);
        max-width: 500px
    }
}

@media (max-width: 1023px) {
    .use {
        padding: 40px 0
    }

    .use-title {
        margin-bottom: 30px;
    }

    .use__prop-title {
        font-size: 19px;
        line-height: 1.3
    }

    .use__prop-box-img {
        width: 560px;
        background-repeat: no-repeat;
        background-position: center
    }

    .use__wrap {
        padding-bottom: 310px
    }
}

@media (max-width: 767px) {
    .use {
        padding: 30px 0
    }

    .use-title {
        margin-bottom: 20px
    }

    .use__prop-box-img {
        display: none
    }

    .use__product-pack, .use_product {
        max-width: 390px
    }

    .use__product-capsule {
        max-width: 105px
    }

    .use__prop-title {
        font-size: 18px
    }
}

@media (max-width: 639px) {
    .use_product-box {
        position: relative;
        left: 20px;
        -webkit-transform: none;
        transform: none;
        height: 310px
    }

    .use__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0
    }

    .use__prop--end {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .use__prop-box {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
        padding: 0;
    }


    .use__prop {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px
    }

    .use__prop:last-child {
        margin-bottom: 0
    }

    .use__prop-title br {
        display: none
    }

    .use__prop-img {
        max-width: 80px;
        max-height: 80px;
        margin: 0
    }

    .use__prop-img-box {
        width: 100px;
        height: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .use__prop-title {
        text-align: left
    }

    .use__product-bg {
        display: none
    }

    .use_product {
        left: 47%
    }
}

@media (max-width: 479px) {
    .use {
        padding: 25px 0
    }

    .use__product-pack, .use_product {
        max-width: 320px
    }

    .use__product-capsule {
        max-width: 85px;
        right: 57px
    }

    .use_product-box {
        height: 260px
    }

    .use__prop-title {
        font-size: 17px
    }

    .use__prop-img {
        max-width: 65px;
        max-height: 65px
    }

    .use_product {
        left: 48%
    }

    .use__prop-img-box {
        width: 65px;
        margin-right: 10px;
    }

}

.reviews {
    padding: 80px 0;
    background-color: #ecf0f3
}

@media screen and (max-width: 1189px) {
    .reviews {
        padding: 60px 0
    }
}

.reviews-content {
    margin-top: 50px
}

@media screen and (max-width: 1189px) {
    .reviews-content {
        margin-top: 40px
    }
}

@media screen and (max-width: 1023px) {
    .reviews-content {
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .reviews-content {
        margin-top: 25px
    }
}

.reviews-box {
    padding: 30px 30px 25px;
    border: 1px solid transparent;
    position: relative;
    /* width: 370px; */
}

@media screen and (max-width: 1189px) {
    .reviews-box {
        padding: 25px 25px 20px
    }
}

@media screen and (max-width: 1023px) {
    .reviews-box {
        padding-bottom: 0
    }
}

@media screen and (max-width: 479px) {
    .reviews-box {
        padding: 15px 15px 0
    }
}

.reviews-box:before {
    content: '';
    position: absolute;
    right: -2px;
    top: -6px;
    width: 295px;
    height: 155px;
    background-image: radial-gradient(#fff 39%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px
}

@media screen and (max-width: 1189px) {
    .reviews-box:before {
        width: 215px
    }
}

.reviews-box__img {
    display: block;
    width: 306px;
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width: 1189px) {
    .reviews-box__img {
        width: 100%
    }
}

@media screen and (max-width: 1023px) {
    .reviews-box__img {
        width: 306px
    }
}

@media screen and (max-width: 767px) {
    .reviews-box__img {
        width: 100%
    }
}

@media screen and (max-width: 639px) {
    .reviews-box__img {
        width: 306px
    }
}

@media screen and (max-width: 370px) {
    .reviews-box__img {
        width: 100%
    }
}

.reviews-box__name {
    margin-top: 35px;
    color: #3c3948;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px
}

@media screen and (max-width: 1189px) {
    .reviews-box__name {
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .reviews-box__name {
        margin-top: 25px
    }
}

@media screen and (max-width: 479px) {
    .reviews-box__name {
        max-width: 306px;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

.reviews-box-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width: 479px) {
    .reviews-box-cont {
        max-width: 306px;
        margin-left: auto;
        margin-right: auto
    }
}

.reviews-box__star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 11px
}

.reviews-box__star img {
    height: 18px;
    width: 18px;
    margin-right: 1px
}

.reviews-box__city {
    color: #5789bf;
    font-size: 20px;
    font-weight: 400
}

.reviews-box__text {
    margin-top: 35px;
    color: #3c3948;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-height: 190px;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s
}

@media screen and (max-width: 1189px) {
    .reviews-box__text {
        margin-top: 30px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .reviews-box__text {
        margin-top: 20px;
        line-height: 24px;
        max-height: 210px
    }
}

@media screen and (max-width: 639px) {
    .reviews-box__text {
        max-height: 150px
    }
}

@media screen and (max-width: 479px) {
    .reviews-box__text {
        max-width: 306px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 450px) {
    .reviews-box__text {
        max-height: 125px
    }
}

.reviews-box__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: 8px
}

.reviews-box__cbtn {
    position: relative;
    z-index: 0;
    cursor: pointer
}

.reviews-box__cbtn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 170px;
    height: 1px;
    background-color: #d3d6de;
    z-index: -1
}

.reviews .img-effect:after, .reviews .img-effect:before {
    z-index: 0
}

.shadow {
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ecf0f3), to(rgba(236, 240, 243, 0)));
    background-image: linear-gradient(to top, #ecf0f3 0, rgba(236, 240, 243, 0) 100%)
}

.reviews-content__body {
    position: relative
}

.slick-slide {
    outline: 0;
    margin: 0 15px
}

@media screen and (max-width: 1189px) {
    .slick-slide {
        margin: 0 10px
    }
}

@media screen and (max-width: 639px) {
    .slick-slide {
        margin: 0 62px
    }
}

@media screen and (max-width: 479px) {
    .slick-slide {
        margin: 0 20px
    }
}

.slick-list {
    margin: 0 -15px;
    padding: 0 !important
}

@media screen and (max-width: 1189px) {
    .slick-list {
        margin: 0 -10px
    }
}

.minus {
    display: none !important
}

.content-plus .reviews-box__text {
    max-height: 800px
}

.content-plus .reviews-box__cbtn:after, .content-plus .shadow {
    opacity: 0
}

.content-plus .plus {
    display: none !important;
    z-index: 2
}

.content-plus .minus {
    display: block !important;
    z-index: 2
}

.arrow-conteiner {
    position: relative
}

.reviews-arrow {
    position: absolute;
    top: 310px;
    cursor: pointer
}

@media screen and (max-width: 1189px) {
    .reviews-arrow {
        top: 275px
    }
}

@media screen and (max-width: 1023px) {
    .reviews-arrow {
        top: 295px
    }
}

@media screen and (max-width: 767px) {
    .reviews-arrow {
        top: 260px
    }
}

@media screen and (max-width: 345px) {
    .reviews-arrow {
        top: 250px
    }
}

@media screen and (max-width: 332px) {
    .reviews-arrow {
        top: 240px
    }
}

.prev {
    left: -50px;
    fill: #babec7
}

@media screen and (max-width: 1280px) {
    .prev {
        left: -20px
    }
}

@media screen and (max-width: 1215px) {
    .prev {
        left: -5px
    }
}

.next:focus, .next:hover, .prev:focus, .prev:hover {
    fill: #5789bf
}

.next {
    right: -50px;
    fill: #babec7
}

@media screen and (max-width: 1280px) {
    .next {
        right: -20px
    }
}

@media screen and (max-width: 1215px) {
    .next {
        right: -5px
    }
}

.rev-dn {
    display: none
}

@media screen and (max-width: 639px) {
    .plus-help, .rev-dn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1281px) {
    .reviews-box:hover {
        background-color: #fff
    }

    .reviews-box:hover:before {
        display: none
    }

    .reviews-box:hover .shadow {
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 100%)
    }

    .reviews-box:hover .reviews-box__cbtn:before {
        background-color: #eaeaea
    }
}

.delivery {
    padding: 80px 0
}

@media screen and (max-width: 1189px) {
    .delivery {
        padding: 60px 0
    }
}

.delivery-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 55px
}

@media screen and (max-width: 1189px) {
    .delivery-content {
        margin-top: 45px
    }
}

@media screen and (max-width: 1023px) {
    .delivery-content {
        margin-top: 35px
    }
}

@media screen and (max-width: 767px) {
    .delivery-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0
    }
}

.delivery-box {
    width: 32%;
    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
}

@media screen and (max-width: 767px) {
    .delivery-box {
        width: 240px;
        margin: 25px 10px 0
    }
}

.delivery-box__img {
    position: relative;
    width: 290px
}

@media screen and (max-width: 1023px) {
    .delivery-box__img {
        width: 100%
    }
}

.delivery-box__img img {
    -webkit-box-shadow: 2px 10px 24px rgba(128, 120, 139, .26);
    box-shadow: 2px 10px 24px rgba(128, 120, 139, .26)
}

.delivery-box__title {
    margin-top: 40px;
    color: #373244;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-align: center
}

@media screen and (max-width: 1189px) {
    .delivery-box__title {
        font-size: 21px;
        margin-top: 35px
    }
}

@media screen and (max-width: 1023px) {
    .delivery-box__title {
        font-size: 20px;
        margin-top: 25px;
        height: 40px;
        line-height: 1
    }
}

@media screen and (max-width: 767px) {
    .delivery-box__title {
        margin-top: 20px
    }
}

@media screen and (max-width: 639px) {
    .delivery-box__title {
        height: auto
    }
}

.delivery-box__text {
    color: #94929b;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 18px;
    line-height: 24px
}

.delivery-box__text span {
    font-weight: 700
}

@media screen and (max-width: 1189px) {
    .delivery-box__text {
        font-size: 19px;
        margin-top: 15px;
        line-height: 23px
    }
}

@media screen and (max-width: 1023px) {
    .delivery-box__text {
        font-size: 18px;
        margin-top: 5px;
        line-height: 22px
    }

    .delivery-box__text br {
        display: none
    }
}

.del-pack {
    position: absolute;
    bottom: -25px;
    left: -5px;
    width: 161px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media screen and (max-width: 1023px) {
    .del-pack {
        width: 136px
    }
}

@media screen and (max-width: 767px) {
    .del-pack {
        bottom: -13px
    }

    .title-correct {
        height: auto
    }
}


.last-block {
    padding-top: 70px;
}

@media screen and (max-width: 1189px) {
    .last-block {
        padding-top: 60px !important;
    }
}

@media screen and (max-width: 1023px) {
    .last-block {
        padding-top: 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .last-block {
        padding-top: 30px !important;
    }
}

@media screen and (max-width: 479px) {
    .last-block {
        padding-top: 25px !important;
    }
}

.footer {
    padding: 100px 0 25px
}

@media screen and (max-width: 1189px) {
    .footer {
        padding-top: 75px
    }
}

@media screen and (max-width: 1023px) {
    .footer {
        padding: 20px 0
    }
}

.create_rom_footer, .ev-footer {
    padding: 0
}

.ev-footer__logo svg {
    width: 54px;
    height: 49px;
    margin-bottom: 5px
}

.ev-footer__link {
    text-decoration: none;
    position: relative
}

.ev-footer__link:hover:before {
    content: '';
    position: absolute;
    height: 2px;
    bottom: -4px;
    left: 0;
    width: 102%;
    background: url(../img/dotted.png) repeat-x center left
}

.ever-popup__inner {
    max-width: 100% !important;
    height: 600px
}

.pop-up {
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.pop-up__box {
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding-left: 33px;
    width: 730px;
    position: relative;
    z-index: 0
}

.pop-up__box:before {
    content: '';
    position: absolute;
    top: 36px;
    left: 0;
    background: url(../img/popup-bg.png) no-repeat left center;
    width: 730px;
    height: 460px;
    z-index: -1;
    -webkit-box-shadow: 0 0 35px rgba(134, 147, 162, .25);
    box-shadow: 0 0 35px rgba(134, 147, 162, .25)
}

.popup-title {
    text-align: center;
    font-size: 40px
}

.popup-title h2, .popup-title h3 {
    margin: 0
}

.pop-up__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
}

.image-pack img {
    display: inline-block;
    max-width: 100%;
    max-height: 400px
}

.pop-up__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    min-width: 250px;
    margin-top: 36px;
}
.last-block .header-prodcomment{
    margin-top: 82px;
}
.form-box1 > * {
    float: none !important;
    margin: 0 !important
}

@media (max-width: 999px) {
    .pop-up__box {
        width: 460px
    }

    .pop-up__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .image-pack {
        padding-bottom: 20px
    }

    .image-pack img {
        max-height: 280px
    }
}

.pupup-subtitle, .pupup-title {
    color: #373244;
    font-size: 51px;
    font-weight: 700;
    margin-top: 24px;
    text-align: left
}

.pupup-subtitle {
    color: #5788c0;
    font-size: 32px;
    margin-top: 7px;
    line-height: 34px;
}

.ever-popup {
    background-color: rgba(255, 255, 255, .9) !important
}

.pop-up .header-center__prod {
    margin-top: 36px;
    position: relative;
    bottom: 0;
    left: 40px
}

.pop-up .header-pack {
    left: -32px
}

@media screen and (max-width: 1189px) {
    .pop-up .header-pack {
        left: -57px
    }

    .pop-up .header-capsule {
        left: -54px
    }
}

.form-box, .form-box .form {
    position: relative
}

.form-box .form {
    top: 0;
    right: 0
}

@media (min-width: 1000px) {
    .ever-popup__inner {
        padding-top: 0 !important
    }

    .ever-popup__close {
        right: 10px !important;
        top: -35px !important
    }

    .ever-popup__close:after, .ever-popup__close:before {
        background-color: #5788c0 !important
    }

    .ever-popup__body {
        position: relative !important
    }
}

.ever-popup__close:after, .ever-popup__close:before {
    background-color: #5788c0 !important
}

@media screen and (max-width: 1023px) {
    .block {
        padding: 40px 0
    }

}

@media screen and (max-width: 767px) {
    .block {
        padding: 30px 0
    }
    .header{
        padding-top: 100px !important;
    }
    .last-block{
        padding-top: 30px !important;
    }
}

@media screen and (max-width: 479px) {
    .block {
        padding: 25px 0
    }
    .last-block{
        padding-top: 25px !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .use__prop-title {
        font-size: 17px;
    }

    .delivery-box__title,
    .delivery-box__text {
        max-width: 100%;
    }

    .price-new__count {
        display: flex;
        align-items: flex-end;
    }

    .price-new__count .x_price_current {
        line-height: 0.8;
    }

}

.composition__arrow--animate{
    animation: arrow 2.5s infinite
}

@keyframes arrow{
    0%{
        fill: #d6d9de;
    }
    50%{
        fill: #5789bf;
    }
    100%{
        fill: #d6d9de;
    }
}
@media screen and (max-width: 1189px) {
    .nav-item {
        margin-left: 25px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1023px) {
    .nav-item {
        margin-left: 20px;
        font-size: 14px;
    }
    .nav{
        width: 100%;
        max-width: 357px;
        justify-content: space-around;
    }
}
@media screen and (max-width: 639px) {
    .header {
        padding-top: 77px !important;
        background: #f2f2f2
    }
    .menu__item a:before, .nav-item a:before{
        display: none;
    }
    .menu__item a{
        font-weight: 600;
        padding-bottom: 14px;
    }
    .menu__list .menu__btn {
        max-width: 200px;
        margin: 0 auto;
    }
    .last-block{
        padding-top: 30px !important;
    }
}




@media screen and (max-width: 999px) {
    .ever-popup .discount {
        top: 92px;
    }
}





/* menu */

.navbar__wrap {
    margin-top: 0;
    height: 100vh;
    display: flex;
    overflow: auto;
    z-index: 5;
}
.nav__overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0);
    z-index: 3;
    transform: translateX(-100%);
    transition: 0.7s;
}
.nav__overlay.show {
    transition: 0.7s;
    background-color: rgba(0,0,0,0.4);
    transform: translateX(0);
}
.menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
}

.menu__head {
    display: flex;
    justify-content: space-between;

}

.menu__exit {
    display: block;
    width: 33px;
    height: 21px;
    position: relative;
    top: 18px;
    right: 15px;
    background-color: transparent;
    transition: all .3s;
    border-radius: 2px;
    height: 4px;
}
.menu__exit::before,
.menu__exit::after {
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    background-color: #5788c0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 2px;
    height: 4px;
}
.menu__exit::before {
    top: 8px;
    transform: rotate(45deg) translate(-1px, 0);
}

.menu__exit::after {
    top: 16px;
    transform: rotate(-45deg) translate(6px, -7px);
}

.menu__list {
    margin-top: 15px;
}
.menu__footer {
    margin-bottom: 10px;
    margin-top: 15px;
}
.menu__ev-logo {
    max-width: 50px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.menu__privacy {
    text-align: center;
    color: inherit;
    display: block;
    margin-top: 5px;
}
.form__romanian-note{
    line-height: 24px;
}
.footer__romanian{
    line-height: 24px;
    margin-bottom: 6px
}


@media screen and (max-width: 479px) {
    .navbar__wrap {
        width: 100vw;
        transform: translateX(0%);
    }
    .navbar_hide .navbar__wrap {
        transform: translateX(100%);
    }
    .menu {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .last-block{
        padding-top: 25px !important;
    }
}