a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
   margin: 0;
   padding: 0;
   border: 0;
   font: inherit;
   vertical-align: baseline;
}
.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
   display: block;
}
body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   color: #444;
   line-height: 1.2;
   overflow: hidden;
}
ol,
ul {
   list-style: none;
}
blockquote,
q {
   quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
br {
   line-height: 1;
   font-size: 0;
}
*,
:after,
:before {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
button,
button:focus,
input,
input:focus {
   outline: 0;
}
a {
   text-decoration: none;
}
button {
   border: 0;
   display: block;
   padding: 0;
   overflow: visible;
   font-family: inherit;
}
::-moz-focus-inner,
::-moz-focus-outer {
   border: 0;
   padding: 0;
}
:active,
:focus,
:hover,
:visited {
   outline: 0 !important;
}
::-ms-clear {
   display: none;
}
* {
   -webkit-tap-highlight-color: transparent;
}
#comebacker_main_div {
   display: none !important;
   height: 0 !important;
}
html {
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   overflow-x: hidden;
}
a:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #000;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
   outline: 0 !important;
}
::-moz-focus-inner {
   border: 0;
   outline: 0;
}
select {
   outline: 0 !important;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-image: url(../../public/layout-images/select-triangle.svg);
   background-repeat: no-repeat;
}
select,
select:hover {
   background-size: 10px 10px;
   background-position: right 10px center;
}
select:focus {
   outline: 0 !important;
   outline-color: transparent;
   outline-width: 0;
}
select::-ms-expand {
   display: none !important;
   background: 0 0 !important;
   position: fixed;
   border: 0 !important;
   outline: 0 !important;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
   border: 0;
}
:not(#fake) {
   outline: 0;
}
select:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #000;
}
img {
   display: block;
   max-width: 100%;
}
svg {
   overflow: hidden;
}
.container {
   width: 100%;
   padding: 0 10px;
}
.subtitle,
.title {
   font-size: 26px;
   font-weight: 700;
   line-height: 1.2;
   text-align: center;
   margin-bottom: 10px;
}
.subtitle {
   font-size: 17px;
   font-weight: 500;
   color: #4b3e30;
   margin-bottom: 15px;
}
.text-bold,
b {
   font-weight: 600;
}
.accent {
   color: #f54646;
}
.text-nowrap {
   white-space: nowrap;
}
.blue {
   color: #417994;
}
.slick-slider {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-touch-callout: none;
   -khtml-user-select: none;
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider,
.slick-track {
   position: relative;
   display: block;
}
.slick-list {
   overflow: hidden;
   padding: 0;
}
.slick-list.dragging {
   cursor: pointer;
   cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}
.slick-track {
   top: 0;
   left: 0;
   margin-left: auto;
   margin-right: auto;
}
.slick-track:after,
.slick-track:before {
   display: table;
   content: "";
}
.slick-track:after {
   clear: both;
}
.slick-loading .slick-track {
   visibility: hidden;
}
.slick-slide {
   display: none;
   float: left;
   height: 100%;
   min-height: 1px;
}
[dir="rtl"] .slick-slide {
   float: right;
}
.slick-slide.slick-loading img {
   display: none;
}
.slick-slide.dragging img {
   pointer-events: none;
}
.slick-initialized .slick-slide {
   display: block;
}
.slick-loading .slick-slide {
   visibility: hidden;
}
.slick-vertical .slick-slide {
   display: block;
   height: auto;
   border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
   display: none;
}
.slick-loading .slick-list {
   background: #fff;
}
.slick-next,
.slick-prev {
   font-size: 0;
   line-height: 0;
   position: absolute;
   top: 50%;
   display: block;
   width: 20px;
   height: 20px;
   padding: 0;
   -webkit-transform: translate(0, -50%);
   transform: translate(0, -50%);
   cursor: pointer;
   color: transparent;
   border: 0;
   outline: 0;
   background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
   color: transparent;
   outline: 0;
   background: 0 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
   opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
   opacity: 0.25;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
   font-size: 20px;
   line-height: 1;
   opacity: 0.75;
   color: #fff;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
   left: -25px;
}
[dir="rtl"] .slick-prev {
   right: -25px;
   left: auto;
}
.slick-prev:before {
   content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
   content: "→";
}
.slick-next {
   right: -25px;
}
[dir="rtl"] .slick-next {
   right: auto;
   left: -25px;
}
[dir="rtl"] .slick-next:before {
   content: "←";
}
.slick-dots {
   bottom: -25px;
   left: 0;
   display: block;
   width: 100%;
   padding: 0;
   margin: 0;
   list-style: none;
   text-align: center;
}
.slick-dots li {
   display: inline-block;
   padding: 0;
   cursor: pointer;
   width: 14px;
   height: 14px;
   margin: 0 8px;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.slick-dots li button {
   font-size: 0;
   line-height: 0;
   display: block;
   padding: 5px;
   cursor: pointer;
   color: transparent;
   border: 0;
   outline: 0;
   background: 0 0;
   width: 14px;
   height: 14px;
   border-radius: 50%;
   background-color: #d0dbe1;
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.slick-dots li button:before {
   font-size: 6px;
   line-height: 20px;
   position: absolute;
   top: 0;
   left: 0;
   content: "";
   text-align: center;
   opacity: 0.25;
   color: #000;
   width: 14px;
   height: 14px;
}
.slick-dots li.slick-active button:before {
   opacity: 0.75;
   color: #000;
}
.timer__text {
   font-size: 16px;
   line-height: 18px;
   color: #333;
}
.slick-dots li,
.timer__block {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.timer__block {
   font-size: 27px;
   font-weight: 700;
}
.hours,
.minutes,
.seconds,
.timer__block,
.timer__block div {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.hours,
.minutes,
.seconds {
   width: 30px;
   height: 40px;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: 22px;
   font-weight: 700;
   line-height: 1;
   z-index: 0;
   color: #fff;
   background: #f54646;
   border-radius: 2px;
   position: relative;
}
.hours:nth-child(2n-1),
.minutes:nth-child(2n-1),
.seconds:nth-child(2n-1) {
   margin-right: 5px;
}
.timer__dots {
   margin: 0 4px 1px;
   color: #fff;
   font-size: 18px;
   font-weight: 700;
}
input:-moz-submit-invalid {
   box-shadow: none;
}
input:-moz-ui-invalid {
   box-shadow: none;
}
.btn {
   border-radius: 10px;
   background: -webkit-gradient(linear, left top, left bottom, from(#f7c86a), to(#f8b778));
   background: linear-gradient(180deg, #f7c86a 0, #f8b778 100%);
   width: 100%;
   font-size: 18px;
   font-weight: 700;
   line-height: 1.2;
   color: #4b3e30;
   text-align: left;
   padding: 10px 0 10px 25px;
   -webkit-transition: 0.5s;
   transition: 0.5s;
   cursor: pointer;
   border-bottom: 4px solid #fca376;
   position: relative;
}
.btn::before,
.header__link::before {
   content: "";
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.btn::before {
   right: 16px;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   background: url(../img/btn__arrow.png) no-repeat center #fff;
}
.btn__small {
   display: block;
}
.btn:hover {
   background: -webkit-gradient(linear, left top, left bottom, from(#fabd42), to(#faa959));
   background: linear-gradient(180deg, #fabd42 0, #faa959 100%);
}
.bg {
   background: rgba(138, 175, 194, 0.15);
}
.header {
   padding: 10px 0;
   background: #417994;
}
.header__content,
.header__logo {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.header__content {
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.header__logo {
   font-weight: 700;
   font-size: 17px;
   color: #000;
   line-height: normal;
   margin-right: auto;
}
.header-logo__info {
   font-size: 15px;
   color: #333;
   font-weight: 400;
   line-height: 1;
   display: block;
}
.header__main {
   position: fixed;
   top: 0;
   right: -320px;
   width: 320px;
   padding: 30px 30px 20px;
   text-align: center;
   -webkit-transition: 0.5s;
   transition: 0.5s;
   z-index: 5;
   opacity: 0;
   background: #417994;
}
.header__link {
   color: #fff;
   font-size: 16px;
   line-height: 1;
   padding-left: 40px;
   position: relative;
   padding-right: 35px;
   text-align: left;
   width: 140px;
   display: block;
   margin-bottom: 20px;
   margin-left: auto;
   margin-right: auto;
   text-decoration: underline;
}
.header__link::before {
   left: 0;
}
.header__link:hover {
   text-decoration: none;
}
.header__link--composition::before {
   width: 33px;
   height: 31px;
   background: url(../img/icon_composition.png) no-repeat center/contain;
}
.header__link--reviews::before {
   width: 31px;
   height: 30px;
   background: url(../img/icon_reviews.png) no-repeat center/contain;
}
.header__delimiter {
   width: 70%;
   height: 1px;
   background-color: #f5e9d0;
   opacity: 0.2;
   margin: 15px auto 10px;
}
.header__timer {
   margin-bottom: 15px;
}
.header__timer .timer__text {
   margin-bottom: 8px;
   color: #fff;
}
.header__btn {
   max-width: 225px;
   font-size: 18px;
   padding: 11px 0;
   margin: 0 auto;
   border: 0;
   text-align: center;
}
.header__btn::before {
   display: none;
}
.header__burger {
   width: 34px;
   height: 23px;
   position: relative;
   top: 0;
   z-index: 10;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   background: 0 0;
   cursor: pointer;
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.header__burger:hover .header-burger__line,
.header__burger:hover .header-burger__line:after,
.header__burger:hover .header-burger__line:before {
   background-color: #fff;
}
.header-burger__line,
.header-burger__line:after,
.header-burger__line:before {
   width: 100%;
   height: 3px;
   background-color: #fff;
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.header-burger__line:after,
.header-burger__line:before {
   content: "";
   position: absolute;
   left: 0;
}
.header-burger__line:before {
   top: 1px;
}
.header-burger__line::after {
   bottom: 0;
}
.header__content.active .header__main {
   right: 0;
   opacity: 1;
}
.header__content.active .header-burger__line {
   background-color: transparent;
}
.header__content.active .header-burger__line::before {
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
   top: 50%;
}
.header__content.active .header-burger__line::after {
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   top: 50%;
}
.form {
   -webkit-box-shadow: 0 24px 32px 0 rgba(75, 85, 86, 0.15);
   box-shadow: 0 24px 32px 0 rgba(75, 85, 86, 0.15);
   border-radius: 15px;
   width: 270px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   position: relative;
   margin-bottom: 0;
}
.form:before,
.form__title {
   font-weight: 700;
   line-height: 1;
}
.form__title {
   text-align: center;
   font-size: 28px;
   color: #4b3e30;
   position: relative;
   margin-bottom: 9px;
}
.form__subtitle {
   color: #4b3e30;
   font-size: 16px;
   margin-bottom: 15px;
}
.form__top {
   background-color: #fff;
   padding: 27px 25px 3px;
   border-radius: 15px 15px 0 0;
}
.form__bottom {
   background-color: #fff;
   background: #5a8fa8;
   -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
   border-radius: 0 0 15px 15px;
}

.form:after {
   position: absolute;
   width: 266px;
   height: 5px;
   right: 0;
   top: 0;
   content: "";
   background: #5a8fa8;
   border-radius: 15px 15px 0 0;
   z-index: 1;
}
.form__input {
   background: #eff4f7;
   border: 1px solid #c4c4c4;
   border-radius: 10px;
   height: 60px;
   padding-right: 15px;
   width: 100%;
   padding-left: 52px;
   -webkit-transition: 0.3s;
   transition: 0.3s;
   color: #444;
   font-size: 16px;
}
.form__input--icon {
   position: absolute;
   left: 17px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   width: 30px;
   height: 29px;
   border-radius: 50%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.form__input:active,
.form__input:focus,
.form__input:hover {
   background-color: #fafafa;
}
.form__input--wrap {
   margin-bottom: 15px;
   position: relative;
   display: block;
}
.price {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: distribute;
   justify-content: space-around;
   margin-bottom: 20px;
}
.price .x_price_previous {
   position: relative;
   font-size: 30px;
   line-height: 1;
   color: #4b3e30;
}
.price .x_price_previous:after,
.price .x_price_previous:before {
   content: "";
   position: absolute;
   left: 50%;
   top: 50%;
   opacity: 0.8;
   background-color: #f72929;
   height: 1px;
   width: 107%;
}
.price .x_price_previous:before {
   -webkit-transform: translate(-50%, -50%) rotate(15deg);
   transform: translate(-50%, -50%) rotate(15deg);
}
.price .x_price_previous:after {
   -webkit-transform: translate(-50%, -50%) rotate(-15deg);
   transform: translate(-50%, -50%) rotate(-15deg);
}
.price .price-old__item .x_currency {
   font-size: 14px;
   line-height: 16px;
   color: #4b3e30;
   font-weight: 400;
}
.price .x_currency {
   font-size: 14px;
   font-weight: 400;
}
.price .price__star {
   color: #4b3e30;
   font-size: 15px;
   letter-spacing: 0.05em;
   top: -3px;
   position: relative;
}
.price .x_price_current {
   font-size: 40px;
   color: #4b3e30;
   line-height: 35px;
   font-weight: 700;
   position: relative;
   top: 2px;
}
.price-old__title {
   font-size: 13px;
   line-height: 1;
   color: #666;
   margin-bottom: 11px;
   text-align: left;
}
.promo__quality--text {
   font-size: 18px;
   line-height: 24px;
   font-weight: 500;
   color: #333;
   margin-left: 10px;
}
.price__new {
   position: relative;
   margin-right: -5px;
}
.price-new__title {
   font-size: 14px;
   line-height: 1;
   font-weight: 400;
   color: #30302f;
   margin-bottom: 5px;
   text-align: left;
}
.price__separator {
   width: 1px;
   height: 60px;
   opacity: 0.6;
   background-color: #d1d0d0;
   margin-top: auto;
   margin-bottom: auto;
}
.form__online {
   font-size: 15px;
   line-height: 1;
   color: #777;
   font-weight: 500;
   margin-left: -9px;
   margin-right: -9px;
   border-radius: 0 0 5px 5px;
   padding: 12px 0;
   position: relative;
}
.form-review__link {
   font-size: 14px;
   text-decoration: underline;
   color: #555;
}
.form-review__link:hover {
   text-decoration: none;
}
.form__pack {
   background-color: #f8f8f8;
   font-size: 18px;
   padding-top: 15px;
   padding-bottom: 15px;
   width: 122%;
   position: relative;
   left: -24px;
   margin-bottom: 15px;
}
.date-wrap {
   margin-bottom: 11px;
   text-align: center;
   font-size: 16px;
   color: #222;
   font-weight: 400;
}
.last {
   font-size: 20px;
   color: #fff;
   padding: 10px 0;
}
.last .lastpack {
   font-weight: 700;
   border-radius: 3px;
   background-color: #e45326;
   color: #fff;
   padding: 1px 5px;
}
.footnote {
   color: #666;
   text-align: center;
   font-size: 14px;
   padding-bottom: 13px;
   border-bottom: 1px solid #dfe2e3;
}
.visitors {
   padding: 9px 0 14px;
   text-align: center;
   font-size: 13px;
}
.visitors * {
   display: inline-block;
}
.last {
   text-align: center;
}
.form__lock {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   color: #222;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   font-size: 14px;
   font-weight: 400;
}
.form__lock:before {
   content: url(http://rcktland-a.akamaihd.net/9110_37e13eb0-6baf-4e77-a866-8697ddc15779/img/lock.png);
   display: block;
   position: relative;
   top: 2px;
   margin-right: 11px;
}
.form-wrap,
.form__lock {
   position: relative;
}
.form__review {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-pack: distribute;
   justify-content: space-around;
}
.form__btn {
   margin-bottom: 5px;
}
.form__input--name,
.form__input--phone {
   position: relative;
}
.form__input--name:before,
.form__input--phone:before {
   content: "";
   position: absolute;
   left: 20px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.form__input--name:before {
   width: 16px;
   height: 18px;
   background: url(../img/name.svg) no-repeat center/contain;
}
.form__input--phone:before {
   width: 21px;
   height: 20px;
   background: url(../img/phone.png) no-repeat center/contain;
}
.promo__title {
   font-size: 40px !important;
   color: #080808;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.promo__subtitle {
   text-align: center;
   font-size: 20px;
   line-height: 1.2;
   color: #4b3e30;
   margin-bottom: 15px;
}
.promo__text {
   padding-top: 15px;
   font-weight: 500;
   font-size: 21px;
   line-height: normal;
   position: relative;
   text-align: center;
   margin-bottom: 20px;
}
.promo__text::before {
   content: "";
   position: absolute;
   top: 0;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   background: #5a8fa8;
   width: 100px;
   height: 3px;
}
.promo__list {
   max-width: 350px;
   margin: 0 auto 40px;
}
.promo__item {
   font-size: 18px;
   font-weight: 500;
   line-height: 1.2;
   color: #4b3e30;
   padding-left: 45px;
   position: relative;
}
.promo__item:not(:last-child) {
   margin-bottom: 15px;
}
.promo__item::before {
   content: "";
   width: 35px;
   height: 36px;
   position: absolute;
   top: 50%;
   transform: translateY(-58%);
   left: 0;
   background: url(../img/check.png) no-repeat center/contain;
}
.promo__cup {
   display: none;
}
.promo__pack {
   position: relative;
   max-width: 350px;
   margin: 0 auto 30px;
}
.promo__form {
   margin-bottom: 10px;
}
.promo__marks {
   max-width: 340px;
   margin: 0 auto;
}
.promo-marks__item {
   padding-left: 0;
   font-size: 16px;
   line-height: 24px;
   position: relative;
   text-align: center;
}
.promo-marks__item::before {
   content: "";
   width: 78px;
   height: 62px;
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   left: 0;
   border-radius: 50%;
}
.promo-marks__item:first-child {
   margin-bottom: 15px;
}
.check__list {
   margin-bottom: 20px;
}
.check__item {
   margin: 0 auto;
   max-width: 270px;
}
.check__item:not(:last-child),
.places__item:not(:last-child) {
   margin-bottom: 20px;
}
.check__img {
   width: 150px;
   height: 150px;
   border-radius: 50%;
   border: 7px solid rgba(245, 70, 70, 0.15);
   margin: 0 auto 46px;
   position: relative;
}
.check__img::after,
.check__img::before {
   content: "";
   position: absolute;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
}
.check__img::before {
   bottom: -12px;
   width: 11px;
   height: 11px;
   background: #f54646;
   border-radius: 50%;
}
.check__img::after {
   bottom: -46px;
   width: 1px;
   height: 25px;
   background: #c7c7c7;
}
.check__text {
   font-size: 16px;
   text-align: center;
}
.check__attention {
   background: #f2f2f2;
   border-radius: 100px;
   width: 100%;
   max-width: 840px;
   padding: 20px;
   text-align: center;
   color: #4b3e30;
   font-weight: 500;
   position: relative;
   font-size: 18px;
   margin: 0 auto;
}
.check__attention::before {
   content: "";
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   border: 1px dashed #4b3e30;
   width: 97%;
   height: 90%;
   border-radius: inherit;
}
.places__title {
   margin-bottom: 20px;
}
.places__item {
   margin: 0 auto;
   max-width: 270px;
}
.places__img {
   width: 150px;
   height: 150px;
   border-radius: 50%;
   border: 7px solid rgba(245, 70, 70, 0.15);
   margin: 0 auto 16px;
   position: relative;
}
.places__img::before {
   content: "!";
   font-weight: 700;
   font-size: 24px;
   line-height: 1;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   color: #fff;
   padding-top: 2px;
   position: absolute;
   top: 0;
   left: 0;
   width: 35px;
   height: 35px;
   background: #f54646;
   border-radius: 50%;
}
.places__text {
   text-align: center;
}
.act__subtitle {
   margin-bottom: 25px;
}
.act__box:not(:last-child) {
   margin-bottom: 25px;
}
.act__img {
   max-width: 200px;
   margin: 0 auto 20px;
}
.act__info {
   width: 100%;
}
.act-info__number,
.act-info__title {
   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;
}
.act-info__title {
   margin-bottom: 15px;
}
.act-info__number {
   width: 80px;
   height: 80px;
   background: #009f6c;
   border-radius: 50%;
   font-weight: 700;
   font-size: 22px;
   line-height: 1;
   text-align: center;
   color: #fff;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   position: relative;
   margin: 0 -20px 0 0;
}
.act-info__name {
   background: #417994;
   border-radius: 30px 100px 100px 30px;
   font-size: 18px;
   line-height: 1.2;
   padding: 10px 15px 10px 30px;
   color: #fff;
   text-align: left;
}
.act-info__text {
   margin-bottom: 20px;
   line-height: 1.3;
}
.act-info__advantage {
   margin-bottom: 15px;
   font-weight: 500;
   font-size: 17px;
}
.act-info__item {
   font-size: 16px;
   line-height: 1.2;
   color: #4b3e30;
   padding-left: 45px;
   position: relative;
}
.act-info__item::before {
   content: "";
   width: 35px;
   height: 36px;
   position: absolute;
   top: -8px;
   left: 0;
   background: url(../img/check.png) no-repeat center/contain;
}
.act-info__item:not(:last-child) {
   margin-bottom: 20px;
}
.effect-box__list {
   max-width: 300px;
   margin: 0 auto 20px;
}
.effect-box__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.effect-box__item:not(:last-child) {
   margin-bottom: 15px;
}
.effect-box__title {
   font-weight: 500;
   font-size: 20px;
   margin-bottom: 20px;
   text-align: center;
}
.effect-box__icon {
   width: 60px;
   height: 60px;
   padding: 12px;
   background: #417994;
   border-radius: 50%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin-right: 10px;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   position: relative;
}
.effect-box__text {
   font-size: 17px;
   line-height: 1.3;
}
.effect__pack {
   max-width: 360px;
   margin: 0 auto;
}
.action {
   position: relative;
}
.action .timer__dots {
   color: #000;
}
.action::before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 1px;
   background-color: #ccc;
}
.action__title {
   text-align: center;
   color: #4b3e30;
   font-weight: 700;
   font-size: 28px;
   line-height: 1;
   margin-bottom: 5px;
}
.action__subtitle {
   text-align: center;
   font-size: 16px;
   color: #4b3e30;
}
.action__top {
   margin-bottom: 15px;
}
.action__price {
   max-width: 270px;
   margin: 0 auto 15px;
   width: 100%;
}
.action__timer {
   margin-bottom: 15px;
}
.action__timer .timer__text {
   text-align: center;
   margin-bottom: 10px;
}
.action__btn {
   max-width: 220px;
   margin: 0 auto;
}
.result {
   position: relative;
}
.result__list {
   margin: 0 auto 20px;
   max-width: 500px;
}
.result__item:not(:last-child) {
   margin-bottom: 20px;
}
.result__line {
   background: #eff4f7;
   border-radius: 100px;
   height: 50px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding-left: 30px;
   font-size: 24px;
   line-height: 1;
   color: #fff;
   font-weight: 700;
   position: relative;
   z-index: 0;
   margin-bottom: 10px;
}
.result__line::before {
   content: "";
   position: absolute;
   background: url(../img/result-line.svg) no-repeat center/cover #009f6c;
   top: 0;
   left: 0;
   height: 100%;
   z-index: -1;
   border-radius: 100px 0 0 100px;
}
.result__line1::before {
   width: 92%;
}
.result__line2::before {
   width: 89%;
}
.result__line3::before {
   width: 94%;
}
.result__line4::before {
   width: 93%;
}
.result__text {
   font-size: 16px;
   line-height: 1.2;
   color: #666;
   text-align: center;
}
.result__foto {
   max-width: 395px;
   margin: 0 auto;
}
.result-foto__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.result-foto__item:not(:last-child) {
   margin-bottom: 10px;
}
.result-foto__img {
   width: 49%;
   position: relative;
}
.result-foto__text {
   position: absolute;
   bottom: 10px;
   left: 10px;
   font-size: 20px;
   color: #fff;
   min-width: 74px;
   text-align: center;
   background: #f54646;
   border-radius: 7px;
   padding-bottom: 2px;
   height: 23px;
   line-height: 1;
}
.bg-green {
   background: #009f6c;
}
.doctor__info {
   background: #fff;
   -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
   border-radius: 10px;
   padding: 15px;
   position: relative;
   margin-bottom: 20px;
}
.doctor__info::before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 15px;
   width: 100px;
   height: 3px;
   background: #5a8fa8;
}
.doctor__text {
   font-size: 16px;
   line-height: 24px;
   color: #666;
}
.doctor__text:not(:last-child) {
   margin-bottom: 15px;
}
.doctor__biography,
.reviews__img img {
   margin-bottom: 10px;
}
.doctor__name {
   text-align: center;
   font-weight: 700;
   font-size: 22px;
   line-height: 1;
   color: #4b3e30;
   margin-bottom: 5px;
}
.doctor__prof {
   font-size: 16px;
   line-height: 19px;
   color: #666;
   text-align: center;
}
.doctor__sing {
   margin: 0 auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.reviews {
   position: relative;
}
.reviews::before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 1px;
   background-color: #ccc;
}
.reviews__title {
   margin-bottom: 20px;
}
.reviews__item {
   -webkit-box-shadow: 0 -1px 5px rgba(75, 85, 86, 0.15);
   box-shadow: 0 -1px 5px rgba(75, 85, 86, 0.15);
   border-radius: 10px;
   background-color: #fff;
   padding: 15px;
   margin-bottom: 5px;
   margin-top: 5px;
}
.reviews__name {
   color: #4b3e30;
   font-weight: 700;
   font-size: 20px;
   margin-bottom: 5px;
   margin-left: 10px;
}
.reviews-rating__box {
   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;
   margin-bottom: 10px;
}
.reviews-rating__title {
   margin-right: 8px;
   color: #666;
}
.reviews__text {
   color: #666;
}
.reviews__rating {
   width: 135px;
   height: 23px;
   background: url(http://rcktland-a.akamaihd.net/9110_37e13eb0-6baf-4e77-a866-8697ddc15779/img/un-star.png) repeat-x;
   position: relative;
}
.reviews-rating__star {
   width: 100%;
   height: 100%;
   background: url(http://rcktland-a.akamaihd.net/9110_37e13eb0-6baf-4e77-a866-8697ddc15779/img/star.png) repeat-x;
}
.reviews__img {
   position: relative;
   margin-bottom: 10px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.reviews__img img {
   border-radius: 10px;
}
.reviews-img__after {
   margin-top: 20px;
   position: relative;
   margin-left: -30px;
}
.reviews__after,
.reviews__before {
   color: #fff;
   font-size: 20px;
   font-weight: 500;
   line-height: 1;
   height: 21px;
   width: 74px;
   text-align: center;
   padding-bottom: 3px;
   border-radius: 7px;
}
.reviews__before {
   background: #f54646;
}
.reviews__after {
   background: #009f6c;
}
.reviews .arrow-left,
.reviews .arrow-right {
   -webkit-transform: none;
   transform: none;
   display: block !important;
}
.text-open .reviews__text {
   max-height: 800px;
}
.text-open .reviews-text__btn {
   background-color: #d6123c;
}
.text-open .reviews-text__btn:after {
   opacity: 0;
}
.arrow-left,
.arrow-right {
   position: absolute;
   top: 92px;
   -webkit-transform: none;
   transform: none;
   width: 40px;
   height: 40px;
   border: 1px solid #d8a911;
   background-color: #f8d647;
   border-radius: 50%;
   padding: 6px;
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: flex !important;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   fill: #000;
}
.arrow-left {
   left: -3px;
   z-index: 5;
}
.arrow-right {
   right: -3px;
}
.slick-slide {
   outline: 0;
   margin-left: 5px;
   margin-right: 5px;
}
.slick-list {
   margin: 0 -5px;
}
.reviews__btn {
   max-width: 295px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   font-weight: 500;
   color: #222;
   border-radius: 5px;
   border: 0;
   z-index: 5;
}
.reviews-form__file,
.reviews-form__file-img {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   cursor: pointer;
}
.reviews-form__file-img {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 65px;
   height: 65px;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   border-radius: 50%;
   -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.06);
   box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.06);
   border: 1px solid #271c14;
   background-color: #f4f4f4;
   background-image: url(http://rcktland-a.akamaihd.net/9110_37e13eb0-6baf-4e77-a866-8697ddc15779/img/file-icon.png);
   background-size: auto auto;
   background-repeat: no-repeat;
   background-position: center;
}
.reviews-form__file-text {
   font-size: 15px;
   line-height: 20px;
   text-decoration: underline;
   margin-left: 12px;
}
.order-item__text br,
.order-item__title br,
.reviews-form__checkmark-icon {
   display: none;
}
.reviews .visually-hidden {
   position: absolute !important;
   clip: rect(1px, 1px, 1px, 1px);
   padding: 0 !important;
   height: 1px !important;
   width: 1px !important;
   overflow: hidden;
}
.think {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.think__input {
   -webkit-box-shadow: inset -2px 2px 7px rgba(0, 0, 0, 0.06);
   box-shadow: inset -2px 2px 7px rgba(0, 0, 0, 0.06);
   border-radius: 10px;
   background-color: #eef2f7;
   border: 0 solid #000;
   padding: 22px 10px 22px 48px;
   color: #444;
   font-size: 16px;
   width: 100%;
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.think__input:active,
.think__input:focus,
.think__input:hover,
textarea:active,
textarea:focus,
textarea:hover {
   -webkit-box-shadow: none;
   box-shadow: none;
}
.think__box {
   margin-bottom: 10px;
   width: 100%;
   max-width: 400px;
}
.think__box:before {
   content: "";
   position: absolute;
   left: 18px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}
.think__name:before {
   background: url(../img/name.svg) no-repeat center/contain;
   width: 19px;
   height: 23px;
}
.think__age:before {
   background: url(http://rcktland-a.akamaihd.net/9110_37e13eb0-6baf-4e77-a866-8697ddc15779/img/icon__age.png) no-repeat center/contain;
   width: 22px;
   height: 20px;
}
.think__city:before {
   background: url(http://rcktland-a.akamaihd.net/9110_37e13eb0-6baf-4e77-a866-8697ddc15779/img/icon__city.png) no-repeat center/contain;
   width: 25px;
   height: 25px;
}
.think__box,
.think__btn,
.think__text {
   position: relative;
   z-index: 10;
}
.think__text {
   margin-bottom: 15px;
   width: 100%;
   max-width: 400px;
}
.think__text:before {
   content: "";
   position: absolute;
   left: 18px;
   top: 19px;
   background: url(http://rcktland-a.akamaihd.net/9110_37e13eb0-6baf-4e77-a866-8697ddc15779/img/icon__mail.png) no-repeat center/contain;
   width: 21px;
   height: 21px;
}
.think__btn {
   max-width: 270px;
   font-size: 27px;
   font-weight: 900;
   margin-left: auto;
   margin-right: auto;
   padding: 14px 0;
}
textarea {
   padding: 15px 10px 10px 48px;
   height: 117px;
   width: 100%;
   -webkit-box-shadow: inset -2px 2px 7px rgba(0, 0, 0, 0.06);
   box-shadow: inset -2px 2px 7px rgba(0, 0, 0, 0.06);
   border-radius: 10px;
   background-color: #eef2f7;
   border: 0 solid #000;
   color: #666;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   display: block;
   -webkit-transition: 0.5s;
   transition: 0.5s;
   resize: none;
}
.feedback-modal {
   width: 100%;
   height: 100%;
   background-color: rgba(255, 255, 255, 0.9);
   -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
   border-radius: 5px;
}
.feedback-modal__inner {
   color: #222;
   text-align: center;
   z-index: 21;
   padding: 20px;
   border-radius: 5px;
   width: 100%;
   background-color: #fff;
}
.feedback-modal__title {
   position: relative;
   margin-bottom: 12px;
   padding-top: 0;
   font-size: 22px;
   font-weight: 700;
}
.feedback-modal__text {
   font-size: 18px;
   font-weight: 300;
}
.feedback-modal,
.reviews__btn,
.think {
   max-height: 0;
   -webkit-transition: 0.5s;
   transition: 0.5s;
}
.feedback-modal,
.think {
   overflow: hidden;
}
.feedback-modal {
   -webkit-transition:
      max-height 0.5s,
      -webkit-box-shadow 1s;
   transition:
      box-shadow 1s,
      max-height 0.5s;
   transition:
      box-shadow 1s,
      max-height 0.5s,
      -webkit-box-shadow 1s;
}
.feedback-modal.active-feed {
   overflow: visible;
}
.active-feed {
   max-height: 800px;
   margin-top: 25px;
}
.reviews__btn {
   padding: 0;
   overflow: hidden !important;
   background-color: transparent !important;
   font-size: 0;
}
.reviews__btn.active-feed {
   padding: 18.5px 0;
   border: 1px solid #d6123c;
   font-size: 25px;
   margin-top: 25px;
}
.think {
   padding: 0;
}
.rloaded .reviews-form__file-img {
   background: 0 0;
}
.think__photo {
   -webkit-box-ordinal-group: 0;
   -ms-flex-order: -1;
   order: -1;
}
.reviews-text-body {
   overflow: hidden;
   overflow-y: auto;
}
.slick-dots,
.think__rating {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.slick-dots {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   position: static;
   margin-top: 10px;
}
.slick-dots li.slick-active button {
   background-color: #5a90a8;
}
.think__rating {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin-bottom: 10px;
   -webkit-box-ordinal-group: -1;
   -ms-flex-order: -2;
   order: -2;
   cursor: pointer;
}
.think-rating__title {
   color: #666;
   margin-right: 20px;
}
.think-rating__box {
   width: 135px;
   height: 23px;
   background: url(http://rcktland-a.akamaihd.net/9110_37e13eb0-6baf-4e77-a866-8697ddc15779/img/un-star.png) repeat-x;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding-left: 1px;
}
.think-rating__star {
   height: 23px;
   width: 23px;
   background: url(http://rcktland-a.akamaihd.net/9110_37e13eb0-6baf-4e77-a866-8697ddc15779/img/star.png) no-repeat center;
   margin-right: 4px;
   opacity: 0;
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.think-rating__star.active {
   opacity: 1;
}
.order {
   position: relative;
   z-index: 10;
   background-color: #fff;
}
.order__title {
   margin-bottom: 25px;
}
.order__item {
   max-width: 300px;
   margin: 0 auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.order__item:not(:last-child) {
   margin-bottom: 60px;
}
.order-item__icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   border-radius: 50%;
   margin-bottom: 10px;
   position: relative;
}
.order-item__title {
   color: #5a90a8;
   font-size: 22px;
   font-weight: 700;
   line-height: 24px;
   text-align: center;
   margin-bottom: 5px;
}
.order-item__text {
   color: #666;
   font-size: 17px;
   font-weight: 400;
   line-height: 20px;
   text-align: center;
   width: 100%;
}
.my-popup .main__form {
   margin-bottom: 0;
}
.my-popup .promo__title {
   color: #8fd1f2;
   font-size: 60px;
   font-weight: 500;
   margin-bottom: 15px;
   text-align: left !important;
}
.my-popup .promo__subtitle {
   line-height: 1.2;
   text-align: left;
   margin-bottom: 45px;
   font-size: 20px;
   font-weight: 700;
   max-width: 275px;
}
.my-popup .form-sale {
   top: -45px;
   left: -30px;
}
.my-popup .form__approved {
   padding-left: 40px;
   background-position: 0 50%;
}
.ever-popup__close {
   right: 0 !important;
}
.my-popup__wrap {
   margin: 0 auto;
   width: 270px !important;
   padding: 0 0 15px !important;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   border-radius: 3px;
}
.my-popup__wrap .reviews-amount {
   display: none;
}
.my-popup__wrap .main-form {
   margin-bottom: 10px;
   padding-top: 15px;
}
.my-popup__wrap .main-form__field {
   margin-bottom: 10px;
}
.my-popup__wrap .main-form__title {
   margin-bottom: 5px;
}
.my-popup__wrap .my-popup__quality {
   right: -11px;
   left: auto;
   top: -46px;
   width: 90px;
   height: 90px;
   -webkit-transform: none;
   transform: none;
}
.my-popup__pack {
   max-width: 786px;
   padding-bottom: 0;
   margin-right: 0;
   margin-left: -65px;
   z-index: 0;
   position: relative;
   top: 30px;
}
.my-popup__pack:before {
   content: "";
   position: absolute;
   width: 258px;
   background: url(../img/pack-bg.webp) no-repeat center/contain;
   z-index: -1;
   height: 371px;
   top: -89px;
   right: 30px;
}
.my-popup__left {
   display: none;
   width: 100%;
}
.my-popup__right {
   margin-left: 0;
}
.ever-popup {
   z-index: 121 !important;
}
.ever-popup__inner {
   max-width: 100% !important;
   margin-top: 0 !important;
   width: 270px !important;
}
.ever-popup__close:after,
.ever-popup__close:before {
   height: 4px !important;
   border-radius: 20px;
   top: 15px !important;
   right: 0 !important;
}
.ever-popup.show {
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: flex !important;
}
.footer {
   padding: 20px 0 1px;
   background-color: #2f3543;
   color: #fff;
}
.footer .bel-container {
   display: block;
}
.bel-footer-block {
   padding-top: 20px;
}
.create_rom_footer,
.ev-footer {
   padding: 0;
}
.ev-footer__link {
   text-decoration: none;
   color: #757575;
   font-size: 18px;
}
.ev-footer__link:hover {
   text-decoration: underline;
}
.ev-footer__logo svg {
   width: 54px;
   height: 49px;
   margin-bottom: 4px;
}
.ev-footer__logo,
.ev-footer__logo a {
   pointer-events: none !important;
}
.block {
   padding: 25px 0;
}
@media screen and (min-width: 400px) {
   .my-popup .form-sale {
      top: 0;
      left: 0;
   }
}
@media screen and (min-width: 480px) {
   .container {
      width: 480px;
      margin: 0 auto;
   }
   .title {
      font-size: 28px;
   }
   .subtitle {
      font-size: 18px;
   }
   .header__burger.active {
      position: absolute;
      right: 15px;
      top: 17px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
   }
   .check__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   .check__item {
      width: 48%;
   }
   .places__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   .places__item {
      width: 48%;
   }
   .places__item:nth-child(5) {
      margin-bottom: 0;
   }
   .act__img {
      max-width: 240px;
   }
   .reviews__rating {
      margin: 0;
   }
   .think {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
   .think__box {
      width: 49%;
   }
   .think__box,
   .think__text {
      max-width: 100%;
   }
   .think__rating {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 15px;
   }
   .ever-popup__close {
      right: -3px !important;
   }
   .block {
      padding: 30px 0;
   }
}
@media (max-height: 600px) {
   .ever-popup__inner {
      margin-top: 40px !important;
   }
   .ever-popup.show {
      display: block !important;
   }
}
@media screen and (min-width: 640px) {
   .container {
      width: 640px;
   }
   .title {
      font-size: 30px;
      margin-bottom: 15px;
   }
   .order-item__icon {
      min-height: 240px;
   }
   .subtitle {
      margin-bottom: 25px;
   }
   .form:before {
      top: -53px;
      right: -9px;
      height: 82px;
      left: auto;
   }
   .promo__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
   }
   .promo__list {
      margin-bottom: 50px;
   }
   .promo__pack {
      left: 40px;
      max-width: 430px;
      margin: 20px 0 0 -112px;
   }
   .promo__form {
      margin-bottom: 0;
   }
   .promo__marks {
      margin-left: 20px;
      margin-top: -114px;
      max-width: 320px;
   }
   .promo-marks__item {
      padding-right: 10px;
   }
   .check__attention {
      font-size: 20px;
   }
   .check__attention span {
      display: block;
   }
   .check__attention::before {
      width: 97%;
      height: 82%;
   }
   .places__title {
      margin-bottom: 30px;
   }
   .places__item {
      margin: 0;
      width: 33%;
   }
   .places__item:nth-child(4) {
      margin-bottom: 0;
   }
   .effect__title {
      margin-bottom: 30px;
   }
   .effect__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
   .effect__pack {
      position: relative;
      margin-right: -30px;
   }
   .action__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 530px;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin: 0 auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .action__price {
      margin-left: 0;
      margin-right: 0;
      max-width: 240px;
      margin-bottom: 10px;
   }
   .action__timer {
      margin-bottom: 0;
      position: relative;
      margin-top: -10px;
   }
   .action__btn {
      margin: 0;
      max-width: 240px;
   }
   .action__top {
      max-width: 221px;
      width: 100%;
   }
   .result__foto {
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-negative: 0;
      flex-shrink: 0;
   }
   .result-foto__item {
      width: 49%;
   }
   .doctor__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .doctor__biography {
      margin-bottom: 0;
      max-width: 260px;
   }
   .doctor__name {
      margin-bottom: 10px;
   }
   .doctor__name,
   .doctor__prof {
      text-align: left;
   }
   .reviews__item {
      position: relative;
      padding-bottom: 25px;
      margin-bottom: 20px;
   }
   .reviews__name {
      font-size: 17px;
   }
   .reviews__text {
      font-size: 17px;
      line-height: 1.5;
      overflow: hidden;
      max-height: 150px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
   }
   .reviews__img {
      margin-bottom: 20px;
   }
   .reviews-text__btn {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #5a90a8;
      position: absolute;
      bottom: -15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: 0.5s;
      transition: 0.5s;
      cursor: pointer;
   }
   .reviews-text__btn::before,
   .reviews-text__btn:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #fff;
      -webkit-transition: 0.5s;
      transition: 0.5s;
   }
   .reviews-text__btn::before {
      width: 12px;
      height: 2px;
   }
   .reviews-text__btn::after {
      width: 2px;
      height: 12px;
   }
   .reviews-text__btn:hover {
      background-color: #277e18;
   }
   .arrow-left,
   .arrow-right {
      top: 80px;
   }
   .order__title {
      margin-bottom: 30px;
   }
   .order__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
   }
   .order__item {
      margin: 0;
      width: 49%;
   }
}
@media screen and (max-width: 767px) {
   .header .container {
      padding-left: 15px !important;
      padding-right: 15px !important;
   }
}
@media screen and (min-width: 768px) {
   .container {
      width: 768px;
      padding: 0 10px;
   }
   .title {
      font-size: 32px;
   }
   .subtitle {
      font-size: 19px;
   }
   .header__logo {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 15px;
   }
   .header__main {
      position: static;
      background-color: transparent;
      width: 65%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
      opacity: 1;
   }
   .header__link {
      margin-bottom: 0;
      width: auto;
      margin-left: 0;
      margin-right: 0;
   }
   .header__link::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 1px;
      height: 30px;
      background-color: rgba(226, 226, 226, 0.25);
   }
   .header__delimiter {
      width: 1px;
      height: 40px;
      margin: 0;
      display: none;
   }
   .header__timer,
   .header__timer .timer__text {
      margin-bottom: 5px;
   }
   .header__timer {
      display: none;
   }
   .header__btn {
      max-width: 150px;
      margin-right: 0;
      margin-left: 0;
   }
   .header__burger {
      display: none;
   }
   .promo__content {
      max-width: 650px;
      margin: 0 auto;
   }
   .promo__title {
      font-size: 50px !important;
   }
   .promo__subtitle {
      font-size: 20px;
   }
   .promo__list {
      max-width: 500px;
   }
   .promo__item {
      font-size: 19px;
   }
   .promo__item:not(:last-child) {
      margin-bottom: 20px;
   }
   .promo__pack {
      margin-right: 35px;
   }
   .check__list {
      -ms-flex-pack: distribute;
      justify-content: space-around;
   }
   .check__item {
      width: 100%;
      max-width: 240px;
      margin-left: 0;
      margin-right: 0;
   }
   .check__attention {
      font-size: 21px;
   }
   .places__list {
      -ms-flex-pack: distribute;
      justify-content: space-around;
   }
   .places__item {
      width: 100%;
      max-width: 240px;
      margin-left: 0;
      margin-right: 0;
   }
   .act__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
   }
   .act__box:nth-child(2) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
   }
   .act__img {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 0;
      margin-right: 20px;
      position: relative;
   }
   .act__img--arrow::before {
      content: "";
      position: absolute;
      bottom: -190px;
      left: 0;
      background: url(../img/act-arrow.png) no-repeat center/contain;
      width: 80px;
      height: 174px;
   }
   .act__img--arrow2 {
      margin-right: 0 !important;
      margin-left: 20px;
   }
   .act__img--arrow2:before {
      left: auto;
      right: 0;
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
   }
   .act-info__title {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
   }
   .act-info__name {
      width: 100%;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 30px;
   }
   .act-info__advantage {
      font-size: 20px;
      margin-bottom: 20px;
   }
   .act-info__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
   }
   .act-info__list--wrap .act-info__item {
      width: 48.5%;
   }
   .act-info__item--mb {
      margin-bottom: 0 !important;
   }
   .effect__title {
      margin-bottom: 40px;
   }
   .effect-box__list {
      margin-bottom: 0;
   }
   .effect-box__title {
      text-align: left;
      margin-bottom: 25px;
   }
   .effect-box__icon::before,
   .effect-box__icon:after {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
   }
   .effect-box__icon::before {
      left: -50px;
      background: #009f6c;
      width: 11px;
      height: 11px;
      border-radius: 50%;
   }
   .effect-box__icon::after {
      height: 1px;
      width: 25px;
      background: #c7c7c7;
      left: -33px;
   }
   .effect__pack {
      position: relative;
      z-index: 0;
      margin: 0 30px 0 0;
   }
   .effect__pack::before {
      content: "";
      position: absolute;
      top: -33px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 258px;
      height: 269px;
      background: url(../img/pack-bg.webp) no-repeat center/contain;
      z-index: -1;
   }
   .no-webp .effect__pack::before {
      background: url(../img/pack-bg.png) no-repeat center/contain;
   }
   .result__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 100%;
   }
   .result__item {
      width: 48%;
   }
   .reviews__name {
      font-size: 18px;
   }
   .feedback-modal {
      width: 460px;
      margin-left: auto;
      margin-right: auto;
   }
   .feedback-modal__inner {
      padding: 23px 50px 25px;
   }
   .slick-dots {
      margin-top: 30px;
   }
   .order__title {
      margin-bottom: 35px;
   }
   .block {
      padding: 40px 0;
   }
}
@media (max-width: 999px) {
   .my-popup .form:before {
      left: -9px;
      right: auto;
   }
}
.my-popup__right .form:after {
   right: 5px;
}
@media screen and (min-width: 1000px) {
   .my-popup .form__approved {
      padding: 3px 0 3px 60px;
      background-position: 12px 50%;
   }
   .my-popup__right .form:after {
      right: 0;
   }
   .my-popup__wrap {
      width: 780px !important;
      padding: 54px 50px 40px 80px !important;
      background: url(../img/popup-bg.webp) no-repeat center/cover;
   }
   .my-popup__left {
      display: block;
   }
   .my-popup__right {
      margin-left: auto;
   }
   .ever-popup__inner {
      width: auto !important;
      max-width: 780px !important;
   }
   .no-webp .my-popup__wrap {
      background: url(../img/popup-bg.jpg) no-repeat center/cover;
   }
}
@media screen and (min-width: 1024px) {
   .container {
      width: 1024px;
      padding: 0 15px;
   }
   .title {
      font-size: 42px;
   }
   .subtitle {
      font-size: 20px;
   }
   .bg {
      background: url(../img/bg.webp) no-repeat center/cover;
   }
   .no-webp .bg {
      background: url(../img/bg.jpg) no-repeat center/cover;
   }
   .header {
      position: relative;
      z-index: 3;
   }
   .header__logo {
      margin-right: 30px;
      max-width: 170px;
   }
   .header__main {
      width: 100%;
   }
   .header__link {
      padding-right: 23px;
   }
   .header__link--composition {
      padding-right: 0;
   }
   .header__link--composition::after {
      display: none;
   }
   .header__delimiter,
   .order-item__text br,
   .order-item__title br {
      display: block;
   }
   .header__timer .timer__text {
      margin-right: 10px;
      max-width: 108px;
      font-size: 13px;
      text-align: left;
      margin-bottom: 0;
   }
   .header__timer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .form,
   .header__timer {
      margin-bottom: 0;
   }
   .form:before {
      right: 50%;
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
   }
   .promo {
      padding-bottom: 0 !important;
      padding-top: 68px !important;
      position: relative;
      z-index: 0;
   }
   .promo.show::before {
      left: 50%;
      opacity: 1;
   }
   .promo__info {
      max-width: 340px;
      width: 100%;
      margin-right: 25px;
   }
   .promo__content {
      margin-right: 0;
      position: relative;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding-bottom: 60px;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
   }
   .promo__content::before {
      content: "";
      position: absolute;
      left: -430px;
      bottom: -73px;
      width: 487px;
      height: 722px;
      background: url(../img/promo_people.webp) no-repeat center/contain;
   }
   .promo__title {
      font-size: 60px !important;
      text-align: left;
      position: relative;
      line-height: 1 !important;
      margin-bottom: 25px;
      display: block;
   }
   .promo__subtitle {
      text-align: left;
      line-height: 1;
      margin-bottom: 20px;
   }
   .promo__text {
      text-align: left;
      padding-top: 20px;
      margin-bottom: 30px;
   }
   .promo__text::before {
      -webkit-transform: none;
      transform: none;
      left: 0;
   }
   .promo__list {
      margin-bottom: 0;
   }
   .action__timer .timer__text {
      font-size: 14px;
   }
   .promo__item {
      font-size: 17px;
   }
   .promo__item:not(:last-child) {
      margin-bottom: 18px;
   }
   .promo__cup {
      display: block;
      font-size: 17px;
      line-height: 24px;
      font-weight: 500;
      color: #666;
      -webkit-box-shadow: 13px 0 20px 0 rgba(75, 85, 86, 0.08);
      box-shadow: 13px 0 20px 0 rgba(75, 85, 86, 0.08);
      background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(60%, #fff));
      background: linear-gradient(90deg, transparent 0, #fff 60%);
      padding: 15px 20px 15px 75px;
      border-radius: 40px;
      position: relative;
      max-width: 300px;
   }
   .promo__cup::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-55%);
      transform: translateY(-55%);
      background: url(http://rcktland-a.akamaihd.net/9110_37e13eb0-6baf-4e77-a866-8697ddc15779/img/cup.webp) no-repeat center/contain;
      width: 56px;
      height: 138px;
   }
   .promo__pack {
      position: absolute;
      bottom: -103px;
      left: -216px;
      max-width: 353px;
      margin-top: 0;
   }
   .promo__marks {
      position: absolute;
      bottom: -67px;
      right: 23px;
      max-width: 600px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .promo-marks__item:first-child {
      margin-bottom: 0;
      margin-right: 30px;
   }
   .no-webp .promo__cup::before {
      background: url(http://rcktland-a.akamaihd.net/9110_37e13eb0-6baf-4e77-a866-8697ddc15779/img/cup.png) no-repeat center/contain;
   }
   .no-webp .promo__content::before {
      background: url(../img/promo_people.png) no-repeat center/contain;
   }
   .no-webp .promo::before {
      background: url(http://rcktland-a.akamaihd.net/9110_37e13eb0-6baf-4e77-a866-8697ddc15779/img/promo-bg.png) no-repeat center/cover;
   }
   .no-webp .promo__pack::before {
      background: url(http://rcktland-a.akamaihd.net/9110_37e13eb0-6baf-4e77-a866-8697ddc15779/img/pack_decor.png) no-repeat center/contain;
   }
   .check {
      padding-top: 125px !important;
   }
   .check__subtitle {
      margin-bottom: 35px;
   }
   .check__list {
      margin-bottom: 40px;
   }
   .check__item {
      max-width: 190px;
   }
   .check__item:not(:last-child) {
      margin-bottom: 0;
   }
   .check__attention {
      font-size: 22px;
      padding-top: 25px;
      padding-bottom: 25px;
   }
   .places__title {
      margin-bottom: 40px;
   }
   .places__list {
      max-width: 767px;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 auto;
   }
   .places__item {
      max-width: 100%;
      width: 32%;
   }
   .places__text {
      font-size: 18px;
      line-height: 24px;
      max-width: 270px;
      margin: 0 auto;
   }
   .act__subtitle {
      margin-bottom: 35px;
   }
   .act__box:not(:last-child) {
      margin-bottom: 45px;
   }
   .act__img {
      max-width: 340px;
      margin-right: 40px;
   }
   .act__img--arrow::before {
      bottom: -168px;
   }
   .act__img--arrow2 {
      margin-left: 40px;
   }
   .act-info__title {
      margin-bottom: 25px;
   }
   .act-info__advantage {
      margin-bottom: 30px;
   }
   .act-info__item {
      font-size: 17px;
      width: 100%;
   }
   .act-info__item:not(:last-child) {
      margin-bottom: 30px;
   }
   .effect__title {
      margin-bottom: 50px;
   }
   .effect-box__list {
      max-width: 400px;
   }
   .effect-box__title {
      font-size: 24px;
   }
   .effect-box__icon {
      width: 80px;
      height: 80px;
      padding: 0;
      margin-right: 20px;
   }
   .effect-box__text {
      font-size: 18px;
      line-height: 24px;
   }
   .effect__pack {
      max-width: 420px;
      margin-right: 50px;
   }
   .effect__pack::before {
      height: 370px;
      -webkit-transform: none;
      transform: none;
      left: auto;
      right: 40px;
   }
   .action__content {
      max-width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
   .action__title {
      margin-bottom: 10px;
   }
   .action__subtitle,
   .action__title {
      text-align: left;
   }
   .action__top {
      padding-right: 70px;
   }
   .action__price,
   .action__top {
      margin-bottom: 0;
   }
   .action__timer {
      margin-top: 0;
   }
   .action__top {
      max-width: 260px;
      position: relative;
   }
   .action__top::before,
   .result__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
   }
   .action__top::before {
      content: "-50%";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      width: 70px;
      height: 48px;
      font-size: 22px;
      font-weight: 700;
      color: #fff;
      line-height: 1;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: url(../img/action_icon.png) no-repeat center/contain;
      z-index: 2;
   }
   .result__content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
   }
   .result__list {
      display: block;
      margin-bottom: 0;
   }
   .result__item {
      width: 100%;
   }
   .result__text {
      text-align: left;
   }
   .result__foto {
      display: block;
      margin-right: 20px;
   }
   .result-foto__item {
      width: 100%;
   }
   .doctor__title {
      text-align: left !important;
      margin-bottom: 30px;
   }
   .doctor__content {
      max-width: 500px;
      margin-left: auto;
      position: relative;
   }
   .doctor__content::before {
      content: "";
      position: absolute;
      left: -498px;
      bottom: -60px;
      height: 645px;
      width: 493px;
      background: url(../img/doctor.webp) no-repeat center/contain;
   }
   .doctor__info {
      padding: 20px;
   }
   .doctor__info::before {
      left: 20px;
   }
   .doctor__info::after {
      content: "";
      position: absolute;
      left: -20px;
      top: 21px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 15px;
      border-color: transparent transparent #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
   }
   .doctor__box {
      margin-left: 20px;
   }
   .reviews__title {
      margin-bottom: 40px;
   }
   .reviews__item {
      padding: 0 20px 30px;
      margin-top: 50px;
   }
   .reviews__item--margin {
      margin-top: 80px;
   }
   .reviews__name {
      font-size: 22px;
   }
   .reviews__text {
      font-size: 18px;
      max-height: 110px;
   }
   .reviews__img {
      position: relative;
      margin-top: -50px;
   }
   .arrow-left,
   .arrow-right {
      top: 75px;
   }
   .slick-slide {
      margin-right: 10px;
      margin-left: 10px;
   }
   .slick-list {
      margin-left: -10px;
      margin-right: -10px;
   }
   .think {
      border: 0;
      background-color: #fff;
      position: relative;
      z-index: 0;
   }
   .think__box {
      width: 32%;
   }
   .think__box,
   .think__text {
      margin-bottom: 20px;
   }
   .think.active-feed {
      padding: 30px;
      -webkit-box-shadow: 3px 2px 25px rgba(3, 3, 3, 0.1);
      box-shadow: 3px 2px 25px rgba(3, 3, 3, 0.1);
      border: 1px solid #acacac;
      border-radius: 5px;
   }
   .think__photo {
      -webkit-box-ordinal-group: inherit;
      -ms-flex-order: inherit;
      order: inherit;
   }
   .slick-dots {
      margin-top: 27px;
   }
   .think__rating {
      -webkit-box-ordinal-group: inherit;
      -ms-flex-order: inherit;
      order: inherit;
      margin-right: auto;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding-left: 20px;
   }
   .order__item {
      width: 25%;
      padding-left: 10px;
      padding-right: 10px;
   }
   .order__item:not(:last-child) {
      margin-bottom: 0;
      position: relative;
   }
   .order-item__icon {
      margin-bottom: 20px;
   }
   .order-item__icon::before {
      content: "";
      position: absolute;
      top: 0;
      right: -53px;
      width: 86px;
      height: 22px;
      background: url(../img/order-arrow.png) no-repeat center/contain;
   }
   .order-item__icon--last::before {
      display: none;
   }
   .order-item__title {
      font-size: 22px;
      width: 100%;
   }
   .order-item__text {
      font-size: 16px;
      line-height: 24px;
      width: 100%;
   }
   .no-webp .doctor__content::before {
      background: url(../img/doctor.png) no-repeat center/contain;
   }
   .footer {
      margin-top: 120px;
      padding-top: 50px;
   }
   .ev-footer__logo svg {
      margin-bottom: 10px;
   }
   .block {
      padding: 60px 0;
   }
}
@media screen and (min-width: 1220px) {
   .container {
      width: 1220px;
      padding: 0 25px;
   }
   .title {
      font-size: 48px;
      line-height: 56px;
   }
   .subtitle {
      font-size: 24px;
      line-height: 28px;
   }
   .header {
      padding: 22px 0;
      position: relative;
   }
   .header__logo {
      margin-right: 45px;
      font-size: 18px;
      line-height: 1.1;
      max-width: 100%;
   }
   .header__link {
      font-size: 18px;
      padding-left: 40px;
      margin-right: 30px;
   }
   .header__link,
   .header__link--composition {
      padding-right: 35px;
   }
   .header__link--composition::after {
      display: block;
   }
   .header__delimiter {
      margin: 0 auto;
   }
   .header__timer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
   }
   .header__btn {
      max-width: 170px;
      margin-left: 25px;
      font-size: 18px;
      padding-bottom: 11px;
      padding-top: 11px;
   }
   .form:before {
      width: 78px;
      height: 78px;
      top: -64px;
   }
   .promo__quality--text {
      margin-left: 19px;
   }
   .last {
      font-size: 18px;
   }
   .promo__info {
      max-width: 360px;
      margin-right: 9px;
   }
   .promo__form {
      margin-top: 10px;
   }
   .promo__content {
      padding-bottom: 64px;
      max-width: 750px;
   }
   .promo__content::before {
      height: 839px;
      left: -424px;
   }
   .promo__title {
      font-size: 70px !important;
      margin-bottom: 16px;
   }
   .promo__subtitle {
      margin-bottom: 27px;
   }
   .promo__text {
      font-size: 24px;
      line-height: 28px;
      padding-top: 28px;
      margin-bottom: 34px;
   }
   .promo__list {
      margin-bottom: 0;
      padding-right: 30px;
   }
   .promo__item {
      padding-left: 59px;
   }
   .promo__item:not(:last-child) {
      margin-bottom: 30px;
   }
   .promo__item::before {
      width: 42px;
      height: 43px;
   }
   .promo__cup {
      padding-left: 100px;
   }
   .promo__cup::before {
      left: 5px;
   }
   .promo__pack {
      max-width: 473px;
      bottom: -137px;
      left: -216px;
   }
   .promo__marks {
      max-width: 646px;
      bottom: -87px;
      right: 0;
      padding-right: 133px;
   }
   .promo-marks__item {
      padding-left: 0;
   }
   .promo-marks__item::before {
      width: 98px;
      height: 82px;
   }
   .promo-marks__item:first-child {
      margin-right: 30px;
      max-width: 300px;
   }
   .check {
      padding-top: 193px !important;
      padding-bottom: 100px;
   }
   .check__subtitle {
      margin-bottom: 47px;
   }
   .check__list {
      margin-bottom: 53px;
   }
   .check__img {
      width: 200px;
      height: 200px;
      border-width: 10px;
   }
   .check__img::before {
      bottom: -15px;
   }
   .check__text {
      font-size: 18px;
      line-height: 24px;
   }
   .check__attention {
      font-size: 24px;
      line-height: 28px;
      padding-top: 41px;
      padding-bottom: 41px;
   }
   .check__attention::before {
      width: 95%;
      height: 83%;
   }
   .places {
      padding-bottom: 84px;
      padding-top: 80px;
   }
   .places__title {
      margin-bottom: 46px;
   }
   .places__list {
      position: relative;
      margin: 0;
   }
   .places__list::before {
      content: "";
      position: absolute;
      bottom: -84px;
      right: -690px;
      width: 689px;
      height: 483px;
      background: url(../img/places-bg.webp) no-repeat center/contain;
   }
   .places__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 48%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .places__item:nth-child(4) {
      margin-bottom: 20px;
   }
   .places__img {
      margin-bottom: 0;
      margin-right: 24px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 0;
   }
   .places__img::before {
      bottom: -15px;
   }
   .places__text {
      text-align: left;
      margin-left: 0;
   }
   .no-webp .places__list::before {
      background: url(../img/places-bg.png) no-repeat center/contain;
   }
   .act {
      padding-top: 99px;
      padding-bottom: 63px;
   }
   .act__title {
      margin-bottom: 17px;
   }
   .act__subtitle {
      margin-bottom: 56px;
   }
   .act__box:not(:last-child) {
      margin-bottom: 54px;
   }
   .act__box--1 {
      padding-left: 32px;
   }
   .act__img {
      max-width: 382px;
      margin-right: 49px;
   }
   .act__img--arrow2 {
      margin-left: 60px;
      margin-top: 20px;
   }
   .act__img--arrow2:before {
      right: 100px;
   }
   .act-info__title {
      margin-bottom: 31px;
   }
   .act-info__number {
      width: 80px;
      height: 80px;
   }
   .act-info__name {
      font-size: 20px;
      max-width: 609px;
   }
   .act-info__text {
      font-size: 18px;
      line-height: 26px;
      max-width: 670px;
      margin-bottom: 25px;
   }
   .act-info__item {
      font-size: 18px;
      line-height: 24px;
      padding-left: 70px;
   }
   .act-info__item::before {
      width: 42px;
      height: 43px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
   }
   .act-info__item:not(:last-child) {
      margin-bottom: 24px;
   }
   .effect {
      padding-top: 79px;
      position: relative;
      padding-bottom: 66px;
   }
   .effect__title {
      margin-bottom: 56px;
   }
   .effect-box__list {
      max-width: 460px;
   }
   .effect-box__item:not(:last-child) {
      margin-bottom: 19px;
   }
   .effect-box__title {
      margin-bottom: 44px;
   }
   .effect-box__icon::before {
      left: -75px;
   }
   .effect-box__icon::after {
      width: 40px;
      left: -60px;
   }
   .effect__pack {
      margin-right: 14px;
      left: -55px;
      margin-top: 73px;
      max-width: 410px;
   }
   .effect__pack::before {
      height: 371px;
      top: -89px;
      right: 30px;
   }
   .action::before {
      width: 1170px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
   }
   .action {
      padding-top: 80px;
      padding-bottom: 76px;
   }
   .action__top {
      padding-right: 90px;
   }
   .action__timer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .action__timer .timer__text {
      margin-bottom: 0;
      max-width: 104px;
      margin-right: 13px;
      font-size: 14px;
      text-align: left;
   }
   .action__top {
      max-width: 280px;
   }
   .action__top::before {
      width: 80px;
      height: 58px;
      font-size: 24px;
   }
   .result {
      padding-top: 90px;
      padding-bottom: 96px;
   }
   .result__subtitle {
      margin-bottom: 56px;
   }
   .result__item:not(:last-child) {
      margin-bottom: 35px;
   }
   .result__line {
      height: 60px;
      font-size: 24px;
      margin-bottom: 21px;
   }
   .result__text {
      font-size: 18px;
      line-height: 21px;
   }
   .result__foto {
      max-width: 550px;
      margin-right: 50px;
      width: 100%;
   }
   .result-foto__item:not(:last-child) {
      margin-bottom: 31px;
   }
   .doctor {
      padding-top: 78px;
      padding-bottom: 70px;
   }
   .doctor__title {
      margin-bottom: 40px;
   }
   .doctor__content {
      max-width: 570px;
   }
   .doctor__content::before {
      height: 721px;
      bottom: -70px;
      left: -570px;
   }
   .doctor__info {
      padding: 30px 40px 24px 30px;
      margin-bottom: 40px;
   }
   .doctor__info::before {
      left: 30px;
   }
   .doctor__text:not(:last-child) {
      margin-bottom: 24px;
   }
   .doctor__box {
      margin-left: 30px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
   }
   .doctor__biography {
      margin-right: 40px;
   }
   .doctor__name {
      font-size: 24px;
   }
   .doctor__sing {
      margin: 0;
   }
   .reviews {
      z-index: 11;
      padding-top: 99px;
      padding-bottom: 105px;
   }
   .reviews::before {
      width: 1170px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
   }
   .reviews__title {
      margin-bottom: 49px;
   }
   .reviews__item {
      -webkit-box-shadow: 0 6px 18px rgba(75, 85, 86, 0.15);
      box-shadow: 0 6px 18px rgba(75, 85, 86, 0.15);
      padding: 0 20px 48px;
      margin-top: 70px;
   }
   .reviews__item--margin {
      margin-top: 110px;
   }
   .reviews__name {
      margin-bottom: 16px;
      margin-left: 10px;
      font-size: 24px;
      text-align: left;
   }
   .reviews-rating__box {
      margin-bottom: 0;
   }
   .reviews__text {
      line-height: 26px;
      margin-left: 10px;
      max-height: 232px;
   }
   .reviews__img {
      margin-bottom: 18px;
      margin-top: -70px;
   }
   .reviews__img img {
      margin-bottom: 15px;
   }
   .reviews-img__after {
      margin-top: 40px;
      margin-left: -90px;
   }
   .reviews__after,
   .reviews__before {
      margin-left: 10px;
   }
   .reviews-text__btn {
      width: 34px;
      height: 34px;
   }
   .arrow-left,
   .arrow-right {
      top: 103px;
   }
   .slick-slide {
      margin-right: 15px;
      margin-left: 15px;
   }
   .slick-list {
      margin-left: -15px;
      margin-right: -15px;
   }
   .reviews-form__file-text {
      font-size: 16px;
      margin-left: 15px;
   }
   .think__box,
   .think__text {
      margin-bottom: 25px;
   }
   .reviews__btn {
      font-size: 28px;
      max-width: 340px;
   }
   .reviews__btn.active-feed {
      padding: 14.5px 0;
      overflow: visible !important;
   }
   .think.active-feed {
      padding: 45px 70px;
   }
   .reviews-top__text {
      padding-left: 13px;
   }
   .order {
      padding: 98px 0 96px;
   }
   .order__title {
      margin-bottom: 40px;
   }
   .order__item {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-left: 10px;
   }
   .order-item__icon {
      margin: 0 auto 17px;
   }
   .order-item__icon::before {
      top: 11px;
      right: -69px;
   }
   .order-item__title {
      font-size: 24px;
      margin-bottom: 11px;
   }
   .order-item__text {
      font-size: 18px;
   }
   .ever-popup__close:after,
   .ever-popup__close:before {
      top: 14px !important;
      right: -36px !important;
   }
   .footer {
      margin-top: 160px;
      color: #fff;
   }
}
@media screen and (min-width: 1250px) {
   .form:before {
      top: -38px;
      right: -33px;
      -webkit-transform: none;
      transform: none;
   }
}
@media screen and (min-width: 1300px) {
   .my-popup .form__approved {
      padding: 0;
      background-position: auto;
   }
}
@media screen and (min-width: 1315px) {
   .reviews .arrow-left,
   .reviews .arrow-right {
      top: 50%;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      fill: #dcdcdc;
   }
   .reviews .arrow-left:hover,
   .reviews .arrow-right:hover {
      fill: #379925;
   }
}
@media screen and (min-width: 1325px) {
   .arrow-left,
   .arrow-right {
      top: 50%;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      background: 0 0;
      border: 0;
      padding: 0;
      width: 40px;
      height: 28px;
   }
   .arrow-left {
      left: -70px;
   }
   .arrow-right {
      right: -70px;
   }
}
@media screen and (min-width: 1450px) {
   .arrow-left {
      left: -95px;
   }
   .arrow-right {
      right: -95px;
   }
}
@media screen and (min-width: 1800px) {
   .promo.show::before {
      left: 0;
   }
   .promo__element-1 {
      top: 0;
      right: 0;
      width: 290px;
      height: 236px;
      background-position-y: bottom;
      background-size: 290px 286px;
      opacity: 0.5;
   }
   .promo__element-2 {
      bottom: 80px;
      right: 0;
      width: 114px;
      height: 114px;
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s;
   }
}
@media screen and (min-width: 2191px) {
   .effect::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 765px;
      background: url(../img/effect-bg.webp) no-repeat center/cover;
   }
   .no-webp .effect::before {
      background: url(../img/effect-bg.png) no-repeat center/cover;
   }
}
@media screen and (min-width: 2200px) {
   .promo__element-1,
   .promo__element-2 {
      right: 150px;
   }
}
@media screen and (min-width: 2300px) {
   .promo__element-1 {
      right: 250px;
   }
}
@media (max-width: 1500px) and (min-width: 1000px) {
   .my-popup .form:before {
      width: 67px;
      height: 67px;
      font-size: 22px;
      top: -40px;
      right: -25px;
      -webkit-transform: none !important;
      transform: none !important;
   }
   .my-popup .form__title {
      margin-bottom: 7px;
   }
   .my-popup .form__input--wrap,
   .my-popup .price {
      margin-bottom: 10px;
   }
   .my-popup .form__btn {
      margin-bottom: 12px;
   }
   .my-popup .form__pack {
      margin-bottom: 15px;
   }
   .my-popup__pack {
      max-width: 405px;
      margin-left: -69px;
      left: 20px;
      top: 30px;
   }
   .my-popup .promo__title {
      font-size: 51px;
   }
   .my-popup .promo__subtitle {
      font-size: 17px;
      max-width: 200px;
   }
   .my-popup__wrap {
      width: 649px !important;
      padding: 51px 35px 30px 41px !important;
   }
   .my-popup .form__input {
      height: 53px;
   }
   .my-popup .form__title {
      font-size: 22px;
   }
}
.footer__text:not(:last-child) {
   margin-bottom: 10px;
}
.price-old__item {
   white-space: nowrap;
   text-decoration: line-through;
   font-weight: 700;
   font-size: 22px;
}

.price-new__item {
   white-space: nowrap;
   font-weight: 700;
   color: red;
   font-size: 22px;
}

select.form__input {
   padding-left: 10px;
}

.action__btn {
   display: block;
}

.price-old__title {
   margin-bottom: 7px;
}

.header__btn {
   max-width: 150px;
}

@media screen and (min-width: 768px) {
   .header__main {
      justify-content: flex-end !important;
   }
}

@media (max-width: 576px) {
   .header__burger {
      display: none;
   }
}
