.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    padding-right: 15px;
    padding-left: 15px;
}

.container_fluid {
    max-width: 100% !important;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section__title {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.section_introFace {
    padding-bottom: 0;
}

.section_privacy {
    padding-left: 60px;
    padding-right: 60px;
    background-color: #e1f3f9;
}

.section_sostav {
    background-position: center;
    background-image: url("sostav.jpg");
}

.section_article {
    padding-left: 60px;
    padding-right: 60px;
    background-image: url("privacy.jpg");
}

.section_vopros {
    padding-top: 0;
    background-color: #fff;
}

.privacy {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 60px;
    background-color: #fff;
}

.privacy.article {
    max-width: 768px;
}

.article {
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 60px;
    background-color: #fff;
}

.btn-center {
    text-align: center;
}

.btn {
    display: inline-block;
    background-color: #b6192e;
    background: linear-gradient(90deg, #DA6BBC 3.58%, #B63393 93.25%);
    padding: 15px 30px;
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.btn_mb {
    margin-bottom: 30px;
}

.btn:hover {
    opacity: 1;
}

.article__btn {
    display: inline-block;
    background-color: #b6192e;
    background: linear-gradient(90deg, #DA6BBC 3.58%, #B63393 93.25%);
    padding: 15px 30px;
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.article__btn:hover {
    opacity: 1;
}

.privacy h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.privacy h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.privacy h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.privacy p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #464646;
}

.privacy b {
    font-weight: 700;
}

.privacy p + h3 {
    margin-top: 15px;
}

.privacy li {
    list-style-type: none;
}

.privacy .lstn li {
    list-style-type: none !important;
}

.privacy.article li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 18px;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
}

.nav__logo h1 {
    font-size: 18px;
    padding-right: 10px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.37em;
    text-transform: uppercase;
    text-decoration: none;
}

.nav__logo span {
    margin-top: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav__link {
    padding: 15px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.105em;
    text-decoration: none;
}

.nav__link_header.active {
    font-weight: 700;
    color: #991D78;
}

.nav__link_header:hover {
    background-color: #85c6da;
}

.nav__link_footer.active {
    font-weight: 700;
    color: #991D78;
}

.nav__link_footer:hover {
    background-color: #85c6da;
}

.nav__burger {
    display: block;
}

.article h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.article h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.article h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.article p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #464646;
}

.article b {
    font-weight: 700;
}

.article p + h3 {
    margin-top: 15px;
}

.article li {
    list-style-type: none;
}

.article .lstn li {
    list-style-type: none !important;
}

.article.article li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 18px;
}

.introFace {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 134px;
    font-weight: 700;
    color: #000;
}

.introFace__title {
    flex: 0 0 auto;
    width: 100%;
    color: #000;
    line-height: .9;
    font-size: 60px;
    text-align: center;
}

.introFace mark {
    color: #fed9b5;
    background-color: transparent;
}

.introFace__title span {
    display: block;
    font-weight: 700;
    font-size: 48px;
}

.introFace__media {
    flex: 0 0 auto;
    width: 50%;
}

.face__btn {
    display: inline-block;
    background: linear-gradient(90deg, #DA6BBC 3.58%, #B63393 93.25%);
    padding: 22px 17px;
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
}

.introFace__media img {
    max-height: 200px;
}

.order__title {
    margin-bottom: 60px;
    text-transform: uppercase;
}

.order__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.order__item {
    flex: 0 0 auto;
    width: calc(25% - 15px);
    padding: 100px 20px 40px;
    background-color: #008784;
}

.card {
    position: relative;
    margin-top: 170px;
}

.card__media {
    position: absolute;
    left: 0;
    top: -170px;
    width: 100%;
    text-align: center;
}

.card__name {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.card__media img {
    display: inline-block;
}

.card__count {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.card__bonus {
    margin-top: 5px;
    margin-bottom: 30px;
    text-align: center;
}

.card__bonus > .hide {
    display: none;
}

.card__bonus mark {
    display: inline-block;
    padding: 5px 10px;
    display: inline-block;
    background-color: #ff7c83;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.card__list-item {
    min-height: 26px;
    padding-left: 40px;
    font-size: 18px;
    color: #fff;
    background-image: url("check.png");
    background-repeat: no-repeat;
    background-position: left top;
}

.card__list-item + .card__list-item {
    margin-top: 15px;
}

.card__price {
    margin-top: 30px;
    padding: 15px;
    font-size: 30px;
    font-weight: 700;
    color: #008784;
    text-align: center;
    background-color: #fff;
}

.card__delivery {
    margin-top: 20px;
    text-align: center;
}

.card__delivery-price {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.card__full-price {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.card__wrap-btn {
    margin-top: 30px;
    text-align: center;
}

.card__btn {
    display: inline-block;
    padding: 15px 55px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff7c83;
    cursor: pointer;
}

.card__btn:hover {
    background-color: #ff545d;
    transform: scale(.98);
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    background-color: rgba(0, 0, 0, 0.85);
}

.modal__form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.modal__close:hover::before,
.modal__close:hover::after {
    background-color: #ffb7b7;
}

.modal__close::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 2px;
    width: 20px;
    content: '';
    background-color: #fff;
    transition: 0.3s background-color;
}

.modal__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    height: 2px;
    width: 20px;
    content: '';
    background-color: #fff;
    transition: 0.3s background-color;
}

.header {
    background-color: #68B6CE;
}

.nav__body.mobile {
    top: 0;
}

.header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-size: 55px;
    font-weight: 700;
    color: #ededed;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.logo span {
    color: #fed9b5;
}

.logo p {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}

.discount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 55px;
    background-color: #68b6ce;
}

.discount p {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-right: 30px;
}

.discount p span {
    color: #fed9b5;
}

.discount__btn {
    display: inline-block;
    padding: 15px 55px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    background-color: #b6192e;
    background: linear-gradient(90deg, #DA6BBC 3.58%, #B63393 93.25%);
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.discount__btn:hover {
    background-color: #ff868d;
    color: #fff;
}

.statistics__title {
    text-align: center;
    text-transform: uppercase;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
}

.statistics__description {
    max-width: 910px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.statistics__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 70px;
    background-color: #f6f7fa;
    max-width: 1650px;
    margin-right: auto;
    margin-left: auto;
}

.statistics__item {
    flex: 0 0 auto;
    width: calc(20% - 30px);
    text-align: center;
}

.statistics__item:nth-child(1) .statistics__count mark,
.statistics__item:nth-child(1) .statistics__count span {
    color: #2f4ad8;
}

.statistics__item:nth-child(2) .statistics__count mark,
.statistics__item:nth-child(2) .statistics__count span {
    color: #e14c75;
}

.statistics__item:nth-child(3) .statistics__count mark,
.statistics__item:nth-child(3) .statistics__count span {
    color: #fbc0a7;
}

.statistics__item:nth-child(4) .statistics__count mark,
.statistics__item:nth-child(4) .statistics__count span {
    color: #1b2353;
}

.statistics__item:nth-child(5) .statistics__count mark,
.statistics__item:nth-child(5) .statistics__count span {
    color: #4fb948;
}

.statistics__info {
    font-size: 16px;
}

.statistics__count mark {
    background-color: transparent;
    font-size: 95px;
    font-weight: 700;
}

.statistics__count span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.sostav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sostav__title {
    margin-bottom: 15px;
    font-size: 47px;
    margin-right: auto;
    margin-left: auto;
}

.sostav__title mark {
    color: #68B6CE;
    background-color: transparent;
}

.sostav__title span {
    display: block;
}

.sostav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.sostav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 auto;
    width: 304px;
    padding: 15px;
    padding-top: 360px;
    margin: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.sostav__item:nth-child(1) {
    background-image: url('img-1.jpg?version=1');
}

.sostav__item:nth-child(2) {
    background-image: url('img-2.jpg?version=1');
}

.sostav__item:nth-child(3) {
    background-image: url('img-3.jpg?version=1');
}

.sostav__item:nth-child(4) {
    background-image: url('img-4.jpg?version=1');
}

.sostav__item:nth-child(5) {
    background-image: url('img-5.jpg?version=1');
}

.sostav__item:nth-child(6) {
    background-image: url('img-6.jpg?version=1');
}

.sostav__item-box_center {
    margin-right: auto;
    margin-left: auto;
}

.sostav__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 149px;
    height: 149px;
    margin-bottom: 20px;
    background-color: #ff4b5d;
    background-image: -o-linearf-gradient(45deg, #ff4b5d 0%, #ffcdac 100%);
    background-image: linear-gradient(45deg, #ff4b5d 0%, #ffcdac 100%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 30px #ff4b5d;
    box-shadow: 0 0 30px #ff4b5d;
}

.sostav__media-border {
    width: 135px;
    overflow: hidden;
    border-radius: 50%;
}

.sostav__name {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.page {
    overflow: hidden;
}

.sostav__description {
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
}

.sostav__product {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin-top: -100px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section_face {
    background-color: #D8F2FF;
}

.section_face2 {
    background-image: none;
    background-color: #d8f2ff;
}

.face__logo {
    width: 100%;
    text-align: center;
}

.face__logo img {
    display: inline-block;
}

.face__body {
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.face__title {
    position: relative;
    z-index: 3;
    max-width: 400px;
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.face__title mark {
    font-weight: 700;
    color: #68B6CE;
    background-color: transparent;
}

.face__list {
    max-width: 400px;
    position: relative;
    z-index: 3;
}

.face__item {
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.face__price {
    color: #DA6BBC;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 30px;
}

.face__item_bottom {
    background: none;
}

.face__item + .face__item {
    margin-top: 15px;
}

.face__item-txt {
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 18px;
    color: #000;
}

.face__item-media {
    margin-right: 10px;
    flex: 0 0 auto;
}

.face__product {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.face__product_order {
    bottom: 0;
}

.fieldHide {
    display: none;
}

.contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacts__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 45px;
    background-color: #68b6ce;
}

.contacts__info {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contacts__title {
    text-align: center;
    margin-bottom: 0 !important;
}

.contacts__description {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 22px;
}

.contacts__info span {
    color: #fed9b5;
}

.contacts__item + .contacts__item {
    margin-top: 30px;
}

.contacts__link {
    padding: 10px 10px 10px 40px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: right;
    background-size: 25px;
}

.contacts__link_phone {
    background-image: url("phone.png");
}

.contacts__link_mail {
    background-image: url("mail.png?version=15");
}

.commits__title {
    margin-bottom: 30px;
    text-align: center;
}

.commits__title span {
    display: block;
}

.commits__box .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px !important;
}

.commits__box .owl-dot {
    width: 15px !important;
    height: 15px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    background-color: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 50% !important;
}

.commits__box .owl-dot.active {
    background-color: #75ba8e !important;
    border-color: #75ba8e !important;
}

.commits__box .owl-dot:focus {
    outline: none;
}

.commits__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 85px 25px 30px;
    margin: 60px 0 0;
    background-color: #d8f2ff;
}

.commits__face {
    position: absolute;
    top: 0;
    left: 50%;
    width: 120px;
    height: 120px;
    overflow: hidden;
    background-color: #e96771;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.commits__name {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.commits__name span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.commits__description {
    width: 100%;
    margin-bottom: 20px;
    line-height: 22px;
}

.commits__star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.commits__star img {
    max-width: 33px;
    margin-right: 2px;
}

.commits__icon {
    display: flex;
    flex-wrap: wrap;
}

.commits__icon a {
    flex: 0 0 auto;
    max-width: 40px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s opacity;
}

.commits__icon a:hover {
    opacity: 1;
}

.professional {
    position: relative;
}

.professional__title {
    margin-bottom: 20px;
    font-size: 52px;
    color: #fff;
}

.professional__title span {
    display: block;
}

.professional__body {
    padding: 45px;
    background-color: #fff;
}

.professional__body p {
    max-width: 730px;
    font-weight: 400;
}

.professional__body p mark {
    font-size: 24px;
    color: #d32a40;
    background-color: transparent;
}

.professional__body p + p {
    margin-top: 20px;
}

.professional__footer {
    display: flex;
    align-items: center;
    max-width: 620px;
    padding: 30px 45px 0;
}

.professional__name {
    margin-right: 30px;
    font-size: 21px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.professional__name span {
    display: block;
}

.professional__job {
    margin-right: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.professional__job span {
    display: block;
}

.professional__media {
    position: absolute;
    top: -80px;
    bottom: -80px;
    right: -295px;
    height: calc(100% + 160px);
}

.professional__media img {
    max-height: 100%;
}

.section_professional {
    background-image: url("professional.jpg");
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.ingredients__body {
    display: flex;
}

.ingredients__product {
    margin-right: 100px;
    flex: 0 0 auto;
    max-width: 500px;
}

.ingredients__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -33px;
}

.ingredients__item {
    margin: 0 33px;
    text-align: center;
    width: 149px;
}

.ingredients__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 149px;
    height: 149px;
    margin-bottom: 20px;
    background-color: #ff4b5d;
    background-image: -o-linearf-gradient(45deg, #ff4b5d 0%, #ffcdac 100%);
    background-image: linear-gradient(45deg, #ff4b5d 0%, #ffcdac 100%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 30px #ff4b5d;
    box-shadow: 0 0 30px #ff4b5d;
}

.ingredients__media-border {
    width: 135px;
    overflow: hidden;
    border-radius: 50%;
}

.ingredients__name {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #d32a40;
    text-transform: uppercase;
}

.delivery__body {
    border: 1px solid #78bfbe;
}

.delivery__table {
    display: flex;
    flex-direction: column;
}

.delivery__row {
    display: flex;
}

.delivery__row + .delivery__row {
    border-top: 1px solid #78bfbe;
}

.delivery__col {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
    background-color: #fff;
    width: 33.333%;
}

.delivery__row:first-child .delivery__col {
    background-color: #68b6ce;
}

.delivery__row:first-child .delivery__col + .delivery__col {
    border-left: 1px solid #fff;
}

.delivery__row + .delivery__row .delivery__col:first-child {
    border-top: 1px solid #fff;
}

.delivery__row + .delivery__row .delivery__col + .delivery__col {
    border-left: 1px solid #78bfbe;
}

.delivery__info {
    width: 100%;
    word-wrap: break-word;
    color: #2d2d2d;
}

.delivery__info_title {
    font-weight: 700;
    color: #fff;
    font-size: 16px !important;
    letter-spacing: 1px;
}

.pay {
    position: relative;
}

.pay__body {
    padding: 60px 35px;
    background-color: #68b6ce;
}

.pay__subtitle {
    max-width: 580px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
}

.pay__info {
    display: flex;
    align-items: center;
    font-size: 21px;
    color: #fff;
}

.pay__info img {
    flex: 0 0 auto;
    margin-right: 30px;
}

.pay__media {
    position: absolute;
    right: 140px;
    bottom: 0;
    max-width: 340px;
}

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

.online__title {
    text-align: center;
}

.online__subtitle {
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.online__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 25%;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

.online__link {
    text-decoration: none;
    color: #000;
}

.online__media {
    width: 245px;
    height: 245px;
    border-radius: 50%;
    margin-bottom: 60px;
    overflow: hidden;
    box-sizing: content-box;
    padding: 15px;
    border: 1px solid #008784;
}

.online__info {
    font-size: 24px;
    color: #070707;
    text-align: center;
}

.online__wrap-btn {
    text-align: center;
}

.online__btn {
    display: inline-block;
    padding: 15px 40px;
    margin-right: auto;
    margin-left: auto;
    background-color: #018683;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
}

/* .vopros__body {
    display: flex;
    flex-wrap: wrap;
} */

.vopros__item {
    border: 3px solid #68B6CE;
    box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #fff;
    padding: 35px 35px 35px 130px;
    background-image: url("q.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}

.vopros__item + .vopros__item {
    margin-top: 35px;
}

.vopros__item:nth-child(2n) {
    background-color: #68B6CE;
    background-image: url("q2.png");
}

.vopros__item:nth-child(2n) .vopros__item-title,
.vopros__item:nth-child(2n) .vopros__description {
    color: #fff;
}

.vopros__item-title {
    position: relative;
    z-index: 1;
    color: #000;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.question__item + .question__item {
    margin-top: 20px;
}

.question__item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-left: 35px solid #026866;
    padding: 20px 35px;
    background-color: #008784;
    line-height: 1;
}

.question__quest {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.question__open {
    flex: 0 0 auto;
    margin-left: 20px;
    width: 80px;
    height: 80px;
    background-image: url("plus.png");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.question__info {
    padding: 35px;
    border: 1px solid #008784;
    font-size: 24px;
    line-height: 1.3;
    display: none;
}

.form {
    position: relative;
    width: 100%;
    padding: 40px 140px;
    margin-left: auto;
    background-color: #68b6ce;
    margin: 280px auto 0;
    display: flex;
}

.form__form-media {
    position: absolute;
    right: 136px;
    top: -340px;
    width: 391px;
    height: 370px;
    background-image: url(product.png?version=6);
    background-repeat: no-repeat;
    background-size: contain;
}

.form::before {
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 560px;
    height: 779px;
    content: '';
    background-image: url('human.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.face__body_od {
    flex-direction: column;
}

.form__box {
    width: 100%;
    margin-left: auto;
    max-width: 370px;
}

.form__title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.form__title span {
    display: block;
}

.form__price {
    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;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.form__price_face {
    margin: 30px 0 0 20px;
}

.form__price-old {
    position: relative;
    margin-right: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.form__price-old::before {
    position: absolute;
    top: 50%;
    left: -5px;
    width: calc(100% + 10px);
    height: 1px;
    content: '';
    background-color: #000;
}

.form__price-new {
    font-family: "Montserrat", sans-serif;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
}

.form__label {
    position: relative;
    display: block;
    margin-top: 25px;
}

.form__field {
    display: block;
    width: 100%;
    height: 55px;
    padding: 10px 25px;
    background-color: #fff;
    border: 0;
    font-size: 20px;
}

.message__field.message__field_empty {
    outline: 1px solid red;
}

.message__field:focus {
    outline: none;
}

.form__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("arrow.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 10px;
}

.form__label span {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 16px;
    -webkit-transition: .1s transform;
    -o-transition: .1s transform;
    transition: .1s transform;
    -webkit-transform: translateY(17px);
    -ms-transform: translateY(17px);
    transform: translateY(17px);
    left: 0;
    font-size: 14px;
    transform: translateY(-18px);
    color: #fff;
}

.form__field_active + span {
    left: 0;
    font-size: 14px;
    color: #fff;
    -webkit-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
}

.form__time {
    margin-top: 20px;
    margin-bottom: 40px;
}

.form__time-title {
    margin-bottom: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.form__time-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form__time-box > span {
    margin-right: 3px;
    margin-left: 3px;
    font-size: 28px;
    font-weight: 500;
    line-height: 49px;
    color: #fff;
}

.form__time-count {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 68px;
    height: 52px;
    background-color: #fff;
}

.form__time-count span {
    display: block;
}

.form__time-count span:first-child {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
}

.form__time-count span:last-child {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.form__btn {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #b6192e;
    background: linear-gradient(90deg, #DA6BBC 3.58%, #B63393 93.25%);
    border: 0;
    margin-top: 30px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
}

.form__btn:hover {
    background-color: #ff868d;
    color: #fff;
}

.success {
    display: none;
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    padding: 10px 30px;
    background-color: #00a200;
    color: #fff;
    border: 1px solid #138214;
    border-radius: 5px;
}

@media (max-width: 1280px) {
    .container {
        max-width: 992px;
    }

    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section_introFace {
        padding-bottom: 0;
    }

    .section__title {
        font-size: 40px;
    }

    .order__item {
        width: calc(50% - 15px);
    }

    .order__body {
        flex-wrap: wrap;
        margin-bottom: -30px;
    }

    .order__item {
        margin-bottom: 30px;
        padding-right: 60px;
        padding-left: 60px;
    }

    .form__form-media {
        display: none;
    }

    .logo {
        font-size: 42px;
    }

    .nav__link {
        padding: 20px 15px 17px;
        font-size: 18px;
    }

    .nav__link.active::before {
        width: 35px;
        height: 5px;
        border-radius: 5px;
        bottom: 0;
    }

    .form {
        padding-right: 60px;
        margin-top: 0;
    }

    .form::before {
        width: 355px;
        height: 453px;
    }

    .discount {
        padding: 25px 35px;
    }

    .discount p {
        font-size: 28px;
    }

    .statistics__body {
        padding: 30px;
    }

    .statistics__count mark {
        font-size: 70px;
    }

    .sostav__product {
        max-width: 335px;
    }

    .face__body {
        margin-top: 0;
    }

    .face__title {
        margin-top: 0;
    }

    .face__product {
        bottom: -50px;
        max-width: 435px;
    }

    .face__product_order {
        bottom: 0;
        margin-left: 0;
    }

    .face__item {
        font-size: 18px;
    }

    .face__logo {
        margin-bottom: 30px;
    }

    .face__list {
        max-width: 290px;
    }

    .face__item-txt {
        padding: 10px;
        font-size: 16px;
    }

    .section__title {
        margin-bottom: 30px;
    }

    .contacts__link {
        font-size: 24px;
        min-width: 0;
        flex: 0 0 auto;
    }

    .contacts__info {
        font-size: 20px;
    }

    .professional__media {
        display: flex;
        align-items: flex-end;
        top: auto;
        bottom: -80px;
        height: 100%;
        max-width: 600px;
    }

    .professional__body p:nth-child(2),
    .professional__body p:nth-child(3),
    .professional__body p:nth-child(4),
    .professional__body p:nth-child(5) {
        max-width: 720px;
    }

    .ingredients__product {
        max-width: 385px;
        margin-right: 30px;
    }

    .ingredients__list {
        margin-right: -20px;
    }

    .ingredients__item {
        margin-right: 20px;
        margin-left: 20px;
        text-align: center;
    }

    .ingredients__media {
        width: 115px;
        height: 115px;
        display: inline-flex;
    }

    .ingredients__name {
        font-size: 18px;
    }

    .ingredients__media-border {
        width: 100px;
    }

    .delivery__col {
        padding: 15px;
    }

    .delivery__info {
        font-size: 14px;
        line-height: 1.4;
    }

    .pay__subtitle {
        max-width: 540px;
    }

    .pay__info {
        max-width: 540px;
    }

    .online__media {
        width: 190px;
        height: 190px;
        margin-bottom: 30px;
    }

    .online__info {
        font-size: 18px;
    }

    .pay__media {
        right: 0;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 768px;
    }

    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section_introFace {
        padding-bottom: 0;
    }

    .section__title {
        font-size: 35px;
    }

    .introFace__title {
        font-size: 44px;
    }

    .introFace__title span {
        font-size: 38px;
    }

    .card__price {
        font-size: 22px;
    }

    .card__count {
        font-size: 24px;
    }

    .order__item {
        padding-right: 30px;
        padding-left: 30px;
    }

    .nav__link {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 16px;
    }

    .logo {
        font-size: 34px;
    }

    .discount p {
        font-size: 22px;
    }

    .discount__btn {
        font-size: 16px;
        padding: 15px 40px;
    }

    .statistics__body {
        flex-wrap: wrap;
        justify-content: center;
    }

    .statistics__item {
        padding-right: 15px;
        padding-left: 15px;
        width: 33.333%;
        margin-bottom: 30px;
    }

    .sostav__product {
        position: static;
        transform: translate(0, 0);
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
    }

    .sostav__clearBox {
        display: none;
    }

    .face__title {
        font-size: 44px;
        margin-bottom: 30px;
    }

    .face__body {
        flex-wrap: wrap;
        justify-content: center;
    }

    .face__box_first {
        max-width: 100%;
    }

    .section__title {
        margin-bottom: 40px;
    }

    .contacts__link {
        font-size: 16px;
    }

    .professional__media {
        bottom: -60px;
    }

    .professional__body p:nth-child(2),
    .professional__body p:nth-child(3),
    .professional__body p:nth-child(4),
    .professional__body p:nth-child(5) {
        max-width: 480px;
    }

    .ingredients__product {
        max-width: 350px;
    }

    .pay__media {
        max-width: 240px;
    }

    .pay__subtitle {
        max-width: 425px;
        font-size: 24px;
    }

    .pay__info {
        max-width: 425px;
        font-size: 18px;
    }

    .online__media {
        width: 130px;
        height: 130px;
    }

    .online__info {
        font-size: 16px;
    }

    .form::before {
        width: 275px;
        height: 345px;
    }

    .form__box {
        max-width: 310px;
    }

    .face__product {
        max-width: 350px;
        right: 0;
        transform: none;
        top: 0;
        left: 0;
        bottom: 0;
        position: relative;
        margin: 20px auto;
    }

    .face__list {
        margin: 20px auto;
    }

    .form__field {
        height: 40px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .form__label span {
        transform: translateY(-18px);
    }

    .form__field_active + span {
        transform: translateY(-18px);
    }

    .form__title {
        font-size: 19px;
    }

    .form__price-new {
        font-size: 21px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 576px;
    }

    .form {
        margin-right: auto;
        margin-left: auto;
    }

    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .form {
        padding: 40px 80px 300px;
    }

    .form__box {
        max-width: 100%;
    }

    .privacy {
        padding: 30px 15px;
    }

    .article {
        padding: 30px 15px;
    }

    .form::before {
        left: 50%;
        transform: translateX(-50%);
        width: 220px;
        height: 280px;
    }

    .section_introFace {
        padding-bottom: 0;
    }

    .introFace {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .introFace__media {
        width: 100%;
        margin-bottom: 60px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    .introFace__media img {
        max-height: 150px;
        margin-right: auto;
        margin-left: auto;
    }

    .introFace__title {
        width: 100%;
        padding-right: 0;
        font-size: 28px;
        text-align: center;
    }

    .introFace__title span {
        font-size: 32px;
    }

    .card__media {
        height: 205px;
    }

    .card__media img {
        max-height: 100%;
    }

    .order__item {
        width: calc(50% - 7.5px);
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 50px;
    }

    .card__btn {
        font-size: 20px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .card__price {
        font-size: 20px;
    }

    .card__list-item {
        padding-left: 30px;
        background-size: 16px;
        font-size: 17px;
    }

    .card__count {
        font-size: 20px;
    }

    .header__body {
        height: 65px;
    }

    .logo {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .container_header {
        max-width: 100%;
    }

    .discount {
        padding: 15px 20px;
    }

    .discount p {
        font-size: 20px;
        line-height: 1.2;
    }

    .discount__btn {
        font-size: 18px;
        padding: 10px 30px;
    }

    .face {
        padding-right: 0;
    }

    .face__media {
        width: 70%;
        position: static;
        padding-left: 0;
        transform: translateY(0);
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
    }

    .contacts__item {
        padding: 20px;
    }

    .contacts__info {
        font-size: 16px;
    }

    .professional__media {
        right: -105px;
        bottom: -40px;
        max-width: 300px;
    }

    .professional__body {
        padding: 15px;
    }

    .professional__body p:nth-child(5) {
        max-width: 340px;
    }

    .professional__footer {
        flex-wrap: wrap;
        max-width: 320px;
        padding: 15px 15px 0;
    }

    .professional__name {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .professional__name span {
        display: inline;
    }

    .professional__job {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .professional__job {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .ingredients__body {
        flex-direction: column;
    }

    .ingredients__product {
        margin-right: 0;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 60px;
    }

    .ingredients__item {
        margin-right: 19px;
        margin-left: 19px;
    }

    .delivery__body {
        overflow: auto;
    }

    .delivery__table {
        width: 1280px;
    }

    .pay__media {
        max-width: 140px;
    }

    .pay__body {
        padding-right: 155px;
    }

    .pay__info img {
        max-width: 40px;
        margin-right: 15px;
    }

    .online__item {
        width: 50%;
        flex-basis: 50%;
        margin-bottom: 30px;
    }

    .online__media {
        width: 210px;
        height: 210px;
    }

    .online__info {
        font-size: 18px;
    }


    .face__title {
        width: 100%;
        font-size: 48px;
    }

    .face__title_order {
        text-align: center;
    }

    .face__product {
        position: static;
        width: 50%;
        margin-top: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .face__item {
        font-size: 16px;
    }

    .face__list {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .face__product {
        width: 100%;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }

    .online__body {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 100%;
    }

    .section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .introFace__title {
        text-align: center;
        font-size: 28px;
    }

    .introFace__media {
        margin-bottom: 30px;
    }

    .section__title {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .order__item {
        width: 100%;
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 30px;
        padding-left: 30px;
    }

    .form__radio {
        flex-wrap: wrap;
    }

    .form__radio label + label {
        margin-left: 15px;
    }

    .discount p {
        font-size: 16px;
    }

    .discount__btn {
        font-size: 16px;
    }

    .statistics__body {
        padding: 30px 15px;
    }

    .statistics__item {
        width: 50%;
    }

    .face__title {
        font-size: 38px;
    }

    .footer__modal {
        padding-top: 15px;
    }

    .footer__modal-item {
        width: 100%;
    }

    .footer__modal-item + .footer__modal-item {
        margin-top: 10px;
    }

    .face__item::before {
        width: 70px;
    }

    .face__item::after {
        width: 70px;
        background-size: 50%;
    }

    .face__media {
        margin-top: 30px;
    }

    .order__item {
        padding-bottom: 25px;
        padding-top: 100px;
    }

    .card__btn {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

    .card__wrap-btn {
        margin-top: 15px;
    }

    .card__delivery {
        margin-top: 15px;
    }

    .card__price {
        padding: 10px;
        font-size: 18px;
        margin-top: 15px;
    }

    .card__list-item {
        font-size: 16px;
    }

    .card__list-item + .card__list-item {
        margin-top: 10px;
    }

    .card__bonus {
        margin-bottom: 15px;
    }

    .card__name {
        margin-bottom: 15px;
    }

    .card__media {
        top: -110px;
    }

    .card {
        margin-top: 110px;
    }

    .section__title {
        text-align: center;
    }

    .contacts__item {
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
    }

    .contacts__link {
        font-size: 15px;
    }

    .commits__item {
        padding: 75px 15px 15px;
    }

    .professional__media {
        right: -100px;
        max-width: 230px;
    }

    .professional__body {
        padding-bottom: 50px;
    }

    .professional__body p mark {
        font-size: 18px;
    }

    .professional__body p:nth-child(5) {
        max-width: 100%;
    }

    .professional__name {
        font-size: 18px;
    }

    .professional__footer {
        max-width: 220px;
    }

    .professional__media {
        bottom: -20px;
    }

    .ingredients__list {
        margin-right: 0;
    }

    .ingredients__item {
        margin-right: 0;
        margin-left: 0;
        width: 33.333%;
    }

    .pay__body {
        padding: 30px 15px 200px 15px;
    }

    .pay__subtitle {
        font-size: 22px;
    }

    .pay__media {
        display: none;
    }

    .pay__body {
        padding-bottom: 30px;
    }

    .online__media {
        padding: 10px;
        width: 140px;
        height: 140px;
        margin-bottom: 20px;
    }

    .online__subtitle {
        margin-bottom: 30px;
        font-size: 18px;
        text-align: center;
    }

    .question__quest {
        font-size: 20px;
        font-size: 18px;
    }

    .question__open {
        width: 40px;
        height: 40px;
    }

    .question__item-head {
        border-left-width: 15px;
        padding: 15px;
    }

    .question__info {
        padding: 15px;
        font-size: 16px;
    }

    .face__item {
        font-size: 14px;
    }

    .face__title {
        font-size: 36px;
    }

    .form {
        padding-right: 30px;
        padding-left: 30px;
    }

    .form__title {
        margin-bottom: 15px;
        font-size: 28px;
        line-height: 1;
    }

    .sostav__media-border {
        width: 100px;
    }

    .sostav__media {
        width: 115px;
        height: 115px;
        margin-bottom: 10px;
    }

    .sostav__name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .sostav__description {
        font-size: 14px;
    }

    .introFace__media img {
        max-height: 110px;
    }

    .delivery__body {
        margin-right: -15px;
        margin-left: -15px;
        overflow: visible;
    }

    .delivery__table {
        flex-direction: row;
        width: 100%;
    }

    .delivery__row {
        flex-direction: column;
        flex: 0 0 auto;
        width: 50%;
    }

    .delivery__col {
        height: 120px;
        width: 100%;
        padding: 10px;
        overflow: auto;
    }

    .delivery__info {
        font-size: 14px;
    }

    .delivery__info_title {
        font-weight: 400;
        font-size: 14px !important;
    }

    .delivery__row + .delivery__row {
        border-top: 0;
    }

    .delivery__row:first-child .delivery__col + .delivery__col {
        border-left: 0px solid #fff;
        border-top: 1px solid #fff;
    }

    .delivery__row + .delivery__row .delivery__col + .delivery__col {
        border-top: 1px solid #78bfbe;
    }

    .delivery__row + .delivery__row .delivery__col {
        border-left: 1px solid #78bfbe;
    }
}

@media (max-width: 480px) {
    .ingredients__item {
        margin-right: 0;
        margin-left: 0;
        width: 50%;
    }

    .ingredients__name {
        font-size: 16px;
    }

    .section_article {
        padding-right: 15px;
        padding-left: 15px;
    }

    .article h2 {
        font-size: 21px;
    }

    .article h3 {
        font-size: 17px;
    }

    .section_privacy {
        padding-left: 15px;
        padding-right: 15px;
        background-color: #e1f3f9;
    }
}

@media (max-width: 400px) {
    .statistics__item {
        width: 100%;
    }

    .discount {
        flex-direction: column;
        text-align: center;
    }

    .discount p {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .online__item {
        width: 100%;
    }

    .online__body {
        flex-direction: column;
        align-items: center;
    }

    .online__media {
        width: 220px;
        height: 220px;
    }

    .online__btn {
        padding-right: 20px;
        padding-left: 20px;
        font-size: 15px;
    }
}

@media (max-width: 370px) {
    .face__item {
        font-size: 14px;
    }

    .face__item-txt {
        font-size: 14px;
    }
}

.message {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.14);
    margin-bottom: 60px;
}

.message__info {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    background-color: #fff;
    margin-top: 30px;
}

.message__subtitle {
    font-weight: 500;
    font-size: 18px;
}

.message__title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

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

.message__field {
    flex: 0 0 auto;
    width: calc(50% - 10px);
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    font-size: 18px;
    padding: 16px;
}

.message__textarea {
    width: 100%;
    height: 120px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    font-size: 18px;
    padding: 16px;
    margin-top: 20px;
    resize: none;
}

.message__field_empty {
    border: 1px solid red;
}

.message__btn {
    padding: 18px 50px;
    margin-top: 20px;
    margin-left: auto;
    border: 0;
    overflow: none;
    background-color: rgb(255, 165, 115);
    background: linear-gradient(90deg, #DA6BBC 3.58%, #B63393 93.25%);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
}

.message__btn:hover {
    background-color: rgba(255, 83, 160, 1);
    background-image: linear-gradient(180deg, rgba(255, 83, 160, 1) 0%, rgba(255, 165, 115, 1) 100%);
}

.message__phone,
.message__mail {
    display: block;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    margin-top: 10px;
}

.message__phone img,
.message__mail img {
    max-width: 20px;
    margin-right: 10px;
}

.message__phone {
    color: #8a8a8a;
}

.footer {
    background-color: #68B6CE;
}

.footer__modal {
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #ffffff47;
    padding-top: 10px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.footer__modal-item {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.footer__modal-item:hover {
    text-decoration: underline;
}

.footer-modal {
    display: none;
}

.footer-modal.active {
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
}

.footer-modal p {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-modal h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-modal h3 {
    margin-bottom: 10px;
}

.footer-modal ul {
    padding-left: 20px;
}

.footer-modal__body {
    position: absolute;
    top: 10%;
    right: 5%;
    bottom: 10%;
    left: 5%;
    background-color: #fff;
    padding: 55px 15px 30px;
    overflow: auto;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}

.footer-modal__head {
    position: fixed;
    top: 10%;
    right: 5%;
    left: 5%;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}

.footer-modal__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 55px;
    height: 55px;
    padding: 15px;
    background-color: #fff;
    cursor: pointer;
}

.footer-modal__close span {
    height: 2px;
    width: 100%;
    background-color: #da7878;
}

.footer-modal__close span:nth-child(1) {
    -webkit-transform: translateY(1px) rotate(45deg);
    -ms-transform: translateY(1px) rotate(45deg);
    transform: translateY(1px) rotate(45deg);
}

.footer-modal__close span:nth-child(2) {
    -webkit-transform: translateY(-1px) rotate(-45deg);
    -ms-transform: translateY(-1px) rotate(-45deg);
    transform: translateY(-1px) rotate(-45deg);
}

@media (max-width: 768px) {
    .message {
        padding: 15px;
    }

    .message__field {
        width: 100%;
    }

    .message__field + .message__field {
        margin-top: 20px;
    }

    .face__btn {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .message__btn {
        margin-left: 0;
        margin-right: auto;
    }

    .contacts__subtitle {
        margin-bottom: 30px;
    }
}

.blog {
    display: flex;
    flex-wrap: wrap;
}

.blog__item {
    display: flex;
    flex: 0 0 auto;
    width: 25%;
    padding: 7.5px;
}

.blog__media {
    margin-bottom: 10px;
    object-fit: cover;
    margin: -15px -15px 10px -15px;
}

.blog__body {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px;
    background-color: #e1f3f9;
}

.blog__quest {
    font-size: 16px;
    color: #387284;
    margin-bottom: 20px;
}

.blog__add {
    display: block;
    color: #fff;
    background-color: #68B6CE;
    padding: 10px 15px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
}

.blog__add:hover {
    background-color: #ff7c83;
    color: #fff;
}

.blog__description p + p {
    margin-top: 10px;
}

.tags__title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 28px;
}

.tags__body a {
    font-size: 14px;
    color: #68b6ce;
}

.tags__body a:hover {
    color: #0078f5;
}

.tags__body span {
    vertical-align: middle;
    font-size: 20px;
    padding-right: 3px;
    color: #8c8c8c;
}

@media (max-width: 992px) {
    .blog__item {
        width: 50%;
    }

    .nav__list {
        margin-right: -10px;
    }

    .nav__link {
        padding: 10px;
        font-size: 15px;
    }

    .nav__logo h1 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .vopros__item-title {
        font-size: 20px;
        padding-top: 10px;
    }

    .nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav_header {
        position: relative;
    }

    .nav__list {
        margin-right: 0;
    }

    .nav__list_header {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        background-color: #68B6CE;
        -webkit-transition: 0.3s -webkit-transform;
        transition: 0.3s -webkit-transform;
        -o-transition: 0.3s transform;
        transition: 0.3s transform;
        transition: 0.3s transform, 0.3s -webkit-transform;
    }

    .nav__list_header.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .nav__link_header {
        padding: 10px 20px 10px 25px;
        text-align: right;
    }

    .nav__link_header.active {
        border-right: 5px solid #fff;
        color: #fff;
    }

    .nav__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 40px;
        height: 25px;
        cursor: pointer;
    }

    .nav__burger span {
        width: 100%;
        height: 2px;
        background-color: #fff;
    }

    .nav__burger.active span:nth-child(1) {
        -webkit-transform: translateY(11px) rotate(45deg);
        -ms-transform: translateY(11px) rotate(45deg);
        transform: translateY(11px) rotate(45deg);
    }

    .nav__burger.active span:nth-child(2) {
        opacity: 0;
    }

    .nav__burger.active span:nth-child(3) {
        -webkit-transform: translateY(-12px) rotate(-45deg);
        -ms-transform: translateY(-12px) rotate(-45deg);
        transform: translateY(-12px) rotate(-45deg);
    }

    .nav_footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav_footer .nav__logo {
        text-align: center;
    }

    .nav__list_footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px;
    }

    .nav__link_footer {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .blog__item {
        width: 100%;
        max-width: 360px;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .vopros__item {
        padding: 35px;
        background-image: none !important;
    }
}

.modals {
    position: relative;
}

.modals__item {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.modals__content {
    max-width: 900px;
    height: 70vh;
    border: 15px solid #fff;
    background: #fff;
    border-radius: 15px;
    overflow: auto;
}

.modals__content_small {
    height: 40vh;
}

.display__none {
    display: none;
}

.face__form {
    max-width: 420px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px 2px rgba(104, 182, 206, 0.44);
    border-radius: 20px;
    margin: 0;
    display: block;
    padding: 30px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.face__form:before {
    content: '50%';
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 121px;
    height: 114px;
    background: #D30621;
    font-weight: 800;
    font-size: 35px;
    line-height: 110.4%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.face__form-title {
    max-width: 270px;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    color: #68B6CE;
    margin-bottom: 35px;
}

.price__old {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #68B6CE;
    width: min-content;
    margin-bottom: 5px;
}

.price__old-value {
    font-weight: 800;
    line-height: 110.4%;
    font-size: 38px;
    text-decoration-line: line-through;
    display: block;
    margin-right: 10px;
}

.price__new {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 25px;
    line-height: 90.4%;
    text-transform: uppercase;
    color: #C74DA6;
    width: min-content;
    margin-bottom: 25px;
}

.price__new-value {
    font-weight: 800;
    font-size: 48px;
    line-height: 110.4%;
    margin-right: 10px;
}

.face__form-input {
    background: rgba(190, 228, 243, 0.19);
    border-radius: 20px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 25px;
    border: 1px solid #92c9e561;

}

.face__form-btn {
    border: none;
    background: linear-gradient(90deg, #DA6BBC 3.58%, #B63393 93.25%);
    border-radius: 20px;
    font-weight: 800;
    font-size: 25px;
    line-height: 110.4%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px;
    display: block;
    width: 100%;
}

.section_who {
    padding: 100px 0 200px;
    background: #fff url("who__bg.png") no-repeat center 100% / 2000px;
}

.who__title {
    font-weight: 600;
    font-size: 64px;
    line-height: 116.9%;
    text-transform: uppercase;
    color: #000000;
    max-width: 780px;
    margin-left: 40px;
}

.who__title mark {
    color: #68B6CE;
    background: none;
}

.who__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.who__item {
    max-width: 346px;
    background: #68B6CE url("who__img.svg") no-repeat center / 1100px;
    padding: 40px 30px;
    border-radius: 20px;
    margin: 30px;
}

.who__subtitle {
    font-weight: 600;
    font-size: 32px;
    line-height: 116.9%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 70px;
    position: relative;
    max-width: 235px;
}

.who__subtitle:before {
    content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -30px;
    width: 10px;
    height: 100%;
}

.who__text {
    font-size: 20px;
    line-height: 110.4%;
    color: #FFFFFF;
    margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
    .section_who {
        padding: 30px 0;
    }

    .who__title {
        font-size: 45px;
    }

    .who__subtitle,
    .who__text {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .face__form:before {
        content: none;
    }

    .price__old-value {
        font-size: 30px;
    }

    .price__new {
        font-size: 20px;
    }

    .price__new-value {
        font-size: 34px;
    }

    .face__form-btn {
        font-size: 17px;
    }

    .who__title {
        margin-left: 0;
        font-size: 32px;
    }

    .who__item {
        margin: 20px 0;
    }

    .nav__logo h1 {
        font-size: 12px;
    }

}