*, *:before, *:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    margin: 0;
}


.clearfix {
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}


.wrap {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 10px;
}

.slider2 {
    display: none;
}

.header-page {
    padding-bottom: 50px;
    background: url("../index_files/header__bg.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 20px;
}

.header-page__top--left {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    padding-left: 150px;
}

.header-page__top--right {
    display: inline-block;
    vertical-align: top;
    width: 38%;
    padding-top: 23px;
}

.header-page__title {
    color: #f7eee8;
    font-family: "Ubuntu", sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    margin-bottom: 20px;
}

.header-page__logo {
    display: block;
}

.header-page__descr {
    color: #faf3ee;
    font-family: "Ubuntu", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 2.7px;
    margin: 0;
}

.header-page__left {
    display: inline-block;
    width: 66%;
    vertical-align: top;
    position: relative;
}

.header-page__right {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.header-page__list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 390px;
    margin-top: 25px;
}

.header-page__item {
    padding-left: 65px;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    color: #fff6f0;
    font-weight: 400;
    position: relative;
    margin-bottom: 25px;
}

.header-page__item:before {
    position: absolute;
    content: '';
    width: 56px;
    height: 54px;
    top: 0;
    left: 0;
    background: url("../index_files/header__icon.png") no-repeat center;
}

.header-page__text--accent {
    color: #c48ad8;
    font-weight: 700;
}

.header-page__product {
    position: absolute;
    top: 0;
    left: 220px;
    max-width: 150px;

}

.header-page__awards {
    padding-left: 350px;
}

.form {
    border-radius: 5px;
    background-color: #faf3ee;
    position: relative;
    padding-bottom: 60px;
}

.form__title {
    color: #181411;
    font-family: "Ubuntu", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    padding-left: 150px;
    position: relative;
    margin-bottom: 60px;
}

.form__title:before {
    position: absolute;
    content: '';
    top: 0;
    left: 18px;
    width: 108px;
    height: 111px;
    background: url("../index_files/form__action.png") no-repeat center;
}

.form__title--accent {
    color: #ff1b04;
    text-transform: uppercase;
}

.timer {
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.timer__title {
    color: #2a292e;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;

}

.landing__countdown span {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 50px;
    text-transform: uppercase;
    margin-right: 10px;
    background: url("../index_files/timer__bg.png") no-repeat center;
}


span.minutes {
    position: relative;
}

span.minutes:after, span.minutes:before {
    position: absolute;
    content: ':';
    top: 0;
    font-size: 20px;
    color: #000;
}

span.minutes:before {
    left: -10px;
    top: 5px;
}

span.minutes:after {
    right: -10px;
    top: 5px;
}


.bottom-line {
    font-size: 19px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    position: relative;
}

.h-text, .m-text, .s-text {
    color: #2a292e;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}


.bottom-line div {
    font-family: 'Roboto', sans-serif;
    margin-top: -14px;
    display: inline-block;
    margin-left: 9px;
    margin-right: 11px;
}


.form__label {
    display: block;
    width: 90%;
    color: #867f79;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 auto;
}

.form__input {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    background-color: rgba(80%, 78%, 75%, 1);
    margin-bottom: 10px;
    padding: 10px;
    color: #000;
    border: none;
}

.form__btn {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 288px;
    height: 85px;
    background: url(../index_files/form__btn.png) no-repeat center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 31px;
    outline: none;
    cursor: pointer;
    border: none;
    color: #94241a;
}

.form__btn:active {
    bottom: -43px;
}

@media screen and (max-width: 1300px) {
    .header-page {
        background: url("../index_files/header__bg--1300.jpg") no-repeat center top;
        background-size: cover;
    }

    .header-page__top--left {
        text-align: left;
        padding-left: 0;
    }

    .header-page__logo {
        margin-left: 0;
        margin-right: auto;
    }

    .header-page__top--left {
        width: 47%;
    }

    .header-page__top--right {
        width: 50%;
        padding-top: 24px;
    }

    .header-page__descr {
        font-size: 26px;
        text-align: right;
        line-height: 30px;
    }

    .header-page__product {
        position: absolute;
        bottom: -50px;
        left: -60px;
    }

    .header-page__left {
        margin-top: 45px;
    }

    .header-page__list {
        padding-left: 336px;
    }
}

@media screen and (max-width: 1140px) {
    .header-page__product {
        left: -35px;
    }
}

@media screen and (max-width: 1080px) {
    .header-page__product {
        left: 10px;
        width: 160px;
        bottom: -62px;
    }
}

@media screen and (max-width: 1029px) {
    .header-page__product {
        left: 0;
        width: 160px;
        bottom: -62px;
    }

    .form__title {
        font-size: 22px;
    }
}

@media screen and (max-width: 1010px) {
    .header-page {
        background: url(../index_files/header__bg--1010.jpg) no-repeat center top;
        background-size: cover;
    }

    .header-page__list {
        padding-left: 0;
    }

    .header-page__product {
        bottom: 0;
        left: 0;
        right: -260px;
        margin: 0 auto;
        width: auto;
    }

    .header-page__awards {
        padding-left: 0;
    }

    .form__title {
        font-size: 24px;
    }

    .header-page__left {
        width: 60%;
    }

    .header-page__right {
        width: 36%;
    }
}

@media screen and (max-width: 930px) {
    .form__title {
        padding-left: 135px;
    }

    .header-page__product {
        right: -325px;
        max-width: 105px;
    }

    .header-page__title {
        font-size: 19px;
    }
}

@media screen and (max-width: 890px) {
    .form__title {
        font-size: 20px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 883px) {
    .header-page__top--left, .header-page__top--right {
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 0;
        margin-bottom: 20px;
    }

    .header-page__descr {
        text-align: center;
    }

    .header-page__logo {
        margin: 0 auto;
        padding-top: 10px;
    }
}

@media screen and (max-width: 810px) {
    .header-page__left {
        width: 85%;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .header-page__right {
        width: 70%;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 580px) {
    .header-page__right {
        width: 95%;
    }

    .header-page__product {
        right: 0;
        bottom: 0;
        display: block;
        position: relative;
    }

    .header-page__awards {
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width: 460px) {
    .header-page__left {
        width: 100%;
    }

    .header-page__item br {
        display: none;
    }

    .header-page__item {
        margin-bottom: 45px;
    }

    .header-page__item:before {
        top: -10px;
    }
}

@media screen and (max-width: 360px) {
    .header-page__right {
        width: 100%;
    }
}


@media screen and (max-width: 345px) {
    .form__btn {
        left: -3px;
        background-size: 90%;
    }

    .form__title:before {
        left: 0;
    }

    .form__title {
        padding-left: 115px;
    }
}

.contacts {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}

.contacts__text {
    text-align: center;
    color: #333333;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.contacts__privacy {
    text-align: center;
    color: #333333;
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    text-decoration: underline;
    display: block;
}

.contacts__privacy:hover {
    color: #7f518c;
}


.order {
    background: #fcf4ee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.order__title {
    margin: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #321e16;
    font-family: "Ubuntu", sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.order__list {
    text-align: center;
}

.order__item {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    position: relative;
}

.order__item:before {
    position: absolute;
    content: '';
    top: 85px;
    right: 0;
    width: 27px;
    height: 43px;
    background: url("../index_files/purple__arrow.png") no-repeat center;
}

.order__item:nth-child(3):before {
    display: none;
}

.order__pic {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.order__pic--cut {
    margin-bottom: 48px;
}

.order__text {
    font-family: "Open Sans", sans-serif;
    color: #c48ad8;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.order__descr {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 920px) {
    .order__item:before {
        right: -15px;
    }
}

@media screen and (max-width: 800px) {
    .order__item:before {
        display: none;
    }
}

@media screen and (max-width: 730px) {
    .order__item {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .order__pic {
        margin-bottom: 20px;
    }
}

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

.reviews {
    background: #fff url("../index_files/reviews__bg.png") no-repeat center top;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}

.reviews__title {
    color: #321e16;
    font-family: "Ubuntu", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.reviews__list {
    text-align: center;
}

.reviews__item {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    background: url("../index_files/reviews__item--bg.jpg") no-repeat center;
    padding: 20px 0;
    min-height: 616px;
}

.reviews__pic {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px
}

.reviews__text {
    font-family: "Ubuntu", sans-serif;
    color: #814989;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
}

.reviews__descr {
    color: #121212;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 30px;
}

.reviews__descr--accent {
    color: #bf7f20;
    font-weight: 700;
}

.reviews__name {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #121212;
    text-align: center;
}

.result {
    padding-top: 35px;
    padding-bottom: 50px;
    background: url("../index_files/result__bg.png") no-repeat center top;
    background-size: cover;
}

.result__title {
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #fcf4ee;
    font-family: "Ubuntu", sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.result__list {
    text-align: center;
}

.result__item {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-bottom: 40px;
}

.result__pic {
    display: block;
    margin: 0 auto 10px;
}

.result__text {
    text-align: center;
    color: #fcf4ee;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.result__text--bold {
    color: #c48ad8;
}

@media screen and (max-width: 870px) {
    .result__item {
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .result__pic {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .result__text {
        text-align: center;
    }

}

.doctor {
    background: url("../index_files/doctor__bg.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 45px;
}

.doctor__title {
    margin: 0;
    margin-bottom: 20px;
    color: #321e16;
    font-family: "Ubuntu", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.doctor__block {
    box-shadow: 0 3px 40px rgba(60, 44, 44, 0.39);
    border: 1px solid rgba(60, 44, 44, 0.34);
    background-color: rgba(255, 255, 255, 0.34);
    max-width: 690px;
    padding: 20px;
    position: relative;
}

.doctor__block:before {
    position: absolute;
    content: '';
    bottom: 20px;
    right: 40px;
    width: 138px;
    height: 85px;
    background: url("../index_files/sign.png") no-repeat center;
}

.doctor__descr {
    color: #282222;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
}

.doctor__descr--accent {
    color: #835a91;
    font-weight: 700;
}

.doctor__name {
    width: 76%;
    color: #282222;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: right;
}

@media screen and (max-width: 920px) {
    .doctor {
        background: #fcf4ee;
    }

    .doctor__title {
        text-align: center;
    }

    .doctor__block {
        margin: 0 auto;
    }


}

@media screen and (max-width: 400px) {
    .doctor__block {
        padding-bottom: 90px;
    }
}

.effect {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.effect:before {
    position: absolute;
    content: '';
    width: 170px;
    top: 0;
    bottom: -140px;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../index_files/product.png") no-repeat center;
    background-size: 100%;
}

.effect__title {
    margin: 0 0 20px 0;
    color: #835a91;
    font-family: "Ubuntu", sans-serif;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.effect__block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.effect__left {
    width: 34%;
}

.effect__right {
    width: 34%;
}

.effect__logo {
    margin-top: 10px;
}

.effect__title--accent {
    color: #321e16;
    font-size: 30px;
}

.effect__pic {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.effect__text {
    color: #835a91;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.effect__descr {
    color: #2c2c2c;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

.effect__descr--accent {
    color: #835a91;
    font-weight: 700;
}

@media screen and (max-width: 860px) {
    .effect:before {
        display: none;
    }

    .effect__left, .effect__right {
        width: 49%;
    }
}

@media screen and (max-width: 560px) {
    .effect__left, .effect__right {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .effect__pic {
        margin-bottom: 0;
    }

    .effect__descr {
        margin-bottom: 35px;
    }
}

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

.week {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url("../index_files/week__bg.jpg") no-repeat center top;
    background-size: cover;
}

.week__logo {
    margin: 5px 0;
}

.week__title {
    margin: 0;
    margin-bottom: 20px;
    color: #321e16;
    font-family: "Ubuntu", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.week__title--accent {
    color: #835a91;
    font-family: "Ubuntu", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.week__name {
    color: #835a91;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.week__name--accent {
    color: #e62c14;
}

.week__item {
    position: relative;
    padding-left: 112px;
    display: inline-block;
    width: 36%;
    vertical-align: top;
    margin-bottom: 50px;
}

.week__item:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    background: url("../index_files/week__pic1.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.week__item:nth-child(2):before {
    background: url("../index_files/week__pic2.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.week__item:nth-child(3):before {
    background: url("../index_files/week__pic3.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.week__item:nth-child(4):before {
    background: url("../index_files/week__pic4.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.week__text {
    color: #3f3935;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.week__text--accent {
    color: #e62c14;
}

@media screen and (max-width: 1100px) {
    .week {
        background: #e9d8cf;
    }

    .week__list {
        text-align: center;
    }

    .week__item {
        width: 48%;
        margin-bottom: 75px;
    }

    .week__title {
        text-align: center;
        margin-bottom: 35px;
    }

}

@media screen and (max-width: 770px) {
    .week__item {
        width: 60%;
    }
}

@media screen and (max-width: 610px) {
    .week__item {
        width: 80%;
    }
}

@media screen and (max-width: 470px) {
    .week__item {
        width: 100%;
        padding-left: 125px;
    }

    .week__item:before, .week__item:nth-child(2):before, .week__item:nth-child(3):before, .week__item:nth-child(4):before {
        top: -20px;
        background-size: 80%;
    }

    .week__title, .week__title--accent {
        font-size: 30px;
    }
}

@media screen and (max-width: 420px) {
    .week__item {
        padding-left: 0;
        padding-top: 135px;
        margin-bottom: 30px;
    }

    .week__item:before, .week__item:nth-child(2):before, .week__item:nth-child(3):before, .week__item:nth-child(4):before {
        background-size: 80%;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

}

.clinic {
    padding-top: 30px;
    padding-bottom: 45px;
    background: url("../index_files/clinic__bg.jpg") no-repeat center top;
    background-size: cover;
}

.clinic__title {
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    color: #f5eae3;
    font-family: "Ubuntu", sans-serif;
    font-size: 44px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.clinic__title--accent {
    font-size: 30px;
}

.clinic__list {
    text-align: center;
}

.clinic__item {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.clinic__pic {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

.clinic__text {
    color: #c48ad8;
    font-family: "Ubuntu", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.clinic__descr {
    color: #f5eae3;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 0 15px;
}

.clinic__descr--accent {
    color: #bf7f20;
    font-weight: 700;
}

@media screen and (max-width: 833px) {
    .clinic__item {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
        width: 100%;
    }

    .clinic__title {
        font-size: 40px;
    }

    .clinic__title--accent {
        font-size: 25px;
    }
}

.about {
    padding-top: 25px;
    padding-bottom: 70px;
    background: url("../index_files/about__bg.jpg") no-repeat center;
    background-size: cover;
}

.about__title {
    margin: 0;
    margin-bottom: 20px;
    color: #835a91;
    font-family: "Ubuntu", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
}

.about__descr {
    background: url("../index_files/about__block.jpg") no-repeat center;
    background-size: cover;
    padding: 25px;
    max-width: 745px;
    position: relative;
}

.about__descr:after {
    content: '';
    display: block;
    position: absolute;
    right: -120px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../index_files/product.png") no-repeat center;
    background-size: 100%;
    max-width: 111px;
    width: 100%;
    height: 363px;
}

.about__text {
    color: #171717;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    text-indent: 20px;
    margin-bottom: 20px;
}

.about__text:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 13px;
    height: 14px;
    background: url("../index_files/gold__dot.png") no-repeat center;

}

.about__text--accent {
    color: #bf7f20;
    font-weight: 700;
}

@media screen and (max-width: 950px) {

    .about__title {
        text-align: center;
    }

    .about__descr {
        margin: 0 auto;
        background: #fff;
        border: 35px solid brown;
        border-image-source: url("../index_files/about__block.jpg");
        border-image-slice: 40;
        border-image-repeat: round;
        position: relative;
        padding: 0;
        padding-right: 120px;
    }

    .about__descr:after {
        right: 0;
    }

}

@media screen and (max-width: 690px) {
    .about__descr:before {
        top: 7%;
    }

    .about__title {
        font-size: 40px;
        line-height: 45px;
    }
}


@media screen and (max-width: 580px) {
    .about__descr {
        padding-right: 0;
        padding-top: 390px;
    }

    .about__descr:after {
        top: 0;
        bottom: 420px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 460px) {
    .about__title {
        font-size: 36px;
        line-height: 40px;
    }
}


@media screen and (max-width: 460px) {
    .about__title {
        font-size: 36px;
        line-height: 40px;
    }
}

@media screen and (max-width: 355px) {
    .about__title {
        font-size: 30px;
        line-height: 40px;
    }
}

.features {
    padding-top: 40px;
}

.features__left {
    display: inline-block;
    width: 39%;
    vertical-align: top;
}

.features__right {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}

.features__title {
    margin: 0;
    margin-bottom: 20px;
    color: #321e16;
    font-family: "Ubuntu", sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.features__descr {
    color: #121212;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 100px;
    margin-bottom: 35px;
}

.features__descr--accent {
    color: #c489d8;
    font-weight: 700;
}

.features__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.features__item {
    color: #121212;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 400;
    border-radius: 34px;
    background-color: #ffe7ae;
    margin-bottom: 10px;
    padding-left: 100px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
}

.features__pic {
    margin-bottom: -4px;
}

.features__item:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 27px;
    width: 55px;
    height: 50px;
    background: url("../index_files/face.png") no-repeat center;
}

.features__item:nth-child(2):before {
    position: absolute;
    content: '';
    top: 6px;
    left: 27px;
    width: 56px;
    height: 47px;
    background: url("../index_files/flacon.png") no-repeat center;
}

.features__item:nth-child(3):before {
    position: absolute;
    content: '';
    top: 6px;
    left: 27px;
    width: 55px;
    height: 45px;
    background: url("../index_files/flacon2.png") no-repeat center;
}

.features__item:nth-child(4):before {
    position: absolute;
    content: '';
    top: 6px;
    left: 27px;
    width: 46px;
    height: 52px;
    background: url("../index_files/face2.png") no-repeat center;
}

.features__item--accent {
    color: #bf7f20;
    font-weight: 700;
}

@media screen and (max-width: 997px) {
    .features__left {
        display: none;
    }

    .features__right {
        width: 100%;
    }

    .features__list {
        width: 75%;
        margin: 0 auto;
    }

    .features__title {
        text-align: center;
    }

    .features {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 500px) {
    .features__list {
        width: 97%;
    }

    .features__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 460px) {
    .features__item {
        padding-left: 90px;
        padding-right: 10px;
    }

    .features__item:before {
        top: 15px;
        left: 15px;
    }

    .features__item:nth-child(2):before {
        top: 15px;
        left: 15px;
    }

    .features__item:nth-child(3):before {
        top: 15px;
        left: 15px;
    }

    .features__item:nth-child(4):before {
        top: 15px;
        left: 15px;
    }
}

.slider__item {
    text-align: center;
    background: url("../index_files/slider__bg.jpg") no-repeat center;
    background-size: cover;
    max-width: 1000px;
    min-height: 503px;
    padding: 40px;
}

.slider__block {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}

.slider__nav2 {
    margin-bottom: 10px;
}

.slider__item--name {
    color: #835a91;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-top: 10px;
}

.slider__item--name:before {
    position: absolute;
    content: '';
    top: -5px;
    right: 125px;
    width: 78px;
    height: 25px;
    background: url("../index_files/0103.png") no-repeat center;
}

.slider__nav2, .slider__nav3 {
    position: relative;
}

.slider__nav2:before {
    position: absolute;
    content: '';
    top: -5px;
    right: 125px;
    width: 84px;
    height: 25px;
    background: url("../index_files/0203.png") no-repeat center;
}

.slider__nav3:before {
    position: absolute;
    content: '';
    top: -5px;
    right: 125px;
    width: 84px;
    height: 27px;
    background: url("../index_files/0303.png") no-repeat center;
}

.slider__pic {
    display: block;
    margin: 0 auto;
}

.slider__text {
    color: #2c2c2c;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.slider__descr {
    color: #2c2c2c;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    padding: 0 10px;
}

.slider__descr--accent {
    color: #bf7f20;
    font-weight: 700;
}

@media screen and (max-width: 1030px) {
    .slider__item {
        background: #fff;
        display: inline-block;
        border: 35px solid orange;
        border-image-source: url("../index_files/slider__border.png");
        border-image-slice: 40;
        border-image-repeat: round;
    }
}

@media screen and (max-width: 925px) {
    .slider {
        display: none;
    }

    .slider2 {
        display: block;
    }

    .slider__item--name:before, .slider__nav2:before, .slider__nav3:before {
        display: none;
    }

    .slider__block {
        width: 90%;
        margin-bottom: 30px;
    }

    .slider__item--name {
        text-align: center;
        margin-bottom: 30px;
        font-size: 36px;
    }

    .slider__pic {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 460px) {
    .slider__item {
        border: 15px solid brown;
        border-image-source: url(../index_files/slider__border.png);
        border-image-slice: 40;
        border-image-repeat: round;
    }

    .slider__descr {
        font-size: 16px;
    }

    .slider__text {
        margin-bottom: 10px;
    }

    .slider__item {
        padding: 0;
    }

    .slider__item--name {
        font-size: 30px;
    }
}

.logo {
    font-size: 60px;
    text-transform: uppercase;
    color: #c08425;
    font-weight: 800;
    display: block;
    margin: 10px 0;
}

.clinic-circle_1,
.clinic-circle_2,
.clinic-circle_3 {
    position: relative;
}

.clinic-circle_1:before,
.clinic-circle_2:before,
.clinic-circle_3:before,
.clinic-circle_1:after,
.clinic-circle_2:after,
.clinic-circle_3:after {
    content: ' ';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #ffffff;
    text-align: center;
}

.clinic-circle_1:before,
.clinic-circle_2:before,
.clinic-circle_3:before {
    font-weight: 900;
    font-size: 94px;
    bottom: 22px;
}

.clinic-circle_1:after,
.clinic-circle_2:after,
.clinic-circle_3:after {
    font-weight: 400;
    font-size: 32px;
    top: 75px;
}

.clinic-circle_1:before {
    content: '10';
}

.clinic-circle_1:after {
    content: 'minut';
}

.clinic-circle_2:before {
    content: '14';
}

.clinic-circle_3:before {
    content: '28';
}

.clinic-circle_2:after,
.clinic-circle_3:after {
    content: 'dny';
}

.clinic-circle_2:after,
.clinic-circle_3:after {
    content: 'dny';
}
.price-block{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #000;
}
.old{
    padding-left: 5px;
}
.price_old{
    font-size: 20px;
    display: flex;
    justify-content: center;
    color: #595d61;
    text-decoration: line-through;
}
.price_main{
    font-size: 24px;
    display: flex;
    justify-content: center;
    color: #a10566;
    font-weight: bold;
}
.main{
    padding-top: 5px;
}