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

body {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.62;
    -webkit-text-size-adjust: 100%
}

.overflow {
    overflow: hidden
}

.center {
    text-align: center
}

img {
    max-width: 100%;
    display: block;
    outline: none;
    border: 0
}

.mobile-only {
    display: none
}

.clear {
    display: table;
    clear: both
}

ul {
    margin: 0;
    list-style-type: none
}

a {
    color: #2d70cb;
    font-weight: 700;
    text-decoration: underline
}

a:hover {
    color: #2d70cb;
    text-decoration: none
}

.wrapper {
    padding: 0 10px;
    margin: auto
}

.header {
    padding-top: 15px
}

.logo {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 25px
}

.logo-top {
    font-size: 12px
}

.logo-bottom {
    font-weight: 300
}

.logo-bottom b {
    font-weight: 900;
    color: #2d70cb
}

.title {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 20px;
    padding: 25px 10px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.44;
    background: url(../img/header-bg.jpg) no-repeat center/cover;
    max-width: 94%
}

.author {
    padding: 20px 0;
    border-top: 2px solid #2d70cb;
    border-bottom: 2px solid #2d70cb;
    margin-bottom: 25px
}

.author__title {
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
    color: #7c7c7c
}

.author__about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    width: 205px;
    margin: auto
}

.author__ava img {
    border-radius: 50%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    width: 61px;
    height: 61px
}

.author__name {
    font-weight: 700
}

.doctor {
    border-radius: 20px;
    margin: auto;
    margin-bottom: 25px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.main p {
    margin-bottom: 30px
}

.ttu {
    text-transform: uppercase
}

.bubble {
    background: #f5f5f5;
    box-shadow: 0 4px 10px rgba(88, 88, 88, .25);
    border-radius: 20px;
    padding: 20px 15px;
    margin-bottom: 30px
}

.bubble p {
    margin-bottom: 20px
}

.bubble li {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative
}

.bubble li:last-child {
    margin-bottom: 0
}

.bubble li::after {
    content: "";
    width: 2px;
    height: 2px;
    position: absolute;
    top: 11px;
    left: 6px;
    background: #000
}

hr {
    margin: 25px 0
}

.grey-title {
    text-transform: uppercase;
    color: #555;
    line-height: 1.44;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px
}

.main p.prof-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px
}

figure {
    background: #e0fffd;
    box-shadow: 0 4px 10px rgba(88, 88, 88, .25);
    border-radius: 20px;
    overflow: hidden;
    font-size: 14px;
    font-style: italic;
    line-height: 1.3;
    margin: auto;
    margin-bottom: 30px;
    display: table;
    max-width: 616px
}

figcaption {
    padding: 20px 10px 25px
}

.red-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #cb2d2d
}

.symptoms li {
    margin-bottom: 0
}

.symptoms {
    margin-bottom: 42px
}

.grandma {
    background: #e0fffd;
    box-shadow: 0 4px 10px rgba(88, 88, 88, .25);
    border-radius: 20px;
    font-size: 15px;
    padding: 27px 15px;
    margin-bottom: 30px
}

.grandma img {
    margin: auto;
    margin-bottom: 25px;
    border-radius: 20px
}

.grandma__name {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px
}

.grandma__name span {
    color: #7c7c7c;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    display: block
}

.main .grandma p:last-of-type {
    margin-bottom: 0
}

.prod {
    margin: 0 auto 30px
}

.prod img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 400px
}

.question {
    font-weight: 700;
    font-size: 18px
}

.comments {
    padding-bottom: 40px;
    border-bottom: 2px solid #2d70cb;
    margin-bottom: 40px
}

.comments__title {
    font-weight: 700;
    font-size: 20px;
    padding-top: 30px;
    border-top: 2px solid #2d70cb;
    margin-bottom: 30px
}

.comments__item {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px
}

.comments__item:nth-child(-n+10) {
    display: flex
}

.comments__img {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    min-width: 45px
}

.comments__img img {
    margin-bottom: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    min-width: 45px
}

.comments__content {
    border: 1px solid #d5d5d5;
    border-radius: 20px;
    padding: 15px;
    flex-grow: 100
}

.comments__text p {
    margin-bottom: 20px
}

.comments__text p img {
    margin-top: 10px;
    border-radius: 20px
}

.comments__name {
    font-weight: 700;
    font-size: 14px;
    color: #2d70cb
}

.comments__date {
    font-weight: 400;
    font-size: 11px;
    margin-bottom: 5px;
    color: #555
}

.reply {
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    background: #000;
    border-radius: 100px;
    padding: 2px 15px 4px;
    display: inline-block
}

