<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

body {
    background-color: #fff;
    font-family: "PT Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
}

a:hover {
    text-decoration: none;
}

.top-card {
    background-color: #fff;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.top-card ul,
.menu-card ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.top-card li,
.menu-card li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.logo-card {
    background-color: #fff;
    padding: 8px 0;
}

.logo img {
    width: 100%;
    height: 80px;
    max-height: 80px;
}

.logo-card .col-3,
.logo-card .col-6 {
    display: flex;
    align-items: center;
}

.logo-card .col-6 {
    justify-content: center;
}

.logo-card h3 {
    padding: 0;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 1.25rem;
}

.menu-card {
    position: relative;
    z-index: 100;
    font-size: 1.1rem;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background: #009846;
    /*background: linear-gradient(90deg, rgba(11, 80, 42, 1) 0%, rgba(0, 152, 70, 1) 35%, rgba(11, 80, 42, 1) 100%);*/
}

.menu-list ul {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    align-content: center;
}

.menu-list a {
    padding: 13px 10px;
    color: #fff !important;
    display: block;
}

.menu-list a:hover {
    background-color: #007f3a;
    text-decoration: none;
}

.top-card a {
    color: #000;
    font-size: 0.875rem;
}

.special-eyes {
    display: flex;
    justify-content: center;
    margin-right: 8px;
}

.social-links {
    float: right;
}

.bars span {
    background-color: transparent;
    color: #fff;
    justify-content: center;
    display: flex;
    align-content: center;
    align-items: center;
    font-weight: 800;
    border: 2px solid !important;
    padding: 3px 10px !important;
    border-radius: 50% !important;
    font-size: 1.1em !important;
    height: 46px;
    width: 46px;
}

.top-card li {
    padding-right: 8px;
}

.top-card li:after {
    content: "|";
    height: 100%;
    padding-left: 8px;
    color: #ddd;
}

.top-card li:last-child:after {
    content: "";
    padding: 0;
}

.bars-menu-circle {
    height: 42px;
    width: 42px;
    border: 2px solid #ddd;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 8px;
}

.bars-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 24px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: 0 0;
    margin: -2px 0 0;
}

.bars-menu-inner {
    width: 20px;
    height: 15px;
}

.bars-menu-line {
    width: 100%;
    height: 3px;
    margin: 0 0 4px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    border-radius: 2px;
    background: #fff;
    display: inherit;
}

.bars-menu-circle:hover .bars-menu-line:nth-child(1) {
    webkit-animation: animation-header-burger-menu-item-move 0.7s linear 0.245s;
    animation: animation-bars-menu-item-move 0.7s linear 0.245s;
}

.bars-menu-circle:hover .bars-menu-line:nth-child(2) {
    -webkit-animation: animation-header-burger-menu-item-move 0.7s linear 0s;
    animation: animation-bars-menu-item-move 0.7s linear 0s;
}

.bars-menu-circle:hover .bars-menu-line:nth-child(3) {
    webkit-animation: animation-header-burger-menu-item-move 0.7s linear 0.56s;
    animation: animation-bars-menu-item-move 0.7s linear 0.56s;
}

@-webkit-keyframes animation-bars-menu-item-move {
    0%,
    to {
        width: 100%;
    }
    50% {
        width: 0;
    }
}

@keyframes animation-bars-menu-item-move {
    0%,
    to {
        width: 100%;
    }
    50% {
        width: 0;
    }
}

.sps--blw {
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.25s ease;
    width: 100%;
}

.categories {
    margin: 20px 0;
}

.categories .item img {
    width: 40px;
    margin-right: 16px;
}

.categories .list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.categories .list .item {
    flex: 1 0 21%;
    margin: 8px 0;
}

.categories .item a {
    display: flex;
    color: #000;
    padding: 16px 16px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    align-items: center;
    transition: all 0.2s ease-in, transform 0.2s ease-in;
}

.categories .item h3 {
    font-size: 1rem;
    margin: 0;
}

.categories .item a:hover {
    color: #fff;
    box-shadow: 0 0 8px rgba(0, 31, 51, 0.19);
    background-color: #009846;
}

.categories .item a:hover img {
    filter: brightness(0) invert(1);
    transition: all 0.2s ease-in, transform 0.2s ease-in;
}

