@font-face {
    font-family: 'PT Sans';
    font-display: swap;
    src: url('../fonts/pt-sans-v12-latin_cyrillic-regular-webfont.woff2') format('woff2'), url('../fonts/pt-sans-v12-latin_cyrillic-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    font-display: swap;
    src: url('../fonts/pt-sans-v12-latin_cyrillic-700-webfont.woff2') format('woff2'), url('../fonts/pt-sans-v12-latin_cyrillic-700-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    font-display: swap;
    src: url('../fonts/montserrat-v15-cyrillic-900-webfont.woff2') format('woff2'), url('../fonts/montserrat-v15-cyrillic-900-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

a,
b,
body,
div,
footer,
form,
h1,
h2,
h3,
h4,
h5,
header,
html,
img,
li,
p,
section,
span,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

footer,
header,
section {
    display: block
}

body,
br {
    line-height: 1
}

body {
    min-width: 320px;
    min-height: 100vh;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #47342e
}

ul {
    list-style: none
}

br {
    font-size: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button,
button:focus,
input,
input:focus {
    outline: 0
}

a {
    text-decoration: none
}

button {
    border: 0;
    display: block;
    padding: 0
}

* {
    -webkit-tap-highlight-color: transparent
}

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
}

button::-moz-focus-inner {
    border: 0
}

body,
html {
    overflow-x: hidden
}

img {
    display: block;
    max-width: 100%
}

.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 10px
    }
}

@media screen and (max-width:767px) {
    .container {
        width: 640px
    }
}

@media screen and (max-width:639px) {
    .container {
        width: 480px
    }
}

@media screen and (max-width:479px) {
    .container {
        width: 100%
    }
}

.title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #47342e;
    text-align: center
}

@media screen and (max-width:1219px) {
    .title {
        font-size: 40px
    }
}

@media screen and (max-width:1023px) {
    .title {
        font-size: 38px
    }
}

@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: 26px
    }
}

.text-bold,
strong {
    font-weight: 700
}

.bg {
    background: url(../img/bg.jpg) no-repeat center/cover
}

@media screen and (max-width:767px) {

    .bg {
        background: #f6efdc
    }
}

.timer__title {
    font-size: 16px;
    line-height: 1;
    color: #222
}

.timer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.timer__cell {
    border: 1px solid #ea5b0c;
    background-color: #fff;
    padding: 6px 8.73px 7px;
    border-radius: 5px;
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1
}

.timer__cell:not(:last-child) {
    margin-right: 3px
}

.timer__colon {
    margin-right: 2.5px;
    margin-left: 0;
    font-family: "Myriad Pro";
    font-size: 19px;
    font-weight: 400;
    line-height: 28px
}

.form {
    width: 270px;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 20px rgba(119, 119, 119, .15);
    box-shadow: 0 10px 20px rgba(119, 119, 119, .15);
    border: 2px solid #ea5b0c;
    background-color: #fff;
    font-family: "PT sans"
}

.form__wrapper {
    padding: 20px 20px 0;
    position: relative
}

.form__subtitle,
.form__title {
    text-align: center;
    color: #47342e
}

.form__subtitle {
    white-space: nowrap;
}

.form__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1
}

.form__subtitle {
    margin: 9px 0 20px;
    font-size: 17px;
    line-height: 1px;
    width: 100%
}

.form__name,
.form__phone {
    margin-bottom: 15px;
    position: relative
}

