* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:focus-visible {
    outline: none;
    border: none;
}

*:hover {
    outline: none;
    border: none;
}

*:target {
    outline: none;
    border: none;
}

*:focus {
    outline: none;
    border: none;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

body * {
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #2C2D2E;
}

a {
    color: #005BD1;
}

a,
button {
    cursor: pointer;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

main,
.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.blue {
    color: #1E488F !important;
}

.text {
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 25px;
}

.text24 {
    position: relative;
    margin: 40px 0;
    padding-left: 70px;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
}

.text24::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    background-image: url('images/before.svg');
    background-size: contain;
}

.img-right {
    margin-left: 40px;
    float: right;
}

.btn {
    background: #31B5EA;
    border-radius: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
    border: none;
}

.mb0 {
    margin-bottom: 0;
}

/* header */

header {
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
}

header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}

header ul {
    list-style: none;
}

.header__links,
.header__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__item:not(:last-child) {
    margin-right: 40px;
}

.header__social-item:not(:last-child) {
    margin-right: 17px;
}

.header__social-item:last-child {
    margin-right: 30px;
}

.header__link {
    text-decoration: none;
    color: #2C2D2E;
}

.burger {
    display: none;
}

/* main */

main {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

main .container {
    max-width: 1060px;
}

.main__title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #050505;
}

.main__title-desc {
    margin-bottom: 45px;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
}

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

.person__text .text24 {
    margin-bottom: 0;
    margin-top: 0;
    max-width: 94%;
    width: 100%;
}

.person__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.person__ava {
    margin-right: 15px;
}

.person__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.person__date {
    font-size: 20px;
    line-height: 140%;
    color: #919399;
}

.person__img {
    width: 100%;
    max-width: 510px;
}

.sub-title {
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
}

.offer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 40px;
    background: #F5F5F5;
    border-radius: 15px;
}

.offer-info__title {
    font-weight: 700;
    font-size: 35px;
    line-height: 140%;
}

.offer-info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 65px;
}

.offer-info__top__left .text {
    margin-top: 30px;
    margin-bottom: 35px;
}

.offer-info__list {
    padding-left: 20px;
    width: 100%;
    max-width: 91%;
    list-style-image: url('images/el1.png');
}

.offer-info__item {
    padding-left: 15px;
}

.offer-info__top img {
    width: 100%;
    max-width: 386px;
    -o-object-fit: contain;
    object-fit: contain;
}

.offer-info__bottom {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px;
    background: #FFFFFF;
    border-radius: 10px;
}

.offer-info__bottom-text {
    margin-bottom: 20px;
    max-width: 69%;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
}

.offer-info__bottom-text:last-child {
    margin-bottom: 35px;
}

.offer-info__bottom__btn {
    padding: 16px 30px;
}

.offer-info__bottom__img-cont {
    position: absolute;
    width: 309px;
    height: 376px;
    right: 0;
    bottom: -16px;
    z-index: 10;
}

.offer-info {
    overflow: hidden;
}

.compound {
    padding-left: 20px;
}

.compound__item {
    padding-left: 15px;
}

.improvement {
    list-style: none;
}

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

.improvement__item b {
    margin-right: 10px;
}

body>main>div>div:nth-child(54)>div>div>div>span.persone__date {
    width: 100%;
    max-width: 87%;
}

body>main>div>div:nth-child(54)>div>p:nth-child(2) {
    width: 100%;
    max-width: 89%;
}

body>main>div>div:nth-child(54)>div>p:nth-child(3) {
    width: 100%;
    max-width: 92%;
}

.condition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    background: #F5F5F5;
    border-radius: 10px;
}

.condition__right {
    padding: 40px 0 40px 40px;
}

.condition__right h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 140%;
}

.condition__img-mob {
    display: none;
}

.condition__list {
    list-style: none;
    padding-left: 0 !important;
}

.condition__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.condition__item:last-child {
    margin-bottom: 0;
}

.condition__item b {
    font-weight: 700;
    margin-right: 13px;
}

.condition__item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mb5 {
    margin-bottom: 5px !important;
}

