@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/roboto-regular-webfont.woff2) format('woff2'), url(../fonts/roboto-regular-webfont.woff) format('woff')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/roboto-medium-webfont.woff2) format('woff2'), url(../fonts/roboto-medium-webfont.woff) format('woff')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/roboto-bold-webfont.woff2) format('woff2'), url(../fonts/roboto-bold-webfont.woff) format('woff')
}

a,
b,
body,
dd,
div,
footer,
form,
h1,
h2,
h3,
header,
html,
i,
img,
label,
li,
object,
p,
s,
section,
span,
th,
time,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.slick-slide img,
footer,
header,
section {
    display: block
}

body {
    min-width: 320px;
    min-height: 100vh;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #444
}

ul {
    list-style: none
}

br {
    font-size: 0;
    line-height: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button,
button:focus,
input,
input:focus {
    outline: 0
}

a {
    text-decoration: none
}

button {
    border: 0;
    display: block;
    padding: 0
}

a:-moz-focusring,
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

svg {
    overflow: hidden
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.bg_left,
.bg_right {
    background: #cce1f2
}

@media screen and (min-width:768px) {

    .bg_left,
    .bg_right {
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat
    }

    .webp .bg_left {
        background-image: url(../img/bg_left.webp)
    }

    .webp .bg_right {
        background-image: url(../img/bg_right.webp)
    }

    .no-webp .bg_left {
        background-image: url(../img/bg_left.jpg)
    }

    .no-webp .bg_right {
        background-image: url(../img/bg_right.jpg)
    }
}

.container {
    width: 100%;
    padding: 30px 10px
}

@media screen and (min-width:480px) {
    .container {
        width: 480px;
        margin: 0 auto
    }
}

@media screen and (min-width:640px) {
    .container {
        width: 640px
    }
}

@media screen and (min-width:768px) {
    .container {
        width: 768px;
        padding: 40px 10px
    }
}

@media screen and (min-width:1024px) {
    .container {
        width: 1024px;
        padding: 60px 15px
    }
}

@media screen and (min-width:1220px) {
    .container {
        width: 1220px;
        padding: 60px 25px
    }
}

.title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #333
}

@media screen and (min-width:480px) {
    .title {
        font-size: 30px
    }
}

@media screen and (min-width:640px) {
    .title {
        font-size: 34px
    }
}

@media screen and (min-width:768px) {
    .title {
        font-size: 38px
    }
}

@media screen and (min-width:1024px) {
    .title {
        font-size: 40px
    }
}

@media screen and (min-width:1220px) {
    .title {
        font-size: 45px
    }
}

.subtitle {
    font-size: 20px;
    line-height: 1.2;
    text-align: center
}

@media screen and (min-width:1024px) {
    .subtitle {
        font-size: 22px
    }
}

@media screen and (min-width:1220px) {
    .subtitle {
        font-size: 24px
    }
}

.bold {
    font-weight: 700
}

.red {
    color: #e94859
}

.btn__small,
.button {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 700;
    background-color: #e94859;
    background-image: -webkit-gradient(linear, left top, right top, from(#eb4254), color-stop(49.5%, #eb4254), color-stop(50.5%, #eb4254), to(#f82138));
    background-size: 200% auto;
    background-position: left;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer
}

.button {
    width: 100%;
    min-width: 220px;
    max-width: 280px;
    padding: 6px 0;
    font-size: 27px;
    line-height: 23px;
    border-radius: 33px;
    border-bottom: 5px solid #c11e2f;
    background-image: linear-gradient(to right, #eb4254 0, #eb4254 49.5%, #eb4254 50.5%, #f82138 100%)
}

.button span {
    font-size: 20px
}

.btn__small {
    width: 160px;
    padding: 9px 0 8px;
    font-size: 18px;
    border-radius: 22px;
    border-bottom: 3px solid #c11e2f;
    background-image: linear-gradient(90deg, #eb4254 0, #eb4254 49.5%, #eb4254 50.5%, #f82138 100%)
}

.btn__small:hover,
.button:hover {
    color: #fefefe;
    background-position: right;
    -webkit-transition: .2s;
    transition: .2s
}

.four_half {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 135px;
    height: 23px
}

.four_half {
    background-image: url(../img/icon_half_star.png), url(../img/icon_full_star.png);
    background-position: right center, left center;
    background-repeat: no-repeat, repeat
}

.in_bl {
    display: inline-block
}

.logo-top {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px
}

@media screen and (min-width:1024px) {
    .logo-top {
        margin-bottom: 20px
    }
}

@media not all and (min-resolution:.001dpcm) {

    .order__item--1 .form__name,
    .order__item--1 .form__phone {
        width: 100% !important
    }

    .mainform .form .form__name,
    .mainform .form .form__phone {
        width: 224px !important
    }
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    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-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
}

.header {
    display: none
}

@media screen and (min-width:768px) {
    .header {
        display: block;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2)
    }

    .header .container {
        padding-top: 0;
        padding-bottom: 0
    }

    .header__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 13px 0
    }

    .header__logo {
        display: none
    }

    .header__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 25px
    }

    .header__link--wrapper {
        position: relative;
        padding: 5px 15px 5px 50px
    }

    .header__link--wrapper:first-child {
        margin-right: 13px
    }

    .header__link--wrapper::before {
        position: absolute;
        content: "";
        width: 38px;
        height: 36px;
        left: 0;
        top: 2px
    }

    .header__link--wrapper:first-child::before {
        background: url(../img/icon_components.png) no-repeat center center
    }

    .header__link--wrapper:last-child::before {
        background: url(../img/icon_reviews.png) no-repeat center center
    }

    .header__link--wrapper::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        right: 0;
        top: 0;
        background-color: #cecece
    }

    .header__link--wrapper a {
        font-size: 16px;
        line-height: 30px;
        vertical-align: middle;
        color: inherit;
        border-bottom: 1px dotted #444
    }

    .header__link--wrapper a:hover {
        border-bottom: 0
    }

    .header__button {
        margin-left: auto
    }
}

@media screen and (max-width:1023px) {
    .header .container {
        padding: 0 20px
    }

    .header .timer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header .timer__text {
        margin: 0 0 3px
    }

    .header .timer__text br {
        display: none
    }

    .header .timer__time span {
        padding: 5px
    }
}

@media screen and (min-width:1024px) {
    .header {
        display: block
    }

    .header__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__link,
    .header__logo,
    .header__logo img {
        margin-right: 13px
    }

    .header__link--wrapper {
        padding: 5px 13px 5px 50px
    }

    .header .timer__text br {
        display: inline-block
    }

    .header .timer__time span {
        padding: 5px 7px
    }
}

@media screen and (min-width:1220px) {
    .header__logo {
        margin-right: 85px
    }

    .header__logo--logo {
        font-size: 24px;
        line-height: 1
    }

    .header__link {
        margin-right: 35px
    }

    .header__link--wrapper {
        padding: 5px 25px 5px 50px
    }

    .header__link--wrapper:first-child {
        margin-right: 25px
    }
}

.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.timer__text {
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px
}

.timer__time span {
    display: inline-block;
    padding: 5px 7px;
    font-size: 22px;
    line-height: 30px
}

.timer__time span:nth-child(1),
.timer__time span:nth-child(4),
.timer__time span:nth-child(7) {
    margin-right: 5px
}

.timer__time .tm {
    position: relative;
    font-weight: 700;
    border: 1px solid #ed8e14;
    border-radius: 4px
}

.form {
    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
}

.form .input {
    width: 100%;
    padding: 21px 10px 21px 55px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 16px;
    border-radius: 34px;
    background-color: #f8f8f8;
    border: 1px solid #c4c4c4
}

.form__name,
.form__phone {
    position: relative
}

.form__name::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 24px;
    left: 20px;
    top: 18px;
    background: url(../img/icon_user.svg) no-repeat center center;
    background-size: 19px 24px
}

.form__phone::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 24px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/phone.svg) no-repeat center center;
    background-size: 19px 24px
}

.form .country-select,
.form .option__text,
.form .x_country_select {
    display: none
}

.form .custom-select {
    position: absolute;
    left: 0;
    top: 10px;
    color: #666;
    border: 0;
    border-right: 1px solid #d0d0d0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 80px;
    height: 40px;
    z-index: 1
}

.form .selected {
    width: 80px;
    height: 40px;
    z-index: 1;
    position: relative
}

.form .selected::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 5px;
    top: 48%;
    border: 7px solid transparent;
    border-top-color: #a2a2a2
}

.form .options ::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 5px;
    height: 0
}

.form .options::-webkit-scrollbar-track {
    background-color: #ecedee
}

.form .options::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #324697
}

.form .options::-webkit-scrollbar-thumb:hover {
    background-color: #2a3a7c
}