.form__name img,
.form__phone img {
    position: absolute;
    top: 50%;
    left: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form__text {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #777;
    letter-spacing: -.16px;
    font-family: "PT Sans" !important
}

.form__left {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 12px 0;
    border-top: 1px solid #e8e8e8;
    width: 100%
}

.form__lock {
    color: rgba(34, 34, 34, .7);
    font-size: 15px;
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 270px;
    width: 100%
}

.form__lock:before {
    content: '';
    display: inline-block;
    background: url(../img/lock.png) no-repeat center;
    width: 22px;
    height: 24px;
    margin-right: 14px
}

.form-btn {
    margin-top: 21px
}

.input {
    -webkit-box-shadow: inset 2px 2px 7px rgba(0, 0, 0, .06);
    box-shadow: inset 2px 2px 7px rgba(0, 0, 0, .06);
    border-radius: 5px;
    background-color: #f8f8f8;
    padding: 19.5px 10px 20.5px 50px;
    width: 100%;
    color: #666;
    border: 1px solid #dfe2e3;
    font-size: 16px;
    line-height: 18px;
    font-family: "PT Sans", Arial, Helvetica, sans-serif
}

.input::-webkit-input-placeholder {
    opacity: .7
}

.input::-moz-placeholder {
    opacity: .7
}

.input:-ms-input-placeholder,
.input::-ms-input-placeholder {
    opacity: .7
}

.date--accent {
    border-radius: 3px;
    background-color: #ea5b0c;
    padding: 3px 9px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.price {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.price__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    flex: 1;
    text-align: center;
}

.price__item:first-child{
    margin-bottom: 15px;
}

.price__item:first-child .price__title {
    margin-bottom: 10px
}

.price__line {
    width: 1px;
    height: 45px;
    background: #c5c5c5
}

.price__title {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px
}

.price__old {
    font-size: 18px;
    color: #666;
    position: relative
}

.price__old::before {
    content: '';
    display: block;
    border-top: 1px solid red;
    height: 1px;
    width: 100%;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    transform: rotate(-12deg)
}

.price__old::after {
    content: '';
    display: block;
    border-top: 1px solid red;
    height: 1px;
    width: 100%;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    transform: rotate(12deg)
}

.price__new {
    font-size: 20px;
    font-weight: 700;
    color: #96c643
}

.btn,
.lastpack {
    font-weight: 700;
    color: #fff
}

.lastpack {
    border-radius: 3px;
    background-color: #ea5b0c;
    padding: 2px 3px
}

.btn {
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2fb82f), color-stop(50%, #218621), color-stop(51%, #1d791d), to(#31b630));
    background-image: linear-gradient(to bottom, #2fb82f 0, #218621 50%, #1d791d 51%, #31b630 100%);
    overflow: visible;
    font-family: "PT Sans";
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 100% 200%;
    border: 1px solid #228b22;
    line-height: 1;
    padding: 12px 0 17px;
    -webkit-box-shadow: inset 0 0 4px rgba(245, 248, 232, .48);
    box-shadow: inset 0 0 4px rgba(245, 248, 232, .48);
    cursor: pointer
}

.btn:hover {
    background-position: 100% 100%
}

.header {
    background-color: #ea5b0c;
    position: relative;
    z-index: 5
}

.header .timer__colon {
    color: #fff
}

.header__wrap {
    padding: 16px 0 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1219px) {
    .header__wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 17px
    }
}

@media screen and (max-width:639px) {
    .header__wrap {
        padding: 17px 30px 14px
    }
}

@media screen and (max-width:479px) {
    .header__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:1023px) {
    .header__info {
        display: none
    }
}

.header__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__timer .timer__title {
    margin-right: 27px;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width:1219px) {
    .header__timer .timer__title {
        margin-right: 7px
    }
}

.header__logo {
    margin-right: auto;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 3.72px
}

@media screen and (max-width:1219px) {
    .header__logo {
        margin-right: 0;
        font-size: 24px;
        padding: 5px 13px
    }
}

@media screen and (max-width:479px) {
    .header__logo {
        margin-bottom: 0
    }
}

.header__btn {
    max-width: 160px;
    margin-left: 32px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 21px
}

@media screen and (max-width:1219px) {
    .header__btn {
        margin-left: 10px
    }
}

@media screen and (max-width:479px) {
    .header__btn {
        margin-left: 0
    }
}

.info__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222
}

.info__link:hover {
    text-decoration: none
}

.info__link:hover .info__text:before {
    opacity: 0
}

.info__item,
.info__text {
    position: relative
}

.info__text {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.info__item:not(:last-of-type) {
    padding-right: 43px;
    margin-right: 49px
}

.info__item:not(:last-of-type):before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 25px;
    background-color: #e1e1e1
}

@media screen and (max-width:1219px) {
    .info__item:not(:last-of-type) {
        padding-right: 20px;
        margin-right: 20px
    }
}

.info__icon {
    margin-right: 13px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.promo {
    background-color: #f4f4f4;
    padding-top: 61px;
    padding-bottom: 50px;
}

@media screen and (max-width:1219px) {
    .promo {
        padding-top: 60px
    }
}

@media screen and (max-width:1023px) {
    .promo {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .promo {
        padding: 30px 0
    }
}

@media screen and (max-width:479px) {
    .promo {
        padding: 25px 0
    }
}

.promo-end {
    padding-top: 110px;
    padding-bottom: 50px;
}

@media screen and (max-width:1219px) {
    .promo-end {
        padding-top: 60px
    }
}

@media screen and (max-width:1023px) {
    .promo-end {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .promo-end {
        padding: 30px 0
    }
}

@media screen and (max-width:479px) {
    .promo-end {
        padding: 25px 0
    }
}

.promo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

@media screen and (max-width:1023px) {
    .promo-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width:479px) {
    .promo-content {
        padding-left: 5px;
        padding-right: 5px
    }
}

.promo-content::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -100px;
    width: 560px;
    height: 610px;
    background: url(../img/promo-girl.png) no-repeat center;
    background-size: contain
}

@media screen and (max-width:1219px) {
    .promo-content::before {
        left: -185px;
        width: 480px;
        height: 555px;
        background-size: cover;
    }
}

@media screen and (max-width:1023px) {
    .promo-content::before {
        display: none;
        background: none
    }
}

.promo__title {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    top: -4px;
    left: 0
}

@media screen and (min-width:1024px) {
    .promo__title {
        text-align: left;
        font-size: 68px
    }
}

@media screen and (min-width:1220px) {
    .promo__title {
        line-height: 1;
        font-size: 80px
    }
}

@media screen and (max-width:1219px) {
    .promo__title {
        top: 0;
        left: 0
    }
}

.promo__subtitle {
    width: 100%;
    margin-top: 17px;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    border-bottom: 1px solid #ea5b0c;
    border-top: 1px solid #ea5b0c;
    padding: 20px 0 23px
}

@media screen and (max-width:1219px) {
    .promo__subtitle {
        font-size: 21px;
        line-height: normal;
        margin-top: 15px
    }
}

@media screen and (max-width:1023px) {
    .promo__subtitle {
        text-align: center;
        margin-top: 7px;
        font-size: 22px
    }
}

@media screen and (max-width:767px) {
    .promo__subtitle {
        font-size: 20px;
        padding: 15px 0
    }
}

@media screen and (max-width:479px) {
    .promo__subtitle {
        font-size: 19px
    }
}

.promo__info {
    max-width: 412px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-right: 88px
}

@media screen and (max-width:1219px) {
    .promo__info {
        margin-right: 18px
    }
}

@media screen and (max-width:1023px) {
    .promo__info {
        width: 100%;
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%;
        margin-right: 0
    }
}

.promo-list {
    margin-top: 30px
}

@media screen and (max-width:1219px) {
    .promo-list {
        margin-top: 26px
    }
}

@media screen and (max-width:1023px) {
    .promo-list {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .promo-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 340px;
        margin: 15px auto 20px
    }
}

@media screen and (max-width:639px) {
    .promo-list {
        margin-bottom: 25px
    }
}

.promo-list__item {
    padding-left: 57px;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    position: relative
}

@media screen and (max-width:1023px) {
    .promo-list__item {
        font-size: 16px;
        line-height: normal;
        padding-left: 44px
    }
}

@media screen and (max-width:767px) {
    .promo-list__item {
        padding-left: 40px;
        padding-top: 0;
        text-align: left
    }
}

.promo-list__item::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 2px;
    background: url(../img/check.png) no-repeat center;
    width: 31px;
    height: 18px
}

@media screen and (max-width:1023px) {
    .promo-list__item::before {
        top: 0
    }
}

@media screen and (max-width:767px) {
    .promo-list__item::before {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 32px;
        height: 32px;
        background-size: contain;
        left: 0;
        -webkit-transform: none;
        transform: none;
        top: -5px
    }
}

.promo-list__item:not(:last-child) {
    margin-bottom: 18px
}

@media screen and (max-width:1023px) {
    .promo-list__item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 15px
    }
}

@media screen and (max-width:767px) {
    .promo-list__item:not(:last-child) {
        margin-bottom: 15px;
        margin-right: 0
    }
}

.promo-list__item--small {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    display: block
}

@media screen and (max-width:1023px) {
    .promo-list__item--small {
        font-size: 16px;
        display: inline
    }
}

.promo__quality {
    margin-top: 70px;
    margin-bottom: -49px
}

@media screen and (max-width:1219px) {
    .promo__quality {
        margin-top: 30px;
        margin-bottom: -27px
    }
}

@media screen and (max-width:1023px) {
    .promo__quality {
        position: relative;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media screen and (max-width:1023px) and (max-width:1023px) {
    .promo__quality {
        display: none
    }
}

@media screen and (max-width:767px) {
    .promo__quality {
        margin-left: 0;
        margin-top: 110px;
        max-width: 300px;
        margin-bottom: 0
    }
}

@media screen and (max-width:639px) {
    .promo__quality {
        margin: 15px 0 0
    }
}

.promo-product {
    position: relative;
    width: 320px;
    margin-right: 25px
}

@media screen and (max-width:1219px) {
    .promo-product {
        margin-right: 10px;
        width: 100%
    }
}

@media screen and (max-width:1023px) {
    .promo-product {
        width: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 25px;
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .promo-product {
        margin-right: 15px;
        margin-top: 4px
    }
}

@media screen and (max-width:639px) {
    .promo-product {
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 10px
    }
}

@media screen and (max-width:479px) {
    .promo-product {
        margin-bottom: 0
    }
}

.promo-product__pack {
    position: absolute;
    bottom: -100px;
    right: 31px
}

@media screen and (max-width:1219px) {
    .promo-product__pack {
        bottom: -100px;
        max-width: 340px;
        right: 27px
    }
}

@media screen and (max-width:1023px) {
    .promo-product__pack {
        position: static;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width:767px) {
    .promo-product__pack {
        width: 290px
    }
}

@media screen and (max-width:479px) {
    .promo-product__pack {
        width: 100%;
        max-width: 260px
    }
}

.promo-product__pack::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    /*background: url(../img/quality-pack.png) no-repeat center/contain;*/
    width: 104px;
    height: 108px;
    border-radius: 50%
}

@media screen and (max-width:1219px) {
    .promo-product__pack::before {
        width: 100px;
        height: 100px;
        top: 0px;
        background-size: contain;
    }
}

@media screen and (max-width:1023px) {
    .promo-product__pack::before {
        top: 30px;
        right: 65px;
    }
}

@media screen and (max-width:767px) {
    .promo-product__pack::before {
        top: 5px;
        right: 35px;
    }
}

.promo-product__quality,
.receive-timer .timerr__title br {
    display: none
}

.promo__form {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 8px
}

.hit {
    padding: 202px 0 95px;
    position: relative
}

@media screen and (min-width:1024px) {
    .hit {
        padding-top: 110px !important
    }
}

@media screen and (min-width:1220px) {
    .hit {
        padding-top: 100px !important
    }
}

.hit::before,
.update::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1170px;
    height: 1px;
    background-color: #e8e8e8
}

.hit-list {
    margin-top: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:1219px) {
    .hit-list {
        margin-top: 40px
    }
}

@media screen and (max-width:1023px) {
    .hit-list {
        margin-top: 25px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:479px) {
    .hit-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hit-item {
    width: 23.076%
}

@media screen and (max-width:1023px) {
    .hit-item {
        width: 48%;
        margin-bottom: 20px
    }
}

@media screen and (max-width:479px) {
    .hit-item {
        max-width: 240px;
        width: 100%
    }
}

.hit-item__img,
.hit-item__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hit-item__img {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 0 15px
}

.hit-item__name {
    margin-top: 29px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 57px
}

@media screen and (max-width:1219px) {
    .hit-item__name {
        margin-top: 20px
    }
}

@media screen and (max-width:1023px) {
    .hit-item__name {
        margin-top: 15px;
        min-height: 45px
    }
}

@media screen and (max-width:479px) {
    .hit-item__name {
        margin-top: 10px
    }
}

@media screen and (max-width:1023px) {
    .hit-item__name img {
        max-width: 40px
    }
}

.hit-item__title {
    color: #47342e;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-left: 15px
}

@media screen and (max-width:1023px) {
    .hit-item__title {
        font-size: 20px;
        margin-left: 10px
    }
}

.hit__attention {
    margin-top: 59px;
    color: #47342e;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center
}

.my-block {
    display: inline-block;
    position: relative
}

.source {
    position: relative;
    display: inline-block;
    background: url(../img/icon.png) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 3px;
    cursor: pointer;
    z-index: 96;
    margin-left: 5px;
}

.source-text {
    position: absolute;
    top: 23px;
    left: 50%;
    padding: 10px;
    background: #fff;
    color: #000;
    font-size: 12px;
    border-radius: 5px;
    line-height: 1.2;
    opacity: 0;
    z-index: 100;
    transition: .2s;
    transform: translateX(-50%);
    text-align: center;
    max-width: 160px;
    border: 1px solid #009fdb;
    width: 160px;
    padding: 10px;
    cursor: auto;
    z-index: -1;
    word-break: break-all
}

.source-text.hover {
    opacity: 1;
    z-index: 1
}

.source-text span {
    cursor: pointer;
    color: #3b5a9a
}

@media screen and (max-width:1219px) {
    .hit__attention {
        margin-top: 40px
    }
}

@media screen and (max-width:1023px) {
    .hit__attention {
        margin-top: 5px;
        font-size: 20px
    }
}

@media screen and (max-width:767px) {
    .hit__attention {
        margin-top: 0
    }
    .source-text {
        transform: translateX(-70%);
    }
}

@media screen and (max-width:479px) {
    .source-text {
        transform: translateX(-50%);
    }
    .my-block{
        display: block;
    }
}

.hit__attention--accent {
    color: #f92222;
    font-weight: 700
}

.effects {
    padding: 80px 0 90px
}

.invasion-effects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 56px
}

.effects__item {
    width: 31.623%
}

.effects__item img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.effects__item-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 45px
}

.effects__item-list {
    margin-top: 36px
}

.effects__item-list li {
    line-height: 1.15;
    position: relative;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 18px
}

.effects__item-list li:not(:last-child) {
    margin-bottom: 1em
}

.effects__item-list li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #f92222;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

@media (max-width:1023px) {
    .effects__item-list li {
        padding-right: 5px
    }

    .effects__item-list {
        margin-top: 20px
    }

    .effects__item-title {
        margin-top: 30px
    }

    .invasion-effects {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .dn_767 {
        display: none
    }

    .invasion-effects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .effects__item {
        width: 50%
    }

    .effects__item-title {
        text-align: center;
        margin-top: 15px
    }

    .effects__item-list li:not(:last-child) {
        margin-bottom: 10px
    }

    .invasion-effects {
        margin-top: 20px
    }

    .effects__item:not(:last-child) {
        margin-bottom: 15px
    }
}

@media (max-width:639px) {
    .effects__item {
        width: 80%
    }
}

@media (max-width:480px) {
    .effects__item {
        width: 80%
    }

    .effects__item img {
        margin: 0 auto
    }
}

@media (max-width:375px) {
    .effects__item {
        width: 100%
    }
}

.update {
    padding: 86px 0 73px;
    position: relative
}

.update-list {
    margin-top: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:1219px) {
    .update-list {
        margin-top: 40px
    }
}

@media screen and (max-width:1023px) {
    .update-list {
        margin-top: 30px
    }
}

@media screen and (max-width:767px) {
    .update-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0
    }
}

.update-item {
    width: 31.62%
}

@media screen and (max-width:767px) {
    .update-item {
        width: 100%;
        max-width: 270px;
        margin: 25px 5px 0
    }
}

@media screen and (max-width:639px) {
    .update-item {
        max-width: 400px
    }
}

@media screen and (max-width:479px) {
    .update-item {
        margin-top: 20px
    }
}

.update-item__img {
    width: 100%;
    padding: 24px 15px 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:639px) {
    .update-item__img {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
        max-height: 282px
    }
}

.update-item__name {
    margin-top: 28px;
    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
}

@media screen and (max-width:1219px) {
    .update-item__name {
        margin-top: 25px
    }
}

@media screen and (max-width:1023px) {
    .update-item__name {
        margin-top: 15px
    }
}

.update-item__ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 5px solid #bebebe
}

@media screen and (max-width:1219px) {
    .update-item__ico {
        width: 90px;
        height: 90px;
        padding: 25px
    }
}

@media screen and (max-width:1023px) {
    .update-item__ico {
        height: 74px;
        width: 74px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 20px;
        border-width: 4px
    }
}

.update-item__ico--time {
    position: relative
}

.update-item__ico--time::before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    width: 50%;
    height: 101%;
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    border-top: 5px solid #ea5b0c;
    border-left: 5px solid #ea5b0c;
    border-bottom: 5px solid #ea5b0c
}

@media screen and (max-width:1023px) {
    .update-item__ico--time::before {
        border-width: 4px;
        top: -4px;
        left: -4px;
    }
}

.update-item__ico--after {
    border-color: #ea5b0c
}

.update-item__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    max-width: 154px;
    margin-left: 23px
}

