body {
    margin: 0;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    background-color: #f4f4f4
}

img {
    max-width: 100%
}

.visually-hidden {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0
}

[class*=container] {
    box-sizing: border-box;
    max-width: 1170px;
    margin: 0 auto
}

@media (max-width:863px) {
    .hidde-max-lg {
        display: none
    }
}

@media (min-width:864px) {
    .hidde-min-lg {
        display: none
    }
}

main {
    padding-bottom: 70px
}

section {
    background-color: #fff
}

.left-content {
    max-width: 863px;
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width:864px) {
    .left-content {
        padding-right: 15px;
        padding-left: 15px
    }
}

.left-content p a {
    font-weight: 700;
    color: #0051f6;
    transition: opacity .2s ease-in-out
}

.btn:hover,
.left-content p a:hover {
    opacity: .7
}

.btn:active,
.left-content p a:active {
    opacity: .5
}

.btn,
.link {
    color: #0051f6
}

.btn {
    display: inline-block;
    margin: 20px 0 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px
}

@media (min-width:864px) {
    .btn {
        font-size: 33px;
        line-height: 35px
    }
}

.text-center {
    text-align: center
}

.bold {
    font-weight: 700
}

.italic {
    font-style: italic
}

.line {
    border-width: 3px 0 0;
    border-top-color: #f63800
}

.img-left {
    float: left
}

.img-left img {
    margin-right: 5px;
    margin-bottom: 5px
}

.right-content {
    display: none
}

@media (min-width:1171px) {
    .right-content {
        display: inline-block;
        width: 292px;
        margin-left: 15px
    }
    .left-content {
        float: left
    }
}

.header {
    background-color: #fff
}

@media (max-width:863px) {
    .header .header__container {
        padding: 8px 10px
    }
    .header hr {
        margin-right: -10px;
        margin-left: -10px
    }
}

.header hr {
    margin-top: 0;
    margin-bottom: 6px;
    border-color: #000;
    border-width: 7px 0 0
}

.header picture {
    flex-shrink: 0
}

.header__container--top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0
}

@media (max-width:863px) {
    .header__container--top {
        flex-direction: column;
        padding-right: 10px;
        padding-left: 10px
    }
}

.header__logo {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width: 230px;
    text-transform: uppercase;
    text-decoration: none;
    transition: opacity .2s ease-in-out
}

.header__logo:hover {
    opacity: .7
}

.header__logo:active {
    opacity: .5
}

.header__logo-name {
    display: block;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -.5px;
    white-space: nowrap
}

.header__logo-name span:first-child {
    color: #f63800
}

.header__logo-name span:last-child {
    color: #010101
}

.header__logo-title {
    font-size: 12px;
    line-height: 16px;
    color: #6e6e6e;
    letter-spacing: 2.7px
}

.header__info {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}

.header__info img {
    margin-right: 12px
}

.header__info-text {
    max-width: 450px
}

.header__info-text-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px
}

.header__info-text-title::after {
    content: url(../img/icon-top.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px
}

.header__info-text-subtitle {
    font-size: 14px;
    line-height: 16px;
    color: #9e9e9e
}

@media (min-width:864px) {
    .header__info-text-title {
        font-size: 14px;
        line-height: 26px;
        text-transform: uppercase;
        letter-spacing: 1.4px
    }
}

.header__soc {
    display: none
}

@media (min-width:1171px) {
    .header__nav-toggle {
        display: none
    }
}

@media (max-width:1170px) {
    .header__nav-toggle {
        position: absolute;
        top: 8px;
        right: 10px;
        width: 35px;
        height: 21px
    }
    .header__nav-toggle::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #f63800;
        box-shadow: 0-8px 0#f63800, 0 8px 0#f63800;
        transform: translateY(-50%)
    }
}

@media (min-width:1171px) {
    .header__soc {
        display: block
    }
}

.soc-title {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 3px
}

.soc-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.soc-item:not(:last-child) {
    margin-right: 5px
}

.soc-link {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .2s ease-in-out
}

.soc-link:hover {
    opacity: .7
}

.soc-link:active {
    opacity: .5
}

.soc-link--twiter {
    background-image: url(../img/soc-twiter.png)
}

.soc-link--pinterest {
    background-image: url(../img/soc-pinterest.png)
}

.soc-link--instagram {
    background-image: url(../img/soc-instagram.png)
}

.soc-link--facebook {
    background-image: url(../img/soc-facebook.png)
}

.header__nav {
    display: none
}