.form .options::-webkit-resizer {
    background-repeat: no-repeat;
    width: 4px;
    height: 0
}

.form .options::-webkit-scrollbar {
    width: 5px
}

.form .options {
    position: absolute;
    z-index: 10;
    display: none;
    -webkit-box-shadow: inset 2px 0 10px rgba(0, 0, 0, .07);
    box-shadow: inset 2px 0 10px rgba(0, 0, 0, .07);
    border: 1px solid #edebe4;
    height: 195px;
    min-width: 75px;
    overflow-y: scroll;
    overflow-x: hidden;
    top: -10px;
    left: 0;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.form .option,
.form .options.opened {
    display: block
}

.form .option,
.form .option:hover {
    -webkit-transition: .3s;
    transition: .3s
}

.form .option {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 15px auto
}

.form .option:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.selected.UA {
    background: url(../img/UA.png) left 20px center no-repeat
}

.selected.RU {
    background: url(../img/RU.png) left 20px center no-repeat
}

.selected.KZ {
    background: url(../img/KZ.png) left 20px center no-repeat
}

.selected.KG {
    background: url(../img/KG.png) left 20px center no-repeat
}

.selected.BY {
    background: url(../img/BY.png) left 20px center no-repeat
}

.selected.TH {
    background: url(../img/TH.png) left 20px center no-repeat
}

.selected.GE {
    background: url(../img/GE.png) left 20px center no-repeat
}

.selected.MD {
    background: url(../img/MD.png) left 20px center no-repeat
}

.selected.BG {
    background: url(../img/BG.png) left 20px center no-repeat
}

.selected.CY {
    background: url(../img/CY.png) left 20px center no-repeat
}

.selected.CZ {
    background: url(../img/CZ.png) left 20px center no-repeat
}

.selected.DE {
    background: url(../img/DE.png) left 20px center no-repeat
}

.selected.EL {
    background: url(../img/EL.png) left 20px center no-repeat
}

.selected.EN {
    background: url(../img/EN.png) left 20px center no-repeat
}

.selected.ES {
    background: url(../img/ES.png) left 20px center no-repeat
}

.selected.FR {
    background: url(../img/FR.png) left 20px center no-repeat
}

.selected.HR {
    background: url(../img/HR.png) left 20px center no-repeat
}

.selected.HU {
    background: url(../img/HU.png) left 20px center no-repeat
}

.selected.IT {
    background: url(../img/IT.png) left 20px center no-repeat
}

.selected.PL {
    background: url(../img/PL.png) left 20px center no-repeat
}

.selected.PT {
    background: url(../img/PT.png) left 20px center no-repeat
}

.selected.RO {
    background: url(../img/RO.png) left 20px center no-repeat
}

.selected.AT {
    background: url(../img/AT.png) left 20px center no-repeat
}

.selected.GR {
    background: url(../img/GR.png) left 20px center no-repeat
}

.selected.SI {
    background: url(../img/SI.png) left 20px center no-repeat
}

.selected.LV {
    background: url(../img/LV.png) left 20px center no-repeat
}

.selected.LT {
    background: url(../img/LT.png) left 20px center no-repeat
}

.option.UA {
    background: rgba(255, 255, 255, .7) url(../img/UA.png) no-repeat center
}

.option.RU {
    background: rgba(255, 255, 255, .7) url(../img/RU.png) no-repeat center
}

.option.KZ {
    background: rgba(255, 255, 255, .7) url(../img/KZ.png) no-repeat center
}

.option.KG {
    background: rgba(255, 255, 255, .7) url(../img/KG.png) no-repeat center
}

.option.BY {
    background: rgba(255, 255, 255, .7) url(../img/BY.png) no-repeat center
}

.option.TH {
    background: rgba(255, 255, 255, .7) url(../img/TH.png) no-repeat center
}

.option.GE {
    background: rgba(255, 255, 255, .7) url(../img/GE.png) no-repeat center
}

.option.MD {
    background: rgba(255, 255, 255, .7) url(../img/MD.png) no-repeat center
}

.option.BG {
    background: rgba(255, 255, 255, .7) url(../img/BG.png) no-repeat center
}

.option.CY {
    background: rgba(255, 255, 255, .7) url(../img/CY.png) no-repeat center
}

.option.CZ {
    background: rgba(255, 255, 255, .7) url(../img/CZ.png) no-repeat center
}

.option.DE {
    background: rgba(255, 255, 255, .7) url(../img/DE.png) no-repeat center
}

.option.EL {
    background: rgba(255, 255, 255, .7) url(../img/EL.png) no-repeat center
}

.option.EN {
    background: rgba(255, 255, 255, .7) url(../img/EN.png) no-repeat center
}

.option.ES {
    background: rgba(255, 255, 255, .7) url(../img/ES.png) no-repeat center
}

.option.FR {
    background: rgba(255, 255, 255, .7) url(../img/FR.png) no-repeat center
}

.option.HR {
    background: rgba(255, 255, 255, .7) url(../img/HR.png) no-repeat center
}

.option.HU {
    background: rgba(255, 255, 255, .7) url(../img/HU.png) no-repeat center
}

.option.IT {
    background: rgba(255, 255, 255, .7) url(../img/IT.png) no-repeat center
}

.option.PL {
    background: rgba(255, 255, 255, .7) url(../img/PL.png) no-repeat center
}

.option.PT {
    background: rgba(255, 255, 255, .7) url(../img/PT.png) no-repeat center
}

.option.RO {
    background: rgba(255, 255, 255, .7) url(../img/RO.png) no-repeat center
}

.option.AT {
    background: rgba(255, 255, 255, .7) url(../img/AT.png) no-repeat center
}

.option.GR {
    background: rgba(255, 255, 255, .7) url(../img/GR.png) no-repeat center
}

.option.SI {
    background: rgba(255, 255, 255, .7) url(../img/SI.png) no-repeat center
}

.option.LV {
    background: rgba(255, 255, 255, .7) url(../img/LV.png) no-repeat center
}

.option.LT {
    background: rgba(255, 255, 255, .7) url(../img/LT.png) no-repeat center
}

.mainform__wrapper {
    position: relative;
    width: 270px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 25px 20px 0;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 3px solid #4e7bb1;
    border-radius: 3px
}

.mainform__wrapper::before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: "-50%";
    width: 58px;
    height: 58px;
    padding: 20px 2px;
    top: -60px;
    right: calc(50% - 29px);
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: url(../img/mainform_plashka.png) no-repeat center center;
    background-size: 58px 58px
}

.mainform--date {
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    text-align: center
}

.mainform--date span {
    display: block
}

.mainform .price,
.mainform .price__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mainform .price {
    position: relative;
    margin-bottom: 20px
}

.mainform .price__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.mainform .price__new,
.mainform .price__old {
    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
}

.mainform .price__old {
    position: relative;
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #666;
    text-align: center
}

.mainform .price__old::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #c4c4c4
}

.mainform .price__old--name {
    font-size: 14px;
    line-height: 18px
}

.mainform .price__old .x_currency {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    vertical-align: bottom
}

.mainform .price .x_price_previous {
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 1
}

.mainform .price .x_price_previous::after,
.mainform .price .x_price_previous::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 110%;
    left: 0;
    top: 50%;
    background-color: #e94859;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg)
}

.mainform .price .x_price_previous::after {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg)
}

.mainform .price__new {
    padding-left: 5px;
    color: #000;
    text-align: center
}

.mainform .price__new--name {
    font-size: 14px;
    line-height: 18px
}

.mainform .price__new .x_currency {
    font-size: 18px;
    font-weight: 500
}

.mainform .price .x_price_current {
    display: inline-block;
    font-size: 36px;
    line-height: .9;
    font-weight: 700
}

.mainform .form {
    margin-bottom: 15px
}

.mainform .form .form__name,
.mainform .form .form__phone {
    width: 100%;
    margin-bottom: 15px
}

.mainform--visiters {
    text-align: left;
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1
}

.mainform--visiters::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 100%;
    left: 20px;
    top: 0;
    background: url(../img/icon_eye.png) no-repeat center center
}

.mainform--lastpak {
    width: calc(100% + 42px);
    margin: 0 -21px -1px;
    padding: 15px 0;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #4e7bb1
}

.mainform--reviews {
    position: relative;
    width: 100%;
    padding-left: 150px;
    font-size: 16px;
    line-height: 20px
}

.mainform--reviews .four_half {
    top: -5px;
    left: 5px
}

.mainform--reviews a {
    color: inherit
}