@media screen and (max-width:1219px) {
    .update-item__title {
        font-size: 24px;
        margin-left: 20px
    }
}

@media screen and (max-width:1023px) {
    .update-item__title {
        font-size: 22px;
        margin-left: 15px;
        max-width: 120px
    }
}

.update-item__text {
    margin-top: 26px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding: 0 28px
}

@media screen and (max-width:1219px) {
    .update-item__text {
        padding: 0 13px;
        line-height: 25px;
        margin-top: 23px
    }
}

@media screen and (max-width:1023px) {
    .update-item__text {
        padding: 0;
        margin-top: 15px;
        font-size: 16px;
        line-height: normal
    }
}

.receive {
    padding: 75px 0
}

.receive-content {
    max-width: 930px;
    margin-left: auto;
    position: relative;
    margin-right: 1px
}

@media screen and (max-width:1219px) {
    .receive-content {
        max-width: 790px;
        margin-right: 0
    }
}

@media screen and (max-width:1023px) {
    .receive-content {
        max-width: 100%
    }
}

.receive__title {
    text-align: left
}

@media screen and (min-width:1220px) {
    .receive__title {
        font-size: 46px;
        line-height: 1
    }
}

@media screen and (max-width:1023px) {
    .receive__title {
        text-align: center
    }
}

.receive-pack {
    position: absolute;
    bottom: -50px;
    left: -270px;
    max-width: 250px
}

.receive .receive-pack{
    bottom: -65px;
}

@media screen and (max-width:1219px) {
    .receive-pack {
        left: -210px;
        max-width: 220px
    }
    .receive .receive-pack {
        bottom: -50px;
        max-width: 200px;
    }
}

