* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

*:focus {
    outline: none;
}

.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #A12000;
}

.ac_footer a {
    color: #A12000;
}

.ac_footer p {
    text-align: center;
}

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

.wrapper {
    position: relative;
    width: 730px;
    max-width: 100%;
    margin: 0 auto;
}

.purple {
    background-color: #e2d3f2;
    padding: 5px;
}

.salad {
    color: #36d6d1;
}

.comment-block {
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding: 15px 0;
    min-height: 75px;
    margin-left: -20px;
    padding-left: 20px;
    width: calc(100% + 40px);
}

.comment-block .ava {
    float: left;
    margin: 0 10px 0 0;
    border-radius: 5px;
    margin-top: -5px;
}

.comment-block b {
    font-size: 12px;
}

.comment-block .date {
    font-size: 10px;
    margin: 0;
    color: #b6b7b8;
    margin-top: 3px;
    font-weight: bold;
}

.comment-block p {
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0 0;
    max-width: calc(100% - 20px);
}

.comment-block img {
    margin-top: 10px;
    max-width: calc(100% - 20px);
}

.quote .wrapper {
    padding-left: 20px;
    border-left: 4px solid #36d6d1;
}

.button {
    display: block;
    background: linear-gradient(#35d5d0, #30bdb9);
    border: none;
    padding: 25px;
    border-radius: 45px;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900;
    margin: 20px auto;
    box-shadow: 0px 2px 9px 3px #35d5d0;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
    max-width: 360px;
    text-transform: uppercase;
}

.button:hover {
    box-shadow: none;
}

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

.header__logo_b,
.header__social {
    display: none;
}

.header__top {
    min-height: 60px;
    /* background: url('../img/header_bg.jpg') no-repeat; */
    background-size: 100% 100%;
    text-align: center;
    padding: 12px;
}

.header__arrow {
    position: absolute;
    top: 12px;
    left: 8px;
}

.header__menu {
    position: absolute;
    top: 12px;
    right: 8px;
}

.header__nav {
    min-height: 30px;
    background-color: #edeff0;
}

.header__nav ul {
    display: inline-block;
    list-style: none;
}

.header__nav ul li {
    display: inline-block;
    padding: 10px;
    background-color: #9f6cd4;
    cursor: pointer;
}

.header__nav ul li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
}

.header__nav ul .hidden {
    display: none;
}

.header__nav .header__extra {
    vertical-align: top;
    display: inline-block;
    width: 250px;
    overflow: hidden;
}

.header__nav .header__extra p {
    font-size: 12px;
    width: 700px;
    padding: 12px;
}

.header__nav .header__extra p a {
    color: #6e6f70;
    font-weight: 700;
    text-decoration: none;
}

.header__nav .header__search {
    display: none;
}

.content__map {
    display: none;
}

.article {
    padding: 0 20px;
}

.article img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.article .article__intro {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
}

.article h1 {
    font-size: 24px;
    font-weight: 900;
    margin: 10px 0;
}

.article p {
    font-size: 14px;
    margin: 10px 0;
    line-height: 22px;
}

.article a {
    font-weight: bold;
    text-decoration: none;
    color: #4340cc;
}

.article a:hover {
    text-decoration: underline;
}

.article .img-about {
    margin: 0;
    padding: 14px;
    font-size: 10px;
    color: #6e6f70;
    background-color: #edeff0;
}

.article .arrows svg {
    display: inline-block;
    position: relative;
    top: 3px;
}

.likes {
    position: relative;
    width: 100%;
    background-color: #f5f6f7;
    margin-top: 100px;
    text-align: center;
    box-shadow: 600px 0 0 #f5f6f7, -600px 0 0 #f5f6f7;
}

.likes .wrapper {
    padding: 20px 10px;
}

.likes .wrapper a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 10px;
    border: 2px solid lightgrey;
    border-radius: 4px;
    font-weight: bold;
    margin: 5px 10px 5px 0;
    font-size: 12px;
}

.likes .wrapper a:hover {
    border: 2px solid #36d6d1;
}

.likes p {
    font-size: 12px;
    display: block;
    width: 40px;
    position: absolute;
    top: -50px;
    right: 50%;
    margin-right: -20px;
    color: #000000;
    font-weight: bold;
}