@media (min-width:1171px) {
    .header__nav {
        display: block
    }
    .header__nav-list {
        display: flex;
        justify-content: center;
        margin: 4px 0 0;
        padding: 0;
        list-style-type: none;
        background-color: #f63800
    }
    .header__nav-item:last-child .header__nav-link::after {
        display: none
    }
    .header__nav-link {
        position: relative;
        display: block;
        padding: 7.5px 32.5px;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        border-bottom: 3px solid transparent;
        transition: border .2s ease-in-out, background .2s ease-in-out
    }
    .header__nav-link.active,
    .header__nav-link:hover {
        border-bottom-color: #000
    }
    .header__nav-link.active,
    .header__nav-link:active {
        background-color: #ff683c
    }
    .header__nav-link::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 14px;
        top: 50%;
        transform: translateY(-50%);
        right: -2px;
        background-color: #fff
    }
    .header__nav-link.active::after {
        display: none
    }
}

.breadcrumbs {
    margin: 0 0 5px;
    padding: 5px 10px 0
}

@media (min-width:864px) {
    .breadcrumbs {
        padding-right: 0;
        padding-left: 0
    }
    .breadcrumbs a,
    .breadcrumbs span {
        font-size: 14px;
        line-height: 24px
    }
    .breadcrumbs a {
        transition: opacity .2s ease-in-out
    }
    .breadcrumbs a:hover {
        opacity: .7
    }
    .breadcrumbs a:active {
        opacity: .5
    }
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 12px;
    line-height: 14px;
    color: #989898
}

.breadcrumbs span::after {
    content: "»";
    padding: 0 4px
}

.breadcrumbs a {
    color: #0051f6;
    text-decoration: none
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 7px;
    padding: 0;
    list-style-type: none
}

.tag-item:not(:last-child) {
    margin-right: 3px
}

.tag-item:nth-child(1) a {
    background-color: #f63800
}

.tag-item:nth-child(2) a {
    background-color: #00add1
}

.tag-item:nth-child(3) a {
    background-color: #ffc13c
}

.tag-link {
    padding: 0 5px;
    font-size: 12px;
    line-height: 17px;
    text-decoration: none;
    transition: opacity .2s ease-in-out
}

.tag-link:hover {
    opacity: .7
}

.tag-link:active {
    opacity: .5
}

.info-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 7px;
    padding: 0;
    list-style-type: none
}

.info-item:not(:last-child) {
    margin-right: 10px
}

.info-link {
    position: relative;
    padding-left: 23px;
    font-size: 12px;
    line-height: 36px;
    color: #8f8f8f;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left center;
    transition: opacity .2s ease-in-out
}

.info-link--heart {
    background-image: url(../img/icon-heart.png)
}

.info-link--massage {
    background-image: url(../img/icon-massage.png)
}

.info-link--read {
    background-image: url(../img/icon-read.png)
}

.info-link:hover {
    opacity: .7
}

.info-link:active {
    opacity: .5
}

@media (min-width:864px) {
    .info-link,
    .tag-link {
        font-size: 14px;
        line-height: 30px
    }
    .info-link {
        line-height: 36px
    }
    .tag-item:not(:last-child) {
        margin-right: 6px
    }
    .section__header {
        display: flex;
        justify-content: space-between
    }
}

h1 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 26px
}

@media (min-width:864px) {
    h1 {
        margin-bottom: 20px;
        font-size: 33px;
        line-height: 38px
    }
}

main section p {
    margin: 20px 0;
    font-weight: 300;
    font-size: 19px;
    line-height: 25px
}

.aqua-block {
    position: relative;
    display: inline-block;
    margin: 0 2.5px 2px
}

.aqua-logo {
    position: absolute;
    top: 8px;
    right: 8px;
    font-weight: 700;
    font-size: 13px;
    color: rgba(255, 255, 255, .65);
    font-style: normal;
    letter-spacing: -.07em
}

@media (min-width:864px) {
    .aqua-logo {
        top: 20px;
        right: 10px;
        font-size: 28px
    }
}

.after-text--aqua-center span:last-child,
.aqua-logo span:last-child {
    font-weight: 500
}

.aqua-logo--bottom {
    top: auto;
    bottom: 20px
}

.aqua-logo--big {
    top: 20px;
    right: 20px;
    font-size: 16px
}

.aqua-logo--dark {
    color: rgba(0, 0, 0, .6)
}

.after-text-block {
    position: relative;
    display: inline-block;
    margin: 0
}