@media screen and (min-width:480px) {
    .mainform__wrapper::before {
        width: 70px;
        height: 70px;
        top: -35px;
        right: -15px;
        padding: 24px 2px;
        font-size: 28px;
        line-height: 1;
        font-weight: 700;
        background-size: contain
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .mainform .input {
        width: 224px;
        margin-left: auto;
        margin-right: auto
    }
}

.promo__text,
.promo__wrapper {
    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
}

.promo__text {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px
}

.promo__header {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 1
}

.promo__header::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    
}

.promo__subtitle {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700
}

.promo__list {
    width: 100%
}

.promo__list--header {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center
}

.promo__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    padding-left: 65px;
    padding-right: 10px
}

.promo__item:not(:last-child) {
    margin-bottom: 15px
}

.promo__item::before {
    position: absolute;
    content: "";
    width: 46px;
    height: 46px;
    left: 0;
    top: calc(50% - 23px);
    border-radius: 50%;
    border: 4px solid #c0e0c7;
    background: #2e9747 url(../img/icon_chek.svg) no-repeat center center;
    background-size: 23px 19px
}

.promo__image {
    position: relative;
    padding-top: 0;
    margin-bottom: 40px
}

.promo__product--plashka {
    position: absolute;
    top: 0
}

.promo .mainform {
    margin-bottom: 20px
}

@media screen and (min-width:480px) {
    .promo__header {
        font-size: 45px
    }

    .promo__subtitle {
        font-size: 23px
    }
}

@media screen and (max-width:639px) {
    .promo__product-wrapper {
        max-width: 200px
    }
}

@media screen and (min-width:640px) {
    .promo__wrapper {
        position: relative
    }

    .promo__text {
        width: 100%
    }

    .promo__image {
        margin-right: 20px;
        margin-bottom: 0
    }

    .promo__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .promo__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 33%;
        padding: 60px 5px 0;
        text-align: center
    }

    .promo__item::before {
        top: 0;
        left: calc(50% - 23px)
    }

    .promo__item:nth-child(n) {
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) {
    .promo__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .promo__product-wrapper {
        padding-bottom: 100px
    }

    .promo__wrapper>picture {
        position: absolute;
        max-width: 280px;
        left: 75px;
        bottom: 10px
    }

    .promo__header {
        font-size: 56px
    }

    .promo__subtitle {
        font-size: 26px
    }

    .promo__list {
        margin-bottom: 20px
    }

    .promo__image {
        margin-bottom: 0
    }
}

@media screen and (min-width:1024px) {
    .promo .container {
        padding-top: 50px;
        padding-bottom: 0
    }

    .promo__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .promo__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 0
    }

    .promo__product-wrapper {
        margin: auto;
        padding-bottom: 0
    }

    .promo__product--plashka {
        top: calc(50% - 210px)
    }

    .promo__text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 400px
    }

    .promo__header {
        font-size: 80px;
        padding-left: 0;
        margin-bottom: 30px
    }

    .promo__header::before {
        display: none
    }

    .promo__subtitle {
        position: relative;
        padding-bottom: 20px;
        padding-right: 5px;
        margin-bottom: 25px;
        font-size: 27px;
        line-height: 30px;
        text-align: left
    }

    .promo__subtitle:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        background-color: #c4c4c4
    }

    .promo__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }

    .promo__list--header {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 30px
    }

    .promo__item {
        width: 100%;
        padding: 0 10px 0 60px;
        font-size: 20px;
        text-align: left
    }

    .promo__item::before {
        left: 0;
        top: calc(50% - 27px)
    }

    .promo__item:not(:last-child) {
        margin-bottom: 30px
    }

    .promo .mainform {
        margin-bottom: 20px;
        margin-top: 90px
    }
}

@media screen and (min-width:1220px) {
    .promo__header {
        font-size: 80px;
        line-height: 64px
    }

    .promo__subtitle {
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 35px
    }

    .promo__list--header {
        margin-bottom: 30px
    }

    .promo__text {
        margin-right: 40px
    }

    .promo__item {
        display: flex;
        align-items: center;
        padding-right: 0
    }

    .promo__image {
        width: 470px;
        margin: 0
    }

    .promo__image>picture {
        position: absolute;
        width: 600px;
        right: -40px;
        bottom: 0
    }

    .promo__product-wrapper {
        position: absolute;
        bottom: -160px;
        right: 40px
    }

    .promo .mainform {
        margin-bottom: 40px;
        margin-top: 0
    }
}

.promobottom {
    display: none
}

.promobottom .container {
    padding-top: 0;
    padding-bottom: 0
}

@media screen and (min-width:1024px) {
    .promobottom {
        display: block
    }

    .promobottom__list,
    .promobottom__wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .promobottom__list {
        position: absolute;
        top: -133px;
        left: 0;
        padding: 20px 0;
        margin: 0 auto;
        font-size: 18px;
        line-height: 22px
    }

    .promobottom__item {
        display: flex;
        align-items: center;
        position: relative;
        max-width: 225px;
        padding: 21px 5px 21px 105px
    }

    .promobottom__item::before {
        position: absolute;
        content: "";
        width: 105px;
        height: 100%;
        left: 0;
        top: 0
    }

    .promobottom__item--1 {
        max-width: 355px;
        padding-left: 115px
    }

    .promobottom__item--1::before {
        background: url(../img/sert_1.png) no-repeat center center
    }

    .promobottom__item--2::before {
        background: url(../img/sert_2.png) no-repeat center center
    }

    .promobottom__item--2 {
        max-width: 180px
    }

    .promobottom__item--3::before {
        background: url(../img/sert_3.png) no-repeat center center
    }
}

@media screen and (min-width:1220px) {
    .promobottom__list {
        position: relative;
        top: 0;
        margin: 0 0 0 auto;
        padding: 30px 0
    }
}

.danger__header {
    margin-bottom: 20px
}

.danger__list {
    width: 300px;
    margin: 0 auto 30px
}

.danger__item {
    position: relative;
    padding: 10px 0 10px 60px;
    margin-bottom: 10px
}

.danger__item::before {
    position: absolute;
    content: "!";
    width: 39px;
    height: 39px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid #e94859;
    border-radius: 50%;
    color: #e94859;
    font-size: 28px;
    font-weight: 700;
    text-align: center
}

.danger__item::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    left: 60px;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1)
}

.danger__item:nth-child(10) {
    padding-bottom: 6px;
    margin-bottom: 0
}

.danger__item:nth-child(10)::after {
    display: none
}

.danger__info {
    padding: 10px;
    font-weight: 500;
    line-height: 1.2;
    background-color: #ffe5e8;
    border-radius: 10px;
    text-align: center
}

@media screen and (min-width:640px) {
    .danger__list {
        width: 600px;
        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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .danger__item {
        width: 290px
    }

    .danger__item:nth-child(9) {
        padding-bottom: 6px;
        margin-bottom: 0
    }

    .danger__item:nth-child(9)::after {
        display: none
    }

    .danger__info {
        padding: 20px;
        font-size: 22px
    }
}

@media screen and (min-width:1024px) {
    .danger .container {
        padding-bottom: 0
    }

    .danger__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .danger__wrapper--left {
        width: 625px;
        padding-bottom: 60px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .danger__wrapper--right {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .danger__wrapper--right picture {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0
    }

    .danger__header,
    .danger__info {
        text-align: left
    }

    .danger__info {
        margin-right: 25px
    }

    .danger__item {
        padding: 15px 0 15px 60px
    }
}

@media screen and (min-width:1220px) {
    .danger {
        overflow: hidden
    }

    .danger__item::before {
        top: 5px;
        transform: translateY(0)
    }

    .danger .container {
        padding-top: 70px
    }

    .danger__wrapper--left {
        padding-bottom: 90px
    }

    .danger__header,
    .danger__list {
        margin-bottom: 45px
    }

    .danger__item {
        padding-bottom: 25px;
        margin-bottom: 15px
    }

    .danger__info {
        padding: 25px 30px;
        font-size: 25px;
        line-height: 30px
    }

    .danger__wrapper--right picture {
        width: 687px
    }
}

.stroke__article--img,
.stroke__header,
.stroke__subtitle {
    margin-bottom: 20px
}

.stroke__article--img img {
    margin-left: auto;
    margin-right: auto
}

.stroke__article--text {
    font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
    text-align: center
}

@media screen and (min-width:640px) {
    .stroke__article {
        position: relative;
        z-index: 2;
        width: 590px;
        padding: 30px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 8px
    }

    .stroke__article--img {
        position: relative;
        margin-bottom: 35px
    }

    .stroke__article--text {
        text-align: left
    }
}

@media screen and (min-width:1024px) {

    .stroke__header,
    .stroke__subtitle {
        margin-bottom: 35px
    }

    .stroke__header span {
        display: block
    }

    .stroke__article {
        width: 500px;
        padding: 20px;
        margin: 0 20px 0 0;
        -webkit-box-shadow: -50px 50px 50px 0 rgba(0, 0, 0, .2);
        box-shadow: -50px 50px 50px 0 rgba(0, 0, 0, .2)
    }

    .stroke__article--text {
        font-size: 20px;
        line-height: 26px
    }

    .stroke__article::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border: 43px solid transparent;
        border-right-color: #fff;
        top: calc(50% - 43px);
        left: -84px
    }

    .stroke__article--img::after {
        right: 15px
    }

    .stroke__wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding-bottom: 40px
    }

    .stroke__img-under {
        position: absolute;
        bottom: 0;
        left: 0;
        border: 5px solid #dde4ee
    }
}

@media screen and (min-width:1220px) {
    .stroke__wrapper {
        padding-bottom: 90px
    }

    .stroke__article {
        width: 590px;
        padding: 30px
    }

    .stroke__article--img::after {
        right: 40px
    }

    .stroke__img-under {
        left: 20px;
        border: 30px solid #dde4ee
    }
}

.components__header,
.components__list,
.components__subtitle {
    margin-bottom: 20px
}

.components__item {
    text-align: center
}

.components__item:not(:last-child) {
    margin-bottom: 20px
}

.components__item--header {
    position: relative;
    margin-bottom: 20px;
    padding-top: 170px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700
}

.components__item--header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 170px;
    top: 0;
    left: 0
}

