.mobile-site-nav {
    display: none;
}

@media (min-width: 761px) {
    #left-menu > .select-country {
        display: none;
    }
}

.post-wrapper {
    position: relative;
}

.post-content__text .article-faq__question {
    font-weight: 700;
    padding: 10px 0 10px 20px;
    background-color: #f3f4f6;
}

@media (max-width: 760px) {
    #footer .footer__category-wrapper,
    #footer .footer__info-wrapper {
        display: block !important;
    }

    #footer .category-wrapper__category,
    #footer .category-wrapper__category:nth-child(1),
    #footer .category-wrapper__category:nth-child(2) {
        float: none !important;
        width: 100% !important;
        max-width: none !important;
    }

    #footer .footer__info-wrapper {
        margin-top: 0 !important;
    }

    #footer .info-wrapper__copyright,
    #footer .info-wrapper__policy {
        width: 100% !important;
        text-align: left !important;
    }
}
.nova-scotia {
    background-image: url(../img/emblem-nova-scotia.png);
}
.prince-edward-island {
    background-image: url(../img/emblem-prince-edward-island.png);
}

.post-content section.article #tab_6:checked ~ div.labels label:nth-of-type(6),
.post-content section.article #tab_7:checked ~ div.labels label:nth-of-type(7),
.post-content section.article #tab_8:checked ~ div.labels label:nth-of-type(8),
.post-content section.article #tab_9:checked ~ div.labels label:nth-of-type(9) {
    color: #252525;
    border-bottom: 3px solid #9577d7;
}

.post-content section #tab_6:checked ~ .tabs_cont #tabc_6,
.post-content section #tab_7:checked ~ .tabs_cont #tabc_7,
.post-content section #tab_8:checked ~ .tabs_cont #tabc_8,
.post-content section #tab_9:checked ~ .tabs_cont #tabc_9 {
    position: static;
    display: block;
}

.post-content .vrezka-passport-stamping {
    background-image: url("../img/vrezka-passport-stamping.svg");
}

.services__header-visa-passport-stamping-kazakhstan .container::before {
    background-image: url("../img/vrezka-passport-stamping.svg");
    max-width: 340px;
}

.tariff-row--urgent td:first-child::before {
    content: "⚡";
    display: inline-block;
    color: #9577d7;
    font-size: 15px;
    line-height: 1;
}