@media screen and (max-width:1023px) {
    .receive-pack {
        display: block;
        position: relative;
        left: -15px;
        bottom: 30px;
        margin-top: 0;
        margin-right: 20px;
        margin-left: 0px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .receive .receive-pack{
        bottom: auto;
    }
}

@media screen and (max-width:767px) {
    .receive-pack {
        left: 0
    }
}

@media screen and (max-width:639px) {
    .receive-pack {
        margin: 20px auto 30px;
        max-width: 230px;
        bottom: auto;
    }
}

.receive-text {
    margin-top: 10px;
    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
}

@media screen and (max-width:1219px) {
    .receive-text {
        margin-top: 10px
    }
}

@media screen and (max-width:1023px) {
    .receive-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.receive__when {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.receive__when-text {
    margin-right: 40px;
}

.receive__when .price{
    margin: 0px;
}

.receive__when .price .price__line{
    height: 55px;
    margin: 0 15px;
}

.receive__when .price__item:first-child .price__title {
    margin-bottom: 6px;
}

.receive__when .price__old{
    font-size: 20px;
}
.receive__when .price__new{
    font-size: 24px;
}

@media screen and (max-width:1219px) {
    .receive__when {
        font-size: 17px;
        line-height: normal
    }
    .receive__when-text {
        margin-right: 20px;
    }
    .receive__when .price__old {
        font-size: 18px;
    }
    .receive__when .price__new {
        font-size: 22px;
    }
}

@media screen and (max-width:1023px) {
    .receive__when {
        width: 49%;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        line-height: 1.5;
        margin-bottom: 0px;
        flex-wrap: wrap;
    }
    .receive__when .price{
        max-width: 240px;
    }
    .receive__when .form__subtitle{
        max-width: 240px;
        display: block;
        text-align: center;
        line-height: 1.4;
    }
    .receive__when-text {
        margin-right: 0;
        width: 240px;
    }
}

@media screen and (max-width:767px) {
    .receive__when {
        font-size: 18px;
        padding-right: 0;
        position: relative;
        right: 0
    }
}

@media screen and (max-width:639px) {
    .receive__when {
        right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        line-height: 1.2;
        margin-bottom: 15px;
        padding-left: 0;
        text-align: center;
        max-width: 240px;
    }
    .receive__when .form__subtitle,
    .receive__when .price{
        max-width: 100%;
    }
}

.receive__when .form__subtitle {
    color: #444;
    font-size: 19px
}

@media screen and (max-width:1219px) {
    .receive__when .form__subtitle {
        font-size: 16px
    }
}

.receive__when .date--accent {
    border-radius: 3px;
    background-color: #e96e0a;
    padding: 2px 5px
}

.receive-timer {
    max-width: 385px;
    margin-left: auto
}

@media screen and (max-width:1219px) {
    .receive-timer {
        max-width: 100%;
        margin-left: auto
    }
}

@media screen and (max-width:1023px) {
    .receive-timer {
        width: 49%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 22px;
        margin-top: 0
    }
}

@media screen and (max-width:767px) {
    .receive-timer {
        padding-left: 25px
    }
}

@media screen and (max-width:639px) {
    .receive-timer {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 0
    }
}

.receive-timer .timerr__title {
    margin-right: 0;
    margin-bottom: 5px
}

@media screen and (max-width:1219px) {
    .receive-timer .timerr__title {
        margin-bottom: 0
    }
    .receive-timer .timer__cell{
        padding: 6px 4px 6px;
    }
    .receive__when .price .price__line{
        height: 45px;
    }
}

@media screen and (max-width:1023px) {
    .receive-timer .timerr__title {
        margin-bottom: 5px
    }
    .receive-timer .timer__cell {
        padding: 6px;
    }
    .receive__when .price .price__line{
        display: none;
    }
    .price__item{
        height: auto;
    }
}

.receive-form {
    width: 100%;
    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: flex-start;
    max-width: 100%;
    margin-top: 37px
}

@media screen and (max-width:1219px) {
    .receive-form {
        margin-top: 15px
    }
}

@media screen and (max-width:1023px) {
    .receive-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 240px;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-top: -5px;
        margin-left: 30px;
    }
    .receive-form .form__name, 
    .receive-form .form__phone{
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .receive-form {
        margin-top: 8px
    }
}

@media screen and (max-width:639px) {
    .receive-form {
        margin-top: 0;
        margin-left: 0;
    }
}

.receive__btn {
    margin-top: 0 !important;
    max-width: 270px;
    position: relative
}

@media screen and (max-width:1219px) {
    .receive__btn {
        max-width: 260px
    }
}

@media screen and (max-width:767px) {
    .receive__btn {
        margin-bottom: 20px
    }
}

@media screen and (max-width:1023px) {
    .receive__btn {
        max-width: 100%
    }
}

.receive__btn::before {
    bottom: -20px;
    white-space: nowrap
}

.receive .form__name,
.receive .form__phone {
    margin-bottom: 0;
    max-width: 270px;
    width: 100%
}

@media screen and (max-width:1219px) {

    .receive .form__name,
    .receive .form__phone {
        max-width: 220px
    }
}

@media screen and (max-width:1023px) {

    .receive .form__name,
    .receive .form__phone {
        max-width: 100%;
        margin-bottom: 15px
    }
}

.timerr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:479px) {
    .timerr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.timerr-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.timerr__title {
    color: #333;
    font-size: 16px;
    line-height: 18px;
    margin-right: 18px;
    letter-spacing: -.342px;
    max-width: 132px
}

@media screen and (max-width:1219px) {
    .timerr__title {
        max-width: 125px;
        font-size: 15px
    }
}

@media screen and (max-width:1023px) {
    .timerr__title {
        max-width: 100%
    }
}

@media screen and (max-width:479px) {
    .timerr__title {
        width: 100%;
        text-align: center;
        margin-bottom: 5px
    }

    .timerr__title br {
        display: none
    }
}

.br-prens {
    display: none
}

@media screen and (max-width:1023px) {
    .br-prens {
        display: block
    }
}

.simile {
    padding: 60px 0
}

.prod-info {
    padding: 80px 0 90px
}

.prod-info .btn {
    max-width: 270px;
    margin: 0 auto
}

.prod-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 53px
}

.prod-info__img {
    width: 47%
}

.prod-info__desc {
    width: 53%
}

.prod-info__desc p {
    font-size: 18px;
    line-height: 1.45
}

.br1023,
.br2,
.br3 {
    display: none
}

@media (max-width:1219px) {
    .br1 {
        display: none
    }

    .br2 {
        display: block
    }
}

@media (max-width:1023px) {
    .br3 {
        display: block
    }

    .br2 {
        display: none
    }

    .br1023 {
        display: block
    }
}

@media (max-width:767px) {
    .br3 {
        display: none
    }

    .br2 {
        display: block
    }
}

@media (max-width:639px) {
    .br1 {
        display: none
    }

    .br3 {
        display: block
    }
}

@media (max-width:479px) {
    .br2 {
        display: none
    }
}

.prod-info__desc p:not(:last-child) {
    margin-bottom: 25px
}

@media (min-width:1024px) {
    .prod-info .title {
        padding: 0 65px
    }

    .prod-info__img img {
        margin-top: -28px
    }
}

@media (max-width:767px) {
    .prod-info__desc p:last-child {
        margin-bottom: 1em
    }
}

.prod-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-top: 5px
}

.prod-info__list li {
    font-size: 18px;
    line-height: 1.15;
    padding-left: 20px;
    font-weight: 700;
    position: relative
}

.prod-info__list li:not(:last-child) {
    padding-right: 20px
}

.prod-info__list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #ea5b0c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.prod-info-content {
    margin-bottom: 41px
}

@media (max-width:1023px) {
    .prod-info__img {
        width: 40%
    }

    .prod-info__desc {
        width: 60%
    }

    .prod-info-content {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .prod-info-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 30px;
        margin-bottom: 20px
    }

    .prod-info__desc,
    .prod-info__img {
        width: 100%
    }

    .prod-info__img img {
        margin: 0 auto
    }
}

@media (max-width:639px) {
    .prod-info__desc p {
        text-align: center
    }

    .prod-info__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .prod-info__list li:not(:last-child) {
        margin-bottom: 10px
    }

    .br1023 {
        display: none
    }
}

@media (max-width:479px) {
    .prod-info-content {
        margin-top: 25px
    }
}

@media (max-width:375px) {
    .prod-info__list {
        width: 100%
    }
}