.components__item--1 h3::before {
    background: url(../img/components_1.jpg) no-repeat center center
}

.components__item--2 h3::before {
    background: url(../img/components_2.jpg) no-repeat center center
}

.components__item--3 h3::before {
    background: url(../img/components_3.jpg) no-repeat center center
}

.components__item--4 h3::before {
    background: url(../img/components_4.jpg) no-repeat center center
}

.components .button {
    flex-shrink: 0;
    max-width: 220px;
    margin: 0 auto
}

@media screen and (min-width:640px) {
    .components__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 20px
    }

    .components__item {
        width: 40%
    }

    .components__item:nth-child(3) {
        margin-bottom: 0
    }

    .components .button {
        margin: 0 auto
    }
}

@media screen and (max-width:1023px) {
    .components .in_bl {
        display: inline
    }
}

@media screen and (min-width:768px) {
    .components__item {
        width: 40%
    }

    .components__item:nth-child(2n-1) {
        margin-right: 50px
    }

    .components__item:nth-child(2n) {
        margin-left: 50px
    }
}

@media screen and (min-width:1024px) {
    .components__wrapper {
        position: relative
    }

    .components__wrapper--prod {
        position: absolute;
        max-width: 180px;
        left: calc(50% - 90px);
        top: calc(50% - 130px)
    }

    .components__plashka {
        position: absolute;
        width: 88px;
        left: calc(50% - 44px);
        top: -65px
    }
}