.likes p::before {
    position: absolute;
    top: -12px;
    left: -50px;
    /* content: url('../img/dislike.jpg'); */
}

.likes p::after {
    position: absolute;
    top: -12px;
    right: -50px;
    /* content: url('../img/like.jpg'); */
}

.sidebar {
    display: none;
}

.comments {
    padding: 0 20px;
}

.comments h2 {
    padding: 40px 0;
    font-size: 18px;
}

/* .comments .hidden { */
/* display: none; } */
.comments .comment-block {
    border-bottom: none;
    padding-top: 20px;
}

.comments a {
    font-weight: bold;
    text-decoration: none;
    color: #4340cc;
}

.comments a:hover {
    text-decoration: underline;
}

.comments .button {
    padding-left: 70px;
    padding-right: 70px;
}

.footer {
    padding: 20px;
    background: #edeff0;
}

.footer svg {
    position: relative;
    top: -4px;
    float: left;
    margin-right: 10px;
}

.footer p {
    font-size: 10px;
    margin: 3px 0;
    color: #b6b7b8;
}

.footer__social {
    display: none;
}

@media screen and (min-width: 401px) {
    .button {
        margin: 40px auto;
    }

    .comment-block {
        padding: 15px 0 15px 20px;
    }

    .comment-block .ava {
        width: 50px;
        position: relative;
    }

    .comment-block .ava:first-child {
        margin-top: 0;
    }

    .comment-block b {
        font-size: 12px;
    }

    .comment-block .date {
        font-size: 10px;
    }

    .comment-block .date {
        margin-top: 5px;
    }

    .comment-block p {
        font-size: 13px;
        margin: 15px 0 0;
        line-height: 1.4;
    }

    .article h1 {
        font-size: 30px;
        margin: 20px 0;
    }

    .article p {
        font-size: 15px;
        margin: 30px 0;
        line-height: 25px;
    }

    .article img,
    .article .img-about {
        max-width: 100%;
        margin: 0 auto;
        font-size: 12px;
    }

    .comments h2 {
        font-size: 30px;
    }
}