.condition img {
    max-width: 400px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.vk-comment-city {
    margin: 0;
    margin-bottom: 15px;
    font-size: 18px !important;
    line-height: 140% !important;
    color: #808080;
}

.like__count,
.dislike__count {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 140% !important;
    color: #828282;
}

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

.like {
    margin-right: 15px;
}

.dislike,
.like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.dislike img,
.like img {
    margin-bottom: 0 !important;
}

.answer {
    margin-left: 11%;
}

.answer .vk-comment-text {
    margin-left: 57.5px;
    padding-left: 57.5px;
    border-left: 1px solid #808080;
}

.answer__desc {
    margin-top: 15px;
    font-size: 18px !important;
    line-height: 150% !important;
    color: #808080;
}

.vk-comment-text img {
    margin-bottom: 0 !important;
}

.vk-comment,
.vk-comment-load {
    margin-bottom: 50px;
    position: relative;
}

.vk-comment-name {
    color: #2C2D2E;
    font-weight: bold;
    margin-left: 59px
}

.vk-avatar img {
    width: 95px !important;
    height: 95px !important;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.vk-comment-text p {
    margin-bottom: 30px
}

.vk-comment-text {
    margin-left: 115px
}

.blue-block {
    margin-bottom: 40px;
    padding: 35px 35px 40px;
    background: #C4EEFF;
    border-radius: 10px;
}

.btn-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 17px 0;
    max-width: 329px;
    text-decoration: none;
}

.base h2 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
}

/* footer */

footer {
    padding: 40px 0 20px;
    background: #F5F5F5;
}

footer * {
    color: #000 !important;
    fill: #000 !important;
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
    max-width: 233px;
    width: 100%;
}

.footer__left span {
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
}

body>footer>div>div>span:nth-child(2) {
    margin-bottom: 15px;
}

.footer__left img {
    max-width: 110px;
    margin-bottom: 20px;
    filter: invert(1);
}

.footer__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 20px;
}

.footer__list {
    list-style: none;
}

.footer__list:not(:last-child) {
    margin-right: 130px;
}

.footer__list a {
    color: #FFF;
    text-decoration: none;
}

.footer__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.footer__social-list li:not(:last-child) {
    margin-right: 18px;
}

.offer-mob {
    display: none;
}

.meat-img__mob,
.persone__date-mob,
.person__img-mob-first {
    display: none;
}

.vk-comment-name {
    margin-bottom: 5px;
}

.persone__date-desc {
    font-size: 20px;
    line-height: 140%;
}

.persone__date-mob {
    font-size: 18px;
    line-height: 140%;
}

@media (min-width: 660px) {
    .btn:hover {
        background-color: #35BFF5;
        -webkit-box-shadow: 0px 8px 24px rgba(49, 181, 234, 0.58);
        box-shadow: 0px 8px 24px rgba(49, 181, 234, 0.58);
    }
    .link:hover {
        color: #1E488F;
    }
    .footer__link:hover {
        color: #F2F2F2;
    }
    .header__link:hover {
        color: #1E488F;
    }
    .vk:hover svg path {
        fill: #0077FF;
    }
    .tg:hover svg path {
        fill: #38A6DB;
    }
    .twit:hover svg path {
        fill: #1DA1F3;
    }
    .dzen:hover svg path {
        fill: #FD0100;
    }
}

@media (max-width: 1320px) {
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .header__item:not(:last-child) {
        margin-right: 20px;
    }
}

@media (max-width: 920px) {
    .condition__img,
    .header__links {
        display: none;
    }
    .footer__list:not(:last-child) {
        margin-right: 40px;
    }
    .person__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .person__text {
        margin-bottom: 30px;
    }
    .condition__img-mob,
    .offer-info__top img,
    .person__img {
        margin: 0 auto;
    }
    .img-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 30px;
        float: unset;
    }
    .condition {
        padding: 20px 20px 30px;
    }
    .condition__right {
        padding: 0;
    }
    .condition,
    .offer-info__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .condition__img-mob {
        display: block;
        margin-bottom: 30px;
    }
    body>main>div>div:nth-child(54)>div>p:nth-child(3),
    body>main>div>div:nth-child(54)>div>p:nth-child(2),
    body>main>div>div:nth-child(54)>div>div>div>span.persone__date,
    .offer-info__list,
    .person__text .text24 {
        max-width: 100%;
    }
    .meat-img {
        display: none;
    }
    .meat-img__mob {
        display: block;
        margin-bottom: 30px;
    }
    body>main>div>div:nth-child(54)>div>p:nth-child(4),
    body>main>div>div:nth-child(54)>div {
        margin-bottom: 0;
    }
    body>main>div>div:nth-child(54) {
        margin-bottom: 20px;
    }
}

@media (max-width: 790px) {
    .offer-info__bottom {
        background-color: transparent;
        overflow: visible;
    }
    .offer-info__bottom-text {
        max-width: 80%;
        z-index: 20;
    }
    .offer-info__bottom__img-cont {
        bottom: 0;
        right: -20%;
    }
}

@media (max-width: 620px) {
    footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer__left img {
        margin-right: auto;
        margin-left: auto;
    }
    .footer__center {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 40px;
    }
    .offer-info__bottom-text {
        max-width: 80%;
        z-index: 20;
    }
    .offer-info__bottom__img-cont {
        bottom: 85px;
        right: -31%;
        height: 323px;
    }
    body>main>div>div.offer-info>div.offer-info__bottom>p:nth-child(2) {
        max-width: 75%;
    }
}