.efficiency {
    padding: 96px 0
}

.efficiency-list{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.efficiency-list__item{
    width: 300px;
    text-align: center;
}

.efficiency-list__img img{
    border-radius: 30px;
}

.efficiency-list__title{
    font-weight: bold;
    margin: 10px 0;
    font-size: 20px;
}

.efficiency-list__desc{
    font-size: 18px;
    line-height: 1.3;
}

@media (max-width:1023px) {
    .efficiency-list__item{
        width: 245px;
    }
}

@media (max-width:767px) {
    .efficiency-list{
        flex-wrap: wrap;
    }
    .efficiency-list__item:last-child{
        margin-top: 25px;
    }
}

@media (max-width:639px) {
    .efficiency-list__item:nth-child(2){
        margin-top: 25px;
    }
}

@media (max-width:479px) {
    
}

.sub-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15
}

@media (max-width:1023px) {
    .sub-title {
        font-size: 22px
    }
}

@media (max-width:767px) {
    .sub-title {
        font-size: 20px
    }
}

@media (max-width:479px) {
    .sub-title {
        font-size: 19px
    }
}

.verification {
    padding: 80px 0 90px
}

.attention {
    border-radius: 3px;
    background-color: #e96e0a;
    padding: 3px 9px;
    color: #fff
}

p.attention {
    padding: 10px 28px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center
}

.verification-result,
.verification-result__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.verification-result {
    margin: 58px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.verification-result__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 33%;
    position: relative
}

@media (min-width:640px) {
    .verification-result__item:not(:last-child):after {
        content: "";
        position: absolute;
        width: 1px;
        height: 110px;
        display: block;
        right: 0;
        top: 0;
        background: #d3d3d3
    }

    .verification-result__item:not(:last-child) {
        padding-right: 20px
    }

    .verification-result__item:not(:first-child) {
        padding-left: 20px
    }
}

.verification-result__info {
    margin-right: 20px;
    width: 130px;
    height: 130px;
    min-width: 130px;
    min-height: 130px
}

.verification-result__info img {
    width: 100%;
    height: 100%
}

.verification-result__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1
}

.verification .sub-title {
    text-align: center;
    margin-top: 32px
}