.categories .list .item {
    margin: 8px;
}

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

.title-header h2,
.title-header p {
    margin: 0;
    padding: 0;
    line-height: normal;
    position: relative;
}

.title-header h2 {
    color: #000;
    text-transform: uppercase;
}

.title-header h2:after {
    left: 100%;
    margin-left: 16px;
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 3000px;
    height: 1px;
    background-color: #ddd;
}

.news-card img {
    width: 100%;
    border-radius: 8px;
}

.news-card {
    position: relative;
}

.news-card .content {
    position: absolute;
    bottom: 0;
    padding: 20px 20px 10px;
    width: 100%;
    z-index: 2;
    background: linear-gradient(
            to bottom,
            transparent 0,
            rgba(0, 0, 0, 0.8) 50%
    );
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.page-scrolled .wrapper-content.mt-4 {
    margin-top: 70px !important;
}

.news-card a {
    color: #fff;
}

.news-card h4 {
    font-size: 1.1rem;
    line-height: 1.6rem;
}

.news-card p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 0.8rem;
    color: #bbb;
}

.news-card .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

.sliders {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #00ac4f;
}

.search-card h3 {
    color: #fff;
    font-size: 1.35rem;
}

.search-card p {
    font-size: 0.8rem;
    margin-top: 0.5rem;
    color: #fff;
}

.search-card a {
    font-style: initial;
    color: #fff;
}

.top-questions {
    padding: 40px 0 20px 0;
    background-color: #f9f9f9;
}

.top-questions .item img {
    width: 40px;
    margin-right: 16px;
}

.top-questions .list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -8px 0 -8px;
}

.top-questions .list .item {
    flex: 1 0 49%;
    margin: 0 0;
}

.top-questions .item a {
    display: flex;
    color: #000;
    padding: 8px;
    align-items: center;
    transition: all 0.2s ease-in, transform 0.2s ease-in;
    border-radius: 8px;
    justify-content: left;
}

.question-number {
    flex-shrink: 0;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50%;
    background-color: #009846;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    margin-right: 16px;
    font-weight: bold;
    transition: all 0.2s ease-in, transform 0.2s ease-in;
}

.question {
    width: auto;
    font-size: 1rem;
}

.top-questions .item a:hover {
    background-color: #00ac4f;
    color: #fff;
}

.top-questions .item a:hover .question-number {
    background-color: #fff;
    color: #00ac4f;
}

.stat-list {
    padding: 20px 0 20px;
    background-color: #f1f1f1;
}

.stat-list .item img {
    width: 42px;
    margin-right: 8px;
}

.stat-list .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 0 -8px;
}

.stat-list .list .item {
    flex: 1 0 19%;
    padding: 0 2px;
    display: flex;
    align-items: center;
    align-content: center;
}

.stat-list p,
.stat-list h5 {
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

.stat-list h5 {
    font-size: 1.8rem;
    font-weight: 600;
}

.experts {
    padding: 30px 0;
}

.experts .list {
    padding-top: 40px;
    position: relative;
}

.experts a {
    color: #000;
}

.experts .item {
    display: flex;
}

.expert-avatar {
    max-width: 160px;
    margin-right: 15px;
    position: relative;
}

.expert-avatar img {
    width: 100%;
    border-radius: 50%;
}

.expert-avatar .expert-status {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.experts h5 {
    font-weight: 600;
    padding: 0;
    margin-bottom: 4px;
    font-size: 1.2rem;
}

.experts p {
    padding-top: 8px;
    font-size: 0.9rem;
}

.experts span {
    font-size: 0.9rem;
    color: #555;
}

.is-online {
    background-color: #009846 !important;
}

.is-offline {
    background-color: #e1d363 !important;
}

.experts .owl-prev,
.useful .owl-prev {
    width: 32px;
    position: absolute;
    top: 50%;
    margin-left: -40px;
    display: block !important;
    border: 0;
    background-color: #ebf3ef !important;
    color: #009846 !important;
    border-radius: 50%;
    height: 32px;
    font-size: 1.4rem !important;
}

.experts .owl-next,
.useful .owl-next {
    width: 32px;
    position: absolute;
    top: 50%;
    margin-right: -40px;
    right: 0;
    display: block !important;
    border: 0;
    background-color: #ebf3ef !important;
    color: #009846 !important;
    border-radius: 50%;
    height: 32px;
    font-size: 1.4rem !important;
}

footer {
    padding: 20px 0;
    color: #fff;
    background-color: #00833d;
}

footer a,
footer strong,
footer h2 {
    color: #fff;
}

footer strong {
    font-weight: 500;
}

footer ul {
    list-style-type: disc;
    padding: 0;
    margin: 0;
}

footer h2 {
    font-size: 1.2rem;
    font-weight: 600;
}

footer .apps {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-content: center;
    justify-content: flex-end;
}

.apps img {
    height: 48px;
    width: auto;
}

.apps li {
    margin: 8px 8px;
}

.footer-links ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.footer-links {
    padding: 16px 0;
    background-color: #fff;
    box-shadow: 8px 0 4px rgba(0, 0, 0, 0.2);
}

.footer-links a {
    color: #000;
}

.footer-links li {
    padding-right: 16px;
}

.footer-links .social-links li {
    padding-right: 16px !important;
}

.footer-links li:last-child:after {
    content: "";
    padding: 0;
}

.link-telegram a:hover {
    color: #0b2e13 !important;
}

.social-links a {
    transition: all 0.2s ease-in;
}

.social-links a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px) !important;
}

