* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-family: "Inter", sans-serif;
    color: #101418;
}

.wrapper {
    overflow: hidden;
}

ul,
ol {
    padding: 0;

    list-style: none;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

.clearfix:after {
    content: "";

    display: table;
    clear: both;
}

.link {
    color: #1dccff;
    text-decoration: underline;

    transition: all 0.5s;
}

.link:hover {
    text-decoration: none;
}

.content_link:hover {
    text-decoration: none;
}

.container {
    position: relative;

    max-width: 1020px;
    margin: 0 auto;
}

.header {
    margin-bottom: 40px;

    background-color: #1dccff;
}

.header__logo {
    float: left;
    margin-right: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.nav {
    float: left;
}

.nav__item {
    float: left;
    padding-top: 17px;
    padding-right: 23px;
    padding-bottom: 17px;
    /*padding: 15px;*/
    padding-left: 23px;

    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;

    border-left: 1px solid #1abced;

    transition: all 0.5s;
}

.nav__item:last-child {
    border-right: 1px solid #1abced;
}

.nav__item:hover {
    background-color: #1abced;
}

.nav__item_active {
    background-color: #1abced;
}

.menu {
    float: right;
}

.menu__item {
    float: left;
    margin-right: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.menu__item:last-child {
    margin-right: 0;
}

.menu__item:hover {
    opacity: 0.8;
}

.header__bottom {
    background-color: #ffffff;
    border-bottom: 1px solid #abebff;
}

.breadcrumbs {
    float: left;
}

.breadcrumbs__item {
    position: relative;

    display: inline-block;
    margin-right: 5px;
    padding-top: 16px;
    padding-right: 15px;
    padding-bottom: 16px;

    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
    color: #101418;
    text-decoration: none;

    transition: all 0.3s;
}

.breadcrumbs__item:not(:last-child)::after {
    content: ">";
    position: absolute;
    top: 15px;
    right: -2px;

    line-height: 1;
    color: #1dccff;
}

.breadcrumbs__item:hover {
    color: #1dccff;
}

.footer-logo {
    float: left;
    padding-top: 7px;
}

.footer .social {
    padding-top: 20px;
}

.social {
    float: right;
    padding-top: 7px;
}

.social__item {
    display: inline-block;
    margin-right: 20px;
    fill: #abebff;
    vertical-align: middle;
    transition: all 0.5s;
}

.social__item:last-child {
    margin-right: 0;
}

.social__item svg {
    vertical-align: middle;
}

.social__item:hover {
    fill: #1dccff;
}
.footer .social__item:hover {
    fill: #e6f7fd;
}

.main {
    float: left;
    width: 100%;
    max-width: 690px;
    margin-right: 40px;
}

.main__img {
    display: block;
    margin: 0 auto 30px;
}

.main__img--first {
    margin-bottom: 20px;
}

.main__img--last {
    margin-bottom: 40px;
}

.title {
    position: relative;

    width: 100%;
    margin-top: -68px;
    margin-bottom: 15px;
    margin-left: -13px;

    font-size: 36px;
    line-height: 48px;
    color: #ffffff;
}

.title::before,
.title div:last-child::after {
    position: absolute;

    font-weight: 700;
    font-size: 38px;
    color: #1dccff;
}

.title::before {
    content: "«";
    top: 0;
    left: -30px;
}

.title div:last-child::after {
    content: "»";
    right: -30px;
    bottom: 0;
}

.title div {
    position: relative;

    display: inline-block;
    margin-bottom: 3px;
    padding-right: 6px;
    padding-left: 10px;

    background-color: #1dccff;
}

.author {
    margin-bottom: 25px;

    font-size: 38px;
    line-height: 38px;
    color: #1dccff;
}

.info {
    margin-bottom: 40px;
    /*padding: 20px 0;*/

    font-size: 0;

    border-top: 1px solid #abebff;
    border-bottom: 1px solid #abebff;
}

.info__comments,
.info__date,
.info__like {
    display: inline-block;
    width: 33%;
    padding-top: 18px;
    padding-bottom: 18px;

    font-size: 12px;
    line-height: 12px;
    vertical-align: top;
}

.info__comments {
    width: 20%;
    margin-right: 13%;

    text-align: left;
    color: #1dccff;
    text-decoration: none;

    transition: all 0.3s;
}

.info__comments:hover {
    color: #85898c;
}

.info__date {
    text-align: center;
    color: #85898c;
}

.info__like {
    position: relative;

    width: 5%;
    margin-left: 29%;
    padding-left: 20px;

    text-align: right;
    color: #1dccff;
}

.info__like::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;

    width: 14px;
    height: 12px;

    background: url("../img/like_icon.png")no-repeat center center;
}

.text p {
    margin-bottom: 30px;
    padding: 0 20px;
}

.button {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 22px 10px;

    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#47d5ff+0,1eccff+37,1cc8fa+71,17a4cd+100 */

    background: rgb(71, 213, 255);
    /* Old browsers */
    background:    -moz-linear-gradient(top, rgba(71, 213, 255, 1) 0%, rgba(30, 204, 255, 1) 37%, rgba(28, 200, 250, 1) 71%, rgba(23, 164, 205, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(71, 213, 255, 1) 0%, rgba(30, 204, 255, 1) 37%, rgba(28, 200, 250, 1) 71%, rgba(23, 164, 205, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background:         linear-gradient(to bottom, rgba(71, 213, 255, 1) 0%, rgba(30, 204, 255, 1) 37%, rgba(28, 200, 250, 1) 71%, rgba(23, 164, 205, 1) 100%);
    /* IE6-9 */
    border-radius: 40px;
    box-shadow: 0 4px 0 0 rgba(17, 123, 153, 0.7), 0 6px 0 0 rgba(34, 213, 255, 0.7);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47d5ff', endColorstr='#17a4cd', GradientType=0);

    transition: 0.5s;
}

.button:hover {
    opacity: 0.8;
}



.comments {
    margin-top: 60px;
}

.comments__title {
    margin-bottom: 30px;
    margin-left: 20px;

    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #101418;
}

.comments__title span {
    display: inline-block;
    padding-left: 8px;

    color: #1dccff;
}

.comment {
    margin-bottom: 20px;
    padding: 20px;

    border: 1px solid #dadde0;
}

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

.comment__ava {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.comment__text {
    /*margin-top: -8px;
    margin-left: 64px;*/
    float: left;
    max-width: 560px;

    line-height: 0;
}

.comment__text p {
    margin-top: 15px;

    font-size: 14px;
    line-height: 20px;
}

.comment__name {
    display: inline;
    margin-right: 10px;

    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #1dccff;
}

.comment__date {
    display: inline;

    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #85898c;
}

.comment__image {
    margin-top: 15px;
}

.sidebar {
    float: right;
    width: 100%;
    max-width: 290px;
}

.tags {
    margin-bottom: 220px;
}

.tags-wrap {
    margin-left: -10px;
}

.tags .line {
    margin-bottom: 5px;
}

.tags__title {
    margin-bottom: 20px;

    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}

.tags__item {
    position: relative;

    display: inline-block;
    margin-right: 5px;
    padding: 8px 10px;

    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    vertical-align: top;
    color: #1dccff;
    text-decoration: none;
}

.tags__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    border: 1px solid #abebff;
    border-radius: 20px;
    opacity: 0;

    transition: all 0.4s;
}

.tags__item:hover::before {
    opacity: 1;

    transition: all 0.4s;
}

.promo {
    position: relative;

    min-height: 440px;
    padding: 20px;
    padding-top: 0;

    line-height: 18px;

    background: url("../img/sidebar_img.jpg")no-repeat center center;
    background-size: cover;
}

.promo__title {
    width: 138px;
    /*margin-top: 15px;*/
    margin-bottom: 8px;
    padding-top: 35px;

    font-weight: 700;
    font-size: 14px;
    color: #005066;
    text-transform: uppercase;
}

.promo__text {
    width: 138px;

    font-size: 13px;
    color: #005066;
}

.promo__product {
    position: absolute;
    top: 10px;
    right: 25px;
}

.button_promo {
    position: absolute;
    right: 0;
    bottom: 23px;
    left: 0;

    width: 210px;
    height: 60px;
    padding: 12px 10px;

    line-height: 19px;
}

.footer {
    margin-top: 40px;
    /*padding: 10px 0;*/

    background-color: #1dccff;
}

.footer__logo {
}

.mob {
    display: none;
}

@media (max-width: 1023px) {
    body {
        font-size: 14px;
        line-height: 22px;
    }

    .web {
        display: none;
    }

    .mob {
        display: block;
    }

    .header .container {
        padding-bottom: 10px;

        text-align: center;
    }

    .humb,
    .header__logo--mob,
    .user_icon--mob {
        display: inline-block;

        vertical-align: middle;
    }

    .header__logo--mob img {
        display: block;
        margin: auto;
    }

    .header__bottom .social {
        display: none;
    }

    .header__logo--mob {
        width: 85%;
    }

    .header__bottom .container {
        padding-bottom: 0;
    }

    .sidebar,
    .main {
        /*display: none;*/
        float: none;
    }

    .sidebar {
        padding-top: 40px;
    }

    .tags {
        display: none;
    }

    .container {
        width: 320px;
        padding: 0 20px;
    }

    .text p {
        margin-bottom: 15px;
        padding: 0;
    }

    .title {
        margin-top: -50px;
        margin-bottom: 5px;
        margin-left: -5px;

        font-size: 20px;
        font-size: 19px;
        line-height: 28px;
        line-height: 28px;
    }

    .title div {
        display: inline-block;
    }

    .title::before,
    .title div:last-child::after {
        font-size: 20px;
    }

    .title::before {
        left: -14px;
    }

    .title div:last-child::after {
        right: -14px;
    }

    .nav {
        display: none;
    }

    .header__logo {
        float: none;
        margin: 0;
    }

    .header {
        margin-bottom: 0;
        padding: 10px 0 0;
    }

    .header__bottom {
        margin-bottom: 0;
    }

    .menu {
        float: none;
    }

    .breadcrumbs {
    }

    .breadcrumbs__item {
        padding-top: 10px;
        padding-bottom: 10px;

        font-weight: 700;
        font-size: 10px;
    }

    .breadcrumbs__item:not(:last-child)::after {
        top: 11px;
        right: 0;
    }

    .author {
        margin-bottom: 20px;

        font-size: 20px;
        line-height: 28px;
    }

    .info {
        width: calc(100% + 40px);
        /*padding: 15px 20px;*/
        margin-bottom: 20px;
        margin-left: -20px;
        padding-right: 20px;
        padding-left: 20px;

        text-align: center;
    }

    .info__comments,
    .info__date,
    .info__like {
        float: left;
        width: auto;
        margin: 0;
    }

    .info__comments {
        margin-right: 30px;
    }

    .info__like {
        float: right;
    }

    .menu__item:nth-child(2) {
        display: none;
    }

    .main__img--first {
        margin-bottom: 10px;
    }

    .comments__title {
        margin-bottom: 25px;
        margin-left: 0;
    }

    .comments__title span {
    }

    .comment__ava {
        margin-right: 10px;
    }

    .comment {
        position: relative;

        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;

        border: none;
    }

    .comment:before {
        content: "";
        position: absolute;
        top: 0;
        left: -1023px;

        display: block;
        width: 1000%;
        height: 1px;
        margin: auto;

        background: #dadde0;
    }

    .comment__text p {
        margin-top: 10px;
    }

    .comment__text {
        max-width: 220px;
    }

    .promo__product {
        top: -20px;
    }

    .footer-logo {
        display: none;
    }

    .footer .social {
        display: block;
        text-align: center;
        float: none;
        margin: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    .social__item {
        padding-top: 10px;
        padding-bottom: 10px;

        line-height: 0;
    }
}