@media (max-width:1219px) {
    .verification-result__info {
        width: 100px;
        height: 100px;
        min-height: auto;
        min-width: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 15px
    }

    .verification-result__title {
        font-size: 19px
    }

    .verification-result {
        margin: 40px 0
    }

    .effects__item-list,
    .effects__item-title {
        margin-top: 25px
    }

    .effects__item-list li br {
        display: none
    }

    .effects__item-list li:not(:last-child),
    .prod-info__desc p:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (max-width:1023px) {
    .verification-result {
        margin: 40px
    }

    .prod-info-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .prod-info__desc {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }

    .prod-info-content {
        margin-top: 25px
    }

    .prod-info__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px;
        max-width: 500px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .prod-info-content {
        margin-bottom: 20px
    }

    .verification-result__info {
        margin-right: 0;
        margin-bottom: 20px
    }

    .verification-result__title {
        text-align: center;
        font-size: 19px
    }

    .verification-result {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .verification-result__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .verification .sub-title {
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .verification-result {
        margin: 30px
    }

    .verification-result__title {
        font-size: 18px
    }

    .verification .sub-title {
        line-height: 1.45;
        margin-top: 28px
    }

    p.attention {
        padding: 10px
    }
}

@media (max-width:639px) {
    .verification-result {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .verification-result__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .verification-result__item:not(:last-child) {
        margin-bottom: 20px
    }

    .verification-result__title {
        text-align: left
    }

    .verification-result__info {
        margin-right: 20px;
        margin-bottom: 0
    }
}

@media (max-width:479px) {
    .verification-result {
        margin: 25px
    }

    .verification-result__info {
        width: 90px;
        height: 90px;
        min-width: 90px;
        min-height: 90px;
        margin-right: 15px
    }

    .verification .sub-title {
        margin-top: 25px
    }

    .verification-result__title {
        font-size: 16px
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .verification-result__title {
        width: 100%
    }
}

.doctor {
    padding-top: 77px
}

.doctor::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1170px;
    height: 1px;
    background-color: #e8e8e8
}

@media screen and (min-width:1024px) {
    .doctor {
        padding-bottom: 0 !important
    }
}

.doctor,
.doctor .container {
    position: relative
}

.doctor .container::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 70px;
    background: url(../img/doctor.png) no-repeat center;
    width: 425px;
    height: 600px;
    background-size: cover;
}

@media screen and (max-width:1219px) {
    .doctor .container::before {
        background-size: contain;
        width: 390px;
        height: 525px;
        left: 17px
    }
}

@media screen and (max-width:1023px) {
    .doctor .container::before {
        display: none;
        background: none
    }
}

.doctor__subtitle {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-top: 31px;
    text-align: center
}

@media screen and (max-width:1219px) {
    .doctor__subtitle {
        font-size: 21px;
        margin-top: 13px
    }
}

@media screen and (max-width:1023px) {
    .doctor__subtitle {
        font-size: 20px;
        margin-top: 10px
    }
}

@media screen and (max-width:767px) {
    .doctor__subtitle {
        font-size: 18px;
        line-height: normal
    }
}

@media screen and (max-width:479px) {
    .doctor__subtitle {
        margin-top: 5px;
        font-size: 17px;
        padding-left: 5px;
        padding-right: 5px
    }
}

.doctor-info {
    max-width: 580px;
    margin-top: 53px;
    margin-left: auto;
    margin-right: 19px
}

@media screen and (max-width:1219px) {
    .doctor-info {
        margin-top: 40px;
        max-width: 520px
    }
}

@media screen and (max-width:1023px) {
    .doctor-info {
        margin-top: 20px;
        max-width: 100%
    }
}

@media screen and (max-width:767px) {
    .doctor-info {
        margin-top: 15px
    }
}

@media screen and (max-width:639px) {
    .doctor-info {
        margin-top: 10px
    }
}

@media screen and (max-width:479px) {
    .doctor-info {
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 0
    }
}

.doctor__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 26px
}

@media screen and (max-width:1219px) {
    .doctor__text {
        margin-bottom: 10px;
        line-height: 26px
    }
}

@media screen and (max-width:1023px) {
    .doctor__text {
        font-size: 17px;
        line-height: 24px
    }
}

@media screen and (max-width:639px) {
    .doctor__text {
        font-size: 16px
    }
}

.doctor-sign {
    margin-top: 58px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 99px
}

@media screen and (max-width:1219px) {
    .doctor-sign {
        margin-top: 20px;
        padding-bottom: 60px;
        padding-top: 0
    }
}

@media screen and (max-width:1023px) {
    .doctor-sign {
        padding-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:639px) {
    .doctor-sign {
        padding-top: 0;
        margin-top: 15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.doctor__name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1
}

@media screen and (max-width:1023px) {
    .doctor__name {
        margin-bottom: 7px;
        font-size: 24px
    }
}

@media screen and (max-width:639px) {
    .doctor__name {
        font-size: 22px
    }
}

@media screen and (max-width:479px) {
    .doctor__name {
        font-size: 20px
    }
}

.doctor__prof {
    margin-bottom: 0;
    font-size: 17px
}

@media screen and (max-width:1023px) {
    .doctor__prof {
        margin-bottom: 10px;
        font-size: 16px
    }
}

.doctor-box {
    margin-left: 27px
}

@media screen and (max-width:1023px) {
    .doctor-box {
        margin-left: 15px
    }
}

.reviews {
    padding: 100px 0 90px
}

.reviews-content {
    margin-top: 41px;
    border-radius: 10px;
    border: 1px solid #efefef;
    background-color: #fff;
    padding: 20px 30px 35px 35px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:1219px) {
    .reviews-content {
        margin-top: 30px
    }
}

@media screen and (max-width:1023px) {
    .reviews-content {
        margin-top: 25px;
        padding: 25px
    }
}

@media screen and (max-width:767px) {
    .reviews-content {
        margin-top: 20px;
        padding: 20px
    }
}

@media screen and (max-width:479px) {
    .reviews-content {
        padding: 19px 10px 15px 15px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

.reviews-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media screen and (max-width:767px) {
    .reviews-panel {
        padding-bottom: 15px
    }
}

@media screen and (max-width:639px) {
    .reviews-panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.reviews-amount {
    padding-top: 4px;
    font-size: 16px;
    line-height: 1;
    padding-left: 20px;
    position: relative
}

.reviews-btn {
    max-width: 187px;
    font-size: 18px;
    font-weight: 700;
    padding: 11px 10px 12px
}

@media screen and (max-width:639px) {
    .reviews-btn {
        margin-top: 10px
    }
}

p.reviews__addition {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    margin-top: 30px;
}

.reviews-list {
    margin-top: 30px;
    overflow: auto;
    scrollbar-color: #2c9b66 #dfe2e3!important;
    scrollbar-width: thin!important;
    height: 475px;
    padding-right: 10px;
}

.reviews-list::-webkit-scrollbar {
    width: 8px
}

.reviews-list::-webkit-scrollbar-track {
    background: #e6e9e9;
    position: relative
}

.reviews-list::-webkit-scrollbar-thumb {
    background-color: #2c9b66;
    background-image: url(../img/scroll.png);
    background-size: 4px 7px;
    background-repeat: no-repeat;
    background-position: center center
}

@media screen and (max-width:1023px) {
    .reviews-list {
        height: 530px
    }
}

@media screen and (max-width:767px) {
    .reviews-list {
        height: 460px
    }
}

@media screen and (max-width:639px) {
    .reviews-list {
        height: 720px
    }
}

@media screen and (max-width:479px) {
    .reviews-list {
        height: 710px
    }
}

.reviews-list-item {
    padding-bottom: 42px;
    padding-top: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.reviews-list-item:first-child {
    padding-top: 0
}

@media screen and (max-width:1023px) {
    .reviews-list-item {
        padding-bottom: 30px
    }
}

.reviews-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:479px) {
    .reviews-item-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.reviews-item-avatar {
    width: 70px;
    height: 70px;
    background-color: #959595;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1
}

@media screen and (max-width:767px) {
    .reviews-item-avatar {
        width: 50px;
        height: 50px;
        font-size: 18px
    }
}

.reviews-item-title {
    margin-left: 20px
}

@media screen and (max-width:767px) {
    .reviews-item-title {
        margin-left: 10px
    }
}

.reviews-item__name {
    color: #222;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px
}

.reviews-item__rating {
    width: 103px;
    margin-left: auto;
    height: 17px;
    background: url(../img/star.png) repeat-x left center;
    background-size: 21px 17px;
    position: relative
}

.reviews-item__rating:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/star-un.png) repeat-x left center;
    background-size: 21px 17px;
    width: 103px;
    height: 100%
}

.reviews-item__date {
    margin-left: auto;
    opacity: .7;
    color: #403737;
    font-size: 15px;
    line-height: 1
}

.reviews-item__text {
    margin-top: 19px;
    max-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 26px;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative
}

@media screen and (max-width:1023px) {
    .reviews-item__text {
        max-height: 800px;
        display: block
    }
}

@media screen and (max-width:400px) {
    .reviews-item__text {
        margin-top: 10px
    }
}

.reviews-item__text:after {
    content: '...';
    -webkit-box-align: inline;
    -ms-flex-align: inline;
    align-items: inline
}

@media screen and (max-width:1023px) {
    .reviews-item__text:after {
        display: none
    }
}

.reviews-item__btn {
    margin-top: 30px;
    color: #666;
    font-size: 15px;
    line-height: 1;
    text-decoration: underline;
    padding-right: 28px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

@media screen and (max-width:1023px) {
    .reviews-item__btn {
        display: none
    }
}

.reviews-item__btn:hover {
    text-decoration: none
}

.reviews-item__btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    background: url(../img/btn-arrow.png) no-repeat center;
    width: 14px;
    height: 8px;
    -webkit-transition: .2s;
    transition: .2s
}

@media screen and (max-width:767px) {
    .reviews-item__btn {
        margin-top: 20px
    }
}

.reviews-assessment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0
}

.dislike,
.like {
    padding-left: 27px;
    position: relative;
    cursor: pointer
}

.dislike:before,
.like:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
    left: 0;
    background: url(../img/like.png) no-repeat center;
    width: 18px;
    height: 16px
}

.dislike,
.like,
.social__count {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1
}

.dislike {
    margin-left: 30px
}

.dislike:before {
    -webkit-transform: translateY(-44%) scaleY(-1);
    transform: translateY(-44%) scaleY(-1)
}

.reviews--full .reviews-item__text {
    max-height: 100%
}

.feedback,
.reviews--full .reviews-item__btn,
.reviews--full .reviews-item__text:after {
    display: none
}

.feedback {
    margin-top: 32px;
    position: relative
}

@media screen and (max-width:767px) {
    .feedback {
        margin-top: 15px
    }
}

.feedback-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .feedback-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:639px) {
    .feedback-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.feedback-city {
    margin-left: 22px;
    position: relative
}

@media screen and (max-width:767px) {
    .feedback-city {
        margin-top: 10px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (max-width:639px) {
    .feedback-city {
        margin-top: 10px;
        display: block;
        width: 100%;
        margin-left: 0
    }
}

.feedback-city:before,
.feedback-name:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    width: 15px;
    height: 19px
}

.feedback-city:before {
    background: url(../img/city-icon.png) no-repeat center
}

.feedback-name {
    position: relative
}

@media screen and (max-width:767px) {
    .feedback-name {
        margin-top: 10px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width:639px) {
    .feedback-name {
        margin-top: 10px;
        display: block;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.feedback-name:before {
    background: url(../img/feedback-user.png) no-repeat center
}

.feedback-name-input {
    width: 260px;
    max-width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dfe2e3;
    background-color: #f8f8f8;
    padding-left: 52px;
    padding-right: 15px;
    color: #666;
    font-size: 17px;
    font-weight: 400
}

@media screen and (max-width:1023px) {
    .feedback-name-input {
        width: 190px
    }
}

@media screen and (max-width:767px) {
    .feedback-name-input {
        width: 278px
    }
}

@media screen and (max-width:639px) {
    .feedback-name-input {
        width: 100%
    }
}

.feedback-name-input::-webkit-input-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 400 !important
}

.feedback-name-input::-moz-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 400 !important
}

.feedback-name-input:-ms-input-placeholder,
.feedback-name-input::-ms-input-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 400 !important
}

.feedback-assessment {
    color: #666;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-left: 33px
}

@media screen and (max-width:767px) {
    .feedback-assessment {
        margin-left: 0
    }
}

@media screen and (max-width:639px) {
    .feedback-assessment {
        margin-left: 0
    }
}

.feedback-text {
    margin-top: 30px;
    position: relative;
    z-index: 0
}

@media screen and (max-width:1023px) {
    .feedback-text {
        margin-top: 20px
    }
}

@media screen and (max-width:767px) {
    .feedback-text {
        margin-top: 10px
    }
}

.feedback-text-input {
    padding-top: 9px;
    background: url(../img/feedback-message.png) 18px 15% no-repeat;
    border-radius: 5px;
    border: 1px solid #dfe2e3;
    background-color: #f8f8f8;
    width: 100%;
    height: 103px;
    max-width: 100%;
    padding-left: 52px;
    padding-right: 15px;
    color: #666;
    font-size: 17px;
    font-weight: 400;
}

.feedback-text-input::-webkit-input-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 400
}

.feedback-text-input::-moz-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 400
}

.feedback-text-input:-ms-input-placeholder,
.feedback-text-input::-ms-input-placeholder {
    color: #666 !important;
    font-size: 17px;
    font-weight: 400
}

.feedback-btn {
    margin-top: 25px;
    max-width: 180px
}

@media screen and (max-width:767px) {
    .feedback-btn {
        margin-top: 15px
    }
}

@media screen and (max-width:639px) {
    .feedback-btn {
        max-width: 100%;
        margin-top: 10px
    }
}

.feedback-rating {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 140px;
    height: 23px;
}

.feedback__star:nth-child(2n-2) {
    margin: 0 3px
}

.feedback__star {
    width: 27px;
    height: 23px;
    cursor: pointer
}

.feedback__star::before {
    content: '';
    display: block;
    background: url(../img/icon_empty_star.png) no-repeat center;
    background-size: contain;
    width: 27px;
    height: 23px
}

.feedback__star.hover::before,
.feedback__star.selected::before {
    background: url(../img/icon_full_star.png) no-repeat center;
    background-size: cover;
    width: 27px;
    height: 23px
}

@media screen and (max-width:767px) {
    .feedback-rating {
        margin-left: 10px;
        margin-right: 100px
    }
}

@media screen and (max-width:639px) {
    .feedback-rating {
        margin-right: 0
    }
}

.feedback-modal {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9)
}

.feedback-modal__inner {
    color: #222;
    text-align: center;
    position: absolute;
    z-index: 21;
    top: 50%;
    left: 50%;
    padding: 23px 50px 41px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    background-color: #fff;
    border-radius: 5px
}

@media screen and (max-width:767px) {
    .feedback-modal__inner {
        padding: 20px;
        width: 250px
    }
}

.feedback-modal__text {
    font-size: 18px;
    font-weight: 400
}

.feedback-modal__title {
    position: relative;
    margin-bottom: 12px;
    padding-top: 36px;
    font-size: 22px;
    font-weight: 500
}

.feedback-modal__title:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    background-image: url(../img/header-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

textarea {
    -ms-overflow-style: none;
    scrollbar-color: #a2a2a2 red;
    resize: none
}

.reviews-headStar {
    width: 120px;
    height: 20px;
    background: url(../img/star.png) repeat-x left center;
    background-size: 25px 20px;
    position: relative
}

.reviews-headStar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/star-un.png) repeat-x left center;
    background-size: 25px 20px;
    width: 122px;
    height: 100%
}

.star-box {
    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
}

textarea::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

textarea::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #a2a2a2;
    border-radius: 3px;
    background-image: url(../img/thumb.png);
    background-position: center;
    background-repeat: no-repeat
}

