@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');

/* HTML5 display-role reset for older browsers */
* {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
b-footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    scroll-behavior: smooth;
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

p {
    margin: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

textarea {
    resize: none;
}

ul, ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}
figure {
    margin: 0;
}
/* FONT
---------------------------------*/
body {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    height: 100%;
    background: #ffffff;
}

/* FOUNDATION
---------------------------------*/
html {
    height: 100%;
    scroll-behavior: smooth;
}
main {
    padding: 20px 0 40px;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

/* BTN */
.meg08v-btn {
    position: relative;
    background: linear-gradient(180deg, #7b4397, #dc2430);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 272px;
    width: 100%;
    padding: 10px;
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 auto;
    border: none;
    border-radius: 20px;
    outline: none;
}

.meg08v-btn span {
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}



@keyframes pulsate-bck {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.7);
    }
    100% {
      transform: scale(1);
    }
}

.meg08v-btn.meg08v-btn--info {
    margin: -50px auto 30px;
}
.meg08v-btn--final.meg08v-btn--aside {
    margin-top: -70px;
}
.meg08v-btn--final {
    background: linear-gradient(180deg, #7b4397, #dc2430);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
    animation: pulsate-bck 1.4s linear infinite both;
    color: #ffffff;
    border-radius: 30px;
}

/* TITEL, TEXT*/
.meg08v-titel {
    font-weight: 700;
    font-size: 33px;
    line-height: 40px;
    padding: 34px 0 26px;
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
}
.meg08v-titel-l {
    color: #e32a1f;
    font-size: 25px;
    line-height: 36px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 20px;
}
.meg08v-text {
    margin-bottom: 30px;
}
.meg08v-text a {
    font-weight: 700;
    color: #0a4cff;
    text-decoration: underline;
}
.meg08v-text--bottom {
    margin-bottom: 40px;
}
.meg08v-subtext {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 15px;
}
.meg08v-text__third {
    font-style: italic;
    font-weight: 700;
    margin-bottom: 50px;
    display: inline-block;
}
.meg08v-text__second {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 10px;
}
.meg08v-titel-mm {
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
    color: #e32a1f;
    text-align: center;
    margin-bottom: 15px;
}
.meg08v-info {
    display: flex;
    align-items: flex-start;
    padding: 40px 20px 10px;
}
.meg08v-info figure {
    min-width: 350px;
    width: 100%;
}
.meg08v-info div {
    margin: -45px 0 0 30px;
}


/* HEADER */
.meg08v-nav--main {
    padding: 14px 0 14px;
    background: #ffffff;
    position: fixed;
    z-index: 7;
    top: 0;
    left: 0;
    right: 0;
}
.meg08v-header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.meg08v-header__forms {
    display: flex;
    align-items: center;
}
.meg08v-header__buttons a {
    padding: 8px;
    margin-left: 40px;
}
.meg08v-nav--list {
    margin-top: 68px;
    padding: 0;
    background: #ffffff;
}
.meg08v-nav--points {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #dddddd;
}
.meg08v-nav--points a {
    padding: 10px 14px;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}
.meg08v-nav--points a svg {
    margin-left: 5px;
}
.meg08v-nav--points a.active {
    font-weight: 700;
    color: #e86531;
}
.meg08v-nav--points a:hover {
    color: #e86531;
}
.meg08v-breadcrumbs {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.meg08v-breadcrumbs a {
    color: #000000;
}
.meg08v-breadcrumbs a.active {
    color: #e86331;
}
.meg08v-breadcrumbs a:not(:last-child):after {
    content: '>';
    padding: 0 13px 0 7px;
}
.meg08v-social__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
}
.meg08v-top--social {
    display: flex;
    align-items: center;
}
.meg08v-top--social img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.meg08v-top--social_union {
    font-size: 16px;
    margin-left: 20px;
}
.meg08v-top--social_union p {
    font-size: 14px;
    color: #848484;
    display: flex;
    align-items: center;
}
.meg08v-top--social_union p svg {
    margin-left: 10px;
}
.meg08v-social--list {
    display: flex;
    align-items: center;
}
.meg08v-social--item {
    min-width: 125px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in;
    font-size: 16px;
    border-radius: 10px;
    color: #ffffff;
    margin-left: 7px;
}
.meg08v-social--list a:hover {
    transform: scale(1.1);
}
.meg08v-header__link {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
}
.meg08v-header__link:hover {
    color: #e86431;
}

/* FORM */
.meg08v__form {
    display: flex;
    align-items: center;
    position: relative;
}
.meg08v-control {
    width: 410px;
    height: 40px;
    padding: 5px 15px;
    border-radius: 100px;
    border: 1px solid #545454;
    margin-right: 12px;
}
.meg08v-btn--form {
    background: linear-gradient(90deg, #ff6a00, rgba(229, 41, 0, 1.0));
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
    border: none;
    border-radius: 74px;
    height: 40px;
    max-width: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.meg08v__form--img {
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CONTENT */
.meg08v-list {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 20px;
}
.meg08v-item {
    margin-bottom: 5px;
    line-height: 22px;
}
.meg08v-item span {
    color: #3080e8;
    font-weight: 700;
}
.meg08v-item i {
    color: #e8e330;
    font-weight: 700;
}
.meg08v-quote {
    position: relative;
    padding-left: 28px;
    font-style: italic;
    margin-bottom: 40px;
}
.meg08v-quote p:first-child {
    margin-bottom: 20px;
}
.meg08v-quote::before {
    content: '';
    width: 7px;
    background: #00B8A2;
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.meg08v-quote ul {
    padding-left: 28px;
}
.meg08v-quote li:not(:last-child) {
    padding-bottom: 15px;
}
.meg08v-image {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.meg08v-image.meg08v-image--left {
    justify-content: flex-start;
    max-width: 600px;
    width: 100%;
    margin-bottom: 10px;
}
.meg08v-image.meg08v-image--left img {
    width: 100%;
}
.meg08v-image--discrip {
    display: inline-block;
    margin-bottom: 30px;
}
.meg08v-images {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}
.meg08v-images--union {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    margin-bottom: 50px;
}
.meg08v-images--union .pic-1 {
    height: 309px;
}
.meg08v-images--union .pic-1 img {
    height: 100%;
    object-fit: cover;
}
.meg08v-images--discrip {
    text-align: center;
    margin-bottom: 30px;
}
.meg08v-text span {
    color: #c81f17;
    font-weight: 700;
}
.meg08v-images--absolute {
    position: absolute;
    bottom: -30px;
    right: -30px;
}

.meg08v-checks {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 25px;
    text-align: center;
}

.meg08v-checks img {
    width: 45px;
}

.meg08v-checks p {
    margin-left: 10px;
}

.meg08v-date {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
    font-style: italic;
}

.meg08v-date .meg08v-time {
    font-weight: 700;
}

.meg08v-form-one {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 5px;
}

.meg08v-form-two {
    text-decoration: line-through;
    text-align: center;
    margin-bottom: 5px;
}

.meg08v-form-two_big {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.meg08v-text__bottom {
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}
.meg08v-text__curse {
    font-style: italic;
    color: #000000;
    text-align: center;
}
.meg08v-main__union {
    display: flex;
    align-items: flex-start;
    padding-top: 50px;
}

.meg08v-form__block-2 {
    box-shadow: 1px 13px 28px rgb(0 0 0 / 50%);
    border-radius: 10px;
    padding: 26px;
    margin-bottom: 40px;
}

.meg08v-main__info-2 {
    min-width: 370px;
    width: 100%;
    margin-left: 40px;
}
.meg08v-form__titel {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.meg08v-price--sale {
    color: #b4b4b4;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: line-through;
}
.meg08v-price--cash {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #c81f17;
    margin-bottom: 10px;
}
.meg08v-price--cash span {
    font-size: 24px;
    font-weight: 700;
}
.meg08v-price--text {
    font-size: 13px;
    color: #929292;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}
.seal {
    position: absolute;
    width: 145px;
    top: 55px;
    left: 55px;
    transform: rotate(340deg);
}
.meg08v-dating {
    font-size: 13px;
    position: absolute;
    top: 65px;
    right: 51px;
    max-width: 160px;
    width: 100%;
    color: #1957a6;
}

/* Forms */
.meg08v-form {
    margin-bottom: 30px;
}
.meg08v-form__block {
    position: relative;
    background-color: #FFFFFF;
    background-image: url(../images/bg-9-meg08v.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 50px;
    width: 100%;
    margin: 60px auto 40px;
    font-family: 'Noto Serif', serif;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
}
.meg08v-price--titel {
    font-weight: 700;
    margin-bottom: 15px;
}
.meg08v-form__image {
    margin: -180px auto 0;
    max-width: 250px;
    width: 100%;
}
.meg08v-form-row {
    position: relative;
    max-width: 350px;
    width: 100%;
    margin: 0 auto 30px;
}
.meg08v-form-control {
    background: #ffffff;
    border-radius: 0;
    height: 51px;
    color: #000000;
    font-size: 16px;
    line-height: 32px;
    padding: 10px 10px;
    width: 100%;
    outline: none;
    border: 1px solid #eeeeee;
}
.meg08v-form-control::placeholder {
    color: #000000;
}
.form label.error {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    font-size: 10px;
    line-height: 1;
    color: #c91f17;
}
.meg08v-timer {
    font-family: 'Open Sans', sans-serif;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    margin-left: 10px;
}
.meg08v-timer svg {
    margin-right: 10px;
}
.timer__item {
    color: #e32a1f;
    display: flex;
    align-items: center;
}
.meg08v-block__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 17px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 40px;
}
.meg08v-block__item {
    border: 1px solid #d5d5d5;
    color: #545454;
    padding: 7px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
}
.meg08v-block__item:hover {
    background-color: #e86431;
    color: #ffffff;
}
.meg08v-block__item + a {
    margin-left: 10px;
}
.meg08v-smiles__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 70px;
}
.meg08v-smiles__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.meg08v-smiles__item img {
    width: 93px;
    height: 93px;
    margin-bottom: 15px;
}
.meg08v-smiles__item p {
    font-size: 16px;
    line-height: 19px;
}
.meg08v-smiles__item p:hover {
    color: #e86431;
}
.meg08v-smiles__item p b {
    font-size: 20px;
}
.meg08v-timer__block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.timer__item.hours {
    display: none;
}
.timer__item.month::after {
    content: ':';
}
.meg08v-timer__text {
    font-weight: 700;
}


/* COMMENTS */

.meg08v-comment__top {
    font-family: 'Mitr', sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #4b3712;
    margin-bottom: 15px;
}
.meg08v-comment__top svg {
    margin-right: 10px;
}
.meg08v-comment__list {
    list-style-type: none;
}
.meg08v-comment--form {
    position: relative;
    margin-bottom: 50px;
}
.meg08v-comment--form textarea {
    font-family: 'Mitr', sans-serif;
    border: 1px solid #cdcdcd;
    outline: none;
    background: #cdcdcd3d;
    color: #cdcdcd;
    height: 70px;
    padding: 5px 100px 5px 15px;
    width: 100%;
    font-size: 12px;
    margin: 0;
    vertical-align: middle;
}
.meg08v-comment--form textarea::placeholder {
    color: rgba(180, 180, 180, 1.0);
}
.meg08v-comment__item {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 20px 0;
}
.meg08v-comment__blocks {
    font-size: 16px;
    line-height: 24px;
    margin-left: 20px;
    color: #000000;
}
.meg08v-comment__img {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: left;
}
.meg08v-comment__titel {
    font-size: 18px;
    font-weight: 700;
    color: #1957a6;
}
.meg08v-comment__text {
    margin: 10px 0 15px;
}
.meg08v-comment__text span {
    font-weight: 700;
    color: #0a4cff;
}
.meg08v-res__photo {
    margin-top: 14px;
}
.meg08v-comment--pic {
    height: 440px;
    margin: 20px 0;
}
.meg08v-comment--pic img {
    height: 100%;
}
.meg08v-comment--form_btn {
    background-color: #ec6451;
    height: 33px;
    border: none;
    font-size: 16px;
    color: #ffffff;
    max-width: 110px;
    width: 100%;
    padding: 5px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.meg08v-comment--form_btn:hover {
    background-color: #17aac8;
}
.meg08v-comment__icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #cdcdcd;
    border-top: none;
    padding: 3px 5px;
}
.meg08v-comment__icons-list {
    display: flex;
    align-items: center;
}
.meg08v-comment__icons-list li {
    display: flex;
    padding: 0 12px;
}
/* FOOTER */

.meg08v-footer {
    background: #1a1a1a;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #cdcdcd;
}

.meg08v-footer__bottom {
    padding: 37px 20px;
}
/* THANKS */
.meg08v-thank__page {
    background-image: url(../images/bg-thanks-meg08v.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #545454;
}
.meg08v-thank__page::after {
    content: '';
    background-image: url(../images/bg-b-meg08v.png);
    background-repeat: no-repeat;
    background-position: bottom;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 500px;
    opacity: 0.5;
}
.meg08v-thanks__img {
    width: 93px;
    height: 115px;
    margin: 0 auto 30px;
    animation: pulsate-bck 1.2s linear infinite both;
}

@keyframes pulsate-bck {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(1);
    }
  }

.meg08v-main__thanks {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    padding: 50px 20px 20px;
    position: relative;
    z-index: 9;
}
.thanks-form {
    font-size: 18px;
    border-bottom: 1px solid #cbcbcb;
    padding: 0 0 30px 0;
    margin: 0;
}
.thanks-form > p {
    padding: 15px 0;
}
.meg08v-form__name {
    display: flex;
    align-items: center;
}
.meg08v-deliv--item p {
    font-size: 16px;
    color: #000000;
}
.meg08v-form__name .js-username {
    color: #ea8d24;
    margin-left: 10px;
}

.meg08v-thanks__tel .js-phone {
    color: #ea8d24;
    margin-left: 10px;
}

.meg08v-form__thanks {
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 20px;
}

.meg08v-form__thanks span {
    color: #ea8d24;
}
.meg08v-thanks--middle-text {
    font-size: 18px;
    line-height: 26px;
    color: #d0720b;
    margin-bottom: 30px;
}
.meg08v-thanks__icon {
    width: 40px;
    height: 40px;
    position: relative;
}
.meg08v-thanks--middle {
    border-bottom: 1px solid #cbcbcb;
    padding: 25px 0;
}
.meg08v-thanks--middle-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 16px;
}
.meg08v-thanks--middle-item:first-child {
    margin-right: 50px;
}
.meg08v-thanks--middle-item p {
    margin-bottom: 20px;
}
.meg08v-thanks--middle-phone {
    background-color: #d0720b;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 45px;
    color: #ffffff;
}
.meg08v-thanks--middle-phone span {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 6px 10px;
}
.meg08v-thanks--middle-phone span:first-child {
    border-right: 1px solid #ffffff;
}
.meg08v-thanks__tel {
    display: flex;
    align-items: center;
}
.meg08v-thanks__tel img {
    width: 40px;
    height: 40px;
}
.meg08v-thank--list {
    list-style-type: none;
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.meg08v-thank--item {
    background-color: #e86830;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    color: #ffffff;
    font-weight: 700;
}
.meg08v-deliv--list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    border-bottom: 1px solid #cbcbcb;
}
.meg08v-deliv--item {
    padding: 15px 2px;
    max-width: 175px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.meg08v-deliv--item b {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.meg08v-deliv--item img {
    height: 60px;
    margin-bottom: 10px;
}
.meg08v-thank--bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}
.meg08v-thank--bottom img {
    width: 118px;
}
.meg08v-thank--bottom_block {
    border-left: 1px solid #cbcbcb;
    padding-left: 20px;
    margin-left: 20px;
}
.meg08v-thank--bottom_block p {
    font-weight: 700;
}
.meg08v-thank--bottom_block a {
    display: flex;
    align-items: center;
}
.meg08v-thank--bottom_block a span {
    margin-left: 5px;
    font-size: 15px;
}

/* ASIDE */
.meg08v-aside__list-2 {
    margin-bottom: 40px;
}
.meg08v-aside__titel {
    display: block;
    font-size: 21px;
    color: #000000;
    margin-bottom: 25px;
}
.meg08v-aside__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.meg08v-aside__item {
    color: #545454;
    font-size: 19px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 17px;
}
.meg08v-aside__item:hover {
    color: #e86431;
}
.meg08v-aside__item::before {
    content: '#';
    font-size: 21px;
    color: #e86531;
    margin-right: 20px;
}
.meg08v-aside__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.meg08v-aside__bottom-bold {
    font-size: 21px;
    font-weight: 700;
    color: #000000;
}
.meg08v-aside__bottom-normal {
    font-size: 16px;
    color: #545454;
}
.meg08v-aside__bottom-normal:hover {
    color: #e86431;
}
.meg08v-aside__bottom-normal::after {
    content: '\1433';
    font-weight: 700;
    color: #e86331;
    margin-left: 10px;
}
.meg08v-aside__point {
    display: flex;
    align-items: flex-start;
}
.meg08v-aside__point:hover {
    color: #e86331;
}
.meg08v-aside__img {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: #d5d5d5;
}
.meg08v-aside__quote {
    font-size: 16px;
    line-height: 24px;
    margin-left: 21px;
}
.meg08v-aside__point {
    display: flex;
    align-items: flex-start;
    color: #545454;
    padding: 30px 20px;
    border-bottom: 1px solid #e1e1e1;
}
.meg08v-aside--subtitel {
    color: #e86431;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.meg08v-aside--quote {
    margin-top: 25px;
    display: block;
}


@media screen and (max-width: 1250px) {
    .meg08v-image {
        margin-bottom: 24px;
    }
    .meg08v-comment__blocks {
        font-size: 16px;
        margin-left: 12px;
    }
    .meg08v-footer {
        left: 0;
        right: 0;
    }
    .meg08v-checks {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
        flex-direction: column;
    }
    .meg08v-checks p {
        margin: 15px 0 0 0;
    }
    .meg08v-date {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }
    .meg08v-price {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 22px;
        flex-direction: column;
    }
    .meg08v-price__bold {
        margin: 0;
    }
    .meg08v-quote {
        padding-left: 12px;
    }
    .meg08v-quote::before {
        width: 4px;
    }
    .meg08v-quote li:not(:last-child) {
        padding-bottom: 10px;
    }
}


@media screen and (max-width: 1024px) {
    main {
        padding: 60px 0 40px;
    }
    .meg08v-titel {
        font-size: 25px;
        line-height: 29px;
        padding: 20px 0 30px;
    }
    .meg08v-main__banner {
        display: block;
        margin: 0 -10px;
    }
    .meg08v-main__union {
        padding-top: 30px;
    }
    .meg08v-form__image {
        width: 150px;
        margin: -120px auto 0;
    }
    .meg08v-form-one {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .meg08v-form-two_big {
        font-size: 20px;
        line-height: 24px;
    }
    .meg08v-form-two {
        margin-bottom: 5px;
    }
    .meg08v-form .meg08v-btn {
        height: 62px;
    }
    .meg08v-form .meg08v-btn::after {
        width: 77px;
    }
    .meg08v-header__buttons a {
        margin-left: 0;
    }
    .meg08v-footer__text {
        font-size: 14px;
        line-height: 20px;
    }
    .meg08v-btn.meg08v-btn__footer {
        min-width: auto;
        padding: 10px 30px;
        height: 40px;
        margin: 0 0 0 10px;
        font-size: 14px;
    }
    .meg08v-text__bottom {
        margin-bottom: 10px;
    }
    .meg08v-nav--list {
        display: none;
    }
    .meg08v-btn--form {
        display: none;
    }
    .meg08v-control {
        margin-right: 0;
    }
    .meg08v-info {
        flex-direction: column;
        padding: 20px 0;
    }
    .meg08v-info div {
        margin: 20px 0 0 0;
    }
    .meg08v-price--cash span {
        font-size: 25px;
    }
    .meg08v-form__block .meg08v-image {
        margin-top: -140px;
    }
    .meg08v-main__info-2 {
        display: none;
    }
    .meg08v-images--absolute {
        right: 0;
    }
    .meg08v-nav--main {
        padding: 10px 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .meg08v-header__forms {
        display: none;
    }
    .meg08v-top--social {
        margin-bottom: 20px;
    }
    .meg08v-social--item {
        min-width: 112px;
        height: 35px;
    }
    .main-form-b {
        margin: 0 -10px;
    }
    .seal {
        display: none;
    }
    .meg08v-dating {
        position: relative;
        top: 0;
        right: 0;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .meg08v-price--sale {
        margin-bottom: 20px;
    }
    .meg08v-price--titel {
        margin-bottom: 30px;
    }
    .meg08v-price--cash {
        margin-bottom: 25px; 
    }
    .meg08v-btn {
        height: 65px;
        font-size: 20px;
    }
    .meg08v-form-control {
        height: 72px;
    }
    .form label.error {
        top: 75px;
    }
    .meg08v-form__block {
        padding: 80px 30px 120px;
    }
    .meg08v-block__list {
        display: none;
    }
    .meg08v-smiles__item img {
        width: 56px;
        height: 56px;
    }
    .meg08v-text strong {
        font-size: 20px;
    }
    .meg08v-images--union figure:nth-child(2) {
        display: none;
    }
    .meg08v-images--absolute {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .meg08v-comment__item {
        padding: 10px 0;
    }
    .meg08v-comment__item ul {
        margin-left: -93px;
    }
    .meg08v-comment--pic {
        height: 220px;
    }
    .meg08v-thanks--middle-list {
        flex-direction: column;
    }
    .meg08v-thanks--middle-item:first-child {
        margin: 0 0 20px 0;
    }
    .meg08v-deliv--item {
        max-width: 160px;
    }
    .meg08v-form__thanks {
        font-size: 19px;
    }
}