@charset "UTF-8";

@-webkit-keyframes bounce {

    0%,
    20%,
    40%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10%,
    30% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes bounce {

    0%,
    20%,
    40%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    10%,
    30% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

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
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    min-width: 320px;
    min-height: 100vh;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 14px
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

br {
    font-size: 0;
    line-height: 0;
    height: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button,
button:focus,
input,
input:focus {
    outline: 0
}

a {
    text-decoration: none
}

button {
    border: 0;
    display: block;
    padding: 0
}

::-moz-focus-inner,
::-moz-focus-outer {
    border: 0;
    padding: 0
}

:active,
:focus,
:hover,
:visited {
    outline: 0 !important
}

::-ms-clear {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

#comebacker_main_div {
    display: none !important;
    height: 0 !important
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

select {
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://179523.selcdn.ru/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
}

@font-face {
    font-family: 'BentonSans';
    src: url(../fonts/hinted-subset-BentonSans-Bold.eot);
    src: url(../fonts/hinted-subset-BentonSans-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/hinted-subset-BentonSans-Bold.woff2) format("woff2"), url(../fonts/hinted-subset-BentonSans-Bold.woff) format("woff"), url(../fonts/hinted-subset-BentonSans-Bold.ttf) format("truetype"), url(../fonts/hinted-subset-BentonSans-Bold.svg#BentonSans-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

img {
    display: block;
    max-width: 100%
}

svg {
    overflow: hidden
}

.container {
    width: 1220px;
    margin: 0 auto;
    padding: 0 25px
}

@media screen and (max-width:1219px) {
    .container {
        width: 1024px
    }
}

@media screen and (max-width:1023px) {
    .container {
        width: 768px;
        padding: 0 15px
    }
}

@media screen and (max-width:767px) {
    .container {
        width: 640px
    }
}

@media screen and (max-width:639px) {
    .container {
        width: 480px
    }
}

@media screen and (max-width:479px) {
    .container {
        width: 100%
    }
}

.title {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.1;
    color: #222
}

@media screen and (max-width:1219px) {
    .title {
        font-size: 40px
    }
}

@media screen and (max-width:1023px) {
    .title {
        font-size: 38px;
        line-height: 1.1
    }
}

@media screen and (max-width:767px) {
    .title {
        font-size: 34px
    }
}

@media screen and (max-width:639px) {
    .title {
        font-size: 30px
    }
}

@media screen and (max-width:479px) {
    .title {
        font-size: 28px
    }
}

.text-bold {
    font-weight: 700
}

.text-black {
    font-weight: 900
}

.text-nowrap {
    white-space: nowrap
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.red-word {
    color: #eb2315
}

.bg-image {
    background-image: url(../img/bg_image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.btn,
.input {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    border-radius: 5px
}

.btn,
.btn span {
    text-align: center
}

.btn {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background-color: #88ba48;
    border-bottom: 5px solid #6fa130;
    padding: 7.5px 45px
}

.btn span {
    font-size: 27px;
    line-height: 27px;
    font-weight: 700
}

.btn:hover {
    background-color: #6da02c;
    border-bottom-color: #5f8e22
}

.input {
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 18px;
    -webkit-box-shadow: inset 2px 3px 5px rgba(34, 35, 39, .09);
    box-shadow: inset 2px 3px 5px rgba(34, 35, 39, .09);
    border: 1px solid #dedddd;
    background-color: #fff;
    padding: 19px 15px 19px 50px
}

.input:focus,
.input:hover {
    border: 1px solid #d1d0d0
}

.input::-webkit-input-placeholder {
    color: rgba(68, 68, 68, .7) !important
}

.input::-moz-placeholder {
    color: #313131 !important
}

.input:-ms-input-placeholder {
    color: rgba(68, 68, 68, .5) !important
}

.input::-ms-input-placeholder {
    color: #535353 !important
}

.input::placeholder {
    color: rgba(68, 68, 68, .8)
}

.country-select,
.option__text,
.reviews .slick-dots li button::before,
.reviews .slick-dots li button:after,
.slick-slide.slick-loading img,
.x_country_select {
    display: none
}

.selected {
    border-radius: 50%;
    margin: 0 24px 0 15px;
    width: 24px;
    height: 24px
}

.custom-select,
.selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.selected {
    position: relative
}

.custom-select {
    position: absolute;
    width: 63px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.custom-select:after,
.custom-select:before {
    position: absolute;
    content: ""
}

.custom-select:before {
    right: 7px;
    top: 11px;
    width: 0;
    height: 0;
    border: 6px solid #d6d5d5;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent
}

.custom-select:after {
    top: -4px;
    right: 0;
    width: 1px;
    height: 33px;
    background-color: #edebe4
}

.form__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form__input_select {
    width: 140px;
    padding: 0 10px;
    margin-left: auto;
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    border: 0 !important
}

.option,
.option.AR,
.option.BD,
.option.BG,
.option.BY,
.option.CZ,
.option.DE,
.option.EL,
.option.EN,
.option.ES,
.option.FR,
.option.GE,
.option.HR,
.option.HU,
.option.ID,
.option.IN,
.option.IT,
.option.KG,
.option.KZ,
.option.LB,
.option.MD,
.option.MM,
.option.MY,
.option.PH,
.option.PL,
.option.PT,
.option.RO,
.option.RU,
.option.SK,
.option.SL,
.option.TH,
.option.TW,
.option.UA,
.option.VI,
.selected,
.selected.AR,
.selected.BD,
.selected.BG,
.selected.BY,
.selected.CZ,
.selected.DE,
.selected.EL,
.selected.EN,
.selected.ES,
.selected.FR,
.selected.GE,
.selected.HR,
.selected.HU,
.selected.ID,
.selected.IN,
.selected.IT,
.selected.KG,
.selected.KZ,
.selected.LB,
.selected.MD,
.selected.MM,
.selected.MY,
.selected.PH,
.selected.PL,
.selected.PT,
.selected.RO,
.selected.RU,
.selected.SK,
.selected.SL,
.selected.TH,
.selected.TW,
.selected.UA,
.selected.VI {
    background-size: auto 100% !important
}

.selected.UA {
    background: url(../img/UA.png) left center no-repeat
}

.selected.RU {
    background: url(../img/RU.png) left center no-repeat
}

.selected.KZ {
    background: url(../img/KZ.png) left center no-repeat
}

.selected.KG {
    background: url(../img/KG.png) left center no-repeat
}

.selected.BY {
    background: url(../img/BY.png) left center no-repeat
}

.selected.TH {
    background: url(../img/TH.png) left center no-repeat
}

.selected.GE {
    background: url(../img/GE.png) left center no-repeat
}

.selected.MD {
    background: url(../img/MD.png) left center no-repeat
}

.selected.BG {
    background: url(../img/BG.png) left center no-repeat
}

.selected.CY {
    background: url(../img/CY.png) left center no-repeat
}

.selected.CZ {
    background: url(../img/CZ.png) left center no-repeat
}

.selected.DE {
    background: url(../img/DE.png) left center no-repeat
}

.selected.EL {
    background: url(../img/EL.png) left center no-repeat
}

.selected.EN {
    background: url(../img/EN.png) left center no-repeat
}

.selected.ES {
    background: url(../img/ES.png) left center no-repeat
}

.selected.FR {
    background: url(../img/FR.png) left center no-repeat
}

.selected.HR {
    background: url(../img/HR.png) left center no-repeat
}

.selected.HU {
    background: url(../img/HU.png) left center no-repeat
}

.selected.IT {
    background: url(../img/IT.png) left center no-repeat
}

.selected.PL {
    background: url(../img/PL.png) left center no-repeat
}

.selected.PT {
    background: url(../img/PT.png) left center no-repeat
}

.selected.RO {
    background: url(../img/RO.png) left center no-repeat
}

.selected.AT {
    background: url(../img/AT.png) left center no-repeat
}

.selected.GR {
    background: url(../img/GR.png) left 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
}

.selected.SI {
    background: url(../img/SI.png) left center no-repeat
}

.selected.LV {
    background: url(../img/LV.png) left center no-repeat
}

.selected.LT {
    background: url(../img/LT.png) left center no-repeat
}

.options ::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 5px;
    height: 0
}

.options::-webkit-scrollbar-track {
    background-color: #ecedee
}

.options::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #324697
}

.options::-webkit-scrollbar-thumb:hover {
    background-color: #2a3a7c
}

.options::-webkit-resizer {
    background-repeat: no-repeat;
    width: 4px;
    height: 0
}

.options::-webkit-scrollbar {
    width: 5px
}

.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: 60px;
    overflow-y: scroll;
    overflow-x: hidden;
    top: -17px;
    left: 0;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.option,
.options.opened,
.slick-slide img,
.ways img {
    display: block
}

.option,
.option:hover {
    -webkit-transition: .3s;
    transition: .3s
}

.option {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 10px auto
}

.option:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.reviews .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reviews .slick-dots li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14px !important;
    height: 14px !important;
    position: relative;
    margin: 0 11px !important;
    border-radius: 50%;
    background-color: #d2d5d7
}

.reviews .slick-dots li.slick-active {
    width: 18px !important;
    height: 18px !important;
    background-color: #539a32
}

.reviews .slick-dots li button {
    display: none !important
}

.reviews .slick-dots li:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -33px;
    width: 33px;
    height: 1px;
    background-color: #d2d5d7
}

.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
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dots,
.slick-dots li button:before {
    position: absolute;
    left: 0;
    text-align: center
}

.slick-dots {
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    top: 0;
    width: 20px;
    height: 20px;
    content: "";
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slide {
    outline: 0
}

.header {
    padding: 15px 0;
    -webkit-box-shadow: 1px 2px 10px rgba(1, 2, 2, .07);
    box-shadow: 1px 2px 10px rgba(1, 2, 2, .07);
    position: relative
}

.header__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__nav,
.header__nav .nav__item,
.header__timer,
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__nav .nav__item,
.header__timer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__nav .nav__item-image {
    margin-right: 12px
}

.header__nav .nav__item-text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px
}

.header__nav .nav__item-text span {
    border-bottom: 2px dotted #aeaeae;
    display: inline-block
}

.header__nav .nav__item:first-child {
    border-right: 1px solid rgba(0, 0, 0, .15);
    padding-right: 30px;
    margin-right: 30px
}

.header__nav .nav__item:first-child .nav__item-text {
    width: 80px
}

.header__nav .nav__item:last-child .nav__item-text {
    width: 115px
}

.header__nav .nav__item:hover .nav__item-icon {
    fill: #6fa130
}

.header__nav .nav__item:hover .nav__item-text span {
    border-bottom-color: transparent
}

.header__timer .timer__text {
    width: 120px
}

.header__button {
    margin-left: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding: 11px 22px;
    border-radius: 25px;
    border-bottom: 3px solid #6fa130
}

@media screen and (max-width:1219px) {
    .header__nav .nav__item:first-child {
        padding-right: 10px;
        margin-right: 10px
    }

    .header__timer .timer__block {
        font-size: 20px
    }

    .header__timer .timer__block .hours,
    .header__timer .timer__block .minutes,
    .header__timer .timer__block .seconds {
        padding: 4px 6px
    }
}

@media screen and (max-width:1023px) {
    .header__nav {
        display: none
    }

    .header__button {
        margin-left: 70px
    }
}

@media screen and (max-width:767px) {
    .header__timer .timer {
        padding: 0
    }

    .header__timer .timer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__timer .timer__text {
        width: auto;
        margin-right: 0;
        text-align: center;
        margin-bottom: 5px
    }

    .header__timer .timer__block {
        padding: 8px 0
    }
}

@media screen and (max-width:639px) {
    .header__timer .timer {
        display: none
    }

    .header__button {
        margin-left: 0
    }
}

.promo__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 65px 0 50px
}

.promo__content {
    margin-right: 20px;
    max-width: 370px
}

.promo__title {
    color: #222;
    font-size: 70px;
    font-weight: 900;
    letter-spacing: 2.8px;
    margin-bottom: 5px
}

.promo__subtitle {
    color: #222;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2
}

.promo__list {
    border-top: 1px solid #c7c7c7;
    margin-top: 30px;
    padding-top: 35px;
    max-width: 300px
}

.promo__item {
    position: relative;
    padding-left: 65px
}

.promo__item:not(:last-child) {
    margin-bottom: 35px
}

.promo__bulit {
    width: 46px;
    height: 46px;
    background-color: #eb2315;
    border-radius: 50%;
    border: 5px solid #f1b5b2;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/bulit_image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto
}

.promo__text {
    color: #444;
    font-size: 20px;
    line-height: 1.2
}

.promo__text span {
    color: #000
}

.promo__image {
    position: absolute;
    left: -530px;
    bottom: 0
}

.promo__product {
    position: absolute;
    bottom: -125px;
    right: -10px
}

.promo__quality {
    position: absolute;
    top: -2px;
    right: -12px
}

.promo__prove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: -360px;
    bottom: -35px
}

.promo__prove img:not(:last-child) {
    margin-right: 15px
}

.promo__form {
    margin-right: 20px
}

@media screen and (max-width:1219px) {
    .promo {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 0
    }

    .promo__wrapper {
        padding: 0
    }

    .promo__content {
        max-width: 345px
    }

    .promo__title {
        font-size: 65px
    }

    .promo__subtitle,
    .promo__title {
        text-align: center;
        position: relative;
        width: 665px;
        left: -330px
    }

    .promo__image {
        left: -10px;
        bottom: -30px
    }

    .promo__image-bg {
        display: none
    }

    .promo__product {
        position: relative;
        width: 290px;
        bottom: -67px;
        right: 0
    }

    .promo__prove {
        position: relative;
        right: -330px;
        bottom: 5px
    }
}

@media screen and (max-width:1023px) {
    .promo__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .promo__content {
        max-width: 100%;
        margin-right: 0
    }

    .promo__title {
        font-size: 60px
    }

    .promo__subtitle,
    .promo__title {
        position: static;
        width: auto;
        left: 0
    }

    .promo__list {
        max-width: 460px;
        margin: 20px auto 30px;
        padding-top: 20px
    }

    .promo__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 0
    }

    .promo__item:not(:last-child) {
        margin-bottom: 15px
    }

    .promo__bulit {
        position: static;
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .promo__image {
        position: static;
        left: 0;
        bottom: 0
    }

    .promo__product {
        margin: 0 auto;
        width: auto;
        bottom: -8px
    }

    .promo__prove {
        position: static;
        right: 0;
        bottom: 0;
        margin: 20px auto 0;
        width: 315px
    }

    .promo__form {
        margin-right: 30px
    }
}

@media screen and (max-width:767px) {
    .promo__title {
        font-size: 50px
    }

    .promo__product {
        width: 300px;
        bottom: 15px
    }

    .promo__form {
        margin-right: 0;
        margin-top: 10px
    }

    .promo .form__image {
        top: -40px;
        right: -15px
    }
}

@media screen and (max-width:639px) {
    .promo__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .promo__title {
        font-size: 45px
    }

    .promo__subtitle {
        font-size: 23px
    }

    .promo__list {
        padding-top: 15px
    }

    .promo__image,
    .promo__list {
        margin: 15px 0
    }

    .promo__prove {
        margin-top: 10px
    }

    .promo__form {
        margin-top: 40px
    }
}

@media screen and (max-width:479px) {
    .promo__text {
        font-size: 18px
    }

    .promo__title {
        font-size: 40px
    }

    .promo__bulit {
        margin-right: 10px
    }

    .promo__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .promo__item:not(:last-child) {
        margin-bottom: 10px
    }

    .promo__quality {
        right: 0
    }

    .promo__product,
    .promo__prove {
        width: 290px
    }

    .promo__prove img:not(:last-child) {
        margin-right: 3px
    }
}

@media screen and (max-width:1219px) and (min-width:1024px) {
    .promo__list {
        border-top: 0 solid #fff;
        position: relative
    }

    .promo__list:before {
        content: '';
        width: 300px;
        height: 1px;
        background-color: #c7c7c7;
        position: absolute;
        top: 0;
        left: -145px
    }
}

.strategy {
    padding-bottom: 90px;
    padding-top: 215px;
    overflow: hidden
}

@media screen and (max-width:1219px) {
    .strategy {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.strategy__wrapper {
    position: relative
}

.strategy__content {
    max-width: 580px;
    position: relative;
    z-index: 1
}

.strategy__subtitle {
    font-size: 22px;
    line-height: 28px;
    max-width: 480px;
    margin-top: 10px;
    color: #222
}

.strategy__title {
    margin-bottom: 35px
}

.strategy__text {
    color: #444;
    font-size: 19px;
    line-height: 30px;
    padding-top: 35px;
    border-top: 1px solid #c7c7c7;
    max-width: 520px
}

.strategy__text span.red {
    display: block;
    color: #222;
    background-color: #fbd3d0;
    border-radius: 5px;
    padding: 4px 10px;
    margin-left: -5px;
    margin-right: -5px;
    font-weight: 700
}

.strategy__text p:not(:last-child) {
    margin-bottom: 33px
}

.strategy__image {
    position: absolute;
    width: 846px;
    height: 530px;
    right: -190px;
    bottom: 115px
}

.strategy__info {
    max-width: 410px;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 60px;
    bottom: -115px
}

.strategy__info-text {
    color: #444;
    font-size: 18px;
    line-height: 22px;
    border-left: 1px solid #e0e0e0;
    margin-left: 15px;
    padding: 10px 0 10px 20px
}

@media screen and (max-width:1219px) {
    .strategy__content {
        max-width: 450px
    }

    .strategy__image {
        width: 750px;
        height: 470px;
        right: -235px;
        bottom: 130px
    }

    .strategy__title {
        margin-bottom: 20px
    }

    .strategy__text {
        padding-top: 20px
    }
}

@media screen and (max-width:1023px) {
    .strategy__text p:not(:last-child) {
        margin-bottom: 15px
    }

    .strategy__content {
        max-width: 100%
    }

    .strategy__title {
        text-align: center
    }

    .strategy__subtitle {
        max-width: 100%;
        text-align: center
    }

    .strategy__text {
        max-width: 100%
    }

    .strategy__image {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto
    }

    .strategy__info {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 10px;
        width: 375px
    }

    .strategy__info-text {
        margin-left: 5px;
        padding-left: 10px
    }
}

@media screen and (max-width:639px) {
    .strategy__text p:not(:last-child) {
        margin-bottom: 10px
    }

    .strategy__subtitle {
        font-size: 20px
    }

    .strategy__text {
        font-size: 18px;
        line-height: 1.3;
        padding-top: 20px
    }

    .strategy__title {
        margin-bottom: 20px
    }

    .strategy__info {
        position: static;
        margin: 0 auto;
        -webkit-transform: none;
        transform: none
    }
}

@media screen and (max-width:479px) {
    .strategy__title {
        font-size: 27px
    }

    .strategy__subtitle {
        line-height: 1
    }

    .strategy__text {
        font-size: 16px;
        line-height: 1.2;
        padding-top: 15px
    }

    .strategy__title {
        margin-bottom: 15px
    }

    .strategy__info {
        width: 290px
    }

    .strategy__info-text {
        line-height: 20px;
        font-size: 16px;
        padding-left: 20px
    }
}

.info {
    padding: 90px 0
}

@media screen and (max-width:1219px) {
    .info {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.info__subtitle,
.info__title {
    text-align: center;
    margin-bottom: 20px
}

.info__subtitle {
    color: #222;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 45px
}

.info__content {
    position: relative;
    padding-top: 50px
}

.info__article {
    -webkit-box-shadow: -10px 31px 65px rgba(164, 164, 164, .45);
    box-shadow: -10px 31px 65px rgba(164, 164, 164, .45);
    border-radius: 8px;
    background-color: #fff;
    padding: 30px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0
}

.info__article::after,
.info__text::before {
    content: "";
    z-index: 1;
    display: block;
    position: absolute
}

.info__article::after {
    top: 48.5%;
    left: -83px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 42px solid transparent;
    border-right: 42px solid #fff
}

.info__text {
    color: #403737;
    font-family: "PT Serif", serif;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px
}

.info__text::before {
    top: 15%;
    right: 11%;
    background-image: url(../img/info_text-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 123px;
    height: 87px
}

@media screen and (max-width:1219px) {
    .info__content {
        margin-top: 35px;
        padding-bottom: 35px
    }

    .info__image {
        width: 60%
    }

    .info__article {
        width: 53%;
        right: 0
    }

    .info__text::before {
        right: 7%
    }
}

@media screen and (max-width:1023px) {
    .info__content {
        padding: 0;
        margin-top: 30px
    }

    .info__image {
        width: 75%;
        margin: 0 auto
    }

    .info__article {
        position: relative;
        width: 100%;
        z-index: 1;
        margin-top: -165px
    }

    .info__article::after {
        top: -82px;
        left: 61%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-right: 42px solid transparent;
        border-bottom: 42px solid #fff
    }

    .info__photo img {
        margin: 0 auto
    }

    .info__text {
        text-align: center
    }

    .info__text::before {
        display: none
    }
}

@media screen and (max-width:767px) {
    .info__title {
        margin-bottom: 10px
    }

    .info__subtitle {
        margin-bottom: 20px
    }

    .info__article {
        padding: 15px;
        margin-top: -135px
    }
}

@media screen and (max-width:639px) {
    .info .info__article::after {
        top: -80px;
        left: 64%
    }

    .info__image {
        width: 100%
    }

    .info__text {
        margin-top: 10px;
        line-height: 1.2
    }
}

@media screen and (max-width:479px) {
    .info__content {
        margin-top: 0
    }

    .info__subtitle {
        margin-bottom: 15px
    }

    .info__image {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto
    }

    .info__article {
        margin-top: -67px
    }

    .info .info__article::after {
        top: -80px;
        left: calc(50% + 43px)
    }

    .info__subtitle {
        font-size: 20px;
        line-height: 1.1
    }

    .info__text {
        text-align: center
    }
}

.about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dcd9d9;
    padding: 90px 0 90px 45px
}

@media screen and (max-width:1219px) {
    .about__wrapper {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.about__image {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 330px
}

.about__image-kanabis {
    position: absolute;
    left: -190px;
    top: 15px
}

.about__image-prod {
    position: relative
}

.about__image-quality {
    position: absolute;
    top: -3px;
    right: -15px;
    width: 80px
}

.about__image-pill {
    position: absolute;
    left: 15px;
    bottom: 5px
}

.about__content {
    margin-left: 0
}

.about__image {
    margin-right: 70px
}

.about__title {
    margin-bottom: 30px
}

.about__text {
    color: #444;
    font-size: 19px;
    line-height: 30px
}

.about__text span {
    color: #222
}

.about__text span.red {
    display: inline-block;
    color: #222;
    background-color: #fbd3d0;
    border-radius: 5px;
    padding: 6px 12px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 6px;
    margin-bottom: 6px;
}

@media screen and (max-width:1219px) {
    .about__image-pill {
        bottom: 20px
    }

    .about__image {
        margin-top: 55px
    }
}

@media screen and (max-width:1023px) {
    .about__image-pill {
        bottom: -30px
    }

    .about__wrapper {
        -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
    }

    .about__image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 20px 0 10px
    }

    .about__content {
        margin-left: 0
    }

    .about__title {
        text-align: center;
        margin-bottom: 20px
    }

    .about__text {
        line-height: 28px
    }
}


@media screen and (max-width:767px) {
.about__image {
    max-width: 290px;
}
}
@media screen and (max-width:639px) {
    .about__title {
        margin-bottom: 10px
    }

    .about__text {
        line-height: 1.3
    }
}

@media screen and (max-width:479px) {
    .about__image-pill {
        display: none
    }

    .about__image {
        max-width: 270px;
        margin-bottom: 0
    }

    .about__image-kanabis {
        display: none
    }

    .about__image-quality {
        width: 68px;
        height: 71px
    }

    .about__image-pill {
        width: 92px;
        height: 70px
    }

    .about__text {
        line-height: 1.3;
        font-size: 18px
    }
}

.action {
    padding: 70px 0
}

.action__wrapper {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.action__title {
    font-size: 41px;
    font-weight: 700;
    margin-right: 15px;
}

.action__form,
.action__price {
    margin-top: 20px
}

.action__plashka {
    width: 200px;
    display: flex;
    justify-content: center;
}

.action__timer {
    margin-left: 15px
}

.action .timer__text {
    font-size: 20px
}

.action .form {
    width: auto
}

.action .form__price {
    margin: 0;

}

.action .form__name,
.action .form__phone {
    margin-bottom: 0;
    width: 290px;
    height: 68px;
    margin-right: 20px
}

.action .form__name input,
.action .form__phone input,
.action-2 .form__name input,
.action-2 .form__phone input {
    height: 100%
}

.action .form__btn {
    width: 280px;
    padding: 7.5px 22px
}

.action .form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

@media screen and (max-width:1219px) {
    .action {
        padding: 60px 0
    }

    .action .timer {
        padding: 0
    }

    .action .timer__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .action .timer__text {
        margin: 0 0 10px
    }

    .action .timer__block {
        padding: 10px 0
    }

    .action .form__name,
    .action .form__phone {
        width: 230px;
        margin-right: 15px
    }

    .action .form__btn {
        width: 250px;
        padding: 7.5px 22px
    }
}

@media screen and (max-width:1023px) {
    .action {
        padding: 40px 0
    }

    .action__title {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 0;
        font-size: 35px
    }

    .action__timer {
        margin-left: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .action__plashka {
        width: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .action__price {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .action__form {
        margin: 20px auto 0;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media screen and (max-width:767px) {
    .action {
        padding: 30px 0
    }

    .action__wrapper {
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .action__title {
        font-size: 30px
    }

    .action__form {
        margin: 0
    }

    .action__plashka {
        position: absolute;
        bottom: auto;
        top: 50px;
        left: 115px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .action__timer {
        position: absolute;
        bottom: 0;
        left: 30px
    }

    .action__price {
        margin-top: 95px
    }

    .action .form form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .action .form__name,
    .action .form__phone {
        margin-bottom: 20px;
        margin-right: 0
    }

    .action .form__btn {
        width: 230px
    }
}

@media screen and (max-width:639px) {
    .action__wrapper {
        -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
    }

    .action__title {
        font-size: 28px
    }

    .action__plashka {
        margin: 0 0 20px
    }

    .action__plashka,
    .action__timer {
        position: static;
        bottom: 0;
        left: 0
    }

    .action__price {
        margin-top: 0
    }

    .action__price,
    .action__timer {
        margin-bottom: 20px
    }

    .action .form__name,
    .action .form__phone {
        width: 270px
    }

    .action .form__btn {
        width: 270px;
        padding: 7.5px 22px
    }
}

@media screen and (max-width:479px) {
    .action__title {
        margin-bottom: 10px;
        font-size: 24px
    }

    .action__plashka {
        margin: 10px 0
    }
}

.better .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.better__title {
    margin-bottom: 58px
}

@media screen and (max-width:1219px) {
    .better__title {
        margin-bottom: 40px
    }
}

@media screen and (max-width:1023px) {
    .better__title {
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px) {
    .better__title {
        margin-bottom: 25px
    }
}

.better__left {
    position: absolute;
    left: -220px;
    bottom: 0
}

.better__right {
    position: relative;
    width: 55.5%;
    margin-left: auto;
    right: 50px;
    padding: 90px 0
}

@media screen and (max-width:1219px) {
    .better__right {
        padding: 60px 0
    }
}

.better--img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 65px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 17px
}

.better--img,
.better__list,
.better__list--el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.better__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.better__list--el {
    position: relative;
    width: 48%;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(75, 85, 86, .1);
    box-shadow: 0 0 25px 0 rgba(75, 85, 86, .1);
    padding: 20px 25px
}

.better__list--el:nth-child(1),
.better__list--el:nth-child(2),
.better__list--el:nth-child(3),
.better__list--el:nth-child(4) {
    margin-bottom: 20px
}

.better__list--el p {
    font-size: 20px;
    color: #444;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1400px) {
    .better__right {
        width: 53%;
        right: 0
    }

    .better__left {
        left: -115px
    }
}

@media screen and (max-width:1219px) {
    .better__right {
        width: 60%
    }

    .better__left {
        left: -165px;
        max-width: 800px
    }
}

@media screen and (max-width:1023px) {
    .better__list--el p {
        font-size: 18px
    }

    .better__left {
        left: -220px;
        max-width: 715px;
        display: none
    }

    .better__right {
        width: 100%
    }

    .better__title {
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .better__left {
        display: none
    }

    .better__list--el {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .better__list--el p {
        text-align: center
    }

    .better__list--el .better--img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px
    }
}

@media screen and (max-width:479px) {
    .better__list--el {
        padding: 15px
    }

    .better__list--el p {
        font-size: 15px;
        line-height: 1.2
    }

    .better__list--el img {
        left: 15px
    }
}

.how {
    padding: 90px 0
}

@media screen and (max-width:1219px) {
    .how {
        padding: 60px 0
    }
}

.how .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.how__title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px
}

@media screen and (max-width:1219px) {
    .how__title {
        margin-bottom: 40px
    }
}

@media screen and (max-width:1023px) {
    .how__title {
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px) {
    .how__title {
        margin-bottom: 25px
    }
}

.how__number {
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #eb2315;
    font-size: 110px;
    font-weight: 700;
    font-family: 'BentonSans', sans-serif;
    text-shadow: 5px 5px 0 #d4d4d4
}

.how__list {
    width: 57%
}

.how__list--el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.how__list--el-text b {
    display: block;
    font-size: 22px;
    color: #222;
    font-weight: 700;
    line-height: 1.091;
    margin-bottom: 15px
}

.how__list--el-text p {
    font-size: 19px;
    color: #444;
    line-height: 1.579
}

.how__list--el--2 {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.how__list--el--2 .how__list--el-text,
.how__prod {
    position: relative
}

.how__list--el--2 .how__list--el-text:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #d5d5d5;
    position: absolute;
    bottom: -30px;
    left: 0
}

.how__list--el--2 .how__list--el-text:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #d5d5d5;
    position: absolute;
    top: -30px;
    left: 0
}

.how__prod {
    top: 82px;
    left: 69px
}

.how__prod--pack {
    position: relative;
    z-index: 2
}

.how__prod--medal {
    position: absolute;
    z-index: 3;
    top: -54px;
    left: 10px
}

.how__prod--pill {
    position: absolute;
    z-index: 4;
    bottom: -20px;
    left: 8px
}

.how__prod--cert {
    position: absolute;
    z-index: 1;
    right: -87px;
    top: -6px
}

@media screen and (max-width:1300px) {
    .how__prod {
        top: 65px;
        left: 45px
    }
}

@media screen and (max-width:1219px) {
    .how__prod--cert {
        right: -30px;
        top: -24px
    }

    .how__prod {
        top: 30px;
        left: 15px;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    .how__list {
        width: 60%
    }

    .how__number {
        width: 90px;
        font-size: 95px
    }

    .how__list--el--2 {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .how__list--el--2 .how__list--el-text:before {
        top: -20px
    }

    .how__list--el--2 .how__list--el-text:after {
        bottom: -20px
    }

    .how__list--el-text b {
        font-size: 20px
    }

    .how__list--el-text p {
        font-size: 18px
    }
}

@media screen and (max-width:1023px) {
    .how__list {
        width: 100%
    }

    .how__number {
        width: 75px;
        font-size: 80px;
        text-shadow: 4px 4px 0 #d4d4d4
    }

    .how__prod {
        top: 0;
        left: -25px;
        margin: 67px auto 14px;
        -webkit-transform: scale(1);
        transform: scale(1);
        max-width: 290px
    }

    .how__prod--cert {
        right: -50px
    }
}

@media screen and (max-width:767px) {
    .how__prod {
        left: 0;
        margin-top: 45px
    }

    .how__prod--cert {
        display: none
    }

    .how__list--el-text b {
        margin-bottom: 10px
    }

    .how__prod--medal {
        top: -33px;
        left: 145px
    }
}

@media screen and (max-width:639px) {
    .how__number {
        width: 60px;
        font-size: 65px;
        text-shadow: 3px 3px 0 #d4d4d4
    }

    .how__prod--medal {
        top: -20px;
        width: 70px;
        height: 73px;
        left: 145px
    }

    .how__list--el-text p {
        font-size: 16px
    }

    .how__list--el-text b {
        margin-bottom: 7px;
        line-height: 1.2
    }

    .how__list--el--2 {
        margin-top: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .how__list--el--2 .how__list--el-text:before {
        top: -15px
    }

    .how__list--el--2 .how__list--el-text:after {
        bottom: -15px
    }

    .how__prod {
        margin-top: 30px
    }
}

@media screen and (max-width:479px) {
    .how__number {
        width: 45px;
        font-size: 50px
    }

    .how__list--el-text b {
        font-size: 17px
    }

    .how__list--el-text p {
        line-height: 1.3
    }
}

.graf {
    padding: 90px 0;
    overflow: hidden
}

@media screen and (max-width:1219px) {
    .graf {
        padding: 60px 0
    }
}

.graf__title {
    text-align: center;
    margin-bottom: 20px
}

@media screen and (max-width:1023px) {
    .graf__title {
        margin-bottom: 18px
    }
}

.graf__subtitle {
    font-size: 19px;
    color: #444;
    line-height: 1.19;
    text-align: center;
    margin-bottom: 47px
}

@media screen and (max-width:1219px) {
    .graf__subtitle {
        margin-bottom: 37px
    }
}

@media screen and (max-width:1023px) {
    .graf__subtitle {
        margin-bottom: 30px;
        font-size: 17px
    }
}

@media screen and (max-width:767px) {
    .graf__subtitle {
        margin-bottom: 25px;
        font-size: 16px
    }
}

.graf__subtitle--highlight {
    display: inline-block;
    padding: 9px 13px;
    margin-left: 5px;
    margin-bottom: 6px;
    margin-top: 6px;
    color: #222;
    background-color: #fbd3d0;
    border-radius: 5px;
    font-weight: 700
}

.graf__big,
.graf__col,
.graf__col--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.graf__big {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px 0 150px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(75, 85, 86, .1);
    box-shadow: 0 0 25px 0 rgba(75, 85, 86, .1)
}

.graf__col,
.graf__col--title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.graf__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33.333%;
    padding: 0 25px;
    position: relative
}

.graf__col--title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    line-height: 1.333;
    text-align: center;
    margin-bottom: 20px
}

.graf__col--2 {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0
}

.graf__col--text span {
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
    color: #222
}

.graf__col--1 .graf__col--text span {
    position: absolute;
    bottom: -53px;
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
    min-width: 200px;
    text-align: right
}

.graf__col--text-11 {
    left: -45px
}

.graf__col--text-12 {
    left: 3px
}

.graf__col--text-13 {
    left: 48px
}

.graf__col--text-14 {
    left: 100px
}

.graf__col--text-15 {
    left: 145px
}

.graf__col--2 .graf__col--text span {
    position: absolute;
    min-width: 170px
}

.graf__col--text-21,
.graf__col--text-22 {
    left: 211px;
    bottom: 83px;
    font-size: 13px !important;
    width: auto !important
}

.graf__col--text-21:before,
.graf__col--text-22:before {
    content: '';
    position: absolute;
    left: -21px;
    top: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #000
}

.graf__col--text-21:before {
    background-color: #8a8a8a;
    border-radius: 50%
}

.graf__col--text-22 {
    bottom: 60px
}

.graf__col--text-22:before {
    background-color: #6fa130
}

.graf__col--text-23 {
    left: 137px;
    text-align: center;
    bottom: -36px
}

.graf__col--3 .graf__col--text span {
    position: absolute;
    bottom: -53px;
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
    min-width: 200px;
    text-align: right
}

.graf__col--text-31 {
    left: 1px
}

.graf__col--text-32 {
    left: 70px
}

@media screen and (max-width:1219px) {
    .graf__col--text span {
        font-size: 14px
    }

    .graf__col--1 .graf__col--text span,
    .graf__col--3 .graf__col--text span {
        bottom: -55px
    }

    .graf__col--text-11 {
        left: -65px
    }

    .graf__col--text-12 {
        left: -25px
    }

    .graf__col--text-13 {
        left: 12px
    }

    .graf__col--text-14 {
        left: 53px
    }

    .graf__col--text-15 {
        left: 92px
    }

    .graf__col--text-23 {
        left: 98px;
        bottom: -30px
    }

    .graf__col--text-21,
    .graf__col--text-22 {
        left: 175px;
        bottom: 68px;
        font-size: 12px !important
    }

    .graf__col--text-22 {
        bottom: 48px
    }

    .graf__col--text-31 {
        left: -29px
    }

    .graf__col--text-32 {
        left: 30px
    }

    .graf__big {
        padding: 25px 0 120px
    }
}

@media screen and (max-width:1023px) {
    .graf__big {
        padding-bottom: 90px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .graf__col {
        width: 43%;
        padding: 0 10px
    }

    .graf__col--1,
    .graf__col--2,
    .graf__col--3 {
        margin-left: auto;
        margin-right: auto
    }

    .graf__col--2 {
        border-left: 0 solid #e0e0e0;
        border-right: 0 solid #e0e0e0
    }

    .graf__col--3 {
        margin-top: 85px
    }

    .graf__col--title {
        margin-bottom: 10px
    }

    .graf__col--text-21 {
        bottom: 70px;
        left: 160px
    }

    .graf__col--text-22 {
        bottom: 52px;
        left: 160px
    }
}

@media screen and (max-width:767px) {
    .graf__col {
        width: 50%
    }

    .graf__col--text-21,
    .graf__col--text-22 {
        left: 140px
    }

    .graf__col--text-11 {
        left: -80px
    }

    .graf__col--text-12 {
        left: -40px
    }

    .graf__col--text-13 {
        left: 2px
    }

    .graf__col--text-14 {
        left: 43px
    }

    .graf__col--text-15 {
        left: 82px
    }

    .graf__col--text-23 {
        left: 90px
    }

    .graf__col--text-31 {
        left: -40px
    }

    .graf__col--text-32 {
        left: 20px
    }

    .graf__col--3 {
        margin-top: 85px
    }
}

@media screen and (max-width:639px) {
    .graf__col {
        width: 67%
    }

    .graf__col--2 {
        margin-top: 125px
    }

    .graf__col--3 {
        margin-top: 55px
    }

    .graf__col--title {
        min-height: 1px
    }
}

@media screen and (max-width:479px) {
    .graf__col--2 {
        margin-top: 100px
    }
    .graf__col--title {
        min-height: 45px;
        font-size: 16px
    }

    .graf__big {
        width: 290px;
        margin-left: auto;
        margin-right: auto
    }

    .graf__col {
        width: 100%
    }

    .graf__col--text-12 {
        left: -44px
    }

    .graf__col--text-13 {
        left: -3px
    }

    .graf__col--text-14 {
        left: 35px
    }

    .graf__col--text-15 {
        left: 74px
    }

    .graf__col--text-23 {
        left: 80px;
        bottom: -20px
    }

    .graf__col--3 {
        margin-top: 25px
    }

    .graf__big {
        padding-top: 20px
    }
}

.expert {
    padding: 90px 0
}

@media screen and (max-width:1219px) {
    .expert {
        padding: 60px 0
    }
}

.expert__title {
    width: 100%;
    text-align: center;
    margin-bottom: 110px
}

@media screen and (max-width:1219px) {
    .expert__title {
        margin-bottom: 40px
    }
}

@media screen and (max-width:1023px) {
    .expert__title {
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px) {
    .expert__title {
        margin-bottom: 25px
    }
}

.expert .container,
.expert__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.expert .container {
    -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
}

.expert__main {
    width: 51%;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(75, 85, 86, .1);
    box-shadow: 0 0 25px 0 rgba(75, 85, 86, .1);
    padding: 70px 25px 0
}

.expert__main--img {
    margin-top: -150px;
    margin-left: -55px
}

.expert__main--right {
    margin-left: 45px
}

.expert__main--right-line {
    margin-bottom: 38px;
    background-color: #eb2315;
    width: 45px;
    height: 4px
}

.expert__main--right-name {
    font-size: 26px;
    color: #332f2f;
    font-weight: 700;
    margin-bottom: 10px
}

.expert__main--right-prof {
    font-size: 17px;
    color: #666;
    margin-bottom: 25px
}

.expert__graf {
    width: 44.5%;
    margin-top: -15px
}

.expert__col--text,
.expert__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.expert__row {
    position: relative
}

.expert__row:after {
    content: '';
    width: 78%;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    left: 0;
    bottom: -1px
}

.expert__col--text {
    width: 33%;
    border-right: 1px solid #e1e1e1;
    font-size: 18px;
    font-family: "PT Sans", sans-serif;
    color: #222;
    font-weight: 700;
    line-height: 1.111;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 20px 20px 0
}

.expert__col--line {
    padding-left: 33px
}

.expert__col--line .top-line {
    margin-top: 0
}

.expert__col--line span {
    text-align: right;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    color: #b6b6b6;
    position: absolute;
    right: 22%;
    bottom: 4px
}

.expert__col--line span.time {
    width: 100px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: -18px;
    right: auto;
    left: 37.5%
}

.expert__text {
    margin-top: 53px
}

.expert__text span.red {
    display: inline-block;
    color: #222;
    background-color: #fbd3d0;
    border-radius: 5px;
    padding: 4px 10px;
    margin-left: -9px;
    margin-right: -9px;
    font-weight: 700
}

.expert__text--title {
    font-size: 26px;
    color: #222;
    font-weight: 700;
    line-height: 1.308;
    margin-bottom: 20px
}

.expert__text--descr {
    font-size: 19px;
    color: #444;
    line-height: 1.684
}

@media screen and (max-width:1255px) {
    .expert__main--img {
        margin-left: -15px
    }
}

@media screen and (max-width:1219px) {
    .expert__main--right-line {
        display: none
    }

    .expert__main--img {
        margin-left: -20px;
        margin-top: -45px;
        width: 220px;
        height: 286px
    }

    .expert__main--right {
        margin-left: 20px
    }

    .expert__main {
        width: 48%
    }

    .expert__graf {
        width: 49%;
        margin-top: 10px
    }

    .expert__col--text {
        font-size: 17px;
        width: 34.5%
    }

    .expert__col--line img {
        max-height: 100px
    }

    .expert__col--line span.time {
        top: 0;
        left: 35.5%
    }

    .expert__text {
        margin-top: 40px
    }

    .expert__text--title {
        font-size: 24px;
        margin-bottom: 13px
    }

    .expert__text--descr {
        font-size: 18px;
        line-height: 1.5
    }
}

@media screen and (max-width:1023px) {

    .expert__graf,
    .expert__main {
        max-width: 490px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .expert__graf {
        margin-top: 50px;
        max-width: 470px
    }

    .expert__col--line img {
        max-height: 115px
    }

    .expert__text {
        margin-top: 30px
    }

    .expert__text--title {
        text-align: center;
        margin-bottom: 8px;
        font-size: 22px
    }

    .expert__text--descr {
        font-size: 17px;
        line-height: 1.4
    }

    .expert__col--line span.time {
        top: -11px;
        left: 38.5%
    }
}

@media screen and (max-width:639px) {
    .expert__main {
        padding-top: 35px
    }

    .expert__main--img {
        margin-left: -15px;
        margin-top: -25px;
        width: 195px;
        height: 253px
    }

    .expert__col--text {
        font-size: 16px;
        width: 38%
    }

    .expert__col--line img {
        max-height: 90px
    }

    .expert__col--line .top-line {
        margin-top: -17px
    }

    .expert__col--line span.time {
        left: 32%;
        font-size: 12px;
        top: 27px
    }

    .expert__graf {
        margin-top: 30px;
        max-width: 400px
    }

    .expert__main--right-name {
        font-size: 16px
    }

    .expert__main--right-prof {
        font-size: 13px
    }
}

@media screen and (max-width:479px) {
    .expert__graf {
        margin-top: 30px;
        max-width: 290px
    }

    .expert__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .expert__col--line {
        margin-left: auto;
        margin-right: auto
    }

    .expert__col--text {
        display: block;
        font-size: 17px;
        width: 100%;
        text-align: center;
        border-right: 0 solid #e1e1e1
    }

    .expert__col--line {
        padding-left: 0
    }

    .expert__col--line .top-line {
        margin-top: -25px
    }

    .expert__col--line img {
        margin-top: -25px;
        max-height: 99px;
        max-width: 239px
    }

    .expert__row:not(:last-child) {
        margin-bottom: 15px
    }

    .expert__text--descr {
        line-height: 1.2
    }

    .expert__row:after {
        width: 240px;
        margin-left: calc(50% - 120px)
    }

    .expert__row:before {
        content: '';
        width: 1px;
        height: 80px;
        background-color: #e1e1e1;
        position: absolute;
        bottom: 0;
        left: calc(50% - 120px)
    }

    .expert__col--line span.time {
        left: -7%;
        top: 50px
    }

    .expert__main--img {
        margin-left: -5px;
        margin-top: 0;
        width: 120px;
        height: 156px
    }

    .expert__main {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 10px 0
    }

    .expert__main--right-line {
        display: none
    }

    .expert__main--right-name {
        margin-top: 10px
    }
}

.cert {
    padding: 90px 0
}

@media screen and (max-width:1219px) {
    .cert {
        padding: 60px 0
    }
}

.cert .container {
    padding-left: 185px;
    padding-right: 185px
}

@media screen and (max-width:1219px) {
    .cert .container {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media screen and (max-width:1023px) {
    .cert .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.cert__title {
    text-align: center;
    margin-bottom: 40px
}

@media screen and (max-width:1023px) {
    .cert__title {
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px) {
    .cert__title {
        margin-bottom: 20px
    }
}

.cert__main {
    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
}

.cert__main .line {
    background-color: #d6d3d3;
    width: 60px;
    height: 1px
}

@media screen and (max-width:1219px) {
    .cert__main img {
        max-width: 190px;
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:1023px) {
    .cert__main img {
        max-width: 165px
    }
}

@media screen and (max-width:767px) {
    .cert__main img {
        max-width: 150px
    }

    .cert__main .line {
        width: 40px
    }
}

@media screen and (max-width:639px) {
    .cert__main img {
        max-width: 120px
    }

    .cert__main .line {
        width: 20px
    }
}

@media screen and (max-width:479px) {
    .cert__main img {
        max-width: 29%
    }

    .cert__main .line {
        display: none
    }
}

.action-2 {
    padding: 70px 0
}

@media screen and (max-width:1219px) {
    .action-2 {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.action-2__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.action-2__image {
    position: relative;
    margin-right: 90px
}

.action-2__image-prod {
    max-width: 260px
}

.action-2__image-quality {
    position: absolute;
    top: 0;
    right: -10px;
    width: 63px;
    height: 65px
}

.action-2__image-pill {
    position: absolute;
    bottom: -17px;
    left: 7px;
    width: 88px;
    height: 67px
}

.action-2__content {
    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
}

.action-2__title {
    color: #1f2124;
    font-size: 45px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 20px
}

.action-2__date {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-right: 15px
}

.action-2__timer {
    margin-left: 15px
}

.action-2__timer .timer__text {
    color: #333;
    font-size: 16px;
    line-height: 18px;
    width: 120px
}

.action-2__form {
    width: 100%;
    margin-top: 20px
}

.action-2 .form {
    width: auto
}

.action-2 .form__name,
.action-2 .form__phone {
    margin-bottom: 0;
    width: 250px;
    height: 68px;
    margin-right: 20px
}

.action-2 .form__btn {
    width: 280px;
    padding: 7.5px 22px
}

.action-2 .form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0
}

@media screen and (max-width:1219px) {
    .action-2__image {
        margin-right: 25px
    }

    .action-2__image-prod {
        max-width: 210px
    }

    .action-2__title {
        font-size: 40px
    }

    .action-2 .timer {
        padding: 0
    }

    .action-2 .timer__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .action-2 .timer__text {
        margin: 0 0 10px;
        width: auto
    }

    .action-2 .timer__block {
        padding: 10px 0
    }

    .action-2 .form__name,
    .action-2 .form__phone {
        width: 230px;
        margin-right: 15px
    }

    .action-2 .form__btn {
        width: 250px;
        padding: 7.5px 22px
    }
}

@media screen and (max-width:1023px) {
    .action-2 {
        padding: 40px 0
    }

    .action-2__wrapper {
        position: relative
    }

    .action-2__content {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .action-2__image {
        position: absolute;
        bottom: 0;
        left: 50px
    }

    .action-2__image-prod {
        max-width: 300px
    }

    .action-2__title {
        text-align: center;
        margin-bottom: 10px;
        font-size: 35px
    }

    .action-2__date {
        text-align: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .action-2__timer {
        margin: 0 50px 0 200px
    }

    .action-2__plashka {
        position: absolute;
        left: 50px;
        top: 86px
    }

    .action-2__form {
        width: 250px;
        margin-right: 50px
    }

    .action-2 .form__name,
    .action-2 .form__phone {
        width: 250px;
        margin-right: 0;
        margin-bottom: 20px
    }

    .action-2 .form__btn {
        width: 250px;
        padding: 7.5px 22px
    }

    .action-2 .form form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:767px) {
    .action-2 {
        padding: 30px 0
    }

    .action-2__title {
        font-size: 30px;
        margin-bottom: 5px
    }

    .action-2__image {
        left: 0
    }

    .action-2__plashka {
        left: 0;
        top: 76px
    }

    .action-2__timer {
        margin: 0 0 0 200px
    }

    .action-2__form {
        margin-right: 0
    }
}

@media screen and (max-width:639px) {
    .action-2__title {
        font-size: 28px
    }

    .action-2__date {
        margin-bottom: 30px
    }

    .action-2__image {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: initial;
        top: 93px;
        margin-right: 0
    }

    .action-2__image-prod {
        max-width: 290px
    }

    .action-2__plashka {
        left: 80px;
        top: 75px
    }

    .action-2__content {
        -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;
        width: 100%
    }

    .action-2__timer {
        margin: 340px 0 0
    }

    .action-2 .form__name,
    .action-2 .form__phone,
    .action-2__form {
        width: 270px
    }

    .action-2 .form__btn {
        width: 270px;
        padding: 7.5px 22px
    }
}

@media screen and (max-width:479px) {
    .action-2__title {
        font-size: 24px
    }

    .action-2__date {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 22px
    }

    .action-2__image {
        top: 103px
    }

    .action-2__plashka {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 67px
    }

    .action-2__timer {
        margin-top: 370px
    }
}

.new {
    padding: 70px 0
}

@media screen and (max-width:1219px) {
    .new {
        padding: 55px 0
    }
}

.new .container,
.new__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.new .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.new__left {
    width: 47%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.new__title {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    width: 100%
}

@media screen and (max-width:1219px) {
    .new__title {
        font-size: 37px;
        margin-bottom: 24px
    }
}

@media screen and (max-width:1023px) {
    .new__title {
        font-size: 34px
    }
}

@media screen and (max-width:767px) {
    .new__title {
        font-size: 29px;
        margin-bottom: 18px
    }
}

@media screen and (max-width:639px) {
    .new__title {
        font-size: 27px
    }
}

@media screen and (max-width:479px) {
    .new__title {
        font-size: 24px
    }
}

.new__subtitle {
    font-size: 22px;
    color: #222;
    font-weight: 700;
    line-height: 1.182;
    margin-bottom: 45px;
    width: 100%
}

@media screen and (max-width:1219px) {
    .new__subtitle {
        margin-bottom: 35px
    }
}

@media screen and (max-width:1023px) {
    .new__subtitle {
        margin-bottom: 25px
    }
}

@media screen and (max-width:767px) {
    .new__subtitle {
        font-size: 18px;
        margin-bottom: 20px
    }
}

.new__right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    right: -48px
}

.new__right--mob {
    display: none
}

.new__btn {
    width: 275px;
    padding: 7.5px 40px;
    text-align: center
}

.new__btn span {
    display: block
}

@media screen and (max-width:1260px) {
    .new__right {
        right: 0
    }
}

@media screen and (max-width:1219px) {
    .new__title {
        line-height: 1.1
    }

    .new__left {
        width: 40%
    }
}

@media screen and (max-width:1023px) {
    .new__left {
        width: 50%
    }

    .new__right {
        width: 47%
    }
}

@media screen and (max-width:767px) {
    .new__btn {
        width: 250px;
        padding: 7.5px 30px
    }
}

@media screen and (max-width:639px) {
    .new__right {
        display: none
    }

    .new__right--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px
    }

    .new__left {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .new__right {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px
    }
}

.reviews {
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: hidden
}

@media screen and (max-width:1219px) {
    .reviews {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.reviews__title {
    text-align: center;
    margin-bottom: 50px
}

@media screen and (max-width:1219px) {
    .reviews__title {
        margin-bottom: 40px
    }
}

@media screen and (max-width:1023px) {
    .reviews__title {
        margin-bottom: 30px
    }
}

@media screen and (max-width:767px) {
    .reviews__title {
        margin-bottom: 20px
    }
}

.reviews__title .color {
    color: #e73e11
}

.reviews__text {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 77px;
    text-align: center;
    margin-bottom: 25px
}

@media screen and (max-width:1023px) {
    .reviews__text {
        font-size: 22px
    }
}

.reviews__btn {
    max-width: 290px;
    width: 100%;
    margin: auto;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 15px
}

.reviews-form__btn {
    max-width: 230px;
}

.reviews .arrow-left,
.reviews .arrow-right {
    position: absolute;
    fill: #b3b3b3;
    cursor: pointer;
    top: 53%;
    z-index: 1
}

@media screen and (max-width:1300px) {

    .reviews .arrow-left,
    .reviews .arrow-right {
        top: auto;
        bottom: -48px
    }
}

.reviews .arrow-left:hover,
.reviews .arrow-right:hover {
    fill: #d4123b
}

.reviews .arrow-left {
    left: -60px
}

@media screen and (max-width:1300px) {
    .reviews .arrow-left {
        left: 15%
    }
}

@media screen and (max-width:767px) {
    .reviews .arrow-left {
        left: 0
    }
}

.reviews .arrow-right {
    right: -60px
}

@media screen and (max-width:1300px) {
    .reviews .arrow-right {
        right: 15%
    }
}

@media screen and (max-width:767px) {
    .reviews .arrow-right {
        right: 0
    }
}

.reviews .slick-list {
    padding: 0 0 20px;
    margin: 0 -15px
}

@media screen and (max-width:639px) {
    .reviews .slick-list {
        padding-top: 10px
    }
}

.reviews .slick-slide {
    margin: 0 15px;
    width: 370px
}

@media screen and (max-width:1219px) {
    .reviews .slick-slide {
        margin: 0 10px
    }
}

.reviews .slick-dots {
    bottom: -45px
}

.reviews-cta {
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    padding: 40px 50px;
    display: none;
    background-color: #fff;
    z-index: 5;
    position: relative
}

@media screen and (max-width:1023px) {
    .reviews-cta {
        padding: 30px
    }
}

@media screen and (max-width:639px) {
    .reviews-cta {
        padding: 20px
    }
}

.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: 5px;
    background-color: #fff;
    border: 1px solid #dedddd;
    padding: 26px 60px;
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06)
}

.reviews-form__field-wrap {
    position: relative;
    margin-bottom: 30px;
    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: 30%;
    margin-right: 25px
}

.reviews-form__field-wrap--name::before {
    width: 19px;
    height: 23px;
    background-image: url(../img/name.png)
}

.reviews-form__field-wrap--age.invalid .reviews-form__error,
.reviews-form__field-wrap--message.invalid .reviews-form__error,
.reviews-form__field-wrap--name.invalid .reviews-form__error {
    display: block
}

@media screen and (max-width:1023px) {
    .reviews-form__field-wrap--name {
        width: 48%;
        margin-right: 20px
    }
}

@media screen and (max-width:639px) {
    .reviews-form__field-wrap--name {
        width: 100%;
        margin-right: 0
    }
}

.reviews-form__field-wrap--age {
    width: 30%;
    margin-right: 25px
}

.reviews-form__field-wrap--age::before {
    width: 22px;
    height: 20px;
    background-image: url(../img/age-icon.png)
}

@media screen and (max-width:1023px) {
    .reviews-form__field-wrap--age {
        width: 48%;
        margin-right: 0
    }
}

@media screen and (max-width:639px) {
    .reviews-form__field-wrap--age {
        width: 100%
    }
}

.reviews-form__field-wrap--message {
    width: 100%
}

.reviews-form__field-wrap--message::before {
    top: 25px;
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 21px;
    height: 21px;
    background-image: url(../img/message-icon.png)
}

@media screen and (max-width:1023px) {
    .reviews-form__field-wrap {
        margin-bottom: 20px
    }
}

.reviews-form__field-form-imput:not(:last-of-type) {
    margin-right: 15px
}

@media screen and (max-width:1023px) {
    .reviews-form__intrenal-col {
        margin-bottom: 20px
    }
}

.reviews-form__textarea {
    resize: none;
    overflow: hidden;
    min-height: 100px;
    height: 100%
}

.reviews-form__file,
.reviews-form__file-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-form__file-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .06);
    border: 1px solid #e1e1e1;
    background-color: #eef2f7;
    cursor: pointer
}

.reviews-form__file-text {
    color: #666;
    font-size: 16px;
    line-height: 18px;
    text-decoration: underline;
    margin-left: 15px;
    cursor: pointer
}

.reviews-form__error {
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: -15px;
    left: 0;
    display: none
}

.reviews-form__checkmark-icon {
    display: 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 green;
    padding: 20px;
    text-align: center
}

@media screen and (max-width:479px) {
    .reviews-popup__inner {
        width: 300px
    }
}

.reviews-popup__text {
    font-size: 25px;
    font-weight: 700
}

.reviews-popup__big {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px
}

.reviews .o-auto {
    overflow: auto
}

.reviews .invalid,
.reviews .valid {
    border: 1px solid red;
    border-radius: 6px
}

.reviews .invalid .reviews-form__field,
.reviews .valid .reviews-form__field {
    border: 0
}

.reviews .valid {
    border: 1px solid green
}

.reviews .visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.slide {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    padding: 29px 29px 35px;
    border-top: 4px solid #eb2315;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .slide {
        padding: 21px 15px
    }
}

.slide__info {
    width: calc(100% - 90px);
    margin-left: auto;
    position: relative;
    margin-bottom: 15px
}

.slide__photo {
    width: 70px
}

.slide__name {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px
}

@media screen and (max-width:1219px) {
    .slide__name {
        font-size: 19px
    }
}

.slide__city {
    color: #444;
    font-size: 18px;
    font-weight: 400
}

@media screen and (max-width:767px) {
    .slide__city {
        font-size: 17px
    }
}

.slide__desc {
    max-height: 232px;
    overflow: hidden;
    -webkit-transition: all .8s;
    transition: all .8s;
    position: relative
}

@media screen and (max-width:1219px) {
    .slide__desc {
        max-height: 220px
    }
}

@media screen and (max-width:639px) {
    .slide__desc {
        max-height: 170px
    }
}

@media screen and (max-width:479px) {
    .slide__desc {
        max-height: 200px
    }
}

.slide__desc:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-box-shadow: inset 0 -75px 20px -30px #fff;
    box-shadow: inset 0 -75px 20px -30px #fff;
    -webkit-transition: 1s;
    transition: 1s
}

.slide__desc.show:after {
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: 1s;
    transition: 1s
}

.slide__main {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 9px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #dbdbdb
}

@media screen and (max-width:767px) {
    .slide__main {
        font-size: 18px;
        line-height: 1.2
    }
}

.slide__text {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

@media screen and (max-width:767px) {
    .slide__text {
        font-size: 17px;
        line-height: 1.4
    }
}

.slide__btn,
.slide__btn::after,
.slide__btn::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.slide__btn {
    width: 36px;
    height: 36px;
    background-color: #f12d1b;
    border-radius: 50%;
    bottom: 0;
    cursor: pointer
}

.slide__btn::after,
.slide__btn::before {
    content: '';
    display: block;
    bottom: 50%;
    background: #fff
}

.slide__btn::after {
    width: 2px;
    height: 16px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.slide__btn::before {
    height: 2px;
    width: 16px
}

.slide__btn.active::after {
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
    transform: translate(-50%, 50%) rotate(90deg)
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.reviews-form__file-img {
    background-image: url(../img/file-icon.png);
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center
}

.reviews-form__file.rloaded .reviews-form__file-img {
    background-image: none
}

.use {
    padding: 90px 0
}

@media screen and (max-width:1219px) {
    .use {
        padding-top: 60px;
        padding-bottom: 80px
    }
}

.use__wrapper {
    padding-bottom: 65px
}

.use__title {
    text-align: center
}

.use__image {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 330px;
    margin-right: 50px;
    margin-left: 190px
}

.use__image-kanabis {
    position: absolute;
    left: -192px;
    top: 15px
}

.use__image-prod {
    position: relative
}

.use__image-quality {
    position: absolute;
    width: 82px;
    height: 86px;
    top: -5px;
    right: -15px
}

.use__image-pill {
    position: absolute;
    left: 5px;
    bottom: -25px
}

.use__inner {
    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__title {
    margin-bottom: 60px
}

.use__content {
    margin-left: 35px;
    background-image: url(../img/use_line.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: auto
}

.use__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.use__item:not(:last-child) {
    margin-bottom: 70px
}

.use__item:nth-child(2) {
    margin-left: 40px
}

.use__item-bulit {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 10px;
    background-color: rgba(235, 35, 21, .3);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px
}

.use__item-image {
    background-color: #eb2315;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto
}

.use__item-image.image-1 {
    background-image: url(../img/use_item_image-1.png)
}

.use__item-image.image-2 {
    background-image: url(../img/use_item_image-2.png)
}

.use__item-image.image-3 {
    background-image: url(../img/use_item_image-3.png)
}

.use__item-text {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    max-width: 270px
}

@media screen and (max-width:1219px) {
    .use__image {
        margin-left: 100px
    }

    .use__title {
        margin-bottom: 50px
    }

    .use__wrapper {
        padding-bottom: 35px
    }
}

@media screen and (max-width:1023px) {
    .use__wrapper {
        padding-bottom: 0
    }

    .use__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .use__title {
        margin-bottom: 40px
    }

    .use__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 0 20px
    }

    .use__content {
        margin: 0 0 30px;
        background-image: none
    }

    .use__item:not(:last-child) {
        margin-bottom: 20px
    }

    .use__item:nth-child(2) {
        margin-left: 0
    }

    .use__item-text {
        max-width: 100%
    }
}

@media screen and (max-width:767px) {

    .use__image {
        max-width: 290px;
    }
    .use__title {
        margin-bottom: 30px
    }
}

@media screen and (max-width:639px) {
    .use__title {
        margin-bottom: 20px
    }

    .use__item-text {
        line-height: 1.2
    }
}

@media screen and (max-width:479px) {
    .use__title {
        font-size: 26px
    }

    .use__image-kanabis {
        display: none
    }

    .use__image-quality {
        top: 0;
        right: 0
    }

    .use__item-bulit {
        margin-right: 15px
    }

    .use__item-text {
        font-size: 18px;
        line-height: 1.2
    }
}

.recommendation {
    margin-top: -115px
}

.recommendation__wrapper {
    border-bottom: 1px solid #dcd9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.recommendation__image {
    margin-left: -6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px
}

.recommendation__title {
    margin-bottom: 40px
}

.recommendation__name {
    color: #332f2f;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px
}

.recommendation__profession {
    color: #666;
    font-size: 17px
}

.recommendation__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px
}

.recommendation__item {
    position: relative;
    padding-top: 60px
}

.recommendation__item:not(:last-child) {
    margin-right: 40px
}

.recommendation__item:first-child {
    max-width: 236px
}

.recommendation__item:nth-child(2) {
    max-width: 214px
}

.recommendation__item:last-child {
    max-width: 210px
}

.recommendation__item-bulit {
    width: 40px;
    height: 40px;
    background-color: #eb2315;
    border-radius: 50%;
    border: 4px solid #f1b5b2;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/bulit_image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 16px
}

.recommendation__item-text {
    color: #444;
    font-size: 18px;
    line-height: 24px
}

.recommendation__item-text span {
    color: #000;
    font-weight: 700
}

@media screen and (max-width:1219px) {
    .recommendation {
        padding-top: 30px
    }

    .recommendation__image {
        width: 250px;
        margin-left: -6px;
        margin-right: 20px
    }

    .recommendation__title {
        margin-bottom: 35px
    }

    .recommendation__content {
        margin-bottom: 20px
    }

    .recommendation__item:not(:last-child) {
        margin-right: 20px
    }
}

@media screen and (max-width:1023px) {
    .recommendation {
        margin-top: 0;
        padding-top: 20px
    }

    .recommendation__image {
        display: none;
        margin: 0
    }

    .recommendation__inner {
        width: 100%
    }

    .recommendation__name {
        margin-bottom: 5px
    }

    .recommendation__title {
        text-align: center;
        margin-bottom: 20px
    }

    .recommendation__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .recommendation__item {
        width: 100%;
        max-width: 33% !important;
        padding-top: 0;
        padding-left: 50px
    }

    .recommendation__item:not(:last-child) {
        margin-right: 10px
    }
}

@media screen and (max-width:767px) {

    .recommendation__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .recommendation__item {
        min-height: 40px;
        display: flex;
        align-items: center;
        padding-top: 0;
        padding-left: 60px
    }

    .recommendation__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px
    }

    .recommendation__item:first-child,
    .recommendation__item:last-child,
    .recommendation__item:nth-child(2) {
        max-width: 100% !important
    }
}

@media screen and (max-width:639px) {
    .recommendation__item {
        padding-left: 50px
    }

    .recommendation__item-text {
        font-size: 16px
    }
}


.order {
    padding: 90px 0
}

@media screen and (max-width:1219px) {
    .order {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.order__title {
    text-align: center;
    margin-bottom: 90px
}

.order__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order__item {
    max-width: 260px;
    position: relative
}

.order__item-step {
    color: #eb2315;
    font-size: 70px;
    font-weight: 700;
    font-family: 'BentonSans', sans-serif;
    text-shadow: 3px 3px 0 #d4d4d4;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.order__item-image {
    -webkit-box-shadow: 0 0 25px rgba(75, 85, 86, .1);
    box-shadow: 0 0 25px rgba(75, 85, 86, .1);
    border-radius: 16px;
    background-color: #fff;
    height: 265px;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 20px
}

.order__item-image--inner {
    padding: 40px 35px 30px
}

.order__item-image.image-2 {
    background-image: url(../img/order_image-2.png);
    background-position: center bottom
}

.order__item-image.image-3 {
    background-image: url(../img/order_image-3.png);
    background-position: left center
}

.order__item-image.image-4 {
    background-image: url(../img/order_image-4.png);
    background-position: center bottom
}

.order__item-title {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    margin: 0 0 10px
}

.order__item-text {
    color: #444;
    font-size: 18px;
    line-height: 26px;
    text-align: center
}

.order__item.item-2 .order__item-image img,
.order__item.item-4 .order__item-image img {
    margin: auto auto 0
}

.order__item.item-3 .order__item-image img {
    margin: auto auto auto 0
}

.order .fake__btn,
.order .fake__input {
    border-radius: 5px;
    cursor: default;
    width: 190px
}

.order .fake__input {
    -webkit-box-shadow: inset 2px 3px 5px rgba(34, 35, 39, .09);
    box-shadow: inset 2px 3px 5px rgba(34, 35, 39, .09);
    border: 1px solid #dedddd;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(102, 102, 102, .67);
    font-size: 13px;
    padding: 15px 10px;
    margin-bottom: 15px
}

.order .fake__input img {
    margin-right: 10px
}

.order .fake__btn {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    background-color: #88ba48;
    border-bottom: 4px solid #6fa130;
    padding: 7.5px 11px
}

.order .fake__btn span {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px
}

.order .fake__flag {
    position: relative
}

.order .fake__flag:before {
    content: "";
    position: absolute;
    right: 19px;
    top: 8px;
    width: 0;
    height: 0;
    border: 5px solid #d6d5d5;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent
}

.order .fake__flag:after {
    content: "";
    position: absolute;
    top: -4px;
    right: 10px;
    width: 1px;
    height: 28px;
    background-color: #edebe4
}

.order .fake__flag .flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: url(../img/EN.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100% !important;
    margin-right: 35px
}

@media screen and (max-width:1219px) {
    .order__title {
        margin-bottom: 80px
    }

    .order__item {
        max-width: 220px
    }

    .order__item-image--inner {
        padding: 35px 25px 20px
    }

    .order__item-title {
        padding: 0
    }

    .order .fake__input {
        width: 170px
    }

    .order .fake__btn {
        padding: 7.5px 11px;
        width: 170px
    }
}

@media screen and (max-width:1023px) {
    .order__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order__title {
        margin-bottom: 10px
    }

    .order__item {
        margin: 60px 20px 0;
        max-width: 300px
    }

    .order__item-image--inner {
        padding: 40px 40px 30px
    }

    .order__item-title {
        padding: 0 25px
    }

    .order .fake__input {
        width: 220px
    }

    .order .fake__btn {
        padding: 7.5px 11px;
        width: 220px
    }
}

@media screen and (max-width:767px) {
    .order__title {
        margin-bottom: 0
    }

    .order__item {
        margin: 60px 15px 0;
        max-width: 270px
    }

    .order__item-image--inner {
        padding: 40px 30px 30px
    }

    .order__item-title {
        padding: 0 10px
    }

    .order .fake__btn,
    .order .fake__input {
        width: 210px
    }
}

@media screen and (max-width:639px) {
    .order__title {
        margin-bottom: 10px
    }

    .order__item {
        margin: 50px 5px 0;
        max-width: 215px
    }

    .order__item-image--inner {
        padding: 40px 20px 30px
    }

    .order__item-title {
        padding: 0;
        line-height: 22px
    }

    .order__item-text {
        line-height: 20px
    }

    .order .fake__input {
        width: 175px
    }

    .order .fake__btn {
        padding: 7.5px 11px;
        width: 175px
    }
}

@media screen and (max-width:479px) {
    .order__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .order__title {
        margin-bottom: 0
    }

    .order__item {
        margin: 60px 0 0;
        max-width: 280px
    }

    .order__item-image {
        margin-bottom: 10px
    }

    .order__item-image--inner {
        padding: 40px 40px 30px
    }

    .order__item-title {
        margin: 0 0 5px
    }

    .order .fake__input {
        width: 200px
    }

    .order .fake__btn {
        padding: 7.5px 11px;
        width: 200px
    }
}

.timer {
    padding: 10px 0
}

.timer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.timer__text {
    font-size: 16px;
    line-height: 18px;
    color: #333;
    margin-right: 15px
}

.timer__block {
    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: 24px;
    font-weight: 700
}

.timer .hours,
.timer .minutes,
.timer .seconds {
    padding: 6px 9px;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    border: 2px solid #eb2315
}

.timer .hours:nth-child(2n-2),
.timer .minutes:nth-child(2n-2),
.timer .seconds:nth-child(2n-2) {
    margin-left: 4px
}

.timer__dots {
    margin: 0 2.5px 1px;
    color: rgba(0, 0, 0, .6)
}

.form {
    width: 270px
}

.form__wrapper {
    -webkit-box-shadow: 0 0 35px rgba(134, 147, 162, .25);
    box-shadow: 0 0 35px rgba(134, 147, 162, .25);
    border-radius: 10px;
    border: 3px solid #eb2315;
    background-color: #fff
}

.form__btn {
    width: 100%;
    padding: 7.5px 25px
}

.form__btn,
.form__btn span {
    display: block
}

.form__inner {
    position: relative
}

.form__image {
    position: absolute;
    top: -30px;
    right: -45px;
    z-index: 1
}

.form__header {
    position: relative;
    background-color: #f4f6f8;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 20px 0
}

.form__header:after,
.form__header:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    bottom: 0
}

.form__header:after {
    border-width: 20px 0 0 130px;
    left: 0;
    border-color: transparent transparent transparent #fff
}

.form__header:before {
    border-width: 0 0 20px 130px;
    right: 0;
    border-color: transparent transparent #fff
}

.form__title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
    text-align: center;
    padding: 0 35px
}

.form__title span {
    font-weight: 700
}

.form__price,
.form__price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form__price {
    margin: 15px 0
}

.form__price-wrapper {
    width: 50%;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.form__price-wrapper:last-child p {
    color: #30302f;
    font-size: 14px
}

.form__price-wrapper P {
    color: #666;
    font-size: 13px;
    font-weight: 400
}

.form__price-wrapper:nth-child(1) {
    padding: 0 10px
}

.form__price-wrapper:nth-child(2) {
    border-left: 1px solid #d1d0d0;
    padding: 0 10px
}

.form__price-old {
    color: #a2a1a1;
    font-size: 16px
}

.form__price-old span:first-child {
    font-size: 24px;
    letter-spacing: -1.4px;
    font-weight: 400;
    margin-right: 5px;
    position: relative
}

.form__price-old span:first-child::after,
.form__price-old span:first-child::before {
    content: '';
    height: 1px;
    width: 110%;
    position: absolute;
    background-color: #f01d07;
    left: 0;
    bottom: 50%
}

.form__price-old span:first-child::after {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.form__price-old span:first-child::before {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.form__price-new {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.form__price-new span:first-child {
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -2px;
    height: 32px;
    margin-right: 5px
}

.form form {
    padding: 20px 22px 15px
}

.form__name,
.form__phone {
    margin-bottom: 15px;
    position: relative;
    z-index: 1
}

.form__name img,
.form__phone img {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form__phone input {
    padding-left: 75px
}

.form__visitors {
    background-color: #eb2315;
    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;
    font-size: 15px;
    position: relative;
    width: 270px;
    left: -3px;
    bottom: -3px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 5px 10px 10px
}

.form__visitors img {
    margin-right: 10px
}

.form__left {
    color: #403737;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    margin-top: 15px
}

.form__left span {
    font-size: 20px
}

.banner {
    -webkit-box-shadow: 0 0 15px rgba(1, 2, 2, .2);
    box-shadow: 0 0 15px rgba(1, 2, 2, .2);
    background-color: #eb2315;
    padding: 10px 0;
    position: fixed;
    z-index: 95;
    bottom: 0;
    left: 0;
    width: 100%
}

.banner__wrapper {
    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
}

.banner__title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px
}

.banner__timer .timer__text {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    max-width: 120px
}

.banner__timer .timer__dots {
    color: #fff
}

.banner__btn {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 25px;
    border-bottom: 2px solid #6fa130;
    padding: 12.5px 56px
}

@media screen and (max-width:1219px) {
    .banner__timer .timer {
        padding: 0
    }

    .banner__timer .timer__wrapper {
        -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
    }

    .banner__timer .timer__text {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 5px
    }

    .banner__timer .timer__block {
        padding: 10px 0
    }
}

@media screen and (max-width:1023px) {

    .banner__plashka,
    .banner__title {
        display: none
    }
}

@media screen and (max-width:639px) {
    .banner {
        display: none !important
    }

    .banner__timer {
        display: none
    }

    .banner__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .banner__btn,
    .banner__image {
        margin: 0 10px
    }

    .banner__btn {
        padding: 12.5px 45px
    }
}

.popup__wrapper {
    border-radius: 10px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 45px;
    width: 765px !important
}

.popup__wrapper--img {
    width: 375px;
    position: relative;
    margin-right: 30px
}

.popup__wrapper .form,
.popup__wrapper--img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.popup__wrapper .form__image {
    top: -15px
}

.popup__subtitle,
.popup__title {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 5px
}

.popup__subtitle {
    font-size: 19px;
    margin-bottom: 15px
}

.ever-popup__inner {
    width: 764px !important
}

.popup__qualities {
    position: absolute;
    top: 95px;
    right: 0
}

.ever-popup.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.ever-popup__inner {
    margin: 0 auto !important
}

@media (max-height:600px) {
    .ever-popup.show {
        display: block !important
    }

    .ever-popup__inner {
        margin-top: 10px !important
    }
}

@media screen and (max-width:1023px) {

    .popup__subtitle,
    .popup__title {
        display: none
    }

    .popup__wrapper {
        padding: 20px 20px 10px;
        width: auto !important
    }

    .popup__wrapper--img {
        display: none
    }

    .popup__wrapper .form__image {
        width: 74px;
        height: 65px;
        top: -19px;
        right: -20px
    }

    .ever-popup__inner {
        width: 310px !important
    }
}

.footer {
    padding-top: 125px
}

@media screen and (max-width:1219px) {
    .footer {
        padding-top: 0
    }
}

.footer .ev-footer__logo svg {
    width: 45px;
    height: 43px;
    margin-bottom: 10px
}

.footer .ev-footer__link {
    font-size: 16px
}

@media screen and (max-width:1023px) {
    .block {
        padding: 40px 0
    }
}

@media screen and (max-width:767px) {
    .block {
        padding: 30px 0
    }
}

@media screen and (max-width:639px) {
    .block {
        padding: 30px 0
    }
}

@media screen and (max-width:479px) {
    .block {
        padding: 25px 0
    }
}