textarea::-webkit-resizer {
    background-color: #a2a2a2
}

.reviews-bottom {
    margin-top: 30px;
    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
}

.use {
    padding: 80px 0
}

.use-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    align-items: center;
}

.use-info__img,
.use-info__text {
    width: 50%
}

.use-info__img .img_wrap {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 50px;
    margin-top: 30px
}

.use-info__img .img_wrap:before {
    content: "";
    display: block;
    position: absolute;
    width: 105px;
    height: 105px;
    /*background: url(../img/quality-pack.png);*/
    background-position: center;
    background-size: contain;
    right: 65px;
    top: 45px;
}

.nowrap {
    white-space: nowrap
}

.use-info__item {
    position: relative;
    padding-left: 125px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.33;
    font-weight: 700;
    font-size: 18px
}

.use-info__item p {
    word-break: break-all
}

p.use-info__addition {
    font-style: italic;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}

.use-info__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border: 5px solid #ea5b0c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.use-info__item:nth-child(1):before {
    background: url(../img/use1.png);
    background-position: center;
    background-repeat: no-repeat
}

.use-info__item:nth-child(2):before {
    background: url(../img/use2.png);
    background-position: center;
    background-repeat: no-repeat
}

.use-info__item:nth-child(3):before {
    background: url(../img/use3.png);
    background-position: center;
    background-repeat: no-repeat
}

.use-info__item:nth-child(3):after {
    display: none
}

.use-info__item:not(:last-child) {
    margin-bottom: 45px
}

@media (max-width:1023px) {
    .use-info__item:not(:last-child) {
        margin-bottom: 40px
    }
    .use-info__img .img_wrap:before {
        right: 40px;
        top: 10px;
    }
}

@media (max-width:767px) {
    .use-info__item {
        min-height: 75px;
        padding-left: 100px
    }

    .use-info__item:not(:last-child) {
        margin-bottom: 30px
    }

    .use-info__item:before {
        width: 75px;
        height: 75px;
        background-size: 30% !important
    }

    .use-info__item:after {
        display: none
    }

    .use-info__img {
        width: 40%;
        margin-top: 15px
    }

    .use-info__img .img_wrap {
        margin-right: 20px
    }

    .use-info__text {
        width: 60%
    }

    .use-info {
        margin-top: 30px
    }
    .use-info__img .img_wrap:before {
        right: -5px;
        top: -25px;
    }
}

@media (max-width:639px) {
    .use-info__list {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }

    .use-info__img,
    .use-info__text {
        width: 100%
    }

    .use-info__img .img_wrap {
        margin-right: auto;
        margin-left: auto;
        width: 50%
    }

    .use-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .use-info__text {
        margin-top: 30px
    }
}

@media (max-width:479px) {
    .use-info__img .img_wrap {
        width: 100%;
        max-width: 300px;
    }

    .use-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .use-info__text {
        margin-top: 25px
    }

    .use-info__item {
        min-height: 50px;
        font-size: 15px;
        padding-left: 70px
    }
    .use-info__item p{
        word-break: normal;
    }

    .use-info__item:not(:last-child) {
        margin-bottom: 15px
    }

    .use-info__item:before {
        width: 50px;
        height: 50px;
        background-size: 30% !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .use-info__list {
        width: 100%
    }

    .use-info__item {
        width: 100%;
        display: block;
        max-width: 100%
    }

    .use-info__item p {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 100%;
        max-width: 100%
    }
}

.order-info {
    padding: 80px 0 90px
}

.order-info__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px
}

.order-info__item {
    width: 25%;
    position: relative
}

.order-info__item img {
    margin: 0 auto
}

.order-info__item p {
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.2
}

.order-info__item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 140px;
    background: #d5d5d5;
    top: 15px
}

