.ac {
    margin-top: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-sizing: border-box;
}

.ac > .ac-q {
    font: bold 15px 'Arial', sans-serif;
    color: #111;
    padding: 10px 30px 10px 10px;
    margin: 0;
    text-decoration: none;
    display: block;
    cursor: pointer;
    position: relative;
}

.ac > .ac-q::after {
    content: '+';
    text-align: center;
    width: 15px;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
}

.ac > .ac-a {
    overflow: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.ac > .ac-a p {
    font: 14px/1.5 'Arial', sans-serif;
    color: #777;
    margin: 0;
    padding: 10px;
}

.ac.js-enabled > .ac-a {
    visibility: hidden;
}

.ac.is-active > .ac-a {
    visibility: visible;
}

.ac.is-active > .ac-q::after {
    content: '\2013';
}

.slide-author img,
.post-item--author .author-img img,
.blog--author-big .author-big--img img,
.post-item .post-item--img img,
.related-posts--item .related--item-img img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: unset;
    object-fit: cover;
}

.section--blog-posts {
    margin-top: 40px;
}

.country-list--wrapper {
    padding: 0;
}

.country-list {
    margin-bottom: 0;
    margin-top: 40px;
    height: auto;
    min-height: 24px;
}

.heading-blog, .search-result {
    margin-top: 0;
}

.article-main--anchors {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 740px;
    margin: 30px auto;
    position: relative;
    z-index: 100;
    flex-wrap: wrap;
}

.article-main--anchors .anchor {
    min-width: 78px;
    background-color: #57C5D0;
    margin-right: 15px;
    margin-bottom: 15px;
}

.article-main--anchors .anchor:last-child {
    margin-right: 0;
}

.article-main--anchors .anchor a {
    font-family: 'Lato-Bold', sans-serif;
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 10px;
}

.article-main--anchors .anchor a:hover,
.article-main--anchors .anchor a:focus {
    text-decoration: none;
}

.article-main--accordion {
    max-width: 740px;
    margin: 30px auto;
}

.accordion-container .ac {
    border: 1px solid #e5efff;
    margin-bottom: 10px;
}

.accordion-container .ac .ac-q {
    position: relative;
    outline: none;
    font-size: 16px;
    line-height: 23px;
    padding: 19px 24px;
    color: #242d3c;
    font-family: 'Lato-Bold', sans-serif;
}

.accordion-container .ac .ac-q:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #57C5D0;
}

.accordion-container .ac .ac-q:after {
    width: 20px;
    height: 20px;
    background: url("../img/ac_arrow.svg") center no-repeat;
    font-size: 30px;
    transition: all 0.3s ease;
    color: #242d3c;
}

.accordion-container .is-active.ac-q {
    border-bottom: 1px solid #e5efff;
}

.accordion-container .ac-q:after {
    content: "";
}

.accordion-container .is-active.ac-q:after {
    content: "";
    transform: translate(0, -50%) rotate(90deg);
    transition: all 0.3s ease;
}

.ac-a > p.content {
    font-family: 'Lato-Regular', sans-serif;
    color: #042f42;
    font-size: 16px;
    line-height: 24px;
    padding: 24px;
}

.accordion {
    list-style: none;
    padding: 0;
}

.accordion .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
}

.accordion .inner.show {
    /*display: block;*/
}

.accordion li {
    margin: 0.5em 0;
    font-size: 1.1875rem;
    line-height: 2rem;
}

.accordion ul li a.toggle {
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.78);
    color: #fefefe;
    padding: 0.75em;
    border-radius: 0.15em;
    transition: background 0.3s ease;
}

.accordion ul li a.toggle:hover {
    background: rgba(0, 0, 0, 0.9);
}

.menu-wrapper__mobile {
    opacity: 0;
    display: none;
}

.menu-wrapper__mobile .menu-item > a {
    display: inline-block;
}

.menu-wrapper__mobile.is-active {
    display: block;
}

.article-main--small ul li:not(:last-child) {
    margin-bottom: 5px;
}

.article-main--small {
    margin-top: 40px;
}

.blog-head--image {
    margin-top: 15px;
}

.info-block p {
    font-size: 16px;
    line-height: 24px;
}

.info-block p a {
    white-space: nowrap;
}

.country-list--wrapper.stiky {
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo-wrapper {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 900px) {
    .scroll-social, .scroll-social--mobile {
        margin-bottom: 30px;
    }

    .menu-wrapper {
        top: 54px;
    }

    .logo-wrapper {
        min-height: 54px;
    }

    .logo-wrapper .lo go-main {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 540px) {
    .blog-article .info-block {
        padding: 15px 15px 15px;
    }

    .name-post {
        margin-bottom: 45px;
    }

    .logo-main {
        display: flex;
        font-size: 20px;
    }

    .logo-main img {
        width: 40px;
        height: 40px;
    }

    .logo-main .logo--text-blog {
        font-size: 20px;
    }

    .big-head--content h1, .big-head--content h2, .big-head--content h3 {
        font-size: 2.125rem;
    }

    .info-block p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .article-main--big ul li, .article-main--small ul li {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .accordion li {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .ac-a > p.content {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 12px;
    }

    .accordion-container .ac .ac-q {
        padding: 15px 24px;
        font-size: 16px;
    }

    .accordion-container .ac .ac-q:after {
        width: 15px;
        height: 15px;
    }
}

/* Comments */
.comments-wrapper {
    margin: 60px 0;
}

.comments-wrapper .navigation {
    display: none;
}

.commentlist {
    padding: 0;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.commentlist .comment {
    background: #f7f7f7;
    margin-bottom: 20px;
}

.comment-meta {
    order: -1;
    margin: 0 auto 10px;
}

@media screen and (max-width: 540px) {
    .comment-meta {
        margin: 0 0 10px;
    }
}

.comment-meta a {
    color: inherit;
}

.comment-author {
    margin: 0 auto 10px;
}

@media screen and (max-width: 540px) {
    .comment-author {
        margin: 0 0 10px;
    }
}

.commentlist .comment-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.comment .reply {
    margin: 0 auto;
}

.comment .reply a {
    padding: 5px 10px;
    border-radius: 2px;
    background-color: #2ab2b8;
    color: #fff;
    font-family: Lato-Black;
    -webkit-appearance: none;
    cursor: pointer;
}

.comment-respond {
    margin-top: 40px;
}

.comment-respond input[type="text"], .comment-respond input[type="text"] {
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 10px 10px;
    BACKGROUND: #f1f1f1;
}

.comment-form-comment {
    display: flex;
    flex-direction: column;
}

.comment-form-comment textarea {
    width: 100%;
    background: #f1f1f1;
    resize: none;
    padding: 20px;
}

.comment-form input[type="submit"] {
    padding: 14px 30px;
    border-radius: 2px;
    background-color: #2ab2b8;
    color: #fff;
    font-family: Lato-Black;
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    -webkit-appearance: none;
    cursor: pointer;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.comment-form-cookies-consent label.label-class {
    position: static;
    transform: unset;
    color: #242d3c;
}

.comment-form-cookies-consent input[type="checkbox"] {
    margin-top: 5px;
    margin-right: 8px;
}