.apps a {
    position: relative;
    display: inline-block;
}

.apps img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}

.apps a:hover img:last-child {
    opacity: 1;
}

.apps-block {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.regions-card {
    padding: 30px 0;
    background: #e6e7d2 url("/static/assets/img/bg-region.png") no-repeat 50% 50%;
    background-size: cover;
}

.regions-map {
    padding: 20px 0;
}

.regions-card .title-header h2:after {
    height: 0;
}

.regions-map-scroll {
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
}

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

.regions-map ::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
    border-radius: 3px;
}

.regions-map ::-webkit-scrollbar-thumb {
    width: 6px;
    background-color: #009846;
    border-radius: 3px;
}

.regions-map .region-info {
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    padding: 40px 10px;
}

.regions-card-list {
    border: 2px solid #e1d363;
    margin: 16px 0 16px 16px;
    background-color: #fff;
    position: relative;
    padding: 8px 4px;
}

.regions-card-list-scroll {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
}

.regions-map h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

.regions-list h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 4px;
    cursor: pointer;
}

.regions-list p {
    font-size: 0.8rem;
    color: #555;
    padding: 0;
    margin: 0;
}

.regions-list .item {
    margin-bottom: 24px;
}

.map-link {
    background-color: #e1d363;
    padding: 4px 8px;
    border-radius: 8px;
    color: #000 !important;
    font-size: 0.8rem;
    cursor: pointer;
}

.search-group .form-control {
    height: 3.2rem;
    padding: 0.4rem 1rem;
    border-radius: 1rem;
    border-right: 0;
}

.search-group .form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.search-group .input-group-text {
    background-color: #fff;
    border-left: 0;
    color: #00ac4f;
    font-size: 1.6rem;
    border-radius: 1rem;
}

.useful {
    padding: 30px 0;
    background-color: #f3f3f3;
}

.useful .list {
    padding-top: 20px;
    position: relative;
}

.useful a {
    color: #000;
}

.useful .item {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #fff;
    height: 90px;
    transition: all 0.2s ease-in, transform 0.2s ease-in;
}

.useful img {
    width: 70px !important;
    height: auto;
    padding-right: 16px;
}

.useful .item:hover {
    background-color: #00ac4f;
    color: #fff;
}

.link-telegram span {
    color: #35a6de;
}

.link-youtube span {
    color: #e50000;
}

.link-facebook span {
    color: #3b5998;
}

.link-instagram span {
    color: #ab1a79;
}

.breadcrumb {
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "Â»";
}

.breadcrumb .breadcrumb-item {
    display: inline-block;
    /* position: relative; */
}

.page-header {
    font-weight: 600;
    font-size: 1.4rem;
    margin: 0.5rem 0 1.5rem 0;
}

.page-wrapper {
    padding-bottom: 16px;
    /*background-color: #f9f9f9;*/
}

.card {
    background-color: #fafffc;
    border-color: #bfffdd;
}