@media (max-width: 540px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .text24 {
        margin-bottom: 30px;
    }
    .text {
        margin-bottom: 20px;
    }
    .offer-info__bottom-text,
    .text24,
    .person__date,
    .text {
        font-size: 18px;
    }
    header .container {
        padding: 20px 15px !important;
    }
    .burger {
        display: block;
    }
    .header__social-links {
        display: none;
    }
    .heaedr__logo {
        width: 70px;
        height: 20px;
    }
    main {
        padding: 30px 0 70px;
    }
    .offer-info__bottom {
        padding: 0;
        background-color: transparent;
    }
    .main__title {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .main__title-desc {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .sub-title {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .person__name {
        margin-bottom: 5px;
    }
    .offer-info {
        padding: 20px 20px 30px;
    }
    .offer-info__title {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 24px;
    }
    .offer-info__top__left .text {
        margin-bottom: 15px;
    }
    .offer-info__item:last-child {
        margin-bottom: 30px;
    }
    .condition {
        padding: 20px 20px 0;
    }
    .condition__item-text .text:last-child {
        margin-bottom: 0;
    }
    .condition__right h2 {
        margin-bottom: 35px;
        font-size: 24px;
    }
    .base h2 {
        font-size: 24px;
    }
    .answer {
        margin-left: 0;
    }
    .answer .vk-comment-text {
        padding-left: 15px;
    }
    .vk-comment-text {
        margin-left: 0 !important;
    }
    .vk-comment-load {
        margin-bottom: 40px !important;
    }
    .offer-info__bottom-text {
        max-width: 80%;
        z-index: 20;
    }
    .offer-info__bottom__img-cont {
        bottom: 39px;
        right: -41%;
        height: 247px;
    }
    body>main>div>div.offer-info>div.offer-info__bottom>p:nth-child(2) {
        max-width: 63%;
    }
    .btn {
        font-size: 20px;
        max-width: 293px;
        width: 100%;
    }
    .offer-info__bottom__btn {
        padding-left: 0;
        padding-right: 0;
    }
    .person__ava {
        width: 70px;
    }
    .text24 {
        padding-left: 52px;
    }
    .text24::before {
        width: 37px;
        height: 37px;
    }
    .persone__date-desc,
    .person__img-first {
        display: none;
    }
    .persone__date-mob,
    .person__img-mob-first {
        display: block;
    }
    body>main>div>div.offer-info>div.offer-info__top>div>p {
        margin-top: 0;
    }
    .answer__desc {
        margin-bottom: 0;
    }
    .persone__date-mob {}
    .persone__date-mob,
    .vk-comment-load,
    .offer-info__top,
    .person__block {
        margin-bottom: 30px !important;
    }
    body>main>div>div:nth-child(54)>div>div,
    .offer-info__title {
        margin-bottom: 15px;
    }
    .blue-block {
        margin-bottom: 40px;
    }
    body>main>div>center>center {
        padding-top: 0 !important;
    }
    .vk-comment-name {
        margin-bottom: 5px;
    }
}

@media (max-width: 456px) {
    body>main>div>div.offer-info>div.offer-info__bottom>p:nth-child(2) {
        margin-bottom: 50px;
        max-width: 50%;
    }
    .offer-info__bottom-text {
        max-width: 77%;
    }
    .offer-info__bottom__img-cont {
        bottom: 68px;
        right: -155px;
        height: 323px;
    }
}

@media (max-width: 360px) {
    .offer-info {
        overflow: hidden;
    }
    .offer-info__bottom {
        display: none;
    }
    .offer-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: visible;
    }
    .offer-info__bottom-text {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
    body>main>div>div.offer-info>div.offer-info__bottom>p:nth-child(2) {
        margin-bottom: 20px;
        max-width: 60%;
    }
    body>main>div>div.offer-info>div.offer-info__bottom.offer-mob>p:nth-child(3) {
        max-width: 66%;
        margin-bottom: 50px;
    }
    .offer-info__bottom__img-cont {
        bottom: 66px;
        right: -48%;
        height: 323px;
        width: 257px;
    }
}

@media (max-width: 328px) {
    .offer-info__bottom__img-cont {
        bottom: 83px;
        right: -59%;
    }
    body>main>div>div.offer-info>div.offer-info__bottom>p:nth-child(2) {
        max-width: 62%;
    }
    body>main>div>div.offer-info>div.offer-info__bottom.offer-mob>p:nth-child(3) {
        bottom: 71px;
        right: -62%;
    }
}

@media (max-width: 320px) {
    .like-block {
        margin-left: 117px;
    }
}