.after-text {
    position: absolute;
    bottom: 10px;
    font-weight: 700;
    text-align: center;
    font-style: italic
}

@media (max-width:863px) {
    .after-text {
        left: 0;
        width: 100%
    }
}

@media (min-width:864px) {
    .after-text {
        right: 20px;
        font-size: 19px;
        text-align: right
    }
}

.after-text--white {
    color: #fff
}

.after-text--aqua-center {
    top: 20px;
    right: 54%;
    font-weight: 700;
    font-size: 16px;
    color: rgba(255, 255, 255, .65);
    font-style: normal;
    letter-spacing: -.07em
}

.blockquotes {
    display: block;
    font-style: italic
}

.blockquotes--gray {
    padding: 7px 8px;
    background-color: #f4f4f4
}

.blockquotes>.aqua-block .aqua-logo {
    position: absolute;
    top: 8px;
    right: 48px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: -.07em
}

@media (min-width:700px) {
    .blockquotes>.aqua-block .aqua-logo {
        right: 65px;
        font-size: 16px
    }
}

.blockquotes>figure:first-child {
    padding-right: 40px
}

@media (min-width:700px) {
    .blockquotes>figure:first-child {
        padding-right: 50px
    }
}

.blockquotes__title {
    position: relative;
    margin-bottom: 25px;
    padding-top: 5px;
    font-weight: 700
}

.blockquotes__title::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 25px;
    margin: 0 5px 0-35px;
    vertical-align: bottom;
    background-image: url(../fonts/blockquotes.svg)
}

.black-title {
    display: inline-block;
    margin-left: -10px;
    padding: 1px 10px 3px;
    color: #fff;
    background-color: #000
}

@media (min-width:864px) {
    .black-title {
        margin-left: -15px;
        padding-left: 20px
    }
}

@media (max-width:863px) {
    .black-title span {
        display: block
    }
}

.warn {
    color: #f63800
}

.big {
    font-size: 24px;
    line-height: 30px
}

@media (min-width:864px) {
    .big {
        font-size: 33px;
        line-height: 38px
    }
}

.question-block {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 36px
}

.question-no,
.question-yes {
    display: inline-block;
    padding: 10px 15px
}

.question-yes {
    margin-right: 4px;
    border: 1px solid #f8754f
}

.question-no {
    border: 1px solid #4f4f4f
}

.tag-block {
    margin-bottom: 10px
}

.tag-link {
    display: inline-block;
    margin: 0 3px 3px 0;
    color: #fff;
    background-color: #c9c9c9
}

.tag-link:first-child {
    background-color: #000
}

.section-soc {
    margin-bottom: 10px
}

@media (min-width:864px) {
    .flex-desktop {
        display: flex;
        justify-content: space-between
    }
}

@media (min-width:1171px) {
    .right-content__block {
        background-color: #fff
    }
    .news {
        margin-bottom: 12px
    }
    .news__title {
        display: flex
    }
    .news__title .link {
        flex-basis: 100%;
        padding: 10px 0;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #c9c9c9
    }
    .news__title .link:first-child {
        background-color: #000
    }
    .news__list {
        margin: 0;
        padding: 12px 15px;
        list-style-type: none
    }
    .news__item {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 18px
    }
    .news__item a {
        color: #000;
        transition: opacity .2s ease-in-out
    }
    .news__item a:hover {
        opacity: .7
    }
    .news__item a:active {
        opacity: .5
    }
    .news__item img {
        margin-right: 12px
    }
    .news__link {
        display: block;
        padding: 10px 10px 20px;
        font-size: 14px;
        color: #0051f6
    }
    .banner {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 292px;
        height: 526px;
        padding-bottom: 20px;
        background-image: url(../img/aside-banner.jpg);
        background-repeat: no-repeat;
        background-position: center bottom
    }
    .news__footer {
        left: 0;
        width: 100%;
        margin-top: auto;
        font-size: 22px;
        line-height: 24px;
        text-align: center;
        color: #fff
    }
    .news__footer span {
        font-size: 32px;
        line-height: 40px
    }
}

.comments__title {
    font-weight: 700
}

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

.ava {
    float: left
}

.comments__content {
    margin-left: 55px
}

.comments__header {
    font-size: 14px;
    line-height: 24px
}

.comments__name {
    font-weight: 700;
    margin-right: 10px
}

.comments__date {
    font-weight: 300
}

.comments__footer {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #4b4f54;
    padding-bottom: 30px
}

.reply {
    color: #2f77e4;
    margin-right: 30px
}

.ac_footer {
    width: 100%
}