.card-header {
    background-color: #009846;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #009846;
}

.card-body {
    padding: 0.5rem 1rem;
}

.page-folders h4 {
    font-size: 1.1rem;
    font-weight: bold;
}

.page-folders ul {
    list-style-type: none;
    padding-left: 1rem;
    margin: 8px 0 1rem 0;
}

.category-folder li:before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url("/static/assets/icons/folder.svg");
    background-size: cover;
    margin-right: 8px;
}

.category-document li:before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url("/static/assets/icons/document.svg");
    background-size: cover;
    margin-right: 8px;
}

.categories-card {
    margin-bottom: 20px;
}

.categories-card .card-body {
    padding: 0;
    margin: 4px 0;
}

.categories-card .list {
    display: flex;
    flex-direction: column;
}

.categories-card .item a {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 10px 1rem;
    transition: all 0.25s ease;
}

.categories-card .item img {
    width: 16px;
    height: auto;
    margin-right: 8px;
}

.categories-card .item h3 {
    font-size: 1rem;
    padding: 0;
    margin: 0;
}

.categories-card a {
    color: #000;
}

.categories-card .item a:hover {
    background-color: #acffd2;
}

.categories-card .active {
    background-color: #009846;
    color: #fff;
}

.categories-card .active img {
    filter: brightness(0) invert(1);
}

.page-wrapper {
    background-color: #edf0f4;
    padding: 16px 0;
}

.page-card {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: #fff;
}

.bs-callout h4 {
    font-size: 1.2rem;
}

.bs-callout-green {
    border-left-color: #009846;
}

.bs-callout-green h4 {
    color: #009846;
}

.bs-callout-orange {
    border-left-color: #ff6600;
}

.bs-callout-orange h4 {
    color: #ff6600;
}

.bs-callout ul {
    margin: 0;
    padding-left: 1rem;
}

.feedback-btn .btn {
    margin-right: 16px;
}

.expanded {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.expanded-label {
    background-color: #FAFAFA;
    display: flex;
    flex-direction: row;
    color: #000;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.expanded-icon:after {
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    color: #33A246;
    display: block;
    margin-right: 8px;
    font-weight: 900;
    transition: all 0.3s ease;
}

.expanded-show &gt; .expanded-label {
    background-color: #33A246;
    color: #fff;
}

.expanded-show &gt; .expanded-label .expanded-icon:after {
    content: "\f056";
    color: #fff;
}

.page-list-eye-share {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.page-list-eye-share li {
    margin-right: 1rem;
}

.page-footer {
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0;
}

.page-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.tags li a {
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #009846;
    color: #009846 !important;
    background-color: transparent;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    white-space: normal !important;
    word-wrap: break-word;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin-bottom: 6px;
}

.document-print li a {
    margin-left: 1rem;
    font-size: 1.4rem;
    color: #444;
}

.document-print {
    min-width: 150px;
    justify-content: flex-end;
}

/*.bs-callout a[target="_blank"]:after {*/
/*    content: "";*/
/*}*/

/* about-page */
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 8px solid #009846;
    border-radius: 3px;
    background-color: rgb(238, 238, 238);
}

.about-page ul {
    list-style-type: none;
    padding-left: 40px;
}

.about-page ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #009846; /* Change the color */
    /* font-weight: bold; If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1rem; /* Also needed for space (tweak if needed) */
    margin-left: -1rem; /* Also needed for space (tweak if needed) */
}

/* end about-page */

/* news-page */
.news-list .item {
    margin-bottom: 2rem;
    background-color: #fff;
    transition: all 0.5s;
}

.news-list .item-text {
    padding: 16px;
}

.news-list .share-list-btn {
    padding-right: 16px;
}

.news-list .share-list-btn ul {
    margin-bottom: 4px;
}

.news-list .item-text p {
    margin-bottom: 0.5rem;
}

.news-list .item-text .h5 {
    /* margin-bottom: 8px; */
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
}

.news-list .item-text a.h5:hover {
    color: #0056b3;
}

.news-loader a {
    display: inline-block;
    font-size: 1.1rem;
    background: rgb(26, 23, 23);
    color: #fff;
    padding: 0.75rem 1.25rem;
}

.news-loader a:hover {
    color: #fff;
    background-color: darkslategray;
}