@media (max-width:1023px) {
    .order-info__item img {
        width: 140px
    }

    .order-info__item:not(:last-child):after {
        height: 100px;
        top: 20px
    }

    .order-info__items {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .order-info__item img {
        width: 100px
    }

    .order-info__item:not(:last-child):after {
        height: 70px;
        top: 15px
    }

    .order-info__items {
        margin-top: 30px
    }
}

@media (max-width:639px) {
    .order-info__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order-info__item {
        width: 50%
    }

    .order-info__item p {
        margin-top: 25px
    }

    .order-info__item:nth-child(1),
    .order-info__item:nth-child(2) {
        margin-bottom: 25px
    }

    .order-info__item:not(:last-child):after {
        height: 70px;
        top: 15px
    }

    .order-info__item:nth-child(even):after {
        display: none
    }
}

@media (max-width:480px) {
    .order-info__items {
        margin-top: 25px
    }
}

.footer {
    padding: 100px 0 40px;
    background-color: #fff;
}

@media screen and (max-width:1219px) {
    .footer {
        padding: 110px 0 30px
    }
}

@media screen and (max-width:1023px) {
    .footer {
        padding: 20px 0
    }
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

.politic-link{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #000;
}

@media screen and (max-width:1023px) {
    .footer-top {
        display: none
    }
}

.footer-top-delivery {
    max-width: 315px
}

.footer-top-online {
    position: relative;
    margin-top: 0;
    margin-right: 149px;
    max-width: 452px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:1219px) {
    .footer-top-online {
        margin-top: -10px
    }
}

.footer-online-first {
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-online-first:first-child {
    margin-right: 10px
}

.footer-first__num,
.footer-online__text {
    color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: 1
}

.footer-first__num b {
    color: #040404;
    font-size: 21px;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-online__text {
    font-size: 16px;
    margin-top: 7px
}

.footer-first__circle {
    margin-right: 13px;
    width: 28px;
    height: 28px;
    background-color: rgba(255, 180, 0, .1);
    border-radius: 50%;
    position: relative
}

.footer-first__circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #ffb400;
    border: 4px solid rgba(255, 180, 0, .4);
    background-clip: content-box;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.footer-first__circle--color {
    background-color: rgba(255, 51, 51, .1)
}

.footer-first__circle--color::before {
    background-color: #f33;
    border: 4px solid rgba(255, 51, 51, .4)
}

.footer-delivery__text {
    margin-top: 0;
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-left: 28px
}

@media screen and (max-width:1219px) {
    .footer-delivery__text {
        font-size: 15px;
        margin-top: 12px;
        line-height: 1.2
    }
}

.footer-delivery__text::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    background: url(../img/footer-lock.svg) no-repeat center;
    width: 16px;
    height: 21px
}

.my-popup .promo__subtitle {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
    padding: 10px 0
}

.my-popup__wrap {
    width: 845px;
    margin: 0 auto;
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #f4f4f4
}

@media screen and (max-width:999px) {
    .my-popup__wrap {
        width: 300px;
        padding: 20px 0 15px
    }
}

.my-popup__wrap .my-popup__quality {
    right: 40px;
    top: 20px;
    -webkit-transform: none;
    transform: none;
    left: auto;
    width: 80px;
    height: 80px
}

.my-popup__pack {
    max-width: 305px;
    padding-bottom: 0;
    position: relative;
    margin-left: -40px
}

.my-popup__left {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:999px) {
    .my-popup__left {
        display: none
    }
}

.my-popup__right {
    margin-left: 25px
}

@media screen and (max-width:999px) {
    .my-popup__right {
        margin-left: 0
    }
}

.my-popup__quality {
    position: absolute;
    left: -42px;
    top: -63px;
    width: 100px
}

@media (max-width:1330px) {
    .my-popup .form__wrapper {
        padding-top: 15px
    }

    .my-popup .form__subtitle {
        margin: 10px 0
    }

    .my-popup .form__name,
    .my-popup .form__phone {
        margin-bottom: 10px
    }

    .my-popup .form-btn {
        margin-top: 10px
    }

    .my-popup .btn,
    .my-popup .input {
        padding: 18.5px 10px 18.5px 50px;
        border-radius: 6px
    }

    .my-popup .btn {
        font-size: 26px;
        padding: 13px 0 15px
    }

    .my-popup .form__text {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.wPopup {
    background-color: #ea5b0c;
    -webkit-box-shadow: 0 6px 25px 0 rgba(2, 3, 3, .2);
    box-shadow: 0 6px 25px 0 rgba(2, 3, 3, .2);
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 95;
    padding: 9px 0;
    width: 100%
}

.wPopup .timer__colon {
    color: #fff
}

@media screen and (max-width:767px) {
    .wPopup {
        padding: 5px 0 7px
    }
}

.wPopup .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wPopup .btndiv {
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width:767px) {
    .wPopup .btndiv {
        margin-left: 10px
    }
}

.wPopup .btndiv,
.wPopup__prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wPopup__prod {
    position: relative;
    width: 86
}

.wPopup__prod__pack {
    width: 40px;
    margin-right: 35px;
    position: relative;
    top: 0
}

@media screen and (max-width:1440px) {
    .wPopup__prod__pack {
        top: 0
    }
}

@media screen and (max-width:1219px) {
    .wPopup__prod__pack {
        width: 33px;
        margin-right: 30px
    }
}

.wPopup__until {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin-right: 35px;
    max-width: 182px
}

.wPopup__until--color {
    border-radius: 3px;
    background-color: #228b22;
    letter-spacing: .55px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1
}

.wPopup__until .date-0 {
    text-transform: lowercase
}

.wPopup .btn {
    font-size: 20px;
    width: 100%;
    max-width: 160px;
    padding: 11px 40px 12px
}

@media screen and (max-width:1219px) {
    .wPopup .btn {
        padding-left: 12px;
        padding-right: 12px
    }
}

.wPopup .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:1219px) {
    .wPopup__until {
        max-width: 189px;
        line-height: 1.3;
        margin-right: 23px;
        font-size: 16px
    }
}

@media screen and (max-width:1023px) {
    .wPopup .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .wPopup__until {
        text-align: center;
        max-width: 285px;
        line-height: 1.1;
        margin-left: 15px;
        margin-right: 15px;
        display: none
    }
}

@media screen and (max-width:767px) {
    .wPopup {
        display: none !important
    }
}

.wPopup-separator {
    width: 1px;
    height: 40px;
    margin: 0 auto;
    background-color: #fff
}

.popup-price {
    font-size: 36px;
    font-family: "Montserrat";
    font-weight: 900;
    color: #fff
}

.old-price{
    position: relative;
    font-size: 26px;
}
.old-price::before {
    content: '';
    display: block;
    border-top: 2px solid red;
    height: 1px;
    width: 100%;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    transform: rotate(-12deg);
}

.old-price::after {
    content: '';
    display: block;
    border-top: 2px solid red;
    height: 1px;
    width: 100%;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    transform: rotate(12deg);
}

@media screen and (max-width:1219px) {
    .popup-price {
        font-size: 34px
    }
    .old-price{
        font-size: 26px;
    }
}

@media screen and (max-width:1023px) {    
    .wPopup .timer__cell{
        padding: 5px 4px;
    }
    .popup-price {
        font-size: 30px;
    }
    .old-price {
        font-size: 22px;
    }
}


@media screen and (max-width:767px) {
    .popup-price {
        font-size: 30px
    }
    .old-price{
        font-size: 22px;
    }
    .wPopup .btn {
        padding-left: 6px;
        padding-right: 6px;
    }
    .timer__cell {
        padding: 6px 6.73px 7px;
    }
}

.popup-price .star,
.popup-price .x_currency {
    font-size: 21px;
    font-weight: 700
}

.popup-price .x_currency{
    margin-right: 5px;
}

@media screen and (max-width:1219px) {

    .popup-price .star,
    .popup-price .x_currency {
        font-size: 18px
    }

    .block {
        padding: 60px 0
    }
}

@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
    }
}

.reviews-list-item.active .reviews-item__text {
    display: block;
    max-height: 100%
}

.reviews-list-item.active .reviews-item__text:after {
    content: ""
}

/* 1. PROMO-GIRL: видима на комп'ютерах і планшетах (від 768px і ширше) */
@media screen and (min-width: 768px) {
    .promo-content::before {
        display: block !important; /* показуємо на планшетах і комп'ютерах */
    }
}

/* 2. PACK: ховаємо на комп'ютерах і планшетах, залишаємо тільки на мобілках */
@media screen and (min-width: 768px) {
    .promo-product__pack {
        display: none !important; /* ховаємо на планшетах і комп'ютерах */
    }
}

/* 3. PACK: показуємо на мобілках (до 767px) */
@media screen and (max-width: 767px) {
    .promo-product__pack {
        display: block !important; /* показуємо тільки на мобілках */
    }
}

@media (max-width: 767px) {
    .promo-end .promo-product__pack {
        display: none !important;
    }
}

/* Ховаємо мобільне фото на десктопі */
.doctor__photo--mobile {
    display: none;
}

/* Показуємо на мобільних */
@media (max-width: 767px) {
    .doctor__photo--mobile {
        display: block;
        text-align: center;
        margin: 20px 0;
    }
    .doctor__photo--mobile img {
        max-width: 200px;
        height: auto;
        border-radius: 8px;
        display: inline-block;
    }
}

/* Ховаємо мобільне фото на десктопі */
.mobile-only {
    display: none !important;
}
.desktop-only {
    display: block;
}

/* На мобільному показуємо pack, ховаємо prod-info__img */
@media (max-width: 767px) {
    .mobile-only {
        display: block !important;
    }
    .desktop-only {
        display: none !important;
    }
}