.social,
.aside,
.breadcrumbs {
    display: none
}

.main p.mb0 {
    margin-bottom: 0
}

@media(min-width:992px) {
    .wrapper {
        max-width: 970px
    }

    .social,
    .aside,
    .breadcrumbs {
        display: block
    }

    .comments__item:nth-child(-n+10) {
        display: flex
    }

    .header,
    .social ul {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .social li {
        margin-left: 10px
    }

    .social li:hover {
        opacity: .5
    }

    .breadcrumbs {
        text-align: center;
        background: url(../img/heade-desk-bg.jpg) no-repeat center/cover;
        border-radius: 20px;
        font-weight: 400;
        font-size: 13px;
        padding: 25px;
        margin-bottom: 30px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
    }

    .breadcrumbs ul li {
        display: inline-block;
        vertical-align: middle
    }

    .breadcrumbs a {
        color: #fff;
        text-decoration: none;
        font-weight: 400
    }

    .breadcrumbs li:not(:last-child) a::after {
        content: "•";
        display: inline-block;
        margin: 0 2px;
        vertical-align: middle;
        color: #fff
    }

    .title {
        font-size: 32px;
        padding: 50px 35px;
        margin-bottom: 40px
    }

    .content {
        display: flex;
        align-self: flex-start;
        justify-content: space-between;
        max-width: 970px;
        margin: auto;
        padding: 0 10px
    }

    .content .wrapper {
        max-width: none;
        padding: 0
    }

    .common {
        width: 67%;
        padding-right: 25px;
        padding-bottom: 40px
    }

    .doctor {
        float: left;
        margin-right: 25px
    }

    .bubble {
        padding: 35px
    }

    figcaption {
        padding: 20px 30px 25px
    }

    .grandma {
        display: flex;
        padding: 35px 25px;
        align-items: flex-start;
        justify-content: space-between
    }

    .grandma__about {
        margin-right: 25px
    }

    .grandma__name {
        text-align: left
    }

    .grandma img {
        width: 234px;
        min-width: 234px
    }

    .aside {
        width: 33%
    }

    .new {
        margin-bottom: 40px
    }

    .new li {
        display: table;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 1.43
    }

    .new li:last-child {
        margin-bottom: 0
    }

    .new__text,
    .new__img {
        display: table-cell;
        vertical-align: top
    }

    .new__img img,
    .new__img {
        width: 100px;
        height: 100px;
        border-radius: 20px
    }

    .new__img img {
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
    }

    .new__text {
        padding: 0 0 0 22px
    }

    .new__text a {
        color: #333;
        text-decoration: none;
        margin-bottom: 10px;
        display: inline-block;
        font-weight: 400
    }

    .new__text a:hover {
        text-decoration: underline
    }

    .promo {
        background: url(../img/side-bg.jpg) no-repeat center/cover;
        position: relative;
        padding-top: 250px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
        border-radius: 20px;
        overflow: hidden;
        padding-bottom: 20px;
        cursor: pointer
    }

    .promo a {
        text-decoration: none
    }

    .promo__prod-sharpen {
        position: absolute;
        bottom: 30px;
        right: 40px;
        transform: rotate(30deg);
        z-index: 1;
        width: 130px
    }

    .promo__prod-blure {
        bottom: 100px;
        left: 50px;
        position: absolute;
        width: 85px;
        transform: rotate(-30deg);
        filter: blur(3px)
    }

    .promo__btn {
        font-family: sans-serif;
        font-weight: 400;
        font-size: 20px;
        background: #fff;
        border-radius: 50px;
        padding: 5px 40px;
        box-shadow: 0 0 20px 10px rgba(255, 255, 255, .8);
        text-align: center;
        text-transform: uppercase;
        display: table;
        color: red;
        z-index: 2;
        position: relative;
        margin: auto;
        text-decoration: none;
        transition: .3s
    }

    .promo:hover .promo__btn {
        box-shadow: none;
        color: red;
        text-decoration: none
    }
}

.promo.fixed {
    position: fixed;
    top: 25px;
    margin-top: 0;
    width: 313px
}

.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
    color: #a12000
}

.ac_footer a {
    color: #a12000
}

.ac_footer p {
    text-align: center
}

img[height="1"],
img[width="1"] {
    display: none !important
}

.ring-loading {
    animation: loadingD 1.5s .3s cubic-bezier(.17, .37, .43, .67) infinite;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 15px !important;
    border: 7px dashed #000;
    border-radius: 100%;
    display: none;
    margin: 10px auto !important
}

@keyframes loadingD {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

[scroll=goScrollToForm] {
    cursor: pointer
}