.svg-size svg {
    height: 22px;
}

.news-loader a i {
    margin-right: 8px;
}

/* end news-page */

/* news-single */

.news-single {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}

.news-header {
    font-weight: 600;
    font-size: 1.4rem;
    margin: 0.5rem 0 0.75rem 0;
}

.news-content {
    color: #000000;
}

.news-content img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

.news-footer {
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0;
}

.news-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

/* end news-single */

/*  */

.post-card {
    background-color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
}

.line {
    height: 1px;
    background-color: #ddd;
}

.post-form .form {
    border-top: 1px solid #ddd;
    padding-top: 0.5rem;
    margin-top: 20px;
    background-color: #fff;
    border-bottom-left-radius: 0.5px;
    border-bottom-right-radius: 0.5px;
    overflow: auto;
}

.post-form .form textarea {
    display: block;
    width: 100%;
    height: 120px;
    padding: 0.75rem;
    outline: unset;
    border-radius: 5px;
    border: 2px solid #009846;
}

.btn-post {
    display: inline-block;
    float: right;
    margin-top: 8px;
    color: #007f3a;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0.75rem 1rem;
    transition: all 0.51s ease;
}

.btn-post:hover {
    background-color: #1ac669;
    color: #fff;
    border-radius: 0.3rem;
}

.forum-guest {
    background-color: #009846;
    padding: 1.5rem 3rem;
    border-radius: 3px;
    overflow: auto;
    margin: 1.5rem 0;
}

.forum-guest h4 {
    color: #fff;
    margin-bottom: 1rem;
}

.forum-guest span {
    margin: 0 15px;
    color: #fff;
}

/* comments */

.comments {
    margin: 1.5rem 0;
}

.comments .item {
    background-color: #fff;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    overflow: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
}

.comments .item .item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #aaa4a4;
    padding: 0.5rem 0;
}

.comments .item .item-header .left {
    display: flex;
    align-items: center;
}

.comments .item .item-header .right {
    display: flex;
    align-items: center;
}


.spam img {
    display: block;
    height: 22px;
    width: 18px;
}


.right span {
    padding: 9px 10px;
    border-radius: 50%;
}

.link {
    padding: 8px 12px !important;
}

.right span:hover {
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 50%;
    background-color: #1ddb0d75;
}


.comments .item .item-header .left img {
    height: 38px;
    margin-right: 10px;
}

.comments .user-info p {
    margin-bottom: 0;
}

.user-info .name {
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.user-info .time {
    font-size: 0.7rem;
}

.comments .item .item-text {
    color: rgb(63, 66, 68);
    margin: 1rem 0;
}

.comments .item .item-footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #aaa4a4;
    font-weight: bold;
    letter-spacing: 1px;
    align-items: center;
    padding-top: .5rem;
}

.item-footer .like, .item-footer .dislike {
    display: inline-block;
    padding: 0.3rem 1.5rem;
    border-radius: .3rem;
}

.item-footer .like:hover {
    background: #f6ddee;
}

.item-footer .dislike:hover {
    background: #d0e8dd;
}

.item-footer .btn-reply {
    display: inline-block;
    color: #007f3a;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    transition: all 0.51s ease;
}


.item-footer .btn-reply:hover {
    background-color: #1ac669;
    color: #fff;
    border-radius: 0.3rem;
}


.comments .item-reply {
    display: block;
    background-color: #FCFB8A;
    border-left: 6px solid #009846;
    border-radius: 5px;
    padding: 0.25rem 1rem;
    margin-top: 0.75rem;
    color: #000;
}

.comments .item-reply .name {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #4a8ede;
}

.comments .item-reply .text {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    font-style: italic;
    color: #4b4d51;
    max-height: 63px;
}


.news-list .meta {
    list-style-type: none;
    padding: 0.5rem 0;
    margin: 0;
    display: flex;
}

.news-list .meta li {
    margin-right: 1rem;
    font-size: 0.8rem;
    color: #555;
}


.news-list .cover {
    display: block;
    overflow: hidden;
}

.news-list .link:after {
    margin-left: 0.3rem;
    content: "Â»";
    color: #ff6600;
    transition: all 0.5s ease-in-out;
}