@media screen and (min-width:1220px) {
    .components__item {
        position: relative;
        width: 370px
    }

    .components__item::before {
        position: absolute;
        content: "";
        z-index: 3;
        top: 132px;
        width: 22px;
        height: 22px;
        background-color: #fff;
        border-radius: 50%
    }

    .components__item::after {
        position: absolute;
        content: "";
        top: 100px;
        width: 95px;
        height: 95px;
        background: url(../img/components_grey_line.png) no-repeat center center
    }

    .components__item--1::before {
        border: 6px solid #2e9747
    }

    .components__item--1::after {
        right: -60px
    }

    .components__item--2::before {
        border: 6px solid #e94859
    }

    .components__item--2::after {
        left: -60px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .components__item--3::before {
        border: 6px solid #4e7bb1
    }

    .components__item--3::after {
        right: -60px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .components__item--4::before {
        border: 6px solid #ed8e14
    }

    .components__item--4::after {
        left: -60px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .components__item--1,
    .components__item--2 {
        margin-bottom: 40px
    }

    .components__item--1::after,
    .components__item--2::after {
        top: 60px
    }

    .components__item--1::before,
    .components__item--2::before {
        top: 90px
    }

    .components__item:nth-child(2n-1) {
        margin-right: 215px
    }

    .components__item:nth-child(2n-1)::before {
        right: -20px
    }

    .components__item:nth-child(2n) {
        margin-left: 215px
    }

    .components__item:nth-child(2n)::before {
        left: -20px
    }

    .components__wrapper--middle {
        position: absolute;
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 430px;
        height: 100%;
        left: calc(50% - 215px);
        top: 0
    }

    .components__wrapper--prod {
        position: relative;
        left: 0;
        top: 0;
        max-width: 250px;
        margin: 80px auto 50px
    }
}

.order__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.order__title {
    margin-bottom: 10px
}

.order__list {
    margin-bottom: 20px
}

.order__item {
    width: 270px;
    max-width: 270px
}

.order__item:not(:last-child) {
    margin-bottom: 10px
}

.order__item--2 .order__item--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.order__item--3 .order__item--img,
.order__item--4 .order__item--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.order__item--4 .order__item--img {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.order__item--1 .order__item--img {
    position: relative
}

.order__item--1 .order__item--img:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0
}

.order__item--1 .form {
    margin-top: 15px;
    -webkit-transform: scale(.75);
    transform: scale(.75)
}

.order__item--1 .form__name {
    width: 100%;
    margin-bottom: 15px
}

.order__item--1 .form__phone {
    margin-bottom: 15px
}

.order__item--1 .input {
    font-size: 16px
}

.order__item--img {
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    height: 240px
}

.order__item--number {
    font-size: 60px;
    color: #4d9e48;
    font-weight: 700;
    margin-bottom: -36px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 4
}

.order__item--text {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 15px;
    text-align: center
}

.order__bottom {
    border-radius: 35px;
    background-color: #4e7bb1;
    padding: 15px 25px;
    text-align: center;
    color: #fff;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px
}

.order__bottom--b {
    font-weight: 700
}

@media screen and (min-width:480px) {
    .order__item {
        width: 48%
    }

    .order__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .order__item:nth-child(3) {
        margin-bottom: 0
    }
}

@media screen and (min-width:640px) {
    .order__list {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media screen and (min-width:768px) {
    .order__bottom {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 50px
    }

    .order__list,
    .order__title {
        margin-bottom: 20px
    }
}

@media screen and (min-width:1024px) {
    .order__item {
        width: 24%
    }

    .order__item:nth-child(1),
    .order__item:nth-child(2) {
        margin-bottom: 0
    }

    .order__item--text {
        margin-top: 25px
    }

    .order__title {
        margin-bottom: 30px
    }

    .order__list {
        margin-bottom: 40px
    }
}

.ever-popup__inner {
    padding-top: 0 !important
}

.ever-popup__close {
    top: -35px !important
}

.popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center
}

.popup .mainform--reviews {
    bottom: -45px;
    display: none
}

.popup .mainform::before {
    content: none
}

.popup .form .input {
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 16px
}

.popup .form__name::before {
    top: 19px
}

.popup .form .custom-select {
    top: 10px
}

.popup .mainform--lastpak {
    padding-top: 10px;
    padding-bottom: 8px
}

.popup__left {
    display: none
}

@media screen and (min-width:1000px) {
    .popup {
        padding: 20px;
        border-radius: 10px;
        background-color: #edf3fb
    }

    .popup .mainform__wrapper::before {
        right: -16px
    }

    .popup .mainform,
    .popup .mainform__wrapper {
        margin-bottom: 0
    }

    .popup__left {
        padding-top: 0;
        width: 353px;
        margin-right: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

    .popup__left--medal {
        position: absolute;
        top: 50px;
        left: 25px
    }
}

@media screen and (max-width:1023px) {
    .banner {
        display: none !important
    }
}

@media screen and (min-width:1024px) {
    .banner {
        position: fixed;
        bottom: 0;
        z-index: 30;
        width: 100%;
        padding: 10px 0;
        color: #fff;
        background-color: #4e7bb1
    }

    .banner .container {
        padding-top: 0;
        padding-bottom: 0
    }

    .banner__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .banner__logo {
        padding: 0 5px;
        margin-right: 10px
    }

    .banner__order-now {
        position: relative;
        padding: 0 20px 0 100px;
        margin-right: 15px;
        font-size: 24px;
        line-height: 1;
        font-weight: 700
    }

    .banner__order-now::before {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        content: "-50%";
        width: 78px;
        height: 78px;
        padding: 0;
        top: calc(50% - 39px);
        left: 0;
        font-size: 30px;
        line-height: 1;
        font-weight: 700;
        text-align: center;
        color: #fff;
        background: url(../img/mainform_plashka.png) no-repeat center center;
        background-size: contain
    }

    .banner__order-now::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #c4c4c4
    }

    .banner .timer {
        margin-right: auto
    }

    .banner .timer br {
        display: none
    }

    .banner .timer__text {
        margin-right: 20px
    }

    .banner .timer .tm {
        color: #000;
        background-color: #fff;
        border-color: #c4c4c4
    }
}

@media screen and (min-width:1220px) {
    .banner__logo {
        padding: 0 15px;
        margin-right: 20px
    }

    .banner__order-now {
        position: relative;
        padding: 0 50px 0 100px;
        margin-right: 50px
    }
}

.helps__title {
    margin-bottom: 10px
}

.helps__subtitle {
    text-align: center;
    font-size: 17px;
    color: #333;
    line-height: 1.25;
    margin-bottom: 20px
}

.helps__list,
.helps__list--el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.helps__list {
    flex-direction: column;
    align-items: center
}

.helps__list--el {
    max-width: 260px;
    margin-bottom: 15px
}

.helps__list--el:nth-child(7),
.helps__list--el:nth-child(8) {
    margin-bottom: 0
}

.helps__list--el-num {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    color: #4d9e48;
    font-weight: 700;
    border-top-left-radius: 8px;
    background-color: #fff
}

.helps__list--el-num~* {
    width: 65%
}

.helps__list--el-pic {
    height: auto;
    border-top-right-radius: 8px;
    display: block
}

.helps__list--el-descr {
    width: 100%;
    background-color: #4e7bb1;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 1.111;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 10px;
    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;
    min-height: 70px
}

@media screen and (min-width:480px) {
    .helps__list--el {
        max-width: 48%
    }

    .helps__list {
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .helps__list--el-pic {
        height: 100%
    }

    .helps__list--el-descr {
        font-size: 18px
    }

    .helps__list--el picture,
    .helps__list--el-pic {
        width: 150px
    }

    .helps__list--el-num {
        width: calc(100% - 150px);
        font-size: 46px
    }
}

@media screen and (min-width:640px) {

    .helps__list--el picture,
    .helps__list--el-pic {
        width: 170px
    }

    .helps__list--el-num {
        width: calc(100% - 170px);
        font-size: 60px
    }

    .helps__list--el {
        margin-bottom: 20px
    }
}

@media screen and (min-width:768px) {
    .helps__list--el {
        width: 32%
    }

    .helps__list--el:nth-child(7) {
        margin-left: auto;
        margin-right: 2%
    }

    .helps__list--el:nth-child(8) {
        margin-right: auto
    }

    .helps__title {
        margin-bottom: 20px;
        max-width: 870px;
        margin: 0 auto
    }

    .helps__subtitle {
        margin-bottom: 30px;
        font-size: 22px
    }
}

@media screen and (min-width:1024px) {
    .helps__list--el {
        width: 24%
    }

    .helps__list--el:nth-child(5),
    .helps__list--el:nth-child(6) {
        margin-bottom: 0
    }

    .helps__list--el:nth-child(7) {
        margin-left: 0;
        margin-right: 0
    }

    .helps__list--el:nth-child(8) {
        margin-right: 0
    }

    .helps__subtitle {
        margin-bottom: 40px;
        font-size: 24px
    }
}

@media screen and (min-width:1219px) {
    .helps__list--el-descr {
        padding: 12px 19px;
        min-height: 63px
    }
}

.pricei {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

.pricei__title {
    display: block;
    width: 100%
}

.pricei__title--old {
    color: #666;
    font-size: 13px;
    margin-bottom: 10px
}

.pricei__title--new {
    color: #222;
    font-size: 14px;
    margin-bottom: 10px
}

.pricei__item--old {
    color: #a2a1a1;
    font-size: 26px;
    padding-left: 20px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(209, 208, 208, .74)
}

.pricei__item--new {
    font-weight: 900;
    font-size: 40px;
    line-height: .8
}

.pricei .x_price_previous,
.pricei__line {
    position: relative
}

.pricei .x_price_previous:after,
.pricei .x_price_previous:before {
    content: '';
    height: 1px;
    width: 110%;
    position: absolute;
    background-color: #f01d07;
    left: 0;
    bottom: 50%;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.pricei .x_price_previous:after {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.pricei .current {
    font-size: 16px;
    line-height: 1;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.action {
    color: #222
}

.action .container {
    position: relative
}

.action .form__name::before {
    top: 23px
}

.action .form .custom-select {
    top: 14px
}

.action .button {
    min-width: 200px;
    font-size: 25px
}

.action .button span {
    font-size: 18px
}

.action__sale-sign {
    position: absolute;
    top: 100px;
    right: calc(50% - 90px)
}

.action .container {
    border-bottom: 1px solid #e1e1e1
}

.action__prod {
    max-width: 160px;
    margin: 0 auto 15px
}

.action__title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px
}

.action__attention {
    display: block;
    font-size: 32px;
    font-weight: 700
}

.action__date {
    color: #eb2315
}

.action .timer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.action .timer__text {
    font-size: 18px;
    color: #333;
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px
}

.action .timer__text br,
.action__wrap>picture {
    display: none
}

.action .form {
    width: 100%;
    margin: 0 auto;
    max-width: 270px
}

.action .form .input {
    margin-bottom: 15px;
    width: 100%;
    padding-top: 23px;
    padding-bottom: 24px
}

.action .form__name,
.action .form__phone {
    width: 100%
}

@media screen and (min-width:640px) {
    .action__prod {
        margin: 0;
        max-width: 150px
    }

    .action .form .input {
        margin-bottom: 12px
    }

    .action .form {
        max-width: 200px
    }

    .action__wrap,
    .action__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .action__wrap>picture {
        display: block
    }

    .action__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .action__block {
        margin-right: 20px
    }

    .action__block .action__prod {
        display: none
    }

    .action__title {
        margin-bottom: 15px
    }

    .action__sale-sign {
        top: 10px;
        right: auto;
        left: 100px
    }

    .action .timer {
        margin-bottom: 0
    }
}

@media screen and (min-width:768px) {
    .action .button {
        font-size: 27px
    }

    .action .button span {
        font-size: 20px
    }

    .pricei__item--old {
        font-size: 28px
    }

    .pricei__item--new {
        font-size: 44px
    }

    .action .form {
        max-width: 250px
    }

    .action .form__button {
        padding: 8px 0
    }

    .action .form .input {
        margin-bottom: 10px
    }
}

@media screen and (min-width:1024px) {
    .action__sale-sign {
        display: block;
        position: absolute;
        left: auto;
        right: 31px;
        top: -34px
    }

    .action__title {
        font-size: 24px;
        text-align: left;
        position: relative
    }

    .action__price {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0
    }

    .action__attention {
        font-size: 40px;
        text-align: left
    }

    .action .timer,
    .action .timer__text {
        max-width: 280px
    }

    .action .form .input {
        margin-bottom: 0;
        padding-top: 26px;
        padding-bottom: 26px
    }

    .action .form__name,
    .action .form__phone {
        width: 32%
    }

    .action .form,
    .action__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .action .form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .action__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 15px
    }

    .action__block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0
    }

    .action__wrap>picture {
        position: relative
    }

    .action__wrap>picture::before {
        position: absolute;
        content: "";
        width: 80px;
        height: 80px;
        right: 0;
        top: -40px;
        background: url(../img/plashka.png) no-repeat center center;
        background-size: contain
    }
}

@media screen and (min-width:1220px) {
    .no-webp .action__wrap:before {
        background-image: url(../img/plashka.png)
    }

    .action .container {
        padding-bottom: 60px
    }

    .action__prod {
        max-width: 165px
    }

    .action .timer,
    .action__title {
        margin-bottom: 0
    }

    .action .timer {
        max-width: 100%
    }

    .action .timer__text {
        margin-right: 10px;
        margin-bottom: 0;
        max-width: 170px;
        text-align: left;
        width: auto;
        font-size: 20px;
        line-height: 1.2
    }

    .action .form__name,
    .action .form__phone {
        width: 33%
    }

    .action .form .button {
        max-width: 280px
    }

    .action__wrapper {
        margin-left: 25px
    }

    .action__block {
        margin-bottom: 35px
    }
}

.results__title {
    margin-bottom: 10px
}

.results__subtitle {
    text-align: center;
    font-size: 17px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px
}

@media screen and (min-width:640px) {
    .results__subtitle {
        margin-bottom: 20px
    }
}

@media screen and (min-width:1024px) {
    .results__subtitle {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 35px
    }
}

.results__subtitle--medium {
    font-weight: 500;
    margin-left: 6px
}

.results__subtitle--highlighted {
    border-radius: 50px;
    background-color: #dae9f7;
    white-space: nowrap;
    padding: 1px 5px;
    margin-left: 3px
}

@media screen and (min-width:1024px) {
    .results__subtitle--highlighted {
        padding: 0 10px
    }
}

.results__list,
.results__list--el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.results__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.results__list--el {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-top: 15px
}

@media screen and (min-width:640px) {
    .results__list--el {
        width: 48%;
        padding-top: 0
    }

    .results__list--el:last-child {
        margin-top: 20px
    }
}

@media screen and (min-width:768px) {
    .results__list--el {
        width: 32%;
        position: relative
    }

    .results__list--el:last-child {
        margin-top: 0
    }

    .results__list--el:not(:last-child):after {
        content: url(../img/line-r.png);
        position: absolute;
        right: -17px;
        top: 20px
    }
}

.results__list--el:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #cbcbcb
}

@media screen and (min-width:640px) {
    .results__list--el:not(:last-child) {
        border-bottom: 0;
        padding-bottom: 0
    }

    .results__list--el:last-child {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:768px) {
    .results__list--el:last-child {
        margin-left: 0;
        margin-right: 0
    }
}

.results__list--el-circle {
    fill: transparent;
    stroke-width: 30;
    width: 133px;
    height: 133px;
    background-color: #edf3fb;
    border-radius: 50%
}

.results__list--el-circle-1 {
    stroke: #4e7bb1;
    stroke-dasharray: 200, 40
}

.results__list--el-circle-2 {
    stroke: #2e9747;
    stroke-dasharray: 225, 15
}

.results__list--el-circle-3 {
    stroke: #ed8e14;
    stroke-dasharray: 215, 25
}

.results__list--el-num {
    background-color: #fff;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700
}

.results__list--el-num-percent {
    font-size: 19px
}

@media screen and (min-width:640px) {
    .results__list--el-num {
        top: 31px
    }
}

.results__list--el-descr {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    color: #333;
    line-height: 1.3;
    text-align: center;
    font-weight: 500
}

@media screen and (min-width:1024px) {
    .results__list--el-circle {
        width: 220px;
        height: 220px
    }

    .results__list--el-num {
        width: 140px;
        height: 140px;
        top: 40px;
        font-size: 60px
    }

    .results__list--el-num-percent {
        font-size: 30px
    }

    .results__list--el-descr {
        margin-top: 25px;
        padding: 0 30px
    }
}

@media screen and (min-width:1220px) {
    .results .container {
        padding-top: 60px
    }

    .results__subtitle {
        font-size: 24px
    }

    .results__title {
        margin-bottom: 21px
    }

    .results__subtitle {
        margin-bottom: 52px
    }
}

.doctor {
    overflow: hidden
}

.doctor__title {
    margin-bottom: 20px
}

.doctor__left {
    display: none
}

.doctor__text {
    margin-bottom: 16px
}

.doctor__text--b {
    font-weight: 700
}

.doctor__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
    margin-right: auto
}

.doctor__name--top {
    font-weight: 700;
    margin-bottom: 7px;
    color: #000;
    font-size: 21px
}

.doctor__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 25px
}

.doctor__bottom::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 5px;
    top: 0;
    left: 0;
    background-color: #4e7bb1
}

.doctor__bottom--img {
    max-width: 300px
}

@media screen and (min-width:640px) {
    .doctor__title {
        margin-bottom: 30px
    }

    .doctor__text {
        line-height: 1.3
    }
}

@media screen and (min-width:768px) {
    .doctor .container {
        position: relative;
        padding-bottom: 100px
    }

    .doctor__title {
        margin-bottom: 25px
    }

    .doctor__text:nth-child(4) {
        margin-bottom: 80px
    }

    .doctor__bottom {
        margin-left: 380px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .doctor__left {
        display: block;
        position: absolute;
        left: 70px;
        bottom: 0;
        max-width: 250px;
        height: auto
    }

    .doctor .container:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: -80px;
        width: 504px;
        height: 368px;
        background-size: contain
    }

    .webp .doctor .container:before {
        background-image: url(../img/doctor-bg.webp)
    }

    .no-webp .doctor .container:before {
        background-image: url(../img/doctor-bg.png)
    }
}

@media screen and (min-width:1024px) {
    .doctor .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .doctor__title {
        text-align: left
    }

    .doctor__right {
        max-width: 600px;
        margin-left: auto
    }

    .doctor__left {
        max-width: 380px;
        left: 0
    }

    .doctor__bottom {
        margin-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .doctor__text {
        line-height: 24px
    }

    .doctor__text:nth-child(4) {
        margin-bottom: 20px
    }

    .doctor__name--top {
        font-size: 24px
    }

    .doctor .container:before {
        left: -360px;
        width: 983px;
        height: 640px
    }
}

@media screen and (min-width:1220px) {
    .doctor__right {
        max-width: 650px
    }

    .doctor__left {
        max-width: 554px;
        left: -55px
    }

    .doctor__text {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 35px
    }

    .doctor__text:nth-child(4) {
        margin-bottom: 22px
    }

    .doctor__bottom {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .doctor__bottom--img {
        max-width: 360px;
        margin-right: 10px
    }

    .doctor__name {
        margin-right: 0
    }

    .doctor__name--top {
        font-size: 26px;
        margin-bottom: 12px
    }

    .doctor__name--bottom {
        font-size: 18px
    }

    .doctor .container:before {
        bottom: 0;
        left: -360px
    }
}

.recomend__header {
    margin-bottom: 40px
}

.recomend__img {
    display: none
}

.recomend__img img {
    margin: -20px auto 0
}

.recomend__img.active,
.recomend__slide--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.recomend__img.active {
    width: 100%;
    margin: 0 auto;
    background-color: #4e7bb1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.recomend__wrapper--slider {
    position: relative;
    padding: 10px 10px 40px;
    text-align: center;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.recomend__slide--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.recomend__slide--header {
    margin: 0 10px 20px 0
}

.recomend__slide--name {
    font-size: 22px;
    line-height: 45px;
    font-weight: 700
}

.recomend__slide--specialty {
    font-size: 18px;
    line-height: 24px
}

.recomend__slide--sign {
    height: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.recomend__slide--sign img {
    max-height: 69px;
    max-width: 100px
}

.recomend__slide--text {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 1.2
}

.recomend .slick-dots {
    bottom: 10px
}

.recomend .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #c4c4c4
}

.recomend .slick-dots li.slick-active {
    background-color: #e94859
}

.recomend .slick-prev {
    left: -10px !important;
    top: 0 !important
}

.recomend .slick-next {
    right: -10px !important;
    top: 0 !important
}

.recomend__slide--sign,
.recomend__slide--sign::after {
    display: none
}

@media screen and (min-width:480px) {
    .recomend__slide--wrap {
        justify-content: center
    }

    .recomend__slide--sign {
        position: relative
    }

    .recomend__slide--sign::after {
        position: absolute;
        content: "";
        width: 102px;
        height: 66px;
        right: -112px;
        top: 0;
        background: url(../img/approved.png) no-repeat center center
    }

    .recomend__wrapper--slider {
        padding: 20px 20px 40px
    }

    .recomend .slick-next,
    .recomend .slick-prev {
        top: -45px !important
    }

    .recomend .slick-prev {
        left: 15px !important
    }

    .recomend .slick-next {
        right: 15px !important
    }
}

@media screen and (min-width:640px) {
    .recomend__slide--wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .recomend__slide--sign,
    .recomend__slide--sign::after {
        display: block
    }

    .recomend__wrapper--slider {
        text-align: left
    }

    .slick-dots {
        position: absolute;
        width: 80px;
        height: 20px;
        left: auto !important;
        bottom: auto !important;
        top: 30px !important;
        right: 30px !important
    }
}

@media screen and (min-width:1024px) {

    .recomend .slick-next,
    .recomend .slick-prev {
        display: none !important
    }

    .recomend__header {
        margin-bottom: 60px
    }

    .recomend__wrapper--img {
        position: relative;
        z-index: 1;
        margin-bottom: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .recomend__img {
        display: block;
        max-width: 270px;
        padding: 0 20px;
        background-color: #fff;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px
    }

    .recomend__img img {
        margin: -20px auto 0
    }

    .recomend__img img:hover {
        cursor: pointer
    }

    .recomend__img.active {
        width: auto;
        margin: -18px 0 -2px
    }

    .recomend__wrapper--slider {
        z-index: 2;
        border: 1px solid #c4c4c4
    }
}

@media screen and (min-width:1220px) {
    .recomend__header {
        margin-bottom: 100px
    }

    .recomend__wrapper--img {
        margin-bottom: -30px
    }

    .recomend__img {
        width: 270px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .recomend__img img {
        margin: -30px auto 0
    }

    .recomend__img.active {
        width: 270px;
        margin: -28px 0 -2px
    }

    .recomend__slide--sign {
        height: auto;
        margin-bottom: 20px
    }

    .recomend__slide--sign::after {
        top: calc(50% - 33px)
    }

    .recomend__slide--sign img {
        max-height: none;
        max-width: none
    }

    .recomend__slide--text {
        line-height: 26px
    }

    .recomend__wrapper--slider {
        padding: 30px 30px 60px
    }
}

.use__header {
    margin-bottom: 20px
}

.use__item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
    min-height: 48px;
    padding-left: 60px;
    font-weight: 700
}

.use__item:not(:last-child) {
    margin-bottom: 25px
}

.use__item::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    left: 0;
    top: calc(50% - 25px);
    border-radius: 50%
}

.use__item--1::before {
    background: #4e7bb1 url(../img/use_01.png) no-repeat center center;
    background-size: 25px auto
}

.use__item--2::before {
    background: #4e7bb1 url(../img/use_02.png) no-repeat center center;
    background-size: 25px auto
}

.use__item--3::before {
    background: #4e7bb1 url(../img/use_03.png) no-repeat center center;
    background-size: 25px auto
}

@media screen and (min-width:640px) {
    .use__wrapper {
        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
    }

    .use__wrapper--product {
        position: relative;
        width: 180px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px
    }

    .use__plashka {
        position: absolute;
        width: 80px;
        top: -15px;
        right:  0;
    }

    .use__item {
        font-size: 20px
    }
}

@media screen and (min-width:768px) {
    .use__header {
        margin-bottom: 40px
    }

    .use__wrapper--product {
        width: 240px
    }

    .use__plashka {
        width: 84px
    }

    .use__list {
        position: relative;
        max-width: 450px
    }

    .use__list::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 70%;
        left: 45px;
        top: 15%;
        background-color: #c4c4c4
    }

    .use__item {
        padding: 20px 0 20px 110px;
        line-height: 26px
    }

    .use__item::before {
        width: 90px;
        height: 90px;
        top: calc(50% - 45px);
        background-size: 40px;
        border: 5px solid #bdcfe5
    }
}

@media screen and (min-width:1024px) {
    .use__header {
        margin-bottom: 60px
    }

    .use__list {
        max-width: 430px
    }

    .use__list::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 70%;
        left: 55px;
        top: 15%;
        background-color: #c4c4c4
    }

    .use__item {
        padding: 29px 0 29px 150px
    }

    .use__item::before {
        width: 90px;
        height: 90px;
        top: calc(50% - 58px);
        background-size: auto;
        border: 10px solid #bdcfe5
    }
}

@media screen and (min-width:1220px) {
    .use__wrapper--product {
        margin: 0 100px 0 150px
    }
}

.listdoctor .container {
    border-bottom: 1px solid #c4c4c4
}

.listdoctor__list {
    margin-bottom: 30px
}

.listdoctor__item {
    position: relative;
    padding-left: 60px
}

.listdoctor__item:not(:last-child) {
    margin-bottom: 20px
}

.listdoctor__item::before {
    position: absolute;
    content: "";
    width: 46px;
    height: 46px;
    left: 0;
    top: calc(50% - 23px);
    border-radius: 50%;
    border: 4px solid #c0e0c7;
    background: #2e9747 url(../img/icon_chek.svg) no-repeat center center;
    background-size: 23px 19px
}

.listdoctor__sign {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    padding-top: 30px;
    text-align: center;
    flex-direction: column
}

.listdoctor__sign::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 5px;
    top: 0;
    left: calc(50% - 20px);
    background-color: #4e7bb1;
    left: 0
}

.listdoctor__specialty {
    text-align: left
}

.listdoctor__sign--text {
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 15px;
    margin-right: 10px
}

.listdoctor__sign--img {
    align-self: center;
    max-width: 267px;
    -ms-flex-negative: 2;
    flex-shrink: 2
}

.listdoctor__name {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 26px
}

@media screen and (min-width:480px) {
    .listdoctor__sign {
        flex-direction: row;
        align-items: center
    }

    .listdoctor__sign--text {
        margin-bottom: 0
    }
}

@media screen and (min-width:640px) {
    .listdoctor__list {
        margin-bottom: 40px
    }
}

@media screen and (min-width:768px) {
    .listdoctor .container {
        position: relative;
        padding-bottom: 0
    }

    .listdoctor__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .listdoctor__wrapper picture {
        width: 250px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px
    }

    .listdoctor__doctor {
        position: absolute;
        bottom: 0;
        width: 250px
    }
}

@media screen and (min-width:1024px) {
    .listdoctor .container {
        position: relative;
        padding-top: 0
    }

    .listdoctor__wrapper picture {
        width: 300px;
        margin-right: 30px
    }

    .listdoctor__doctor {
        bottom: 0;
        width: 300px
    }

    .listdoctor__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .listdoctor__item {
        width: 30%;
        padding-left: 0;
        padding-top: 50px;
        line-height: 26px
    }

    .listdoctor__item:not(:last-child) {
        margin-bottom: 0
    }

    .listdoctor__item::before {
        top: -23px
    }
}

@media screen and (min-width:1220px) {
    .listdoctor__wrapper picture {
        width: 260px;
        margin-right: 70px
    }

    .listdoctor__wrapper--left {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .listdoctor__doctor {
        width: 300px;
        left: -10px
    }

    .listdoctor__list {
        margin-bottom: 20px
    }

    .listdoctor__item {
        width: 230px
    }

    .listdoctor__sign {
        padding-top: 20px
    }

    .listdoctor__sign--text {
        margin-right: 35px
    }
}

.cert {
    overflow: hidden
}

.cert__title {
    margin-bottom: 20px
}

.cert__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.cert__list--el {
    width: 90px;
    height: 121px;
    -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .2)
}

@media screen and (min-width:480px) {
    .cert__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .cert__list--el {
        width: 130px;
        height: 174px
    }
}

@media screen and (min-width:640px) {
    .cert__title {
        margin-bottom: 30px
    }

    .cert__list--el {
        width: 170px;
        height: 227px
    }
}

@media screen and (min-width:768px) {
    .cert__title {
        margin-bottom: 35px
    }

    .cert__list {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media screen and (min-width:1024px) {
    .cert__title {
        margin-bottom: 50px
    }

    .cert__list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 70px;
        position: relative
    }

    .cert__list:after,
    .cert__list:before {
        content: '';
        width: 100%;
        max-width: 970px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1
    }

    .cert__list:before {
        height: 30px;
        bottom: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f8fe), to(#fff));
        background-image: linear-gradient(to bottom, #f4f8fe 0, #fff 100%)
    }

    .cert__list:after {
        height: 0;
        bottom: 30px;
        border-bottom: 100px solid #fff;
        border-left: 70px solid transparent;
        border-right: 70px solid transparent
    }

    .cert__list--el {
        width: auto;
        height: auto;
        display: block;
        margin-right: 70px;
        position: relative;
        z-index: 2
    }

    .cert__list--el-last {
        margin-right: 0
    }
}

.reviews__title {
    margin-bottom: 20px
}

.reviews__slider {
    margin-bottom: 30px
}

.reviews__el {
    border-style: solid;
    border-width: 1px;
    border-color: #c4c4c4;
    border-radius: 8px;
    background-color: #fff;
    margin: 2px 10px;
    padding: 15px;
    border-top: 5px solid #4e7bb1;
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.reviews__el--ava {
    margin-right: 10px
}

.reviews__el--top {
    max-width: calc(100% - 80px);
    width: 100%;
    padding-top: 30px;
    text-align: center;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px
}

.reviews__el--name {
    font-size: 19px
}

.reviews__el--descr {
    font-size: 15px
}

.reviews__el--line {
    width: 100%;
    position: relative;
    height: 1px;
    background-color: #c4c4c4;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px
}

.reviews__el--line::before {
    content: '';
    position: absolute;
    left: calc(50% - 15px);
    top: 0;
    background-color: #e94859;
    width: 30px;
    height: 5px
}

.reviews__el--text {
    line-height: 1.2
}

.reviews__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 15px;
    right: calc(50% - 85px);
    width: 90px;
    height: 15px;
    background-position: right center, left center;
    background-repeat: no-repeat, repeat;
    background-size: 18px 15px, 18px 15px
}

.reviews__stars--full {
    background-image: url(../img/icon_full_star.png), url(../img/icon_full_star.png)
}

.reviews__stars--empty {
    background-image: url(../img/icon_half_star.png), url(../img/icon_full_star.png)
}

.slick-next,
.slick-prev {
    width: 46px;
    height: 46px;
    background-color: #4e7bb1;
    border-radius: 50%;
    border: 5px solid #cad7e7;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5
}

.slick-next,
.slick-next:focus,
.slick-next:hover {
    background-image: url(../img/arrow-r.png);
    background-repeat: no-repeat;
    background-position: 9px center
}

.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background-image: url(../img/arrow-l.png);
    background-repeat: no-repeat;
    background-position: 6px center
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: #2e9747;
    border: 5px solid #c9e2c8;
    -webkit-transition: .4s;
    transition: .4s
}

.slick-next:before,
.slick-prev:before {
    content: none
}

.slick-prev {
    left: -5px !important;
    top: 130px !important
}

.slick-next {
    right: -5px !important;
    top: 130px !important
}

@media screen and (min-width:350px) {

    .slick-next,
    .slick-prev {
        top: 110px !important
    }

    .reviews__nobr {
        display: none
    }
}

@media screen and (min-width:480px) {

    .slick-next,
    .slick-prev {
        top: 111px !important
    }
}

@media screen and (min-width:768px) {
    .reviews__el--line {
        width: calc(100% - 30px)
    }

    .reviews__el--line::before {
        left: -30px
    }

    .slick-prev {
        left: -50px !important;
        top: 50% !important
    }

    .slick-next {
        right: -50px !important;
        top: 50% !important
    }

    .reviews .container {
        padding-left: 60px;
        padding-right: 60px
    }

    .reviews__slider {
        margin-bottom: 40px
    }
}

@media screen and (min-width:1290px) {
    .reviews .container {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media screen and (min-width:480px) {
    .reviews__el--text {
        line-height: 1.4
    }
}

@media screen and (min-width:640px) {
    .reviews__title {
        margin-bottom: 25px
    }
}

@media screen and (min-width:640px) and (min-width:768px) {
    .reviews__title {
        margin-bottom: 30px
    }

    .reviews__el {
        padding: 18px
    }

    .reviews__el--top {
        text-align: left;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .reviews__el--text {
        min-height: 325px
    }

    .reviews__el--descr {
        min-height: 60px
    }

    .reviews__el--name {
        margin-bottom: 7px;
        font-size: 20px
    }

    .reviews__stars {
        top: 21px;
        right: 18px
    }
}

@media screen and (min-width:640px) and (min-width:1024px) {
    .reviews__title {
        margin-bottom: 40px
    }

    .reviews__el--text {
        min-height: 200px
    }
}

@media screen and (min-width:1219px) {
    .reviews .container {
        padding-top: 60px
    }

    .reviews__el {
        margin: 2px 15px;
        padding: 27px
    }

    .reviews__el--name {
        font-size: 22px
    }

    .reviews__el--descr {
        font-size: 17px
    }

    .reviews__el--ava {
        margin-right: 22px
    }

    .reviews__el--top {
        max-width: calc(100% - 93px)
    }

    .reviews__el--text {
        font-size: 16px;
        line-height: 25px;
        min-height: 250px
    }

    .reviews__stars {
        top: 29px;
        right: 10px
    }
}

.reviews__btn {
    max-width: 280px;
    margin: auto;
    padding: 10px;
    font-size: 22px;
    font-weight: 900
}

.reviews-cta {
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    padding: 20px;
    display: none;
    background-color: #fff;
    z-index: 5;
    position: relative
}

@media screen and (min-width:1220px) {
    .reviews-cta {
        padding: 40px 50px
    }
}

.reviews-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.reviews-form__field {
    width: 100%;
    color: #666;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 50px;
    background-color: #f8f8f8;
    border: 1px solid #c4c4c4;
    padding: 20px 35px
}

.reviews-form__field-wrap {
    position: relative;
    margin-bottom: 20px;
    padding: 1px
}

.reviews-form__field-wrap::before {
    content: '';
    position: absolute;
    top: 48%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%
}

.reviews-form__field-wrap--name {
    width: 100%
}

@media screen and (min-width:1024px) {
    .reviews-form__field-wrap--name {
        margin-right: 25px;
        width: 30%
    }
}

.reviews-form__field-wrap--message {
    width: 100%
}

@media screen and (min-width:1024px) {
    .reviews-form__field-wrap {
        margin-bottom: 20px
    }
}

@media screen and (max-width:1024px) {
    .reviews-form__intrenal-col {
        margin-bottom: 20px
    }
}

.reviews-form__textarea {
    resize: none;
    overflow: hidden;
    min-height: 100px;
    height: 100%;
    border-radius: 10px
}

.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;
    border-radius: 50%;
    border: 1px solid #c4c4c4;
    background-color: #f8f8f8;
    background-image: url(../img/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: 15px
}

.reviews-form__error {
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: -18px;
    left: 0;
    display: none
}

.reviews-form__checkmark-icon {
    display: none
}

.reviews-form__file.rloaded .reviews-form__file-img {
    background-image: none
}

.reviews-popup {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: none
}

.reviews-popup__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 3px solid #4e7bb1;
    padding: 20px;
    text-align: center;
    width: 300px
}

.reviews-popup__text {
    font-size: 25px;
    font-weight: 700
}

.reviews-popup__big {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px
}

@media screen and (min-width:480px) {
    .reviews-popup__inner {
        width: 400px
    }
}

.reviews .feedback__rating {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
    width: 100%;
    margin-bottom: 20px
}

.feedback__rating-text {
    color: #666;
    font-size: 15px;
    line-height: 17px;
    margin-right: 10px;
    margin-left: auto;
    white-space: nowrap
}

.reviews__help {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px
}

@media screen and (min-width:1024px) {
    .feedback__rating-text {
        font-size: 16px;
        line-height: 18px;
        margin-right: 25px
    }

    .reviews__help {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 30px
    }

    .reviews .feedback__rating {
        margin-left: 0;
        margin-right: auto;
        width: 34%
    }
}

.reviews .feedback__star:nth-child(2n-2) {
    margin: 0 3px
}

.reviews .feedback__star {
    width: 27px;
    height: 23px;
    cursor: pointer
}

.reviews .feedback__star::before {
    content: '';
    display: block;
    background: url(../img/icon_empty_star.png) no-repeat center;
    background-size: contain;
    width: 27px;
    height: 23px
}

.reviews .feedback__star.hover::before,
.reviews .feedback__star.selected::before {
    background: url(../img/icon_full_star.png) no-repeat center;
    background-size: cover;
    width: 27px;
    height: 23px
}

.reviews-form__field-wrap--message.invalid .reviews-form__error,
.reviews-form__field-wrap--name.invalid .reviews-form__error {
    display: block
}

.reviews .valid {
    border: 1px solid green
}

.reviews .invalid {
    border: 1px solid red
}

.reviews-form__field-wrap--name.invalid,
.reviews-form__field-wrap--name.valid {
    border-radius: 50px
}

.reviews-form__field-wrap--message.invalid,
.reviews-form__field-wrap--message.valid {
    border-radius: 10px
}

@media screen and (max-width:1023px) {
    .reviews-form__intrenal-col {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .reviews-form__input-text {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .feedback__rating {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media screen and (min-width:1024px) {
    footer {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media screen and (max-width:999px) {
    .popup .mainform__wrapper::before {
        top: -75px;
        right: calc(50% - 29px)
    }
}

@media screen and (max-width:479px) {
    .popup .mainform__wrapper::before {
        top: -60px
    }
}

.reviews-form__checkmark-icon svg {
    display: block
}

.daybook {
    max-width: 400px;
    margin-bottom: 15px
}

.daybook__note {
    color: #fff;
    background-color: #f44c4e;
    padding: 15px;
    text-align: center;
    border-radius: 15px !important;
    margin-bottom: 10px;
    font-size: 16px
}

.daybook__img {
    width: 100%
}

@media screen and (min-width:768px) {
    .order-wrap {
        flex-wrap: nowrap
    }

    .daybook {
        margin-right: 15px;
        margin-bottom: 0
    }
}

@media screen and (min-width:1024px) {
    .promobottom__list {
        right: 0;
        left: auto;
        top: -115px
    }

    .daybook {
        max-width: 350px
    }
}

@media screen and (min-width:1220px) {
    .daybook {
        position: relative;
        max-width: 360px
    }

    .promo__product-wrapper .daybook__note {
        position: absolute;
        left: -100px;
        top: 30px;
        width: 200px
    }

    .promo__product-wrapper {
        bottom: -200px
    }

    .promobottom__list {
        top: -15px
    }

    footer {
        padding-top: 70px
    }

    .promo__product-wrapper {
        right: 0
    }
}

@media screen and (min-width:1024px) and (max-width:1219px) {

    .header__link,
    .header__logo,
    .header__logo img {
        margin-right: 15px
    }

    .promo .container {
        padding-bottom: 100px
    }

    .container {
        padding-top: 70px;
        padding-bottom: 70px
    }
}