@media screen and (min-width: 992px) {
    .header .wrapper {
        position: relative;
        width: 100%;
        max-width: 1000px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header__social {
        display: block;
    }

    .header__social a {
        margin-left: 20px;
    }

    .header__social a svg {
        opacity: 0.7;
    }

    .header__social a:hover svg {
        opacity: 1;
    }

    .header__top {
        padding: 25px 0;
    }

    .header__logo_b {
        display: block;
    }

    .header__arrow,
    .header__menu,
    .header__logo {
        display: none;
    }

    .header__nav {
        position: relative;
    }

    .header__nav .wrapper {
        width: 100%;
        max-width: 1000px;
    }

    .header__nav .wrapper ul {
        margin-left: -10px;
    }

    .header__nav .wrapper ul li {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header__nav .wrapper ul .hidden {
        display: inline-block;
        background-color: #edeff0;
    }

    .header__nav .wrapper ul .hidden a {
        font-size: 12px;
        color: #000000;
    }

    .header__nav .wrapper ul .hidden:nth-child(1):hover {
        background-color: #f78a31;
    }

    .header__nav .wrapper ul .hidden:nth-child(1):hover a {
        color: #ffffff;
    }

    .header__nav .wrapper ul .hidden:nth-child(2):hover {
        background-color: #ddbe2f;
    }

    .header__nav .wrapper ul .hidden:nth-child(2):hover a {
        color: #ffffff;
    }

    .header__nav .wrapper ul .hidden:nth-child(3):hover {
        background-color: #31b971;
    }

    .header__nav .wrapper ul .hidden:nth-child(3):hover a {
        color: #ffffff;
    }

    .header__nav .wrapper ul .hidden:nth-child(4):hover {
        background-color: #4269ab;
    }

    .header__nav .wrapper ul .hidden:nth-child(4):hover a {
        color: #ffffff;
    }

    .header__nav .wrapper ul .hidden:nth-child(6):hover {
        background-color: #ea42a9;
    }

    .header__nav .wrapper ul .hidden:nth-child(6):hover a {
        color: #ffffff;
    }

    .header__nav .wrapper ul .hidden:nth-child(7) a {
        color: #ff4050;
    }

    .header__nav .wrapper ul .hidden:nth-child(7):hover {
        background-color: #000000;
    }

    .header__nav .wrapper ul .hidden:nth-child(7):hover a {
        color: #ff4050;
    }

    .header__nav .header__extra {
        display: none;
    }

    .header__nav .header__search {
        display: block;
        position: absolute;
        top: 15px;
        right: 5px;
    }

    .header__nav .header__search a {
        text-decoration: none;
        font-weight: bold;
        color: grey;
        margin-left: 25px;
        font-size: 11px;
    }

    .header__nav .header__search a svg {
        position: relative;
        top: 6px;
        left: -2px;
    }

    .header__nav .header__search a:hover {
        color: #36d6d1;
    }

    .header__nav .header__search a:hover .cls-6 {
        fill: #36d6d1;
    }

    .header__nav .header__search a:last-child:hover {
        color: #36d6d1;
    }

    .header__nav .header__search a:last-child:hover .cls-7 {
        fill: #36d6d1;
    }

    .content {
        position: relative;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .content__map {
        display: block;
        width: 100%;
        padding: 25px 0;
        font-size: 11px;
    }

    .content__map p {
        color: #6e6f70;
        font-weight: bold;
    }

    .content__map p a {
        display: inline-block;
        text-decoration: none;
        color: #6e6f70;
        opacity: 0.8;
    }

    .content__map p a:hover {
        opacity: 1;
    }

    .article,
    .comments {
        display: inline-block;
        max-width: 770px;
        margin-right: 20px;
        vertical-align: top;
    }

    .article h1,
    .comments h1 {
        font-size: 44px;
    }

    /* .comments .hidden { */
    /* display: block; } */
    .likes {
        margin-top: 0;
        text-align-last: left;
    }

    .likes .wrapper {
        width: 100%;
        max-width: 730px;
        position: relative;
        margin: 0;
    }

    .likes .wrapper p {
        right: 70px;
        margin-right: 0;
        top: 35px;
        font-size: 12px;
    }

    .sidebar {
        display: block;
        position: absolute;
        top: 69px;
        right: 0;
        width: 200px;
        vertical-align: top;
    }

    .sidebar h3 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 900;
        border-bottom: 2px solid #36d6d1;
        padding-bottom: 3px;
        letter-spacing: 1.5px;
    }

    .sidebar .m30 {
        margin: 30px 0 17px 0;
    }

    .sidebar__item {
        display: block;
        margin-top: 20px;
        max-width: 100%;
        cursor: pointer;
        color: #000000;
        text-decoration: none;
    }

    .sidebar__item img {
        margin-bottom: 10px;
        max-width: 100%;
    }

    .sidebar__item b {
        text-decoration: none;
        color: #000000;
        font-size: 13px;
    }

    .sidebar__item .num {
        font-size: 13px;
        margin-top: 5px;
        font-weight: bold;
        color: #a5a7a8;
    }

    .sidebar__item .num svg {
        position: relative;
        top: 5px;
    }

    .sidebar__item:hover b {
        color: #36d6d1;
    }

    .sidebar__tags {
        width: 200px;
    }

    .sidebar__tags a {
        display: inline-block;
        text-decoration: none;
        color: #000000;
        padding: 10px;
        border: 1px solid lightgrey;
        border-radius: 4px;
        font-weight: bold;
        margin: 3px 6px 3px 0;
        font-size: 11px;
        text-transform: uppercase;
    }

    .sidebar__tags a:hover {
        border: 1px solid #36d6d1;
    }

    .footer {
        padding: 20px 0;
        width: 100%;
    }

    .footer .wrapper {
        width: 100%;
        max-width: 1000px;
        padding: 0 20px;
    }

    .footer__social {
        display: block;
        position: absolute;
        right: 0;
        top: 5px;
    }

    .footer__social a {
        margin-left: 20px;
        text-decoration: none;
    }

    .footer__social a svg {
        float: none;
        opacity: 0.7;
    }

    .footer__social a:hover svg {
        opacity: 1;
    }
}

@media(max-width: 350px) {
    .header-si img {
        max-width: 50px;
    }

    .header-logo img {
        max-width: 230px;
    }
}