.news-list img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.news-list .item:hover {
    box-shadow: 0 0 8px rgba(0, 31, 51, 0.19);
}

.news-list .item:hover img {
    transform: scale(1);
}

.news-list .item:hover .link:after {
    color: #00ac4f;
}

.card-list {
    margin-bottom: 1.5rem;
}

.list .item-link {
    display: block;
    background-color: #fff;
}

.list .item-container {
    position: relative;
    padding: 6px 0;
    margin: 0 12px;
    border-bottom: 1px solid #d3e3f7;
}

.list .item-link:active,
.list .item-link:focus {
    background-color: #f6ddee;
}

.list .title {
    color: #444;
}

.list .sub {
    color: #7b92ad;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    display: flex;
    justify-content: space-between;
}


/* sub-news */
.sub-news {
    background-color: #fff;
    padding: .5rem;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d3e3f7;
    color: #000;
}

.sub-news:hover {
    cursor: pointer;
    background-color: #e6fff2;
}

.sub-news img {
    height: 50px;
    align-self: center;
}

.sub-news p {
    margin-bottom: 4px;
    font-size: 14px;
    color: #999;
}

.regions-loading {
    background-color: #fff !important;
}

.special-eyes {
    font-size: 16px;
    font-weight: 400;
}

.special-eye {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #4b6da3;
}

.special-icon {
    margin-right: 8px;
}

.questions-list {

}

.questions-list .item {
    background-color: #fff;
    margin-bottom: 16px;
    border-radius: 8px;
    padding: 8px;
}

.questions-list .item a {
    display: flex;
    align-items: center;
}

.news-content div {
    max-width: 100% !important;
}

.menu-profile .dropdown-menu {
    z-index: 300;
}

.menu-profile .dropdown-item {
    color: #000 !important;
}

.offices-list .item {
    padding: 8px 16px;
    background-color: #fff;
    margin-bottom: 20px;
}

.page-office img {
    max-width: 100%;
}

.page-office td {
    padding: 8px;
    vertical-align: top;
}

.page-office .page-wrapper {
    padding-top: 0;
}

.page-about .page-wrapper {
    padding: 0;
    background-color: #fff;
}

.page-about-header {
    padding: 150px 0;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.page-about-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("/static/assets/img/about.jpg") #EDF0F4 no-repeat 10% 10%;
    background-size: cover;
    filter: blur(5px);
}

.page-about-header h5, .page-about-header h1 {
    filter: blur(0) !important;
    text-shadow: 1px 1px 2px black, 0 0 1em #009846;
    color: #fff;
}

.page-about-images img {
    max-width: 100%;
}

.page-about-teams {
    margin: 20px 0;
}

.page-about-teams img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    max-width: 100% !important;
}

.page-about-teams .item {
    background-color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.page-about-teams .item h3 {
    font-size: 1.2rem;
    padding-top: 8px;
}

.pagination {
    justify-content: center;
}

.likes .like-item {
    display: inline-block;
    cursor: pointer;
}

.menu-profile {
    background-color: #00ac4f;
}

.share-btn-dropdown {
    padding: 40px 10px 10px 10px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    top: -8px;
    left: -14px;
    width: -webkit-calc(100% + 28px);
    width: calc(100% + 28px);
    position: absolute;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.share-btn {
    cursor: pointer;
    position: relative;
    margin-left: 10px;
}

.share-btn:hover .share-btn-dropdown {
    pointer-events: auto;
    opacity: 1;
}

.share-btn .list {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.share-btn .share-btn-label {
    z-index: 2;
    cursor: pointer;
    position: relative;
}

.share-btn .list a {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}

.share-btn .list a:hover {
    color: #007bff;
}

.forum-list .item {
    background-color: #fff;
    padding: 16px 16px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.forum-list .item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    color: #007bff;
}

.forum-list .item h4, .forum-list .item h5, .forum-list .item p {
    padding: 0;
    margin: 0;
}

.forum-list .item h4 {
    font-size: 1.2rem;
    margin-bottom: 2px;
}

.forum-list .item h5 {
    font-size: 0.9rem;
    color: #7b92ad;
    margin-bottom: 10px;
}

.forum-list .item a:hover {
    color: #007bff;
}

.forum-list .item:hover {
    background-color: #e5f6ed;
}

.search-input {
    position: relative;
}

.search-dropdown {
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    list-style-type: none;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 1rem 1rem;
}

.search-dropdown-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    transition: .2s ease;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    z-index: 20;
}

.search-input-active .search-dropdown-list {
    opacity: 1;
    pointer-events: auto;
}

.search-input-active .form-control {
    border-bottom-left-radius: 0
}

.search-input-active .input-group-text {
    border-bottom-right-radius: 0;
}

.search-dropdown-list li {

}

.search-dropdown-list a {
    color: #000;
    display: block;
    padding: 4px 16px;
}

.search-dropdown-list a:hover {
    background-color: #f3f3f3;
}

.search-dropdown-list a:hover {
    background-color: #f3f3f3;
}

.search-dropdown-list span {
    font-weight: bold;
}

.languages li {
    text-transform: uppercase;
}

.expanded-content {
    transition: all 0.2s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.expanded-show &gt; .expanded-content {
    opacity: 1;
    height: auto;
    padding: 16px 16px 0;
}

.advice-tooltip {
    color: #007bff;
    cursor: pointer;
}

.bs-tooltip-bottom .tooltip-inner {
    background-color: #E4D766 !important;
    color: #000;
    border: 1px solid #ddd;
    text-align: left;
    max-width: 500px;
    opacity: 1 !important;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #E4D766 !important;
}

.special-block {
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
}

.empty {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.expert-reviews {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.expert-reviews .item {
    flex: 1 0 45%;
    padding: 8px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin: 0 8px 20px;
}

.expert-reviews h5 {
    font-size: 16px;
}

.expert-reviews p, .expert-reviews time {
    font-size: 14px;
    margin-bottom: 0;
}

.expert-reviews time {
    color: #888;
}


.expert-rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.expert-rating p {
    margin-bottom: 0;
    font-size: 32px;
    margin-right: 8px;
    color: #009846;
    font-weight: bold;
}

.expert-rating_bullets {
    width: 51px;
    background-color: #cacaca;
    position: relative;
    height: 7px;
    float: left;
}

.expert-rating_bullets__underlay, .expert-rating_bullets__overlay {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.expert-rating_bullets__underlay {
    background-color: #E1D363;
}

.expert-rating_bullets__overlay {
    width: 100%;
    height: 100%;
    background: url("/static/assets/img/bullets.png") no-repeat;
}

.expert-review-count {
    margin: 8px 0;
    text-align: center;
    color: #555;
    font-size: 14px;
}

.forum-list .forum-body {
    color: #333;
    font-size: 14px;
    margin: 20px 0;
}

.forum-footer {
    padding-top: 8px;
    border-top: 1px dashed #cecece;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
}

.footer-comments {
    background-color: #00ac4f;
    color: #fff;
    border-radius: 8px;
    padding: 4px 8px !important;
    display: block;
}

.forum-footer span {
    color: #888
}

.social-auth {
    display: flex;
    align-items: center;
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.social-auth li {
    margin: 8px 8px;
}

.social-auth-info {
    color: #888;
}

.social-auth span {
    font-size: 24px;
}

.social-auth .fa-facebook {
    color: #3b5998;
}

.social-auth .fa-telegram {
    color: #35a6de;
}

.social-auth .fa-google {
    color: #e50000;
}

.bs-callout .btn {
    padding: 4px 16px;
}

.feedback-card {

}

.news-content img {
    max-width: 100% !important;
    height: auto !important;
}

.freelancer-list {
    margin: 20px 0 0 0;
}

.freelancer-list .item {
    background-color: #fff;
    margin-bottom: 16px;
    transition: all 0.5s ease-in-out;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: left
}

.freelancer-list .item:hover {
    box-shadow: 0 0 8px rgba(0, 31, 51, 0.19);
}

.freelancer-avatar {
    width: 160px;
    margin-right: 20px;
}

.freelancer-avatar img {
    width: 100%;
}

.freelancer-content {
    width: 100%;
}

.freelancer-content h5 {
    font-weight: bold;
}

.freelancer-content span {
    color: #888;
    font-size: 0.8rem;
}

.freelancer-content p {
    margin-top: 8px;
}

.btn-feedback {
    background-color: #E1D363;
    color: #000;
    min-width: 140px;
}

.page-heading {
    background-color: #777a7f;
    padding: 80px 0;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-weight: bold;
}

.heading-freelancer {
    background-image: url("/static/assets/img/lawyers.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.dropdown-language, .social-info {
    display: none;
}

.sliders {
    position: relative;
}

.sliders-bg {
    filter: blur(25px);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: absolute;
    opacity: .3;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: background .3s ease-out;
}

.menu-large {
    top: 0;
    z-index: 2000;
    height: calc(100vh);
    left: 0;
    right: 0;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    transition: 0.4s;
    background-color: rgba(120, 212, 162, 0.99);
}

.menu-large_active {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}

.menu-large .navigation-drop {
    display: none;
}

.navigation-primary {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

.navigation-primary a {
    color: #000;
}

.navigation-primary &gt; li {
    margin-top: 10px;
    margin-bottom: 20px;
}

.navigation-desktop {
    font-size: 24px;
    font-weight: bold;
}

.navigation__second {
    margin-top: 8px;
    padding: 0 0 0 24px;
    font-size: 16px;
}

.menu-large_header {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.menu-large_header img {
    max-width: 320px;
}

.menu-large_sl {
    height: calc(100vh);
    touch-action: pinch-zoom;
    width: 100%;
}

.menu-large_scroll {
    padding: 20px 0;
    overflow: hidden;
    position: absolute;
    overflow-y: scroll;
    height: 100%;
    outline: none;
    width: 100%;
}

.menu-large ::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
    border-radius: 3px;
}

.menu-large ::-webkit-scrollbar-thumb {
    width: 6px;
    background-color: #009846;
    border-radius: 3px;
}

.menu-large .row {
    position: relative;
}

.menu-large_close {
    font-weight: 600;
    font-size: 24px;
    color: #000 !important;
    top: 10px;
    left: -20px;
    width: 60px;
    height: 60px;
    position: absolute;
    display: inline-block;
}

.menu-large a:hover {
    color: #fff;
    text-decoration: none;
}

.card-search {
    margin-bottom: 20px;
}

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

.card-search .card-header p {
    margin-bottom: 0;
    color: #fff !important;
    font-size: 14px;
}

.feedback-form {
    display: none;
}

.feedback-form.is_active {
    display: block;
}

.title-header a {
    color: #000;
}

.page-body img {
    max-width: 100%;
    height: auto;
}

.menu-search {
    margin-left: auto !important;
}

#profile-avatar-input {
    display: none;
}

#upload-button {
    display: none;
    margin-top: 10px;
}

.profile-avatar {
    text-align: center;
}

.profile-avatar img {
    margin-bottom: 20px;
}

.page-wrapper-pb0 {
    padding-bottom: 0;
}

.page-document-content {
    font-size: 17px;
}

.page-document-acts a:after, .page-document-content a[target=_blank]:after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 75%;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    text-rendering: auto;
    line-height: 1;
    padding-left: 0.5em;
    padding-right: 0.25em;
}

.page-document-content a[href*="yurxizmat.uz"]:before {
    content: '';
    background-image: url("../yurxizmat.svg");
    display: inline-block;
    padding-right: 32px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-document-content table {
    max-width: 100% !important;
    width: 100% !important;
    border-collapse: collapse !important;
    overflow-wrap: break-word !important;
    table-layout: unset;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.share-list-btn {
    flex: 1;
    width: 100%;
    justify-content: flex-end !important;
    display: flex;
}

.share-list-btn ul {
    list-style-type: none;
}

.share-list-btn li {
    display: inline-block;
    margin: 0 0 0 8px;
}

.data-keyword {
    background-color: #ff0;
}

.expanded-label .data-keyword {
    background-color: #fff;
    color: #000;
}

.page-folders .expanded {
    margin-bottom: 20px;
}

.page-folders .expanded-show &gt; .expanded-content {
    padding: 0;
}

.forum-create .btn {
    margin-bottom: 20px;
}

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

.statistic .regions li{
    width: 45%;
    display: inline-block;
    padding: 8px 16px;
}

.statistic .regions li a{
    color: #000 !important;
    display: flex;
    justify-content: space-between;
}

.freelancer-feedback{
    width: 140px;
}
</pre></body></html>